=== 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-0002 --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-0002",
"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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>12f6fd33bd7314e069ba231c711eda6c</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>11:17:48.775000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.999209, 0.0342162, 0.0202632, -0.0364647, 0.991658, 0.12363]</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.0942591</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4115, -7800, -7210, 458, -116, -180, 43, 82]</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>258.587</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>913bb8ab-6ecd-4f38-bf34-faaa91db8573||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.68080472946167, -0.09783216565847397, 0.04283283278346062, 117.01478576660156], [-0.09179946780204773, 2.6605465412139893, 0.33553147315979004, -93.94549560546875], [0.054364632815122604, -0.3316897451877594, 2.6787281036376953, -7.9680891036987305], [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': ['111748.775000', '111749.235000', '111749.695000', '111750.155000', '111750.615000', '111751.075000', '111751.535000', '111751.995000', '111752.455000', '111752.915000', '111753.375000', '111753.835000', '111754.295000', '111754.755000', '111755.215000', '111755.675000', '111756.135000', '111756.595000', '111757.055000', '111757.515000', '111757.975000', '111758.435000', '111758.895000', '111759.355000', '111759.815000', '111800.275000', '111800.735000', '111801.195000', '111801.655000', '111802.115000', '111802.575000', '111803.035000', '111803.495000', '111803.955000', '111804.415000', '111804.875000', '111805.335000', '111805.795000', '111806.255000', '111806.715000', '111807.175000', '111807.635000', '111808.095000', '111808.555000', '111809.015000', '111809.475000', '111809.935000', '111810.395000', '111810.855000', '111811.315000', '111811.775000', '111812.235000', '111812.695000', '111813.155000', '111813.615000', '111814.075000', '111814.535000', '111814.995000', '111815.455000', '111815.915000', '111816.375000', '111816.835000', '111817.295000', '111817.755000', '111818.215000', '111818.675000', '111819.135000', '111819.595000', '111820.055000', '111820.515000', '111820.975000', '111821.435000', '111821.895000', '111822.355000', '111822.815000', '111823.275000', '111823.735000', '111824.195000', '111824.655000', '111825.115000', '111825.575000', '111826.035000', '111826.495000', '111826.955000', '111827.415000', '111827.875000', '111828.335000', '111828.795000', '111829.255000', '111829.715000', '111830.175000', '111830.635000', '111831.095000', '111831.555000', '111832.015000', '111832.475000', '111832.935000', '111833.395000', '111833.855000', '111834.315000', '111834.775000', '111835.235000', '111835.695000', '111836.155000', '111836.615000', '111837.075000', '111837.535000', '111837.995000', '111838.455000', '111838.915000', '111839.375000', '111839.835000', '111840.295000', '111840.755000', '111841.215000', '111841.675000', '111842.135000', '111842.595000', '111843.055000', '111843.515000', '111843.975000', '111844.435000', '111844.895000', '111845.355000', '111845.815000', '111846.275000', '111846.735000', '111847.195000', '111847.655000', '111848.115000', '111848.575000', '111849.035000', '111849.495000', '111849.955000', '111850.415000', '111850.875000', '111851.335000', '111851.795000', '111852.255000', '111852.715000', '111853.175000', '111853.635000', '111854.095000', '111854.555000', '111855.015000', '111855.475000', '111855.935000', '111856.395000', '111856.855000', '111857.315000', '111857.775000', '111858.235000', '111858.695000', '111859.155000', '111859.615000', '111900.075000', '111900.535000', '111900.995000', '111901.455000', '111901.915000', '111902.375000', '111902.835000', '111903.295000', '111903.755000', '111904.215000', '111904.675000', '111905.135000', '111905.595000', '111906.055000', '111906.515000', '111906.975000', '111907.435000', '111907.895000', '111908.355000', '111908.815000', '111909.275000', '111909.735000', '111910.195000', '111910.655000', '111911.115000', '111911.575000', '111912.035000', '111912.495000', '111912.955000', '111913.415000', '111913.875000', '111914.335000', '111914.795000', '111915.255000', '111915.715000', '111916.175000', '111916.635000', '111917.095000', '111917.555000', '111918.015000', '111918.475000', '111918.935000', '111919.395000', '111919.855000', '111920.315000', '111920.775000', '111921.235000', '111921.695000', '111922.155000', '111922.615000', '111923.075000', '111923.535000', '111923.995000', '111924.455000', '111924.915000', '111925.375000', '111925.835000', '111926.295000', '111926.755000', '111927.215000', '111927.675000', '111928.135000', '111928.595000', '111929.055000', '111929.515000', '111929.975000', '111930.435000', '111930.895000', '111931.355000', '111931.815000', '111932.275000', '111932.735000', '111933.195000', '111933.655000', '111934.115000', '111934.575000', '111935.035000', '111935.495000', '111935.955000', '111936.415000', '111936.875000', '111937.335000', '111937.795000', '111938.255000', '111938.715000', '111939.175000', '111939.635000', '111940.095000', '111940.555000', '111941.015000', '111941.475000', '111941.935000', '111942.395000', '111942.855000', '111943.315000', '111943.775000', '111944.235000', '111944.695000', '111945.155000', '111945.615000', '111946.075000', '111946.535000', '111946.995000', '111947.455000', '111947.915000', '111948.375000', '111948.835000', '111949.295000', '111949.755000', '111950.215000', '111950.675000', '111951.135000', '111951.595000', '111952.055000', '111952.515000', '111952.975000', '111953.435000', '111953.895000', '111954.355000', '111954.815000', '111955.275000', '111955.735000', '111956.195000', '111956.655000', '111957.115000', '111957.575000', '111958.035000', '111958.495000', '111958.955000', '111959.415000', '111959.875000', '112000.335000', '112000.795000', '112001.255000', '112001.715000', '112002.175000', '112002.635000', '112003.095000', '112003.555000', '112004.015000', '112004.475000', '112004.935000', '112005.395000', '112005.855000', '112006.315000', '112006.775000', '112007.235000', '112007.695000', '112008.155000', '112008.615000', '112009.075000', '112009.535000', '112009.995000', '112010.455000', '112010.915000', '112011.375000', '112011.835000', '112012.295000', '112012.755000', '112013.215000', '112013.675000', '112014.135000', '112014.595000', '112015.055000', '112015.515000', '112015.975000', '112016.435000', '112016.895000', '112017.355000', '112017.815000', '112018.275000', '112018.735000', '112019.195000', '112019.655000', '112020.115000', '112020.575000', '112021.035000', '112021.495000', '112021.955000', '112022.415000', '112022.875000', '112023.335000', '112023.795000', '112024.255000', '112024.715000', '112025.175000', '112025.635000', '112026.095000', '112026.555000', '112027.015000', '112027.475000', '112027.935000', '112028.395000', '112028.855000', '112029.315000', '112029.775000', '112030.235000', '112030.695000', '112031.155000', '112031.615000', '112032.075000', '112032.535000', '112032.995000', '112033.455000', '112033.915000', '112034.375000', '112034.835000', '112035.295000', '112035.755000', '112036.215000', '112036.675000', '112037.135000', '112037.595000', '112038.055000', '112038.515000', '112038.975000', '112039.435000', '112039.895000', '112040.355000', '112040.815000', '112041.275000', '112041.735000', '112042.195000', '112042.655000', '112043.115000', '112043.575000', '112044.035000', '112044.495000', '112044.955000', '112045.415000', '112045.875000', '112046.335000', '112046.795000', '112047.255000', '112047.715000', '112048.175000', '112048.635000', '112049.095000', '112049.555000', '112050.015000', '112050.475000', '112050.935000', '112051.395000', '112051.855000', '112052.315000', '112052.775000', '112053.235000', '112053.695000', '112054.155000', '112054.615000', '112055.075000', '112055.535000', '112055.995000', '112056.455000', '112056.915000', '112057.375000', '112057.835000', '112058.295000', '112058.755000', '112059.215000', '112059.675000', '112100.135000', '112100.595000', '112101.055000', '112101.515000', '112101.975000', '112102.435000', '112102.895000', '112103.355000', '112103.815000', '112104.275000', '112104.735000', '112105.195000', '112105.655000', '112106.115000', '112106.575000', '112107.035000', '112107.495000', '112107.955000', '112108.415000', '112108.875000', '112109.335000', '112109.795000', '112110.255000', '112110.715000', '112111.175000', '112111.635000', '112112.095000', '112112.555000', '112113.015000', '112113.475000', '112113.935000', '112114.395000', '112114.855000', '112115.315000', '112115.775000', '112116.235000', '112116.695000', '112117.155000', '112117.615000', '112118.075000', '112118.535000', '112118.995000', '112119.455000', '112119.915000', '112120.375000', '112120.835000', '112121.295000', '112121.755000', '112122.215000', '112122.675000', '112123.135000', '112123.595000', '112124.055000', '112124.515000', '112124.975000', '112125.435000', '112125.895000', '112126.355000', '112126.815000', '112127.275000', '112127.735000', '112128.195000', '112128.655000', '112129.115000', '112129.575000', '112130.035000', '112130.495000', '112130.955000', '112131.415000', '112131.875000', '112132.335000', '112132.795000', '112133.255000', '112133.715000', '112134.175000', '112134.635000', '112135.095000', '112135.555000', '112136.015000', '112136.475000', '112136.935000', '112137.395000', '112137.855000', '112138.315000', '112138.775000', '112139.235000', '112139.695000', '112140.155000', '112140.615000', '112141.075000', '112141.535000', '112141.995000', '112142.455000', '112142.915000', '112143.375000', '112143.835000', '112144.295000', '112144.755000', '112145.215000', '112145.675000', '112146.135000', '112146.595000', '112147.055000', '112147.515000', '112147.975000', '112148.435000', '112148.895000', '112149.355000', '112149.815000', '112150.275000', '112150.735000', '112151.195000', '112151.655000', '112152.115000', '112152.575000', '112153.035000', '112153.495000', '112153.955000', '112154.415000', '112154.875000', '112155.335000', '112155.795000', '112156.255000', '112156.715000', '112157.175000', '112157.635000', '112158.095000', '112158.555000', '112159.015000', '112159.475000', '112159.935000', '112200.395000', '112200.855000', '112201.315000', '112201.775000', '112202.235000', '112202.695000', '112203.155000', '112203.615000', '112204.075000', '112204.535000', '112204.995000', '112205.455000', '112205.915000', '112206.375000', '112206.835000', '112207.295000', '112207.755000', '112208.215000', '112208.675000', '112209.135000', '112209.595000', '112210.055000', '112210.515000', '112210.975000', '112211.435000', '112211.895000', '112212.355000', '112212.815000', '112213.275000', '112213.735000', '112214.195000', '112214.655000', '112215.115000', '112215.575000', '112216.035000', '112216.495000', '112216.955000', '112217.415000', '112217.875000', '112218.335000', '112218.795000', '112219.255000', '112219.715000', '112220.175000', '112220.635000', '112221.095000', '112221.555000', '112222.015000', '112222.475000', '112222.935000', '112223.395000', '112223.855000', '112224.315000', '112224.775000', '112225.235000', '112225.695000', '112226.155000', '112226.615000', '112227.075000', '112227.535000', '112227.995000', '112228.455000', '112228.915000', '112229.375000', '112229.835000', '112230.295000', '112230.755000', '112231.215000', '112231.675000', '112232.135000', '112232.595000', '112233.055000', '112233.515000', '112233.975000', '112234.435000', '112234.895000', '112235.355000', '112235.815000', '112236.275000', '112236.735000', '112237.195000', '112237.655000', '112238.115000', '112238.575000', '112239.035000', '112239.495000', '112239.955000', '112240.415000', '112240.875000', '112241.335000', '112241.795000', '112242.255000', '112242.715000', '112243.175000', '112243.635000', '112244.095000', '112244.555000', '112245.015000', '112245.475000', '112245.935000', '112246.395000', '112246.855000', '112247.315000', '112247.775000', '112248.235000', '112248.695000', '112249.155000', '112249.615000', '112250.075000', '112250.535000', '112250.995000', '112251.455000', '112251.915000', '112252.375000', '112252.835000', '112253.295000', '112253.755000', '112254.215000', '112254.675000', '112255.135000', '112255.595000', '112256.055000', '112256.515000', '112256.975000', '112257.435000', '112257.895000', '112258.355000', '112258.815000', '112259.275000', '112259.735000', '112300.195000', '112300.655000', '112301.115000', '112301.575000', '112302.035000', '112302.495000', '112302.955000', '112303.415000', '112303.875000', '112304.335000', '112304.795000', '112305.255000', '112305.715000', '112306.175000', '112306.635000', '112307.095000', '112307.555000', '112308.015000', '112308.475000', '112308.935000', '112309.395000', '112309.855000', '112310.315000', '112310.775000', '112311.235000', '112311.695000', '112312.155000', '112312.615000', '112313.075000', '112313.535000', '112313.995000', '112314.455000', '112314.915000', '112315.375000', '112315.835000', '112316.295000', '112316.755000', '112317.215000', '112317.675000', '112318.135000', '112318.595000', '112319.055000', '112319.515000', '112319.975000', '112320.435000', '112320.895000', '112321.355000', '112321.815000', '112322.275000', '112322.735000', '112323.195000', '112323.655000', '112324.115000', '112324.575000', '112325.035000', '112325.495000', '112325.955000', '112326.415000', '112326.875000', '112327.335000', '112327.795000', '112328.255000', '112328.715000', '112329.175000', '112329.635000', '112330.095000', '112330.555000', '112331.015000', '112331.475000', '112331.935000', '112332.395000', '112332.855000', '112333.315000', '112333.775000', '112334.235000', '112334.695000', '112335.155000', '112335.615000', '112336.075000', '112336.535000', '112336.995000', '112337.455000', '112337.915000', '112338.375000', '112338.835000', '112339.295000', '112339.755000', '112340.215000', '112340.675000', '112341.135000', '112341.595000', '112342.055000', '112342.515000', '112342.975000', '112343.435000', '112343.895000', '112344.355000', '112344.815000', '112345.275000', '112345.735000', '112346.195000', '112346.655000', '112347.115000', '112347.575000', '112348.035000', '112348.495000', '112348.955000', '112349.415000', '112349.875000', '112350.335000', '112350.795000', '112351.255000', '112351.715000', '112352.175000', '112352.635000', '112353.095000', '112353.555000', '112354.015000', '112354.475000', '112354.935000', '112355.395000', '112355.855000', '112356.315000', '112356.775000', '112357.235000', '112357.695000', '112358.155000', '112358.615000', '112359.075000', '112359.535000', '112359.995000', '112400.455000', '112400.915000', '112401.375000', '112401.835000', '112402.295000', '112402.755000', '112403.215000', '112403.675000', '112404.135000', '112404.595000', '112405.055000', '112405.515000', '112405.975000', '112406.435000', '112406.895000', '112407.355000', '112407.815000', '112408.275000', '112408.735000', '112409.195000', '112409.655000', '112410.115000', '112410.575000', '112411.035000', '112411.495000', '112411.955000', '112412.415000', '112412.875000', '112413.335000', '112413.795000', '112414.255000', '112414.715000', '112415.175000', '112415.635000', '112416.095000', '112416.555000', '112417.015000', '112417.475000', '112417.935000', '112418.395000', '112418.855000', '112419.315000', '112419.775000', '112420.235000', '112420.695000', '112421.155000', '112421.615000', '112422.075000', '112422.535000', '112422.995000', '112423.455000', '112423.915000', '112424.375000', '112424.835000', '112425.295000', '112425.755000', '112426.215000', '112426.675000', '112427.135000', '112427.595000', '112428.055000', '112428.515000', '112428.975000', '112429.435000', '112429.895000', '112430.355000', '112430.815000', '112431.275000', '112431.735000', '112432.195000', '112432.655000', '112433.115000', '112433.575000', '112434.035000', '112434.495000', '112434.955000', '112435.415000', '112435.875000', '112436.335000', '112436.795000', '112437.255000', '112437.715000', '112438.175000', '112438.635000', '112439.095000', '112439.555000', '112440.015000', '112440.475000', '112440.935000', '112441.395000', '112441.855000', '112442.315000', '112442.775000', '112443.235000', '112443.695000', '112444.155000', '112444.615000', '112445.075000', '112445.535000', '112445.995000', '112446.455000', '112446.915000', '112447.375000', '112447.835000', '112448.295000', '112448.755000', '112449.215000', '112449.675000', '112450.135000', '112450.595000', '112451.055000', '112451.515000', '112451.975000', '112452.435000', '112452.895000', '112453.355000', '112453.815000', '112454.275000', '112454.735000', '112455.195000', '112455.655000', '112456.115000', '112456.575000', '112457.035000', '112457.495000', '112457.955000', '112458.415000', '112458.875000', '112459.335000', '112459.795000', '112500.255000', '112500.715000', '112501.175000', '112501.635000', '112502.095000', '112502.555000', '112503.015000', '112503.475000', '112503.935000', '112504.395000', '112504.855000', '112505.315000', '112505.775000', '112506.235000', '112506.695000', '112507.155000', '112507.615000', '112508.075000', '112508.535000', '112508.995000', '112509.455000', '112509.915000', '112510.375000', '112510.835000', '112511.295000', '112511.755000', '112512.215000', '112512.675000', '112513.135000', '112513.595000', '112514.055000', '112514.515000', '112514.975000', '112515.435000', '112515.895000', '112516.355000', '112516.815000', '112517.275000', '112517.735000', '112518.195000', '112518.655000', '112519.115000', '112519.575000', '112520.035000', '112520.495000', '112520.955000', '112521.415000', '112521.875000', '112522.335000', '112522.795000', '112523.255000', '112523.715000', '112524.175000', '112524.635000', '112525.095000', '112525.555000', '112526.015000', '112526.475000', '112526.935000', '112527.395000', '112527.855000', '112528.315000', '112528.775000', '112529.235000', '112529.695000', '112530.155000', '112530.615000', '112531.075000', '112531.535000', '112531.995000', '112532.455000', '112532.915000', '112533.375000', '112533.835000', '112534.295000', '112534.755000', '112535.215000', '112535.675000', '112536.135000', '112536.595000', '112537.055000', '112537.515000', '112537.975000', '112538.435000', '112538.895000', '112539.355000', '112539.815000', '112540.275000', '112540.735000', '112541.195000', '112541.655000', '112542.115000', '112542.575000', '112543.035000', '112543.495000', '112543.955000', '112544.415000', '112544.875000', '112545.335000', '112545.795000', '112546.255000', '112546.715000', '112547.175000', '112547.635000', '112548.095000', '112548.555000', '112549.015000', '112549.475000', '112549.935000', '112550.395000', '112550.855000', '112551.315000', '112551.775000', '112552.235000', '112552.695000', '112553.155000', '112553.615000', '112554.075000', '112554.535000', '112554.995000', '112555.455000', '112555.915000', '112556.375000', '112556.835000', '112557.295000', '112557.755000', '112558.215000', '112558.675000', '112559.135000', '112559.595000', '112600.055000', '112600.515000', '112600.975000', '112601.435000', '112601.895000', '112602.355000', '112602.815000', '112603.275000', '112603.735000', '112604.195000', '112604.655000', '112605.115000', '112605.575000', '112606.035000', '112606.495000', '112606.955000', '112607.415000', '112607.875000', '112608.335000', '112608.795000', '112609.255000', '112609.715000', '112610.175000', '112610.635000', '112611.095000', '112611.555000', '112612.015000', '112612.475000', '112612.935000', '112613.395000', '112613.855000', '112614.315000', '112614.775000', '112615.235000', '112615.695000', '112616.155000', '112616.615000', '112617.075000', '112617.535000', '112617.995000', '112618.455000', '112618.915000', '112619.375000', '112619.835000', '112620.295000', '112620.755000', '112621.215000', '112621.675000', '112622.135000', '112622.595000', '112623.055000', '112623.515000', '112623.975000', '112624.435000', '112624.895000', '112625.355000', '112625.815000', '112626.275000', '112626.735000', '112627.195000', '112627.655000', '112628.115000', '112628.575000', '112629.035000', '112629.495000', '112629.955000', '112630.415000', '112630.875000', '112631.335000', '112631.795000', '112632.255000', '112632.715000', '112633.175000', '112633.635000', '112634.095000', '112634.555000', '112635.015000', '112635.475000', '112635.935000', '112636.395000', '112636.855000', '112637.315000', '112637.775000', '112638.235000', '112638.695000', '112639.155000', '112639.615000', '112640.075000', '112640.535000', '112640.995000'], 'ContentTime': ['111814.267000', '111814.270000', '111814.273000', '111814.277000', '111814.280000', '111814.283000', '111814.285000', '111814.288000', '111814.291000', '111814.295000', '111814.298000', '111814.301000', '111814.304000', '111814.307000', '111814.309000', '111814.312000', '111814.315000', '111814.318000', '111814.321000', '111814.325000', '111814.327000', '111814.330000', '111814.333000', '111814.336000', '111814.339000', '111814.342000', '111814.345000', '111814.348000', '111814.351000', '111814.354000', '111814.357000', '111814.359000', '111814.366000', '111814.369000', '111814.372000', '111814.375000', '111814.378000', '111814.381000', '111814.384000', '111814.387000', '111814.390000', '111814.393000', '111814.396000', '111814.399000', '111814.402000', '111814.405000', '111814.407000', '111814.410000', '111814.413000', '111814.416000', '111814.419000', '111814.422000', '111814.425000', '111814.428000', '111834.231000', '111834.234000', '111834.243000', '111834.246000', '111834.249000', '111834.252000', '111834.255000', '111834.258000', '111834.261000', '111834.264000', '111834.267000', '111834.270000', '111834.273000', '111834.276000', '111834.278000', '111834.282000', '111834.284000', '111834.287000', '111834.290000', '111834.293000', '111834.296000', '111834.299000', '111834.302000', '111834.305000', '111834.307000', '111834.313000', '111834.316000', '111834.319000', '111834.322000', '111834.324000', '111834.327000', '111834.331000', '111834.333000', '111834.336000', '111834.339000', '111834.342000', '111834.345000', '111834.348000', '111834.351000', '111834.354000', '111834.357000', '111834.360000', '111834.363000', '111854.231000', '111854.234000', '111854.237000', '111854.240000', '111854.250000', '111854.252000', '111854.255000', '111854.258000', '111854.261000', '111854.264000', '111854.267000', '111854.270000', '111854.272000', '111854.275000', '111854.278000', '111854.292000', '111854.294000', '111854.297000', '111854.300000', '111854.303000', '111854.306000', '111854.309000', '111854.311000', '111854.314000', '111854.317000', '111854.320000', '111854.323000', '111854.326000', '111854.329000', '111854.331000', '111854.334000', '111854.337000', '111854.340000', '111854.343000', '111854.346000', '111854.349000', '111854.351000', '111854.354000', '111854.357000', '111854.360000', '111854.363000', '111854.366000', '111854.369000', '111854.372000', '111914.231000', '111914.234000', '111914.237000', '111914.240000', '111914.243000', '111914.246000', '111914.248000', '111914.251000', '111914.254000', '111914.257000', '111914.260000', '111914.263000', '111914.265000', '111914.268000', '111914.271000', '111914.275000', '111914.278000', '111914.281000', '111914.284000', '111914.287000', '111914.290000', '111914.293000', '111914.296000', '111914.298000', '111914.301000', '111914.304000', '111914.307000', '111914.310000', '111914.313000', '111914.316000', '111914.319000', '111914.321000', '111914.324000', '111914.327000', '111914.331000', '111914.336000', '111914.339000', '111914.342000', '111914.345000', '111914.348000', '111914.351000', '111914.354000', '111914.356000', '111934.231000', '111934.234000', '111934.237000', '111934.240000', '111934.243000', '111934.246000', '111934.249000', '111934.251000', '111934.254000', '111934.257000', '111934.260000', '111934.263000', '111934.266000', '111934.269000', '111934.278000', '111934.280000', '111934.283000', '111934.286000', '111934.289000', '111934.292000', '111934.295000', '111934.297000', '111934.300000', '111934.303000', '111934.306000', '111934.309000', '111934.312000', '111934.315000', '111934.318000', '111934.320000', '111934.323000', '111934.326000', '111934.329000', '111934.332000', '111934.335000', '111934.338000', '111934.340000', '111934.343000', '111934.346000', '111934.349000', '111934.352000', '111934.355000', '111934.358000', '111934.360000', '111954.230000', '111954.233000', '111954.236000', '111954.239000', '111954.242000', '111954.244000', '111954.247000', '111954.250000', '111954.253000', '111954.256000', '111954.259000', '111954.262000', '111954.265000', '111954.267000', '111954.270000', '111954.273000', '111954.276000', '111954.279000', '111954.282000', '111954.285000', '111954.288000', '111954.291000', '111954.293000', '111954.296000', '111954.299000', '111954.302000', '111954.305000', '111954.308000', '111954.311000', '111954.314000', '111954.316000', '111954.319000', '111954.322000', '111954.325000', '111954.328000', '111954.331000', '111954.334000', '111954.336000', '111954.339000', '111954.342000', '111954.345000', '111954.348000', '111954.351000', '112014.230000', '112014.233000', '112014.236000', '112014.239000', '112014.241000', '112014.244000', '112014.247000', '112014.250000', '112014.253000', '112014.256000', '112014.259000', '112014.262000', '112014.264000', '112014.267000', '112014.270000', '112014.273000', '112014.276000', '112014.279000', '112014.282000', '112014.285000', '112014.287000', '112014.290000', '112014.293000', '112014.296000', '112014.299000', '112014.302000', '112014.305000', '112014.307000', '112014.310000', '112014.313000', '112014.316000', '112014.319000', '112014.322000', '112014.325000', '112014.327000', '112014.330000', '112014.333000', '112014.336000', '112014.339000', '112014.342000', '112014.344000', '112014.347000', '112014.350000', '112014.353000', '112034.230000', '112034.233000', '112034.236000', '112034.239000', '112034.242000', '112034.244000', '112034.247000', '112034.250000', '112034.253000', '112034.256000', '112034.270000', '112034.273000', '112034.276000', '112034.279000', '112034.281000', '112034.284000', '112034.287000', '112034.290000', '112034.293000', '112034.296000', '112034.299000', '112034.301000', '112034.304000', '112034.307000', '112034.310000', '112034.314000', '112034.317000', '112034.320000', '112034.323000', '112034.325000', '112034.328000', '112034.331000', '112034.334000', '112034.337000', '112034.340000', '112034.343000', '112034.345000', '112034.348000', '112034.351000', '112034.354000', '112034.357000', '112034.360000', '112034.363000', '112054.231000', '112054.234000', '112054.237000', '112054.240000', '112054.248000', '112054.251000', '112054.254000', '112054.257000', '112054.260000', '112054.263000', '112054.265000', '112054.268000', '112054.271000', '112054.274000', '112054.277000', '112054.280000', '112054.283000', '112054.286000', '112054.289000', '112054.291000', '112054.294000', '112054.297000', '112054.300000', '112054.303000', '112054.306000', '112054.309000', '112054.311000', '112054.314000', '112054.317000', '112054.320000', '112054.323000', '112054.326000', '112054.329000', '112054.331000', '112054.334000', '112054.337000', '112054.340000', '112054.343000', '112054.346000', '112054.349000', '112054.352000', '112054.354000', '112054.357000', '112054.360000', '112114.231000', '112114.234000', '112114.237000', '112114.240000', '112114.243000', '112114.246000', '112114.249000', '112114.251000', '112114.254000', '112114.257000', '112114.260000', '112114.263000', '112114.266000', '112114.269000', '112114.272000', '112114.274000', '112114.277000', '112114.280000', '112114.283000', '112114.286000', '112114.289000', '112114.296000', '112114.299000', '112114.302000', '112114.305000', '112114.308000', '112114.311000', '112114.314000', '112114.316000', '112114.319000', '112114.328000', '112114.331000', '112114.334000', '112114.336000', '112114.339000', '112114.342000', '112114.345000', '112114.348000', '112114.351000', '112114.354000', '112114.357000', '112114.359000', '112114.362000', '112134.231000', '112134.234000', '112134.237000', '112134.240000', '112134.243000', '112134.246000', '112134.248000', '112134.251000', '112134.254000', '112134.257000', '112134.260000', '112134.263000', '112134.266000', '112134.269000', '112134.271000', '112134.274000', '112134.277000', '112134.280000', '112134.283000', '112134.286000', '112134.289000', '112134.291000', '112134.294000', '112134.297000', '112134.300000', '112134.303000', '112134.306000', '112134.309000', '112134.312000', '112134.314000', '112134.317000', '112134.320000', '112134.323000', '112134.326000', '112134.328000', '112134.332000', '112134.334000', '112134.337000', '112134.340000', '112134.343000', '112134.346000', '112134.349000', '112134.352000', '112134.355000', '112154.231000', '112154.234000', '112154.237000', '112154.240000', '112154.243000', '112154.246000', '112154.249000', '112154.252000', '112154.254000', '112154.257000', '112154.260000', '112154.263000', '112154.266000', '112154.269000', '112154.272000', '112154.275000', '112154.277000', '112154.280000', '112154.283000', '112154.286000', '112154.289000', '112154.292000', '112154.295000', '112154.298000', '112154.301000', '112154.303000', '112154.306000', '112154.309000', '112154.312000', '112154.315000', '112154.318000', '112154.321000', '112154.323000', '112154.326000', '112154.329000', '112154.341000', '112154.344000', '112154.347000', '112154.350000', '112154.354000', '112154.357000', '112154.360000', '112154.363000', '112214.230000', '112214.233000', '112214.236000', '112214.239000', '112214.242000', '112214.244000', '112214.247000', '112214.250000', '112214.253000', '112214.256000', '112214.259000', '112214.262000', '112214.265000', '112214.267000', '112214.270000', '112214.273000', '112214.276000', '112214.279000', '112214.282000', '112214.285000', '112214.288000', '112214.290000', '112214.293000', '112214.296000', '112214.299000', '112214.302000', '112214.305000', '112214.308000', '112214.310000', '112214.313000', '112214.316000', '112214.319000', '112214.322000', '112214.325000', '112214.328000', '112214.331000', '112214.333000', '112214.336000', '112214.339000', '112214.342000', '112214.345000', '112214.348000', '112214.351000', '112214.353000', '112234.230000', '112234.233000', '112234.236000', '112234.239000', '112234.242000', '112234.245000', '112234.247000', '112234.250000', '112234.253000', '112234.256000', '112234.259000', '112234.262000', '112234.265000', '112234.267000', '112234.270000', '112234.273000', '112234.276000', '112234.279000', '112234.282000', '112234.285000', '112234.288000', '112234.291000', '112234.293000', '112234.296000', '112234.299000', '112234.302000', '112234.305000', '112234.308000', '112234.311000', '112234.313000', '112234.316000', '112234.319000', '112234.322000', '112234.325000', '112234.328000', '112234.331000', '112234.334000', '112234.336000', '112234.339000', '112234.342000', '112234.345000', '112234.348000', '112234.351000', '112254.230000', '112254.233000', '112254.236000', '112254.239000', '112254.242000', '112254.245000', '112254.248000', '112254.250000', '112254.253000', '112254.256000', '112254.259000', '112254.262000', '112254.265000', '112254.267000', '112254.270000', '112254.273000', '112254.276000', '112254.279000', '112254.282000', '112254.285000', '112254.287000', '112254.290000', '112254.293000', '112254.296000', '112254.299000', '112254.302000', '112254.305000', '112254.308000', '112254.310000', '112254.313000', '112254.316000', '112254.319000', '112254.322000', '112254.325000', '112254.328000', '112254.331000', '112254.333000', '112254.336000', '112254.339000', '112254.342000', '112254.345000', '112254.348000', '112254.351000', '112254.353000', '112314.231000', '112314.234000', '112314.237000', '112314.240000', '112314.243000', '112314.246000', '112314.249000', '112314.252000', '112314.254000', '112314.257000', '112314.262000', '112314.265000', '112314.268000', '112314.271000', '112314.274000', '112314.277000', '112314.280000', '112314.283000', '112314.285000', '112314.288000', '112314.291000', '112314.294000', '112314.297000', '112314.300000', '112314.303000', '112314.305000', '112314.308000', '112314.311000', '112314.314000', '112314.317000', '112314.320000', '112314.323000', '112314.326000', '112314.328000', '112314.331000', '112314.334000', '112314.337000', '112314.340000', '112314.343000', '112314.346000', '112314.348000', '112314.351000', '112314.354000', '112334.231000', '112334.234000', '112334.237000', '112334.253000', '112334.256000', '112334.259000', '112334.261000', '112334.264000', '112334.267000', '112334.270000', '112334.273000', '112334.276000', '112334.279000', '112334.281000', '112334.284000', '112334.287000', '112334.290000', '112334.293000', '112334.296000', '112334.299000', '112334.301000', '112334.304000', '112334.307000', '112334.310000', '112334.313000', '112334.316000', '112334.319000', '112334.321000', '112334.324000', '112334.327000', '112334.330000', '112334.333000', '112334.336000', '112334.338000', '112334.341000', '112334.344000', '112334.347000', '112334.350000', '112334.353000', '112334.356000', '112334.359000', '112334.361000', '112334.364000', '112354.231000', '112354.234000', '112354.237000', '112354.240000', '112354.243000', '112354.246000', '112354.249000', '112354.251000', '112354.254000', '112354.257000', '112354.260000', '112354.263000', '112354.266000', '112354.269000', '112354.271000', '112354.274000', '112354.277000', '112354.280000', '112354.283000', '112354.286000', '112354.289000', '112354.292000', '112354.294000', '112354.297000', '112354.300000', '112354.303000', '112354.306000', '112354.309000', '112354.312000', '112354.314000', '112354.317000', '112354.320000', '112354.323000', '112354.326000', '112354.329000', '112354.332000', '112354.335000', '112354.337000', '112354.340000', '112354.343000', '112354.346000', '112354.349000', '112354.352000', '112354.355000', '112414.231000', '112414.234000', '112414.237000', '112414.240000', '112414.243000', '112414.247000', '112414.249000', '112414.252000', '112414.255000', '112414.259000', '112414.264000', '112414.267000', '112414.270000', '112414.273000', '112414.276000', '112414.279000', '112414.281000', '112414.284000', '112414.287000', '112414.290000', '112414.293000', '112414.296000', '112414.299000', '112414.302000', '112414.304000', '112414.307000', '112414.310000', '112414.313000', '112414.316000', '112414.319000', '112414.322000', '112414.325000', '112414.327000', '112414.330000', '112414.333000', '112414.336000', '112414.339000', '112414.342000', '112414.344000', '112414.347000', '112414.350000', '112414.353000', '112414.356000', '112434.230000', '112434.233000', '112434.236000', '112434.239000', '112434.242000', '112434.244000', '112434.247000', '112434.250000', '112434.253000', '112434.256000', '112434.259000', '112434.262000', '112434.265000', '112434.268000', '112434.271000', '112434.273000', '112434.276000', '112434.279000', '112434.282000', '112434.285000', '112434.288000', '112434.291000', '112434.294000', '112434.296000', '112434.299000', '112434.302000', '112434.305000', '112434.308000', '112434.311000', '112434.314000', '112434.317000', '112434.319000', '112434.322000', '112434.325000', '112434.328000', '112434.331000', '112434.334000', '112434.337000', '112434.340000', '112434.343000', '112434.345000', '112434.348000', '112434.351000', '112434.354000', '112454.230000', '112454.233000', '112454.236000', '112454.238000', '112454.242000', '112454.244000', '112454.247000', '112454.250000', '112454.253000', '112454.256000', '112454.259000', '112454.262000', '112454.265000', '112454.277000', '112454.280000', '112454.283000', '112454.286000', '112454.289000', '112454.292000', '112454.294000', '112454.297000', '112454.300000', '112454.303000', '112454.306000', '112454.309000', '112454.311000', '112454.314000', '112454.317000', '112454.320000', '112454.323000', '112454.326000', '112454.329000', '112454.331000', '112454.334000', '112454.337000', '112454.340000', '112454.343000', '112454.346000', '112454.349000', '112454.351000', '112454.354000', '112454.357000', '112454.360000', '112514.230000', '112514.233000', '112514.236000', '112514.239000', '112514.242000', '112514.245000', '112514.248000', '112514.250000', '112514.253000', '112514.256000', '112514.259000', '112514.262000', '112514.265000', '112514.268000', '112514.271000', '112514.274000', '112514.277000', '112514.280000', '112514.283000', '112514.285000', '112514.288000', '112514.291000', '112514.294000', '112514.297000', '112514.300000', '112514.303000', '112514.305000', '112514.308000', '112514.311000', '112514.314000', '112514.317000', '112514.320000', '112514.323000', '112514.326000', '112514.328000', '112514.331000', '112514.334000', '112514.337000', '112514.340000', '112514.343000', '112514.345000', '112514.349000', '112514.351000', '112514.354000', '112534.231000', '112534.234000', '112534.237000', '112534.240000', '112534.243000', '112534.246000', '112534.248000', '112534.251000', '112534.254000', '112534.257000', '112534.260000', '112534.263000', '112534.266000', '112534.269000', '112534.272000', '112534.275000', '112534.277000', '112534.280000', '112534.283000', '112534.286000', '112534.289000', '112534.292000', '112534.295000', '112534.298000', '112534.301000', '112534.304000', '112534.307000', '112534.310000', '112534.313000', '112534.316000', '112534.318000', '112534.321000', '112534.324000', '112534.327000', '112534.330000', '112534.333000', '112534.336000', '112534.339000', '112534.342000', '112534.344000', '112534.347000', '112534.350000', '112534.353000', '112554.231000', '112554.234000', '112554.237000', '112554.240000', '112554.243000', '112554.246000', '112554.248000', '112554.251000', '112554.254000', '112554.257000', '112554.260000', '112554.263000', '112554.266000', '112554.269000', '112554.272000', '112554.274000', '112554.277000', '112554.280000', '112554.283000', '112554.286000', '112554.289000', '112554.292000', '112554.295000', '112554.297000', '112554.300000', '112554.303000', '112554.306000', '112554.309000', '112554.312000', '112554.315000', '112554.318000', '112554.320000', '112554.323000', '112554.326000', '112554.329000', '112554.332000', '112554.335000', '112554.338000', '112554.340000', '112554.343000', '112554.346000', '112554.349000', '112554.352000', '112554.354000', '112614.231000', '112614.234000', '112614.237000', '112614.240000', '112614.243000', '112614.246000', '112614.249000', '112614.252000', '112614.254000', '112614.257000', '112614.268000', '112614.271000', '112614.274000', '112614.277000', '112614.280000', '112614.283000', '112614.286000', '112614.289000', '112614.292000', '112614.294000', '112614.297000', '112614.300000', '112614.303000', '112614.306000', '112614.310000', '112614.312000', '112614.315000', '112614.318000', '112614.321000', '112614.324000', '112614.327000', '112614.330000', '112614.333000', '112614.336000', '112614.338000', '112614.341000', '112614.344000', '112614.347000', '112614.350000', '112614.353000', '112614.356000', '112614.359000', '112614.361000', '112634.231000', '112634.234000', '112634.237000', '112634.240000', '112634.243000', '112634.246000', '112634.249000', '112634.251000', '112634.254000', '112634.257000', '112634.260000', '112634.263000', '112634.266000', '112634.269000', '112634.272000', '112634.275000', '112634.277000', '112634.280000', '112634.283000', '112634.286000', '112634.289000', '112634.292000', '112634.294000', '112634.297000', '112634.300000', '112634.303000', '112634.306000', '112634.309000', '112634.312000', '112634.315000', '112634.318000', '112634.320000', '112634.323000', '112634.326000', '112634.329000', '112634.332000', '112634.335000', '112634.337000', '112634.340000', '112634.343000', '112634.346000', '112634.349000', '112634.352000', '112634.355000', '112641.974000', '112641.978000', '112641.981000', '112641.984000', '112641.987000', '112641.990000', '112641.993000', '112641.996000', '112642.000000', '112642.004000', '112642.007000', '112642.010000', '112642.012000', '112642.015000', '112642.018000', '112642.021000', '112642.024000'], 'InstanceCreationTime': ['111814.267000', '111814.270000', '111814.273000', '111814.277000', '111814.280000', '111814.283000', '111814.285000', '111814.288000', '111814.291000', '111814.295000', '111814.298000', '111814.301000', '111814.304000', '111814.307000', '111814.309000', '111814.312000', '111814.315000', '111814.318000', '111814.321000', '111814.325000', '111814.327000', '111814.330000', '111814.333000', '111814.336000', '111814.339000', '111814.342000', '111814.345000', '111814.348000', '111814.351000', '111814.354000', '111814.357000', '111814.359000', '111814.366000', '111814.369000', '111814.372000', '111814.375000', '111814.378000', '111814.381000', '111814.384000', '111814.387000', '111814.390000', '111814.393000', '111814.396000', '111814.399000', '111814.402000', '111814.405000', '111814.407000', '111814.410000', '111814.413000', '111814.416000', '111814.419000', '111814.422000', '111814.425000', '111814.428000', '111834.231000', '111834.234000', '111834.243000', '111834.246000', '111834.249000', '111834.252000', '111834.255000', '111834.258000', '111834.261000', '111834.264000', '111834.267000', '111834.270000', '111834.273000', '111834.276000', '111834.278000', '111834.282000', '111834.284000', '111834.287000', '111834.290000', '111834.293000', '111834.296000', '111834.299000', '111834.302000', '111834.305000', '111834.307000', '111834.313000', '111834.316000', '111834.319000', '111834.322000', '111834.324000', '111834.327000', '111834.331000', '111834.333000', '111834.336000', '111834.339000', '111834.342000', '111834.345000', '111834.348000', '111834.351000', '111834.354000', '111834.357000', '111834.360000', '111834.363000', '111854.231000', '111854.234000', '111854.237000', '111854.240000', '111854.250000', '111854.252000', '111854.255000', '111854.258000', '111854.261000', '111854.264000', '111854.267000', '111854.270000', '111854.272000', '111854.275000', '111854.278000', '111854.292000', '111854.294000', '111854.297000', '111854.300000', '111854.303000', '111854.306000', '111854.309000', '111854.311000', '111854.314000', '111854.317000', '111854.320000', '111854.323000', '111854.326000', '111854.329000', '111854.331000', '111854.334000', '111854.337000', '111854.340000', '111854.343000', '111854.346000', '111854.349000', '111854.351000', '111854.354000', '111854.357000', '111854.360000', '111854.363000', '111854.366000', '111854.369000', '111854.372000', '111914.231000', '111914.234000', '111914.237000', '111914.240000', '111914.243000', '111914.246000', '111914.248000', '111914.251000', '111914.254000', '111914.257000', '111914.260000', '111914.263000', '111914.265000', '111914.268000', '111914.271000', '111914.275000', '111914.278000', '111914.281000', '111914.284000', '111914.287000', '111914.290000', '111914.293000', '111914.296000', '111914.298000', '111914.301000', '111914.304000', '111914.307000', '111914.310000', '111914.313000', '111914.316000', '111914.319000', '111914.321000', '111914.324000', '111914.327000', '111914.331000', '111914.336000', '111914.339000', '111914.342000', '111914.345000', '111914.348000', '111914.351000', '111914.354000', '111914.356000', '111934.231000', '111934.234000', '111934.237000', '111934.240000', '111934.243000', '111934.246000', '111934.249000', '111934.251000', '111934.254000', '111934.257000', '111934.260000', '111934.263000', '111934.266000', '111934.269000', '111934.278000', '111934.280000', '111934.283000', '111934.286000', '111934.289000', '111934.292000', '111934.295000', '111934.297000', '111934.300000', '111934.303000', '111934.306000', '111934.309000', '111934.312000', '111934.315000', '111934.318000', '111934.320000', '111934.323000', '111934.326000', '111934.329000', '111934.332000', '111934.335000', '111934.338000', '111934.340000', '111934.343000', '111934.346000', '111934.349000', '111934.352000', '111934.355000', '111934.358000', '111934.360000', '111954.230000', '111954.233000', '111954.236000', '111954.239000', '111954.242000', '111954.244000', '111954.247000', '111954.250000', '111954.253000', '111954.256000', '111954.259000', '111954.262000', '111954.265000', '111954.267000', '111954.270000', '111954.273000', '111954.276000', '111954.279000', '111954.282000', '111954.285000', '111954.288000', '111954.291000', '111954.293000', '111954.296000', '111954.299000', '111954.302000', '111954.305000', '111954.308000', '111954.311000', '111954.314000', '111954.316000', '111954.319000', '111954.322000', '111954.325000', '111954.328000', '111954.331000', '111954.334000', '111954.336000', '111954.339000', '111954.342000', '111954.345000', '111954.348000', '111954.351000', '112014.230000', '112014.233000', '112014.236000', '112014.239000', '112014.241000', '112014.244000', '112014.247000', '112014.250000', '112014.253000', '112014.256000', '112014.259000', '112014.262000', '112014.264000', '112014.267000', '112014.270000', '112014.273000', '112014.276000', '112014.279000', '112014.282000', '112014.285000', '112014.287000', '112014.290000', '112014.293000', '112014.296000', '112014.299000', '112014.302000', '112014.305000', '112014.307000', '112014.310000', '112014.313000', '112014.316000', '112014.319000', '112014.322000', '112014.325000', '112014.327000', '112014.330000', '112014.333000', '112014.336000', '112014.339000', '112014.342000', '112014.344000', '112014.347000', '112014.350000', '112014.353000', '112034.230000', '112034.233000', '112034.236000', '112034.239000', '112034.242000', '112034.244000', '112034.247000', '112034.250000', '112034.253000', '112034.256000', '112034.270000', '112034.273000', '112034.276000', '112034.279000', '112034.281000', '112034.284000', '112034.287000', '112034.290000', '112034.293000', '112034.296000', '112034.299000', '112034.301000', '112034.304000', '112034.307000', '112034.310000', '112034.314000', '112034.317000', '112034.320000', '112034.323000', '112034.325000', '112034.328000', '112034.331000', '112034.334000', '112034.337000', '112034.340000', '112034.343000', '112034.345000', '112034.348000', '112034.351000', '112034.354000', '112034.357000', '112034.360000', '112034.363000', '112054.231000', '112054.234000', '112054.237000', '112054.240000', '112054.248000', '112054.251000', '112054.254000', '112054.257000', '112054.260000', '112054.263000', '112054.265000', '112054.268000', '112054.271000', '112054.274000', '112054.277000', '112054.280000', '112054.283000', '112054.286000', '112054.289000', '112054.291000', '112054.294000', '112054.297000', '112054.300000', '112054.303000', '112054.306000', '112054.309000', '112054.311000', '112054.314000', '112054.317000', '112054.320000', '112054.323000', '112054.326000', '112054.329000', '112054.331000', '112054.334000', '112054.337000', '112054.340000', '112054.343000', '112054.346000', '112054.349000', '112054.352000', '112054.354000', '112054.357000', '112054.360000', '112114.231000', '112114.234000', '112114.237000', '112114.240000', '112114.243000', '112114.246000', '112114.249000', '112114.251000', '112114.254000', '112114.257000', '112114.260000', '112114.263000', '112114.266000', '112114.269000', '112114.272000', '112114.274000', '112114.277000', '112114.280000', '112114.283000', '112114.286000', '112114.289000', '112114.296000', '112114.299000', '112114.302000', '112114.305000', '112114.308000', '112114.311000', '112114.314000', '112114.316000', '112114.319000', '112114.328000', '112114.331000', '112114.334000', '112114.336000', '112114.339000', '112114.342000', '112114.345000', '112114.348000', '112114.351000', '112114.354000', '112114.357000', '112114.359000', '112114.362000', '112134.231000', '112134.234000', '112134.237000', '112134.240000', '112134.243000', '112134.246000', '112134.248000', '112134.251000', '112134.254000', '112134.257000', '112134.260000', '112134.263000', '112134.266000', '112134.269000', '112134.271000', '112134.274000', '112134.277000', '112134.280000', '112134.283000', '112134.286000', '112134.289000', '112134.291000', '112134.294000', '112134.297000', '112134.300000', '112134.303000', '112134.306000', '112134.309000', '112134.312000', '112134.314000', '112134.317000', '112134.320000', '112134.323000', '112134.326000', '112134.328000', '112134.332000', '112134.334000', '112134.337000', '112134.340000', '112134.343000', '112134.346000', '112134.349000', '112134.352000', '112134.355000', '112154.231000', '112154.234000', '112154.237000', '112154.240000', '112154.243000', '112154.246000', '112154.249000', '112154.252000', '112154.254000', '112154.257000', '112154.260000', '112154.263000', '112154.266000', '112154.269000', '112154.272000', '112154.275000', '112154.277000', '112154.280000', '112154.283000', '112154.286000', '112154.289000', '112154.292000', '112154.295000', '112154.298000', '112154.301000', '112154.303000', '112154.306000', '112154.309000', '112154.312000', '112154.315000', '112154.318000', '112154.321000', '112154.323000', '112154.326000', '112154.329000', '112154.341000', '112154.344000', '112154.347000', '112154.350000', '112154.354000', '112154.357000', '112154.360000', '112154.363000', '112214.230000', '112214.233000', '112214.236000', '112214.239000', '112214.242000', '112214.244000', '112214.247000', '112214.250000', '112214.253000', '112214.256000', '112214.259000', '112214.262000', '112214.265000', '112214.267000', '112214.270000', '112214.273000', '112214.276000', '112214.279000', '112214.282000', '112214.285000', '112214.288000', '112214.290000', '112214.293000', '112214.296000', '112214.299000', '112214.302000', '112214.305000', '112214.308000', '112214.310000', '112214.313000', '112214.316000', '112214.319000', '112214.322000', '112214.325000', '112214.328000', '112214.331000', '112214.333000', '112214.336000', '112214.339000', '112214.342000', '112214.345000', '112214.348000', '112214.351000', '112214.353000', '112234.230000', '112234.233000', '112234.236000', '112234.239000', '112234.242000', '112234.245000', '112234.247000', '112234.250000', '112234.253000', '112234.256000', '112234.259000', '112234.262000', '112234.265000', '112234.267000', '112234.270000', '112234.273000', '112234.276000', '112234.279000', '112234.282000', '112234.285000', '112234.288000', '112234.291000', '112234.293000', '112234.296000', '112234.299000', '112234.302000', '112234.305000', '112234.308000', '112234.311000', '112234.313000', '112234.316000', '112234.319000', '112234.322000', '112234.325000', '112234.328000', '112234.331000', '112234.334000', '112234.336000', '112234.339000', '112234.342000', '112234.345000', '112234.348000', '112234.351000', '112254.230000', '112254.233000', '112254.236000', '112254.239000', '112254.242000', '112254.245000', '112254.248000', '112254.250000', '112254.253000', '112254.256000', '112254.259000', '112254.262000', '112254.265000', '112254.267000', '112254.270000', '112254.273000', '112254.276000', '112254.279000', '112254.282000', '112254.285000', '112254.287000', '112254.290000', '112254.293000', '112254.296000', '112254.299000', '112254.302000', '112254.305000', '112254.308000', '112254.310000', '112254.313000', '112254.316000', '112254.319000', '112254.322000', '112254.325000', '112254.328000', '112254.331000', '112254.333000', '112254.336000', '112254.339000', '112254.342000', '112254.345000', '112254.348000', '112254.351000', '112254.353000', '112314.231000', '112314.234000', '112314.237000', '112314.240000', '112314.243000', '112314.246000', '112314.249000', '112314.252000', '112314.254000', '112314.257000', '112314.262000', '112314.265000', '112314.268000', '112314.271000', '112314.274000', '112314.277000', '112314.280000', '112314.283000', '112314.285000', '112314.288000', '112314.291000', '112314.294000', '112314.297000', '112314.300000', '112314.303000', '112314.305000', '112314.308000', '112314.311000', '112314.314000', '112314.317000', '112314.320000', '112314.323000', '112314.326000', '112314.328000', '112314.331000', '112314.334000', '112314.337000', '112314.340000', '112314.343000', '112314.346000', '112314.348000', '112314.351000', '112314.354000', '112334.231000', '112334.234000', '112334.237000', '112334.253000', '112334.256000', '112334.259000', '112334.261000', '112334.264000', '112334.267000', '112334.270000', '112334.273000', '112334.276000', '112334.279000', '112334.281000', '112334.284000', '112334.287000', '112334.290000', '112334.293000', '112334.296000', '112334.299000', '112334.301000', '112334.304000', '112334.307000', '112334.310000', '112334.313000', '112334.316000', '112334.319000', '112334.321000', '112334.324000', '112334.327000', '112334.330000', '112334.333000', '112334.336000', '112334.338000', '112334.341000', '112334.344000', '112334.347000', '112334.350000', '112334.353000', '112334.356000', '112334.359000', '112334.361000', '112334.364000', '112354.231000', '112354.234000', '112354.237000', '112354.240000', '112354.243000', '112354.246000', '112354.249000', '112354.251000', '112354.254000', '112354.257000', '112354.260000', '112354.263000', '112354.266000', '112354.269000', '112354.271000', '112354.274000', '112354.277000', '112354.280000', '112354.283000', '112354.286000', '112354.289000', '112354.292000', '112354.294000', '112354.297000', '112354.300000', '112354.303000', '112354.306000', '112354.309000', '112354.312000', '112354.314000', '112354.317000', '112354.320000', '112354.323000', '112354.326000', '112354.329000', '112354.332000', '112354.335000', '112354.337000', '112354.340000', '112354.343000', '112354.346000', '112354.349000', '112354.352000', '112354.355000', '112414.231000', '112414.234000', '112414.237000', '112414.240000', '112414.243000', '112414.247000', '112414.249000', '112414.252000', '112414.255000', '112414.259000', '112414.264000', '112414.267000', '112414.270000', '112414.273000', '112414.276000', '112414.279000', '112414.281000', '112414.284000', '112414.287000', '112414.290000', '112414.293000', '112414.296000', '112414.299000', '112414.302000', '112414.304000', '112414.307000', '112414.310000', '112414.313000', '112414.316000', '112414.319000', '112414.322000', '112414.325000', '112414.327000', '112414.330000', '112414.333000', '112414.336000', '112414.339000', '112414.342000', '112414.344000', '112414.347000', '112414.350000', '112414.353000', '112414.356000', '112434.230000', '112434.233000', '112434.236000', '112434.239000', '112434.242000', '112434.244000', '112434.247000', '112434.250000', '112434.253000', '112434.256000', '112434.259000', '112434.262000', '112434.265000', '112434.268000', '112434.271000', '112434.273000', '112434.276000', '112434.279000', '112434.282000', '112434.285000', '112434.288000', '112434.291000', '112434.294000', '112434.296000', '112434.299000', '112434.302000', '112434.305000', '112434.308000', '112434.311000', '112434.314000', '112434.317000', '112434.319000', '112434.322000', '112434.325000', '112434.328000', '112434.331000', '112434.334000', '112434.337000', '112434.340000', '112434.343000', '112434.345000', '112434.348000', '112434.351000', '112434.354000', '112454.230000', '112454.233000', '112454.236000', '112454.238000', '112454.242000', '112454.244000', '112454.247000', '112454.250000', '112454.253000', '112454.256000', '112454.259000', '112454.262000', '112454.265000', '112454.277000', '112454.280000', '112454.283000', '112454.286000', '112454.289000', '112454.292000', '112454.294000', '112454.297000', '112454.300000', '112454.303000', '112454.306000', '112454.309000', '112454.311000', '112454.314000', '112454.317000', '112454.320000', '112454.323000', '112454.326000', '112454.329000', '112454.331000', '112454.334000', '112454.337000', '112454.340000', '112454.343000', '112454.346000', '112454.349000', '112454.351000', '112454.354000', '112454.357000', '112454.360000', '112514.230000', '112514.233000', '112514.236000', '112514.239000', '112514.242000', '112514.245000', '112514.248000', '112514.250000', '112514.253000', '112514.256000', '112514.259000', '112514.262000', '112514.265000', '112514.268000', '112514.271000', '112514.274000', '112514.277000', '112514.280000', '112514.283000', '112514.285000', '112514.288000', '112514.291000', '112514.294000', '112514.297000', '112514.300000', '112514.303000', '112514.305000', '112514.308000', '112514.311000', '112514.314000', '112514.317000', '112514.320000', '112514.323000', '112514.326000', '112514.328000', '112514.331000', '112514.334000', '112514.337000', '112514.340000', '112514.343000', '112514.345000', '112514.349000', '112514.351000', '112514.354000', '112534.231000', '112534.234000', '112534.237000', '112534.240000', '112534.243000', '112534.246000', '112534.248000', '112534.251000', '112534.254000', '112534.257000', '112534.260000', '112534.263000', '112534.266000', '112534.269000', '112534.272000', '112534.275000', '112534.277000', '112534.280000', '112534.283000', '112534.286000', '112534.289000', '112534.292000', '112534.295000', '112534.298000', '112534.301000', '112534.304000', '112534.307000', '112534.310000', '112534.313000', '112534.316000', '112534.318000', '112534.321000', '112534.324000', '112534.327000', '112534.330000', '112534.333000', '112534.336000', '112534.339000', '112534.342000', '112534.344000', '112534.347000', '112534.350000', '112534.353000', '112554.231000', '112554.234000', '112554.237000', '112554.240000', '112554.243000', '112554.246000', '112554.248000', '112554.251000', '112554.254000', '112554.257000', '112554.260000', '112554.263000', '112554.266000', '112554.269000', '112554.272000', '112554.274000', '112554.277000', '112554.280000', '112554.283000', '112554.286000', '112554.289000', '112554.292000', '112554.295000', '112554.297000', '112554.300000', '112554.303000', '112554.306000', '112554.309000', '112554.312000', '112554.315000', '112554.318000', '112554.320000', '112554.323000', '112554.326000', '112554.329000', '112554.332000', '112554.335000', '112554.338000', '112554.340000', '112554.343000', '112554.346000', '112554.349000', '112554.352000', '112554.354000', '112614.231000', '112614.234000', '112614.237000', '112614.240000', '112614.243000', '112614.246000', '112614.249000', '112614.252000', '112614.254000', '112614.257000', '112614.268000', '112614.271000', '112614.274000', '112614.277000', '112614.280000', '112614.283000', '112614.286000', '112614.289000', '112614.292000', '112614.294000', '112614.297000', '112614.300000', '112614.303000', '112614.306000', '112614.310000', '112614.312000', '112614.315000', '112614.318000', '112614.321000', '112614.324000', '112614.327000', '112614.330000', '112614.333000', '112614.336000', '112614.338000', '112614.341000', '112614.344000', '112614.347000', '112614.350000', '112614.353000', '112614.356000', '112614.359000', '112614.361000', '112634.231000', '112634.234000', '112634.237000', '112634.240000', '112634.243000', '112634.246000', '112634.249000', '112634.251000', '112634.254000', '112634.257000', '112634.260000', '112634.263000', '112634.266000', '112634.269000', '112634.272000', '112634.275000', '112634.277000', '112634.280000', '112634.283000', '112634.286000', '112634.289000', '112634.292000', '112634.294000', '112634.297000', '112634.300000', '112634.303000', '112634.306000', '112634.309000', '112634.312000', '112634.315000', '112634.318000', '112634.320000', '112634.323000', '112634.326000', '112634.329000', '112634.332000', '112634.335000', '112634.337000', '112634.340000', '112634.343000', '112634.346000', '112634.349000', '112634.352000', '112634.355000', '112641.974000', '112641.978000', '112641.981000', '112641.984000', '112641.987000', '112641.990000', '112641.993000', '112641.996000', '112642.000000', '112642.004000', '112642.007000', '112642.010000', '112642.012000', '112642.015000', '112642.018000', '112642.021000', '112642.024000'], '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': [10433, 11190, 9322, 6958, 8843, 6953, 10285, 7953, 12846, 8807, 11886, 7572, 7479, 7239, 7759, 8149, 9375, 8985, 10403, 8790, 8375, 10838, 8701, 12314, 7171, 8381, 7048, 8632, 7372, 9206, 7554, 8597, 7085, 9653, 7560, 7228, 7815, 6478, 7967, 6446, 9052, 7102, 10421, 8287, 11494, 7429, 6452, 7786, 6856, 8708, 7192, 9470, 7801, 8635, 8268, 6898, 8615, 7013, 10214, 7558, 7337, 8219, 6630, 11124, 8993, 9502, 7689, 6173, 9166, 7577, 11960, 8216, 8012, 11345, 8828, 9132, 7849, 6117, 10125, 7648, 11202, 9167, 9324, 10613, 7208, 10091, 7549, 7534, 9003, 6935, 10789, 7753, 11829, 9560, 8100, 8235, 7212, 9495, 7565, 10839, 8028, 8007, 9156, 7260, 11110, 7876, 7100, 8222, 6234, 10724, 8337, 11579, 8873, 8500, 9307, 7740, 9962, 7891, 11500, 8625, 8795, 9772, 7735, 10752, 7704, 6566, 8495, 7271, 10379, 8418, 8807, 9284, 7531, 10298, 7968, 6723, 10286, 7699, 11968, 9368, 11694, 10799, 7673, 10260, 8027, 6760, 9348, 7468, 11069, 8943, 11829, 9384, 7198, 9038, 7605, 11043, 8381, 11544, 8577, 12534, 8960, 7510, 8678, 7339, 8768, 7403, 8601, 8116, 7041, 10751, 8323, 10097, 7959, 7226, 9085, 7047, 10950, 8662, 11541, 9067, 7282, 8949, 7852, 10766, 8457, 10967, 8816, 10734, 10329, 7961, 9543, 8247, 7459, 9476, 7827, 9991, 8413, 8046, 10275, 7906, 9742, 8102, 7409, 9440, 7777, 10873, 8456, 7923, 9845, 7772, 10122, 8020, 9423, 8654, 7238, 11375, 8894, 12407, 8716, 7243, 8923, 7505, 9551, 8218, 7728, 10220, 8044, 11232, 8430, 7254, 9778, 7113, 12013, 8454, 12539, 9459, 13432, 10295, 7301, 9154, 7624, 9891, 8493, 7609, 10011, 8630, 11737, 8786, 7450, 8921, 7556, 9333, 8263, 7532, 9489, 7525, 9911, 8356, 8997, 8804, 8104, 12174, 8741, 12700, 8346, 10333, 8613, 7295, 9176, 7824, 11927, 9322, 7938, 9220, 7966, 7192, 8999, 7220, 11114, 8830, 11043, 8791, 7768, 8943, 8733, 7156, 9468, 8345, 10590, 8864, 9453, 9298, 8714, 8718, 8336, 7473, 8892, 7318, 9799, 8529, 9408, 8941, 8293, 8812, 8619, 8578, 9199, 8633, 9957, 10301, 11114, 7719, 12768, 8374, 7375, 9191, 7340, 10653, 8529, 10140, 8679, 7544, 9128, 7694, 8279, 8804, 7348, 9384, 7454, 10449, 9094, 7549, 10174, 8448, 7421, 8236, 8414, 7292, 9463, 7323, 10999, 8249, 11424, 8712, 8153, 8915, 7505, 10460, 7464, 10902, 8522, 11498, 8813, 7239, 9037, 7470, 10307, 8167, 11508, 9141, 11250, 8854, 7486, 9135, 8345, 10312, 8142, 10491, 8528, 9239, 8900, 7481, 9091, 7555, 9660, 7755, 9853, 7898, 9970, 8689, 12371, 8942, 7199, 9072, 7241, 9872, 7340, 10425, 8218, 12562, 8484, 11142, 8926, 7242, 8945, 7455, 9313, 7609, 10299, 8632, 10965, 8809, 7687, 9298, 7905, 9274, 8506, 7362, 9775, 8204, 11568, 8774, 7573, 9103, 8272, 8197, 9328, 7417, 11259, 8183, 12417, 9030, 7517, 9205, 8301, 10136, 8072, 10490, 8802, 11476, 8766, 7951, 11602, 8226, 9320, 8983, 7578, 9149, 7531, 10527, 8483, 10824, 8717, 7907, 9246, 8209, 7813, 8948, 7818, 11027, 8187, 11603, 9286, 7864, 9754, 8506, 7613, 9806, 8785, 11589, 9179, 9978, 9190, 7692, 11581, 9140, 7850, 9078, 8653, 7796, 10247, 8381, 8434, 10234, 8384, 12116, 9408, 8388, 9878, 8980, 7804, 11808, 8970, 12357, 9220, 8141, 11051, 8920, 7809, 9773, 8734, 8080, 10615, 9204, 7337, 12023, 8866, 11869, 8643, 7575, 9093, 7947, 10070, 8623, 9090, 8814, 7634, 9938, 7743, 10256, 7819, 9593, 8508, 9422, 8817, 7948, 11072, 8092, 10938, 8018, 9585, 8073, 10753, 8671, 11317, 9042, 11964, 8835, 7724, 9222, 7973, 9205, 8634, 10532, 8842, 7791, 10108, 8354, 9980, 8281, 11136, 9104, 12105, 9045, 7667, 9910, 8691, 10754, 9047, 7214, 9143, 7445, 9953, 8512, 11508, 9093, 7802, 9137, 7457, 10240, 8248, 11478, 9095, 13165, 9824, 7696, 9366, 8429, 10718, 8427, 11343, 8926, 10703, 8877, 7399, 9674, 8804, 9516, 8854, 6826, 9234, 8117, 10614, 8744, 8474, 10457, 8703, 11470, 9013, 7154, 9697, 8503, 9893, 9155, 7891, 12168, 8814, 7713, 8064, 8519, 7270, 9049, 8413, 9142, 9198, 8336, 10366, 8652, 10517, 9946, 7909, 13225, 9387, 11840, 8963, 6784, 9047, 8360, 11408, 8767, 13301, 9762, 7629, 8795, 8628, 7244, 8652, 7498, 11986, 8790, 7212, 8676, 7410, 11956, 8446, 12847, 10226, 10910, 8991, 8120, 9777, 8687, 11555, 8922, 7599, 12178, 8538, 7372, 8972, 8346, 9088, 8909, 7364, 10933, 8548, 7214, 8848, 8170, 10320, 10217, 8409, 6943, 8272, 8597, 8066, 8462, 9256, 8464, 7390, 12788, 9305, 7957, 12543, 8472, 7115, 11817, 7793, 12649, 8551, 13121, 8966, 6972, 8295, 8157, 10376, 8426, 6502, 8386, 7635, 10129, 8244, 10227, 7990, 7404, 9941, 7055, 11021, 7798, 9820, 7714, 8224, 7867, 7029, 8160, 7029, 8300, 7774, 8019, 7984, 9483, 7942, 10712, 8244, 7260, 8168, 8079, 9275, 8127, 10961, 7986, 7656, 11128, 7759, 9125, 8098, 7324, 8113, 6841, 9135, 7647, 11955, 8951, 7387, 8079, 7261, 9171, 8054, 7123, 12199, 9213, 9501, 8150, 7698, 6930, 7904, 7509, 10183, 8032, 8337, 11031, 7611, 13410, 9226, 7118, 9666, 7916, 12313, 8363, 7383, 8611, 7403, 10575, 8047, 7160, 8326, 7674, 9107, 7826, 9264, 8925, 7495, 13195, 9165, 7508, 8265, 7430, 9597, 7985, 10758, 7953, 7228, 12309, 8371, 7321, 7893, 7624, 9730, 8284, 10893, 8194, 7400, 12045, 8986, 7534, 8063, 7739, 7779, 8105, 7197, 8500, 8050, 7206, 9917, 8068, 9930, 8099, 10458, 8849, 8271, 13199, 8437, 9766, 8125, 7438, 8274, 6994, 9649, 7439, 11595, 7837, 9576, 7889, 9234, 8165, 11461, 8680, 12256, 8185, 7273, 8250, 7431, 9592, 8373, 10804, 8404, 8540, 9457, 7427, 10949, 8020, 7130, 8990, 8188, 10484, 8029, 8431, 8935, 8000, 11685, 9274, 10732, 8374, 10164, 9089, 10729, 10970, 10329, 13281, 7771, 10300, 8323, 10209, 8567, 10306, 8580, 9752, 8389, 11743, 8583, 7199, 8948, 7623, 7118, 9142, 8212, 11982, 8457, 8110, 9849, 7619, 11692, 9754, 9729, 11191, 8220, 10543, 7947, 7400, 9772, 8050, 7317, 11137, 9362, 8415, 10755, 8324, 7935, 8515, 7287, 10834, 8865, 9152, 10113, 8442, 8222, 8945, 7895, 9610, 9273, 7778, 12432, 9714, 13318, 9968, 12315, 9898, 7495, 12113, 8179, 7652, 8720, 7211, 10702, 8569, 11843, 9115, 7279, 10266, 7777, 7133, 9018, 8120, 9523, 8589, 7169, 11248, 9068, 7477, 10320, 8511, 7660, 9804, 8061, 11512, 8538, 7981, 10157, 8433, 9244, 9701, 8650, 11787, 8799, 13484, 10165, 14017, 8781, 7969, 8683, 7119, 9698, 8506, 11066, 8392, 7179, 8787, 7857, 10024, 8635, 11264, 9364, 7803, 11927, 7844, 9886, 7993, 8698, 8621, 7585, 12346, 8717, 9921, 7754, 7571, 9906, 7833, 9743, 8043, 8176, 8401, 7424, 10920, 9347, 9891, 7825, 7264, 8900, 8197, 11393, 9120, 8851, 7694, 7209, 8365, 7533, 10130, 7422, 11082, 9909, 13580, 10713, 7230, 8354, 7367, 10073, 8334, 10783, 7977, 7663, 9449, 7184, 10634, 7617, 6960, 8265, 7271, 10145, 8099, 9032, 11256, 6903, 10370, 8090, 9218, 9330, 6448, 9675, 7875, 10850, 8123, 10055, 10490, 7088, 8896, 6921, 9369, 7437, 7322, 8252, 6930, 9727, 7266, 10730, 8730, 7064, 8043, 7024, 10423, 8314, 10905, 8284, 9839, 12641, 7380, 8827, 7600, 6861, 8099, 6798, 10688, 8849, 8413, 7916, 6921, 8700, 7355, 6975, 8323, 6781, 11019, 8938, 7091, 8299, 7170, 10846, 8014, 8460, 12744, 10148, 10771, 13486, 10153, 7071, 7340, 8043, 7237, 9622, 10656, 7633, 13358, 10015, 8261, 12602, 9685, 10586, 13861, 10725, 7948, 11269, 8369, 8067, 10811, 9513, 8247, 7722, 10212, 8776, 7807, 7650, 13491, 9490, 8099, 6986, 11389, 8293, 7411, 9802, 11487, 9510, 7759, 7852, 9208, 7957, 7363, 11826, 9347, 7979, 13570, 10770, 9165, 8068, 11118, 9026, 8396, 12576, 9376, 7810, 12683, 10050, 8775, 7791, 10968, 8736, 8514, 12310, 9374, 12634, 9539], 'WindowCenter': [3817.0, 3810.0, 3787.0, 3744.0, 3773.0, 3741.0, 3771.0, 3750.0, 3792.0, 3760.0, 3780.0, 3740.0, 3738.0, 3740.0, 3738.0, 3750.0, 3759.0, 3760.0, 3769.0, 3760.0, 3748.0, 3771.0, 3749.0, 3782.0, 3728.0, 3747.0, 3727.0, 3747.0, 3739.0, 3758.0, 3740.0, 3748.0, 3728.0, 3758.0, 3739.0, 3738.0, 3737.0, 3716.0, 3738.0, 3717.0, 3759.0, 3739.0, 3783.0, 3751.0, 3781.0, 3739.0, 3717.0, 3738.0, 3727.0, 3759.0, 3739.0, 3770.0, 3750.0, 3761.0, 3762.0, 3742.0, 3761.0, 3739.0, 3769.0, 3752.0, 3739.0, 3750.0, 3729.0, 3783.0, 3762.0, 3770.0, 3738.0, 3718.0, 3771.0, 3752.0, 3781.0, 3760.0, 3750.0, 3782.0, 3761.0, 3760.0, 3749.0, 3716.0, 3771.0, 3750.0, 3780.0, 3761.0, 3759.0, 3771.0, 3739.0, 3769.0, 3749.0, 3738.0, 3759.0, 3727.0, 3781.0, 3739.0, 3780.0, 3759.0, 3738.0, 3748.0, 3737.0, 3757.0, 3738.0, 3769.0, 3749.0, 3749.0, 3770.0, 3739.0, 3780.0, 3749.0, 3726.0, 3748.0, 3718.0, 3780.0, 3760.0, 3781.0, 3761.0, 3759.0, 3759.0, 3737.0, 3769.0, 3749.0, 3780.0, 3759.0, 3759.0, 3771.0, 3749.0, 3780.0, 3739.0, 3727.0, 3759.0, 3738.0, 3770.0, 3762.0, 3784.0, 3786.0, 3751.0, 3782.0, 3751.0, 3739.0, 3782.0, 3752.0, 3792.0, 3772.0, 3792.0, 3783.0, 3751.0, 3781.0, 3750.0, 3728.0, 3770.0, 3740.0, 3781.0, 3773.0, 3793.0, 3772.0, 3739.0, 3758.0, 3738.0, 3780.0, 3760.0, 3779.0, 3748.0, 3780.0, 3759.0, 3737.0, 3748.0, 3736.0, 3758.0, 3750.0, 3759.0, 3761.0, 3740.0, 3783.0, 3762.0, 3782.0, 3750.0, 3740.0, 3772.0, 3739.0, 3781.0, 3761.0, 3782.0, 3761.0, 3738.0, 3758.0, 3749.0, 3779.0, 3749.0, 3769.0, 3761.0, 3781.0, 3770.0, 3748.0, 3768.0, 3748.0, 3736.0, 3758.0, 3738.0, 3770.0, 3760.0, 3750.0, 3771.0, 3749.0, 3769.0, 3747.0, 3739.0, 3770.0, 3751.0, 3781.0, 3761.0, 3750.0, 3772.0, 3750.0, 3770.0, 3750.0, 3759.0, 3759.0, 3739.0, 3781.0, 3761.0, 3792.0, 3759.0, 3738.0, 3758.0, 3740.0, 3770.0, 3761.0, 3749.0, 3782.0, 3751.0, 3783.0, 3761.0, 3738.0, 3769.0, 3739.0, 3792.0, 3750.0, 3782.0, 3760.0, 3792.0, 3769.0, 3726.0, 3757.0, 3736.0, 3757.0, 3748.0, 3737.0, 3768.0, 3747.0, 3779.0, 3759.0, 3739.0, 3758.0, 3750.0, 3770.0, 3762.0, 3749.0, 3772.0, 3751.0, 3784.0, 3761.0, 3772.0, 3772.0, 3748.0, 3782.0, 3749.0, 3781.0, 3750.0, 3771.0, 3760.0, 3736.0, 3759.0, 3750.0, 3781.0, 3758.0, 3737.0, 3757.0, 3737.0, 3726.0, 3747.0, 3737.0, 3778.0, 3759.0, 3780.0, 3759.0, 3738.0, 3757.0, 3748.0, 3725.0, 3756.0, 3747.0, 3769.0, 3757.0, 3758.0, 3759.0, 3759.0, 3746.0, 3747.0, 3724.0, 3758.0, 3738.0, 3769.0, 3761.0, 3758.0, 3760.0, 3760.0, 3759.0, 3760.0, 3747.0, 3758.0, 3747.0, 3760.0, 3757.0, 3770.0, 3737.0, 3780.0, 3747.0, 3726.0, 3746.0, 3725.0, 3757.0, 3746.0, 3757.0, 3747.0, 3736.0, 3758.0, 3737.0, 3747.0, 3759.0, 3737.0, 3758.0, 3738.0, 3771.0, 3760.0, 3738.0, 3770.0, 3749.0, 3739.0, 3761.0, 3760.0, 3739.0, 3772.0, 3738.0, 3781.0, 3751.0, 3780.0, 3748.0, 3737.0, 3758.0, 3726.0, 3767.0, 3726.0, 3770.0, 3749.0, 3779.0, 3758.0, 3724.0, 3745.0, 3726.0, 3758.0, 3747.0, 3768.0, 3758.0, 3768.0, 3749.0, 3725.0, 3758.0, 3748.0, 3767.0, 3737.0, 3757.0, 3748.0, 3747.0, 3748.0, 3727.0, 3759.0, 3738.0, 3759.0, 3739.0, 3759.0, 3739.0, 3759.0, 3748.0, 3779.0, 3748.0, 3725.0, 3747.0, 3724.0, 3757.0, 3725.0, 3757.0, 3735.0, 3778.0, 3747.0, 3768.0, 3747.0, 3724.0, 3745.0, 3723.0, 3747.0, 3725.0, 3757.0, 3746.0, 3757.0, 3747.0, 3724.0, 3746.0, 3737.0, 3757.0, 3747.0, 3725.0, 3759.0, 3747.0, 3770.0, 3749.0, 3738.0, 3746.0, 3749.0, 3747.0, 3759.0, 3727.0, 3769.0, 3749.0, 3780.0, 3750.0, 3738.0, 3759.0, 3748.0, 3769.0, 3738.0, 3769.0, 3759.0, 3770.0, 3749.0, 3737.0, 3769.0, 3735.0, 3745.0, 3746.0, 3724.0, 3745.0, 3724.0, 3768.0, 3747.0, 3757.0, 3747.0, 3736.0, 3747.0, 3747.0, 3736.0, 3747.0, 3737.0, 3769.0, 3749.0, 3769.0, 3748.0, 3737.0, 3759.0, 3747.0, 3735.0, 3758.0, 3747.0, 3769.0, 3759.0, 3758.0, 3747.0, 3739.0, 3769.0, 3748.0, 3737.0, 3747.0, 3748.0, 3737.0, 3768.0, 3750.0, 3749.0, 3771.0, 3751.0, 3793.0, 3761.0, 3750.0, 3759.0, 3760.0, 3738.0, 3781.0, 3761.0, 3780.0, 3761.0, 3750.0, 3782.0, 3760.0, 3739.0, 3770.0, 3749.0, 3749.0, 3771.0, 3762.0, 3741.0, 3782.0, 3762.0, 3782.0, 3760.0, 3739.0, 3760.0, 3750.0, 3771.0, 3762.0, 3760.0, 3763.0, 3751.0, 3784.0, 3751.0, 3772.0, 3740.0, 3760.0, 3760.0, 3759.0, 3762.0, 3750.0, 3783.0, 3749.0, 3772.0, 3749.0, 3760.0, 3749.0, 3769.0, 3749.0, 3781.0, 3761.0, 3780.0, 3750.0, 3739.0, 3760.0, 3751.0, 3761.0, 3761.0, 3772.0, 3763.0, 3751.0, 3772.0, 3751.0, 3772.0, 3751.0, 3781.0, 3763.0, 3782.0, 3762.0, 3753.0, 3774.0, 3761.0, 3781.0, 3760.0, 3738.0, 3760.0, 3739.0, 3771.0, 3761.0, 3782.0, 3762.0, 3739.0, 3773.0, 3740.0, 3772.0, 3762.0, 3782.0, 3762.0, 3795.0, 3773.0, 3750.0, 3762.0, 3751.0, 3770.0, 3749.0, 3770.0, 3760.0, 3769.0, 3750.0, 3728.0, 3759.0, 3749.0, 3758.0, 3748.0, 3716.0, 3759.0, 3749.0, 3770.0, 3760.0, 3749.0, 3771.0, 3749.0, 3771.0, 3759.0, 3728.0, 3759.0, 3750.0, 3759.0, 3759.0, 3750.0, 3793.0, 3761.0, 3740.0, 3749.0, 3761.0, 3741.0, 3762.0, 3765.0, 3774.0, 3774.0, 3765.0, 3773.0, 3763.0, 3772.0, 3772.0, 3751.0, 3794.0, 3762.0, 3782.0, 3750.0, 3717.0, 3749.0, 3748.0, 3771.0, 3750.0, 3791.0, 3761.0, 3740.0, 3748.0, 3750.0, 3728.0, 3750.0, 3728.0, 3781.0, 3751.0, 3728.0, 3750.0, 3740.0, 3782.0, 3751.0, 3782.0, 3760.0, 3772.0, 3749.0, 3736.0, 3757.0, 3750.0, 3768.0, 3749.0, 3739.0, 3769.0, 3737.0, 3726.0, 3746.0, 3749.0, 3759.0, 3761.0, 3739.0, 3771.0, 3762.0, 3742.0, 3762.0, 3764.0, 3785.0, 3784.0, 3752.0, 3728.0, 3749.0, 3763.0, 3752.0, 3752.0, 3772.0, 3763.0, 3742.0, 3795.0, 3763.0, 3752.0, 3795.0, 3754.0, 3729.0, 3783.0, 3741.0, 3784.0, 3740.0, 3782.0, 3748.0, 3716.0, 3737.0, 3740.0, 3759.0, 3750.0, 3707.0, 3749.0, 3740.0, 3760.0, 3750.0, 3759.0, 3739.0, 3727.0, 3760.0, 3716.0, 3759.0, 3724.0, 3747.0, 3726.0, 3738.0, 3738.0, 3729.0, 3751.0, 3729.0, 3750.0, 3740.0, 3739.0, 3751.0, 3762.0, 3753.0, 3773.0, 3751.0, 3741.0, 3751.0, 3742.0, 3750.0, 3740.0, 3771.0, 3740.0, 3739.0, 3773.0, 3739.0, 3762.0, 3740.0, 3728.0, 3740.0, 3719.0, 3761.0, 3740.0, 3782.0, 3752.0, 3730.0, 3752.0, 3742.0, 3762.0, 3752.0, 3731.0, 3784.0, 3763.0, 3762.0, 3742.0, 3742.0, 3732.0, 3752.0, 3744.0, 3775.0, 3753.0, 3765.0, 3786.0, 3755.0, 3796.0, 3764.0, 3731.0, 3761.0, 3740.0, 3782.0, 3751.0, 3729.0, 3751.0, 3729.0, 3772.0, 3740.0, 3729.0, 3751.0, 3754.0, 3762.0, 3742.0, 3762.0, 3764.0, 3741.0, 3795.0, 3764.0, 3730.0, 3740.0, 3729.0, 3761.0, 3740.0, 3771.0, 3740.0, 3730.0, 3784.0, 3751.0, 3730.0, 3740.0, 3740.0, 3760.0, 3751.0, 3770.0, 3750.0, 3730.0, 3782.0, 3751.0, 3740.0, 3740.0, 3739.0, 3741.0, 3752.0, 3730.0, 3763.0, 3754.0, 3745.0, 3788.0, 3767.0, 3774.0, 3754.0, 3773.0, 3762.0, 3752.0, 3784.0, 3741.0, 3763.0, 3742.0, 3729.0, 3752.0, 3730.0, 3761.0, 3730.0, 3782.0, 3741.0, 3761.0, 3742.0, 3750.0, 3750.0, 3783.0, 3763.0, 3795.0, 3751.0, 3729.0, 3739.0, 3728.0, 3760.0, 3751.0, 3771.0, 3740.0, 3749.0, 3761.0, 3730.0, 3772.0, 3740.0, 3728.0, 3750.0, 3752.0, 3773.0, 3753.0, 3753.0, 3777.0, 3754.0, 3796.0, 3776.0, 3783.0, 3751.0, 3772.0, 3750.0, 3759.0, 3771.0, 3760.0, 3781.0, 3728.0, 3760.0, 3738.0, 3757.0, 3737.0, 3747.0, 3737.0, 3747.0, 3738.0, 3769.0, 3737.0, 3717.0, 3748.0, 3728.0, 3717.0, 3748.0, 3750.0, 3781.0, 3751.0, 3740.0, 3761.0, 3741.0, 3782.0, 3762.0, 3761.0, 3771.0, 3739.0, 3758.0, 3741.0, 3740.0, 3760.0, 3740.0, 3741.0, 3784.0, 3762.0, 3751.0, 3784.0, 3753.0, 3740.0, 3751.0, 3743.0, 3783.0, 3764.0, 3763.0, 3773.0, 3752.0, 3752.0, 3762.0, 3752.0, 3762.0, 3763.0, 3741.0, 3794.0, 3763.0, 3794.0, 3775.0, 3784.0, 3762.0, 3729.0, 3781.0, 3739.0, 3726.0, 3737.0, 3727.0, 3759.0, 3749.0, 3781.0, 3749.0, 3729.0, 3760.0, 3739.0, 3729.0, 3749.0, 3739.0, 3761.0, 3752.0, 3730.0, 3783.0, 3763.0, 3742.0, 3772.0, 3750.0, 3740.0, 3773.0, 3753.0, 3796.0, 3765.0, 3753.0, 3775.0, 3753.0, 3762.0, 3773.0, 3752.0, 3784.0, 3751.0, 3794.0, 3773.0, 3792.0, 3749.0, 3727.0, 3749.0, 3716.0, 3761.0, 3750.0, 3771.0, 3751.0, 3729.0, 3751.0, 3751.0, 3761.0, 3764.0, 3782.0, 3762.0, 3741.0, 3783.0, 3740.0, 3759.0, 3740.0, 3748.0, 3749.0, 3728.0, 3782.0, 3749.0, 3759.0, 3738.0, 3738.0, 3761.0, 3739.0, 3760.0, 3751.0, 3750.0, 3751.0, 3730.0, 3786.0, 3776.0, 3775.0, 3742.0, 3741.0, 3761.0, 3751.0, 3783.0, 3763.0, 3751.0, 3741.0, 3741.0, 3752.0, 3740.0, 3772.0, 3730.0, 3771.0, 3762.0, 3793.0, 3771.0, 3729.0, 3739.0, 3729.0, 3759.0, 3740.0, 3770.0, 3741.0, 3740.0, 3761.0, 3731.0, 3770.0, 3740.0, 3729.0, 3751.0, 3730.0, 3773.0, 3752.0, 3763.0, 3772.0, 3744.0, 3772.0, 3752.0, 3762.0, 3762.0, 3708.0, 3761.0, 3754.0, 3783.0, 3752.0, 3760.0, 3773.0, 3731.0, 3761.0, 3729.0, 3749.0, 3730.0, 3728.0, 3739.0, 3719.0, 3760.0, 3730.0, 3773.0, 3751.0, 3730.0, 3741.0, 3730.0, 3760.0, 3739.0, 3772.0, 3752.0, 3760.0, 3783.0, 3729.0, 3750.0, 3729.0, 3717.0, 3740.0, 3719.0, 3772.0, 3750.0, 3740.0, 3741.0, 3729.0, 3752.0, 3742.0, 3730.0, 3752.0, 3732.0, 3784.0, 3763.0, 3731.0, 3765.0, 3732.0, 3783.0, 3752.0, 3751.0, 3795.0, 3775.0, 3798.0, 3809.0, 3774.0, 3743.0, 3740.0, 3753.0, 3742.0, 3761.0, 3774.0, 3753.0, 3806.0, 3775.0, 3754.0, 3793.0, 3763.0, 3772.0, 3782.0, 3759.0, 3726.0, 3757.0, 3740.0, 3738.0, 3768.0, 3760.0, 3740.0, 3740.0, 3760.0, 3739.0, 3740.0, 3741.0, 3791.0, 3760.0, 3739.0, 3729.0, 3782.0, 3751.0, 3742.0, 3774.0, 3785.0, 3774.0, 3754.0, 3752.0, 3762.0, 3741.0, 3742.0, 3784.0, 3764.0, 3753.0, 3796.0, 3784.0, 3776.0, 3752.0, 3783.0, 3763.0, 3751.0, 3795.0, 3765.0, 3742.0, 3795.0, 3775.0, 3777.0, 3754.0, 3785.0, 3764.0, 3764.0, 3795.0, 3775.0, 3797.0, 3774.0], 'WindowWidth': [8564.0, 8540.0, 8502.0, 8439.0, 8476.0, 8428.0, 8468.0, 8440.0, 8497.0, 8452.0, 8477.0, 8424.0, 8420.0, 8424.0, 8419.0, 8438.0, 8448.0, 8450.0, 8462.0, 8452.0, 8433.0, 8468.0, 8434.0, 8486.0, 8406.0, 8429.0, 8402.0, 8429.0, 8420.0, 8445.0, 8426.0, 8432.0, 8406.0, 8446.0, 8423.0, 8419.0, 8418.0, 8387.0, 8419.0, 8390.0, 8447.0, 8425.0, 8486.0, 8441.0, 8481.0, 8422.0, 8390.0, 8419.0, 8406.0, 8449.0, 8423.0, 8465.0, 8439.0, 8454.0, 8459.0, 8432.0, 8454.0, 8424.0, 8463.0, 8445.0, 8423.0, 8438.0, 8410.0, 8486.0, 8457.0, 8465.0, 8421.0, 8394.0, 8469.0, 8445.0, 8481.0, 8454.0, 8440.0, 8485.0, 8455.0, 8451.0, 8435.0, 8388.0, 8467.0, 8439.0, 8478.0, 8455.0, 8449.0, 8468.0, 8423.0, 8462.0, 8437.0, 8420.0, 8451.0, 8404.0, 8480.0, 8423.0, 8480.0, 8450.0, 8419.0, 8432.0, 8416.0, 8444.0, 8420.0, 8462.0, 8435.0, 8437.0, 8467.0, 8423.0, 8479.0, 8435.0, 8403.0, 8434.0, 8394.0, 8479.0, 8452.0, 8482.0, 8455.0, 8450.0, 8451.0, 8418.0, 8462.0, 8436.0, 8479.0, 8450.0, 8449.0, 8468.0, 8435.0, 8480.0, 8422.0, 8404.0, 8449.0, 8423.0, 8466.0, 8460.0, 8495.0, 8497.0, 8445.0, 8485.0, 8443.0, 8425.0, 8488.0, 8448.0, 8501.0, 8472.0, 8500.0, 8487.0, 8442.0, 8482.0, 8439.0, 8408.0, 8467.0, 8426.0, 8484.0, 8473.0, 8504.0, 8472.0, 8424.0, 8447.0, 8421.0, 8478.0, 8452.0, 8478.0, 8434.0, 8480.0, 8449.0, 8416.0, 8431.0, 8416.0, 8446.0, 8442.0, 8449.0, 8457.0, 8428.0, 8488.0, 8459.0, 8485.0, 8441.0, 8425.0, 8472.0, 8424.0, 8482.0, 8455.0, 8486.0, 8457.0, 8420.0, 8447.0, 8435.0, 8475.0, 8437.0, 8463.0, 8454.0, 8481.0, 8466.0, 8431.0, 8458.0, 8431.0, 8412.0, 8446.0, 8419.0, 8464.0, 8452.0, 8436.0, 8467.0, 8434.0, 8462.0, 8431.0, 8422.0, 8466.0, 8442.0, 8483.0, 8455.0, 8440.0, 8471.0, 8439.0, 8466.0, 8440.0, 8448.0, 8450.0, 8421.0, 8483.0, 8455.0, 8497.0, 8449.0, 8420.0, 8445.0, 8425.0, 8464.0, 8457.0, 8440.0, 8486.0, 8442.0, 8487.0, 8454.0, 8422.0, 8464.0, 8423.0, 8499.0, 8438.0, 8486.0, 8452.0, 8498.0, 8462.0, 8399.0, 8442.0, 8414.0, 8443.0, 8431.0, 8415.0, 8459.0, 8430.0, 8477.0, 8448.0, 8423.0, 8446.0, 8438.0, 8466.0, 8460.0, 8439.0, 8472.0, 8441.0, 8492.0, 8458.0, 8471.0, 8471.0, 8432.0, 8486.0, 8435.0, 8480.0, 8437.0, 8468.0, 8451.0, 8413.0, 8447.0, 8437.0, 8482.0, 8445.0, 8414.0, 8441.0, 8414.0, 8398.0, 8428.0, 8416.0, 8471.0, 8447.0, 8477.0, 8448.0, 8419.0, 8442.0, 8430.0, 8395.0, 8440.0, 8428.0, 8460.0, 8442.0, 8443.0, 8450.0, 8448.0, 8425.0, 8427.0, 8394.0, 8446.0, 8418.0, 8463.0, 8454.0, 8448.0, 8451.0, 8452.0, 8448.0, 8451.0, 8429.0, 8445.0, 8428.0, 8450.0, 8440.0, 8465.0, 8413.0, 8477.0, 8429.0, 8398.0, 8425.0, 8394.0, 8439.0, 8423.0, 8442.0, 8429.0, 8413.0, 8443.0, 8416.0, 8429.0, 8445.0, 8414.0, 8445.0, 8417.0, 8465.0, 8450.0, 8418.0, 8464.0, 8435.0, 8423.0, 8455.0, 8451.0, 8423.0, 8472.0, 8420.0, 8481.0, 8440.0, 8477.0, 8432.0, 8414.0, 8445.0, 8400.0, 8455.0, 8399.0, 8462.0, 8432.0, 8475.0, 8444.0, 8394.0, 8424.0, 8397.0, 8444.0, 8427.0, 8459.0, 8445.0, 8457.0, 8432.0, 8396.0, 8442.0, 8431.0, 8455.0, 8414.0, 8441.0, 8430.0, 8426.0, 8428.0, 8400.0, 8448.0, 8420.0, 8447.0, 8420.0, 8446.0, 8419.0, 8447.0, 8431.0, 8474.0, 8431.0, 8397.0, 8425.0, 8393.0, 8439.0, 8394.0, 8440.0, 8409.0, 8471.0, 8426.0, 8458.0, 8426.0, 8391.0, 8421.0, 8388.0, 8425.0, 8393.0, 8439.0, 8423.0, 8442.0, 8428.0, 8393.0, 8424.0, 8415.0, 8441.0, 8428.0, 8396.0, 8448.0, 8428.0, 8463.0, 8434.0, 8417.0, 8427.0, 8434.0, 8428.0, 8447.0, 8402.0, 8462.0, 8433.0, 8476.0, 8435.0, 8419.0, 8447.0, 8429.0, 8459.0, 8419.0, 8458.0, 8448.0, 8463.0, 8433.0, 8412.0, 8458.0, 8409.0, 8421.0, 8424.0, 8390.0, 8422.0, 8392.0, 8457.0, 8429.0, 8442.0, 8426.0, 8410.0, 8426.0, 8426.0, 8411.0, 8428.0, 8414.0, 8460.0, 8432.0, 8460.0, 8430.0, 8414.0, 8447.0, 8429.0, 8409.0, 8443.0, 8427.0, 8458.0, 8445.0, 8443.0, 8428.0, 8418.0, 8460.0, 8429.0, 8414.0, 8428.0, 8429.0, 8415.0, 8458.0, 8436.0, 8435.0, 8467.0, 8441.0, 8502.0, 8454.0, 8438.0, 8446.0, 8450.0, 8418.0, 8480.0, 8451.0, 8478.0, 8451.0, 8435.0, 8481.0, 8449.0, 8422.0, 8462.0, 8434.0, 8436.0, 8465.0, 8455.0, 8426.0, 8482.0, 8456.0, 8483.0, 8450.0, 8421.0, 8449.0, 8437.0, 8465.0, 8456.0, 8449.0, 8460.0, 8440.0, 8489.0, 8442.0, 8470.0, 8424.0, 8449.0, 8451.0, 8448.0, 8455.0, 8436.0, 8484.0, 8434.0, 8470.0, 8435.0, 8449.0, 8434.0, 8459.0, 8435.0, 8480.0, 8451.0, 8476.0, 8435.0, 8420.0, 8449.0, 8439.0, 8452.0, 8455.0, 8469.0, 8458.0, 8439.0, 8470.0, 8440.0, 8467.0, 8439.0, 8479.0, 8461.0, 8483.0, 8455.0, 8445.0, 8474.0, 8452.0, 8480.0, 8450.0, 8419.0, 8449.0, 8420.0, 8466.0, 8453.0, 8483.0, 8455.0, 8423.0, 8471.0, 8427.0, 8470.0, 8458.0, 8483.0, 8457.0, 8506.0, 8472.0, 8438.0, 8456.0, 8438.0, 8464.0, 8435.0, 8463.0, 8449.0, 8458.0, 8436.0, 8405.0, 8446.0, 8430.0, 8445.0, 8430.0, 8386.0, 8446.0, 8435.0, 8461.0, 8451.0, 8432.0, 8464.0, 8433.0, 8465.0, 8447.0, 8405.0, 8446.0, 8435.0, 8446.0, 8447.0, 8435.0, 8499.0, 8452.0, 8423.0, 8435.0, 8452.0, 8427.0, 8458.0, 8465.0, 8476.0, 8477.0, 8464.0, 8473.0, 8458.0, 8468.0, 8469.0, 8439.0, 8503.0, 8453.0, 8483.0, 8435.0, 8387.0, 8431.0, 8430.0, 8464.0, 8436.0, 8493.0, 8452.0, 8421.0, 8430.0, 8434.0, 8404.0, 8435.0, 8403.0, 8480.0, 8441.0, 8403.0, 8435.0, 8422.0, 8481.0, 8440.0, 8482.0, 8450.0, 8468.0, 8432.0, 8410.0, 8440.0, 8435.0, 8454.0, 8433.0, 8418.0, 8459.0, 8412.0, 8396.0, 8422.0, 8430.0, 8448.0, 8452.0, 8419.0, 8465.0, 8455.0, 8431.0, 8457.0, 8464.0, 8493.0, 8488.0, 8441.0, 8403.0, 8433.0, 8456.0, 8443.0, 8440.0, 8469.0, 8459.0, 8430.0, 8503.0, 8459.0, 8440.0, 8504.0, 8447.0, 8406.0, 8484.0, 8425.0, 8488.0, 8418.0, 8478.0, 8426.0, 8383.0, 8411.0, 8419.0, 8445.0, 8433.0, 8373.0, 8432.0, 8420.0, 8448.0, 8434.0, 8444.0, 8419.0, 8397.0, 8446.0, 8383.0, 8443.0, 8390.0, 8423.0, 8396.0, 8412.0, 8415.0, 8405.0, 8436.0, 8404.0, 8435.0, 8423.0, 8419.0, 8438.0, 8452.0, 8442.0, 8466.0, 8436.0, 8424.0, 8437.0, 8425.0, 8433.0, 8423.0, 8461.0, 8421.0, 8418.0, 8468.0, 8419.0, 8453.0, 8422.0, 8402.0, 8422.0, 8391.0, 8450.0, 8419.0, 8480.0, 8439.0, 8408.0, 8441.0, 8427.0, 8455.0, 8442.0, 8414.0, 8485.0, 8457.0, 8454.0, 8425.0, 8428.0, 8414.0, 8442.0, 8433.0, 8475.0, 8446.0, 8463.0, 8493.0, 8448.0, 8507.0, 8460.0, 8410.0, 8450.0, 8422.0, 8481.0, 8438.0, 8405.0, 8439.0, 8406.0, 8466.0, 8423.0, 8406.0, 8439.0, 8447.0, 8454.0, 8428.0, 8454.0, 8461.0, 8425.0, 8502.0, 8457.0, 8407.0, 8420.0, 8406.0, 8448.0, 8421.0, 8463.0, 8421.0, 8406.0, 8485.0, 8438.0, 8408.0, 8422.0, 8420.0, 8447.0, 8436.0, 8460.0, 8434.0, 8408.0, 8480.0, 8438.0, 8422.0, 8420.0, 8420.0, 8424.0, 8441.0, 8411.0, 8459.0, 8448.0, 8437.0, 8501.0, 8472.0, 8475.0, 8448.0, 8468.0, 8454.0, 8438.0, 8488.0, 8425.0, 8457.0, 8426.0, 8406.0, 8439.0, 8408.0, 8452.0, 8409.0, 8482.0, 8423.0, 8449.0, 8426.0, 8434.0, 8436.0, 8483.0, 8458.0, 8506.0, 8439.0, 8405.0, 8418.0, 8403.0, 8447.0, 8438.0, 8462.0, 8420.0, 8430.0, 8449.0, 8408.0, 8467.0, 8422.0, 8402.0, 8436.0, 8442.0, 8469.0, 8446.0, 8445.0, 8482.0, 8446.0, 8507.0, 8479.0, 8486.0, 8437.0, 8465.0, 8434.0, 8444.0, 8464.0, 8447.0, 8478.0, 8401.0, 8446.0, 8414.0, 8436.0, 8411.0, 8423.0, 8409.0, 8423.0, 8415.0, 8457.0, 8412.0, 8384.0, 8428.0, 8401.0, 8385.0, 8429.0, 8435.0, 8476.0, 8437.0, 8420.0, 8449.0, 8426.0, 8480.0, 8454.0, 8449.0, 8464.0, 8417.0, 8443.0, 8425.0, 8421.0, 8448.0, 8421.0, 8427.0, 8488.0, 8454.0, 8438.0, 8487.0, 8444.0, 8423.0, 8438.0, 8433.0, 8486.0, 8461.0, 8458.0, 8472.0, 8443.0, 8443.0, 8457.0, 8443.0, 8454.0, 8458.0, 8425.0, 8501.0, 8456.0, 8503.0, 8477.0, 8486.0, 8454.0, 8404.0, 8476.0, 8416.0, 8396.0, 8411.0, 8398.0, 8444.0, 8430.0, 8478.0, 8433.0, 8404.0, 8447.0, 8418.0, 8406.0, 8430.0, 8419.0, 8450.0, 8441.0, 8410.0, 8484.0, 8457.0, 8429.0, 8468.0, 8437.0, 8423.0, 8472.0, 8444.0, 8508.0, 8465.0, 8445.0, 8476.0, 8447.0, 8454.0, 8472.0, 8443.0, 8489.0, 8436.0, 8502.0, 8470.0, 8496.0, 8432.0, 8398.0, 8430.0, 8385.0, 8450.0, 8435.0, 8463.0, 8437.0, 8406.0, 8439.0, 8440.0, 8450.0, 8460.0, 8481.0, 8454.0, 8424.0, 8483.0, 8423.0, 8444.0, 8420.0, 8428.0, 8431.0, 8400.0, 8480.0, 8432.0, 8444.0, 8417.0, 8416.0, 8449.0, 8420.0, 8449.0, 8439.0, 8435.0, 8438.0, 8408.0, 8493.0, 8482.0, 8478.0, 8430.0, 8423.0, 8451.0, 8437.0, 8484.0, 8456.0, 8436.0, 8425.0, 8424.0, 8441.0, 8422.0, 8466.0, 8407.0, 8465.0, 8453.0, 8497.0, 8465.0, 8403.0, 8419.0, 8406.0, 8446.0, 8421.0, 8460.0, 8424.0, 8421.0, 8453.0, 8411.0, 8462.0, 8422.0, 8407.0, 8436.0, 8410.0, 8470.0, 8443.0, 8456.0, 8470.0, 8436.0, 8466.0, 8442.0, 8452.0, 8454.0, 8377.0, 8451.0, 8449.0, 8483.0, 8442.0, 8447.0, 8470.0, 8411.0, 8453.0, 8406.0, 8430.0, 8406.0, 8401.0, 8418.0, 8390.0, 8448.0, 8407.0, 8468.0, 8438.0, 8409.0, 8425.0, 8408.0, 8447.0, 8418.0, 8466.0, 8440.0, 8447.0, 8482.0, 8404.0, 8432.0, 8405.0, 8387.0, 8421.0, 8391.0, 8466.0, 8435.0, 8421.0, 8422.0, 8405.0, 8439.0, 8428.0, 8410.0, 8441.0, 8413.0, 8487.0, 8457.0, 8412.0, 8464.0, 8416.0, 8482.0, 8442.0, 8438.0, 8506.0, 8478.0, 8514.0, 8532.0, 8473.0, 8432.0, 8424.0, 8446.0, 8430.0, 8451.0, 8475.0, 8445.0, 8523.0, 8479.0, 8445.0, 8500.0, 8455.0, 8467.0, 8482.0, 8444.0, 8395.0, 8437.0, 8419.0, 8415.0, 8454.0, 8446.0, 8421.0, 8422.0, 8447.0, 8416.0, 8423.0, 8426.0, 8492.0, 8445.0, 8417.0, 8405.0, 8480.0, 8439.0, 8429.0, 8473.0, 8489.0, 8471.0, 8447.0, 8440.0, 8452.0, 8426.0, 8428.0, 8486.0, 8459.0, 8442.0, 8506.0, 8487.0, 8479.0, 8441.0, 8483.0, 8455.0, 8438.0, 8503.0, 8462.0, 8429.0, 8502.0, 8477.0, 8483.0, 8450.0, 8491.0, 8460.0, 8459.0, 8503.0, 8479.0, 8509.0, 8474.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.004325814558058926</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06963421403812826</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.097470987389414</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1254723932263662</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.929828402150909</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6810.9688</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09074322478215378</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.2062391681109186</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6880339557612114</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4644167594255437</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0474777455242865</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5522073623338035</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00303169</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01330506056547165</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022315964102745056</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1154</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.827548831781972</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>23.1634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1745</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.5672</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310133.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>634.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.151</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9701</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.3686</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3007.6637</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3208.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66411.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>970.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3944.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.128</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.854908027220517</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> |