=== 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-0038 --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-0038",
"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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-02/func/sub-0038_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>76901fb1a74a954cfe02a637256b6a7b</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:47:22.167500</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_VE11C_LATEST_20160120</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.999042, 0.0165122, 0.0405219, -0.0186593, 0.99841, 0.0531922]</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.072053</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>34</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7268, 580, -112, -211, -23, 100]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>231.28</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9eb6f1ef-fcd8-4c48-b73a-50c5b909c399||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6803572177886963, -0.05006156489253044, 0.10686357319355011, 110.32943725585938], [-0.04430115222930908, 2.6786608695983887, 0.145522803068161, -93.91531372070312], [0.1087171733379364, -0.14271070063114166, 2.6939568519592285, -77.9487533569336], [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': ['104722.167500', '104722.627500', '104723.087500', '104723.547500', '104724.007500', '104724.467500', '104724.927500', '104725.387500', '104725.847500', '104726.307500', '104726.767500', '104727.227500', '104727.687500', '104728.147500', '104728.607500', '104729.067500', '104729.527500', '104729.987500', '104730.447500', '104730.907500', '104731.367500', '104731.827500', '104732.287500', '104732.747500', '104733.207500', '104733.667500', '104734.127500', '104734.587500', '104735.047500', '104735.507500', '104735.967500', '104736.427500', '104736.887500', '104737.347500', '104737.807500', '104738.267500', '104738.727500', '104739.187500', '104739.647500', '104740.107500', '104740.567500', '104741.027500', '104741.487500', '104741.947500', '104742.407500', '104742.867500', '104743.327500', '104743.787500', '104744.247500', '104744.707500', '104745.167500', '104745.627500', '104746.087500', '104746.547500', '104747.007500', '104747.467500', '104747.927500', '104748.387500', '104748.847500', '104749.307500', '104749.767500', '104750.227500', '104750.687500', '104751.147500', '104751.607500', '104752.067500', '104752.527500', '104752.987500', '104753.447500', '104753.907500', '104754.367500', '104754.827500', '104755.287500', '104755.747500', '104756.207500', '104756.667500', '104757.127500', '104757.587500', '104758.047500', '104758.507500', '104758.967500', '104759.427500', '104759.887500', '104800.347500', '104800.807500', '104801.267500', '104801.727500', '104802.187500', '104802.647500', '104803.107500', '104803.567500', '104804.027500', '104804.487500', '104804.947500', '104805.407500', '104805.867500', '104806.327500', '104806.787500', '104807.247500', '104807.707500', '104808.167500', '104808.627500', '104809.087500', '104809.547500', '104810.007500', '104810.467500', '104810.927500', '104811.387500', '104811.847500', '104812.307500', '104812.767500', '104813.227500', '104813.687500', '104814.147500', '104814.607500', '104815.067500', '104815.527500', '104815.987500', '104816.447500', '104816.907500', '104817.367500', '104817.827500', '104818.287500', '104818.747500', '104819.207500', '104819.667500', '104820.127500', '104820.587500', '104821.047500', '104821.507500', '104821.967500', '104822.427500', '104822.887500', '104823.347500', '104823.807500', '104824.267500', '104824.727500', '104825.187500', '104825.647500', '104826.107500', '104826.567500', '104827.027500', '104827.487500', '104827.947500', '104828.407500', '104828.867500', '104829.327500', '104829.787500', '104830.247500', '104830.707500', '104831.167500', '104831.627500', '104832.087500', '104832.547500', '104833.007500', '104833.467500', '104833.927500', '104834.387500', '104834.847500', '104835.307500', '104835.767500', '104836.227500', '104836.687500', '104837.147500', '104837.607500', '104838.067500', '104838.527500', '104838.987500', '104839.447500', '104839.907500', '104840.367500', '104840.827500', '104841.287500', '104841.747500', '104842.207500', '104842.667500', '104843.127500', '104843.587500', '104844.047500', '104844.507500', '104844.967500', '104845.427500', '104845.887500', '104846.347500', '104846.807500', '104847.267500', '104847.727500', '104848.187500', '104848.647500', '104849.107500', '104849.567500', '104850.027500', '104850.487500', '104850.947500', '104851.407500', '104851.867500', '104852.327500', '104852.787500', '104853.247500', '104853.707500', '104854.167500', '104854.627500', '104855.087500', '104855.547500', '104856.007500', '104856.467500', '104856.927500', '104857.387500', '104857.847500', '104858.307500', '104858.767500', '104859.227500', '104859.687500', '104900.147500', '104900.607500', '104901.067500', '104901.527500', '104901.987500', '104902.447500', '104902.907500', '104903.367500', '104903.827500', '104904.287500', '104904.747500', '104905.207500', '104905.667500', '104906.127500', '104906.587500', '104907.047500', '104907.507500', '104907.967500', '104908.427500', '104908.887500', '104909.347500', '104909.807500', '104910.267500', '104910.727500', '104911.187500', '104911.647500', '104912.107500', '104912.567500', '104913.027500', '104913.487500', '104913.947500', '104914.407500', '104914.867500', '104915.327500', '104915.787500', '104916.247500', '104916.707500', '104917.167500', '104917.627500', '104918.087500', '104918.547500', '104919.007500', '104919.467500', '104919.927500', '104920.387500', '104920.847500', '104921.307500', '104921.767500', '104922.227500', '104922.687500', '104923.147500', '104923.607500', '104924.067500', '104924.527500', '104924.987500', '104925.447500', '104925.907500', '104926.367500', '104926.827500', '104927.287500', '104927.747500', '104928.207500', '104928.667500', '104929.127500', '104929.587500', '104930.047500', '104930.507500', '104930.967500', '104931.427500', '104931.887500', '104932.347500', '104932.807500', '104933.267500', '104933.727500', '104934.187500', '104934.647500', '104935.107500', '104935.567500', '104936.027500', '104936.487500', '104936.947500', '104937.407500', '104937.867500', '104938.327500', '104938.787500', '104939.247500', '104939.707500', '104940.167500', '104940.627500', '104941.087500', '104941.547500', '104942.007500', '104942.467500', '104942.927500', '104943.387500', '104943.847500', '104944.307500', '104944.767500', '104945.227500', '104945.687500', '104946.147500', '104946.607500', '104947.067500', '104947.527500', '104947.987500', '104948.447500', '104948.907500', '104949.367500', '104949.827500', '104950.287500', '104950.747500', '104951.207500', '104951.667500', '104952.127500', '104952.587500', '104953.047500', '104953.507500', '104953.967500', '104954.427500', '104954.887500', '104955.347500', '104955.807500', '104956.267500', '104956.727500', '104957.187500', '104957.647500', '104958.107500', '104958.567500', '104959.027500', '104959.487500', '104959.947500', '105000.407500', '105000.867500', '105001.327500', '105001.787500', '105002.247500', '105002.707500', '105003.167500', '105003.627500', '105004.087500', '105004.547500', '105005.007500', '105005.467500', '105005.927500', '105006.387500', '105006.847500', '105007.307500', '105007.767500', '105008.227500', '105008.687500', '105009.147500', '105009.607500', '105010.067500', '105010.527500', '105010.987500', '105011.447500', '105011.907500', '105012.367500', '105012.827500', '105013.287500', '105013.747500', '105014.207500', '105014.667500', '105015.127500', '105015.587500', '105016.047500', '105016.507500', '105016.967500', '105017.427500', '105017.887500', '105018.347500', '105018.807500', '105019.267500', '105019.727500', '105020.187500', '105020.647500', '105021.107500', '105021.567500', '105022.027500', '105022.487500', '105022.947500', '105023.407500', '105023.867500', '105024.327500', '105024.787500', '105025.247500', '105025.707500', '105026.167500', '105026.627500', '105027.087500', '105027.547500', '105028.007500', '105028.467500', '105028.927500', '105029.387500', '105029.847500', '105030.307500', '105030.767500', '105031.227500', '105031.687500', '105032.147500', '105032.607500', '105033.067500', '105033.527500', '105033.987500', '105034.447500', '105034.907500', '105035.367500', '105035.827500', '105036.287500', '105036.747500', '105037.207500', '105037.667500', '105038.127500', '105038.587500', '105039.047500', '105039.507500', '105039.967500', '105040.427500', '105040.887500', '105041.347500', '105041.807500', '105042.267500', '105042.727500', '105043.187500', '105043.647500', '105044.107500', '105044.567500', '105045.027500', '105045.487500', '105045.947500', '105046.407500', '105046.867500', '105047.327500', '105047.787500', '105048.247500', '105048.707500', '105049.167500', '105049.627500', '105050.087500', '105050.547500', '105051.007500', '105051.467500', '105051.927500', '105052.387500', '105052.847500', '105053.307500', '105053.767500', '105054.227500', '105054.687500', '105055.147500', '105055.607500', '105056.067500', '105056.527500', '105056.987500', '105057.447500', '105057.907500', '105058.367500', '105058.827500', '105059.287500', '105059.747500', '105100.207500', '105100.667500', '105101.127500', '105101.587500', '105102.047500', '105102.507500', '105102.967500', '105103.427500', '105103.887500', '105104.347500', '105104.807500', '105105.267500', '105105.727500', '105106.187500', '105106.647500', '105107.107500', '105107.567500', '105108.027500', '105108.487500', '105108.947500', '105109.407500', '105109.867500', '105110.327500', '105110.787500', '105111.247500', '105111.707500', '105112.167500', '105112.627500', '105113.087500', '105113.547500', '105114.007500', '105114.467500', '105114.927500', '105115.387500', '105115.847500', '105116.307500', '105116.767500', '105117.227500', '105117.687500', '105118.147500', '105118.607500', '105119.067500', '105119.527500', '105119.987500', '105120.447500', '105120.907500', '105121.367500', '105121.827500', '105122.287500', '105122.747500', '105123.207500', '105123.667500', '105124.127500', '105124.587500', '105125.047500', '105125.507500', '105125.967500', '105126.427500', '105126.887500', '105127.347500', '105127.807500', '105128.267500', '105128.727500', '105129.187500', '105129.647500', '105130.107500', '105130.567500', '105131.027500', '105131.487500', '105131.947500', '105132.407500', '105132.867500', '105133.327500', '105133.787500', '105134.247500', '105134.707500', '105135.167500', '105135.627500', '105136.087500', '105136.547500', '105137.007500', '105137.467500', '105137.927500', '105138.387500', '105138.847500', '105139.307500', '105139.767500', '105140.227500', '105140.687500', '105141.147500', '105141.607500', '105142.067500', '105142.527500', '105142.987500', '105143.447500', '105143.907500', '105144.367500', '105144.827500', '105145.287500', '105145.747500', '105146.207500', '105146.667500', '105147.127500', '105147.587500', '105148.047500', '105148.507500', '105148.967500', '105149.427500', '105149.887500', '105150.347500', '105150.807500', '105151.267500', '105151.727500', '105152.187500', '105152.647500', '105153.107500', '105153.567500', '105154.027500', '105154.487500', '105154.947500', '105155.407500', '105155.867500', '105156.327500', '105156.787500', '105157.247500', '105157.707500', '105158.167500', '105158.627500', '105159.087500', '105159.547500', '105200.007500', '105200.467500', '105200.927500', '105201.387500', '105201.847500', '105202.307500', '105202.767500', '105203.227500', '105203.687500', '105204.147500', '105204.607500', '105205.067500', '105205.527500', '105205.987500', '105206.447500', '105206.907500', '105207.367500', '105207.827500', '105208.287500', '105208.747500', '105209.207500', '105209.667500', '105210.127500', '105210.587500', '105211.047500', '105211.507500', '105211.967500', '105212.427500', '105212.887500', '105213.347500', '105213.807500', '105214.267500', '105214.727500', '105215.187500', '105215.647500', '105216.107500', '105216.567500', '105217.027500', '105217.487500', '105217.947500', '105218.407500', '105218.867500', '105219.327500', '105219.787500', '105220.247500', '105220.707500', '105221.167500', '105221.627500', '105222.087500', '105222.547500', '105223.007500', '105223.467500', '105223.927500', '105224.387500', '105224.847500', '105225.307500', '105225.767500', '105226.227500', '105226.687500', '105227.147500', '105227.607500', '105228.067500', '105228.527500', '105228.987500', '105229.447500', '105229.907500', '105230.367500', '105230.827500', '105231.287500', '105231.747500', '105232.207500', '105232.667500', '105233.127500', '105233.587500', '105234.047500', '105234.507500', '105234.967500', '105235.427500', '105235.887500', '105236.347500', '105236.807500', '105237.267500', '105237.727500', '105238.187500', '105238.647500', '105239.107500', '105239.567500', '105240.027500', '105240.487500', '105240.947500', '105241.407500', '105241.867500', '105242.327500', '105242.787500', '105243.247500', '105243.707500', '105244.167500', '105244.627500', '105245.087500', '105245.547500', '105246.007500', '105246.467500', '105246.927500', '105247.387500', '105247.847500', '105248.307500', '105248.767500', '105249.227500', '105249.687500', '105250.147500', '105250.607500', '105251.067500', '105251.527500', '105251.987500', '105252.447500', '105252.907500', '105253.367500', '105253.827500', '105254.287500', '105254.747500', '105255.207500', '105255.667500', '105256.127500', '105256.587500', '105257.047500', '105257.507500', '105257.967500', '105258.427500', '105258.887500', '105259.347500', '105259.807500', '105300.267500', '105300.727500', '105301.187500', '105301.647500', '105302.107500', '105302.567500', '105303.027500', '105303.487500', '105303.947500', '105304.407500', '105304.867500', '105305.327500', '105305.787500', '105306.247500', '105306.707500', '105307.167500', '105307.627500', '105308.087500', '105308.547500', '105309.007500', '105309.467500', '105309.927500', '105310.387500', '105310.847500', '105311.307500', '105311.767500', '105312.227500', '105312.687500', '105313.147500', '105313.607500', '105314.067500', '105314.527500', '105314.987500', '105315.447500', '105315.907500', '105316.367500', '105316.827500', '105317.287500', '105317.747500', '105318.207500', '105318.667500', '105319.127500', '105319.587500', '105320.047500', '105320.507500', '105320.967500', '105321.427500', '105321.887500', '105322.347500', '105322.807500', '105323.267500', '105323.727500', '105324.187500', '105324.647500', '105325.107500', '105325.567500', '105326.027500', '105326.487500', '105326.947500', '105327.407500', '105327.867500', '105328.327500', '105328.787500', '105329.247500', '105329.707500', '105330.167500', '105330.627500', '105331.087500', '105331.547500', '105332.007500', '105332.467500', '105332.927500', '105333.387500', '105333.847500', '105334.307500', '105334.767500', '105335.227500', '105335.687500', '105336.147500', '105336.607500', '105337.067500', '105337.527500', '105337.987500', '105338.447500', '105338.907500', '105339.367500', '105339.827500', '105340.287500', '105340.747500', '105341.207500', '105341.667500', '105342.127500', '105342.587500', '105343.047500', '105343.507500', '105343.967500', '105344.427500', '105344.887500', '105345.347500', '105345.807500', '105346.267500', '105346.727500', '105347.187500', '105347.647500', '105348.107500', '105348.567500', '105349.027500', '105349.487500', '105349.947500', '105350.407500', '105350.867500', '105351.327500', '105351.787500', '105352.247500', '105352.707500', '105353.167500', '105353.627500', '105354.087500', '105354.547500', '105355.007500', '105355.467500', '105355.927500', '105356.387500', '105356.847500', '105357.307500', '105357.767500', '105358.227500', '105358.687500', '105359.147500', '105359.607500', '105400.067500', '105400.527500', '105400.987500', '105401.447500', '105401.907500', '105402.367500', '105402.827500', '105403.287500', '105403.747500', '105404.207500', '105404.667500', '105405.127500', '105405.587500', '105406.047500', '105406.507500', '105406.967500', '105407.427500', '105407.887500', '105408.347500', '105408.807500', '105409.267500', '105409.727500', '105410.187500', '105410.647500', '105411.107500', '105411.567500', '105412.027500', '105412.487500', '105412.947500', '105413.407500', '105413.867500', '105414.327500', '105414.787500', '105415.247500', '105415.707500', '105416.167500', '105416.627500', '105417.087500', '105417.547500', '105418.007500', '105418.467500', '105418.927500', '105419.387500', '105419.847500', '105420.307500', '105420.767500', '105421.227500', '105421.687500', '105422.147500', '105422.607500', '105423.067500', '105423.527500', '105423.987500', '105424.447500', '105424.907500', '105425.367500', '105425.827500', '105426.287500', '105426.747500', '105427.207500', '105427.667500', '105428.127500', '105428.587500', '105429.047500', '105429.507500', '105429.967500', '105430.427500', '105430.887500', '105431.347500', '105431.807500', '105432.267500', '105432.727500', '105433.187500', '105433.647500', '105434.107500', '105434.567500', '105435.027500', '105435.487500', '105435.947500', '105436.407500', '105436.867500', '105437.327500', '105437.787500', '105438.247500', '105438.707500', '105439.167500', '105439.627500', '105440.087500', '105440.547500', '105441.007500', '105441.467500', '105441.927500', '105442.387500', '105442.847500', '105443.307500', '105443.767500', '105444.227500', '105444.687500', '105445.147500', '105445.607500', '105446.067500', '105446.527500', '105446.987500', '105447.447500', '105447.907500', '105448.367500', '105448.827500', '105449.287500', '105449.747500', '105450.207500', '105450.667500', '105451.127500', '105451.587500', '105452.047500', '105452.507500', '105452.967500', '105453.427500', '105453.887500', '105454.347500', '105454.807500', '105455.267500', '105455.727500', '105456.187500', '105456.647500', '105457.107500', '105457.567500', '105458.027500', '105458.487500', '105458.947500', '105459.407500', '105459.867500', '105500.327500', '105500.787500', '105501.247500', '105501.707500', '105502.167500', '105502.627500', '105503.087500', '105503.547500', '105504.007500', '105504.467500', '105504.927500', '105505.387500', '105505.847500', '105506.307500', '105506.767500', '105507.227500', '105507.687500', '105508.147500', '105508.607500', '105509.067500', '105509.527500', '105509.987500', '105510.447500', '105510.907500', '105511.367500', '105511.827500', '105512.287500', '105512.747500', '105513.207500', '105513.667500', '105514.127500', '105514.587500', '105515.047500', '105515.507500', '105515.967500', '105516.427500', '105516.887500', '105517.347500', '105517.807500', '105518.267500', '105518.727500', '105519.187500', '105519.647500', '105520.107500', '105520.567500', '105521.027500', '105521.487500', '105521.947500', '105522.407500', '105522.867500', '105523.327500', '105523.787500', '105524.247500', '105524.707500', '105525.167500', '105525.627500', '105526.087500', '105526.547500', '105527.007500', '105527.467500', '105527.927500', '105528.387500', '105528.847500', '105529.307500', '105529.767500', '105530.227500', '105530.687500', '105531.147500', '105531.607500', '105532.067500', '105532.527500', '105532.987500', '105533.447500', '105533.907500', '105534.367500', '105534.827500', '105535.287500', '105535.747500', '105536.207500', '105536.667500', '105537.127500', '105537.587500', '105538.047500', '105538.507500', '105538.967500', '105539.427500', '105539.887500', '105540.347500', '105540.807500', '105541.267500', '105541.727500', '105542.187500', '105542.647500', '105543.107500', '105543.567500', '105544.027500', '105544.487500', '105544.947500', '105545.407500', '105545.867500', '105546.327500', '105546.787500', '105547.247500', '105547.707500', '105548.167500', '105548.627500', '105549.087500', '105549.547500', '105550.007500', '105550.467500', '105550.927500', '105551.387500', '105551.847500', '105552.307500', '105552.767500', '105553.227500', '105553.687500', '105554.147500', '105554.607500', '105555.067500', '105555.527500', '105555.987500', '105556.447500', '105556.907500', '105557.367500', '105557.827500', '105558.287500', '105558.747500', '105559.207500', '105559.667500', '105600.127500', '105600.587500', '105601.047500', '105601.507500', '105601.967500', '105602.427500', '105602.887500', '105603.347500', '105603.807500', '105604.267500', '105604.727500', '105605.187500', '105605.647500', '105606.107500', '105606.567500', '105607.027500', '105607.487500', '105607.947500', '105608.407500', '105608.867500', '105609.327500', '105609.787500', '105610.247500', '105610.707500', '105611.167500', '105611.627500', '105612.087500', '105612.547500', '105613.007500', '105613.467500', '105613.927500', '105614.387500'], 'ContentTime': ['104741.373000', '104741.376000', '104741.379000', '104741.382000', '104741.385000', '104741.389000', '104741.393000', '104741.395000', '104741.399000', '104741.402000', '104741.405000', '104741.408000', '104741.412000', '104741.415000', '104741.419000', '104741.422000', '104741.425000', '104741.428000', '104741.431000', '104741.434000', '104741.437000', '104741.440000', '104741.443000', '104741.446000', '104741.449000', '104741.452000', '104741.455000', '104741.458000', '104741.475000', '104741.478000', '104741.481000', '104741.484000', '104741.487000', '104741.490000', '104741.493000', '104741.496000', '104741.499000', '104741.502000', '104741.505000', '104741.508000', '104801.327000', '104801.352000', '104801.355000', '104801.359000', '104801.362000', '104801.365000', '104801.368000', '104801.371000', '104801.374000', '104801.377000', '104801.380000', '104801.383000', '104801.386000', '104801.389000', '104801.392000', '104801.396000', '104801.400000', '104801.403000', '104801.406000', '104801.409000', '104801.412000', '104801.415000', '104801.418000', '104801.421000', '104801.424000', '104801.427000', '104801.430000', '104801.433000', '104801.436000', '104801.439000', '104801.442000', '104801.446000', '104801.449000', '104801.452000', '104801.455000', '104801.458000', '104801.461000', '104801.464000', '104801.467000', '104801.470000', '104801.473000', '104801.477000', '104801.480000', '104821.327000', '104821.333000', '104821.336000', '104821.339000', '104821.342000', '104821.345000', '104821.348000', '104821.351000', '104821.354000', '104821.357000', '104821.360000', '104821.363000', '104821.365000', '104821.368000', '104821.371000', '104821.374000', '104821.377000', '104821.380000', '104821.383000', '104821.386000', '104821.389000', '104821.392000', '104821.395000', '104821.397000', '104821.400000', '104821.403000', '104821.406000', '104821.409000', '104821.412000', '104821.415000', '104821.418000', '104821.420000', '104821.423000', '104821.426000', '104821.429000', '104821.434000', '104821.436000', '104821.439000', '104821.442000', '104821.445000', '104821.448000', '104821.451000', '104821.454000', '104821.457000', '104841.327000', '104841.330000', '104841.333000', '104841.336000', '104841.342000', '104841.345000', '104841.347000', '104841.350000', '104841.353000', '104841.356000', '104841.359000', '104841.362000', '104841.365000', '104841.368000', '104841.371000', '104841.374000', '104841.377000', '104841.380000', '104841.382000', '104841.385000', '104841.388000', '104841.391000', '104841.394000', '104841.397000', '104841.400000', '104841.403000', '104841.406000', '104841.409000', '104841.412000', '104841.416000', '104841.418000', '104841.421000', '104841.424000', '104841.427000', '104841.430000', '104841.433000', '104841.436000', '104841.439000', '104841.442000', '104841.445000', '104841.448000', '104841.451000', '104841.454000', '104901.327000', '104901.330000', '104901.333000', '104901.336000', '104901.339000', '104901.342000', '104901.345000', '104901.347000', '104901.350000', '104901.353000', '104901.356000', '104901.359000', '104901.362000', '104901.365000', '104901.368000', '104901.371000', '104901.374000', '104901.378000', '104901.381000', '104901.384000', '104901.387000', '104901.390000', '104901.392000', '104901.395000', '104901.398000', '104901.401000', '104901.404000', '104901.407000', '104901.410000', '104901.414000', '104901.417000', '104901.420000', '104901.422000', '104901.426000', '104901.428000', '104901.431000', '104901.434000', '104901.437000', '104901.440000', '104901.443000', '104901.446000', '104901.455000', '104901.458000', '104901.461000', '104921.328000', '104921.331000', '104921.334000', '104921.337000', '104921.340000', '104921.342000', '104921.345000', '104921.348000', '104921.351000', '104921.354000', '104921.357000', '104921.360000', '104921.363000', '104921.366000', '104921.369000', '104921.372000', '104921.375000', '104921.377000', '104921.380000', '104921.383000', '104921.386000', '104921.389000', '104921.392000', '104921.395000', '104921.398000', '104921.401000', '104921.403000', '104921.406000', '104921.409000', '104921.412000', '104921.415000', '104921.418000', '104921.421000', '104921.424000', '104921.427000', '104921.430000', '104921.433000', '104921.435000', '104921.438000', '104921.441000', '104921.444000', '104921.447000', '104921.450000', '104941.328000', '104941.331000', '104941.334000', '104941.337000', '104941.340000', '104941.343000', '104941.346000', '104941.348000', '104941.351000', '104941.354000', '104941.357000', '104941.371000', '104941.374000', '104941.377000', '104941.380000', '104941.383000', '104941.386000', '104941.389000', '104941.391000', '104941.394000', '104941.397000', '104941.400000', '104941.403000', '104941.406000', '104941.409000', '104941.412000', '104941.415000', '104941.418000', '104941.421000', '104941.424000', '104941.427000', '104941.429000', '104941.432000', '104941.435000', '104941.438000', '104941.441000', '104941.444000', '104941.447000', '104941.450000', '104941.453000', '104941.456000', '104941.459000', '104941.462000', '104941.464000', '105001.328000', '105001.331000', '105001.334000', '105001.337000', '105001.340000', '105001.343000', '105001.346000', '105001.349000', '105001.351000', '105001.354000', '105001.357000', '105001.360000', '105001.363000', '105001.366000', '105001.369000', '105001.372000', '105001.375000', '105001.378000', '105001.381000', '105001.383000', '105001.386000', '105001.389000', '105001.392000', '105001.395000', '105001.398000', '105001.401000', '105001.404000', '105001.407000', '105001.410000', '105001.413000', '105001.416000', '105001.418000', '105001.421000', '105001.424000', '105001.428000', '105001.435000', '105001.438000', '105001.441000', '105001.444000', '105001.447000', '105001.451000', '105001.454000', '105001.457000', '105021.327000', '105021.330000', '105021.333000', '105021.336000', '105021.339000', '105021.342000', '105021.345000', '105021.348000', '105021.351000', '105021.354000', '105021.356000', '105021.359000', '105021.362000', '105021.365000', '105021.368000', '105021.371000', '105021.374000', '105021.377000', '105021.380000', '105021.383000', '105021.386000', '105021.388000', '105021.391000', '105021.394000', '105021.397000', '105021.400000', '105021.403000', '105021.406000', '105021.409000', '105021.412000', '105021.415000', '105021.418000', '105021.421000', '105021.423000', '105021.426000', '105021.429000', '105021.432000', '105021.435000', '105021.438000', '105021.441000', '105021.444000', '105021.447000', '105021.450000', '105021.453000', '105041.327000', '105041.330000', '105041.333000', '105041.336000', '105041.339000', '105041.342000', '105041.345000', '105041.348000', '105041.351000', '105041.354000', '105041.357000', '105041.360000', '105041.363000', '105041.366000', '105041.369000', '105041.372000', '105041.374000', '105041.377000', '105041.380000', '105041.383000', '105041.386000', '105041.389000', '105041.392000', '105041.395000', '105041.398000', '105041.401000', '105041.404000', '105041.407000', '105041.409000', '105041.412000', '105041.415000', '105041.418000', '105041.421000', '105041.424000', '105041.427000', '105041.430000', '105041.433000', '105041.436000', '105041.439000', '105041.442000', '105041.445000', '105041.448000', '105041.450000', '105101.327000', '105101.330000', '105101.333000', '105101.336000', '105101.339000', '105101.342000', '105101.345000', '105101.348000', '105101.351000', '105101.354000', '105101.357000', '105101.359000', '105101.362000', '105101.365000', '105101.368000', '105101.371000', '105101.374000', '105101.377000', '105101.380000', '105101.383000', '105101.386000', '105101.388000', '105101.392000', '105101.395000', '105101.397000', '105101.400000', '105101.403000', '105101.406000', '105101.409000', '105101.412000', '105101.415000', '105101.418000', '105101.421000', '105101.424000', '105101.427000', '105101.430000', '105101.442000', '105101.445000', '105101.448000', '105101.451000', '105101.454000', '105101.457000', '105101.460000', '105121.327000', '105121.330000', '105121.333000', '105121.336000', '105121.339000', '105121.342000', '105121.345000', '105121.348000', '105121.351000', '105121.354000', '105121.357000', '105121.360000', '105121.363000', '105121.366000', '105121.368000', '105121.371000', '105121.374000', '105121.377000', '105121.380000', '105121.383000', '105121.386000', '105121.389000', '105121.392000', '105121.395000', '105121.398000', '105121.401000', '105121.404000', '105121.406000', '105121.409000', '105121.412000', '105121.415000', '105121.418000', '105121.421000', '105121.424000', '105121.427000', '105121.430000', '105121.433000', '105121.436000', '105121.439000', '105121.441000', '105121.444000', '105121.447000', '105121.450000', '105121.453000', '105141.328000', '105141.331000', '105141.334000', '105141.338000', '105141.342000', '105141.345000', '105141.348000', '105141.351000', '105141.353000', '105141.357000', '105141.359000', '105141.362000', '105141.365000', '105141.368000', '105141.371000', '105141.374000', '105141.377000', '105141.380000', '105141.383000', '105141.386000', '105141.389000', '105141.392000', '105141.395000', '105141.397000', '105141.400000', '105141.403000', '105141.406000', '105141.409000', '105141.412000', '105141.415000', '105141.418000', '105141.421000', '105141.428000', '105141.431000', '105141.434000', '105141.437000', '105141.440000', '105141.443000', '105141.446000', '105141.449000', '105141.451000', '105141.454000', '105141.457000', '105201.328000', '105201.331000', '105201.334000', '105201.337000', '105201.340000', '105201.343000', '105201.346000', '105201.349000', '105201.352000', '105201.355000', '105201.358000', '105201.360000', '105201.363000', '105201.366000', '105201.369000', '105201.372000', '105201.375000', '105201.378000', '105201.381000', '105201.384000', '105201.387000', '105201.390000', '105201.393000', '105201.396000', '105201.399000', '105201.401000', '105201.404000', '105201.407000', '105201.410000', '105201.413000', '105201.416000', '105201.419000', '105201.422000', '105201.425000', '105201.428000', '105201.431000', '105201.434000', '105201.436000', '105201.439000', '105201.442000', '105201.445000', '105201.448000', '105201.451000', '105201.454000', '105221.328000', '105221.331000', '105221.334000', '105221.337000', '105221.340000', '105221.344000', '105221.347000', '105221.350000', '105221.353000', '105221.356000', '105221.359000', '105221.362000', '105221.365000', '105221.368000', '105221.371000', '105221.374000', '105221.377000', '105221.380000', '105221.383000', '105221.385000', '105221.388000', '105221.391000', '105221.394000', '105221.397000', '105221.400000', '105221.403000', '105221.406000', '105221.409000', '105221.412000', '105221.415000', '105221.417000', '105221.420000', '105221.423000', '105221.426000', '105221.429000', '105221.432000', '105221.435000', '105221.438000', '105221.441000', '105221.444000', '105221.447000', '105221.450000', '105221.453000', '105241.327000', '105241.330000', '105241.333000', '105241.336000', '105241.352000', '105241.355000', '105241.358000', '105241.361000', '105241.364000', '105241.367000', '105241.370000', '105241.373000', '105241.376000', '105241.379000', '105241.382000', '105241.387000', '105241.390000', '105241.393000', '105241.396000', '105241.399000', '105241.402000', '105241.405000', '105241.407000', '105241.411000', '105241.413000', '105241.416000', '105241.419000', '105241.422000', '105241.425000', '105241.428000', '105241.431000', '105241.434000', '105241.437000', '105241.440000', '105241.442000', '105241.446000', '105241.449000', '105241.452000', '105241.455000', '105241.458000', '105241.461000', '105241.463000', '105241.466000', '105241.469000', '105301.327000', '105301.330000', '105301.333000', '105301.336000', '105301.339000', '105301.342000', '105301.345000', '105301.348000', '105301.351000', '105301.354000', '105301.357000', '105301.360000', '105301.364000', '105301.367000', '105301.370000', '105301.373000', '105301.376000', '105301.378000', '105301.381000', '105301.384000', '105301.387000', '105301.390000', '105301.393000', '105301.396000', '105301.399000', '105301.402000', '105301.405000', '105301.408000', '105301.411000', '105301.413000', '105301.416000', '105301.419000', '105301.422000', '105301.425000', '105301.428000', '105301.431000', '105301.434000', '105301.437000', '105301.440000', '105301.443000', '105301.446000', '105301.449000', '105301.451000', '105321.327000', '105321.330000', '105321.333000', '105321.336000', '105321.339000', '105321.342000', '105321.345000', '105321.348000', '105321.351000', '105321.354000', '105321.357000', '105321.360000', '105321.363000', '105321.365000', '105321.368000', '105321.371000', '105321.374000', '105321.377000', '105321.380000', '105321.383000', '105321.386000', '105321.389000', '105321.392000', '105321.395000', '105321.398000', '105321.401000', '105321.404000', '105321.406000', '105321.409000', '105321.412000', '105321.415000', '105321.418000', '105321.421000', '105321.424000', '105321.427000', '105321.430000', '105321.433000', '105321.436000', '105321.439000', '105321.441000', '105321.444000', '105321.447000', '105321.450000', '105321.453000', '105341.327000', '105341.331000', '105341.334000', '105341.336000', '105341.340000', '105341.342000', '105341.345000', '105341.348000', '105341.351000', '105341.354000', '105341.357000', '105341.360000', '105341.363000', '105341.366000', '105341.369000', '105341.372000', '105341.375000', '105341.378000', '105341.381000', '105341.384000', '105341.387000', '105341.390000', '105341.393000', '105341.396000', '105341.399000', '105341.402000', '105341.404000', '105341.407000', '105341.410000', '105341.413000', '105341.416000', '105341.419000', '105341.423000', '105341.425000', '105341.428000', '105341.431000', '105341.434000', '105341.437000', '105341.440000', '105341.443000', '105341.446000', '105341.449000', '105341.452000', '105401.328000', '105401.331000', '105401.334000', '105401.337000', '105401.340000', '105401.343000', '105401.346000', '105401.349000', '105401.352000', '105401.355000', '105401.358000', '105401.360000', '105401.363000', '105401.366000', '105401.369000', '105401.386000', '105401.389000', '105401.392000', '105401.395000', '105401.397000', '105401.400000', '105401.403000', '105401.406000', '105401.409000', '105401.412000', '105401.415000', '105401.418000', '105401.421000', '105401.423000', '105401.427000', '105401.430000', '105401.433000', '105401.435000', '105401.439000', '105401.441000', '105401.444000', '105401.447000', '105401.450000', '105401.453000', '105401.456000', '105401.459000', '105401.462000', '105401.465000', '105401.468000', '105421.328000', '105421.331000', '105421.334000', '105421.337000', '105421.340000', '105421.343000', '105421.346000', '105421.349000', '105421.352000', '105421.355000', '105421.358000', '105421.361000', '105421.364000', '105421.367000', '105421.369000', '105421.372000', '105421.375000', '105421.387000', '105421.390000', '105421.393000', '105421.396000', '105421.398000', '105421.401000', '105421.404000', '105421.407000', '105421.410000', '105421.413000', '105421.416000', '105421.419000', '105421.422000', '105421.425000', '105421.428000', '105421.431000', '105421.434000', '105421.437000', '105421.440000', '105421.442000', '105421.446000', '105421.448000', '105421.451000', '105421.454000', '105421.457000', '105421.460000', '105441.328000', '105441.331000', '105441.334000', '105441.337000', '105441.340000', '105441.343000', '105441.346000', '105441.349000', '105441.352000', '105441.355000', '105441.358000', '105441.361000', '105441.364000', '105441.367000', '105441.370000', '105441.372000', '105441.376000', '105441.378000', '105441.381000', '105441.384000', '105441.387000', '105441.390000', '105441.393000', '105441.396000', '105441.399000', '105441.402000', '105441.405000', '105441.408000', '105441.411000', '105441.414000', '105441.416000', '105441.419000', '105441.422000', '105441.425000', '105441.428000', '105441.431000', '105441.434000', '105441.437000', '105441.440000', '105441.443000', '105441.446000', '105441.449000', '105441.452000', '105441.455000', '105501.327000', '105501.330000', '105501.333000', '105501.336000', '105501.339000', '105501.342000', '105501.345000', '105501.348000', '105501.351000', '105501.354000', '105501.357000', '105501.360000', '105501.363000', '105501.366000', '105501.370000', '105501.373000', '105501.375000', '105501.378000', '105501.381000', '105501.384000', '105501.387000', '105501.390000', '105501.393000', '105501.396000', '105501.399000', '105501.401000', '105501.405000', '105501.407000', '105501.410000', '105501.413000', '105501.416000', '105501.420000', '105501.422000', '105501.425000', '105501.428000', '105501.432000', '105501.436000', '105501.440000', '105501.443000', '105501.446000', '105501.449000', '105501.451000', '105501.454000', '105521.327000', '105521.330000', '105521.333000', '105521.336000', '105521.339000', '105521.342000', '105521.345000', '105521.348000', '105521.351000', '105521.354000', '105521.357000', '105521.360000', '105521.363000', '105521.366000', '105521.369000', '105521.372000', '105521.374000', '105521.377000', '105521.380000', '105521.383000', '105521.386000', '105521.389000', '105521.392000', '105521.395000', '105521.398000', '105521.408000', '105521.411000', '105521.414000', '105521.417000', '105521.420000', '105521.423000', '105521.426000', '105521.429000', '105521.432000', '105521.435000', '105521.438000', '105521.440000', '105521.443000', '105521.446000', '105521.449000', '105521.452000', '105521.455000', '105521.458000', '105521.461000', '105541.327000', '105541.330000', '105541.333000', '105541.336000', '105541.339000', '105541.342000', '105541.345000', '105541.348000', '105541.351000', '105541.354000', '105541.357000', '105541.360000', '105541.363000', '105541.366000', '105541.369000', '105541.372000', '105541.374000', '105541.377000', '105541.380000', '105541.383000', '105541.386000', '105541.389000', '105541.392000', '105541.395000', '105541.398000', '105541.401000', '105541.404000', '105541.407000', '105541.410000', '105541.413000', '105541.416000', '105541.419000', '105541.422000', '105541.425000', '105541.428000', '105541.431000', '105541.433000', '105541.436000', '105541.439000', '105541.442000', '105541.445000', '105541.448000', '105541.454000', '105601.327000', '105601.330000', '105601.333000', '105601.336000', '105601.339000', '105601.342000', '105601.345000', '105601.348000', '105601.351000', '105601.354000', '105601.357000', '105601.360000', '105601.362000', '105601.365000', '105601.368000', '105601.371000', '105601.374000', '105601.377000', '105601.380000', '105601.383000', '105601.386000', '105601.389000', '105601.392000', '105601.395000', '105601.398000', '105601.401000', '105601.404000', '105601.407000', '105601.410000', '105601.412000', '105601.415000', '105601.418000', '105601.421000', '105601.424000', '105601.427000', '105601.430000', '105601.433000', '105601.436000', '105601.439000', '105601.442000', '105601.445000', '105601.447000', '105601.450000', '105601.453000', '105615.561000', '105615.565000', '105615.569000', '105615.572000', '105615.577000', '105615.580000', '105615.584000', '105615.587000', '105615.591000', '105615.594000', '105615.598000', '105615.601000', '105615.604000', '105615.607000', '105615.611000', '105615.615000', '105615.618000', '105615.622000', '105615.625000', '105615.629000', '105615.632000', '105615.635000', '105615.638000', '105615.641000', '105615.645000', '105615.648000', '105615.651000', '105615.653000', '105615.657000', '105615.660000', '105615.663000'], 'InstanceCreationTime': ['104741.373000', '104741.376000', '104741.379000', '104741.382000', '104741.385000', '104741.389000', '104741.393000', '104741.395000', '104741.399000', '104741.402000', '104741.405000', '104741.408000', '104741.412000', '104741.415000', '104741.419000', '104741.422000', '104741.425000', '104741.428000', '104741.431000', '104741.434000', '104741.437000', '104741.440000', '104741.443000', '104741.446000', '104741.449000', '104741.452000', '104741.455000', '104741.458000', '104741.475000', '104741.478000', '104741.481000', '104741.484000', '104741.487000', '104741.490000', '104741.493000', '104741.496000', '104741.499000', '104741.502000', '104741.505000', '104741.508000', '104801.327000', '104801.352000', '104801.355000', '104801.359000', '104801.362000', '104801.365000', '104801.368000', '104801.371000', '104801.374000', '104801.377000', '104801.380000', '104801.383000', '104801.386000', '104801.389000', '104801.392000', '104801.396000', '104801.400000', '104801.403000', '104801.406000', '104801.409000', '104801.412000', '104801.415000', '104801.418000', '104801.421000', '104801.424000', '104801.427000', '104801.430000', '104801.433000', '104801.436000', '104801.439000', '104801.442000', '104801.446000', '104801.449000', '104801.452000', '104801.455000', '104801.458000', '104801.461000', '104801.464000', '104801.467000', '104801.470000', '104801.473000', '104801.477000', '104801.480000', '104821.327000', '104821.333000', '104821.336000', '104821.339000', '104821.342000', '104821.345000', '104821.348000', '104821.351000', '104821.354000', '104821.357000', '104821.360000', '104821.363000', '104821.365000', '104821.368000', '104821.371000', '104821.374000', '104821.377000', '104821.380000', '104821.383000', '104821.386000', '104821.389000', '104821.392000', '104821.395000', '104821.397000', '104821.400000', '104821.403000', '104821.406000', '104821.409000', '104821.412000', '104821.415000', '104821.418000', '104821.420000', '104821.423000', '104821.426000', '104821.429000', '104821.434000', '104821.436000', '104821.439000', '104821.442000', '104821.445000', '104821.448000', '104821.451000', '104821.454000', '104821.457000', '104841.327000', '104841.330000', '104841.333000', '104841.336000', '104841.342000', '104841.345000', '104841.347000', '104841.350000', '104841.353000', '104841.356000', '104841.359000', '104841.362000', '104841.365000', '104841.368000', '104841.371000', '104841.374000', '104841.377000', '104841.380000', '104841.382000', '104841.385000', '104841.388000', '104841.391000', '104841.394000', '104841.397000', '104841.400000', '104841.403000', '104841.406000', '104841.409000', '104841.412000', '104841.416000', '104841.418000', '104841.421000', '104841.424000', '104841.427000', '104841.430000', '104841.433000', '104841.436000', '104841.439000', '104841.442000', '104841.445000', '104841.448000', '104841.451000', '104841.454000', '104901.327000', '104901.330000', '104901.333000', '104901.336000', '104901.339000', '104901.342000', '104901.345000', '104901.347000', '104901.350000', '104901.353000', '104901.356000', '104901.359000', '104901.362000', '104901.365000', '104901.368000', '104901.371000', '104901.374000', '104901.378000', '104901.381000', '104901.384000', '104901.387000', '104901.390000', '104901.392000', '104901.395000', '104901.398000', '104901.401000', '104901.404000', '104901.407000', '104901.410000', '104901.414000', '104901.417000', '104901.420000', '104901.422000', '104901.426000', '104901.428000', '104901.431000', '104901.434000', '104901.437000', '104901.440000', '104901.443000', '104901.446000', '104901.455000', '104901.458000', '104901.461000', '104921.328000', '104921.331000', '104921.334000', '104921.337000', '104921.340000', '104921.342000', '104921.345000', '104921.348000', '104921.351000', '104921.354000', '104921.357000', '104921.360000', '104921.363000', '104921.366000', '104921.369000', '104921.372000', '104921.375000', '104921.377000', '104921.380000', '104921.383000', '104921.386000', '104921.389000', '104921.392000', '104921.395000', '104921.398000', '104921.401000', '104921.403000', '104921.406000', '104921.409000', '104921.412000', '104921.415000', '104921.418000', '104921.421000', '104921.424000', '104921.427000', '104921.430000', '104921.433000', '104921.435000', '104921.438000', '104921.441000', '104921.444000', '104921.447000', '104921.450000', '104941.328000', '104941.331000', '104941.334000', '104941.337000', '104941.340000', '104941.343000', '104941.346000', '104941.348000', '104941.351000', '104941.354000', '104941.357000', '104941.371000', '104941.374000', '104941.377000', '104941.380000', '104941.383000', '104941.386000', '104941.389000', '104941.391000', '104941.394000', '104941.397000', '104941.400000', '104941.403000', '104941.406000', '104941.409000', '104941.412000', '104941.415000', '104941.418000', '104941.421000', '104941.424000', '104941.427000', '104941.429000', '104941.432000', '104941.435000', '104941.438000', '104941.441000', '104941.444000', '104941.447000', '104941.450000', '104941.453000', '104941.456000', '104941.459000', '104941.462000', '104941.464000', '105001.328000', '105001.331000', '105001.334000', '105001.337000', '105001.340000', '105001.343000', '105001.346000', '105001.349000', '105001.351000', '105001.354000', '105001.357000', '105001.360000', '105001.363000', '105001.366000', '105001.369000', '105001.372000', '105001.375000', '105001.378000', '105001.381000', '105001.383000', '105001.386000', '105001.389000', '105001.392000', '105001.395000', '105001.398000', '105001.401000', '105001.404000', '105001.407000', '105001.410000', '105001.413000', '105001.416000', '105001.418000', '105001.421000', '105001.424000', '105001.428000', '105001.435000', '105001.438000', '105001.441000', '105001.444000', '105001.447000', '105001.451000', '105001.454000', '105001.457000', '105021.327000', '105021.330000', '105021.333000', '105021.336000', '105021.339000', '105021.342000', '105021.345000', '105021.348000', '105021.351000', '105021.354000', '105021.356000', '105021.359000', '105021.362000', '105021.365000', '105021.368000', '105021.371000', '105021.374000', '105021.377000', '105021.380000', '105021.383000', '105021.386000', '105021.388000', '105021.391000', '105021.394000', '105021.397000', '105021.400000', '105021.403000', '105021.406000', '105021.409000', '105021.412000', '105021.415000', '105021.418000', '105021.421000', '105021.423000', '105021.426000', '105021.429000', '105021.432000', '105021.435000', '105021.438000', '105021.441000', '105021.444000', '105021.447000', '105021.450000', '105021.453000', '105041.327000', '105041.330000', '105041.333000', '105041.336000', '105041.339000', '105041.342000', '105041.345000', '105041.348000', '105041.351000', '105041.354000', '105041.357000', '105041.360000', '105041.363000', '105041.366000', '105041.369000', '105041.372000', '105041.374000', '105041.377000', '105041.380000', '105041.383000', '105041.386000', '105041.389000', '105041.392000', '105041.395000', '105041.398000', '105041.401000', '105041.404000', '105041.407000', '105041.409000', '105041.412000', '105041.415000', '105041.418000', '105041.421000', '105041.424000', '105041.427000', '105041.430000', '105041.433000', '105041.436000', '105041.439000', '105041.442000', '105041.445000', '105041.448000', '105041.450000', '105101.327000', '105101.330000', '105101.333000', '105101.336000', '105101.339000', '105101.342000', '105101.345000', '105101.348000', '105101.351000', '105101.354000', '105101.357000', '105101.359000', '105101.362000', '105101.365000', '105101.368000', '105101.371000', '105101.374000', '105101.377000', '105101.380000', '105101.383000', '105101.386000', '105101.388000', '105101.392000', '105101.395000', '105101.397000', '105101.400000', '105101.403000', '105101.406000', '105101.409000', '105101.412000', '105101.415000', '105101.418000', '105101.421000', '105101.424000', '105101.427000', '105101.430000', '105101.442000', '105101.445000', '105101.448000', '105101.451000', '105101.454000', '105101.457000', '105101.460000', '105121.327000', '105121.330000', '105121.333000', '105121.336000', '105121.339000', '105121.342000', '105121.345000', '105121.348000', '105121.351000', '105121.354000', '105121.357000', '105121.360000', '105121.363000', '105121.366000', '105121.368000', '105121.371000', '105121.374000', '105121.377000', '105121.380000', '105121.383000', '105121.386000', '105121.389000', '105121.392000', '105121.395000', '105121.398000', '105121.401000', '105121.404000', '105121.406000', '105121.409000', '105121.412000', '105121.415000', '105121.418000', '105121.421000', '105121.424000', '105121.427000', '105121.430000', '105121.433000', '105121.436000', '105121.439000', '105121.441000', '105121.444000', '105121.447000', '105121.450000', '105121.453000', '105141.328000', '105141.331000', '105141.334000', '105141.338000', '105141.342000', '105141.345000', '105141.348000', '105141.351000', '105141.353000', '105141.357000', '105141.359000', '105141.362000', '105141.365000', '105141.368000', '105141.371000', '105141.374000', '105141.377000', '105141.380000', '105141.383000', '105141.386000', '105141.389000', '105141.392000', '105141.395000', '105141.397000', '105141.400000', '105141.403000', '105141.406000', '105141.409000', '105141.412000', '105141.415000', '105141.418000', '105141.421000', '105141.428000', '105141.431000', '105141.434000', '105141.437000', '105141.440000', '105141.443000', '105141.446000', '105141.449000', '105141.451000', '105141.454000', '105141.457000', '105201.328000', '105201.331000', '105201.334000', '105201.337000', '105201.340000', '105201.343000', '105201.346000', '105201.349000', '105201.352000', '105201.355000', '105201.358000', '105201.360000', '105201.363000', '105201.366000', '105201.369000', '105201.372000', '105201.375000', '105201.378000', '105201.381000', '105201.384000', '105201.387000', '105201.390000', '105201.393000', '105201.396000', '105201.399000', '105201.401000', '105201.404000', '105201.407000', '105201.410000', '105201.413000', '105201.416000', '105201.419000', '105201.422000', '105201.425000', '105201.428000', '105201.431000', '105201.434000', '105201.436000', '105201.439000', '105201.442000', '105201.445000', '105201.448000', '105201.451000', '105201.454000', '105221.328000', '105221.331000', '105221.334000', '105221.337000', '105221.340000', '105221.344000', '105221.347000', '105221.350000', '105221.353000', '105221.356000', '105221.359000', '105221.362000', '105221.365000', '105221.368000', '105221.371000', '105221.374000', '105221.377000', '105221.380000', '105221.383000', '105221.385000', '105221.388000', '105221.391000', '105221.394000', '105221.397000', '105221.400000', '105221.403000', '105221.406000', '105221.409000', '105221.412000', '105221.415000', '105221.417000', '105221.420000', '105221.423000', '105221.426000', '105221.429000', '105221.432000', '105221.435000', '105221.438000', '105221.441000', '105221.444000', '105221.447000', '105221.450000', '105221.453000', '105241.327000', '105241.330000', '105241.333000', '105241.336000', '105241.352000', '105241.355000', '105241.358000', '105241.361000', '105241.364000', '105241.367000', '105241.370000', '105241.373000', '105241.376000', '105241.379000', '105241.382000', '105241.387000', '105241.390000', '105241.393000', '105241.396000', '105241.399000', '105241.402000', '105241.405000', '105241.407000', '105241.411000', '105241.413000', '105241.416000', '105241.419000', '105241.422000', '105241.425000', '105241.428000', '105241.431000', '105241.434000', '105241.437000', '105241.440000', '105241.442000', '105241.446000', '105241.449000', '105241.452000', '105241.455000', '105241.458000', '105241.461000', '105241.463000', '105241.466000', '105241.469000', '105301.327000', '105301.330000', '105301.333000', '105301.336000', '105301.339000', '105301.342000', '105301.345000', '105301.348000', '105301.351000', '105301.354000', '105301.357000', '105301.360000', '105301.364000', '105301.367000', '105301.370000', '105301.373000', '105301.376000', '105301.378000', '105301.381000', '105301.384000', '105301.387000', '105301.390000', '105301.393000', '105301.396000', '105301.399000', '105301.402000', '105301.405000', '105301.408000', '105301.411000', '105301.413000', '105301.416000', '105301.419000', '105301.422000', '105301.425000', '105301.428000', '105301.431000', '105301.434000', '105301.437000', '105301.440000', '105301.443000', '105301.446000', '105301.449000', '105301.451000', '105321.327000', '105321.330000', '105321.333000', '105321.336000', '105321.339000', '105321.342000', '105321.345000', '105321.348000', '105321.351000', '105321.354000', '105321.357000', '105321.360000', '105321.363000', '105321.365000', '105321.368000', '105321.371000', '105321.374000', '105321.377000', '105321.380000', '105321.383000', '105321.386000', '105321.389000', '105321.392000', '105321.395000', '105321.398000', '105321.401000', '105321.404000', '105321.406000', '105321.409000', '105321.412000', '105321.415000', '105321.418000', '105321.421000', '105321.424000', '105321.427000', '105321.430000', '105321.433000', '105321.436000', '105321.439000', '105321.441000', '105321.444000', '105321.447000', '105321.450000', '105321.453000', '105341.327000', '105341.331000', '105341.334000', '105341.336000', '105341.340000', '105341.342000', '105341.345000', '105341.348000', '105341.351000', '105341.354000', '105341.357000', '105341.360000', '105341.363000', '105341.366000', '105341.369000', '105341.372000', '105341.375000', '105341.378000', '105341.381000', '105341.384000', '105341.387000', '105341.390000', '105341.393000', '105341.396000', '105341.399000', '105341.402000', '105341.404000', '105341.407000', '105341.410000', '105341.413000', '105341.416000', '105341.419000', '105341.423000', '105341.425000', '105341.428000', '105341.431000', '105341.434000', '105341.437000', '105341.440000', '105341.443000', '105341.446000', '105341.449000', '105341.452000', '105401.328000', '105401.331000', '105401.334000', '105401.337000', '105401.340000', '105401.343000', '105401.346000', '105401.349000', '105401.352000', '105401.355000', '105401.358000', '105401.360000', '105401.363000', '105401.366000', '105401.369000', '105401.386000', '105401.389000', '105401.392000', '105401.395000', '105401.397000', '105401.400000', '105401.403000', '105401.406000', '105401.409000', '105401.412000', '105401.415000', '105401.418000', '105401.421000', '105401.423000', '105401.427000', '105401.430000', '105401.433000', '105401.435000', '105401.439000', '105401.441000', '105401.444000', '105401.447000', '105401.450000', '105401.453000', '105401.456000', '105401.459000', '105401.462000', '105401.465000', '105401.468000', '105421.328000', '105421.331000', '105421.334000', '105421.337000', '105421.340000', '105421.343000', '105421.346000', '105421.349000', '105421.352000', '105421.355000', '105421.358000', '105421.361000', '105421.364000', '105421.367000', '105421.369000', '105421.372000', '105421.375000', '105421.387000', '105421.390000', '105421.393000', '105421.396000', '105421.398000', '105421.401000', '105421.404000', '105421.407000', '105421.410000', '105421.413000', '105421.416000', '105421.419000', '105421.422000', '105421.425000', '105421.428000', '105421.431000', '105421.434000', '105421.437000', '105421.440000', '105421.442000', '105421.446000', '105421.448000', '105421.451000', '105421.454000', '105421.457000', '105421.460000', '105441.328000', '105441.331000', '105441.334000', '105441.337000', '105441.340000', '105441.343000', '105441.346000', '105441.349000', '105441.352000', '105441.355000', '105441.358000', '105441.361000', '105441.364000', '105441.367000', '105441.370000', '105441.372000', '105441.376000', '105441.378000', '105441.381000', '105441.384000', '105441.387000', '105441.390000', '105441.393000', '105441.396000', '105441.399000', '105441.402000', '105441.405000', '105441.408000', '105441.411000', '105441.414000', '105441.416000', '105441.419000', '105441.422000', '105441.425000', '105441.428000', '105441.431000', '105441.434000', '105441.437000', '105441.440000', '105441.443000', '105441.446000', '105441.449000', '105441.452000', '105441.455000', '105501.327000', '105501.330000', '105501.333000', '105501.336000', '105501.339000', '105501.342000', '105501.345000', '105501.348000', '105501.351000', '105501.354000', '105501.357000', '105501.360000', '105501.363000', '105501.366000', '105501.370000', '105501.373000', '105501.375000', '105501.378000', '105501.381000', '105501.384000', '105501.387000', '105501.390000', '105501.393000', '105501.396000', '105501.399000', '105501.401000', '105501.405000', '105501.407000', '105501.410000', '105501.413000', '105501.416000', '105501.420000', '105501.422000', '105501.425000', '105501.428000', '105501.432000', '105501.436000', '105501.440000', '105501.443000', '105501.446000', '105501.449000', '105501.451000', '105501.454000', '105521.327000', '105521.330000', '105521.333000', '105521.336000', '105521.339000', '105521.342000', '105521.345000', '105521.348000', '105521.351000', '105521.354000', '105521.357000', '105521.360000', '105521.363000', '105521.366000', '105521.369000', '105521.372000', '105521.374000', '105521.377000', '105521.380000', '105521.383000', '105521.386000', '105521.389000', '105521.392000', '105521.395000', '105521.398000', '105521.408000', '105521.411000', '105521.414000', '105521.417000', '105521.420000', '105521.423000', '105521.426000', '105521.429000', '105521.432000', '105521.435000', '105521.438000', '105521.440000', '105521.443000', '105521.446000', '105521.449000', '105521.452000', '105521.455000', '105521.458000', '105521.461000', '105541.327000', '105541.330000', '105541.333000', '105541.336000', '105541.339000', '105541.342000', '105541.345000', '105541.348000', '105541.351000', '105541.354000', '105541.357000', '105541.360000', '105541.363000', '105541.366000', '105541.369000', '105541.372000', '105541.374000', '105541.377000', '105541.380000', '105541.383000', '105541.386000', '105541.389000', '105541.392000', '105541.395000', '105541.398000', '105541.401000', '105541.404000', '105541.407000', '105541.410000', '105541.413000', '105541.416000', '105541.419000', '105541.422000', '105541.425000', '105541.428000', '105541.431000', '105541.433000', '105541.436000', '105541.439000', '105541.442000', '105541.445000', '105541.448000', '105541.454000', '105601.327000', '105601.330000', '105601.333000', '105601.336000', '105601.339000', '105601.342000', '105601.345000', '105601.348000', '105601.351000', '105601.354000', '105601.357000', '105601.360000', '105601.362000', '105601.365000', '105601.368000', '105601.371000', '105601.374000', '105601.377000', '105601.380000', '105601.383000', '105601.386000', '105601.389000', '105601.392000', '105601.395000', '105601.398000', '105601.401000', '105601.404000', '105601.407000', '105601.410000', '105601.412000', '105601.415000', '105601.418000', '105601.421000', '105601.424000', '105601.427000', '105601.430000', '105601.433000', '105601.436000', '105601.439000', '105601.442000', '105601.445000', '105601.447000', '105601.450000', '105601.453000', '105615.561000', '105615.565000', '105615.569000', '105615.572000', '105615.577000', '105615.580000', '105615.584000', '105615.587000', '105615.591000', '105615.594000', '105615.598000', '105615.601000', '105615.604000', '105615.607000', '105615.611000', '105615.615000', '105615.618000', '105615.622000', '105615.625000', '105615.629000', '105615.632000', '105615.635000', '105615.638000', '105615.641000', '105615.645000', '105615.648000', '105615.651000', '105615.653000', '105615.657000', '105615.660000', '105615.663000'], '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': [9907, 7389, 7391, 7421, 7224, 9207, 7251, 8410, 7415, 7219, 7412, 7194, 11076, 7187, 9492, 7251, 7192, 13567, 7289, 9195, 6981, 7182, 12052, 7229, 10503, 7262, 7403, 7470, 7285, 8224, 7039, 7351, 7766, 7350, 8518, 6899, 7420, 7319, 7119, 9002, 6869, 7962, 7440, 6915, 12300, 6973, 10327, 7264, 7091, 11710, 6823, 9081, 7173, 7068, 8341, 7138, 10095, 6953, 7082, 7579, 7087, 8875, 6723, 7361, 7335, 6933, 11687, 6942, 7998, 7471, 6953, 10019, 6823, 8059, 7424, 6994, 9957, 7007, 7689, 7461, 6757, 9090, 6904, 7604, 7495, 7054, 11620, 6707, 7097, 9135, 6965, 8223, 6802, 7303, 7614, 6855, 8932, 7168, 6971, 7657, 6930, 8645, 7427, 7165, 10723, 6965, 9786, 7301, 7025, 10297, 6845, 7109, 7629, 6919, 7895, 7361, 7269, 9823, 6838, 7899, 7153, 6755, 11337, 6809, 9861, 7297, 7005, 7566, 6908, 8191, 7069, 7605, 7641, 6937, 11656, 6778, 8120, 7495, 6802, 10888, 6768, 7781, 7228, 7308, 7580, 7016, 12723, 6845, 7747, 7027, 7456, 7371, 6914, 11031, 6906, 9615, 6946, 7465, 7479, 6893, 11486, 6741, 8816, 7041, 7053, 7298, 6908, 9181, 6745, 8308, 7153, 7101, 11660, 7085, 8861, 6949, 7205, 7390, 6850, 9083, 6727, 8349, 7006, 6998, 7822, 6939, 7918, 6920, 7323, 7268, 7151, 9861, 6903, 8188, 7352, 6967, 9512, 6776, 7640, 7404, 6853, 10156, 6557, 7763, 7122, 6713, 11405, 6798, 9276, 6851, 6846, 8649, 6857, 8158, 6883, 7054, 7382, 6716, 12272, 6770, 8491, 7220, 6881, 11275, 6884, 9742, 7042, 6900, 11244, 7036, 9920, 6549, 7132, 7337, 7017, 10807, 6932, 9306, 6931, 7002, 11241, 7002, 10275, 6797, 7472, 7239, 7060, 9566, 6798, 9480, 6876, 7875, 7459, 6975, 11258, 7040, 9857, 6926, 8565, 7221, 7030, 7054, 7026, 10533, 7095, 9249, 7130, 7865, 6682, 7943, 7195, 6994, 7453, 7734, 10464, 6717, 7565, 6833, 7617, 10568, 8305, 12078, 7973, 13812, 7097, 11731, 8258, 10127, 8418, 13283, 10055, 12658, 7219, 7155, 7219, 8513, 7137, 8422, 7779, 7230, 7329, 7311, 12941, 7137, 12567, 10359, 13584, 8987, 10149, 6937, 7206, 10415, 7342, 10002, 7373, 7784, 7054, 7399, 6672, 7476, 9285, 7506, 7662, 7587, 7620, 7342, 7107, 6855, 7331, 6786, 7414, 6809, 7265, 10120, 7670, 8636, 7445, 7578, 7151, 7440, 12454, 7426, 10217, 7135, 7245, 7006, 7214, 12696, 7145, 11107, 6970, 6965, 7220, 7091, 11072, 7178, 9086, 6841, 6928, 9383, 7265, 10460, 6952, 7735, 8873, 6965, 9879, 7096, 7068, 7101, 6832, 10247, 6884, 9728, 6870, 7308, 7022, 6959, 10985, 7122, 9274, 7268, 6884, 7076, 7122, 7177, 7033, 12664, 9171, 11370, 7193, 10484, 7148, 9371, 7236, 7459, 11151, 7014, 8822, 7047, 7093, 7175, 7126, 12164, 6931, 8092, 7189, 7543, 7436, 7201, 9198, 7000, 7974, 7098, 7271, 7344, 7121, 9420, 7075, 7179, 7320, 7018, 12300, 6974, 7735, 7231, 7021, 13185, 7089, 10296, 7039, 7185, 10095, 7136, 10495, 7051, 7216, 7140, 7113, 10362, 7016, 8840, 6795, 7002, 9979, 7109, 9806, 7080, 6972, 7213, 7045, 9390, 7021, 8460, 6966, 6852, 7099, 6962, 11112, 7082, 9150, 7387, 6985, 13164, 7072, 8299, 7120, 7012, 6993, 7015, 8069, 7102, 8825, 6920, 7222, 6873, 7182, 10157, 7117, 8050, 6991, 7226, 7106, 7023, 11851, 6965, 7958, 7375, 7022, 7337, 7043, 9812, 6898, 7672, 7072, 6957, 12069, 6904, 8251, 7033, 7032, 7335, 7079, 11462, 6979, 8970, 6986, 7074, 7367, 7210, 9718, 6942, 9275, 7399, 7029, 7276, 7060, 11268, 7145, 10134, 6927, 7474, 10204, 7032, 12232, 8066, 8012, 6979, 6959, 7608, 7276, 9836, 7631, 8256, 7064, 7152, 7259, 7246, 9621, 7340, 8807, 6844, 7094, 7118, 7131, 13079, 7426, 11525, 7100, 7050, 7576, 7202, 12541, 7817, 10985, 7105, 7314, 9919, 7331, 10165, 7190, 7070, 7459, 7287, 9778, 7101, 7173, 7456, 7047, 9094, 6992, 7259, 7203, 6933, 9968, 6905, 7577, 7549, 6769, 8075, 7072, 8454, 7343, 7061, 9914, 7119, 10004, 6950, 7610, 8649, 6985, 10314, 7132, 8986, 7131, 7032, 12137, 6972, 11225, 6774, 7584, 9154, 7084, 12277, 7096, 8890, 7259, 6830, 8530, 6748, 9902, 6727, 7576, 6967, 6726, 11876, 6636, 10111, 6933, 7617, 7046, 6816, 11851, 7224, 10070, 7154, 7002, 12587, 7017, 10816, 7310, 7076, 8013, 6926, 9537, 6975, 7436, 6717, 7011, 11484, 6919, 9800, 7136, 7736, 6663, 7228, 7255, 6960, 12464, 6799, 11145, 6999, 10018, 7213, 7167, 12283, 6694, 12034, 7218, 7715, 6765, 6844, 10817, 7373, 8859, 6994, 7005, 11958, 6947, 8625, 7372, 7678, 6831, 6971, 9916, 7399, 7578, 7125, 7072, 8683, 7093, 10615, 7231, 7553, 9077, 7263, 10955, 7353, 8010, 7106, 7089, 11803, 7494, 10111, 7546, 7154, 7033, 7485, 11387, 7641, 10019, 7652, 7264, 10636, 7719, 10881, 7860, 9392, 7350, 7272, 9840, 7849, 10467, 7881, 9200, 7256, 7229, 11391, 7794, 10640, 7903, 8251, 7311, 7673, 11830, 7984, 8385, 7755, 7450, 11924, 7896, 9156, 7855, 7412, 7171, 7627, 7150, 7929, 7511, 7892, 9413, 7894, 10224, 7705, 11660, 10055, 12722, 7979, 7649, 8191, 9289, 8388, 7789, 11658, 7611, 9013, 8051, 9880, 7895, 11615, 8893, 12172, 11637, 9371, 14249, 11427, 9940, 7794, 7872, 7584, 7522, 12428, 7770, 11510, 8072, 7714, 7861, 7695, 7423, 8017, 8876, 8020, 8740, 7807, 9145, 8150, 8492, 8153, 7697, 7698, 7782, 7995, 7612, 7574, 7918, 12802, 8107, 9000, 7914, 10010, 8059, 10046, 8154, 10086, 8052, 7843, 7886, 7618, 7457, 8017, 11230, 8066, 10629, 8124, 7834, 7957, 8113, 11050, 8185, 8145, 8122, 7437, 10113, 7847, 8258, 8176, 7239, 7567, 7809, 8384, 8276, 7102, 7719, 7479, 9132, 8081, 7313, 7811, 7490, 9447, 7847, 7583, 8012, 7488, 8867, 7687, 10518, 7934, 7400, 12750, 8060, 11016, 7449, 6979, 12471, 7990, 11212, 8410, 7177, 13508, 8041, 8709, 8112, 7244, 12593, 7913, 8314, 8012, 7500, 7843, 7643, 10548, 8243, 8843, 8265, 8996, 8115, 7631, 7469, 7668, 8143, 10356, 7935, 12495, 9367, 9192, 10674, 7825, 11473, 9370, 8836, 7633, 7513, 11967, 8051, 10111, 8156, 7669, 7923, 7827, 10881, 8311, 8714, 8188, 7506, 8065, 7862, 11494, 7882, 9417, 8181, 9011, 7859, 7974, 9080, 7825, 10230, 7872, 9976, 8149, 10411, 8020, 8443, 7993, 7684, 8068, 8051, 10068, 11157, 7512, 7603, 8183, 7885, 8143, 8050, 11078, 8576, 9121, 7879, 7817, 11960, 7967, 10356, 8411, 8251, 8395, 8031, 8155, 8098, 9729, 8137, 9582, 8285, 7688, 8367, 7954, 8246, 7952, 7570, 8275, 8970, 8579, 8869, 8514, 7913, 8141, 8146, 10023, 8438, 9277, 8507, 8139, 8372, 7768, 7779, 8152, 10097, 8617, 9405, 8543, 7986, 7843, 8382, 8786, 8355, 9630, 8505, 8455, 8023, 8160, 13051, 8517, 9084, 8385, 8136, 13212, 8516, 9768, 8258, 8029, 11699, 8394, 9335, 8492, 7990, 7482, 8313, 9945, 8285, 8024, 7642, 8255, 10616, 8373, 9483, 8057, 8270, 11893, 8490, 10071, 9459, 8449, 12431, 8477, 9286, 7963, 8378, 12149, 8546, 8110, 8080, 8111, 10617, 8505, 8884, 8199, 8359, 11199, 8773, 7788, 9089, 8462, 9806, 8599, 8004, 12231, 8573, 9041, 8384, 8024, 7333, 8368, 8572, 8334, 8125, 7512, 8504, 9191, 8603, 8052, 8860, 8578, 10437, 8585, 8844, 8392, 8364, 11846, 8813, 11180, 8555, 9353, 8383, 8309, 12483, 8389, 10807, 8397, 8039, 7819, 8488, 11668, 8484, 10251, 8519, 7848, 8544, 7996, 8192, 8358, 10106, 8288, 10544, 8546, 9091, 8479, 9390, 8127, 8133, 10231, 8287, 12497, 8911, 10165, 8457, 8051, 8121, 8282, 12970, 8381, 10937, 8515, 9333, 8670, 8243, 8537, 8025, 8473, 8204, 7583, 8317, 12604, 8192, 10863, 8395, 8955, 8649, 9184, 8452, 8138, 9455, 8283, 10865, 8642, 8954, 8056, 8153, 8154, 8367, 9288, 8657, 9108, 8730, 8405, 8549, 7934, 8079, 8036, 8716, 11908, 8737, 9454, 8384, 7842, 8120, 7729, 8724, 7920], 'WindowCenter': [3985.0, 3940.0, 3937.0, 3923.0, 3925.0, 3943.0, 3923.0, 3932.0, 3922.0, 3921.0, 3921.0, 3924.0, 3964.0, 3922.0, 3944.0, 3910.0, 3913.0, 3961.0, 3920.0, 3943.0, 3909.0, 3909.0, 3949.0, 3911.0, 3940.0, 3910.0, 3910.0, 3908.0, 3909.0, 3919.0, 3909.0, 3921.0, 3909.0, 3909.0, 3930.0, 3908.0, 3921.0, 3920.0, 3911.0, 3930.0, 3911.0, 3932.0, 3921.0, 3912.0, 3960.0, 3912.0, 3940.0, 3909.0, 3910.0, 3949.0, 3910.0, 3929.0, 3910.0, 3910.0, 3919.0, 3910.0, 3940.0, 3910.0, 3909.0, 3908.0, 3909.0, 3930.0, 3899.0, 3911.0, 3909.0, 3909.0, 3948.0, 3907.0, 3921.0, 3908.0, 3909.0, 3936.0, 3899.0, 3920.0, 3909.0, 3911.0, 3941.0, 3909.0, 3920.0, 3909.0, 3899.0, 3930.0, 3909.0, 3921.0, 3907.0, 3910.0, 3951.0, 3896.0, 3907.0, 3927.0, 3911.0, 3921.0, 3910.0, 3921.0, 3919.0, 3911.0, 3931.0, 3911.0, 3912.0, 3921.0, 3910.0, 3932.0, 3922.0, 3921.0, 3950.0, 3912.0, 3942.0, 3908.0, 3911.0, 3941.0, 3911.0, 3912.0, 3919.0, 3911.0, 3920.0, 3910.0, 3922.0, 3941.0, 3912.0, 3922.0, 3911.0, 3913.0, 3953.0, 3913.0, 3953.0, 3921.0, 3912.0, 3921.0, 3911.0, 3932.0, 3923.0, 3932.0, 3920.0, 3913.0, 3962.0, 3911.0, 3934.0, 3921.0, 3912.0, 3950.0, 3913.0, 3921.0, 3924.0, 3922.0, 3922.0, 3913.0, 3963.0, 3912.0, 3922.0, 3911.0, 3922.0, 3923.0, 3912.0, 3952.0, 3910.0, 3941.0, 3911.0, 3909.0, 3910.0, 3910.0, 3950.0, 3910.0, 3930.0, 3909.0, 3909.0, 3909.0, 3910.0, 3927.0, 3911.0, 3931.0, 3909.0, 3910.0, 3948.0, 3909.0, 3929.0, 3910.0, 3910.0, 3908.0, 3898.0, 3929.0, 3910.0, 3930.0, 3907.0, 3910.0, 3909.0, 3909.0, 3919.0, 3910.0, 3922.0, 3909.0, 3909.0, 3940.0, 3908.0, 3932.0, 3909.0, 3911.0, 3940.0, 3910.0, 3920.0, 3909.0, 3911.0, 3952.0, 3901.0, 3921.0, 3910.0, 3912.0, 3962.0, 3913.0, 3942.0, 3909.0, 3911.0, 3929.0, 3910.0, 3921.0, 3913.0, 3911.0, 3922.0, 3912.0, 3962.0, 3911.0, 3931.0, 3911.0, 3910.0, 3949.0, 3912.0, 3941.0, 3909.0, 3908.0, 3949.0, 3910.0, 3940.0, 3898.0, 3911.0, 3910.0, 3910.0, 3951.0, 3911.0, 3942.0, 3908.0, 3912.0, 3951.0, 3910.0, 3940.0, 3899.0, 3910.0, 3910.0, 3911.0, 3940.0, 3898.0, 3938.0, 3899.0, 3919.0, 3908.0, 3910.0, 3949.0, 3910.0, 3939.0, 3909.0, 3931.0, 3909.0, 3910.0, 3898.0, 3910.0, 3939.0, 3909.0, 3929.0, 3908.0, 3919.0, 3910.0, 3929.0, 3921.0, 3923.0, 3935.0, 3934.0, 3954.0, 3900.0, 3921.0, 3898.0, 3920.0, 3950.0, 3920.0, 3951.0, 3920.0, 3960.0, 3898.0, 3949.0, 3919.0, 3938.0, 3918.0, 3960.0, 3930.0, 3947.0, 3910.0, 3897.0, 3908.0, 3918.0, 3899.0, 3918.0, 3907.0, 3909.0, 3908.0, 3910.0, 3949.0, 3898.0, 3946.0, 3926.0, 3947.0, 3903.0, 3913.0, 3870.0, 3882.0, 3912.0, 3882.0, 3912.0, 3880.0, 3880.0, 3878.0, 3881.0, 3870.0, 3893.0, 3911.0, 3892.0, 3892.0, 3904.0, 3894.0, 3894.0, 3896.0, 3897.0, 3906.0, 3895.0, 3909.0, 3898.0, 3910.0, 3938.0, 3921.0, 3929.0, 3911.0, 3921.0, 3909.0, 3910.0, 3960.0, 3910.0, 3939.0, 3909.0, 3910.0, 3899.0, 3911.0, 3961.0, 3911.0, 3949.0, 3898.0, 3909.0, 3909.0, 3910.0, 3948.0, 3910.0, 3930.0, 3897.0, 3909.0, 3930.0, 3912.0, 3951.0, 3911.0, 3920.0, 3930.0, 3911.0, 3941.0, 3911.0, 3908.0, 3899.0, 3899.0, 3940.0, 3921.0, 3942.0, 3901.0, 3910.0, 3909.0, 3910.0, 3952.0, 3911.0, 3941.0, 3911.0, 3908.0, 3910.0, 3909.0, 3910.0, 3912.0, 3961.0, 3943.0, 3949.0, 3909.0, 3938.0, 3910.0, 3942.0, 3911.0, 3909.0, 3938.0, 3897.0, 3919.0, 3899.0, 3908.0, 3899.0, 3897.0, 3947.0, 3896.0, 3919.0, 3909.0, 3909.0, 3908.0, 3910.0, 3930.0, 3910.0, 3921.0, 3909.0, 3909.0, 3909.0, 3910.0, 3929.0, 3910.0, 3911.0, 3909.0, 3910.0, 3951.0, 3909.0, 3918.0, 3908.0, 3911.0, 3960.0, 3910.0, 3940.0, 3909.0, 3909.0, 3940.0, 3909.0, 3941.0, 3908.0, 3909.0, 3897.0, 3908.0, 3940.0, 3907.0, 3929.0, 3898.0, 3911.0, 3938.0, 3910.0, 3940.0, 3908.0, 3909.0, 3906.0, 3909.0, 3929.0, 3908.0, 3920.0, 3910.0, 3900.0, 3898.0, 3911.0, 3949.0, 3910.0, 3930.0, 3908.0, 3898.0, 3948.0, 3897.0, 3917.0, 3898.0, 3908.0, 3898.0, 3898.0, 3906.0, 3898.0, 3916.0, 3908.0, 3908.0, 3899.0, 3909.0, 3937.0, 3908.0, 3918.0, 3908.0, 3909.0, 3909.0, 3910.0, 3949.0, 3909.0, 3920.0, 3910.0, 3908.0, 3908.0, 3910.0, 3937.0, 3910.0, 3921.0, 3908.0, 3910.0, 3950.0, 3910.0, 3918.0, 3911.0, 3910.0, 3909.0, 3909.0, 3950.0, 3908.0, 3932.0, 3910.0, 3911.0, 3910.0, 3921.0, 3941.0, 3911.0, 3940.0, 3921.0, 3909.0, 3909.0, 3910.0, 3951.0, 3910.0, 3940.0, 3908.0, 3910.0, 3939.0, 3910.0, 3950.0, 3918.0, 3918.0, 3896.0, 3907.0, 3905.0, 3908.0, 3939.0, 3918.0, 3919.0, 3899.0, 3908.0, 3906.0, 3908.0, 3930.0, 3910.0, 3929.0, 3898.0, 3909.0, 3897.0, 3910.0, 3958.0, 3910.0, 3949.0, 3896.0, 3899.0, 3907.0, 3907.0, 3948.0, 3908.0, 3937.0, 3896.0, 3906.0, 3925.0, 3905.0, 3936.0, 3897.0, 3897.0, 3907.0, 3909.0, 3938.0, 3896.0, 3897.0, 3906.0, 3908.0, 3928.0, 3908.0, 3911.0, 3908.0, 3911.0, 3939.0, 3910.0, 3921.0, 3920.0, 3911.0, 3932.0, 3924.0, 3931.0, 3923.0, 3923.0, 3954.0, 3924.0, 3953.0, 3923.0, 3932.0, 3943.0, 3923.0, 3953.0, 3923.0, 3945.0, 3922.0, 3924.0, 3975.0, 3925.0, 3964.0, 3914.0, 3935.0, 3944.0, 3924.0, 3975.0, 3924.0, 3944.0, 3922.0, 3914.0, 3945.0, 3914.0, 3953.0, 3913.0, 3924.0, 3914.0, 3914.0, 3962.0, 3912.0, 3953.0, 3912.0, 3923.0, 3910.0, 3911.0, 3963.0, 3922.0, 3954.0, 3910.0, 3912.0, 3961.0, 3911.0, 3951.0, 3908.0, 3910.0, 3917.0, 3910.0, 3940.0, 3910.0, 3910.0, 3898.0, 3911.0, 3951.0, 3911.0, 3942.0, 3909.0, 3921.0, 3900.0, 3921.0, 3911.0, 3911.0, 3964.0, 3912.0, 3951.0, 3909.0, 3941.0, 3910.0, 3911.0, 3948.0, 3899.0, 3948.0, 3908.0, 3908.0, 3886.0, 3897.0, 3936.0, 3907.0, 3916.0, 3896.0, 3897.0, 3936.0, 3894.0, 3906.0, 3894.0, 3907.0, 3885.0, 3897.0, 3926.0, 3897.0, 3907.0, 3897.0, 3908.0, 3918.0, 3898.0, 3938.0, 3907.0, 3909.0, 3928.0, 3908.0, 3950.0, 3909.0, 3918.0, 3897.0, 3909.0, 3950.0, 3907.0, 3938.0, 3920.0, 3909.0, 3899.0, 3911.0, 3949.0, 3920.0, 3941.0, 3909.0, 3908.0, 3938.0, 3910.0, 3939.0, 3920.0, 3930.0, 3908.0, 3908.0, 3938.0, 3921.0, 3939.0, 3918.0, 3929.0, 3908.0, 3909.0, 3948.0, 3909.0, 3939.0, 3919.0, 3917.0, 3907.0, 3908.0, 3947.0, 3919.0, 3919.0, 3907.0, 3909.0, 3947.0, 3908.0, 3929.0, 3919.0, 3909.0, 3896.0, 3921.0, 3911.0, 3931.0, 3920.0, 3932.0, 3942.0, 3933.0, 3952.0, 3924.0, 3951.0, 3944.0, 3963.0, 3922.0, 3909.0, 3930.0, 3941.0, 3919.0, 3908.0, 3949.0, 3909.0, 3929.0, 3922.0, 3942.0, 3921.0, 3951.0, 3918.0, 3937.0, 3923.0, 3903.0, 3934.0, 3921.0, 3900.0, 3880.0, 3888.0, 3879.0, 3880.0, 3919.0, 3879.0, 3920.0, 3879.0, 3878.0, 3877.0, 3880.0, 3879.0, 3891.0, 3902.0, 3905.0, 3914.0, 3906.0, 3926.0, 3907.0, 3916.0, 3907.0, 3908.0, 3908.0, 3908.0, 3907.0, 3907.0, 3907.0, 3917.0, 3959.0, 3920.0, 3929.0, 3918.0, 3938.0, 3919.0, 3940.0, 3920.0, 3939.0, 3917.0, 3918.0, 3918.0, 3906.0, 3907.0, 3918.0, 3939.0, 3919.0, 3938.0, 3918.0, 3906.0, 3905.0, 3908.0, 3936.0, 3917.0, 3907.0, 3918.0, 3911.0, 3951.0, 3921.0, 3919.0, 3931.0, 3919.0, 3920.0, 3923.0, 3930.0, 3932.0, 3920.0, 3923.0, 3922.0, 3942.0, 3945.0, 3936.0, 3933.0, 3924.0, 3954.0, 3936.0, 3935.0, 3944.0, 3938.0, 3956.0, 3937.0, 3967.0, 3947.0, 3937.0, 3975.0, 3935.0, 3965.0, 3924.0, 3923.0, 3976.0, 3946.0, 3964.0, 3946.0, 3925.0, 3974.0, 3933.0, 3943.0, 3933.0, 3923.0, 3974.0, 3934.0, 3944.0, 3936.0, 3935.0, 3933.0, 3937.0, 3966.0, 3946.0, 3955.0, 3947.0, 3956.0, 3936.0, 3934.0, 3925.0, 3933.0, 3933.0, 3967.0, 3936.0, 3977.0, 3942.0, 3944.0, 3940.0, 3907.0, 3949.0, 3930.0, 3930.0, 3908.0, 3909.0, 3949.0, 3918.0, 3939.0, 3906.0, 3906.0, 3906.0, 3907.0, 3936.0, 3918.0, 3917.0, 3918.0, 3910.0, 3919.0, 3921.0, 3951.0, 3920.0, 3927.0, 3919.0, 3929.0, 3917.0, 3919.0, 3927.0, 3908.0, 3937.0, 3918.0, 3928.0, 3919.0, 3937.0, 3908.0, 3918.0, 3905.0, 3906.0, 3906.0, 3918.0, 3938.0, 3950.0, 3907.0, 3907.0, 3916.0, 3916.0, 3905.0, 3918.0, 3938.0, 3918.0, 3917.0, 3906.0, 3906.0, 3934.0, 3905.0, 3924.0, 3903.0, 3903.0, 3903.0, 3903.0, 3904.0, 3905.0, 3914.0, 3905.0, 3913.0, 3905.0, 3894.0, 3915.0, 3904.0, 3905.0, 3906.0, 3905.0, 3916.0, 3914.0, 3916.0, 3914.0, 3916.0, 3905.0, 3905.0, 3906.0, 3925.0, 3918.0, 3927.0, 3918.0, 3907.0, 3917.0, 3919.0, 3920.0, 3921.0, 3940.0, 3930.0, 3929.0, 3930.0, 3920.0, 3920.0, 3931.0, 3927.0, 3931.0, 3941.0, 3931.0, 3930.0, 3921.0, 3930.0, 3960.0, 3928.0, 3928.0, 3919.0, 3920.0, 3960.0, 3930.0, 3938.0, 3918.0, 3919.0, 3948.0, 3930.0, 3929.0, 3930.0, 3919.0, 3908.0, 3929.0, 3940.0, 3932.0, 3919.0, 3920.0, 3932.0, 3951.0, 3932.0, 3953.0, 3919.0, 3931.0, 3949.0, 3931.0, 3941.0, 3940.0, 3918.0, 3949.0, 3919.0, 3929.0, 3907.0, 3919.0, 3950.0, 3917.0, 3906.0, 3907.0, 3919.0, 3939.0, 3929.0, 3928.0, 3917.0, 3918.0, 3938.0, 3918.0, 3908.0, 3928.0, 3917.0, 3927.0, 3917.0, 3916.0, 3947.0, 3929.0, 3928.0, 3918.0, 3919.0, 3907.0, 3919.0, 3929.0, 3929.0, 3920.0, 3908.0, 3930.0, 3928.0, 3928.0, 3920.0, 3928.0, 3931.0, 3950.0, 3931.0, 3931.0, 3918.0, 3931.0, 3959.0, 3931.0, 3949.0, 3919.0, 3929.0, 3918.0, 3919.0, 3949.0, 3918.0, 3938.0, 3918.0, 3908.0, 3906.0, 3927.0, 3949.0, 3930.0, 3937.0, 3928.0, 3918.0, 3930.0, 3920.0, 3920.0, 3931.0, 3940.0, 3918.0, 3938.0, 3930.0, 3930.0, 3930.0, 3931.0, 3917.0, 3917.0, 3939.0, 3916.0, 3948.0, 3926.0, 3926.0, 3915.0, 3907.0, 3904.0, 3915.0, 3957.0, 3918.0, 3937.0, 3916.0, 3925.0, 3917.0, 3916.0, 3927.0, 3917.0, 3917.0, 3916.0, 3907.0, 3917.0, 3948.0, 3918.0, 3936.0, 3916.0, 3928.0, 3929.0, 3928.0, 3918.0, 3919.0, 3925.0, 3917.0, 3937.0, 3915.0, 3917.0, 3904.0, 3906.0, 3903.0, 3917.0, 3927.0, 3928.0, 3927.0, 3929.0, 3917.0, 3917.0, 3919.0, 3918.0, 3919.0, 3928.0, 3964.0, 3932.0, 3940.0, 3931.0, 3919.0, 3921.0, 3922.0, 3931.0, 3921.0], 'WindowWidth': [8901.0, 8832.0, 8820.0, 8795.0, 8798.0, 8819.0, 8792.0, 8803.0, 8790.0, 8787.0, 8787.0, 8793.0, 8846.0, 8791.0, 8821.0, 8771.0, 8776.0, 8837.0, 8783.0, 8816.0, 8768.0, 8768.0, 8819.0, 8770.0, 8809.0, 8768.0, 8769.0, 8763.0, 8766.0, 8779.0, 8766.0, 8785.0, 8765.0, 8766.0, 8793.0, 8764.0, 8785.0, 8783.0, 8774.0, 8797.0, 8774.0, 8800.0, 8785.0, 8776.0, 8837.0, 8774.0, 8809.0, 8765.0, 8770.0, 8821.0, 8770.0, 8794.0, 8770.0, 8770.0, 8780.0, 8771.0, 8809.0, 8768.0, 8767.0, 8762.0, 8766.0, 8794.0, 8754.0, 8770.0, 8765.0, 8766.0, 8817.0, 8762.0, 8783.0, 8763.0, 8766.0, 8798.0, 8752.0, 8781.0, 8766.0, 8772.0, 8811.0, 8768.0, 8783.0, 8764.0, 8754.0, 8794.0, 8768.0, 8785.0, 8763.0, 8768.0, 8822.0, 8746.0, 8762.0, 8790.0, 8771.0, 8783.0, 8770.0, 8785.0, 8779.0, 8773.0, 8799.0, 8774.0, 8776.0, 8784.0, 8772.0, 8801.0, 8790.0, 8787.0, 8823.0, 8775.0, 8814.0, 8766.0, 8772.0, 8811.0, 8773.0, 8775.0, 8780.0, 8771.0, 8782.0, 8770.0, 8788.0, 8812.0, 8775.0, 8787.0, 8774.0, 8779.0, 8832.0, 8778.0, 8832.0, 8786.0, 8777.0, 8785.0, 8773.0, 8802.0, 8793.0, 8804.0, 8786.0, 8778.0, 8840.0, 8774.0, 8807.0, 8787.0, 8775.0, 8823.0, 8777.0, 8786.0, 8794.0, 8789.0, 8787.0, 8778.0, 8844.0, 8775.0, 8788.0, 8776.0, 8791.0, 8790.0, 8776.0, 8829.0, 8771.0, 8811.0, 8774.0, 8769.0, 8768.0, 8770.0, 8823.0, 8772.0, 8797.0, 8767.0, 8767.0, 8766.0, 8769.0, 8789.0, 8773.0, 8798.0, 8768.0, 8770.0, 8816.0, 8767.0, 8793.0, 8768.0, 8767.0, 8762.0, 8750.0, 8792.0, 8770.0, 8798.0, 8763.0, 8769.0, 8767.0, 8766.0, 8780.0, 8772.0, 8786.0, 8767.0, 8768.0, 8807.0, 8765.0, 8801.0, 8767.0, 8771.0, 8808.0, 8771.0, 8783.0, 8767.0, 8774.0, 8828.0, 8760.0, 8785.0, 8769.0, 8776.0, 8842.0, 8778.0, 8815.0, 8768.0, 8774.0, 8795.0, 8771.0, 8786.0, 8779.0, 8775.0, 8788.0, 8776.0, 8840.0, 8772.0, 8800.0, 8772.0, 8770.0, 8821.0, 8774.0, 8812.0, 8768.0, 8768.0, 8820.0, 8770.0, 8808.0, 8752.0, 8770.0, 8770.0, 8771.0, 8825.0, 8772.0, 8813.0, 8764.0, 8774.0, 8824.0, 8769.0, 8807.0, 8754.0, 8770.0, 8769.0, 8773.0, 8807.0, 8752.0, 8802.0, 8752.0, 8778.0, 8765.0, 8768.0, 8820.0, 8768.0, 8805.0, 8766.0, 8799.0, 8767.0, 8768.0, 8750.0, 8768.0, 8806.0, 8767.0, 8792.0, 8765.0, 8779.0, 8772.0, 8794.0, 8789.0, 8793.0, 8814.0, 8810.0, 8834.0, 8756.0, 8783.0, 8750.0, 8783.0, 8823.0, 8783.0, 8823.0, 8780.0, 8833.0, 8747.0, 8815.0, 8777.0, 8799.0, 8777.0, 8832.0, 8793.0, 8812.0, 8767.0, 8745.0, 8763.0, 8775.0, 8752.0, 8778.0, 8762.0, 8766.0, 8763.0, 8767.0, 8817.0, 8748.0, 8809.0, 8780.0, 8810.0, 8744.0, 8756.0, 8696.0, 8712.0, 8753.0, 8715.0, 8753.0, 8711.0, 8709.0, 8704.0, 8713.0, 8697.0, 8730.0, 8753.0, 8731.0, 8729.0, 8750.0, 8735.0, 8737.0, 8743.0, 8744.0, 8757.0, 8742.0, 8766.0, 8750.0, 8768.0, 8805.0, 8784.0, 8791.0, 8771.0, 8785.0, 8766.0, 8768.0, 8835.0, 8767.0, 8803.0, 8764.0, 8766.0, 8751.0, 8770.0, 8838.0, 8770.0, 8817.0, 8748.0, 8764.0, 8765.0, 8768.0, 8817.0, 8768.0, 8792.0, 8748.0, 8767.0, 8796.0, 8773.0, 8823.0, 8770.0, 8782.0, 8793.0, 8771.0, 8812.0, 8771.0, 8764.0, 8750.0, 8754.0, 8808.0, 8787.0, 8813.0, 8759.0, 8769.0, 8764.0, 8769.0, 8826.0, 8771.0, 8811.0, 8771.0, 8763.0, 8770.0, 8768.0, 8770.0, 8776.0, 8840.0, 8814.0, 8818.0, 8765.0, 8803.0, 8769.0, 8813.0, 8770.0, 8766.0, 8800.0, 8746.0, 8775.0, 8751.0, 8762.0, 8749.0, 8746.0, 8812.0, 8743.0, 8777.0, 8764.0, 8764.0, 8761.0, 8769.0, 8793.0, 8769.0, 8784.0, 8766.0, 8767.0, 8764.0, 8768.0, 8792.0, 8770.0, 8772.0, 8765.0, 8767.0, 8822.0, 8766.0, 8777.0, 8765.0, 8771.0, 8835.0, 8767.0, 8805.0, 8765.0, 8765.0, 8809.0, 8765.0, 8808.0, 8763.0, 8764.0, 8745.0, 8762.0, 8807.0, 8762.0, 8790.0, 8748.0, 8770.0, 8803.0, 8769.0, 8808.0, 8763.0, 8765.0, 8756.0, 8764.0, 8790.0, 8763.0, 8782.0, 8767.0, 8754.0, 8750.0, 8770.0, 8819.0, 8767.0, 8795.0, 8761.0, 8748.0, 8814.0, 8746.0, 8772.0, 8749.0, 8762.0, 8749.0, 8748.0, 8757.0, 8748.0, 8771.0, 8764.0, 8763.0, 8751.0, 8764.0, 8799.0, 8763.0, 8776.0, 8764.0, 8766.0, 8765.0, 8767.0, 8817.0, 8767.0, 8780.0, 8769.0, 8765.0, 8764.0, 8768.0, 8802.0, 8770.0, 8785.0, 8763.0, 8769.0, 8821.0, 8768.0, 8776.0, 8773.0, 8771.0, 8766.0, 8768.0, 8820.0, 8766.0, 8799.0, 8771.0, 8771.0, 8768.0, 8785.0, 8810.0, 8772.0, 8809.0, 8784.0, 8768.0, 8765.0, 8769.0, 8823.0, 8769.0, 8806.0, 8764.0, 8766.0, 8803.0, 8765.0, 8819.0, 8776.0, 8774.0, 8744.0, 8760.0, 8755.0, 8764.0, 8804.0, 8776.0, 8777.0, 8750.0, 8761.0, 8758.0, 8764.0, 8793.0, 8768.0, 8789.0, 8749.0, 8765.0, 8748.0, 8767.0, 8830.0, 8766.0, 8816.0, 8743.0, 8749.0, 8758.0, 8759.0, 8813.0, 8761.0, 8797.0, 8742.0, 8757.0, 8781.0, 8755.0, 8795.0, 8745.0, 8746.0, 8758.0, 8764.0, 8802.0, 8745.0, 8746.0, 8757.0, 8763.0, 8789.0, 8764.0, 8770.0, 8763.0, 8772.0, 8806.0, 8769.0, 8785.0, 8784.0, 8775.0, 8801.0, 8793.0, 8799.0, 8791.0, 8794.0, 8834.0, 8795.0, 8831.0, 8793.0, 8805.0, 8818.0, 8792.0, 8831.0, 8793.0, 8823.0, 8791.0, 8796.0, 8865.0, 8798.0, 8848.0, 8784.0, 8812.0, 8821.0, 8795.0, 8864.0, 8795.0, 8821.0, 8790.0, 8781.0, 8823.0, 8782.0, 8831.0, 8778.0, 8794.0, 8780.0, 8782.0, 8843.0, 8777.0, 8830.0, 8775.0, 8792.0, 8770.0, 8773.0, 8843.0, 8789.0, 8834.0, 8769.0, 8776.0, 8838.0, 8770.0, 8825.0, 8763.0, 8767.0, 8773.0, 8767.0, 8805.0, 8770.0, 8769.0, 8751.0, 8773.0, 8824.0, 8770.0, 8812.0, 8769.0, 8783.0, 8756.0, 8784.0, 8772.0, 8774.0, 8845.0, 8774.0, 8823.0, 8767.0, 8811.0, 8769.0, 8771.0, 8817.0, 8750.0, 8814.0, 8762.0, 8761.0, 8729.0, 8746.0, 8795.0, 8759.0, 8769.0, 8741.0, 8743.0, 8793.0, 8736.0, 8752.0, 8736.0, 8758.0, 8726.0, 8743.0, 8779.0, 8744.0, 8757.0, 8743.0, 8762.0, 8773.0, 8747.0, 8802.0, 8760.0, 8764.0, 8789.0, 8763.0, 8819.0, 8764.0, 8776.0, 8746.0, 8766.0, 8822.0, 8761.0, 8803.0, 8782.0, 8767.0, 8751.0, 8770.0, 8818.0, 8781.0, 8808.0, 8764.0, 8763.0, 8801.0, 8766.0, 8804.0, 8781.0, 8793.0, 8763.0, 8762.0, 8801.0, 8782.0, 8802.0, 8776.0, 8790.0, 8760.0, 8765.0, 8816.0, 8765.0, 8803.0, 8778.0, 8774.0, 8759.0, 8762.0, 8814.0, 8776.0, 8775.0, 8759.0, 8763.0, 8812.0, 8762.0, 8789.0, 8777.0, 8764.0, 8745.0, 8783.0, 8772.0, 8802.0, 8785.0, 8803.0, 8816.0, 8803.0, 8829.0, 8794.0, 8825.0, 8819.0, 8843.0, 8787.0, 8766.0, 8795.0, 8811.0, 8779.0, 8763.0, 8817.0, 8766.0, 8791.0, 8788.0, 8815.0, 8787.0, 8825.0, 8773.0, 8799.0, 8771.0, 8742.0, 8785.0, 8764.0, 8731.0, 8707.0, 8716.0, 8705.0, 8708.0, 8760.0, 8707.0, 8760.0, 8706.0, 8701.0, 8699.0, 8707.0, 8706.0, 8726.0, 8743.0, 8751.0, 8763.0, 8755.0, 8780.0, 8758.0, 8768.0, 8759.0, 8764.0, 8761.0, 8760.0, 8758.0, 8760.0, 8759.0, 8773.0, 8831.0, 8779.0, 8789.0, 8776.0, 8802.0, 8777.0, 8807.0, 8780.0, 8803.0, 8773.0, 8775.0, 8773.0, 8757.0, 8758.0, 8775.0, 8802.0, 8775.0, 8800.0, 8774.0, 8757.0, 8753.0, 8761.0, 8795.0, 8772.0, 8759.0, 8777.0, 8772.0, 8825.0, 8786.0, 8779.0, 8798.0, 8782.0, 8783.0, 8792.0, 8797.0, 8804.0, 8786.0, 8792.0, 8792.0, 8817.0, 8825.0, 8814.0, 8806.0, 8798.0, 8834.0, 8813.0, 8815.0, 8825.0, 8821.0, 8840.0, 8819.0, 8859.0, 8830.0, 8818.0, 8866.0, 8812.0, 8852.0, 8796.0, 8794.0, 8868.0, 8828.0, 8851.0, 8826.0, 8800.0, 8861.0, 8808.0, 8822.0, 8806.0, 8794.0, 8861.0, 8808.0, 8824.0, 8814.0, 8813.0, 8807.0, 8819.0, 8855.0, 8830.0, 8840.0, 8833.0, 8842.0, 8814.0, 8808.0, 8796.0, 8806.0, 8807.0, 8857.0, 8816.0, 8873.0, 8817.0, 8819.0, 8808.0, 8760.0, 8819.0, 8794.0, 8792.0, 8762.0, 8765.0, 8820.0, 8778.0, 8806.0, 8757.0, 8756.0, 8755.0, 8758.0, 8797.0, 8777.0, 8774.0, 8777.0, 8769.0, 8778.0, 8785.0, 8824.0, 8782.0, 8787.0, 8780.0, 8793.0, 8774.0, 8780.0, 8787.0, 8763.0, 8799.0, 8774.0, 8787.0, 8777.0, 8798.0, 8762.0, 8772.0, 8754.0, 8757.0, 8757.0, 8774.0, 8803.0, 8824.0, 8761.0, 8759.0, 8771.0, 8773.0, 8754.0, 8775.0, 8803.0, 8776.0, 8773.0, 8755.0, 8757.0, 8790.0, 8752.0, 8776.0, 8746.0, 8744.0, 8744.0, 8746.0, 8748.0, 8752.0, 8763.0, 8752.0, 8759.0, 8753.0, 8735.0, 8766.0, 8752.0, 8753.0, 8755.0, 8751.0, 8768.0, 8763.0, 8770.0, 8764.0, 8770.0, 8754.0, 8752.0, 8756.0, 8781.0, 8774.0, 8785.0, 8776.0, 8758.0, 8773.0, 8782.0, 8784.0, 8784.0, 8807.0, 8795.0, 8792.0, 8794.0, 8782.0, 8784.0, 8799.0, 8790.0, 8799.0, 8811.0, 8799.0, 8799.0, 8784.0, 8795.0, 8835.0, 8791.0, 8792.0, 8778.0, 8782.0, 8836.0, 8794.0, 8803.0, 8774.0, 8779.0, 8815.0, 8795.0, 8793.0, 8795.0, 8780.0, 8764.0, 8794.0, 8810.0, 8801.0, 8782.0, 8783.0, 8802.0, 8826.0, 8803.0, 8833.0, 8782.0, 8799.0, 8820.0, 8796.0, 8812.0, 8808.0, 8777.0, 8818.0, 8777.0, 8791.0, 8758.0, 8777.0, 8819.0, 8774.0, 8756.0, 8759.0, 8777.0, 8803.0, 8792.0, 8790.0, 8773.0, 8776.0, 8802.0, 8776.0, 8763.0, 8789.0, 8773.0, 8785.0, 8771.0, 8770.0, 8812.0, 8790.0, 8790.0, 8774.0, 8778.0, 8760.0, 8778.0, 8790.0, 8793.0, 8783.0, 8765.0, 8794.0, 8791.0, 8791.0, 8782.0, 8790.0, 8797.0, 8822.0, 8798.0, 8798.0, 8778.0, 8799.0, 8834.0, 8797.0, 8818.0, 8778.0, 8792.0, 8774.0, 8778.0, 8818.0, 8776.0, 8799.0, 8774.0, 8760.0, 8756.0, 8786.0, 8819.0, 8794.0, 8799.0, 8790.0, 8775.0, 8794.0, 8782.0, 8781.0, 8798.0, 8808.0, 8777.0, 8802.0, 8793.0, 8793.0, 8797.0, 8798.0, 8774.0, 8774.0, 8803.0, 8769.0, 8816.0, 8785.0, 8781.0, 8765.0, 8758.0, 8751.0, 8768.0, 8827.0, 8775.0, 8797.0, 8770.0, 8781.0, 8771.0, 8770.0, 8787.0, 8771.0, 8771.0, 8771.0, 8759.0, 8774.0, 8815.0, 8776.0, 8796.0, 8772.0, 8788.0, 8792.0, 8790.0, 8777.0, 8777.0, 8781.0, 8772.0, 8797.0, 8769.0, 8772.0, 8751.0, 8756.0, 8749.0, 8771.0, 8785.0, 8789.0, 8786.0, 8791.0, 8773.0, 8775.0, 8778.0, 8777.0, 8780.0, 8792.0, 8850.0, 8801.0, 8811.0, 8800.0, 8780.0, 8784.0, 8787.0, 8798.0, 8785.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.0002607785467128027</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03677050813148789</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97716429408655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.162572290632035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9367899222251068</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8572.4502</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08618839617683605</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9031141868512111</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.430662853527403</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.319366217429273</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7241927532320016</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.248429589920934</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107398</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015471667051315308</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028021477162837982</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1156</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.852690772754318</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>24.7734</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1109</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.7534</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308506.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>668.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0901</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>464.644</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3193.1002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3412.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68038.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1020.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4176.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.6083</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.750103566097096</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> |