=== 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-0100 --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-0100",
"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-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0100_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_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-0100/ses-03/func/sub-0100_ses-03_task-alignvideo_acq-mb8_run-01_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>ff892c55fe611293cf597017376ef9fc</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>10:08:41.137500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996395, 0.0474863, 0.0702958, -0.0381035, 0.990877, -0.129268]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.116481</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-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4224, -7756, -7226, 57, -157, -98, 76, 53]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>305.621</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>2ca885d0-a020-4af1-95eb-ad3504e9d649||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673255681991577, -0.10222883522510529, 0.20464107394218445, 110.77879333496094], [-0.12740226089954376, 2.658451557159424, -0.3405326008796692, -80.36979675292969], [0.18859855830669403, 0.34681570529937744, 2.6706104278564453, -104.8731918334961], [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, 1157]</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], 'AcquisitionTime': ['100841.137500', '100841.597500', '100842.057500', '100842.517500', '100842.977500', '100843.437500', '100843.897500', '100844.357500', '100844.817500', '100845.277500', '100845.737500', '100846.197500', '100846.657500', '100847.117500', '100847.577500', '100848.037500', '100848.497500', '100848.957500', '100849.417500', '100849.877500', '100850.337500', '100850.797500', '100851.257500', '100851.717500', '100852.177500', '100852.637500', '100853.097500', '100853.557500', '100854.017500', '100854.477500', '100854.937500', '100855.397500', '100855.857500', '100856.317500', '100856.777500', '100857.237500', '100857.697500', '100858.157500', '100858.617500', '100859.077500', '100859.537500', '100859.997500', '100900.457500', '100900.917500', '100901.377500', '100901.837500', '100902.297500', '100902.757500', '100903.217500', '100903.677500', '100904.137500', '100904.597500', '100905.057500', '100905.517500', '100905.977500', '100906.437500', '100906.897500', '100907.357500', '100907.817500', '100908.277500', '100908.737500', '100909.197500', '100909.657500', '100910.117500', '100910.577500', '100911.037500', '100911.497500', '100911.957500', '100912.417500', '100912.877500', '100913.337500', '100913.797500', '100914.257500', '100914.717500', '100915.177500', '100915.637500', '100916.097500', '100916.557500', '100917.017500', '100917.477500', '100917.937500', '100918.397500', '100918.857500', '100919.317500', '100919.777500', '100920.237500', '100920.697500', '100921.157500', '100921.617500', '100922.077500', '100922.537500', '100922.997500', '100923.457500', '100923.917500', '100924.377500', '100924.837500', '100925.297500', '100925.757500', '100926.217500', '100926.677500', '100927.137500', '100927.597500', '100928.057500', '100928.517500', '100928.977500', '100929.437500', '100929.897500', '100930.357500', '100930.817500', '100931.277500', '100931.737500', '100932.197500', '100932.657500', '100933.117500', '100933.577500', '100934.037500', '100934.497500', '100934.957500', '100935.417500', '100935.877500', '100936.337500', '100936.797500', '100937.257500', '100937.717500', '100938.177500', '100938.637500', '100939.097500', '100939.557500', '100940.017500', '100940.477500', '100940.937500', '100941.397500', '100941.857500', '100942.317500', '100942.777500', '100943.237500', '100943.697500', '100944.157500', '100944.617500', '100945.077500', '100945.537500', '100945.997500', '100946.457500', '100946.917500', '100947.377500', '100947.837500', '100948.297500', '100948.757500', '100949.217500', '100949.677500', '100950.137500', '100950.597500', '100951.057500', '100951.517500', '100951.977500', '100952.437500', '100952.897500', '100953.357500', '100953.817500', '100954.277500', '100954.737500', '100955.197500', '100955.657500', '100956.117500', '100956.577500', '100957.037500', '100957.497500', '100957.957500', '100958.417500', '100958.877500', '100959.337500', '100959.797500', '101000.257500', '101000.717500', '101001.177500', '101001.637500', '101002.097500', '101002.557500', '101003.017500', '101003.477500', '101003.937500', '101004.397500', '101004.857500', '101005.317500', '101005.777500', '101006.237500', '101006.697500', '101007.157500', '101007.617500', '101008.077500', '101008.537500', '101008.997500', '101009.457500', '101009.917500', '101010.377500', '101010.837500', '101011.297500', '101011.757500', '101012.217500', '101012.677500', '101013.137500', '101013.597500', '101014.057500', '101014.517500', '101014.977500', '101015.437500', '101015.897500', '101016.357500', '101016.817500', '101017.277500', '101017.737500', '101018.197500', '101018.657500', '101019.117500', '101019.577500', '101020.037500', '101020.497500', '101020.957500', '101021.417500', '101021.877500', '101022.337500', '101022.797500', '101023.257500', '101023.717500', '101024.177500', '101024.637500', '101025.097500', '101025.557500', '101026.017500', '101026.477500', '101026.937500', '101027.397500', '101027.857500', '101028.317500', '101028.777500', '101029.237500', '101029.697500', '101030.157500', '101030.617500', '101031.077500', '101031.537500', '101031.997500', '101032.457500', '101032.917500', '101033.377500', '101033.837500', '101034.297500', '101034.757500', '101035.217500', '101035.677500', '101036.137500', '101036.597500', '101037.057500', '101037.517500', '101037.977500', '101038.437500', '101038.897500', '101039.357500', '101039.817500', '101040.277500', '101040.737500', '101041.197500', '101041.657500', '101042.117500', '101042.577500', '101043.037500', '101043.497500', '101043.957500', '101044.417500', '101044.877500', '101045.337500', '101045.797500', '101046.257500', '101046.717500', '101047.177500', '101047.637500', '101048.097500', '101048.557500', '101049.017500', '101049.477500', '101049.937500', '101050.397500', '101050.857500', '101051.317500', '101051.777500', '101052.237500', '101052.697500', '101053.157500', '101053.617500', '101054.077500', '101054.537500', '101054.997500', '101055.457500', '101055.917500', '101056.377500', '101056.837500', '101057.297500', '101057.757500', '101058.217500', '101058.677500', '101059.137500', '101059.597500', '101100.057500', '101100.517500', '101100.977500', '101101.437500', '101101.897500', '101102.357500', '101102.817500', '101103.277500', '101103.737500', '101104.197500', '101104.657500', '101105.117500', '101105.577500', '101106.037500', '101106.497500', '101106.957500', '101107.417500', '101107.877500', '101108.337500', '101108.797500', '101109.257500', '101109.717500', '101110.177500', '101110.637500', '101111.097500', '101111.557500', '101112.017500', '101112.477500', '101112.937500', '101113.397500', '101113.857500', '101114.317500', '101114.777500', '101115.237500', '101115.697500', '101116.157500', '101116.617500', '101117.077500', '101117.537500', '101117.997500', '101118.457500', '101118.917500', '101119.377500', '101119.837500', '101120.297500', '101120.757500', '101121.217500', '101121.677500', '101122.137500', '101122.597500', '101123.057500', '101123.517500', '101123.977500', '101124.437500', '101124.897500', '101125.357500', '101125.817500', '101126.277500', '101126.737500', '101127.197500', '101127.657500', '101128.117500', '101128.577500', '101129.037500', '101129.497500', '101129.957500', '101130.417500', '101130.877500', '101131.337500', '101131.797500', '101132.257500', '101132.717500', '101133.177500', '101133.637500', '101134.097500', '101134.557500', '101135.017500', '101135.477500', '101135.937500', '101136.397500', '101136.857500', '101137.317500', '101137.777500', '101138.237500', '101138.697500', '101139.157500', '101139.617500', '101140.077500', '101140.537500', '101140.997500', '101141.457500', '101141.917500', '101142.377500', '101142.837500', '101143.297500', '101143.757500', '101144.217500', '101144.677500', '101145.137500', '101145.597500', '101146.057500', '101146.517500', '101146.977500', '101147.437500', '101147.897500', '101148.357500', '101148.817500', '101149.277500', '101149.737500', '101150.197500', '101150.657500', '101151.117500', '101151.577500', '101152.037500', '101152.497500', '101152.957500', '101153.417500', '101153.877500', '101154.337500', '101154.797500', '101155.257500', '101155.717500', '101156.177500', '101156.637500', '101157.097500', '101157.557500', '101158.017500', '101158.477500', '101158.937500', '101159.397500', '101159.857500', '101200.317500', '101200.777500', '101201.237500', '101201.697500', '101202.157500', '101202.617500', '101203.077500', '101203.537500', '101203.997500', '101204.457500', '101204.917500', '101205.377500', '101205.837500', '101206.297500', '101206.757500', '101207.217500', '101207.677500', '101208.137500', '101208.597500', '101209.057500', '101209.517500', '101209.977500', '101210.437500', '101210.897500', '101211.357500', '101211.817500', '101212.277500', '101212.737500', '101213.197500', '101213.657500', '101214.117500', '101214.577500', '101215.037500', '101215.497500', '101215.957500', '101216.417500', '101216.877500', '101217.337500', '101217.797500', '101218.257500', '101218.717500', '101219.177500', '101219.637500', '101220.097500', '101220.557500', '101221.017500', '101221.477500', '101221.937500', '101222.397500', '101222.857500', '101223.317500', '101223.777500', '101224.237500', '101224.697500', '101225.157500', '101225.617500', '101226.077500', '101226.537500', '101226.997500', '101227.457500', '101227.917500', '101228.377500', '101228.837500', '101229.297500', '101229.757500', '101230.217500', '101230.677500', '101231.137500', '101231.597500', '101232.057500', '101232.517500', '101232.977500', '101233.437500', '101233.897500', '101234.357500', '101234.817500', '101235.277500', '101235.737500', '101236.197500', '101236.657500', '101237.117500', '101237.577500', '101238.037500', '101238.497500', '101238.957500', '101239.417500', '101239.877500', '101240.337500', '101240.797500', '101241.257500', '101241.717500', '101242.177500', '101242.637500', '101243.097500', '101243.557500', '101244.017500', '101244.477500', '101244.937500', '101245.397500', '101245.857500', '101246.317500', '101246.777500', '101247.237500', '101247.697500', '101248.157500', '101248.617500', '101249.077500', '101249.537500', '101249.997500', '101250.457500', '101250.917500', '101251.377500', '101251.837500', '101252.297500', '101252.757500', '101253.217500', '101253.677500', '101254.137500', '101254.597500', '101255.057500', '101255.517500', '101255.977500', '101256.437500', '101256.897500', '101257.357500', '101257.817500', '101258.277500', '101258.737500', '101259.197500', '101259.657500', '101300.117500', '101300.577500', '101301.037500', '101301.497500', '101301.957500', '101302.417500', '101302.877500', '101303.337500', '101303.797500', '101304.257500', '101304.717500', '101305.177500', '101305.637500', '101306.097500', '101306.557500', '101307.017500', '101307.477500', '101307.937500', '101308.397500', '101308.857500', '101309.317500', '101309.777500', '101310.237500', '101310.697500', '101311.157500', '101311.617500', '101312.077500', '101312.537500', '101312.997500', '101313.457500', '101313.917500', '101314.377500', '101314.837500', '101315.297500', '101315.757500', '101316.217500', '101316.677500', '101317.137500', '101317.597500', '101318.057500', '101318.517500', '101318.977500', '101319.437500', '101319.897500', '101320.357500', '101320.817500', '101321.277500', '101321.737500', '101322.197500', '101322.657500', '101323.117500', '101323.577500', '101324.037500', '101324.497500', '101324.957500', '101325.417500', '101325.877500', '101326.337500', '101326.797500', '101327.257500', '101327.717500', '101328.177500', '101328.637500', '101329.097500', '101329.557500', '101330.017500', '101330.477500', '101330.937500', '101331.397500', '101331.857500', '101332.317500', '101332.777500', '101333.237500', '101333.697500', '101334.157500', '101334.617500', '101335.077500', '101335.537500', '101335.997500', '101336.457500', '101336.917500', '101337.377500', '101337.837500', '101338.297500', '101338.757500', '101339.217500', '101339.677500', '101340.137500', '101340.597500', '101341.057500', '101341.517500', '101341.977500', '101342.437500', '101342.897500', '101343.357500', '101343.817500', '101344.277500', '101344.737500', '101345.197500', '101345.657500', '101346.117500', '101346.577500', '101347.037500', '101347.497500', '101347.957500', '101348.417500', '101348.877500', '101349.337500', '101349.797500', '101350.257500', '101350.717500', '101351.177500', '101351.637500', '101352.097500', '101352.557500', '101353.017500', '101353.477500', '101353.937500', '101354.397500', '101354.857500', '101355.317500', '101355.777500', '101356.237500', '101356.697500', '101357.157500', '101357.617500', '101358.077500', '101358.537500', '101358.997500', '101359.457500', '101359.917500', '101400.377500', '101400.837500', '101401.297500', '101401.757500', '101402.217500', '101402.677500', '101403.137500', '101403.597500', '101404.057500', '101404.517500', '101404.977500', '101405.437500', '101405.897500', '101406.357500', '101406.817500', '101407.277500', '101407.737500', '101408.197500', '101408.657500', '101409.117500', '101409.577500', '101410.037500', '101410.497500', '101410.957500', '101411.417500', '101411.877500', '101412.337500', '101412.797500', '101413.257500', '101413.717500', '101414.177500', '101414.637500', '101415.097500', '101415.557500', '101416.017500', '101416.477500', '101416.937500', '101417.397500', '101417.857500', '101418.317500', '101418.777500', '101419.237500', '101419.697500', '101420.157500', '101420.617500', '101421.077500', '101421.537500', '101421.997500', '101422.457500', '101422.917500', '101423.377500', '101423.837500', '101424.297500', '101424.757500', '101425.217500', '101425.677500', '101426.137500', '101426.597500', '101427.057500', '101427.517500', '101427.977500', '101428.437500', '101428.897500', '101429.357500', '101429.817500', '101430.277500', '101430.737500', '101431.197500', '101431.657500', '101432.117500', '101432.577500', '101433.037500', '101433.497500', '101433.957500', '101434.417500', '101434.877500', '101435.337500', '101435.797500', '101436.257500', '101436.717500', '101437.177500', '101437.637500', '101438.097500', '101438.557500', '101439.017500', '101439.477500', '101439.937500', '101440.397500', '101440.857500', '101441.317500', '101441.777500', '101442.237500', '101442.697500', '101443.157500', '101443.617500', '101444.077500', '101444.537500', '101444.997500', '101445.457500', '101445.917500', '101446.377500', '101446.837500', '101447.297500', '101447.757500', '101448.217500', '101448.677500', '101449.137500', '101449.597500', '101450.057500', '101450.517500', '101450.977500', '101451.437500', '101451.897500', '101452.357500', '101452.817500', '101453.277500', '101453.737500', '101454.197500', '101454.657500', '101455.117500', '101455.577500', '101456.037500', '101456.497500', '101456.957500', '101457.417500', '101457.877500', '101458.337500', '101458.797500', '101459.257500', '101459.717500', '101500.177500', '101500.637500', '101501.097500', '101501.557500', '101502.017500', '101502.477500', '101502.937500', '101503.397500', '101503.857500', '101504.317500', '101504.777500', '101505.237500', '101505.697500', '101506.157500', '101506.617500', '101507.077500', '101507.537500', '101507.997500', '101508.457500', '101508.917500', '101509.377500', '101509.837500', '101510.297500', '101510.757500', '101511.217500', '101511.677500', '101512.137500', '101512.597500', '101513.057500', '101513.517500', '101513.977500', '101514.437500', '101514.897500', '101515.357500', '101515.817500', '101516.277500', '101516.737500', '101517.197500', '101517.657500', '101518.117500', '101518.577500', '101519.037500', '101519.497500', '101519.957500', '101520.417500', '101520.877500', '101521.337500', '101521.797500', '101522.257500', '101522.717500', '101523.177500', '101523.637500', '101524.097500', '101524.557500', '101525.017500', '101525.477500', '101525.937500', '101526.397500', '101526.857500', '101527.317500', '101527.777500', '101528.237500', '101528.697500', '101529.157500', '101529.617500', '101530.077500', '101530.537500', '101530.997500', '101531.457500', '101531.917500', '101532.377500', '101532.837500', '101533.297500', '101533.757500', '101534.217500', '101534.677500', '101535.137500', '101535.597500', '101536.057500', '101536.517500', '101536.977500', '101537.437500', '101537.897500', '101538.357500', '101538.817500', '101539.277500', '101539.737500', '101540.197500', '101540.657500', '101541.117500', '101541.577500', '101542.037500', '101542.497500', '101542.957500', '101543.417500', '101543.877500', '101544.337500', '101544.797500', '101545.257500', '101545.717500', '101546.177500', '101546.637500', '101547.097500', '101547.557500', '101548.017500', '101548.477500', '101548.937500', '101549.397500', '101549.857500', '101550.317500', '101550.777500', '101551.237500', '101551.697500', '101552.157500', '101552.617500', '101553.077500', '101553.537500', '101553.997500', '101554.457500', '101554.917500', '101555.377500', '101555.837500', '101556.297500', '101556.757500', '101557.217500', '101557.677500', '101558.137500', '101558.597500', '101559.057500', '101559.517500', '101559.977500', '101600.437500', '101600.897500', '101601.357500', '101601.817500', '101602.277500', '101602.737500', '101603.197500', '101603.657500', '101604.117500', '101604.577500', '101605.037500', '101605.497500', '101605.957500', '101606.417500', '101606.877500', '101607.337500', '101607.797500', '101608.257500', '101608.717500', '101609.177500', '101609.637500', '101610.097500', '101610.557500', '101611.017500', '101611.477500', '101611.937500', '101612.397500', '101612.857500', '101613.317500', '101613.777500', '101614.237500', '101614.697500', '101615.157500', '101615.617500', '101616.077500', '101616.537500', '101616.997500', '101617.457500', '101617.917500', '101618.377500', '101618.837500', '101619.297500', '101619.757500', '101620.217500', '101620.677500', '101621.137500', '101621.597500', '101622.057500', '101622.517500', '101622.977500', '101623.437500', '101623.897500', '101624.357500', '101624.817500', '101625.277500', '101625.737500', '101626.197500', '101626.657500', '101627.117500', '101627.577500', '101628.037500', '101628.497500', '101628.957500', '101629.417500', '101629.877500', '101630.337500', '101630.797500', '101631.257500', '101631.717500', '101632.177500', '101632.637500', '101633.097500', '101633.557500', '101634.017500', '101634.477500', '101634.937500', '101635.397500', '101635.857500', '101636.317500', '101636.777500', '101637.237500', '101637.697500', '101638.157500', '101638.617500', '101639.077500', '101639.537500', '101639.997500', '101640.457500', '101640.917500', '101641.377500', '101641.837500', '101642.297500', '101642.757500', '101643.217500', '101643.677500', '101644.137500', '101644.597500', '101645.057500', '101645.517500', '101645.977500', '101646.437500', '101646.897500', '101647.357500', '101647.817500', '101648.277500', '101648.737500', '101649.197500', '101649.657500', '101650.117500', '101650.577500', '101651.037500', '101651.497500', '101651.957500', '101652.417500', '101652.877500', '101653.337500', '101653.797500', '101654.257500', '101654.717500', '101655.177500', '101655.637500', '101656.097500', '101656.557500', '101657.017500', '101657.477500', '101657.937500', '101658.397500', '101658.857500', '101659.317500', '101659.777500', '101700.237500', '101700.697500', '101701.157500', '101701.617500', '101702.077500', '101702.537500', '101702.997500', '101703.457500', '101703.917500', '101704.377500', '101704.837500', '101705.297500', '101705.757500', '101706.217500', '101706.677500', '101707.137500', '101707.597500', '101708.057500', '101708.517500', '101708.977500', '101709.437500', '101709.897500', '101710.357500', '101710.817500', '101711.277500', '101711.737500', '101712.197500', '101712.657500', '101713.117500', '101713.577500', '101714.037500', '101714.497500', '101714.957500', '101715.417500', '101715.877500', '101716.337500', '101716.797500', '101717.257500', '101717.717500', '101718.177500', '101718.637500', '101719.097500', '101719.557500', '101720.017500', '101720.477500', '101720.937500', '101721.397500', '101721.857500', '101722.317500', '101722.777500', '101723.237500', '101723.697500', '101724.157500', '101724.617500', '101725.077500', '101725.537500', '101725.997500', '101726.457500', '101726.917500', '101727.377500', '101727.837500', '101728.297500', '101728.757500', '101729.217500', '101729.677500', '101730.137500', '101730.597500', '101731.057500', '101731.517500', '101731.977500', '101732.437500', '101732.897500'], 'ContentTime': ['100857.554000', '100857.557000', '100857.560000', '100857.563000', '100857.565000', '100857.568000', '100857.571000', '100857.573000', '100857.576000', '100857.579000', '100857.581000', '100857.584000', '100857.586000', '100857.612000', '100857.614000', '100857.617000', '100857.619000', '100857.622000', '100857.625000', '100857.627000', '100857.630000', '100857.633000', '100857.635000', '100857.638000', '100857.640000', '100857.643000', '100857.645000', '100857.648000', '100857.651000', '100857.654000', '100857.657000', '100857.667000', '100917.509000', '100917.512000', '100917.515000', '100917.521000', '100917.524000', '100917.526000', '100917.529000', '100917.532000', '100917.534000', '100917.537000', '100917.539000', '100917.542000', '100917.545000', '100917.547000', '100917.550000', '100917.553000', '100917.555000', '100917.558000', '100917.561000', '100917.563000', '100917.566000', '100917.568000', '100917.571000', '100917.574000', '100917.577000', '100917.579000', '100917.582000', '100917.585000', '100917.587000', '100917.590000', '100917.592000', '100917.595000', '100917.598000', '100917.600000', '100917.603000', '100917.605000', '100917.608000', '100917.611000', '100917.613000', '100917.616000', '100917.618000', '100917.621000', '100917.624000', '100917.626000', '100937.509000', '100937.513000', '100937.515000', '100937.518000', '100937.520000', '100937.523000', '100937.526000', '100937.528000', '100937.531000', '100937.534000', '100937.536000', '100937.539000', '100937.541000', '100937.544000', '100937.546000', '100937.549000', '100937.558000', '100937.560000', '100937.563000', '100937.566000', '100937.568000', '100937.571000', '100937.574000', '100937.576000', '100937.579000', '100937.582000', '100937.584000', '100937.587000', '100937.590000', '100937.593000', '100937.595000', '100937.598000', '100937.600000', '100937.603000', '100937.606000', '100937.608000', '100937.616000', '100937.619000', '100937.622000', '100937.624000', '100937.627000', '100937.630000', '100937.632000', '100957.509000', '100957.512000', '100957.515000', '100957.518000', '100957.520000', '100957.523000', '100957.526000', '100957.528000', '100957.531000', '100957.534000', '100957.536000', '100957.539000', '100957.541000', '100957.544000', '100957.570000', '100957.572000', '100957.575000', '100957.577000', '100957.580000', '100957.583000', '100957.585000', '100957.588000', '100957.591000', '100957.593000', '100957.596000', '100957.598000', '100957.601000', '100957.604000', '100957.607000', '100957.609000', '100957.612000', '100957.614000', '100957.617000', '100957.620000', '100957.622000', '100957.625000', '100957.628000', '100957.630000', '100957.633000', '100957.636000', '100957.638000', '100957.641000', '100957.643000', '100957.646000', '101017.509000', '101017.511000', '101017.514000', '101017.517000', '101017.520000', '101017.522000', '101017.525000', '101017.527000', '101017.530000', '101017.533000', '101017.535000', '101017.538000', '101017.540000', '101017.543000', '101017.546000', '101017.548000', '101017.551000', '101017.553000', '101017.556000', '101017.558000', '101017.561000', '101017.564000', '101017.566000', '101017.569000', '101017.571000', '101017.574000', '101017.576000', '101017.579000', '101017.582000', '101017.584000', '101017.587000', '101017.589000', '101017.592000', '101017.595000', '101017.597000', '101017.600000', '101017.602000', '101017.605000', '101017.608000', '101017.610000', '101017.613000', '101017.615000', '101017.618000', '101037.509000', '101037.512000', '101037.515000', '101037.518000', '101037.520000', '101037.523000', '101037.526000', '101037.528000', '101037.544000', '101037.547000', '101037.550000', '101037.552000', '101037.555000', '101037.558000', '101037.560000', '101037.563000', '101037.566000', '101037.568000', '101037.571000', '101037.574000', '101037.576000', '101037.579000', '101037.582000', '101037.584000', '101037.587000', '101037.590000', '101037.592000', '101037.595000', '101037.597000', '101037.600000', '101037.603000', '101037.605000', '101037.608000', '101037.611000', '101037.623000', '101037.626000', '101037.629000', '101037.631000', '101037.634000', '101037.636000', '101037.639000', '101037.642000', '101037.644000', '101057.508000', '101057.511000', '101057.514000', '101057.517000', '101057.519000', '101057.522000', '101057.525000', '101057.527000', '101057.530000', '101057.533000', '101057.535000', '101057.538000', '101057.541000', '101057.543000', '101057.546000', '101057.549000', '101057.551000', '101057.554000', '101057.557000', '101057.559000', '101057.562000', '101057.565000', '101057.567000', '101057.570000', '101057.572000', '101057.575000', '101057.578000', '101057.580000', '101057.583000', '101057.586000', '101057.588000', '101057.591000', '101057.594000', '101057.597000', '101057.599000', '101057.602000', '101057.604000', '101057.607000', '101057.610000', '101057.612000', '101057.615000', '101057.618000', '101057.620000', '101057.623000', '101117.529000', '101117.532000', '101117.535000', '101117.538000', '101117.540000', '101117.543000', '101117.545000', '101117.548000', '101117.551000', '101117.553000', '101117.556000', '101117.559000', '101117.561000', '101117.564000', '101117.567000', '101117.569000', '101117.572000', '101117.575000', '101117.577000', '101117.580000', '101117.583000', '101117.586000', '101117.588000', '101117.591000', '101117.594000', '101117.596000', '101117.599000', '101117.601000', '101117.604000', '101117.607000', '101117.609000', '101117.612000', '101117.615000', '101117.617000', '101117.620000', '101117.622000', '101117.625000', '101117.628000', '101117.630000', '101117.633000', '101117.636000', '101117.638000', '101117.641000', '101137.509000', '101137.512000', '101137.515000', '101137.518000', '101137.520000', '101137.523000', '101137.526000', '101137.528000', '101137.531000', '101137.534000', '101137.536000', '101137.539000', '101137.542000', '101137.544000', '101137.547000', '101137.550000', '101137.552000', '101137.555000', '101137.557000', '101137.560000', '101137.563000', '101137.565000', '101137.568000', '101137.571000', '101137.573000', '101137.576000', '101137.578000', '101137.581000', '101137.584000', '101137.587000', '101137.589000', '101137.592000', '101137.595000', '101137.597000', '101137.600000', '101137.603000', '101137.605000', '101137.608000', '101137.610000', '101137.613000', '101137.616000', '101137.618000', '101137.621000', '101137.623000', '101157.510000', '101157.513000', '101157.516000', '101157.519000', '101157.524000', '101157.526000', '101157.529000', '101157.532000', '101157.535000', '101157.538000', '101157.540000', '101157.543000', '101157.546000', '101157.549000', '101157.551000', '101157.554000', '101157.557000', '101157.559000', '101157.562000', '101157.565000', '101157.567000', '101157.570000', '101157.573000', '101157.575000', '101157.578000', '101157.581000', '101157.583000', '101157.586000', '101157.589000', '101157.592000', '101157.594000', '101157.597000', '101157.600000', '101157.602000', '101157.611000', '101157.614000', '101157.617000', '101157.619000', '101157.622000', '101157.625000', '101157.628000', '101157.630000', '101157.633000', '101217.509000', '101217.512000', '101217.515000', '101217.518000', '101217.520000', '101217.523000', '101217.526000', '101217.528000', '101217.531000', '101217.534000', '101217.536000', '101217.539000', '101217.542000', '101217.544000', '101217.547000', '101217.549000', '101217.564000', '101217.567000', '101217.600000', '101217.603000', '101217.605000', '101217.608000', '101217.611000', '101217.613000', '101217.616000', '101217.618000', '101217.621000', '101217.624000', '101217.627000', '101217.629000', '101217.632000', '101217.634000', '101217.637000', '101217.640000', '101217.642000', '101217.645000', '101217.648000', '101217.650000', '101217.653000', '101217.656000', '101217.658000', '101217.661000', '101217.663000', '101217.666000', '101237.508000', '101237.511000', '101237.514000', '101237.517000', '101237.519000', '101237.522000', '101237.525000', '101237.527000', '101237.530000', '101237.532000', '101237.535000', '101237.538000', '101237.541000', '101237.543000', '101237.546000', '101237.551000', '101237.553000', '101237.556000', '101237.559000', '101237.561000', '101237.564000', '101237.566000', '101237.569000', '101237.572000', '101237.574000', '101237.577000', '101237.580000', '101237.582000', '101237.585000', '101237.588000', '101237.591000', '101237.593000', '101237.596000', '101237.598000', '101237.601000', '101237.604000', '101237.606000', '101237.609000', '101237.611000', '101237.614000', '101237.617000', '101237.619000', '101237.622000', '101257.509000', '101257.512000', '101257.514000', '101257.517000', '101257.519000', '101257.522000', '101257.525000', '101257.528000', '101257.530000', '101257.533000', '101257.536000', '101257.538000', '101257.541000', '101257.544000', '101257.546000', '101257.549000', '101257.552000', '101257.554000', '101257.557000', '101257.559000', '101257.568000', '101257.571000', '101257.574000', '101257.576000', '101257.579000', '101257.582000', '101257.584000', '101257.587000', '101257.590000', '101257.593000', '101257.595000', '101257.598000', '101257.600000', '101257.603000', '101257.606000', '101257.608000', '101257.611000', '101257.614000', '101257.616000', '101257.619000', '101257.621000', '101257.624000', '101257.627000', '101257.629000', '101317.509000', '101317.511000', '101317.514000', '101317.517000', '101317.519000', '101317.522000', '101317.525000', '101317.528000', '101317.530000', '101317.533000', '101317.536000', '101317.539000', '101317.541000', '101317.544000', '101317.547000', '101317.549000', '101317.552000', '101317.555000', '101317.557000', '101317.560000', '101317.563000', '101317.565000', '101317.568000', '101317.571000', '101317.574000', '101317.577000', '101317.579000', '101317.582000', '101317.585000', '101317.588000', '101317.590000', '101317.593000', '101317.596000', '101317.598000', '101317.601000', '101317.604000', '101317.606000', '101317.609000', '101317.612000', '101317.614000', '101317.617000', '101317.620000', '101317.622000', '101337.510000', '101337.512000', '101337.515000', '101337.518000', '101337.521000', '101337.524000', '101337.527000', '101337.529000', '101337.532000', '101337.535000', '101337.537000', '101337.540000', '101337.543000', '101337.545000', '101337.548000', '101337.550000', '101337.553000', '101337.556000', '101337.558000', '101337.561000', '101337.563000', '101337.566000', '101337.569000', '101337.571000', '101337.574000', '101337.576000', '101337.579000', '101337.582000', '101337.585000', '101337.587000', '101337.590000', '101337.592000', '101337.595000', '101337.598000', '101337.600000', '101337.603000', '101337.606000', '101337.608000', '101337.611000', '101337.614000', '101337.616000', '101337.632000', '101337.635000', '101337.638000', '101357.509000', '101357.515000', '101357.518000', '101357.520000', '101357.523000', '101357.526000', '101357.528000', '101357.531000', '101357.534000', '101357.536000', '101357.539000', '101357.542000', '101357.544000', '101357.547000', '101357.550000', '101357.552000', '101357.555000', '101357.558000', '101357.560000', '101357.563000', '101357.566000', '101357.568000', '101357.571000', '101357.574000', '101357.576000', '101357.579000', '101357.582000', '101357.584000', '101357.587000', '101357.590000', '101357.592000', '101357.595000', '101357.598000', '101357.600000', '101357.603000', '101357.605000', '101357.608000', '101357.611000', '101357.613000', '101357.616000', '101357.619000', '101357.621000', '101357.624000', '101357.627000', '101417.510000', '101417.513000', '101417.515000', '101417.518000', '101417.521000', '101417.523000', '101417.526000', '101417.528000', '101417.531000', '101417.534000', '101417.536000', '101417.539000', '101417.542000', '101417.544000', '101417.547000', '101417.550000', '101417.552000', '101417.555000', '101417.557000', '101417.560000', '101417.563000', '101417.565000', '101417.568000', '101417.570000', '101417.573000', '101417.576000', '101417.578000', '101417.583000', '101417.586000', '101417.588000', '101417.591000', '101417.594000', '101417.596000', '101417.599000', '101417.602000', '101417.604000', '101417.607000', '101417.609000', '101417.612000', '101417.615000', '101417.617000', '101417.620000', '101417.623000', '101437.510000', '101437.513000', '101437.515000', '101437.518000', '101437.521000', '101437.524000', '101437.526000', '101437.529000', '101437.532000', '101437.534000', '101437.537000', '101437.540000', '101437.542000', '101437.545000', '101437.548000', '101437.550000', '101437.553000', '101437.556000', '101437.558000', '101437.561000', '101437.563000', '101437.566000', '101437.569000', '101437.571000', '101437.574000', '101437.577000', '101437.579000', '101437.582000', '101437.585000', '101437.587000', '101437.590000', '101437.593000', '101437.595000', '101437.603000', '101437.606000', '101437.609000', '101437.612000', '101437.615000', '101437.618000', '101437.621000', '101437.623000', '101437.626000', '101437.628000', '101457.508000', '101457.511000', '101457.514000', '101457.517000', '101457.519000', '101457.522000', '101457.525000', '101457.527000', '101457.530000', '101457.533000', '101457.535000', '101457.538000', '101457.540000', '101457.543000', '101457.546000', '101457.549000', '101457.551000', '101457.554000', '101457.557000', '101457.559000', '101457.562000', '101457.564000', '101457.567000', '101457.570000', '101457.573000', '101457.575000', '101457.578000', '101457.581000', '101457.583000', '101457.586000', '101457.589000', '101457.591000', '101457.594000', '101457.596000', '101457.599000', '101457.602000', '101457.604000', '101457.607000', '101457.610000', '101457.612000', '101457.615000', '101457.618000', '101457.620000', '101457.623000', '101517.509000', '101517.511000', '101517.514000', '101517.517000', '101517.520000', '101517.522000', '101517.525000', '101517.548000', '101517.550000', '101517.553000', '101517.556000', '101517.558000', '101517.561000', '101517.564000', '101517.566000', '101517.569000', '101517.572000', '101517.574000', '101517.577000', '101517.580000', '101517.582000', '101517.585000', '101517.588000', '101517.590000', '101517.593000', '101517.596000', '101517.598000', '101517.601000', '101517.604000', '101517.606000', '101517.609000', '101517.612000', '101517.614000', '101517.617000', '101517.619000', '101517.622000', '101517.625000', '101517.628000', '101517.631000', '101517.634000', '101517.637000', '101517.640000', '101517.643000', '101537.508000', '101537.512000', '101537.514000', '101537.517000', '101537.519000', '101537.522000', '101537.525000', '101537.527000', '101537.530000', '101537.533000', '101537.535000', '101537.538000', '101537.541000', '101537.543000', '101537.546000', '101537.548000', '101537.551000', '101537.554000', '101537.556000', '101537.559000', '101537.561000', '101537.564000', '101537.567000', '101537.570000', '101537.572000', '101537.575000', '101537.577000', '101537.581000', '101537.584000', '101537.586000', '101537.589000', '101537.592000', '101537.602000', '101537.604000', '101537.607000', '101537.610000', '101537.612000', '101537.615000', '101537.618000', '101537.620000', '101537.623000', '101537.626000', '101537.628000', '101537.631000', '101557.509000', '101557.512000', '101557.515000', '101557.518000', '101557.520000', '101557.523000', '101557.526000', '101557.529000', '101557.531000', '101557.534000', '101557.536000', '101557.539000', '101557.542000', '101557.544000', '101557.547000', '101557.550000', '101557.552000', '101557.555000', '101557.558000', '101557.560000', '101557.563000', '101557.565000', '101557.568000', '101557.571000', '101557.573000', '101557.576000', '101557.579000', '101557.581000', '101557.584000', '101557.587000', '101557.589000', '101557.592000', '101557.595000', '101557.597000', '101557.600000', '101557.603000', '101557.605000', '101557.608000', '101557.611000', '101557.614000', '101557.617000', '101557.621000', '101557.623000', '101617.509000', '101617.512000', '101617.515000', '101617.517000', '101617.521000', '101617.524000', '101617.526000', '101617.529000', '101617.532000', '101617.534000', '101617.537000', '101617.540000', '101617.542000', '101617.545000', '101617.547000', '101617.550000', '101617.553000', '101617.555000', '101617.558000', '101617.561000', '101617.563000', '101617.566000', '101617.569000', '101617.571000', '101617.574000', '101617.577000', '101617.579000', '101617.582000', '101617.584000', '101617.587000', '101617.590000', '101617.592000', '101617.595000', '101617.598000', '101617.600000', '101617.603000', '101617.606000', '101617.608000', '101617.611000', '101617.613000', '101617.616000', '101617.619000', '101617.622000', '101617.624000', '101637.510000', '101637.512000', '101637.515000', '101637.518000', '101637.552000', '101637.555000', '101637.558000', '101637.560000', '101637.563000', '101637.566000', '101637.568000', '101637.571000', '101637.574000', '101637.576000', '101637.579000', '101637.582000', '101637.584000', '101637.587000', '101637.590000', '101637.593000', '101637.595000', '101637.598000', '101637.601000', '101637.603000', '101637.606000', '101637.608000', '101637.611000', '101637.614000', '101637.616000', '101637.619000', '101637.621000', '101637.624000', '101637.627000', '101637.630000', '101637.632000', '101637.635000', '101637.638000', '101637.640000', '101637.643000', '101637.646000', '101637.649000', '101637.652000', '101637.654000', '101657.510000', '101657.513000', '101657.515000', '101657.518000', '101657.521000', '101657.523000', '101657.526000', '101657.529000', '101657.531000', '101657.534000', '101657.537000', '101657.539000', '101657.542000', '101657.545000', '101657.547000', '101657.550000', '101657.553000', '101657.555000', '101657.558000', '101657.567000', '101657.570000', '101657.572000', '101657.575000', '101657.578000', '101657.580000', '101657.583000', '101657.585000', '101657.588000', '101657.591000', '101657.593000', '101657.596000', '101657.599000', '101657.602000', '101657.604000', '101657.607000', '101657.609000', '101657.612000', '101657.615000', '101657.617000', '101657.620000', '101657.623000', '101657.625000', '101657.628000', '101657.631000', '101717.509000', '101717.512000', '101717.514000', '101717.517000', '101717.520000', '101717.522000', '101717.525000', '101717.528000', '101717.530000', '101717.533000', '101717.535000', '101717.538000', '101717.541000', '101717.543000', '101717.546000', '101717.549000', '101717.551000', '101717.554000', '101717.557000', '101717.559000', '101717.562000', '101717.565000', '101717.568000', '101717.570000', '101717.573000', '101717.576000', '101717.579000', '101717.581000', '101717.584000', '101717.587000', '101717.589000', '101717.592000', '101717.595000', '101717.597000', '101717.600000', '101717.603000', '101717.605000', '101717.608000', '101717.611000', '101717.613000', '101717.616000', '101717.619000', '101717.621000', '101734.659000', '101734.663000', '101734.666000', '101734.668000', '101734.671000', '101734.674000', '101734.677000', '101734.680000', '101734.682000', '101734.685000', '101734.688000', '101734.691000', '101734.694000', '101734.696000', '101734.699000', '101734.702000', '101734.705000', '101734.707000', '101734.710000', '101734.713000', '101734.715000', '101734.718000', '101734.721000', '101734.724000', '101734.726000', '101734.729000', '101734.732000', '101734.735000', '101734.737000', '101734.740000', '101734.743000', '101734.746000', '101734.749000', '101734.752000', '101734.755000', '101734.758000', '101734.762000', '101734.767000'], 'InstanceCreationTime': ['100857.554000', '100857.557000', '100857.560000', '100857.563000', '100857.565000', '100857.568000', '100857.571000', '100857.573000', '100857.576000', '100857.579000', '100857.581000', '100857.584000', '100857.586000', '100857.612000', '100857.614000', '100857.617000', '100857.619000', '100857.622000', '100857.625000', '100857.627000', '100857.630000', '100857.633000', '100857.635000', '100857.638000', '100857.640000', '100857.643000', '100857.645000', '100857.648000', '100857.651000', '100857.654000', '100857.657000', '100857.667000', '100917.509000', '100917.512000', '100917.515000', '100917.521000', '100917.524000', '100917.526000', '100917.529000', '100917.532000', '100917.534000', '100917.537000', '100917.539000', '100917.542000', '100917.545000', '100917.547000', '100917.550000', '100917.553000', '100917.555000', '100917.558000', '100917.561000', '100917.563000', '100917.566000', '100917.568000', '100917.571000', '100917.574000', '100917.577000', '100917.579000', '100917.582000', '100917.585000', '100917.587000', '100917.590000', '100917.592000', '100917.595000', '100917.598000', '100917.600000', '100917.603000', '100917.605000', '100917.608000', '100917.611000', '100917.613000', '100917.616000', '100917.618000', '100917.621000', '100917.624000', '100917.626000', '100937.509000', '100937.513000', '100937.515000', '100937.518000', '100937.520000', '100937.523000', '100937.526000', '100937.528000', '100937.531000', '100937.534000', '100937.536000', '100937.539000', '100937.541000', '100937.544000', '100937.546000', '100937.549000', '100937.558000', '100937.560000', '100937.563000', '100937.566000', '100937.568000', '100937.571000', '100937.574000', '100937.576000', '100937.579000', '100937.582000', '100937.584000', '100937.587000', '100937.590000', '100937.593000', '100937.595000', '100937.598000', '100937.600000', '100937.603000', '100937.606000', '100937.608000', '100937.616000', '100937.619000', '100937.622000', '100937.624000', '100937.627000', '100937.630000', '100937.632000', '100957.509000', '100957.512000', '100957.515000', '100957.518000', '100957.520000', '100957.523000', '100957.526000', '100957.528000', '100957.531000', '100957.534000', '100957.536000', '100957.539000', '100957.541000', '100957.544000', '100957.570000', '100957.572000', '100957.575000', '100957.577000', '100957.580000', '100957.583000', '100957.585000', '100957.588000', '100957.591000', '100957.593000', '100957.596000', '100957.598000', '100957.601000', '100957.604000', '100957.607000', '100957.609000', '100957.612000', '100957.614000', '100957.617000', '100957.620000', '100957.622000', '100957.625000', '100957.628000', '100957.630000', '100957.633000', '100957.636000', '100957.638000', '100957.641000', '100957.643000', '100957.646000', '101017.509000', '101017.511000', '101017.514000', '101017.517000', '101017.520000', '101017.522000', '101017.525000', '101017.527000', '101017.530000', '101017.533000', '101017.535000', '101017.538000', '101017.540000', '101017.543000', '101017.546000', '101017.548000', '101017.551000', '101017.553000', '101017.556000', '101017.558000', '101017.561000', '101017.564000', '101017.566000', '101017.569000', '101017.571000', '101017.574000', '101017.576000', '101017.579000', '101017.582000', '101017.584000', '101017.587000', '101017.589000', '101017.592000', '101017.595000', '101017.597000', '101017.600000', '101017.602000', '101017.605000', '101017.608000', '101017.610000', '101017.613000', '101017.615000', '101017.618000', '101037.509000', '101037.512000', '101037.515000', '101037.518000', '101037.520000', '101037.523000', '101037.526000', '101037.528000', '101037.544000', '101037.547000', '101037.550000', '101037.552000', '101037.555000', '101037.558000', '101037.560000', '101037.563000', '101037.566000', '101037.568000', '101037.571000', '101037.574000', '101037.576000', '101037.579000', '101037.582000', '101037.584000', '101037.587000', '101037.590000', '101037.592000', '101037.595000', '101037.597000', '101037.600000', '101037.603000', '101037.605000', '101037.608000', '101037.611000', '101037.623000', '101037.626000', '101037.629000', '101037.631000', '101037.634000', '101037.636000', '101037.639000', '101037.642000', '101037.644000', '101057.508000', '101057.511000', '101057.514000', '101057.517000', '101057.519000', '101057.522000', '101057.525000', '101057.527000', '101057.530000', '101057.533000', '101057.535000', '101057.538000', '101057.541000', '101057.543000', '101057.546000', '101057.549000', '101057.551000', '101057.554000', '101057.557000', '101057.559000', '101057.562000', '101057.565000', '101057.567000', '101057.570000', '101057.572000', '101057.575000', '101057.578000', '101057.580000', '101057.583000', '101057.586000', '101057.588000', '101057.591000', '101057.594000', '101057.597000', '101057.599000', '101057.602000', '101057.604000', '101057.607000', '101057.610000', '101057.612000', '101057.615000', '101057.618000', '101057.620000', '101057.623000', '101117.529000', '101117.532000', '101117.535000', '101117.538000', '101117.540000', '101117.543000', '101117.545000', '101117.548000', '101117.551000', '101117.553000', '101117.556000', '101117.559000', '101117.561000', '101117.564000', '101117.567000', '101117.569000', '101117.572000', '101117.575000', '101117.577000', '101117.580000', '101117.583000', '101117.586000', '101117.588000', '101117.591000', '101117.594000', '101117.596000', '101117.599000', '101117.601000', '101117.604000', '101117.607000', '101117.609000', '101117.612000', '101117.615000', '101117.617000', '101117.620000', '101117.622000', '101117.625000', '101117.628000', '101117.630000', '101117.633000', '101117.636000', '101117.638000', '101117.641000', '101137.509000', '101137.512000', '101137.515000', '101137.518000', '101137.520000', '101137.523000', '101137.526000', '101137.528000', '101137.531000', '101137.534000', '101137.536000', '101137.539000', '101137.542000', '101137.544000', '101137.547000', '101137.550000', '101137.552000', '101137.555000', '101137.557000', '101137.560000', '101137.563000', '101137.565000', '101137.568000', '101137.571000', '101137.573000', '101137.576000', '101137.578000', '101137.581000', '101137.584000', '101137.587000', '101137.589000', '101137.592000', '101137.595000', '101137.597000', '101137.600000', '101137.603000', '101137.605000', '101137.608000', '101137.610000', '101137.613000', '101137.616000', '101137.618000', '101137.621000', '101137.623000', '101157.510000', '101157.513000', '101157.516000', '101157.519000', '101157.524000', '101157.526000', '101157.529000', '101157.532000', '101157.535000', '101157.538000', '101157.540000', '101157.543000', '101157.546000', '101157.549000', '101157.551000', '101157.554000', '101157.557000', '101157.559000', '101157.562000', '101157.565000', '101157.567000', '101157.570000', '101157.573000', '101157.575000', '101157.578000', '101157.581000', '101157.583000', '101157.586000', '101157.589000', '101157.592000', '101157.594000', '101157.597000', '101157.600000', '101157.602000', '101157.611000', '101157.614000', '101157.617000', '101157.619000', '101157.622000', '101157.625000', '101157.628000', '101157.630000', '101157.633000', '101217.509000', '101217.512000', '101217.515000', '101217.518000', '101217.520000', '101217.523000', '101217.526000', '101217.528000', '101217.531000', '101217.534000', '101217.536000', '101217.539000', '101217.542000', '101217.544000', '101217.547000', '101217.549000', '101217.564000', '101217.567000', '101217.600000', '101217.603000', '101217.605000', '101217.608000', '101217.611000', '101217.613000', '101217.616000', '101217.618000', '101217.621000', '101217.624000', '101217.627000', '101217.629000', '101217.632000', '101217.634000', '101217.637000', '101217.640000', '101217.642000', '101217.645000', '101217.648000', '101217.650000', '101217.653000', '101217.656000', '101217.658000', '101217.661000', '101217.663000', '101217.666000', '101237.508000', '101237.511000', '101237.514000', '101237.517000', '101237.519000', '101237.522000', '101237.525000', '101237.527000', '101237.530000', '101237.532000', '101237.535000', '101237.538000', '101237.541000', '101237.543000', '101237.546000', '101237.551000', '101237.553000', '101237.556000', '101237.559000', '101237.561000', '101237.564000', '101237.566000', '101237.569000', '101237.572000', '101237.574000', '101237.577000', '101237.580000', '101237.582000', '101237.585000', '101237.588000', '101237.591000', '101237.593000', '101237.596000', '101237.598000', '101237.601000', '101237.604000', '101237.606000', '101237.609000', '101237.611000', '101237.614000', '101237.617000', '101237.619000', '101237.622000', '101257.509000', '101257.512000', '101257.514000', '101257.517000', '101257.519000', '101257.522000', '101257.525000', '101257.528000', '101257.530000', '101257.533000', '101257.536000', '101257.538000', '101257.541000', '101257.544000', '101257.546000', '101257.549000', '101257.552000', '101257.554000', '101257.557000', '101257.559000', '101257.568000', '101257.571000', '101257.574000', '101257.576000', '101257.579000', '101257.582000', '101257.584000', '101257.587000', '101257.590000', '101257.593000', '101257.595000', '101257.598000', '101257.600000', '101257.603000', '101257.606000', '101257.608000', '101257.611000', '101257.614000', '101257.616000', '101257.619000', '101257.621000', '101257.624000', '101257.627000', '101257.629000', '101317.509000', '101317.511000', '101317.514000', '101317.517000', '101317.519000', '101317.522000', '101317.525000', '101317.528000', '101317.530000', '101317.533000', '101317.536000', '101317.539000', '101317.541000', '101317.544000', '101317.547000', '101317.549000', '101317.552000', '101317.555000', '101317.557000', '101317.560000', '101317.563000', '101317.565000', '101317.568000', '101317.571000', '101317.574000', '101317.577000', '101317.579000', '101317.582000', '101317.585000', '101317.588000', '101317.590000', '101317.593000', '101317.596000', '101317.598000', '101317.601000', '101317.604000', '101317.606000', '101317.609000', '101317.612000', '101317.614000', '101317.617000', '101317.620000', '101317.622000', '101337.510000', '101337.512000', '101337.515000', '101337.518000', '101337.521000', '101337.524000', '101337.527000', '101337.529000', '101337.532000', '101337.535000', '101337.537000', '101337.540000', '101337.543000', '101337.545000', '101337.548000', '101337.550000', '101337.553000', '101337.556000', '101337.558000', '101337.561000', '101337.563000', '101337.566000', '101337.569000', '101337.571000', '101337.574000', '101337.576000', '101337.579000', '101337.582000', '101337.585000', '101337.587000', '101337.590000', '101337.592000', '101337.595000', '101337.598000', '101337.600000', '101337.603000', '101337.606000', '101337.608000', '101337.611000', '101337.614000', '101337.616000', '101337.632000', '101337.635000', '101337.638000', '101357.509000', '101357.515000', '101357.518000', '101357.520000', '101357.523000', '101357.526000', '101357.528000', '101357.531000', '101357.534000', '101357.536000', '101357.539000', '101357.542000', '101357.544000', '101357.547000', '101357.550000', '101357.552000', '101357.555000', '101357.558000', '101357.560000', '101357.563000', '101357.566000', '101357.568000', '101357.571000', '101357.574000', '101357.576000', '101357.579000', '101357.582000', '101357.584000', '101357.587000', '101357.590000', '101357.592000', '101357.595000', '101357.598000', '101357.600000', '101357.603000', '101357.605000', '101357.608000', '101357.611000', '101357.613000', '101357.616000', '101357.619000', '101357.621000', '101357.624000', '101357.627000', '101417.510000', '101417.513000', '101417.515000', '101417.518000', '101417.521000', '101417.523000', '101417.526000', '101417.528000', '101417.531000', '101417.534000', '101417.536000', '101417.539000', '101417.542000', '101417.544000', '101417.547000', '101417.550000', '101417.552000', '101417.555000', '101417.557000', '101417.560000', '101417.563000', '101417.565000', '101417.568000', '101417.570000', '101417.573000', '101417.576000', '101417.578000', '101417.583000', '101417.586000', '101417.588000', '101417.591000', '101417.594000', '101417.596000', '101417.599000', '101417.602000', '101417.604000', '101417.607000', '101417.609000', '101417.612000', '101417.615000', '101417.617000', '101417.620000', '101417.623000', '101437.510000', '101437.513000', '101437.515000', '101437.518000', '101437.521000', '101437.524000', '101437.526000', '101437.529000', '101437.532000', '101437.534000', '101437.537000', '101437.540000', '101437.542000', '101437.545000', '101437.548000', '101437.550000', '101437.553000', '101437.556000', '101437.558000', '101437.561000', '101437.563000', '101437.566000', '101437.569000', '101437.571000', '101437.574000', '101437.577000', '101437.579000', '101437.582000', '101437.585000', '101437.587000', '101437.590000', '101437.593000', '101437.595000', '101437.603000', '101437.606000', '101437.609000', '101437.612000', '101437.615000', '101437.618000', '101437.621000', '101437.623000', '101437.626000', '101437.628000', '101457.508000', '101457.511000', '101457.514000', '101457.517000', '101457.519000', '101457.522000', '101457.525000', '101457.527000', '101457.530000', '101457.533000', '101457.535000', '101457.538000', '101457.540000', '101457.543000', '101457.546000', '101457.549000', '101457.551000', '101457.554000', '101457.557000', '101457.559000', '101457.562000', '101457.564000', '101457.567000', '101457.570000', '101457.573000', '101457.575000', '101457.578000', '101457.581000', '101457.583000', '101457.586000', '101457.589000', '101457.591000', '101457.594000', '101457.596000', '101457.599000', '101457.602000', '101457.604000', '101457.607000', '101457.610000', '101457.612000', '101457.615000', '101457.618000', '101457.620000', '101457.623000', '101517.509000', '101517.511000', '101517.514000', '101517.517000', '101517.520000', '101517.522000', '101517.525000', '101517.548000', '101517.550000', '101517.553000', '101517.556000', '101517.558000', '101517.561000', '101517.564000', '101517.566000', '101517.569000', '101517.572000', '101517.574000', '101517.577000', '101517.580000', '101517.582000', '101517.585000', '101517.588000', '101517.590000', '101517.593000', '101517.596000', '101517.598000', '101517.601000', '101517.604000', '101517.606000', '101517.609000', '101517.612000', '101517.614000', '101517.617000', '101517.619000', '101517.622000', '101517.625000', '101517.628000', '101517.631000', '101517.634000', '101517.637000', '101517.640000', '101517.643000', '101537.508000', '101537.512000', '101537.514000', '101537.517000', '101537.519000', '101537.522000', '101537.525000', '101537.527000', '101537.530000', '101537.533000', '101537.535000', '101537.538000', '101537.541000', '101537.543000', '101537.546000', '101537.548000', '101537.551000', '101537.554000', '101537.556000', '101537.559000', '101537.561000', '101537.564000', '101537.567000', '101537.570000', '101537.572000', '101537.575000', '101537.577000', '101537.581000', '101537.584000', '101537.586000', '101537.589000', '101537.592000', '101537.602000', '101537.604000', '101537.607000', '101537.610000', '101537.612000', '101537.615000', '101537.618000', '101537.620000', '101537.623000', '101537.626000', '101537.628000', '101537.631000', '101557.509000', '101557.512000', '101557.515000', '101557.518000', '101557.520000', '101557.523000', '101557.526000', '101557.529000', '101557.531000', '101557.534000', '101557.536000', '101557.539000', '101557.542000', '101557.544000', '101557.547000', '101557.550000', '101557.552000', '101557.555000', '101557.558000', '101557.560000', '101557.563000', '101557.565000', '101557.568000', '101557.571000', '101557.573000', '101557.576000', '101557.579000', '101557.581000', '101557.584000', '101557.587000', '101557.589000', '101557.592000', '101557.595000', '101557.597000', '101557.600000', '101557.603000', '101557.605000', '101557.608000', '101557.611000', '101557.614000', '101557.617000', '101557.621000', '101557.623000', '101617.509000', '101617.512000', '101617.515000', '101617.517000', '101617.521000', '101617.524000', '101617.526000', '101617.529000', '101617.532000', '101617.534000', '101617.537000', '101617.540000', '101617.542000', '101617.545000', '101617.547000', '101617.550000', '101617.553000', '101617.555000', '101617.558000', '101617.561000', '101617.563000', '101617.566000', '101617.569000', '101617.571000', '101617.574000', '101617.577000', '101617.579000', '101617.582000', '101617.584000', '101617.587000', '101617.590000', '101617.592000', '101617.595000', '101617.598000', '101617.600000', '101617.603000', '101617.606000', '101617.608000', '101617.611000', '101617.613000', '101617.616000', '101617.619000', '101617.622000', '101617.624000', '101637.510000', '101637.512000', '101637.515000', '101637.518000', '101637.552000', '101637.555000', '101637.558000', '101637.560000', '101637.563000', '101637.566000', '101637.568000', '101637.571000', '101637.574000', '101637.576000', '101637.579000', '101637.582000', '101637.584000', '101637.587000', '101637.590000', '101637.593000', '101637.595000', '101637.598000', '101637.601000', '101637.603000', '101637.606000', '101637.608000', '101637.611000', '101637.614000', '101637.616000', '101637.619000', '101637.621000', '101637.624000', '101637.627000', '101637.630000', '101637.632000', '101637.635000', '101637.638000', '101637.640000', '101637.643000', '101637.646000', '101637.649000', '101637.652000', '101637.654000', '101657.510000', '101657.513000', '101657.515000', '101657.518000', '101657.521000', '101657.523000', '101657.526000', '101657.529000', '101657.531000', '101657.534000', '101657.537000', '101657.539000', '101657.542000', '101657.545000', '101657.547000', '101657.550000', '101657.553000', '101657.555000', '101657.558000', '101657.567000', '101657.570000', '101657.572000', '101657.575000', '101657.578000', '101657.580000', '101657.583000', '101657.585000', '101657.588000', '101657.591000', '101657.593000', '101657.596000', '101657.599000', '101657.602000', '101657.604000', '101657.607000', '101657.609000', '101657.612000', '101657.615000', '101657.617000', '101657.620000', '101657.623000', '101657.625000', '101657.628000', '101657.631000', '101717.509000', '101717.512000', '101717.514000', '101717.517000', '101717.520000', '101717.522000', '101717.525000', '101717.528000', '101717.530000', '101717.533000', '101717.535000', '101717.538000', '101717.541000', '101717.543000', '101717.546000', '101717.549000', '101717.551000', '101717.554000', '101717.557000', '101717.559000', '101717.562000', '101717.565000', '101717.568000', '101717.570000', '101717.573000', '101717.576000', '101717.579000', '101717.581000', '101717.584000', '101717.587000', '101717.589000', '101717.592000', '101717.595000', '101717.597000', '101717.600000', '101717.603000', '101717.605000', '101717.608000', '101717.611000', '101717.613000', '101717.616000', '101717.619000', '101717.621000', '101734.659000', '101734.663000', '101734.666000', '101734.668000', '101734.671000', '101734.674000', '101734.677000', '101734.680000', '101734.682000', '101734.685000', '101734.688000', '101734.691000', '101734.694000', '101734.696000', '101734.699000', '101734.702000', '101734.705000', '101734.707000', '101734.710000', '101734.713000', '101734.715000', '101734.718000', '101734.721000', '101734.724000', '101734.726000', '101734.729000', '101734.732000', '101734.735000', '101734.737000', '101734.740000', '101734.743000', '101734.746000', '101734.749000', '101734.752000', '101734.755000', '101734.758000', '101734.762000', '101734.767000'], '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], 'LargestImagePixelValue': [9478, 8195, 12034, 9514, 16785, 13413, 16273, 9988, 8849, 8162, 9057, 8196, 8549, 10168, 8085, 9198, 7949, 11991, 8164, 10397, 7991, 13155, 12703, 10256, 8873, 7959, 8968, 8114, 13738, 10146, 17706, 11993, 9185, 8110, 8832, 9522, 8142, 13399, 7781, 8734, 8287, 8248, 11344, 8315, 10934, 8015, 8560, 9394, 8272, 10808, 7982, 12314, 8985, 17374, 13085, 11537, 8554, 9134, 8509, 8642, 15728, 11327, 11412, 8328, 9069, 8351, 11229, 8764, 8676, 7957, 8747, 8334, 8419, 11632, 8224, 8783, 8191, 8650, 10993, 8199, 9815, 7827, 13024, 9360, 8454, 8382, 8697, 13883, 10686, 13733, 8124, 9542, 8322, 12488, 12141, 12939, 9934, 8366, 8382, 8454, 13057, 10039, 11748, 7801, 8253, 8288, 8582, 12741, 8783, 8478, 8239, 8104, 12619, 8235, 11697, 8527, 10521, 10572, 8341, 9985, 8066, 13906, 11791, 11215, 9095, 8320, 9013, 7871, 15366, 11619, 11063, 7964, 8806, 8423, 8829, 13288, 8353, 9217, 7785, 8482, 8597, 8520, 10646, 8382, 9577, 7948, 11047, 12197, 8550, 10458, 8150, 12972, 9378, 16908, 12127, 11012, 8473, 8639, 11407, 12366, 17285, 13236, 13101, 8432, 10377, 7974, 11972, 9183, 8234, 8486, 8537, 8726, 8671, 11669, 8112, 8496, 8284, 9152, 8376, 15027, 10698, 9379, 8126, 8940, 7656, 8658, 11608, 8660, 8493, 8339, 9548, 8106, 10665, 8230, 9560, 8765, 10777, 8200, 14311, 8290, 9354, 8039, 8935, 8108, 11304, 9140, 8662, 7931, 8800, 8328, 8507, 12844, 8554, 9319, 8539, 9538, 8461, 13015, 8088, 10676, 7971, 11129, 9037, 8386, 7761, 8509, 12334, 8224, 10687, 8340, 13217, 9460, 16545, 8124, 9030, 7685, 8568, 11817, 10483, 10854, 8582, 8935, 8391, 11944, 8841, 9042, 8386, 8328, 7583, 8604, 10601, 8557, 8762, 8705, 13199, 9900, 10303, 7788, 8821, 10113, 11121, 15606, 8115, 10116, 8189, 12556, 11625, 11487, 7751, 8435, 8320, 8185, 15159, 9986, 10233, 8148, 9187, 7814, 8804, 12469, 8115, 8978, 7902, 9942, 7920, 13323, 10377, 8440, 7680, 8222, 8973, 8319, 11081, 8415, 10875, 7749, 10693, 10044, 13434, 8375, 8371, 8409, 8109, 10703, 8636, 11347, 8128, 8553, 7763, 8657, 10013, 8701, 8337, 8317, 8414, 7885, 13209, 9492, 9161, 7667, 8824, 7908, 8581, 9252, 8153, 8768, 8348, 13852, 7803, 8941, 7840, 8868, 12587, 8449, 8834, 8274, 9310, 7770, 14830, 9442, 8798, 7452, 8616, 8848, 8890, 13097, 8406, 7967, 8396, 9616, 7638, 10925, 8682, 8320, 7712, 8572, 9160, 8477, 8985, 8513, 8411, 8120, 13621, 9848, 9194, 7695, 8541, 7451, 8313, 13607, 8571, 10669, 7954, 9872, 8671, 8763, 7716, 8455, 9458, 8122, 12793, 8300, 9839, 8174, 13073, 8657, 11255, 7864, 8624, 7506, 8503, 9486, 8048, 12521, 8201, 9189, 8058, 8591, 7927, 8735, 8187, 8561, 10000, 7997, 11079, 7870, 10841, 7887, 12130, 8279, 9320, 8056, 8111, 12908, 9896, 11057, 7967, 8827, 7984, 11969, 8924, 10704, 7826, 8782, 7676, 8230, 11600, 8472, 9625, 8342, 9065, 8085, 10619, 8116, 8667, 8032, 8865, 12055, 8172, 10485, 8041, 11882, 7869, 14585, 9227, 8887, 7405, 8617, 10420, 10323, 16099, 10431, 9660, 8044, 8558, 7648, 12073, 9077, 8567, 7541, 8404, 9232, 8167, 9228, 8315, 9416, 8432, 11870, 8034, 9618, 7948, 8345, 7907, 9251, 7804, 8685, 8372, 8702, 9781, 8113, 10123, 7778, 8468, 7291, 8346, 10523, 8738, 10375, 7918, 8476, 7809, 8987, 10701, 8334, 10195, 7784, 13841, 9996, 10403, 7799, 9685, 11966, 7846, 10552, 7860, 13627, 9329, 10619, 7423, 8413, 9604, 8926, 14804, 8132, 8685, 7428, 8908, 8164, 9124, 10834, 8311, 8962, 7813, 9047, 7862, 9690, 8034, 8734, 8365, 8320, 11915, 7987, 10571, 8280, 9644, 9710, 8083, 9312, 8010, 13069, 8852, 13568, 9056, 8613, 8604, 8022, 12146, 9701, 14519, 9815, 8221, 8901, 7927, 12276, 8992, 8456, 7803, 8765, 7828, 8590, 9814, 8156, 10052, 8135, 13228, 9037, 8262, 7644, 8298, 11813, 9664, 13174, 8430, 9018, 8005, 10871, 8345, 11041, 7662, 9014, 7843, 8678, 8674, 8492, 8048, 8724, 9439, 8123, 8631, 8624, 8785, 7573, 8855, 10441, 8141, 8829, 8549, 13913, 9444, 11009, 8096, 10537, 8751, 11670, 8332, 8470, 8823, 8603, 12162, 9523, 12303, 7902, 8936, 8229, 8616, 10856, 8837, 9270, 7476, 9130, 8419, 8626, 10603, 8262, 10321, 7885, 12998, 9201, 7998, 8490, 7624, 15084, 11985, 14465, 9166, 8727, 7917, 13465, 13959, 8379, 8171, 7867, 9080, 7556, 11460, 7414, 8353, 7888, 7711, 11875, 9186, 8900, 7609, 8549, 7808, 8115, 11818, 8178, 8893, 7899, 10432, 11339, 8216, 8534, 8177, 12020, 8670, 15186, 9192, 8481, 7728, 8056, 10133, 8026, 14710, 8902, 8746, 7319, 8533, 7560, 8267, 11724, 8201, 9204, 7931, 9083, 7580, 8088, 11643, 7958, 9068, 7672, 9945, 8146, 10912, 11382, 8330, 8258, 7830, 9846, 7873, 13055, 11057, 14260, 8025, 8178, 7616, 8216, 11393, 8063, 8967, 7893, 8663, 7616, 8332, 10782, 9496, 11612, 7948, 8853, 7643, 8193, 7526, 9013, 7497, 8441, 7303, 8164, 11623, 8310, 8717, 7929, 9019, 7430, 8157, 11208, 8609, 8043, 8312, 9556, 8092, 10682, 8556, 8571, 7731, 8397, 11018, 8290, 11347, 7741, 8444, 7399, 8214, 12342, 9036, 9816, 7788, 9019, 7626, 8616, 11013, 7879, 9369, 8040, 12583, 10060, 10129, 7748, 8075, 8484, 7821, 12603, 11057, 14347, 7422, 8241, 7757, 8035, 11374, 8131, 9445, 8030, 10871, 7934, 8557, 7441, 8203, 9837, 9542, 14604, 9051, 9487, 7863, 10601, 8080, 15936, 15542, 17885, 12667, 9910, 8565, 7330, 9180, 7705, 8795, 9086, 8003, 8406, 7573, 7886, 8008, 7782, 9293, 7582, 8253, 11199, 7853, 9674, 9823, 10335, 15073, 13002, 14509, 9328, 9235, 7752, 8196, 8112, 9603, 15104, 11488, 10075, 8107, 8626, 7803, 8759, 8181, 8387, 8620, 8640, 7926, 7652, 7858, 8367, 7529, 8685, 8147, 7978, 12455, 8262, 11660, 9164, 13203, 14431, 11243, 10944, 7915, 8924, 7862, 9619, 8685, 12917, 9817, 8490, 7758, 8422, 8359, 8128, 8002, 7392, 7958, 7532, 8130, 10030, 8299, 10401, 7826, 12277, 8362, 11292, 8589, 10783, 10719, 14389, 14335, 8368, 10001, 8142, 9968, 7797, 16678, 10997, 10184, 7922, 8384, 7218, 7722, 8962, 8176, 7560, 8724, 7765, 8035, 10224, 7642, 7999, 7731, 8355, 9458, 8326, 11593, 7876, 10181, 7434, 11077, 8491, 8568, 8455, 7965, 12941, 9106, 12856, 8384, 9900, 7491, 11484, 8273, 8361, 7620, 8460, 8537, 8029, 13792, 8118, 9883, 7918, 8545, 7512, 9165, 7728, 8509, 7966, 8381, 10222, 8183, 7728, 7690, 7668, 7834, 8490, 10773, 7918, 8378, 7417, 8692, 13201, 9002, 10057, 7617, 7881, 12023, 9710, 12940, 7562, 8960, 8482, 7954, 9063, 7998, 7521, 14410, 10220, 8372, 8437, 7506, 12040, 9703, 16235, 10983, 8212, 8524, 7815, 10876, 9058, 8324, 8043, 8637, 8964, 7945, 9254, 7552, 8638, 8500, 8257, 11837, 7861, 8876, 7596, 8609, 9642, 8402, 9229, 8161, 8707, 7723, 13289, 9661, 9831, 7531, 8245, 7793, 8457, 10153, 7879, 8477, 7470, 9171, 10029, 8641, 8082, 7814, 10372, 7631, 14008, 11452, 7995, 8243, 8283, 11160, 8990, 11866, 7899, 8541, 8147, 7976, 10438, 7876, 8865, 7467, 11795, 9768, 8120, 8708, 7599, 11712, 9089, 8613, 7534, 7827, 11129, 7997, 9396, 7936, 8137, 8500, 8019, 13099, 8179, 8304, 7756, 8513, 11708, 7568, 8764, 7442, 9066, 8967, 8250, 9230, 7548, 13242, 11175, 9296, 8221, 8190, 9014, 7561, 11808, 9698, 8485, 7949, 8342, 9483, 7719, 10946, 9057, 8226, 8196, 7392, 8363, 9807, 8707, 8877, 9579, 7673, 12403, 11053, 9459, 11653, 8194, 9541, 8421, 12380, 15180, 10718, 11862, 7496, 13356, 9621, 14462, 9755, 7843, 8588, 7348, 8251, 7698, 10859, 8367, 8027, 7923, 7799, 10356, 7732, 8748, 8258, 8803, 7571, 8857, 11111, 8410, 9582, 8710, 7902, 13375, 9516, 10555, 9252, 7601, 9135, 7482, 12551, 12442, 13457, 12130, 8206, 8247, 8021, 8452, 8226, 8218, 8002, 7582, 10284, 7659, 8701, 7942, 8106], 'WindowCenter': [4459.0, 4408.0, 4463.0, 4405.0, 4462.0, 4429.0, 4446.0, 4383.0, 4348.0, 4340.0, 4348.0, 4351.0, 4360.0, 4383.0, 4351.0, 4371.0, 4352.0, 4401.0, 4351.0, 4381.0, 4352.0, 4409.0, 4410.0, 4380.0, 4359.0, 4337.0, 4347.0, 4352.0, 4420.0, 4380.0, 4453.0, 4401.0, 4357.0, 4325.0, 4360.0, 4367.0, 4350.0, 4420.0, 4340.0, 4347.0, 4347.0, 4362.0, 4403.0, 4363.0, 4391.0, 4351.0, 4375.0, 4374.0, 4363.0, 4392.0, 4353.0, 4415.0, 4373.0, 4453.0, 4426.0, 4390.0, 4348.0, 4356.0, 4360.0, 4348.0, 4431.0, 4392.0, 4390.0, 4348.0, 4356.0, 4360.0, 4387.0, 4361.0, 4360.0, 4349.0, 4359.0, 4362.0, 4360.0, 4402.0, 4363.0, 4360.0, 4364.0, 4374.0, 4405.0, 4363.0, 4382.0, 4356.0, 4425.0, 4373.0, 4351.0, 4364.0, 4362.0, 4423.0, 4395.0, 4422.0, 4339.0, 4369.0, 4363.0, 4410.0, 4399.0, 4412.0, 4369.0, 4337.0, 4335.0, 4347.0, 4408.0, 4382.0, 4401.0, 4340.0, 4349.0, 4362.0, 4361.0, 4412.0, 4363.0, 4351.0, 4350.0, 4351.0, 4414.0, 4364.0, 4401.0, 4376.0, 4393.0, 4393.0, 4350.0, 4382.0, 4365.0, 4434.0, 4414.0, 4404.0, 4360.0, 4350.0, 4361.0, 4351.0, 4430.0, 4405.0, 4391.0, 4339.0, 4358.0, 4350.0, 4359.0, 4421.0, 4362.0, 4358.0, 4339.0, 4374.0, 4362.0, 4373.0, 4393.0, 4350.0, 4371.0, 4365.0, 4403.0, 4427.0, 4363.0, 4381.0, 4351.0, 4423.0, 4372.0, 4455.0, 4414.0, 4379.0, 4337.0, 4360.0, 4389.0, 4396.0, 4443.0, 4411.0, 4397.0, 4336.0, 4365.0, 4348.0, 4400.0, 4359.0, 4335.0, 4345.0, 4348.0, 4358.0, 4358.0, 4389.0, 4336.0, 4334.0, 4334.0, 4368.0, 4348.0, 4431.0, 4392.0, 4357.0, 4335.0, 4356.0, 4338.0, 4358.0, 4401.0, 4347.0, 4348.0, 4348.0, 4371.0, 4350.0, 4379.0, 4336.0, 4354.0, 4359.0, 4389.0, 4347.0, 4420.0, 4348.0, 4343.0, 4339.0, 4359.0, 4350.0, 4389.0, 4373.0, 4349.0, 4337.0, 4357.0, 4350.0, 4359.0, 4410.0, 4359.0, 4358.0, 4348.0, 4369.0, 4349.0, 4411.0, 4351.0, 4377.0, 4353.0, 4390.0, 4373.0, 4349.0, 4341.0, 4360.0, 4412.0, 4350.0, 4378.0, 4362.0, 4411.0, 4370.0, 4441.0, 4338.0, 4345.0, 4340.0, 4358.0, 4398.0, 4390.0, 4379.0, 4346.0, 4346.0, 4348.0, 4386.0, 4372.0, 4356.0, 4348.0, 4349.0, 4339.0, 4360.0, 4392.0, 4358.0, 4348.0, 4373.0, 4410.0, 4395.0, 4380.0, 4338.0, 4371.0, 4381.0, 4402.0, 4432.0, 4338.0, 4365.0, 4361.0, 4398.0, 4402.0, 4386.0, 4325.0, 4347.0, 4348.0, 4346.0, 4430.0, 4381.0, 4365.0, 4323.0, 4357.0, 4338.0, 4356.0, 4407.0, 4338.0, 4345.0, 4337.0, 4367.0, 4347.0, 4409.0, 4377.0, 4334.0, 4323.0, 4347.0, 4357.0, 4349.0, 4376.0, 4348.0, 4365.0, 4339.0, 4377.0, 4366.0, 4408.0, 4333.0, 4333.0, 4333.0, 4337.0, 4375.0, 4357.0, 4376.0, 4337.0, 4345.0, 4338.0, 4346.0, 4367.0, 4358.0, 4346.0, 4334.0, 4346.0, 4336.0, 4407.0, 4370.0, 4357.0, 4326.0, 4358.0, 4336.0, 4360.0, 4357.0, 4335.0, 4357.0, 4348.0, 4420.0, 4339.0, 4346.0, 4349.0, 4358.0, 4410.0, 4348.0, 4346.0, 4336.0, 4356.0, 4336.0, 4418.0, 4369.0, 4334.0, 4324.0, 4346.0, 4355.0, 4355.0, 4410.0, 4345.0, 4323.0, 4345.0, 4366.0, 4336.0, 4388.0, 4347.0, 4334.0, 4337.0, 4358.0, 4368.0, 4359.0, 4357.0, 4347.0, 4360.0, 4350.0, 4419.0, 4394.0, 4370.0, 4338.0, 4359.0, 4340.0, 4347.0, 4420.0, 4348.0, 4377.0, 4338.0, 4367.0, 4359.0, 4347.0, 4323.0, 4333.0, 4369.0, 4347.0, 4409.0, 4347.0, 4365.0, 4360.0, 4407.0, 4346.0, 4386.0, 4349.0, 4345.0, 4313.0, 4357.0, 4366.0, 4335.0, 4398.0, 4350.0, 4354.0, 4337.0, 4357.0, 4349.0, 4348.0, 4347.0, 4359.0, 4380.0, 4352.0, 4389.0, 4338.0, 4392.0, 4351.0, 4400.0, 4350.0, 4357.0, 4350.0, 4349.0, 4398.0, 4369.0, 4377.0, 4336.0, 4344.0, 4347.0, 4384.0, 4369.0, 4389.0, 4338.0, 4345.0, 4337.0, 4347.0, 4386.0, 4359.0, 4366.0, 4336.0, 4354.0, 4349.0, 4389.0, 4351.0, 4348.0, 4349.0, 4370.0, 4410.0, 4350.0, 4367.0, 4348.0, 4400.0, 4349.0, 4429.0, 4360.0, 4345.0, 4324.0, 4358.0, 4378.0, 4376.0, 4441.0, 4379.0, 4355.0, 4334.0, 4347.0, 4336.0, 4398.0, 4359.0, 4346.0, 4324.0, 4348.0, 4357.0, 4349.0, 4356.0, 4334.0, 4344.0, 4351.0, 4396.0, 4338.0, 4352.0, 4337.0, 4335.0, 4334.0, 4355.0, 4326.0, 4346.0, 4334.0, 4358.0, 4377.0, 4349.0, 4380.0, 4341.0, 4347.0, 4340.0, 4347.0, 4377.0, 4361.0, 4379.0, 4337.0, 4347.0, 4349.0, 4358.0, 4392.0, 4349.0, 4379.0, 4352.0, 4422.0, 4383.0, 4377.0, 4351.0, 4368.0, 4402.0, 4337.0, 4365.0, 4338.0, 4419.0, 4369.0, 4366.0, 4325.0, 4348.0, 4367.0, 4356.0, 4419.0, 4334.0, 4332.0, 4327.0, 4355.0, 4334.0, 4355.0, 4388.0, 4335.0, 4344.0, 4337.0, 4355.0, 4335.0, 4369.0, 4338.0, 4346.0, 4336.0, 4360.0, 4398.0, 4350.0, 4375.0, 4362.0, 4369.0, 4381.0, 4348.0, 4357.0, 4352.0, 4420.0, 4358.0, 4421.0, 4358.0, 4348.0, 4345.0, 4350.0, 4398.0, 4369.0, 4431.0, 4369.0, 4336.0, 4344.0, 4348.0, 4395.0, 4370.0, 4347.0, 4325.0, 4347.0, 4338.0, 4361.0, 4369.0, 4339.0, 4379.0, 4351.0, 4422.0, 4361.0, 4337.0, 4338.0, 4359.0, 4386.0, 4367.0, 4396.0, 4335.0, 4343.0, 4337.0, 4375.0, 4346.0, 4387.0, 4327.0, 4345.0, 4336.0, 4345.0, 4346.0, 4358.0, 4336.0, 4360.0, 4368.0, 4362.0, 4358.0, 4361.0, 4359.0, 4350.0, 4373.0, 4392.0, 4339.0, 4371.0, 4371.0, 4423.0, 4383.0, 4378.0, 4350.0, 4391.0, 4358.0, 4400.0, 4348.0, 4347.0, 4357.0, 4358.0, 4396.0, 4381.0, 4411.0, 4348.0, 4357.0, 4347.0, 4359.0, 4388.0, 4374.0, 4369.0, 4329.0, 4371.0, 4359.0, 4373.0, 4379.0, 4348.0, 4379.0, 4351.0, 4423.0, 4370.0, 4336.0, 4361.0, 4338.0, 4431.0, 4402.0, 4407.0, 4345.0, 4345.0, 4335.0, 4394.0, 4408.0, 4334.0, 4334.0, 4333.0, 4343.0, 4336.0, 4387.0, 4326.0, 4334.0, 4347.0, 4335.0, 4384.0, 4370.0, 4345.0, 4323.0, 4345.0, 4336.0, 4348.0, 4399.0, 4348.0, 4356.0, 4351.0, 4388.0, 4390.0, 4335.0, 4332.0, 4350.0, 4398.0, 4347.0, 4429.0, 4358.0, 4334.0, 4310.0, 4338.0, 4375.0, 4334.0, 4418.0, 4357.0, 4333.0, 4313.0, 4346.0, 4337.0, 4344.0, 4385.0, 4346.0, 4352.0, 4324.0, 4343.0, 4336.0, 4335.0, 4388.0, 4338.0, 4345.0, 4339.0, 4367.0, 4338.0, 4377.0, 4388.0, 4335.0, 4333.0, 4322.0, 4354.0, 4337.0, 4397.0, 4389.0, 4405.0, 4322.0, 4320.0, 4324.0, 4333.0, 4373.0, 4324.0, 4331.0, 4323.0, 4332.0, 4336.0, 4345.0, 4373.0, 4355.0, 4374.0, 4322.0, 4330.0, 4323.0, 4333.0, 4324.0, 4346.0, 4315.0, 4334.0, 4325.0, 4347.0, 4374.0, 4347.0, 4333.0, 4324.0, 4343.0, 4326.0, 4334.0, 4388.0, 4347.0, 4336.0, 4347.0, 4367.0, 4335.0, 4376.0, 4347.0, 4347.0, 4324.0, 4348.0, 4387.0, 4359.0, 4388.0, 4337.0, 4335.0, 4338.0, 4347.0, 4397.0, 4372.0, 4367.0, 4326.0, 4344.0, 4340.0, 4358.0, 4388.0, 4337.0, 4358.0, 4350.0, 4397.0, 4380.0, 4366.0, 4324.0, 4324.0, 4346.0, 4335.0, 4384.0, 4391.0, 4406.0, 4314.0, 4333.0, 4335.0, 4334.0, 4387.0, 4335.0, 4353.0, 4348.0, 4376.0, 4350.0, 4345.0, 4325.0, 4348.0, 4367.0, 4355.0, 4418.0, 4345.0, 4343.0, 4337.0, 4363.0, 4334.0, 4418.0, 4434.0, 4438.0, 4393.0, 4352.0, 4342.0, 4311.0, 4339.0, 4322.0, 4343.0, 4357.0, 4363.0, 4360.0, 4340.0, 4348.0, 4334.0, 4337.0, 4354.0, 4338.0, 4348.0, 4389.0, 4348.0, 4382.0, 4381.0, 4381.0, 4420.0, 4410.0, 4393.0, 4343.0, 4327.0, 4309.0, 4331.0, 4323.0, 4353.0, 4403.0, 4385.0, 4351.0, 4321.0, 4318.0, 4309.0, 4344.0, 4349.0, 4352.0, 4360.0, 4373.0, 4351.0, 4340.0, 4350.0, 4349.0, 4340.0, 4346.0, 4350.0, 4350.0, 4401.0, 4351.0, 4403.0, 4374.0, 4411.0, 4420.0, 4388.0, 4363.0, 4324.0, 4329.0, 4335.0, 4354.0, 4343.0, 4394.0, 4367.0, 4345.0, 4323.0, 4333.0, 4333.0, 4336.0, 4348.0, 4341.0, 4350.0, 4351.0, 4352.0, 4382.0, 4361.0, 4380.0, 4343.0, 4400.0, 4350.0, 4378.0, 4349.0, 4391.0, 4381.0, 4421.0, 4420.0, 4336.0, 4355.0, 4336.0, 4366.0, 4324.0, 4427.0, 4376.0, 4364.0, 4324.0, 4334.0, 4325.0, 4323.0, 4356.0, 4348.0, 4336.0, 4346.0, 4338.0, 4349.0, 4380.0, 4353.0, 4349.0, 4338.0, 4363.0, 4383.0, 4363.0, 4401.0, 4350.0, 4380.0, 4341.0, 4389.0, 4360.0, 4348.0, 4350.0, 4351.0, 4411.0, 4359.0, 4397.0, 4336.0, 4366.0, 4339.0, 4388.0, 4349.0, 4335.0, 4326.0, 4348.0, 4357.0, 4335.0, 4420.0, 4337.0, 4353.0, 4334.0, 4346.0, 4325.0, 4357.0, 4339.0, 4347.0, 4336.0, 4360.0, 4377.0, 4361.0, 4337.0, 4341.0, 4352.0, 4350.0, 4373.0, 4390.0, 4352.0, 4348.0, 4339.0, 4360.0, 4424.0, 4360.0, 4366.0, 4353.0, 4350.0, 4411.0, 4381.0, 4409.0, 4337.0, 4357.0, 4346.0, 4337.0, 4356.0, 4352.0, 4351.0, 4432.0, 4382.0, 4347.0, 4335.0, 4340.0, 4398.0, 4368.0, 4441.0, 4378.0, 4336.0, 4344.0, 4338.0, 4375.0, 4358.0, 4347.0, 4335.0, 4345.0, 4358.0, 4350.0, 4358.0, 4326.0, 4359.0, 4361.0, 4360.0, 4400.0, 4338.0, 4345.0, 4351.0, 4359.0, 4368.0, 4348.0, 4357.0, 4335.0, 4346.0, 4338.0, 4395.0, 4369.0, 4355.0, 4325.0, 4333.0, 4335.0, 4345.0, 4378.0, 4339.0, 4346.0, 4338.0, 4369.0, 4381.0, 4360.0, 4335.0, 4335.0, 4378.0, 4338.0, 4421.0, 4389.0, 4335.0, 4334.0, 4349.0, 4386.0, 4371.0, 4387.0, 4336.0, 4346.0, 4346.0, 4348.0, 4377.0, 4335.0, 4357.0, 4338.0, 4399.0, 4368.0, 4335.0, 4357.0, 4337.0, 4386.0, 4358.0, 4345.0, 4324.0, 4336.0, 4385.0, 4347.0, 4368.0, 4336.0, 4335.0, 4357.0, 4348.0, 4409.0, 4348.0, 4347.0, 4338.0, 4359.0, 4399.0, 4337.0, 4346.0, 4339.0, 4370.0, 4358.0, 4347.0, 4370.0, 4349.0, 4408.0, 4402.0, 4369.0, 4336.0, 4334.0, 4355.0, 4337.0, 4397.0, 4382.0, 4347.0, 4334.0, 4348.0, 4368.0, 4337.0, 4375.0, 4368.0, 4357.0, 4345.0, 4327.0, 4347.0, 4368.0, 4358.0, 4358.0, 4370.0, 4356.0, 4412.0, 4402.0, 4368.0, 4386.0, 4336.0, 4353.0, 4336.0, 4397.0, 4420.0, 4365.0, 4375.0, 4327.0, 4406.0, 4352.0, 4402.0, 4340.0, 4319.0, 4330.0, 4313.0, 4331.0, 4335.0, 4378.0, 4337.0, 4335.0, 4336.0, 4324.0, 4362.0, 4326.0, 4331.0, 4334.0, 4344.0, 4337.0, 4369.0, 4390.0, 4350.0, 4366.0, 4361.0, 4350.0, 4410.0, 4367.0, 4375.0, 4354.0, 4325.0, 4343.0, 4326.0, 4397.0, 4397.0, 4410.0, 4386.0, 4334.0, 4321.0, 4337.0, 4344.0, 4346.0, 4335.0, 4334.0, 4335.0, 4377.0, 4339.0, 4347.0, 4337.0, 4348.0], 'WindowWidth': [9868.0, 9774.0, 9836.0, 9742.0, 9812.0, 9756.0, 9772.0, 9682.0, 9627.0, 9618.0, 9627.0, 9635.0, 9647.0, 9681.0, 9634.0, 9662.0, 9638.0, 9698.0, 9632.0, 9674.0, 9640.0, 9712.0, 9713.0, 9675.0, 9640.0, 9608.0, 9620.0, 9641.0, 9729.0, 9673.0, 9778.0, 9700.0, 9635.0, 9589.0, 9648.0, 9653.0, 9633.0, 9726.0, 9618.0, 9622.0, 9623.0, 9654.0, 9706.0, 9656.0, 9687.0, 9638.0, 9676.0, 9670.0, 9655.0, 9691.0, 9642.0, 9730.0, 9671.0, 9781.0, 9742.0, 9684.0, 9624.0, 9634.0, 9648.0, 9628.0, 9747.0, 9690.0, 9683.0, 9626.0, 9637.0, 9648.0, 9677.0, 9651.0, 9647.0, 9630.0, 9642.0, 9653.0, 9650.0, 9706.0, 9654.0, 9648.0, 9660.0, 9673.0, 9714.0, 9654.0, 9682.0, 9650.0, 9740.0, 9671.0, 9633.0, 9659.0, 9656.0, 9736.0, 9701.0, 9730.0, 9616.0, 9655.0, 9656.0, 9716.0, 9700.0, 9717.0, 9654.0, 9607.0, 9603.0, 9625.0, 9706.0, 9681.0, 9701.0, 9619.0, 9627.0, 9654.0, 9652.0, 9719.0, 9655.0, 9634.0, 9634.0, 9637.0, 9724.0, 9658.0, 9701.0, 9677.0, 9694.0, 9696.0, 9635.0, 9678.0, 9665.0, 9755.0, 9726.0, 9709.0, 9647.0, 9629.0, 9648.0, 9637.0, 9744.0, 9713.0, 9688.0, 9615.0, 9641.0, 9635.0, 9646.0, 9730.0, 9653.0, 9640.0, 9616.0, 9674.0, 9654.0, 9673.0, 9694.0, 9634.0, 9663.0, 9664.0, 9709.0, 9746.0, 9652.0, 9673.0, 9638.0, 9736.0, 9667.0, 9784.0, 9722.0, 9666.0, 9608.0, 9647.0, 9686.0, 9690.0, 9768.0, 9713.0, 9688.0, 9606.0, 9642.0, 9628.0, 9698.0, 9641.0, 9604.0, 9618.0, 9628.0, 9642.0, 9640.0, 9683.0, 9605.0, 9599.0, 9601.0, 9656.0, 9627.0, 9744.0, 9692.0, 9633.0, 9603.0, 9634.0, 9618.0, 9641.0, 9703.0, 9623.0, 9623.0, 9626.0, 9660.0, 9633.0, 9666.0, 9604.0, 9625.0, 9646.0, 9685.0, 9624.0, 9725.0, 9625.0, 9612.0, 9616.0, 9645.0, 9636.0, 9683.0, 9666.0, 9628.0, 9610.0, 9637.0, 9634.0, 9644.0, 9712.0, 9641.0, 9637.0, 9623.0, 9656.0, 9630.0, 9715.0, 9636.0, 9662.0, 9642.0, 9687.0, 9669.0, 9629.0, 9621.0, 9649.0, 9719.0, 9633.0, 9665.0, 9654.0, 9717.0, 9661.0, 9757.0, 9612.0, 9616.0, 9622.0, 9642.0, 9694.0, 9686.0, 9667.0, 9620.0, 9619.0, 9630.0, 9677.0, 9668.0, 9633.0, 9624.0, 9630.0, 9620.0, 9648.0, 9692.0, 9641.0, 9626.0, 9672.0, 9715.0, 9702.0, 9671.0, 9613.0, 9664.0, 9677.0, 9705.0, 9746.0, 9610.0, 9644.0, 9651.0, 9698.0, 9706.0, 9674.0, 9590.0, 9623.0, 9629.0, 9625.0, 9742.0, 9674.0, 9642.0, 9586.0, 9641.0, 9619.0, 9638.0, 9708.0, 9612.0, 9616.0, 9610.0, 9653.0, 9627.0, 9710.0, 9664.0, 9600.0, 9584.0, 9623.0, 9640.0, 9630.0, 9660.0, 9625.0, 9641.0, 9620.0, 9666.0, 9648.0, 9705.0, 9599.0, 9597.0, 9597.0, 9611.0, 9660.0, 9641.0, 9660.0, 9608.0, 9617.0, 9615.0, 9623.0, 9650.0, 9639.0, 9620.0, 9602.0, 9622.0, 9609.0, 9706.0, 9660.0, 9634.0, 9592.0, 9641.0, 9609.0, 9646.0, 9637.0, 9604.0, 9639.0, 9630.0, 9724.0, 9615.0, 9621.0, 9631.0, 9641.0, 9713.0, 9625.0, 9618.0, 9606.0, 9637.0, 9611.0, 9722.0, 9653.0, 9601.0, 9588.0, 9624.0, 9634.0, 9631.0, 9712.0, 9618.0, 9585.0, 9618.0, 9650.0, 9610.0, 9679.0, 9623.0, 9600.0, 9608.0, 9642.0, 9653.0, 9644.0, 9635.0, 9621.0, 9648.0, 9632.0, 9726.0, 9697.0, 9660.0, 9613.0, 9643.0, 9622.0, 9625.0, 9729.0, 9625.0, 9664.0, 9612.0, 9651.0, 9644.0, 9622.0, 9587.0, 9598.0, 9657.0, 9625.0, 9708.0, 9622.0, 9643.0, 9649.0, 9705.0, 9624.0, 9675.0, 9630.0, 9618.0, 9572.0, 9640.0, 9649.0, 9606.0, 9694.0, 9631.0, 9627.0, 9610.0, 9638.0, 9632.0, 9625.0, 9623.0, 9645.0, 9672.0, 9639.0, 9681.0, 9611.0, 9691.0, 9637.0, 9701.0, 9630.0, 9635.0, 9635.0, 9631.0, 9696.0, 9656.0, 9661.0, 9604.0, 9613.0, 9627.0, 9670.0, 9659.0, 9682.0, 9613.0, 9617.0, 9614.0, 9627.0, 9674.0, 9644.0, 9648.0, 9606.0, 9630.0, 9631.0, 9684.0, 9634.0, 9625.0, 9629.0, 9661.0, 9717.0, 9630.0, 9649.0, 9628.0, 9700.0, 9633.0, 9739.0, 9643.0, 9616.0, 9588.0, 9642.0, 9668.0, 9662.0, 9760.0, 9666.0, 9628.0, 9600.0, 9625.0, 9611.0, 9694.0, 9641.0, 9618.0, 9584.0, 9628.0, 9637.0, 9630.0, 9633.0, 9601.0, 9610.0, 9636.0, 9690.0, 9613.0, 9623.0, 9611.0, 9605.0, 9604.0, 9632.0, 9592.0, 9619.0, 9601.0, 9641.0, 9666.0, 9631.0, 9671.0, 9620.0, 9622.0, 9620.0, 9627.0, 9664.0, 9647.0, 9668.0, 9610.0, 9623.0, 9633.0, 9643.0, 9692.0, 9631.0, 9667.0, 9641.0, 9733.0, 9681.0, 9662.0, 9637.0, 9654.0, 9704.0, 9608.0, 9642.0, 9612.0, 9727.0, 9658.0, 9646.0, 9590.0, 9630.0, 9653.0, 9636.0, 9725.0, 9603.0, 9594.0, 9599.0, 9636.0, 9603.0, 9633.0, 9679.0, 9605.0, 9613.0, 9611.0, 9633.0, 9608.0, 9657.0, 9614.0, 9621.0, 9606.0, 9647.0, 9697.0, 9634.0, 9658.0, 9652.0, 9658.0, 9677.0, 9628.0, 9636.0, 9640.0, 9731.0, 9643.0, 9731.0, 9640.0, 9625.0, 9618.0, 9637.0, 9697.0, 9656.0, 9744.0, 9655.0, 9606.0, 9616.0, 9629.0, 9689.0, 9661.0, 9621.0, 9589.0, 9624.0, 9614.0, 9649.0, 9654.0, 9614.0, 9669.0, 9638.0, 9731.0, 9648.0, 9609.0, 9615.0, 9646.0, 9676.0, 9651.0, 9685.0, 9603.0, 9609.0, 9611.0, 9660.0, 9623.0, 9675.0, 9594.0, 9615.0, 9606.0, 9620.0, 9621.0, 9639.0, 9608.0, 9647.0, 9655.0, 9654.0, 9641.0, 9647.0, 9646.0, 9635.0, 9670.0, 9689.0, 9614.0, 9663.0, 9666.0, 9737.0, 9682.0, 9665.0, 9638.0, 9689.0, 9642.0, 9699.0, 9627.0, 9624.0, 9636.0, 9642.0, 9689.0, 9677.0, 9716.0, 9627.0, 9635.0, 9626.0, 9648.0, 9683.0, 9671.0, 9656.0, 9602.0, 9665.0, 9645.0, 9669.0, 9670.0, 9625.0, 9671.0, 9638.0, 9736.0, 9660.0, 9608.0, 9652.0, 9617.0, 9746.0, 9704.0, 9704.0, 9617.0, 9622.0, 9608.0, 9683.0, 9708.0, 9600.0, 9602.0, 9599.0, 9615.0, 9611.0, 9676.0, 9594.0, 9600.0, 9627.0, 9608.0, 9670.0, 9661.0, 9619.0, 9585.0, 9618.0, 9612.0, 9629.0, 9695.0, 9626.0, 9634.0, 9637.0, 9683.0, 9685.0, 9603.0, 9595.0, 9634.0, 9696.0, 9625.0, 9739.0, 9637.0, 9598.0, 9564.0, 9615.0, 9661.0, 9603.0, 9723.0, 9637.0, 9597.0, 9570.0, 9622.0, 9614.0, 9616.0, 9673.0, 9619.0, 9624.0, 9586.0, 9610.0, 9610.0, 9606.0, 9682.0, 9612.0, 9616.0, 9616.0, 9652.0, 9613.0, 9665.0, 9680.0, 9604.0, 9598.0, 9583.0, 9626.0, 9613.0, 9691.0, 9683.0, 9695.0, 9580.0, 9572.0, 9590.0, 9601.0, 9652.0, 9587.0, 9590.0, 9582.0, 9593.0, 9608.0, 9620.0, 9652.0, 9631.0, 9653.0, 9578.0, 9587.0, 9584.0, 9600.0, 9590.0, 9620.0, 9577.0, 9599.0, 9593.0, 9623.0, 9656.0, 9625.0, 9598.0, 9587.0, 9611.0, 9598.0, 9605.0, 9681.0, 9622.0, 9605.0, 9621.0, 9652.0, 9606.0, 9664.0, 9623.0, 9621.0, 9587.0, 9629.0, 9679.0, 9642.0, 9677.0, 9609.0, 9602.0, 9616.0, 9626.0, 9691.0, 9665.0, 9650.0, 9593.0, 9614.0, 9620.0, 9641.0, 9681.0, 9608.0, 9639.0, 9633.0, 9694.0, 9673.0, 9647.0, 9588.0, 9588.0, 9621.0, 9608.0, 9671.0, 9690.0, 9700.0, 9573.0, 9596.0, 9607.0, 9602.0, 9679.0, 9606.0, 9624.0, 9630.0, 9661.0, 9633.0, 9618.0, 9591.0, 9628.0, 9652.0, 9634.0, 9724.0, 9616.0, 9609.0, 9609.0, 9642.0, 9603.0, 9727.0, 9773.0, 9755.0, 9680.0, 9623.0, 9611.0, 9569.0, 9602.0, 9582.0, 9613.0, 9638.0, 9657.0, 9647.0, 9618.0, 9627.0, 9604.0, 9611.0, 9630.0, 9614.0, 9627.0, 9682.0, 9628.0, 9681.0, 9678.0, 9676.0, 9731.0, 9711.0, 9677.0, 9609.0, 9581.0, 9559.0, 9593.0, 9585.0, 9626.0, 9695.0, 9670.0, 9615.0, 9575.0, 9566.0, 9559.0, 9615.0, 9633.0, 9639.0, 9646.0, 9669.0, 9636.0, 9620.0, 9631.0, 9627.0, 9619.0, 9622.0, 9632.0, 9632.0, 9700.0, 9633.0, 9708.0, 9669.0, 9716.0, 9729.0, 9677.0, 9635.0, 9586.0, 9586.0, 9605.0, 9625.0, 9612.0, 9680.0, 9645.0, 9616.0, 9582.0, 9596.0, 9600.0, 9610.0, 9628.0, 9620.0, 9630.0, 9635.0, 9638.0, 9675.0, 9647.0, 9669.0, 9627.0, 9697.0, 9630.0, 9665.0, 9628.0, 9689.0, 9675.0, 9726.0, 9723.0, 9604.0, 9627.0, 9607.0, 9647.0, 9588.0, 9735.0, 9661.0, 9638.0, 9586.0, 9603.0, 9593.0, 9585.0, 9635.0, 9625.0, 9605.0, 9617.0, 9615.0, 9632.0, 9672.0, 9640.0, 9627.0, 9611.0, 9655.0, 9679.0, 9655.0, 9700.0, 9629.0, 9673.0, 9624.0, 9682.0, 9645.0, 9625.0, 9632.0, 9638.0, 9716.0, 9641.0, 9689.0, 9605.0, 9646.0, 9619.0, 9679.0, 9630.0, 9604.0, 9593.0, 9627.0, 9638.0, 9606.0, 9725.0, 9609.0, 9623.0, 9602.0, 9624.0, 9593.0, 9639.0, 9615.0, 9623.0, 9606.0, 9648.0, 9663.0, 9649.0, 9611.0, 9621.0, 9641.0, 9635.0, 9668.0, 9685.0, 9636.0, 9626.0, 9621.0, 9648.0, 9738.0, 9644.0, 9645.0, 9639.0, 9634.0, 9717.0, 9675.0, 9707.0, 9609.0, 9635.0, 9620.0, 9608.0, 9633.0, 9641.0, 9638.0, 9749.0, 9676.0, 9622.0, 9602.0, 9623.0, 9696.0, 9654.0, 9754.0, 9664.0, 9604.0, 9613.0, 9615.0, 9660.0, 9641.0, 9621.0, 9603.0, 9617.0, 9641.0, 9633.0, 9637.0, 9595.0, 9643.0, 9652.0, 9648.0, 9697.0, 9610.0, 9615.0, 9636.0, 9645.0, 9653.0, 9625.0, 9636.0, 9602.0, 9622.0, 9613.0, 9687.0, 9654.0, 9627.0, 9588.0, 9599.0, 9607.0, 9620.0, 9667.0, 9614.0, 9620.0, 9617.0, 9657.0, 9676.0, 9644.0, 9604.0, 9606.0, 9669.0, 9614.0, 9729.0, 9682.0, 9602.0, 9598.0, 9629.0, 9675.0, 9661.0, 9673.0, 9605.0, 9620.0, 9622.0, 9629.0, 9661.0, 9603.0, 9636.0, 9614.0, 9698.0, 9653.0, 9601.0, 9637.0, 9616.0, 9675.0, 9641.0, 9617.0, 9586.0, 9609.0, 9674.0, 9627.0, 9653.0, 9607.0, 9603.0, 9637.0, 9629.0, 9710.0, 9626.0, 9625.0, 9616.0, 9644.0, 9696.0, 9608.0, 9620.0, 9620.0, 9660.0, 9640.0, 9623.0, 9662.0, 9633.0, 9710.0, 9707.0, 9654.0, 9605.0, 9599.0, 9634.0, 9615.0, 9692.0, 9678.0, 9623.0, 9600.0, 9625.0, 9656.0, 9615.0, 9659.0, 9654.0, 9640.0, 9618.0, 9599.0, 9622.0, 9653.0, 9640.0, 9640.0, 9659.0, 9651.0, 9719.0, 9705.0, 9652.0, 9673.0, 9606.0, 9624.0, 9608.0, 9690.0, 9728.0, 9642.0, 9654.0, 9599.0, 9702.0, 9622.0, 9687.0, 9602.0, 9573.0, 9590.0, 9573.0, 9593.0, 9607.0, 9666.0, 9610.0, 9602.0, 9608.0, 9588.0, 9635.0, 9594.0, 9593.0, 9601.0, 9614.0, 9612.0, 9659.0, 9686.0, 9632.0, 9650.0, 9651.0, 9636.0, 9716.0, 9651.0, 9659.0, 9627.0, 9592.0, 9613.0, 9598.0, 9691.0, 9691.0, 9712.0, 9673.0, 9599.0, 9577.0, 9614.0, 9618.0, 9621.0, 9605.0, 9603.0, 9608.0, 9664.0, 9618.0, 9624.0, 9610.0, 9631.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.001530884648742411</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0383498381613183</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.12836910626738</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2043076685503467</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.006551691006945</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5361</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2302.251</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.23918389474408505</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>645</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>55.941023417172595</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.380238731486749</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.290107127217773</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.498349849525607</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3522592177168664</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0064571</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011343610472977161</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04410930350422859</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.335024437720612</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>16.608</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.3974</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.8308</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287281.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1143.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.1646</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8985</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.3317</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3547.2382</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3645.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89263.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1673.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4649.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.821</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.62118999310769</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> |