=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0092_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-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_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-0092/figures/sub-0092_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_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-0092/ses-02/func/sub-0092_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>9652d73922d8ec30d72f28b591bb32bb</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>10:18:38.315000</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.998133, 0.0309912, -0.0526316, -0.0311932, 0.999509, -0.00302077]</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.0810691</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>38</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4134, -7728, -7280, 662, -49, -79, 73, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.706</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>77191451-221d-4b92-b81d-95b2885f160a||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.677917718887329, -0.08368918299674988, -0.1417827159166336, 115.78175354003906], [-0.08314722776412964, 2.6816091537475586, -0.01257357932627201, -96.94845581054688], [-0.14120669662952423, 0.008104508742690086, 2.6962454319000244, -66.8814926147461], [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': ['101838.315000', '101838.775000', '101839.235000', '101839.695000', '101840.155000', '101840.615000', '101841.075000', '101841.535000', '101841.995000', '101842.455000', '101842.915000', '101843.375000', '101843.835000', '101844.295000', '101844.755000', '101845.215000', '101845.675000', '101846.135000', '101846.595000', '101847.055000', '101847.515000', '101847.975000', '101848.435000', '101848.895000', '101849.355000', '101849.815000', '101850.275000', '101850.735000', '101851.195000', '101851.655000', '101852.115000', '101852.575000', '101853.035000', '101853.495000', '101853.955000', '101854.415000', '101854.875000', '101855.335000', '101855.795000', '101856.255000', '101856.715000', '101857.175000', '101857.635000', '101858.095000', '101858.555000', '101859.015000', '101859.475000', '101859.935000', '101900.395000', '101900.855000', '101901.315000', '101901.775000', '101902.235000', '101902.695000', '101903.155000', '101903.615000', '101904.075000', '101904.535000', '101904.995000', '101905.455000', '101905.915000', '101906.375000', '101906.835000', '101907.295000', '101907.755000', '101908.215000', '101908.675000', '101909.135000', '101909.595000', '101910.055000', '101910.515000', '101910.975000', '101911.435000', '101911.895000', '101912.355000', '101912.815000', '101913.275000', '101913.735000', '101914.195000', '101914.655000', '101915.115000', '101915.575000', '101916.035000', '101916.495000', '101916.955000', '101917.415000', '101917.875000', '101918.335000', '101918.795000', '101919.255000', '101919.715000', '101920.175000', '101920.635000', '101921.095000', '101921.555000', '101922.015000', '101922.475000', '101922.935000', '101923.395000', '101923.855000', '101924.315000', '101924.775000', '101925.235000', '101925.695000', '101926.155000', '101926.615000', '101927.075000', '101927.535000', '101927.995000', '101928.455000', '101928.915000', '101929.375000', '101929.835000', '101930.295000', '101930.755000', '101931.215000', '101931.675000', '101932.135000', '101932.595000', '101933.055000', '101933.515000', '101933.975000', '101934.435000', '101934.895000', '101935.355000', '101935.815000', '101936.275000', '101936.735000', '101937.195000', '101937.655000', '101938.115000', '101938.575000', '101939.035000', '101939.495000', '101939.955000', '101940.415000', '101940.875000', '101941.335000', '101941.795000', '101942.255000', '101942.715000', '101943.175000', '101943.635000', '101944.095000', '101944.555000', '101945.015000', '101945.475000', '101945.935000', '101946.395000', '101946.855000', '101947.315000', '101947.775000', '101948.235000', '101948.695000', '101949.155000', '101949.615000', '101950.075000', '101950.535000', '101950.995000', '101951.455000', '101951.915000', '101952.375000', '101952.835000', '101953.295000', '101953.755000', '101954.215000', '101954.675000', '101955.135000', '101955.595000', '101956.055000', '101956.515000', '101956.975000', '101957.435000', '101957.895000', '101958.355000', '101958.815000', '101959.275000', '101959.735000', '102000.195000', '102000.655000', '102001.115000', '102001.575000', '102002.035000', '102002.495000', '102002.955000', '102003.415000', '102003.875000', '102004.335000', '102004.795000', '102005.255000', '102005.715000', '102006.175000', '102006.635000', '102007.095000', '102007.555000', '102008.015000', '102008.475000', '102008.935000', '102009.395000', '102009.855000', '102010.315000', '102010.775000', '102011.235000', '102011.695000', '102012.155000', '102012.615000', '102013.075000', '102013.535000', '102013.995000', '102014.455000', '102014.915000', '102015.375000', '102015.835000', '102016.295000', '102016.755000', '102017.215000', '102017.675000', '102018.135000', '102018.595000', '102019.055000', '102019.515000', '102019.975000', '102020.435000', '102020.895000', '102021.355000', '102021.815000', '102022.275000', '102022.735000', '102023.195000', '102023.655000', '102024.115000', '102024.575000', '102025.035000', '102025.495000', '102025.955000', '102026.415000', '102026.875000', '102027.335000', '102027.795000', '102028.255000', '102028.715000', '102029.175000', '102029.635000', '102030.095000', '102030.555000', '102031.015000', '102031.475000', '102031.935000', '102032.395000', '102032.855000', '102033.315000', '102033.775000', '102034.235000', '102034.695000', '102035.155000', '102035.615000', '102036.075000', '102036.535000', '102036.995000', '102037.455000', '102037.915000', '102038.375000', '102038.835000', '102039.295000', '102039.755000', '102040.215000', '102040.675000', '102041.135000', '102041.595000', '102042.055000', '102042.515000', '102042.975000', '102043.435000', '102043.895000', '102044.355000', '102044.815000', '102045.275000', '102045.735000', '102046.195000', '102046.655000', '102047.115000', '102047.575000', '102048.035000', '102048.495000', '102048.955000', '102049.415000', '102049.875000', '102050.335000', '102050.795000', '102051.255000', '102051.715000', '102052.175000', '102052.635000', '102053.095000', '102053.555000', '102054.015000', '102054.475000', '102054.935000', '102055.395000', '102055.855000', '102056.315000', '102056.775000', '102057.235000', '102057.695000', '102058.155000', '102058.615000', '102059.075000', '102059.535000', '102059.995000', '102100.455000', '102100.915000', '102101.375000', '102101.835000', '102102.295000', '102102.755000', '102103.215000', '102103.675000', '102104.135000', '102104.595000', '102105.055000', '102105.515000', '102105.975000', '102106.435000', '102106.895000', '102107.355000', '102107.815000', '102108.275000', '102108.735000', '102109.195000', '102109.655000', '102110.115000', '102110.575000', '102111.035000', '102111.495000', '102111.955000', '102112.415000', '102112.875000', '102113.335000', '102113.795000', '102114.255000', '102114.715000', '102115.175000', '102115.635000', '102116.095000', '102116.555000', '102117.015000', '102117.475000', '102117.935000', '102118.395000', '102118.855000', '102119.315000', '102119.775000', '102120.235000', '102120.695000', '102121.155000', '102121.615000', '102122.075000', '102122.535000', '102122.995000', '102123.455000', '102123.915000', '102124.375000', '102124.835000', '102125.295000', '102125.755000', '102126.215000', '102126.675000', '102127.135000', '102127.595000', '102128.055000', '102128.515000', '102128.975000', '102129.435000', '102129.895000', '102130.355000', '102130.815000', '102131.275000', '102131.735000', '102132.195000', '102132.655000', '102133.115000', '102133.575000', '102134.035000', '102134.495000', '102134.955000', '102135.415000', '102135.875000', '102136.335000', '102136.795000', '102137.255000', '102137.715000', '102138.175000', '102138.635000', '102139.095000', '102139.555000', '102140.015000', '102140.475000', '102140.935000', '102141.395000', '102141.855000', '102142.315000', '102142.775000', '102143.235000', '102143.695000', '102144.155000', '102144.615000', '102145.075000', '102145.535000', '102145.995000', '102146.455000', '102146.915000', '102147.375000', '102147.835000', '102148.295000', '102148.755000', '102149.215000', '102149.675000', '102150.135000', '102150.595000', '102151.055000', '102151.515000', '102151.975000', '102152.435000', '102152.895000', '102153.355000', '102153.815000', '102154.275000', '102154.735000', '102155.195000', '102155.655000', '102156.115000', '102156.575000', '102157.035000', '102157.495000', '102157.955000', '102158.415000', '102158.875000', '102159.335000', '102159.795000', '102200.255000', '102200.715000', '102201.175000', '102201.635000', '102202.095000', '102202.555000', '102203.015000', '102203.475000', '102203.935000', '102204.395000', '102204.855000', '102205.315000', '102205.775000', '102206.235000', '102206.695000', '102207.155000', '102207.615000', '102208.075000', '102208.535000', '102208.995000', '102209.455000', '102209.915000', '102210.375000', '102210.835000', '102211.295000', '102211.755000', '102212.215000', '102212.675000', '102213.135000', '102213.595000', '102214.055000', '102214.515000', '102214.975000', '102215.435000', '102215.895000', '102216.355000', '102216.815000', '102217.275000', '102217.735000', '102218.195000', '102218.655000', '102219.115000', '102219.575000', '102220.035000', '102220.495000', '102220.955000', '102221.415000', '102221.875000', '102222.335000', '102222.795000', '102223.255000', '102223.715000', '102224.175000', '102224.635000', '102225.095000', '102225.555000', '102226.015000', '102226.475000', '102226.935000', '102227.395000', '102227.855000', '102228.315000', '102228.775000', '102229.235000', '102229.695000', '102230.155000', '102230.615000', '102231.075000', '102231.535000', '102231.995000', '102232.455000', '102232.915000', '102233.375000', '102233.835000', '102234.295000', '102234.755000', '102235.215000', '102235.675000', '102236.135000', '102236.595000', '102237.055000', '102237.515000', '102237.975000', '102238.435000', '102238.895000', '102239.355000', '102239.815000', '102240.275000', '102240.735000', '102241.195000', '102241.655000', '102242.115000', '102242.575000', '102243.035000', '102243.495000', '102243.955000', '102244.415000', '102244.875000', '102245.335000', '102245.795000', '102246.255000', '102246.715000', '102247.175000', '102247.635000', '102248.095000', '102248.555000', '102249.015000', '102249.475000', '102249.935000', '102250.395000', '102250.855000', '102251.315000', '102251.775000', '102252.235000', '102252.695000', '102253.155000', '102253.615000', '102254.075000', '102254.535000', '102254.995000', '102255.455000', '102255.915000', '102256.375000', '102256.835000', '102257.295000', '102257.755000', '102258.215000', '102258.675000', '102259.135000', '102259.595000', '102300.055000', '102300.515000', '102300.975000', '102301.435000', '102301.895000', '102302.355000', '102302.815000', '102303.275000', '102303.735000', '102304.195000', '102304.655000', '102305.115000', '102305.575000', '102306.035000', '102306.495000', '102306.955000', '102307.415000', '102307.875000', '102308.335000', '102308.795000', '102309.255000', '102309.715000', '102310.175000', '102310.635000', '102311.095000', '102311.555000', '102312.015000', '102312.475000', '102312.935000', '102313.395000', '102313.855000', '102314.315000', '102314.775000', '102315.235000', '102315.695000', '102316.155000', '102316.615000', '102317.075000', '102317.535000', '102317.995000', '102318.455000', '102318.915000', '102319.375000', '102319.835000', '102320.295000', '102320.755000', '102321.215000', '102321.675000', '102322.135000', '102322.595000', '102323.055000', '102323.515000', '102323.975000', '102324.435000', '102324.895000', '102325.355000', '102325.815000', '102326.275000', '102326.735000', '102327.195000', '102327.655000', '102328.115000', '102328.575000', '102329.035000', '102329.495000', '102329.955000', '102330.415000', '102330.875000', '102331.335000', '102331.795000', '102332.255000', '102332.715000', '102333.175000', '102333.635000', '102334.095000', '102334.555000', '102335.015000', '102335.475000', '102335.935000', '102336.395000', '102336.855000', '102337.315000', '102337.775000', '102338.235000', '102338.695000', '102339.155000', '102339.615000', '102340.075000', '102340.535000', '102340.995000', '102341.455000', '102341.915000', '102342.375000', '102342.835000', '102343.295000', '102343.755000', '102344.215000', '102344.675000', '102345.135000', '102345.595000', '102346.055000', '102346.515000', '102346.975000', '102347.435000', '102347.895000', '102348.355000', '102348.815000', '102349.275000', '102349.735000', '102350.195000', '102350.655000', '102351.115000', '102351.575000', '102352.035000', '102352.495000', '102352.955000', '102353.415000', '102353.875000', '102354.335000', '102354.795000', '102355.255000', '102355.715000', '102356.175000', '102356.635000', '102357.095000', '102357.555000', '102358.015000', '102358.475000', '102358.935000', '102359.395000', '102359.855000', '102400.315000', '102400.775000', '102401.235000', '102401.695000', '102402.155000', '102402.615000', '102403.075000', '102403.535000', '102403.995000', '102404.455000', '102404.915000', '102405.375000', '102405.835000', '102406.295000', '102406.755000', '102407.215000', '102407.675000', '102408.135000', '102408.595000', '102409.055000', '102409.515000', '102409.975000', '102410.435000', '102410.895000', '102411.355000', '102411.815000', '102412.275000', '102412.735000', '102413.195000', '102413.655000', '102414.115000', '102414.575000', '102415.035000', '102415.495000', '102415.955000', '102416.415000', '102416.875000', '102417.335000', '102417.795000', '102418.255000', '102418.715000', '102419.175000', '102419.635000', '102420.095000', '102420.555000', '102421.015000', '102421.475000', '102421.935000', '102422.395000', '102422.855000', '102423.315000', '102423.775000', '102424.235000', '102424.695000', '102425.155000', '102425.615000', '102426.075000', '102426.535000', '102426.995000', '102427.455000', '102427.915000', '102428.375000', '102428.835000', '102429.295000', '102429.755000', '102430.215000', '102430.675000', '102431.135000', '102431.595000', '102432.055000', '102432.515000', '102432.975000', '102433.435000', '102433.895000', '102434.355000', '102434.815000', '102435.275000', '102435.735000', '102436.195000', '102436.655000', '102437.115000', '102437.575000', '102438.035000', '102438.495000', '102438.955000', '102439.415000', '102439.875000', '102440.335000', '102440.795000', '102441.255000', '102441.715000', '102442.175000', '102442.635000', '102443.095000', '102443.555000', '102444.015000', '102444.475000', '102444.935000', '102445.395000', '102445.855000', '102446.315000', '102446.775000', '102447.235000', '102447.695000', '102448.155000', '102448.615000', '102449.075000', '102449.535000', '102449.995000', '102450.455000', '102450.915000', '102451.375000', '102451.835000', '102452.295000', '102452.755000', '102453.215000', '102453.675000', '102454.135000', '102454.595000', '102455.055000', '102455.515000', '102455.975000', '102456.435000', '102456.895000', '102457.355000', '102457.815000', '102458.275000', '102458.735000', '102459.195000', '102459.655000', '102500.115000', '102500.575000', '102501.035000', '102501.495000', '102501.955000', '102502.415000', '102502.875000', '102503.335000', '102503.795000', '102504.255000', '102504.715000', '102505.175000', '102505.635000', '102506.095000', '102506.555000', '102507.015000', '102507.475000', '102507.935000', '102508.395000', '102508.855000', '102509.315000', '102509.775000', '102510.235000', '102510.695000', '102511.155000', '102511.615000', '102512.075000', '102512.535000', '102512.995000', '102513.455000', '102513.915000', '102514.375000', '102514.835000', '102515.295000', '102515.755000', '102516.215000', '102516.675000', '102517.135000', '102517.595000', '102518.055000', '102518.515000', '102518.975000', '102519.435000', '102519.895000', '102520.355000', '102520.815000', '102521.275000', '102521.735000', '102522.195000', '102522.655000', '102523.115000', '102523.575000', '102524.035000', '102524.495000', '102524.955000', '102525.415000', '102525.875000', '102526.335000', '102526.795000', '102527.255000', '102527.715000', '102528.175000', '102528.635000', '102529.095000', '102529.555000', '102530.015000', '102530.475000', '102530.935000', '102531.395000', '102531.855000', '102532.315000', '102532.775000', '102533.235000', '102533.695000', '102534.155000', '102534.615000', '102535.075000', '102535.535000', '102535.995000', '102536.455000', '102536.915000', '102537.375000', '102537.835000', '102538.295000', '102538.755000', '102539.215000', '102539.675000', '102540.135000', '102540.595000', '102541.055000', '102541.515000', '102541.975000', '102542.435000', '102542.895000', '102543.355000', '102543.815000', '102544.275000', '102544.735000', '102545.195000', '102545.655000', '102546.115000', '102546.575000', '102547.035000', '102547.495000', '102547.955000', '102548.415000', '102548.875000', '102549.335000', '102549.795000', '102550.255000', '102550.715000', '102551.175000', '102551.635000', '102552.095000', '102552.555000', '102553.015000', '102553.475000', '102553.935000', '102554.395000', '102554.855000', '102555.315000', '102555.775000', '102556.235000', '102556.695000', '102557.155000', '102557.615000', '102558.075000', '102558.535000', '102558.995000', '102559.455000', '102559.915000', '102600.375000', '102600.835000', '102601.295000', '102601.755000', '102602.215000', '102602.675000', '102603.135000', '102603.595000', '102604.055000', '102604.515000', '102604.975000', '102605.435000', '102605.895000', '102606.355000', '102606.815000', '102607.275000', '102607.735000', '102608.195000', '102608.655000', '102609.115000', '102609.575000', '102610.035000', '102610.495000', '102610.955000', '102611.415000', '102611.875000', '102612.335000', '102612.795000', '102613.255000', '102613.715000', '102614.175000', '102614.635000', '102615.095000', '102615.555000', '102616.015000', '102616.475000', '102616.935000', '102617.395000', '102617.855000', '102618.315000', '102618.775000', '102619.235000', '102619.695000', '102620.155000', '102620.615000', '102621.075000', '102621.535000', '102621.995000', '102622.455000', '102622.915000', '102623.375000', '102623.835000', '102624.295000', '102624.755000', '102625.215000', '102625.675000', '102626.135000', '102626.595000', '102627.055000', '102627.515000', '102627.975000', '102628.435000', '102628.895000', '102629.355000', '102629.815000', '102630.275000', '102630.735000', '102631.195000', '102631.655000', '102632.115000', '102632.575000', '102633.035000', '102633.495000', '102633.955000', '102634.415000', '102634.875000', '102635.335000', '102635.795000', '102636.255000', '102636.715000', '102637.175000', '102637.635000', '102638.095000', '102638.555000', '102639.015000', '102639.475000', '102639.935000', '102640.395000', '102640.855000', '102641.315000', '102641.775000', '102642.235000', '102642.695000', '102643.155000', '102643.615000', '102644.075000', '102644.535000', '102644.995000', '102645.455000', '102645.915000', '102646.375000', '102646.835000', '102647.295000', '102647.755000', '102648.215000', '102648.675000', '102649.135000', '102649.595000', '102650.055000', '102650.515000', '102650.975000', '102651.435000', '102651.895000', '102652.355000', '102652.815000', '102653.275000', '102653.735000', '102654.195000', '102654.655000', '102655.115000', '102655.575000', '102656.035000', '102656.495000', '102656.955000', '102657.415000', '102657.875000', '102658.335000', '102658.795000', '102659.255000', '102659.715000', '102700.175000', '102700.635000', '102701.095000', '102701.555000', '102702.015000', '102702.475000', '102702.935000', '102703.395000', '102703.855000', '102704.315000', '102704.775000', '102705.235000', '102705.695000', '102706.155000', '102706.615000', '102707.075000', '102707.535000', '102707.995000', '102708.455000', '102708.915000', '102709.375000', '102709.835000', '102710.295000', '102710.755000', '102711.215000', '102711.675000', '102712.135000', '102712.595000', '102713.055000', '102713.515000', '102713.975000', '102714.435000', '102714.895000', '102715.355000', '102715.815000', '102716.275000', '102716.735000', '102717.195000', '102717.655000', '102718.115000', '102718.575000', '102719.035000', '102719.495000', '102719.955000', '102720.415000', '102720.875000', '102721.335000', '102721.795000', '102722.255000', '102722.715000', '102723.175000', '102723.635000', '102724.095000', '102724.555000', '102725.015000', '102725.475000', '102725.935000', '102726.395000', '102726.855000', '102727.315000', '102727.775000', '102728.235000', '102728.695000', '102729.155000', '102729.615000', '102730.075000', '102730.535000'], 'ContentTime': ['101850.620000', '101850.623000', '101850.626000', '101850.641000', '101850.643000', '101850.646000', '101850.649000', '101850.652000', '101850.654000', '101850.657000', '101850.660000', '101850.663000', '101850.666000', '101850.668000', '101850.671000', '101850.674000', '101850.676000', '101850.691000', '101850.693000', '101850.696000', '101850.699000', '101850.702000', '101850.704000', '101850.707000', '101850.710000', '101910.587000', '101910.589000', '101910.592000', '101910.595000', '101910.597000', '101910.600000', '101910.603000', '101910.605000', '101910.608000', '101910.611000', '101910.613000', '101910.619000', '101910.622000', '101910.624000', '101910.627000', '101910.630000', '101910.632000', '101910.635000', '101910.637000', '101910.640000', '101910.642000', '101910.645000', '101910.649000', '101910.652000', '101910.655000', '101910.657000', '101910.660000', '101910.662000', '101910.665000', '101910.668000', '101910.670000', '101910.673000', '101910.675000', '101910.678000', '101910.680000', '101910.683000', '101910.686000', '101910.688000', '101910.691000', '101910.693000', '101910.696000', '101910.698000', '101910.701000', '101930.587000', '101930.591000', '101930.593000', '101930.596000', '101930.599000', '101930.601000', '101930.604000', '101930.607000', '101930.609000', '101930.612000', '101930.614000', '101930.617000', '101930.620000', '101930.622000', '101930.625000', '101930.627000', '101930.631000', '101930.633000', '101930.636000', '101930.639000', '101930.641000', '101930.644000', '101930.647000', '101930.649000', '101930.652000', '101930.654000', '101930.657000', '101930.659000', '101930.662000', '101930.665000', '101930.667000', '101930.670000', '101930.672000', '101930.675000', '101930.678000', '101930.680000', '101930.683000', '101930.685000', '101930.688000', '101930.691000', '101930.693000', '101930.696000', '101930.698000', '101950.587000', '101950.589000', '101950.592000', '101950.595000', '101950.597000', '101950.600000', '101950.602000', '101950.605000', '101950.608000', '101950.610000', '101950.613000', '101950.615000', '101950.618000', '101950.620000', '101950.623000', '101950.626000', '101950.628000', '101950.631000', '101950.633000', '101950.636000', '101950.639000', '101950.641000', '101950.644000', '101950.646000', '101950.649000', '101950.651000', '101950.654000', '101950.657000', '101950.659000', '101950.662000', '101950.664000', '101950.667000', '101950.670000', '101950.672000', '101950.675000', '101950.677000', '101950.680000', '101950.682000', '101950.685000', '101950.688000', '101950.690000', '101950.693000', '101950.695000', '101950.698000', '102010.586000', '102010.590000', '102010.592000', '102010.595000', '102010.598000', '102010.601000', '102010.603000', '102010.606000', '102010.608000', '102010.611000', '102010.613000', '102010.616000', '102010.619000', '102010.621000', '102010.624000', '102010.627000', '102010.629000', '102010.632000', '102010.634000', '102010.637000', '102010.640000', '102010.642000', '102010.645000', '102010.647000', '102010.650000', '102010.653000', '102010.655000', '102010.658000', '102010.660000', '102010.663000', '102010.665000', '102010.668000', '102010.671000', '102010.673000', '102010.676000', '102010.678000', '102010.681000', '102010.684000', '102010.686000', '102010.689000', '102010.691000', '102010.694000', '102010.697000', '102030.586000', '102030.588000', '102030.591000', '102030.594000', '102030.596000', '102030.599000', '102030.602000', '102030.604000', '102030.607000', '102030.609000', '102030.612000', '102030.615000', '102030.617000', '102030.620000', '102030.623000', '102030.625000', '102030.628000', '102030.630000', '102030.633000', '102030.636000', '102030.638000', '102030.641000', '102030.643000', '102030.646000', '102030.649000', '102030.651000', '102030.654000', '102030.656000', '102030.659000', '102030.662000', '102030.664000', '102030.667000', '102030.669000', '102030.672000', '102030.675000', '102030.677000', '102030.680000', '102030.682000', '102030.685000', '102030.688000', '102030.690000', '102030.693000', '102030.695000', '102030.698000', '102050.586000', '102050.589000', '102050.592000', '102050.594000', '102050.597000', '102050.600000', '102050.603000', '102050.606000', '102050.608000', '102050.611000', '102050.614000', '102050.617000', '102050.619000', '102050.622000', '102050.625000', '102050.627000', '102050.630000', '102050.632000', '102050.635000', '102050.638000', '102050.640000', '102050.643000', '102050.645000', '102050.648000', '102050.651000', '102050.653000', '102050.656000', '102050.658000', '102050.661000', '102050.664000', '102050.666000', '102050.670000', '102050.673000', '102050.675000', '102050.678000', '102050.680000', '102050.683000', '102050.686000', '102050.688000', '102050.691000', '102050.694000', '102050.696000', '102050.699000', '102110.586000', '102110.590000', '102110.592000', '102110.595000', '102110.597000', '102110.600000', '102110.603000', '102110.605000', '102110.608000', '102110.610000', '102110.613000', '102110.615000', '102110.618000', '102110.621000', '102110.623000', '102110.626000', '102110.628000', '102110.631000', '102110.634000', '102110.636000', '102110.639000', '102110.641000', '102110.644000', '102110.647000', '102110.649000', '102110.652000', '102110.654000', '102110.657000', '102110.659000', '102110.664000', '102110.667000', '102110.669000', '102110.672000', '102110.675000', '102110.677000', '102110.680000', '102110.682000', '102110.685000', '102110.687000', '102110.690000', '102110.693000', '102110.695000', '102110.698000', '102110.700000', '102130.586000', '102130.589000', '102130.592000', '102130.595000', '102130.597000', '102130.600000', '102130.602000', '102130.605000', '102130.608000', '102130.610000', '102130.613000', '102130.616000', '102130.618000', '102130.621000', '102130.623000', '102130.626000', '102130.628000', '102130.631000', '102130.634000', '102130.636000', '102130.639000', '102130.641000', '102130.644000', '102130.647000', '102130.650000', '102130.652000', '102130.655000', '102130.658000', '102130.661000', '102130.663000', '102130.666000', '102130.668000', '102130.671000', '102130.674000', '102130.676000', '102130.679000', '102130.681000', '102130.684000', '102130.687000', '102130.700000', '102130.702000', '102130.705000', '102130.708000', '102150.586000', '102150.589000', '102150.592000', '102150.594000', '102150.597000', '102150.600000', '102150.602000', '102150.605000', '102150.608000', '102150.610000', '102150.613000', '102150.616000', '102150.618000', '102150.621000', '102150.623000', '102150.626000', '102150.629000', '102150.631000', '102150.634000', '102150.636000', '102150.639000', '102150.642000', '102150.644000', '102150.647000', '102150.649000', '102150.652000', '102150.655000', '102150.657000', '102150.660000', '102150.663000', '102150.665000', '102150.668000', '102150.670000', '102150.673000', '102150.676000', '102150.678000', '102150.681000', '102150.683000', '102150.686000', '102150.689000', '102150.691000', '102150.694000', '102150.696000', '102150.699000', '102210.586000', '102210.589000', '102210.592000', '102210.595000', '102210.597000', '102210.600000', '102210.603000', '102210.605000', '102210.608000', '102210.610000', '102210.613000', '102210.616000', '102210.618000', '102210.621000', '102210.623000', '102210.626000', '102210.628000', '102210.631000', '102210.634000', '102210.636000', '102210.639000', '102210.641000', '102210.644000', '102210.647000', '102210.649000', '102210.652000', '102210.655000', '102210.657000', '102210.660000', '102210.662000', '102210.665000', '102210.668000', '102210.670000', '102210.673000', '102210.675000', '102210.678000', '102210.681000', '102210.683000', '102210.686000', '102210.688000', '102210.691000', '102210.694000', '102210.696000', '102230.586000', '102230.589000', '102230.592000', '102230.595000', '102230.597000', '102230.600000', '102230.602000', '102230.605000', '102230.608000', '102230.610000', '102230.613000', '102230.616000', '102230.618000', '102230.621000', '102230.623000', '102230.626000', '102230.629000', '102230.631000', '102230.634000', '102230.636000', '102230.639000', '102230.642000', '102230.644000', '102230.647000', '102230.649000', '102230.652000', '102230.655000', '102230.657000', '102230.660000', '102230.663000', '102230.665000', '102230.668000', '102230.670000', '102230.673000', '102230.676000', '102230.678000', '102230.681000', '102230.684000', '102230.686000', '102230.689000', '102230.691000', '102230.694000', '102230.697000', '102230.699000', '102250.585000', '102250.588000', '102250.591000', '102250.594000', '102250.596000', '102250.599000', '102250.602000', '102250.604000', '102250.607000', '102250.610000', '102250.612000', '102250.615000', '102250.618000', '102250.620000', '102250.623000', '102250.625000', '102250.628000', '102250.631000', '102250.633000', '102250.636000', '102250.638000', '102250.641000', '102250.644000', '102250.646000', '102250.649000', '102250.652000', '102250.654000', '102250.657000', '102250.659000', '102250.662000', '102250.665000', '102250.667000', '102250.670000', '102250.672000', '102250.675000', '102250.678000', '102250.681000', '102250.684000', '102250.687000', '102250.690000', '102250.692000', '102250.695000', '102250.697000', '102310.586000', '102310.589000', '102310.592000', '102310.595000', '102310.597000', '102310.600000', '102310.602000', '102310.605000', '102310.608000', '102310.610000', '102310.613000', '102310.615000', '102310.618000', '102310.621000', '102310.623000', '102310.626000', '102310.629000', '102310.631000', '102310.634000', '102310.636000', '102310.639000', '102310.684000', '102310.686000', '102310.689000', '102310.692000', '102310.694000', '102310.697000', '102310.699000', '102310.702000', '102310.705000', '102310.707000', '102310.710000', '102310.712000', '102310.715000', '102310.718000', '102310.720000', '102310.723000', '102310.725000', '102310.728000', '102310.731000', '102310.733000', '102310.736000', '102310.738000', '102310.741000', '102330.587000', '102330.589000', '102330.592000', '102330.594000', '102330.597000', '102330.600000', '102330.603000', '102330.605000', '102330.608000', '102330.611000', '102330.613000', '102330.616000', '102330.618000', '102330.621000', '102330.624000', '102330.626000', '102330.629000', '102330.631000', '102330.634000', '102330.637000', '102330.639000', '102330.642000', '102330.645000', '102330.647000', '102330.650000', '102330.652000', '102330.655000', '102330.657000', '102330.660000', '102330.663000', '102330.665000', '102330.668000', '102330.671000', '102330.673000', '102330.676000', '102330.678000', '102330.681000', '102330.684000', '102330.686000', '102330.689000', '102330.691000', '102330.694000', '102330.697000', '102350.586000', '102350.589000', '102350.592000', '102350.594000', '102350.597000', '102350.600000', '102350.602000', '102350.605000', '102350.608000', '102350.610000', '102350.613000', '102350.615000', '102350.618000', '102350.621000', '102350.623000', '102350.626000', '102350.628000', '102350.631000', '102350.634000', '102350.636000', '102350.639000', '102350.642000', '102350.644000', '102350.647000', '102350.649000', '102350.652000', '102350.655000', '102350.657000', '102350.660000', '102350.662000', '102350.665000', '102350.668000', '102350.670000', '102350.673000', '102350.675000', '102350.678000', '102350.681000', '102350.684000', '102350.686000', '102350.689000', '102350.691000', '102350.694000', '102350.697000', '102350.701000', '102410.587000', '102410.589000', '102410.592000', '102410.595000', '102410.597000', '102410.600000', '102410.602000', '102410.605000', '102410.608000', '102410.610000', '102410.613000', '102410.616000', '102410.618000', '102410.621000', '102410.624000', '102410.626000', '102410.629000', '102410.632000', '102410.634000', '102410.637000', '102410.639000', '102410.642000', '102410.645000', '102410.647000', '102410.650000', '102410.652000', '102410.655000', '102410.658000', '102410.660000', '102410.663000', '102410.666000', '102410.668000', '102410.671000', '102410.673000', '102410.676000', '102410.679000', '102410.681000', '102410.684000', '102410.686000', '102410.689000', '102410.692000', '102410.694000', '102410.697000', '102430.587000', '102430.590000', '102430.592000', '102430.595000', '102430.598000', '102430.600000', '102430.603000', '102430.606000', '102430.608000', '102430.611000', '102430.613000', '102430.616000', '102430.619000', '102430.621000', '102430.624000', '102430.626000', '102430.629000', '102430.632000', '102430.634000', '102430.637000', '102430.640000', '102430.642000', '102430.645000', '102430.647000', '102430.650000', '102430.653000', '102430.655000', '102430.658000', '102430.660000', '102430.663000', '102430.666000', '102430.683000', '102430.686000', '102430.688000', '102430.691000', '102430.693000', '102430.696000', '102430.699000', '102430.701000', '102430.704000', '102430.706000', '102430.709000', '102430.712000', '102430.714000', '102450.587000', '102450.589000', '102450.592000', '102450.595000', '102450.597000', '102450.600000', '102450.603000', '102450.606000', '102450.608000', '102450.611000', '102450.613000', '102450.616000', '102450.618000', '102450.621000', '102450.624000', '102450.626000', '102450.629000', '102450.632000', '102450.634000', '102450.637000', '102450.640000', '102450.642000', '102450.645000', '102450.647000', '102450.650000', '102450.652000', '102450.655000', '102450.658000', '102450.660000', '102450.663000', '102450.665000', '102450.668000', '102450.671000', '102450.673000', '102450.676000', '102450.678000', '102450.681000', '102450.684000', '102450.686000', '102450.689000', '102450.691000', '102450.694000', '102450.697000', '102510.586000', '102510.589000', '102510.591000', '102510.594000', '102510.597000', '102510.599000', '102510.602000', '102510.605000', '102510.607000', '102510.610000', '102510.613000', '102510.615000', '102510.618000', '102510.620000', '102510.623000', '102510.626000', '102510.628000', '102510.631000', '102510.633000', '102510.636000', '102510.639000', '102510.641000', '102510.644000', '102510.646000', '102510.649000', '102510.652000', '102510.654000', '102510.657000', '102510.659000', '102510.662000', '102510.665000', '102510.667000', '102510.670000', '102510.672000', '102510.675000', '102510.678000', '102510.680000', '102510.683000', '102510.685000', '102510.688000', '102510.691000', '102510.693000', '102510.696000', '102510.699000', '102530.587000', '102530.590000', '102530.593000', '102530.595000', '102530.598000', '102530.600000', '102530.603000', '102530.606000', '102530.608000', '102530.611000', '102530.613000', '102530.616000', '102530.619000', '102530.621000', '102530.624000', '102530.627000', '102530.629000', '102530.632000', '102530.634000', '102530.637000', '102530.640000', '102530.642000', '102530.645000', '102530.647000', '102530.650000', '102530.653000', '102530.655000', '102530.658000', '102530.661000', '102530.663000', '102530.666000', '102530.668000', '102530.671000', '102530.674000', '102530.676000', '102530.679000', '102530.681000', '102530.684000', '102530.687000', '102530.689000', '102530.692000', '102530.695000', '102530.698000', '102550.586000', '102550.590000', '102550.593000', '102550.595000', '102550.598000', '102550.601000', '102550.603000', '102550.606000', '102550.609000', '102550.611000', '102550.614000', '102550.616000', '102550.619000', '102550.622000', '102550.624000', '102550.627000', '102550.629000', '102550.632000', '102550.643000', '102550.645000', '102550.648000', '102550.651000', '102550.653000', '102550.656000', '102550.659000', '102550.661000', '102550.664000', '102550.666000', '102550.669000', '102550.672000', '102550.674000', '102550.677000', '102550.679000', '102550.682000', '102550.684000', '102550.687000', '102550.690000', '102550.692000', '102550.695000', '102550.697000', '102550.700000', '102550.703000', '102550.722000', '102550.724000', '102610.586000', '102610.589000', '102610.592000', '102610.595000', '102610.597000', '102610.600000', '102610.603000', '102610.605000', '102610.608000', '102610.611000', '102610.614000', '102610.616000', '102610.619000', '102610.622000', '102610.624000', '102610.627000', '102610.629000', '102610.632000', '102610.635000', '102610.637000', '102610.640000', '102610.642000', '102610.645000', '102610.648000', '102610.650000', '102610.653000', '102610.656000', '102610.658000', '102610.661000', '102610.663000', '102610.666000', '102610.668000', '102610.671000', '102610.674000', '102610.676000', '102610.679000', '102610.681000', '102610.684000', '102610.687000', '102610.689000', '102610.692000', '102610.695000', '102610.697000', '102630.587000', '102630.590000', '102630.593000', '102630.595000', '102630.598000', '102630.600000', '102630.603000', '102630.606000', '102630.608000', '102630.611000', '102630.614000', '102630.616000', '102630.619000', '102630.621000', '102630.624000', '102630.626000', '102630.629000', '102630.632000', '102630.634000', '102630.637000', '102630.639000', '102630.642000', '102630.645000', '102630.647000', '102630.650000', '102630.653000', '102630.655000', '102630.658000', '102630.660000', '102630.663000', '102630.666000', '102630.668000', '102630.671000', '102630.673000', '102630.676000', '102630.678000', '102630.681000', '102630.684000', '102630.686000', '102630.689000', '102630.691000', '102630.694000', '102630.697000', '102630.699000', '102650.587000', '102650.589000', '102650.592000', '102650.595000', '102650.597000', '102650.600000', '102650.603000', '102650.605000', '102650.608000', '102650.611000', '102650.613000', '102650.616000', '102650.619000', '102650.621000', '102650.624000', '102650.626000', '102650.629000', '102650.632000', '102650.634000', '102650.637000', '102650.640000', '102650.642000', '102650.645000', '102650.647000', '102650.650000', '102650.653000', '102650.655000', '102650.658000', '102650.661000', '102650.663000', '102650.666000', '102650.668000', '102650.671000', '102650.674000', '102650.676000', '102650.679000', '102650.681000', '102650.684000', '102650.686000', '102650.689000', '102650.692000', '102650.694000', '102650.697000', '102710.587000', '102710.589000', '102710.592000', '102710.595000', '102710.597000', '102710.600000', '102710.603000', '102710.605000', '102710.608000', '102710.610000', '102710.613000', '102710.616000', '102710.618000', '102710.621000', '102710.624000', '102710.627000', '102710.630000', '102710.633000', '102710.636000', '102710.639000', '102710.642000', '102710.645000', '102710.647000', '102710.650000', '102710.653000', '102710.655000', '102710.658000', '102710.660000', '102710.663000', '102710.666000', '102710.668000', '102710.671000', '102710.674000', '102710.676000', '102710.679000', '102710.681000', '102710.684000', '102710.687000', '102710.689000', '102710.704000', '102710.707000', '102710.709000', '102710.712000', '102730.586000', '102730.588000', '102730.591000', '102730.594000', '102730.596000', '102730.599000', '102730.602000', '102730.604000', '102730.607000', '102730.610000', '102730.612000', '102730.615000', '102730.617000', '102730.620000', '102730.623000', '102730.625000', '102730.628000', '102730.630000', '102730.633000', '102730.636000', '102730.638000', '102730.641000', '102730.643000', '102730.646000', '102730.649000', '102730.651000', '102730.654000', '102730.657000', '102730.659000', '102730.662000', '102730.664000', '102730.667000', '102730.670000', '102730.672000', '102730.675000', '102730.677000', '102730.680000', '102730.683000', '102730.685000', '102730.688000', '102730.690000', '102730.693000', '102730.696000', '102730.698000', '102731.745000', '102731.749000', '102731.751000'], 'InstanceCreationTime': ['101850.620000', '101850.623000', '101850.626000', '101850.641000', '101850.643000', '101850.646000', '101850.649000', '101850.652000', '101850.654000', '101850.657000', '101850.660000', '101850.663000', '101850.666000', '101850.668000', '101850.671000', '101850.674000', '101850.676000', '101850.691000', '101850.693000', '101850.696000', '101850.699000', '101850.702000', '101850.704000', '101850.707000', '101850.710000', '101910.587000', '101910.589000', '101910.592000', '101910.595000', '101910.597000', '101910.600000', '101910.603000', '101910.605000', '101910.608000', '101910.611000', '101910.613000', '101910.619000', '101910.622000', '101910.624000', '101910.627000', '101910.630000', '101910.632000', '101910.635000', '101910.637000', '101910.640000', '101910.642000', '101910.645000', '101910.649000', '101910.652000', '101910.655000', '101910.657000', '101910.660000', '101910.662000', '101910.665000', '101910.668000', '101910.670000', '101910.673000', '101910.675000', '101910.678000', '101910.680000', '101910.683000', '101910.686000', '101910.688000', '101910.691000', '101910.693000', '101910.696000', '101910.698000', '101910.701000', '101930.587000', '101930.591000', '101930.593000', '101930.596000', '101930.599000', '101930.601000', '101930.604000', '101930.607000', '101930.609000', '101930.612000', '101930.614000', '101930.617000', '101930.620000', '101930.622000', '101930.625000', '101930.627000', '101930.631000', '101930.633000', '101930.636000', '101930.639000', '101930.641000', '101930.644000', '101930.647000', '101930.649000', '101930.652000', '101930.654000', '101930.657000', '101930.659000', '101930.662000', '101930.665000', '101930.667000', '101930.670000', '101930.672000', '101930.675000', '101930.678000', '101930.680000', '101930.683000', '101930.685000', '101930.688000', '101930.691000', '101930.693000', '101930.696000', '101930.698000', '101950.587000', '101950.589000', '101950.592000', '101950.595000', '101950.597000', '101950.600000', '101950.602000', '101950.605000', '101950.608000', '101950.610000', '101950.613000', '101950.615000', '101950.618000', '101950.620000', '101950.623000', '101950.626000', '101950.628000', '101950.631000', '101950.633000', '101950.636000', '101950.639000', '101950.641000', '101950.644000', '101950.646000', '101950.649000', '101950.651000', '101950.654000', '101950.657000', '101950.659000', '101950.662000', '101950.664000', '101950.667000', '101950.670000', '101950.672000', '101950.675000', '101950.677000', '101950.680000', '101950.682000', '101950.685000', '101950.688000', '101950.690000', '101950.693000', '101950.695000', '101950.698000', '102010.586000', '102010.590000', '102010.592000', '102010.595000', '102010.598000', '102010.601000', '102010.603000', '102010.606000', '102010.608000', '102010.611000', '102010.613000', '102010.616000', '102010.619000', '102010.621000', '102010.624000', '102010.627000', '102010.629000', '102010.632000', '102010.634000', '102010.637000', '102010.640000', '102010.642000', '102010.645000', '102010.647000', '102010.650000', '102010.653000', '102010.655000', '102010.658000', '102010.660000', '102010.663000', '102010.665000', '102010.668000', '102010.671000', '102010.673000', '102010.676000', '102010.678000', '102010.681000', '102010.684000', '102010.686000', '102010.689000', '102010.691000', '102010.694000', '102010.697000', '102030.586000', '102030.588000', '102030.591000', '102030.594000', '102030.596000', '102030.599000', '102030.602000', '102030.604000', '102030.607000', '102030.609000', '102030.612000', '102030.615000', '102030.617000', '102030.620000', '102030.623000', '102030.625000', '102030.628000', '102030.630000', '102030.633000', '102030.636000', '102030.638000', '102030.641000', '102030.643000', '102030.646000', '102030.649000', '102030.651000', '102030.654000', '102030.656000', '102030.659000', '102030.662000', '102030.664000', '102030.667000', '102030.669000', '102030.672000', '102030.675000', '102030.677000', '102030.680000', '102030.682000', '102030.685000', '102030.688000', '102030.690000', '102030.693000', '102030.695000', '102030.698000', '102050.586000', '102050.589000', '102050.592000', '102050.594000', '102050.597000', '102050.600000', '102050.603000', '102050.606000', '102050.608000', '102050.611000', '102050.614000', '102050.617000', '102050.619000', '102050.622000', '102050.625000', '102050.627000', '102050.630000', '102050.632000', '102050.635000', '102050.638000', '102050.640000', '102050.643000', '102050.645000', '102050.648000', '102050.651000', '102050.653000', '102050.656000', '102050.658000', '102050.661000', '102050.664000', '102050.666000', '102050.670000', '102050.673000', '102050.675000', '102050.678000', '102050.680000', '102050.683000', '102050.686000', '102050.688000', '102050.691000', '102050.694000', '102050.696000', '102050.699000', '102110.586000', '102110.590000', '102110.592000', '102110.595000', '102110.597000', '102110.600000', '102110.603000', '102110.605000', '102110.608000', '102110.610000', '102110.613000', '102110.615000', '102110.618000', '102110.621000', '102110.623000', '102110.626000', '102110.628000', '102110.631000', '102110.634000', '102110.636000', '102110.639000', '102110.641000', '102110.644000', '102110.647000', '102110.649000', '102110.652000', '102110.654000', '102110.657000', '102110.659000', '102110.664000', '102110.667000', '102110.669000', '102110.672000', '102110.675000', '102110.677000', '102110.680000', '102110.682000', '102110.685000', '102110.687000', '102110.690000', '102110.693000', '102110.695000', '102110.698000', '102110.700000', '102130.586000', '102130.589000', '102130.592000', '102130.595000', '102130.597000', '102130.600000', '102130.602000', '102130.605000', '102130.608000', '102130.610000', '102130.613000', '102130.616000', '102130.618000', '102130.621000', '102130.623000', '102130.626000', '102130.628000', '102130.631000', '102130.634000', '102130.636000', '102130.639000', '102130.641000', '102130.644000', '102130.647000', '102130.650000', '102130.652000', '102130.655000', '102130.658000', '102130.661000', '102130.663000', '102130.666000', '102130.668000', '102130.671000', '102130.674000', '102130.676000', '102130.679000', '102130.681000', '102130.684000', '102130.687000', '102130.700000', '102130.702000', '102130.705000', '102130.708000', '102150.586000', '102150.589000', '102150.592000', '102150.594000', '102150.597000', '102150.600000', '102150.602000', '102150.605000', '102150.608000', '102150.610000', '102150.613000', '102150.616000', '102150.618000', '102150.621000', '102150.623000', '102150.626000', '102150.629000', '102150.631000', '102150.634000', '102150.636000', '102150.639000', '102150.642000', '102150.644000', '102150.647000', '102150.649000', '102150.652000', '102150.655000', '102150.657000', '102150.660000', '102150.663000', '102150.665000', '102150.668000', '102150.670000', '102150.673000', '102150.676000', '102150.678000', '102150.681000', '102150.683000', '102150.686000', '102150.689000', '102150.691000', '102150.694000', '102150.696000', '102150.699000', '102210.586000', '102210.589000', '102210.592000', '102210.595000', '102210.597000', '102210.600000', '102210.603000', '102210.605000', '102210.608000', '102210.610000', '102210.613000', '102210.616000', '102210.618000', '102210.621000', '102210.623000', '102210.626000', '102210.628000', '102210.631000', '102210.634000', '102210.636000', '102210.639000', '102210.641000', '102210.644000', '102210.647000', '102210.649000', '102210.652000', '102210.655000', '102210.657000', '102210.660000', '102210.662000', '102210.665000', '102210.668000', '102210.670000', '102210.673000', '102210.675000', '102210.678000', '102210.681000', '102210.683000', '102210.686000', '102210.688000', '102210.691000', '102210.694000', '102210.696000', '102230.586000', '102230.589000', '102230.592000', '102230.595000', '102230.597000', '102230.600000', '102230.602000', '102230.605000', '102230.608000', '102230.610000', '102230.613000', '102230.616000', '102230.618000', '102230.621000', '102230.623000', '102230.626000', '102230.629000', '102230.631000', '102230.634000', '102230.636000', '102230.639000', '102230.642000', '102230.644000', '102230.647000', '102230.649000', '102230.652000', '102230.655000', '102230.657000', '102230.660000', '102230.663000', '102230.665000', '102230.668000', '102230.670000', '102230.673000', '102230.676000', '102230.678000', '102230.681000', '102230.684000', '102230.686000', '102230.689000', '102230.691000', '102230.694000', '102230.697000', '102230.699000', '102250.585000', '102250.588000', '102250.591000', '102250.594000', '102250.596000', '102250.599000', '102250.602000', '102250.604000', '102250.607000', '102250.610000', '102250.612000', '102250.615000', '102250.618000', '102250.620000', '102250.623000', '102250.625000', '102250.628000', '102250.631000', '102250.633000', '102250.636000', '102250.638000', '102250.641000', '102250.644000', '102250.646000', '102250.649000', '102250.652000', '102250.654000', '102250.657000', '102250.659000', '102250.662000', '102250.665000', '102250.667000', '102250.670000', '102250.672000', '102250.675000', '102250.678000', '102250.681000', '102250.684000', '102250.687000', '102250.690000', '102250.692000', '102250.695000', '102250.697000', '102310.586000', '102310.589000', '102310.592000', '102310.595000', '102310.597000', '102310.600000', '102310.602000', '102310.605000', '102310.608000', '102310.610000', '102310.613000', '102310.615000', '102310.618000', '102310.621000', '102310.623000', '102310.626000', '102310.629000', '102310.631000', '102310.634000', '102310.636000', '102310.639000', '102310.684000', '102310.686000', '102310.689000', '102310.692000', '102310.694000', '102310.697000', '102310.699000', '102310.702000', '102310.705000', '102310.707000', '102310.710000', '102310.712000', '102310.715000', '102310.718000', '102310.720000', '102310.723000', '102310.725000', '102310.728000', '102310.731000', '102310.733000', '102310.736000', '102310.738000', '102310.741000', '102330.587000', '102330.589000', '102330.592000', '102330.594000', '102330.597000', '102330.600000', '102330.603000', '102330.605000', '102330.608000', '102330.611000', '102330.613000', '102330.616000', '102330.618000', '102330.621000', '102330.624000', '102330.626000', '102330.629000', '102330.631000', '102330.634000', '102330.637000', '102330.639000', '102330.642000', '102330.645000', '102330.647000', '102330.650000', '102330.652000', '102330.655000', '102330.657000', '102330.660000', '102330.663000', '102330.665000', '102330.668000', '102330.671000', '102330.673000', '102330.676000', '102330.678000', '102330.681000', '102330.684000', '102330.686000', '102330.689000', '102330.691000', '102330.694000', '102330.697000', '102350.586000', '102350.589000', '102350.592000', '102350.594000', '102350.597000', '102350.600000', '102350.602000', '102350.605000', '102350.608000', '102350.610000', '102350.613000', '102350.615000', '102350.618000', '102350.621000', '102350.623000', '102350.626000', '102350.628000', '102350.631000', '102350.634000', '102350.636000', '102350.639000', '102350.642000', '102350.644000', '102350.647000', '102350.649000', '102350.652000', '102350.655000', '102350.657000', '102350.660000', '102350.662000', '102350.665000', '102350.668000', '102350.670000', '102350.673000', '102350.675000', '102350.678000', '102350.681000', '102350.684000', '102350.686000', '102350.689000', '102350.691000', '102350.694000', '102350.697000', '102350.701000', '102410.587000', '102410.589000', '102410.592000', '102410.595000', '102410.597000', '102410.600000', '102410.602000', '102410.605000', '102410.608000', '102410.610000', '102410.613000', '102410.616000', '102410.618000', '102410.621000', '102410.624000', '102410.626000', '102410.629000', '102410.632000', '102410.634000', '102410.637000', '102410.639000', '102410.642000', '102410.645000', '102410.647000', '102410.650000', '102410.652000', '102410.655000', '102410.658000', '102410.660000', '102410.663000', '102410.666000', '102410.668000', '102410.671000', '102410.673000', '102410.676000', '102410.679000', '102410.681000', '102410.684000', '102410.686000', '102410.689000', '102410.692000', '102410.694000', '102410.697000', '102430.587000', '102430.590000', '102430.592000', '102430.595000', '102430.598000', '102430.600000', '102430.603000', '102430.606000', '102430.608000', '102430.611000', '102430.613000', '102430.616000', '102430.619000', '102430.621000', '102430.624000', '102430.626000', '102430.629000', '102430.632000', '102430.634000', '102430.637000', '102430.640000', '102430.642000', '102430.645000', '102430.647000', '102430.650000', '102430.653000', '102430.655000', '102430.658000', '102430.660000', '102430.663000', '102430.666000', '102430.683000', '102430.686000', '102430.688000', '102430.691000', '102430.693000', '102430.696000', '102430.699000', '102430.701000', '102430.704000', '102430.706000', '102430.709000', '102430.712000', '102430.714000', '102450.587000', '102450.589000', '102450.592000', '102450.595000', '102450.597000', '102450.600000', '102450.603000', '102450.606000', '102450.608000', '102450.611000', '102450.613000', '102450.616000', '102450.618000', '102450.621000', '102450.624000', '102450.626000', '102450.629000', '102450.632000', '102450.634000', '102450.637000', '102450.640000', '102450.642000', '102450.645000', '102450.647000', '102450.650000', '102450.652000', '102450.655000', '102450.658000', '102450.660000', '102450.663000', '102450.665000', '102450.668000', '102450.671000', '102450.673000', '102450.676000', '102450.678000', '102450.681000', '102450.684000', '102450.686000', '102450.689000', '102450.691000', '102450.694000', '102450.697000', '102510.586000', '102510.589000', '102510.591000', '102510.594000', '102510.597000', '102510.599000', '102510.602000', '102510.605000', '102510.607000', '102510.610000', '102510.613000', '102510.615000', '102510.618000', '102510.620000', '102510.623000', '102510.626000', '102510.628000', '102510.631000', '102510.633000', '102510.636000', '102510.639000', '102510.641000', '102510.644000', '102510.646000', '102510.649000', '102510.652000', '102510.654000', '102510.657000', '102510.659000', '102510.662000', '102510.665000', '102510.667000', '102510.670000', '102510.672000', '102510.675000', '102510.678000', '102510.680000', '102510.683000', '102510.685000', '102510.688000', '102510.691000', '102510.693000', '102510.696000', '102510.699000', '102530.587000', '102530.590000', '102530.593000', '102530.595000', '102530.598000', '102530.600000', '102530.603000', '102530.606000', '102530.608000', '102530.611000', '102530.613000', '102530.616000', '102530.619000', '102530.621000', '102530.624000', '102530.627000', '102530.629000', '102530.632000', '102530.634000', '102530.637000', '102530.640000', '102530.642000', '102530.645000', '102530.647000', '102530.650000', '102530.653000', '102530.655000', '102530.658000', '102530.661000', '102530.663000', '102530.666000', '102530.668000', '102530.671000', '102530.674000', '102530.676000', '102530.679000', '102530.681000', '102530.684000', '102530.687000', '102530.689000', '102530.692000', '102530.695000', '102530.698000', '102550.586000', '102550.590000', '102550.593000', '102550.595000', '102550.598000', '102550.601000', '102550.603000', '102550.606000', '102550.609000', '102550.611000', '102550.614000', '102550.616000', '102550.619000', '102550.622000', '102550.624000', '102550.627000', '102550.629000', '102550.632000', '102550.643000', '102550.645000', '102550.648000', '102550.651000', '102550.653000', '102550.656000', '102550.659000', '102550.661000', '102550.664000', '102550.666000', '102550.669000', '102550.672000', '102550.674000', '102550.677000', '102550.679000', '102550.682000', '102550.684000', '102550.687000', '102550.690000', '102550.692000', '102550.695000', '102550.697000', '102550.700000', '102550.703000', '102550.722000', '102550.724000', '102610.586000', '102610.589000', '102610.592000', '102610.595000', '102610.597000', '102610.600000', '102610.603000', '102610.605000', '102610.608000', '102610.611000', '102610.614000', '102610.616000', '102610.619000', '102610.622000', '102610.624000', '102610.627000', '102610.629000', '102610.632000', '102610.635000', '102610.637000', '102610.640000', '102610.642000', '102610.645000', '102610.648000', '102610.650000', '102610.653000', '102610.656000', '102610.658000', '102610.661000', '102610.663000', '102610.666000', '102610.668000', '102610.671000', '102610.674000', '102610.676000', '102610.679000', '102610.681000', '102610.684000', '102610.687000', '102610.689000', '102610.692000', '102610.695000', '102610.697000', '102630.587000', '102630.590000', '102630.593000', '102630.595000', '102630.598000', '102630.600000', '102630.603000', '102630.606000', '102630.608000', '102630.611000', '102630.614000', '102630.616000', '102630.619000', '102630.621000', '102630.624000', '102630.626000', '102630.629000', '102630.632000', '102630.634000', '102630.637000', '102630.639000', '102630.642000', '102630.645000', '102630.647000', '102630.650000', '102630.653000', '102630.655000', '102630.658000', '102630.660000', '102630.663000', '102630.666000', '102630.668000', '102630.671000', '102630.673000', '102630.676000', '102630.678000', '102630.681000', '102630.684000', '102630.686000', '102630.689000', '102630.691000', '102630.694000', '102630.697000', '102630.699000', '102650.587000', '102650.589000', '102650.592000', '102650.595000', '102650.597000', '102650.600000', '102650.603000', '102650.605000', '102650.608000', '102650.611000', '102650.613000', '102650.616000', '102650.619000', '102650.621000', '102650.624000', '102650.626000', '102650.629000', '102650.632000', '102650.634000', '102650.637000', '102650.640000', '102650.642000', '102650.645000', '102650.647000', '102650.650000', '102650.653000', '102650.655000', '102650.658000', '102650.661000', '102650.663000', '102650.666000', '102650.668000', '102650.671000', '102650.674000', '102650.676000', '102650.679000', '102650.681000', '102650.684000', '102650.686000', '102650.689000', '102650.692000', '102650.694000', '102650.697000', '102710.587000', '102710.589000', '102710.592000', '102710.595000', '102710.597000', '102710.600000', '102710.603000', '102710.605000', '102710.608000', '102710.610000', '102710.613000', '102710.616000', '102710.618000', '102710.621000', '102710.624000', '102710.627000', '102710.630000', '102710.633000', '102710.636000', '102710.639000', '102710.642000', '102710.645000', '102710.647000', '102710.650000', '102710.653000', '102710.655000', '102710.658000', '102710.660000', '102710.663000', '102710.666000', '102710.668000', '102710.671000', '102710.674000', '102710.676000', '102710.679000', '102710.681000', '102710.684000', '102710.687000', '102710.689000', '102710.704000', '102710.707000', '102710.709000', '102710.712000', '102730.586000', '102730.588000', '102730.591000', '102730.594000', '102730.596000', '102730.599000', '102730.602000', '102730.604000', '102730.607000', '102730.610000', '102730.612000', '102730.615000', '102730.617000', '102730.620000', '102730.623000', '102730.625000', '102730.628000', '102730.630000', '102730.633000', '102730.636000', '102730.638000', '102730.641000', '102730.643000', '102730.646000', '102730.649000', '102730.651000', '102730.654000', '102730.657000', '102730.659000', '102730.662000', '102730.664000', '102730.667000', '102730.670000', '102730.672000', '102730.675000', '102730.677000', '102730.680000', '102730.683000', '102730.685000', '102730.688000', '102730.690000', '102730.693000', '102730.696000', '102730.698000', '102731.745000', '102731.749000', '102731.751000'], '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': [9120, 7027, 8591, 8709, 7577, 10901, 7044, 9786, 7137, 9027, 7263, 7371, 7040, 8341, 7013, 8637, 6958, 7887, 9434, 7179, 15608, 9050, 13513, 8820, 9482, 10306, 7152, 13487, 7570, 8161, 8938, 7287, 11388, 6720, 7946, 9385, 6992, 9752, 8016, 9182, 7225, 7143, 13307, 7355, 8589, 13769, 7344, 13780, 6756, 10219, 7273, 7632, 16264, 9011, 16412, 6891, 12531, 12820, 9313, 18770, 12389, 11734, 8725, 8629, 18159, 6937, 9673, 16873, 7204, 13579, 6908, 8893, 6782, 7367, 11721, 7452, 8219, 9263, 7333, 10208, 6776, 8704, 7316, 8060, 15341, 8386, 14674, 7031, 10363, 14845, 7566, 16032, 10460, 11623, 7771, 7533, 19074, 7896, 7785, 8672, 7127, 10925, 7026, 10316, 7854, 7248, 9715, 7308, 7364, 6959, 7076, 7069, 6936, 10012, 7455, 7840, 8953, 7323, 13614, 7063, 10006, 18161, 11377, 16246, 12189, 11516, 8018, 9335, 18326, 8811, 10282, 14722, 7640, 11716, 7030, 8612, 7035, 7718, 16141, 8130, 9865, 6979, 7469, 6882, 7290, 11110, 6961, 9322, 8517, 8051, 6907, 7211, 15925, 7082, 13198, 11611, 9764, 7191, 8025, 16977, 6867, 9971, 7988, 8082, 7060, 7104, 10635, 6886, 8876, 7285, 7505, 9976, 7287, 13968, 6852, 9437, 7834, 7957, 13289, 7411, 15844, 7428, 9331, 14345, 7976, 17133, 9441, 12556, 6885, 7372, 10448, 7194, 10972, 8488, 7381, 6929, 7513, 12533, 7000, 10387, 7332, 8179, 7239, 7624, 11462, 6922, 9988, 7394, 7755, 7568, 7135, 9694, 7091, 8908, 10742, 7686, 11152, 8783, 9687, 7583, 7612, 17503, 7204, 12359, 9359, 8574, 7111, 7638, 17021, 7328, 9026, 7530, 7833, 10298, 7274, 9701, 6889, 8268, 6950, 8052, 13439, 8917, 13641, 7401, 12922, 8742, 9955, 9155, 11147, 17811, 12317, 15034, 8072, 9934, 8159, 7946, 10874, 7758, 7099, 7426, 7390, 7290, 12804, 8411, 9998, 7598, 8884, 7100, 6988, 6622, 7625, 11243, 10707, 14431, 8000, 11460, 7340, 10247, 17336, 13741, 12669, 9183, 7301, 7777, 15527, 7319, 13325, 9220, 13298, 7837, 6934, 7340, 7435, 7507, 10345, 9971, 16791, 10941, 17473, 10680, 14203, 11434, 17117, 12165, 11013, 7450, 11235, 7461, 13060, 11514, 11622, 9852, 8998, 6801, 7176, 6848, 6772, 6975, 8783, 7304, 9455, 7028, 8514, 6939, 8885, 13212, 8013, 16376, 9884, 8730, 7580, 7258, 7351, 8341, 7386, 12219, 11514, 12749, 7103, 7450, 7153, 7817, 7403, 7417, 7140, 7298, 6977, 7647, 13977, 7309, 9864, 8372, 8243, 7129, 7680, 6909, 7547, 7435, 7496, 10715, 7584, 9020, 7209, 11858, 7353, 11785, 8914, 15752, 10084, 10901, 7069, 7506, 7573, 7672, 12962, 7936, 16576, 7457, 11582, 7146, 8158, 14183, 7340, 11250, 7206, 7682, 7011, 6994, 7450, 7535, 6936, 8519, 14428, 8573, 13037, 10865, 10860, 14559, 9955, 7545, 8150, 15176, 7483, 15672, 13821, 9842, 15532, 7936, 6660, 7549, 8919, 7317, 7707, 7444, 8072, 7194, 9345, 7516, 7981, 12112, 7205, 9085, 7675, 8894, 7186, 7921, 7048, 9765, 16611, 8849, 12743, 10256, 8514, 7290, 6864, 7484, 7051, 7211, 9462, 14517, 11198, 7432, 8244, 16027, 7477, 12322, 7706, 9059, 7460, 10405, 7389, 9106, 12984, 7768, 11184, 7644, 11673, 8762, 8741, 7340, 6947, 7295, 10367, 7242, 15044, 12970, 9446, 17202, 7958, 11300, 7537, 9388, 7541, 9195, 7747, 7647, 7551, 6859, 7540, 14581, 11264, 9519, 13965, 8226, 7545, 7900, 7460, 7582, 11554, 11142, 8066, 11269, 8745, 8882, 7186, 7193, 7479, 9111, 11124, 7911, 11172, 7500, 7137, 7289, 7428, 7234, 7515, 7112, 7108, 10967, 7871, 16045, 16135, 12233, 10882, 8359, 15728, 7592, 11782, 8969, 8216, 8856, 7788, 7343, 7903, 12765, 7471, 9462, 7861, 8443, 7530, 7163, 7273, 7150, 7351, 12317, 9316, 11587, 8248, 10089, 7373, 8612, 7291, 9392, 7827, 10888, 12293, 11196, 12607, 7930, 11954, 7451, 11973, 8678, 12557, 8211, 8255, 7229, 7840, 8629, 7444, 10176, 7440, 8963, 7117, 8886, 9729, 7751, 9542, 7730, 9510, 7387, 8633, 7129, 8591, 15376, 7531, 9522, 7144, 7594, 7444, 6927, 7307, 7793, 13006, 7725, 8731, 14642, 8054, 7900, 7438, 8208, 7279, 7782, 11477, 7152, 7488, 7620, 8090, 9169, 7572, 12518, 7352, 8626, 14584, 8445, 13256, 7868, 9492, 7165, 8490, 11605, 7586, 11431, 7726, 10805, 7328, 8983, 9690, 7768, 14411, 7743, 10176, 7429, 10286, 7817, 12051, 13359, 10015, 15372, 8131, 10471, 7207, 7628, 7236, 7363, 13930, 7517, 10361, 7384, 8525, 7202, 7026, 7133, 7959, 7340, 7968, 12896, 7633, 12544, 7599, 12206, 9185, 14248, 9802, 10410, 15339, 7537, 11883, 7733, 11112, 7794, 8861, 7423, 7496, 7160, 8203, 7663, 13889, 11982, 10401, 10585, 8234, 8192, 7748, 13270, 7803, 12647, 8070, 9793, 15097, 8076, 12013, 7129, 9254, 9363, 7951, 7046, 7300, 8768, 7040, 8830, 7385, 6984, 7186, 6733, 7151, 7218, 9026, 14891, 11545, 12772, 9843, 9988, 7272, 7976, 8526, 8047, 13368, 8007, 16407, 11859, 11484, 10708, 6861, 7239, 7847, 7635, 7139, 7149, 8064, 6929, 9893, 6956, 7663, 7461, 7054, 7393, 9752, 7913, 14016, 7825, 10187, 6776, 7197, 10369, 8243, 16833, 12727, 15705, 12165, 8681, 9798, 7650, 9570, 7675, 15595, 12993, 10485, 7939, 7655, 8079, 8710, 8783, 15245, 13363, 7687, 8913, 6988, 7615, 7234, 7944, 7776, 8200, 7446, 7063, 7740, 8096, 7521, 8686, 7867, 8439, 7344, 7083, 7122, 7128, 7188, 8051, 7477, 9968, 7750, 14198, 9386, 9783, 8090, 7445, 8462, 16738, 12300, 15164, 13884, 7469, 7863, 7183, 7781, 7381, 8680, 7669, 12589, 8486, 7432, 9399, 6984, 7034, 7686, 7234, 9775, 7376, 10260, 8059, 16222, 10260, 17585, 10673, 14454, 16658, 11224, 19610, 15789, 15392, 9695, 9752, 12308, 8162, 10946, 7266, 8636, 7078, 7776, 8959, 7157, 7974, 9259, 7646, 8529, 7143, 7845, 6795, 7584, 10514, 7256, 9056, 8594, 8258, 15421, 8003, 11836, 7077, 8229, 8172, 7910, 13928, 7733, 14808, 13641, 12854, 7524, 7630, 8105, 7277, 9171, 7033, 10424, 15240, 8591, 14300, 7345, 9966, 7015, 7917, 7118, 7884, 17814, 13185, 7595, 8001, 15853, 7697, 12085, 8098, 9292, 6954, 7134, 7805, 19110, 13769, 15772, 12328, 15654, 8714, 10929, 7153, 8314, 19199, 15077, 14080, 9802, 10605, 6951, 8519, 7041, 9814, 8584, 7797, 7057, 7786, 6973, 7444, 6973, 9342, 7031, 9534, 7010, 9575, 7086, 17121, 15108, 16621, 12737, 14648, 10505, 13219, 16147, 8110, 13006, 7153, 12584, 7523, 14395, 10128, 17730, 11775, 13060, 7437, 9794, 7449, 10508, 8121, 10170, 8416, 7016, 7401, 7131, 7511, 7263, 8366, 7590, 8434, 7637, 6883, 6985, 10286, 7910, 7566, 8656, 10480, 9676, 13450, 16992, 7938, 11367, 7452, 9142, 7546, 7973, 18790, 7788, 14527, 9223, 8887, 7530, 7440, 7059, 12216, 8055, 9251, 7112, 8743, 7525, 8037, 7333, 9507, 8147, 11997, 12387, 12885, 7773, 8218, 7959, 8138, 8204, 8304, 18846, 15806, 13686, 7787, 12733, 7353, 8727, 7118, 8351, 7058, 9367, 7376, 7905, 7047, 7555, 9050, 7416, 14625, 9595, 13755, 7533, 8993, 7328, 8024, 7063, 8380, 7182, 9010, 12867, 7880, 13223, 7351, 10872, 7276, 12099, 8594, 12686, 7764, 11002, 8456, 8810, 8921, 8351, 7636, 8222, 7263, 7629, 13379, 7203, 9861, 7372, 10100, 8544, 9544, 7572, 9741, 7462, 10455, 8142, 15421, 12304, 15157, 7319, 10538, 14649, 8370, 18634, 14942, 13566, 12026, 10303, 7721, 7849, 8057, 7469, 8254, 7858, 11800, 7555, 13567, 7467, 11319, 8671, 11909, 12474, 16276, 8831, 8629, 7503, 7480, 6958, 6990, 7246, 7460, 9013, 7735, 11981, 9464, 18432, 14252, 9060, 9200, 9736, 8361, 17883, 9009, 18533, 13776, 16544, 8700, 9132, 7766, 9184, 7610, 12185, 8098, 9339, 7448, 8457, 7413, 9088, 7629, 11030, 8413, 12863, 9080, 7676, 8050, 17509, 11912, 13847, 9177, 14118, 9912, 11544, 7912, 9394, 8062, 13153, 8478, 9422, 16236, 12457, 7712, 8242, 7399, 8102, 11432, 7504, 7485, 9395, 7960, 7849, 7452, 8138, 7796, 12714, 9287, 16555, 12632, 10779, 18451, 15493, 14967, 11454, 7258], 'WindowCenter': [4179.0, 4144.0, 4164.0, 4148.0, 4140.0, 4170.0, 4131.0, 4171.0, 4141.0, 4161.0, 4143.0, 4154.0, 4155.0, 4167.0, 4155.0, 4176.0, 4156.0, 4167.0, 4188.0, 4158.0, 4230.0, 4189.0, 4218.0, 4175.0, 4186.0, 4186.0, 4157.0, 4215.0, 4166.0, 4166.0, 4187.0, 4166.0, 4205.0, 4157.0, 4178.0, 4188.0, 4169.0, 4199.0, 4181.0, 4188.0, 4169.0, 4169.0, 4230.0, 4182.0, 4192.0, 4230.0, 4171.0, 4229.0, 4160.0, 4200.0, 4168.0, 4181.0, 4240.0, 4192.0, 4240.0, 4158.0, 4219.0, 4218.0, 4187.0, 4250.0, 4207.0, 4209.0, 4174.0, 4176.0, 4226.0, 4154.0, 4186.0, 4227.0, 4155.0, 4214.0, 4154.0, 4175.0, 4143.0, 4155.0, 4205.0, 4165.0, 4176.0, 4186.0, 4156.0, 4194.0, 4156.0, 4176.0, 4167.0, 4179.0, 4240.0, 4180.0, 4229.0, 4158.0, 4197.0, 4227.0, 4165.0, 4228.0, 4196.0, 4208.0, 4164.0, 4166.0, 4235.0, 4164.0, 4153.0, 4174.0, 4154.0, 4193.0, 4154.0, 4185.0, 4163.0, 4155.0, 4185.0, 4155.0, 4166.0, 4155.0, 4155.0, 4167.0, 4169.0, 4210.0, 4180.0, 4179.0, 4190.0, 4170.0, 4228.0, 4168.0, 4200.0, 4250.0, 4209.0, 4228.0, 4207.0, 4195.0, 4164.0, 4185.0, 4234.0, 4175.0, 4195.0, 4214.0, 4165.0, 4193.0, 4154.0, 4172.0, 4152.0, 4164.0, 4224.0, 4163.0, 4185.0, 4154.0, 4153.0, 4153.0, 4165.0, 4206.0, 4165.0, 4185.0, 4189.0, 4167.0, 4155.0, 4168.0, 4238.0, 4167.0, 4217.0, 4207.0, 4185.0, 4152.0, 4165.0, 4226.0, 4154.0, 4196.0, 4166.0, 4177.0, 4154.0, 4154.0, 4194.0, 4154.0, 4187.0, 4178.0, 4166.0, 4208.0, 4180.0, 4228.0, 4157.0, 4187.0, 4178.0, 4178.0, 4228.0, 4166.0, 4226.0, 4165.0, 4188.0, 4229.0, 4179.0, 4237.0, 4185.0, 4203.0, 4152.0, 4154.0, 4195.0, 4167.0, 4205.0, 4175.0, 4155.0, 4153.0, 4154.0, 4204.0, 4155.0, 4196.0, 4165.0, 4176.0, 4152.0, 4163.0, 4191.0, 4154.0, 4195.0, 4154.0, 4164.0, 4164.0, 4155.0, 4184.0, 4156.0, 4186.0, 4209.0, 4177.0, 4206.0, 4187.0, 4185.0, 4165.0, 4167.0, 4236.0, 4166.0, 4216.0, 4185.0, 4175.0, 4153.0, 4165.0, 4225.0, 4152.0, 4174.0, 4164.0, 4163.0, 4197.0, 4166.0, 4185.0, 4155.0, 4175.0, 4167.0, 4178.0, 4217.0, 4189.0, 4217.0, 4166.0, 4216.0, 4175.0, 4185.0, 4186.0, 4206.0, 4237.0, 4204.0, 4213.0, 4162.0, 4182.0, 4165.0, 4163.0, 4194.0, 4163.0, 4152.0, 4152.0, 4163.0, 4180.0, 4218.0, 4177.0, 4195.0, 4164.0, 4173.0, 4166.0, 4167.0, 4168.0, 4190.0, 4223.0, 4222.0, 4243.0, 4179.0, 4209.0, 4168.0, 4197.0, 4238.0, 4216.0, 4217.0, 4185.0, 4153.0, 4165.0, 4225.0, 4154.0, 4215.0, 4186.0, 4216.0, 4164.0, 4154.0, 4166.0, 4177.0, 4179.0, 4199.0, 4200.0, 4238.0, 4196.0, 4226.0, 4195.0, 4213.0, 4194.0, 4224.0, 4205.0, 4181.0, 4152.0, 4191.0, 4155.0, 4206.0, 4193.0, 4194.0, 4172.0, 4161.0, 4130.0, 4139.0, 4140.0, 4128.0, 4154.0, 4174.0, 4156.0, 4185.0, 4142.0, 4162.0, 4144.0, 4173.0, 4203.0, 4164.0, 4224.0, 4184.0, 4162.0, 4151.0, 4151.0, 4154.0, 4162.0, 4155.0, 4205.0, 4194.0, 4205.0, 4142.0, 4141.0, 4141.0, 4152.0, 4153.0, 4155.0, 4154.0, 4155.0, 4154.0, 4167.0, 4215.0, 4156.0, 4185.0, 4165.0, 4165.0, 4154.0, 4153.0, 4155.0, 4165.0, 4167.0, 4166.0, 4197.0, 4168.0, 4187.0, 4166.0, 4206.0, 4166.0, 4208.0, 4188.0, 4239.0, 4198.0, 4195.0, 4154.0, 4153.0, 4164.0, 4166.0, 4216.0, 4168.0, 4227.0, 4153.0, 4193.0, 4144.0, 4166.0, 4216.0, 4154.0, 4195.0, 4154.0, 4163.0, 4154.0, 4156.0, 4179.0, 4178.0, 4169.0, 4190.0, 4228.0, 4177.0, 4218.0, 4198.0, 4199.0, 4217.0, 4186.0, 4156.0, 4166.0, 4214.0, 4155.0, 4218.0, 4216.0, 4173.0, 4214.0, 4151.0, 4142.0, 4153.0, 4172.0, 4166.0, 4165.0, 4168.0, 4179.0, 4169.0, 4190.0, 4166.0, 4168.0, 4206.0, 4167.0, 4187.0, 4166.0, 4187.0, 4157.0, 4167.0, 4158.0, 4200.0, 4229.0, 4188.0, 4220.0, 4197.0, 4174.0, 4154.0, 4145.0, 4168.0, 4156.0, 4170.0, 4200.0, 4229.0, 4209.0, 4156.0, 4176.0, 4226.0, 4155.0, 4205.0, 4168.0, 4188.0, 4168.0, 4198.0, 4168.0, 4175.0, 4206.0, 4166.0, 4208.0, 4168.0, 4207.0, 4189.0, 4179.0, 4166.0, 4156.0, 4166.0, 4197.0, 4167.0, 4230.0, 4219.0, 4177.0, 4226.0, 4156.0, 4194.0, 4154.0, 4183.0, 4167.0, 4186.0, 4178.0, 4178.0, 4179.0, 4156.0, 4168.0, 4229.0, 4209.0, 4198.0, 4215.0, 4176.0, 4165.0, 4165.0, 4152.0, 4164.0, 4196.0, 4196.0, 4166.0, 4195.0, 4177.0, 4174.0, 4155.0, 4153.0, 4167.0, 4187.0, 4207.0, 4178.0, 4206.0, 4165.0, 4168.0, 4167.0, 4168.0, 4167.0, 4168.0, 4169.0, 4170.0, 4211.0, 4193.0, 4256.0, 4243.0, 4211.0, 4195.0, 4163.0, 4215.0, 4154.0, 4206.0, 4188.0, 4165.0, 4176.0, 4164.0, 4153.0, 4164.0, 4202.0, 4179.0, 4197.0, 4178.0, 4176.0, 4178.0, 4158.0, 4168.0, 4168.0, 4181.0, 4222.0, 4201.0, 4219.0, 4191.0, 4195.0, 4166.0, 4174.0, 4166.0, 4175.0, 4167.0, 4196.0, 4210.0, 4197.0, 4206.0, 4165.0, 4194.0, 4156.0, 4205.0, 4174.0, 4206.0, 4165.0, 4163.0, 4152.0, 4161.0, 4162.0, 4153.0, 4193.0, 4154.0, 4174.0, 4155.0, 4174.0, 4172.0, 4153.0, 4183.0, 4166.0, 4185.0, 4166.0, 4175.0, 4156.0, 4178.0, 4225.0, 4165.0, 4183.0, 4168.0, 4167.0, 4166.0, 4155.0, 4164.0, 4166.0, 4218.0, 4166.0, 4177.0, 4227.0, 4164.0, 4165.0, 4153.0, 4174.0, 4153.0, 4167.0, 4208.0, 4168.0, 4165.0, 4167.0, 4177.0, 4186.0, 4166.0, 4217.0, 4169.0, 4188.0, 4228.0, 4177.0, 4215.0, 4165.0, 4185.0, 4155.0, 4187.0, 4207.0, 4167.0, 4206.0, 4167.0, 4193.0, 4164.0, 4187.0, 4198.0, 4176.0, 4225.0, 4165.0, 4194.0, 4164.0, 4195.0, 4165.0, 4218.0, 4228.0, 4197.0, 4225.0, 4163.0, 4184.0, 4153.0, 4161.0, 4164.0, 4167.0, 4227.0, 4166.0, 4196.0, 4166.0, 4176.0, 4166.0, 4166.0, 4166.0, 4191.0, 4181.0, 4190.0, 4230.0, 4178.0, 4217.0, 4177.0, 4219.0, 4199.0, 4228.0, 4197.0, 4196.0, 4226.0, 4165.0, 4205.0, 4165.0, 4205.0, 4191.0, 4187.0, 4167.0, 4165.0, 4168.0, 4177.0, 4178.0, 4230.0, 4221.0, 4197.0, 4195.0, 4174.0, 4174.0, 4165.0, 4216.0, 4166.0, 4215.0, 4165.0, 4184.0, 4212.0, 4163.0, 4192.0, 4154.0, 4172.0, 4172.0, 4150.0, 4139.0, 4152.0, 4172.0, 4157.0, 4186.0, 4178.0, 4180.0, 4180.0, 4183.0, 4182.0, 4193.0, 4215.0, 4257.0, 4223.0, 4231.0, 4199.0, 4186.0, 4155.0, 4165.0, 4175.0, 4164.0, 4215.0, 4165.0, 4227.0, 4205.0, 4194.0, 4185.0, 4141.0, 4151.0, 4161.0, 4163.0, 4152.0, 4155.0, 4176.0, 4167.0, 4198.0, 4168.0, 4167.0, 4168.0, 4168.0, 4179.0, 4199.0, 4191.0, 4229.0, 4167.0, 4198.0, 4165.0, 4168.0, 4208.0, 4191.0, 4250.0, 4230.0, 4240.0, 4207.0, 4177.0, 4184.0, 4165.0, 4187.0, 4166.0, 4227.0, 4217.0, 4195.0, 4163.0, 4164.0, 4179.0, 4232.0, 4207.0, 4242.0, 4208.0, 4141.0, 4148.0, 4113.0, 4134.0, 4124.0, 4147.0, 4150.0, 4160.0, 4138.0, 4127.0, 4136.0, 4147.0, 4148.0, 4161.0, 4165.0, 4163.0, 4152.0, 4142.0, 4153.0, 4141.0, 4153.0, 4162.0, 4153.0, 4185.0, 4166.0, 4227.0, 4189.0, 4196.0, 4165.0, 4154.0, 4164.0, 4225.0, 4206.0, 4215.0, 4204.0, 4155.0, 4163.0, 4153.0, 4164.0, 4153.0, 4174.0, 4178.0, 4218.0, 4188.0, 4168.0, 4188.0, 4168.0, 4156.0, 4165.0, 4179.0, 4197.0, 4168.0, 4195.0, 4178.0, 4238.0, 4197.0, 4238.0, 4195.0, 4216.0, 4223.0, 4182.0, 4222.0, 4202.0, 4199.0, 4170.0, 4161.0, 4176.0, 4147.0, 4166.0, 4137.0, 4148.0, 4124.0, 4136.0, 4144.0, 4124.0, 4137.0, 4156.0, 4138.0, 4158.0, 4141.0, 4151.0, 4139.0, 4151.0, 4181.0, 4152.0, 4173.0, 4173.0, 4175.0, 4225.0, 4163.0, 4193.0, 4152.0, 4162.0, 4162.0, 4164.0, 4215.0, 4166.0, 4228.0, 4216.0, 4204.0, 4152.0, 4153.0, 4160.0, 4152.0, 4182.0, 4154.0, 4196.0, 4226.0, 4176.0, 4226.0, 4165.0, 4183.0, 4155.0, 4164.0, 4165.0, 4177.0, 4236.0, 4216.0, 4164.0, 4176.0, 4226.0, 4165.0, 4218.0, 4176.0, 4187.0, 4166.0, 4166.0, 4178.0, 4248.0, 4229.0, 4228.0, 4207.0, 4226.0, 4174.0, 4193.0, 4153.0, 4179.0, 4252.0, 4216.0, 4213.0, 4182.0, 4180.0, 4152.0, 4171.0, 4155.0, 4196.0, 4175.0, 4166.0, 4154.0, 4163.0, 4156.0, 4164.0, 4167.0, 4187.0, 4169.0, 4197.0, 4167.0, 4197.0, 4167.0, 4237.0, 4227.0, 4225.0, 4205.0, 4215.0, 4195.0, 4204.0, 4225.0, 4162.0, 4202.0, 4151.0, 4191.0, 4151.0, 4215.0, 4183.0, 4224.0, 4192.0, 4200.0, 4140.0, 4169.0, 4152.0, 4182.0, 4163.0, 4181.0, 4162.0, 4140.0, 4150.0, 4141.0, 4152.0, 4152.0, 4163.0, 4166.0, 4176.0, 4165.0, 4152.0, 4155.0, 4195.0, 4165.0, 4166.0, 4175.0, 4196.0, 4186.0, 4217.0, 4226.0, 4163.0, 4192.0, 4152.0, 4171.0, 4150.0, 4164.0, 4224.0, 4151.0, 4212.0, 4173.0, 4171.0, 4152.0, 4151.0, 4153.0, 4203.0, 4164.0, 4185.0, 4154.0, 4173.0, 4166.0, 4176.0, 4168.0, 4199.0, 4179.0, 4219.0, 4218.0, 4217.0, 4165.0, 4164.0, 4163.0, 4164.0, 4163.0, 4175.0, 4237.0, 4226.0, 4203.0, 4152.0, 4203.0, 4151.0, 4160.0, 4142.0, 4174.0, 4155.0, 4183.0, 4152.0, 4162.0, 4142.0, 4152.0, 4172.0, 4164.0, 4225.0, 4184.0, 4214.0, 4153.0, 4171.0, 4151.0, 4161.0, 4153.0, 4190.0, 4179.0, 4189.0, 4218.0, 4176.0, 4215.0, 4167.0, 4195.0, 4165.0, 4205.0, 4177.0, 4217.0, 4165.0, 4196.0, 4163.0, 4173.0, 4173.0, 4163.0, 4164.0, 4176.0, 4154.0, 4164.0, 4214.0, 4154.0, 4184.0, 4166.0, 4195.0, 4190.0, 4197.0, 4178.0, 4196.0, 4168.0, 4208.0, 4180.0, 4239.0, 4218.0, 4225.0, 4154.0, 4194.0, 4213.0, 4163.0, 4234.0, 4215.0, 4203.0, 4193.0, 4182.0, 4153.0, 4162.0, 4163.0, 4153.0, 4173.0, 4176.0, 4207.0, 4165.0, 4215.0, 4154.0, 4194.0, 4174.0, 4217.0, 4217.0, 4225.0, 4174.0, 4162.0, 4152.0, 4151.0, 4154.0, 4152.0, 4166.0, 4164.0, 4187.0, 4178.0, 4217.0, 4198.0, 4248.0, 4228.0, 4173.0, 4172.0, 4170.0, 4162.0, 4223.0, 4173.0, 4224.0, 4204.0, 4212.0, 4159.0, 4158.0, 4148.0, 4168.0, 4162.0, 4203.0, 4164.0, 4183.0, 4153.0, 4161.0, 4153.0, 4174.0, 4166.0, 4207.0, 4178.0, 4217.0, 4187.0, 4166.0, 4177.0, 4235.0, 4204.0, 4214.0, 4185.0, 4213.0, 4196.0, 4193.0, 4164.0, 4173.0, 4164.0, 4215.0, 4164.0, 4185.0, 4224.0, 4205.0, 4152.0, 4162.0, 4152.0, 4163.0, 4192.0, 4154.0, 4165.0, 4187.0, 4164.0, 4165.0, 4167.0, 4175.0, 4177.0, 4227.0, 4198.0, 4251.0, 4219.0, 4198.0, 4240.0, 4242.0, 4227.0, 4206.0, 4155.0], 'WindowWidth': [9289.0, 9232.0, 9256.0, 9227.0, 9218.0, 9255.0, 9207.0, 9259.0, 9221.0, 9248.0, 9227.0, 9244.0, 9250.0, 9266.0, 9249.0, 9276.0, 9252.0, 9267.0, 9295.0, 9256.0, 9356.0, 9298.0, 9337.0, 9275.0, 9291.0, 9290.0, 9253.0, 9329.0, 9266.0, 9263.0, 9294.0, 9265.0, 9315.0, 9255.0, 9284.0, 9300.0, 9277.0, 9315.0, 9294.0, 9299.0, 9275.0, 9277.0, 9358.0, 9299.0, 9309.0, 9357.0, 9279.0, 9354.0, 9264.0, 9317.0, 9275.0, 9293.0, 9374.0, 9309.0, 9372.0, 9258.0, 9343.0, 9336.0, 9298.0, 9388.0, 9323.0, 9326.0, 9273.0, 9279.0, 9346.0, 9247.0, 9292.0, 9348.0, 9250.0, 9329.0, 9247.0, 9274.0, 9233.0, 9251.0, 9317.0, 9267.0, 9282.0, 9294.0, 9253.0, 9302.0, 9255.0, 9281.0, 9271.0, 9290.0, 9374.0, 9291.0, 9354.0, 9258.0, 9312.0, 9349.0, 9266.0, 9353.0, 9307.0, 9325.0, 9261.0, 9265.0, 9359.0, 9260.0, 9244.0, 9274.0, 9247.0, 9298.0, 9247.0, 9289.0, 9257.0, 9249.0, 9289.0, 9251.0, 9265.0, 9251.0, 9253.0, 9270.0, 9279.0, 9335.0, 9295.0, 9289.0, 9305.0, 9278.0, 9354.0, 9273.0, 9318.0, 9387.0, 9328.0, 9353.0, 9323.0, 9303.0, 9260.0, 9290.0, 9358.0, 9279.0, 9305.0, 9328.0, 9263.0, 9297.0, 9246.0, 9269.0, 9243.0, 9262.0, 9344.0, 9260.0, 9291.0, 9249.0, 9247.0, 9247.0, 9266.0, 9322.0, 9268.0, 9293.0, 9303.0, 9269.0, 9253.0, 9272.0, 9369.0, 9272.0, 9338.0, 9322.0, 9292.0, 9244.0, 9264.0, 9348.0, 9249.0, 9307.0, 9267.0, 9284.0, 9249.0, 9250.0, 9302.0, 9251.0, 9299.0, 9290.0, 9271.0, 9329.0, 9294.0, 9355.0, 9257.0, 9297.0, 9288.0, 9287.0, 9354.0, 9268.0, 9347.0, 9264.0, 9298.0, 9359.0, 9290.0, 9367.0, 9289.0, 9312.0, 9243.0, 9248.0, 9306.0, 9273.0, 9319.0, 9279.0, 9249.0, 9246.0, 9249.0, 9315.0, 9254.0, 9310.0, 9266.0, 9279.0, 9241.0, 9259.0, 9293.0, 9248.0, 9305.0, 9249.0, 9263.0, 9262.0, 9251.0, 9288.0, 9255.0, 9295.0, 9331.0, 9287.0, 9323.0, 9298.0, 9292.0, 9264.0, 9268.0, 9363.0, 9270.0, 9337.0, 9291.0, 9276.0, 9247.0, 9264.0, 9345.0, 9244.0, 9275.0, 9263.0, 9261.0, 9308.0, 9266.0, 9291.0, 9253.0, 9279.0, 9273.0, 9288.0, 9338.0, 9303.0, 9337.0, 9268.0, 9332.0, 9278.0, 9292.0, 9295.0, 9321.0, 9364.0, 9314.0, 9325.0, 9255.0, 9282.0, 9264.0, 9259.0, 9300.0, 9259.0, 9242.0, 9243.0, 9263.0, 9298.0, 9344.0, 9286.0, 9305.0, 9262.0, 9273.0, 9269.0, 9274.0, 9278.0, 9311.0, 9359.0, 9354.0, 9384.0, 9292.0, 9329.0, 9274.0, 9311.0, 9368.0, 9333.0, 9337.0, 9290.0, 9244.0, 9262.0, 9343.0, 9249.0, 9333.0, 9292.0, 9334.0, 9261.0, 9248.0, 9267.0, 9287.0, 9293.0, 9317.0, 9321.0, 9367.0, 9307.0, 9347.0, 9303.0, 9325.0, 9301.0, 9342.0, 9317.0, 9277.0, 9241.0, 9291.0, 9251.0, 9319.0, 9294.0, 9297.0, 9266.0, 9251.0, 9208.0, 9220.0, 9222.0, 9205.0, 9247.0, 9274.0, 9252.0, 9289.0, 9230.0, 9253.0, 9233.0, 9269.0, 9308.0, 9259.0, 9341.0, 9284.0, 9252.0, 9237.0, 9238.0, 9247.0, 9255.0, 9251.0, 9318.0, 9301.0, 9315.0, 9227.0, 9224.0, 9224.0, 9241.0, 9245.0, 9248.0, 9248.0, 9248.0, 9248.0, 9267.0, 9328.0, 9252.0, 9291.0, 9262.0, 9261.0, 9248.0, 9244.0, 9249.0, 9264.0, 9270.0, 9267.0, 9309.0, 9272.0, 9295.0, 9267.0, 9319.0, 9269.0, 9325.0, 9298.0, 9372.0, 9310.0, 9301.0, 9247.0, 9244.0, 9260.0, 9265.0, 9333.0, 9271.0, 9351.0, 9244.0, 9294.0, 9232.0, 9264.0, 9333.0, 9246.0, 9303.0, 9248.0, 9258.0, 9249.0, 9255.0, 9291.0, 9286.0, 9280.0, 9305.0, 9353.0, 9282.0, 9337.0, 9312.0, 9311.0, 9334.0, 9289.0, 9250.0, 9264.0, 9328.0, 9247.0, 9338.0, 9331.0, 9270.0, 9326.0, 9236.0, 9225.0, 9243.0, 9267.0, 9267.0, 9264.0, 9272.0, 9289.0, 9276.0, 9302.0, 9264.0, 9271.0, 9320.0, 9271.0, 9296.0, 9268.0, 9296.0, 9257.0, 9268.0, 9258.0, 9316.0, 9356.0, 9299.0, 9343.0, 9306.0, 9272.0, 9247.0, 9235.0, 9271.0, 9254.0, 9278.0, 9318.0, 9356.0, 9325.0, 9251.0, 9279.0, 9346.0, 9247.0, 9315.0, 9272.0, 9297.0, 9270.0, 9313.0, 9272.0, 9278.0, 9318.0, 9264.0, 9325.0, 9272.0, 9322.0, 9301.0, 9286.0, 9266.0, 9255.0, 9268.0, 9310.0, 9269.0, 9361.0, 9339.0, 9279.0, 9345.0, 9247.0, 9298.0, 9246.0, 9284.0, 9269.0, 9294.0, 9287.0, 9287.0, 9288.0, 9255.0, 9272.0, 9356.0, 9327.0, 9313.0, 9332.0, 9278.0, 9261.0, 9261.0, 9243.0, 9261.0, 9306.0, 9303.0, 9266.0, 9301.0, 9281.0, 9270.0, 9249.0, 9244.0, 9268.0, 9296.0, 9324.0, 9286.0, 9321.0, 9266.0, 9272.0, 9271.0, 9274.0, 9269.0, 9274.0, 9278.0, 9281.0, 9336.0, 9317.0, 9408.0, 9385.0, 9333.0, 9302.0, 9258.0, 9330.0, 9244.0, 9321.0, 9297.0, 9260.0, 9278.0, 9261.0, 9242.0, 9259.0, 9309.0, 9290.0, 9313.0, 9286.0, 9281.0, 9287.0, 9257.0, 9273.0, 9274.0, 9296.0, 9352.0, 9320.0, 9343.0, 9307.0, 9304.0, 9267.0, 9275.0, 9265.0, 9277.0, 9269.0, 9307.0, 9327.0, 9307.0, 9316.0, 9261.0, 9298.0, 9249.0, 9317.0, 9274.0, 9322.0, 9261.0, 9256.0, 9239.0, 9252.0, 9254.0, 9246.0, 9298.0, 9249.0, 9274.0, 9249.0, 9273.0, 9268.0, 9244.0, 9283.0, 9268.0, 9291.0, 9269.0, 9278.0, 9254.0, 9284.0, 9344.0, 9262.0, 9285.0, 9272.0, 9268.0, 9267.0, 9251.0, 9263.0, 9267.0, 9338.0, 9264.0, 9283.0, 9350.0, 9261.0, 9261.0, 9246.0, 9274.0, 9245.0, 9269.0, 9325.0, 9273.0, 9267.0, 9269.0, 9283.0, 9292.0, 9268.0, 9335.0, 9277.0, 9301.0, 9353.0, 9284.0, 9331.0, 9263.0, 9290.0, 9252.0, 9296.0, 9324.0, 9271.0, 9320.0, 9268.0, 9300.0, 9262.0, 9296.0, 9316.0, 9282.0, 9347.0, 9265.0, 9301.0, 9263.0, 9304.0, 9267.0, 9342.0, 9355.0, 9311.0, 9345.0, 9257.0, 9284.0, 9244.0, 9253.0, 9263.0, 9271.0, 9352.0, 9271.0, 9309.0, 9269.0, 9281.0, 9269.0, 9270.0, 9272.0, 9311.0, 9296.0, 9309.0, 9359.0, 9286.0, 9338.0, 9285.0, 9344.0, 9318.0, 9356.0, 9311.0, 9308.0, 9350.0, 9264.0, 9318.0, 9266.0, 9317.0, 9313.0, 9298.0, 9271.0, 9267.0, 9273.0, 9285.0, 9289.0, 9361.0, 9348.0, 9309.0, 9302.0, 9274.0, 9274.0, 9265.0, 9335.0, 9267.0, 9332.0, 9263.0, 9287.0, 9322.0, 9254.0, 9293.0, 9247.0, 9267.0, 9267.0, 9234.0, 9219.0, 9241.0, 9269.0, 9256.0, 9298.0, 9288.0, 9296.0, 9296.0, 9308.0, 9304.0, 9319.0, 9351.0, 9414.0, 9358.0, 9364.0, 9314.0, 9294.0, 9251.0, 9263.0, 9275.0, 9261.0, 9330.0, 9262.0, 9355.0, 9319.0, 9300.0, 9287.0, 9224.0, 9240.0, 9252.0, 9259.0, 9243.0, 9254.0, 9283.0, 9274.0, 9314.0, 9276.0, 9272.0, 9275.0, 9276.0, 9292.0, 9319.0, 9309.0, 9358.0, 9271.0, 9313.0, 9270.0, 9278.0, 9329.0, 9309.0, 9390.0, 9361.0, 9374.0, 9324.0, 9280.0, 9287.0, 9264.0, 9294.0, 9268.0, 9352.0, 9337.0, 9301.0, 9258.0, 9260.0, 9290.0, 9387.0, 9342.0, 9376.0, 9323.0, 9219.0, 9220.0, 9168.0, 9200.0, 9188.0, 9225.0, 9236.0, 9248.0, 9215.0, 9198.0, 9208.0, 9225.0, 9230.0, 9250.0, 9263.0, 9258.0, 9243.0, 9228.0, 9245.0, 9226.0, 9244.0, 9255.0, 9245.0, 9288.0, 9268.0, 9352.0, 9302.0, 9304.0, 9264.0, 9247.0, 9260.0, 9343.0, 9318.0, 9331.0, 9314.0, 9251.0, 9259.0, 9246.0, 9261.0, 9246.0, 9274.0, 9287.0, 9339.0, 9300.0, 9276.0, 9300.0, 9273.0, 9255.0, 9265.0, 9292.0, 9310.0, 9271.0, 9304.0, 9287.0, 9367.0, 9310.0, 9368.0, 9304.0, 9333.0, 9339.0, 9281.0, 9336.0, 9305.0, 9298.0, 9260.0, 9248.0, 9260.0, 9221.0, 9245.0, 9211.0, 9223.0, 9190.0, 9207.0, 9214.0, 9191.0, 9209.0, 9235.0, 9215.0, 9243.0, 9224.0, 9237.0, 9220.0, 9239.0, 9278.0, 9241.0, 9271.0, 9273.0, 9277.0, 9344.0, 9259.0, 9296.0, 9243.0, 9255.0, 9254.0, 9260.0, 9331.0, 9268.0, 9359.0, 9336.0, 9314.0, 9241.0, 9243.0, 9251.0, 9245.0, 9283.0, 9251.0, 9308.0, 9348.0, 9282.0, 9348.0, 9265.0, 9286.0, 9252.0, 9262.0, 9267.0, 9285.0, 9364.0, 9334.0, 9261.0, 9280.0, 9347.0, 9264.0, 9339.0, 9281.0, 9299.0, 9270.0, 9271.0, 9288.0, 9386.0, 9356.0, 9355.0, 9324.0, 9346.0, 9274.0, 9299.0, 9245.0, 9289.0, 9399.0, 9335.0, 9325.0, 9282.0, 9275.0, 9244.0, 9266.0, 9253.0, 9307.0, 9279.0, 9269.0, 9250.0, 9261.0, 9254.0, 9263.0, 9273.0, 9299.0, 9279.0, 9312.0, 9275.0, 9313.0, 9271.0, 9367.0, 9351.0, 9347.0, 9316.0, 9331.0, 9303.0, 9315.0, 9346.0, 9255.0, 9310.0, 9241.0, 9291.0, 9240.0, 9331.0, 9284.0, 9344.0, 9294.0, 9302.0, 9222.0, 9259.0, 9239.0, 9283.0, 9259.0, 9278.0, 9255.0, 9224.0, 9237.0, 9224.0, 9240.0, 9243.0, 9258.0, 9267.0, 9279.0, 9264.0, 9242.0, 9249.0, 9304.0, 9265.0, 9268.0, 9279.0, 9306.0, 9294.0, 9336.0, 9348.0, 9257.0, 9293.0, 9241.0, 9266.0, 9237.0, 9258.0, 9342.0, 9240.0, 9320.0, 9271.0, 9265.0, 9242.0, 9241.0, 9245.0, 9313.0, 9262.0, 9290.0, 9249.0, 9271.0, 9268.0, 9283.0, 9275.0, 9316.0, 9292.0, 9345.0, 9340.0, 9336.0, 9262.0, 9260.0, 9258.0, 9259.0, 9260.0, 9279.0, 9367.0, 9347.0, 9309.0, 9241.0, 9309.0, 9241.0, 9250.0, 9229.0, 9276.0, 9254.0, 9287.0, 9244.0, 9256.0, 9229.0, 9243.0, 9269.0, 9264.0, 9347.0, 9288.0, 9329.0, 9244.0, 9265.0, 9241.0, 9254.0, 9248.0, 9309.0, 9295.0, 9306.0, 9343.0, 9282.0, 9335.0, 9270.0, 9304.0, 9266.0, 9318.0, 9285.0, 9336.0, 9265.0, 9306.0, 9257.0, 9271.0, 9270.0, 9259.0, 9261.0, 9280.0, 9247.0, 9264.0, 9329.0, 9250.0, 9289.0, 9270.0, 9307.0, 9307.0, 9311.0, 9288.0, 9308.0, 9275.0, 9329.0, 9295.0, 9372.0, 9340.0, 9346.0, 9250.0, 9302.0, 9326.0, 9260.0, 9360.0, 9330.0, 9307.0, 9297.0, 9282.0, 9244.0, 9258.0, 9259.0, 9246.0, 9274.0, 9280.0, 9325.0, 9267.0, 9333.0, 9248.0, 9299.0, 9274.0, 9341.0, 9337.0, 9347.0, 9274.0, 9254.0, 9242.0, 9238.0, 9248.0, 9242.0, 9267.0, 9265.0, 9297.0, 9288.0, 9339.0, 9317.0, 9383.0, 9353.0, 9270.0, 9267.0, 9261.0, 9255.0, 9337.0, 9271.0, 9346.0, 9313.0, 9320.0, 9245.0, 9242.0, 9231.0, 9258.0, 9256.0, 9313.0, 9263.0, 9285.0, 9246.0, 9253.0, 9247.0, 9275.0, 9269.0, 9323.0, 9287.0, 9338.0, 9299.0, 9267.0, 9283.0, 9360.0, 9313.0, 9327.0, 9290.0, 9325.0, 9309.0, 9299.0, 9261.0, 9271.0, 9261.0, 9331.0, 9262.0, 9292.0, 9342.0, 9315.0, 9242.0, 9252.0, 9241.0, 9257.0, 9297.0, 9249.0, 9264.0, 9298.0, 9263.0, 9265.0, 9272.0, 9278.0, 9286.0, 9353.0, 9314.0, 9393.0, 9343.0, 9312.0, 9375.0, 9380.0, 9350.0, 9323.0, 9251.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.002306027633851468</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07087227590673575</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.33110823823685</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.111061966464993</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9420498345116676</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4703</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5872.4136</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11296745474262741</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>99</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.549222797927461</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.593416232732846</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.554639120910839</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7977318423877837</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4278777348999143</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00577035</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015037673525512218</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026871241629123688</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1158</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.98423766097139</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.7689</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.444</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.6824</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301328.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.3933</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5331</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.1183</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.007</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75216.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1156.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4394.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.5585</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.074234932661057</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> |