=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
131 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
131 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-0111_ses-02_task-narratives_acq-mb8_run-04_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-0111_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_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-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0111_suffix-bold_task-narratives" 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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_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-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-02_task-narratives_acq-mb8_run-04_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-0111/ses-02/func/sub-0111_ses-02_task-narratives_acq-mb8_run-04_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>426d8c956bbf34518387f2fa92163c4c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:53:18.790000</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.997015, 0.074352, -0.0207856, -0.0732162, 0.996016, 0.0509041]</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-04_task-narratives_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.082179</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-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4234, -7721, -7197, 309, -49, 174, 144, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.337</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d909d3f5-f067-4302-a4cb-a64a3999abfc||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.674919366836548, -0.19643373787403107, -0.06611664593219757, 122.91509246826172], [-0.19948090612888336, 2.67223858833313, 0.13292181491851807, -97.3626937866211], [-0.05576633661985397, -0.13657191395759583, 2.695915460586548, -38.50493621826172], [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, 1156]</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], 'AcquisitionTime': ['135318.790000', '135319.250000', '135319.710000', '135320.170000', '135320.630000', '135321.090000', '135321.550000', '135322.010000', '135322.470000', '135322.930000', '135323.390000', '135323.850000', '135324.310000', '135324.770000', '135325.230000', '135325.690000', '135326.150000', '135326.610000', '135327.070000', '135327.530000', '135327.990000', '135328.450000', '135328.910000', '135329.370000', '135329.830000', '135330.290000', '135330.750000', '135331.210000', '135331.670000', '135332.130000', '135332.590000', '135333.050000', '135333.510000', '135333.970000', '135334.430000', '135334.890000', '135335.350000', '135335.810000', '135336.270000', '135336.730000', '135337.190000', '135337.650000', '135338.110000', '135338.570000', '135339.030000', '135339.490000', '135339.950000', '135340.410000', '135340.870000', '135341.330000', '135341.790000', '135342.250000', '135342.710000', '135343.170000', '135343.630000', '135344.090000', '135344.550000', '135345.010000', '135345.470000', '135345.930000', '135346.390000', '135346.850000', '135347.310000', '135347.770000', '135348.230000', '135348.690000', '135349.150000', '135349.610000', '135350.070000', '135350.530000', '135350.990000', '135351.450000', '135351.910000', '135352.370000', '135352.830000', '135353.290000', '135353.750000', '135354.210000', '135354.670000', '135355.130000', '135355.590000', '135356.050000', '135356.510000', '135356.970000', '135357.430000', '135357.890000', '135358.350000', '135358.810000', '135359.270000', '135359.730000', '135400.190000', '135400.650000', '135401.110000', '135401.570000', '135402.030000', '135402.490000', '135402.950000', '135403.410000', '135403.870000', '135404.330000', '135404.790000', '135405.250000', '135405.710000', '135406.170000', '135406.630000', '135407.090000', '135407.550000', '135408.010000', '135408.470000', '135408.930000', '135409.390000', '135409.850000', '135410.310000', '135410.770000', '135411.230000', '135411.690000', '135412.150000', '135412.610000', '135413.070000', '135413.530000', '135413.990000', '135414.450000', '135414.910000', '135415.370000', '135415.830000', '135416.290000', '135416.750000', '135417.210000', '135417.670000', '135418.130000', '135418.590000', '135419.050000', '135419.510000', '135419.970000', '135420.430000', '135420.890000', '135421.350000', '135421.810000', '135422.270000', '135422.730000', '135423.190000', '135423.650000', '135424.110000', '135424.570000', '135425.030000', '135425.490000', '135425.950000', '135426.410000', '135426.870000', '135427.330000', '135427.790000', '135428.250000', '135428.710000', '135429.170000', '135429.630000', '135430.090000', '135430.550000', '135431.010000', '135431.470000', '135431.930000', '135432.390000', '135432.850000', '135433.310000', '135433.770000', '135434.230000', '135434.690000', '135435.150000', '135435.610000', '135436.070000', '135436.530000', '135436.990000', '135437.450000', '135437.910000', '135438.370000', '135438.830000', '135439.290000', '135439.750000', '135440.210000', '135440.670000', '135441.130000', '135441.590000', '135442.050000', '135442.510000', '135442.970000', '135443.430000', '135443.890000', '135444.350000', '135444.810000', '135445.270000', '135445.730000', '135446.190000', '135446.650000', '135447.110000', '135447.570000', '135448.030000', '135448.490000', '135448.950000', '135449.410000', '135449.870000', '135450.330000', '135450.790000', '135451.250000', '135451.710000', '135452.170000', '135452.630000', '135453.090000', '135453.550000', '135454.010000', '135454.470000', '135454.930000', '135455.390000', '135455.850000', '135456.310000', '135456.770000', '135457.230000', '135457.690000', '135458.150000', '135458.610000', '135459.070000', '135459.530000', '135459.990000', '135500.450000', '135500.910000', '135501.370000', '135501.830000', '135502.290000', '135502.750000', '135503.210000', '135503.670000', '135504.130000', '135504.590000', '135505.050000', '135505.510000', '135505.970000', '135506.430000', '135506.890000', '135507.350000', '135507.810000', '135508.270000', '135508.730000', '135509.190000', '135509.650000', '135510.110000', '135510.570000', '135511.030000', '135511.490000', '135511.950000', '135512.410000', '135512.870000', '135513.330000', '135513.790000', '135514.250000', '135514.710000', '135515.170000', '135515.630000', '135516.090000', '135516.550000', '135517.010000', '135517.470000', '135517.930000', '135518.390000', '135518.850000', '135519.310000', '135519.770000', '135520.230000', '135520.690000', '135521.150000', '135521.610000', '135522.070000', '135522.530000', '135522.990000', '135523.450000', '135523.910000', '135524.370000', '135524.830000', '135525.290000', '135525.750000', '135526.210000', '135526.670000', '135527.130000', '135527.590000', '135528.050000', '135528.510000', '135528.970000', '135529.430000', '135529.890000', '135530.350000', '135530.810000', '135531.270000', '135531.730000', '135532.190000', '135532.650000', '135533.110000', '135533.570000', '135534.030000', '135534.490000', '135534.950000', '135535.410000', '135535.870000', '135536.330000', '135536.790000', '135537.250000', '135537.710000', '135538.170000', '135538.630000', '135539.090000', '135539.550000', '135540.010000', '135540.470000', '135540.930000', '135541.390000', '135541.850000', '135542.310000', '135542.770000', '135543.230000', '135543.690000', '135544.150000', '135544.610000', '135545.070000', '135545.530000', '135545.990000', '135546.450000', '135546.910000', '135547.370000', '135547.830000', '135548.290000', '135548.750000', '135549.210000', '135549.670000', '135550.130000', '135550.590000', '135551.050000', '135551.510000', '135551.970000', '135552.430000', '135552.890000', '135553.350000', '135553.810000', '135554.270000', '135554.730000', '135555.190000', '135555.650000', '135556.110000', '135556.570000', '135557.030000', '135557.490000', '135557.950000', '135558.410000', '135558.870000', '135559.330000', '135559.790000', '135600.250000', '135600.710000', '135601.170000', '135601.630000', '135602.090000', '135602.550000', '135603.010000', '135603.470000', '135603.930000', '135604.390000', '135604.850000', '135605.310000', '135605.770000', '135606.230000', '135606.690000', '135607.150000', '135607.610000', '135608.070000', '135608.530000', '135608.990000', '135609.450000', '135609.910000', '135610.370000', '135610.830000', '135611.290000', '135611.750000', '135612.210000', '135612.670000', '135613.130000', '135613.590000', '135614.050000', '135614.510000', '135614.970000', '135615.430000', '135615.890000', '135616.350000', '135616.810000', '135617.270000', '135617.730000', '135618.190000', '135618.650000', '135619.110000', '135619.570000', '135620.030000', '135620.490000', '135620.950000', '135621.410000', '135621.870000', '135622.330000', '135622.790000', '135623.250000', '135623.710000', '135624.170000', '135624.630000', '135625.090000', '135625.550000', '135626.010000', '135626.470000', '135626.930000', '135627.390000', '135627.850000', '135628.310000', '135628.770000', '135629.230000', '135629.690000', '135630.150000', '135630.610000', '135631.070000', '135631.530000', '135631.990000', '135632.450000', '135632.910000', '135633.370000', '135633.830000', '135634.290000', '135634.750000', '135635.210000', '135635.670000', '135636.130000', '135636.590000', '135637.050000', '135637.510000', '135637.970000', '135638.430000', '135638.890000', '135639.350000', '135639.810000', '135640.270000', '135640.730000', '135641.190000', '135641.650000', '135642.110000', '135642.570000', '135643.030000', '135643.490000', '135643.950000', '135644.410000', '135644.870000', '135645.330000', '135645.790000', '135646.250000', '135646.710000', '135647.170000', '135647.630000', '135648.090000', '135648.550000', '135649.010000', '135649.470000', '135649.930000', '135650.390000', '135650.850000', '135651.310000', '135651.770000', '135652.230000', '135652.690000', '135653.150000', '135653.610000', '135654.070000', '135654.530000', '135654.990000', '135655.450000', '135655.910000', '135656.370000', '135656.830000', '135657.290000', '135657.750000', '135658.210000', '135658.670000', '135659.130000', '135659.590000', '135700.050000', '135700.510000', '135700.970000', '135701.430000', '135701.890000', '135702.350000', '135702.810000', '135703.270000', '135703.730000', '135704.190000', '135704.650000', '135705.110000', '135705.570000', '135706.030000', '135706.490000', '135706.950000', '135707.410000', '135707.870000', '135708.330000', '135708.790000', '135709.250000', '135709.710000', '135710.170000', '135710.630000', '135711.090000', '135711.550000', '135712.010000', '135712.470000', '135712.930000', '135713.390000', '135713.850000', '135714.310000', '135714.770000', '135715.230000', '135715.690000', '135716.150000', '135716.610000', '135717.070000', '135717.530000', '135717.990000', '135718.450000', '135718.910000', '135719.370000', '135719.830000', '135720.290000', '135720.750000', '135721.210000', '135721.670000', '135722.130000', '135722.590000', '135723.050000', '135723.510000', '135723.970000', '135724.430000', '135724.890000', '135725.350000', '135725.810000', '135726.270000', '135726.730000', '135727.190000', '135727.650000', '135728.110000', '135728.570000', '135729.030000', '135729.490000', '135729.950000', '135730.410000', '135730.870000', '135731.330000', '135731.790000', '135732.250000', '135732.710000', '135733.170000', '135733.630000', '135734.090000', '135734.550000', '135735.010000', '135735.470000', '135735.930000', '135736.390000', '135736.850000', '135737.310000', '135737.770000', '135738.230000', '135738.690000', '135739.150000', '135739.610000', '135740.070000', '135740.530000', '135740.990000', '135741.450000', '135741.910000', '135742.370000', '135742.830000', '135743.290000', '135743.750000', '135744.210000', '135744.670000', '135745.130000', '135745.590000', '135746.050000', '135746.510000', '135746.970000', '135747.430000', '135747.890000', '135748.350000', '135748.810000', '135749.270000', '135749.730000', '135750.190000', '135750.650000', '135751.110000', '135751.570000', '135752.030000', '135752.490000', '135752.950000', '135753.410000', '135753.870000', '135754.330000', '135754.790000', '135755.250000', '135755.710000', '135756.170000', '135756.630000', '135757.090000', '135757.550000', '135758.010000', '135758.470000', '135758.930000', '135759.390000', '135759.850000', '135800.310000', '135800.770000', '135801.230000', '135801.690000', '135802.150000', '135802.610000', '135803.070000', '135803.530000', '135803.990000', '135804.450000', '135804.910000', '135805.370000', '135805.830000', '135806.290000', '135806.750000', '135807.210000', '135807.670000', '135808.130000', '135808.590000', '135809.050000', '135809.510000', '135809.970000', '135810.430000', '135810.890000', '135811.350000', '135811.810000', '135812.270000', '135812.730000', '135813.190000', '135813.650000', '135814.110000', '135814.570000', '135815.030000', '135815.490000', '135815.950000', '135816.410000', '135816.870000', '135817.330000', '135817.790000', '135818.250000', '135818.710000', '135819.170000', '135819.630000', '135820.090000', '135820.550000', '135821.010000', '135821.470000', '135821.930000', '135822.390000', '135822.850000', '135823.310000', '135823.770000', '135824.230000', '135824.690000', '135825.150000', '135825.610000', '135826.070000', '135826.530000', '135826.990000', '135827.450000', '135827.910000', '135828.370000', '135828.830000', '135829.290000', '135829.750000', '135830.210000', '135830.670000', '135831.130000', '135831.590000', '135832.050000', '135832.510000', '135832.970000', '135833.430000', '135833.890000', '135834.350000', '135834.810000', '135835.270000', '135835.730000', '135836.190000', '135836.650000', '135837.110000', '135837.570000', '135838.030000', '135838.490000', '135838.950000', '135839.410000', '135839.870000', '135840.330000', '135840.790000', '135841.250000', '135841.710000', '135842.170000', '135842.630000', '135843.090000', '135843.550000', '135844.010000', '135844.470000', '135844.930000', '135845.390000', '135845.850000', '135846.310000', '135846.770000', '135847.230000', '135847.690000', '135848.150000', '135848.610000', '135849.070000', '135849.530000', '135849.990000', '135850.450000', '135850.910000', '135851.370000', '135851.830000', '135852.290000', '135852.750000', '135853.210000', '135853.670000', '135854.130000', '135854.590000', '135855.050000', '135855.510000', '135855.970000', '135856.430000', '135856.890000', '135857.350000', '135857.810000', '135858.270000', '135858.730000', '135859.190000', '135859.650000', '135900.110000', '135900.570000', '135901.030000', '135901.490000', '135901.950000', '135902.410000', '135902.870000', '135903.330000', '135903.790000', '135904.250000', '135904.710000', '135905.170000', '135905.630000', '135906.090000', '135906.550000', '135907.010000', '135907.470000', '135907.930000', '135908.390000', '135908.850000', '135909.310000', '135909.770000', '135910.230000', '135910.690000', '135911.150000', '135911.610000', '135912.070000', '135912.530000', '135912.990000', '135913.450000', '135913.910000', '135914.370000', '135914.830000', '135915.290000', '135915.750000', '135916.210000', '135916.670000', '135917.130000', '135917.590000', '135918.050000', '135918.510000', '135918.970000', '135919.430000', '135919.890000', '135920.350000', '135920.810000', '135921.270000', '135921.730000', '135922.190000', '135922.650000', '135923.110000', '135923.570000', '135924.030000', '135924.490000', '135924.950000', '135925.410000', '135925.870000', '135926.330000', '135926.790000', '135927.250000', '135927.710000', '135928.170000', '135928.630000', '135929.090000', '135929.550000', '135930.010000', '135930.470000', '135930.930000', '135931.390000', '135931.850000', '135932.310000', '135932.770000', '135933.230000', '135933.690000', '135934.150000', '135934.610000', '135935.070000', '135935.530000', '135935.990000', '135936.450000', '135936.910000', '135937.370000', '135937.830000', '135938.290000', '135938.750000', '135939.210000', '135939.670000', '135940.130000', '135940.590000', '135941.050000', '135941.510000', '135941.970000', '135942.430000', '135942.890000', '135943.350000', '135943.810000', '135944.270000', '135944.730000', '135945.190000', '135945.650000', '135946.110000', '135946.570000', '135947.030000', '135947.490000', '135947.950000', '135948.410000', '135948.870000', '135949.330000', '135949.790000', '135950.250000', '135950.710000', '135951.170000', '135951.630000', '135952.090000', '135952.550000', '135953.010000', '135953.470000', '135953.930000', '135954.390000', '135954.850000', '135955.310000', '135955.770000', '135956.230000', '135956.690000', '135957.150000', '135957.610000', '135958.070000', '135958.530000', '135958.990000', '135959.450000', '135959.910000', '140000.370000', '140000.830000', '140001.290000', '140001.750000', '140002.210000', '140002.670000', '140003.130000', '140003.590000', '140004.050000', '140004.510000', '140004.970000', '140005.430000', '140005.890000', '140006.350000', '140006.810000', '140007.270000', '140007.730000', '140008.190000', '140008.650000', '140009.110000', '140009.570000', '140010.030000', '140010.490000', '140010.950000', '140011.410000', '140011.870000', '140012.330000', '140012.790000', '140013.250000', '140013.710000', '140014.170000', '140014.630000', '140015.090000', '140015.550000', '140016.010000', '140016.470000', '140016.930000', '140017.390000', '140017.850000', '140018.310000', '140018.770000', '140019.230000', '140019.690000', '140020.150000', '140020.610000', '140021.070000', '140021.530000', '140021.990000', '140022.450000', '140022.910000', '140023.370000', '140023.830000', '140024.290000', '140024.750000', '140025.210000', '140025.670000', '140026.130000', '140026.590000', '140027.050000', '140027.510000', '140027.970000', '140028.430000', '140028.890000', '140029.350000', '140029.810000', '140030.270000', '140030.730000', '140031.190000', '140031.650000', '140032.110000', '140032.570000', '140033.030000', '140033.490000', '140033.950000', '140034.410000', '140034.870000', '140035.330000', '140035.790000', '140036.250000', '140036.710000', '140037.170000', '140037.630000', '140038.090000', '140038.550000', '140039.010000', '140039.470000', '140039.930000', '140040.390000', '140040.850000', '140041.310000', '140041.770000', '140042.230000', '140042.690000', '140043.150000', '140043.610000', '140044.070000', '140044.530000', '140044.990000', '140045.450000', '140045.910000', '140046.370000', '140046.830000', '140047.290000', '140047.750000', '140048.210000', '140048.670000', '140049.130000', '140049.590000', '140050.050000', '140050.510000', '140050.970000', '140051.430000', '140051.890000', '140052.350000', '140052.810000', '140053.270000', '140053.730000', '140054.190000', '140054.650000', '140055.110000', '140055.570000', '140056.030000', '140056.490000', '140056.950000', '140057.410000', '140057.870000', '140058.330000', '140058.790000', '140059.250000', '140059.710000', '140100.170000', '140100.630000', '140101.090000', '140101.550000', '140102.010000', '140102.470000', '140102.930000', '140103.390000', '140103.850000', '140104.310000', '140104.770000', '140105.230000', '140105.690000', '140106.150000', '140106.610000', '140107.070000', '140107.530000', '140107.990000', '140108.450000', '140108.910000', '140109.370000', '140109.830000', '140110.290000', '140110.750000', '140111.210000', '140111.670000', '140112.130000', '140112.590000', '140113.050000', '140113.510000', '140113.970000', '140114.430000', '140114.890000', '140115.350000', '140115.810000', '140116.270000', '140116.730000', '140117.190000', '140117.650000', '140118.110000', '140118.570000', '140119.030000', '140119.490000', '140119.950000', '140120.410000', '140120.870000', '140121.330000', '140121.790000', '140122.250000', '140122.710000', '140123.170000', '140123.630000', '140124.090000', '140124.550000', '140125.010000', '140125.470000', '140125.930000', '140126.390000', '140126.850000', '140127.310000', '140127.770000', '140128.230000', '140128.690000', '140129.150000', '140129.610000', '140130.070000', '140130.530000', '140130.990000', '140131.450000', '140131.910000', '140132.370000', '140132.830000', '140133.290000', '140133.750000', '140134.210000', '140134.670000', '140135.130000', '140135.590000', '140136.050000', '140136.510000', '140136.970000', '140137.430000', '140137.890000', '140138.350000', '140138.810000', '140139.270000', '140139.730000', '140140.190000', '140140.650000', '140141.110000', '140141.570000', '140142.030000', '140142.490000', '140142.950000', '140143.410000', '140143.870000', '140144.330000', '140144.790000', '140145.250000', '140145.710000', '140146.170000', '140146.630000', '140147.090000', '140147.550000', '140148.010000', '140148.470000', '140148.930000', '140149.390000', '140149.850000', '140150.310000', '140150.770000', '140151.230000', '140151.690000', '140152.150000', '140152.610000', '140153.070000', '140153.530000', '140153.990000', '140154.450000', '140154.910000', '140155.370000', '140155.830000', '140156.290000', '140156.750000', '140157.210000', '140157.670000', '140158.130000', '140158.590000', '140159.050000', '140159.510000', '140159.970000', '140200.430000', '140200.890000', '140201.350000', '140201.810000', '140202.270000', '140202.730000', '140203.190000', '140203.650000', '140204.110000', '140204.570000', '140205.030000', '140205.490000', '140205.950000', '140206.410000', '140206.870000', '140207.330000', '140207.790000', '140208.250000', '140208.710000', '140209.170000', '140209.630000', '140210.090000'], 'ContentTime': ['135338.989000', '135338.992000', '135338.995000', '135338.997000', '135339.001000', '135339.004000', '135339.006000', '135339.009000', '135339.011000', '135339.014000', '135339.016000', '135339.019000', '135339.021000', '135339.024000', '135339.027000', '135339.038000', '135339.040000', '135339.043000', '135339.046000', '135339.048000', '135339.051000', '135339.053000', '135339.060000', '135339.063000', '135339.065000', '135339.068000', '135339.070000', '135339.073000', '135339.075000', '135339.078000', '135339.081000', '135339.083000', '135339.086000', '135339.088000', '135339.091000', '135339.093000', '135339.096000', '135339.098000', '135339.101000', '135339.103000', '135339.106000', '135358.961000', '135358.964000', '135358.967000', '135358.969000', '135358.972000', '135358.975000', '135358.977000', '135358.980000', '135358.982000', '135358.985000', '135358.987000', '135358.990000', '135358.992000', '135358.995000', '135358.997000', '135359.000000', '135359.002000', '135359.005000', '135359.008000', '135359.010000', '135359.013000', '135359.015000', '135359.018000', '135359.020000', '135359.023000', '135359.025000', '135359.028000', '135359.030000', '135359.033000', '135359.035000', '135359.038000', '135359.041000', '135359.043000', '135359.046000', '135359.048000', '135359.051000', '135359.053000', '135359.056000', '135359.058000', '135359.061000', '135359.063000', '135359.066000', '135359.069000', '135418.961000', '135418.964000', '135418.967000', '135418.970000', '135418.972000', '135418.975000', '135418.977000', '135418.980000', '135418.982000', '135418.985000', '135418.987000', '135418.990000', '135418.992000', '135418.995000', '135418.997000', '135419.000000', '135419.003000', '135419.005000', '135419.008000', '135419.010000', '135419.013000', '135419.015000', '135419.018000', '135419.020000', '135419.023000', '135419.025000', '135419.028000', '135419.030000', '135419.033000', '135419.036000', '135419.038000', '135419.041000', '135419.043000', '135419.046000', '135419.056000', '135419.059000', '135419.061000', '135419.064000', '135419.066000', '135419.069000', '135419.071000', '135419.074000', '135419.077000', '135419.079000', '135438.960000', '135438.963000', '135438.966000', '135438.968000', '135438.971000', '135438.973000', '135438.976000', '135438.979000', '135438.981000', '135438.984000', '135438.986000', '135438.989000', '135438.991000', '135438.994000', '135438.996000', '135438.999000', '135439.002000', '135439.004000', '135439.007000', '135439.009000', '135439.012000', '135439.014000', '135439.017000', '135439.019000', '135439.022000', '135439.025000', '135439.027000', '135439.030000', '135439.032000', '135439.035000', '135439.037000', '135439.040000', '135439.042000', '135439.045000', '135439.048000', '135439.050000', '135439.053000', '135439.055000', '135439.058000', '135439.060000', '135439.063000', '135439.066000', '135439.068000', '135458.960000', '135458.963000', '135458.966000', '135458.968000', '135458.971000', '135458.973000', '135458.976000', '135458.978000', '135458.981000', '135458.983000', '135458.986000', '135458.989000', '135458.991000', '135458.994000', '135458.996000', '135458.999000', '135459.001000', '135459.004000', '135459.006000', '135459.009000', '135459.011000', '135459.014000', '135459.017000', '135459.019000', '135459.022000', '135459.024000', '135459.027000', '135459.029000', '135459.032000', '135459.035000', '135459.037000', '135459.040000', '135459.042000', '135459.045000', '135459.047000', '135459.050000', '135459.053000', '135459.055000', '135459.058000', '135459.060000', '135459.063000', '135459.065000', '135459.068000', '135459.071000', '135518.960000', '135518.963000', '135518.966000', '135518.968000', '135518.971000', '135518.974000', '135518.976000', '135518.979000', '135518.981000', '135518.984000', '135518.986000', '135518.989000', '135518.992000', '135518.994000', '135518.997000', '135518.999000', '135519.002000', '135519.004000', '135519.007000', '135519.010000', '135519.012000', '135519.015000', '135519.017000', '135519.020000', '135519.022000', '135519.025000', '135519.027000', '135519.030000', '135519.053000', '135519.056000', '135519.059000', '135519.061000', '135519.064000', '135519.066000', '135519.069000', '135519.071000', '135519.074000', '135519.076000', '135519.079000', '135519.082000', '135519.084000', '135519.087000', '135519.089000', '135538.961000', '135538.964000', '135538.967000', '135538.969000', '135538.972000', '135538.975000', '135538.977000', '135538.980000', '135538.982000', '135538.985000', '135538.987000', '135538.990000', '135538.993000', '135538.995000', '135538.998000', '135539.000000', '135539.003000', '135539.006000', '135539.009000', '135539.011000', '135539.014000', '135539.016000', '135539.019000', '135539.021000', '135539.024000', '135539.027000', '135539.029000', '135539.032000', '135539.035000', '135539.037000', '135539.040000', '135539.042000', '135539.045000', '135539.049000', '135539.052000', '135539.054000', '135539.057000', '135539.059000', '135539.062000', '135539.065000', '135539.067000', '135539.070000', '135539.072000', '135558.962000', '135558.964000', '135558.967000', '135558.969000', '135558.972000', '135558.975000', '135558.977000', '135558.980000', '135558.982000', '135558.985000', '135558.987000', '135558.990000', '135558.993000', '135558.995000', '135558.998000', '135559.001000', '135559.003000', '135559.006000', '135559.008000', '135559.011000', '135559.013000', '135559.016000', '135559.018000', '135559.021000', '135559.024000', '135559.026000', '135559.029000', '135559.032000', '135559.034000', '135559.037000', '135559.039000', '135559.042000', '135559.044000', '135559.047000', '135559.049000', '135559.052000', '135559.054000', '135559.057000', '135559.060000', '135559.062000', '135559.065000', '135559.067000', '135559.070000', '135559.072000', '135618.962000', '135618.965000', '135618.967000', '135618.970000', '135618.973000', '135618.975000', '135618.978000', '135618.981000', '135618.983000', '135618.986000', '135618.989000', '135618.991000', '135618.994000', '135618.996000', '135618.999000', '135619.002000', '135619.004000', '135619.007000', '135619.009000', '135619.012000', '135619.014000', '135619.017000', '135619.020000', '135619.022000', '135619.025000', '135619.028000', '135619.031000', '135619.033000', '135619.036000', '135619.038000', '135619.041000', '135619.043000', '135619.046000', '135619.049000', '135619.051000', '135619.054000', '135619.056000', '135619.059000', '135619.062000', '135619.064000', '135619.067000', '135619.069000', '135619.072000', '135638.961000', '135638.964000', '135638.967000', '135638.969000', '135638.972000', '135638.975000', '135638.977000', '135638.980000', '135638.982000', '135638.985000', '135638.987000', '135638.990000', '135638.993000', '135638.995000', '135638.998000', '135639.001000', '135639.004000', '135639.006000', '135639.009000', '135639.012000', '135639.014000', '135639.017000', '135639.019000', '135639.022000', '135639.024000', '135639.027000', '135639.030000', '135639.032000', '135639.035000', '135639.037000', '135639.040000', '135639.043000', '135639.045000', '135639.048000', '135639.050000', '135639.053000', '135639.055000', '135639.068000', '135639.070000', '135639.073000', '135639.075000', '135639.078000', '135639.080000', '135639.083000', '135658.960000', '135658.963000', '135658.966000', '135658.968000', '135658.971000', '135658.974000', '135658.976000', '135658.979000', '135658.982000', '135658.984000', '135658.987000', '135658.990000', '135658.993000', '135658.996000', '135658.998000', '135659.002000', '135659.005000', '135659.007000', '135659.010000', '135659.012000', '135659.015000', '135659.018000', '135659.020000', '135659.023000', '135659.025000', '135659.028000', '135659.030000', '135659.033000', '135659.036000', '135659.038000', '135659.041000', '135659.043000', '135659.046000', '135659.049000', '135659.051000', '135659.054000', '135659.057000', '135659.059000', '135659.062000', '135659.064000', '135659.067000', '135659.069000', '135659.072000', '135718.961000', '135718.964000', '135718.966000', '135718.969000', '135718.971000', '135718.974000', '135718.976000', '135718.979000', '135718.982000', '135718.984000', '135718.987000', '135718.989000', '135718.992000', '135718.995000', '135718.997000', '135719.000000', '135719.002000', '135719.005000', '135719.007000', '135719.010000', '135719.013000', '135719.015000', '135719.018000', '135719.020000', '135719.023000', '135719.026000', '135719.028000', '135719.031000', '135719.033000', '135719.036000', '135719.038000', '135719.041000', '135719.044000', '135719.046000', '135719.049000', '135719.051000', '135719.054000', '135719.057000', '135719.059000', '135719.062000', '135719.065000', '135719.067000', '135719.070000', '135719.072000', '135738.961000', '135738.963000', '135738.966000', '135738.969000', '135738.971000', '135738.974000', '135738.977000', '135738.980000', '135738.983000', '135738.986000', '135738.988000', '135738.991000', '135738.994000', '135738.996000', '135738.999000', '135739.001000', '135739.004000', '135739.007000', '135739.009000', '135739.012000', '135739.014000', '135739.017000', '135739.020000', '135739.022000', '135739.025000', '135739.027000', '135739.030000', '135739.032000', '135739.035000', '135739.038000', '135739.040000', '135739.043000', '135739.046000', '135739.048000', '135739.051000', '135739.053000', '135739.056000', '135739.059000', '135739.061000', '135739.064000', '135739.066000', '135739.069000', '135739.072000', '135758.961000', '135758.964000', '135758.967000', '135758.969000', '135758.972000', '135758.975000', '135758.977000', '135758.980000', '135758.983000', '135758.985000', '135758.988000', '135758.990000', '135758.993000', '135758.996000', '135758.998000', '135759.001000', '135759.004000', '135759.006000', '135759.009000', '135759.011000', '135759.014000', '135759.016000', '135759.019000', '135759.022000', '135759.024000', '135759.027000', '135759.029000', '135759.032000', '135759.035000', '135759.037000', '135759.040000', '135759.042000', '135759.045000', '135759.047000', '135759.050000', '135759.053000', '135759.055000', '135759.058000', '135759.060000', '135759.063000', '135759.065000', '135759.068000', '135759.071000', '135759.073000', '135818.962000', '135818.964000', '135818.967000', '135818.970000', '135818.972000', '135818.975000', '135818.977000', '135818.980000', '135818.983000', '135818.985000', '135818.988000', '135818.990000', '135818.993000', '135818.995000', '135818.998000', '135819.001000', '135819.003000', '135819.022000', '135819.025000', '135819.027000', '135819.031000', '135819.034000', '135819.036000', '135819.039000', '135819.042000', '135819.044000', '135819.047000', '135819.049000', '135819.052000', '135819.054000', '135819.057000', '135819.060000', '135819.062000', '135819.065000', '135819.067000', '135819.070000', '135819.072000', '135819.075000', '135819.078000', '135819.080000', '135819.083000', '135819.085000', '135819.088000', '135838.961000', '135838.964000', '135838.967000', '135838.970000', '135838.972000', '135838.975000', '135838.977000', '135838.980000', '135838.983000', '135838.985000', '135838.988000', '135838.990000', '135838.993000', '135838.995000', '135838.998000', '135839.002000', '135839.005000', '135839.007000', '135839.010000', '135839.012000', '135839.015000', '135839.018000', '135839.020000', '135839.023000', '135839.025000', '135839.028000', '135839.031000', '135839.033000', '135839.036000', '135839.038000', '135839.041000', '135839.044000', '135839.046000', '135839.049000', '135839.051000', '135839.054000', '135839.056000', '135839.059000', '135839.062000', '135839.064000', '135839.067000', '135839.069000', '135839.072000', '135839.075000', '135858.961000', '135858.964000', '135858.967000', '135858.970000', '135858.972000', '135858.975000', '135858.977000', '135858.980000', '135858.982000', '135858.985000', '135858.988000', '135858.990000', '135858.993000', '135858.995000', '135858.998000', '135859.001000', '135859.003000', '135859.006000', '135859.009000', '135859.011000', '135859.014000', '135859.017000', '135859.019000', '135859.022000', '135859.024000', '135859.027000', '135859.030000', '135859.032000', '135859.035000', '135859.037000', '135859.040000', '135859.043000', '135859.045000', '135859.048000', '135859.050000', '135859.053000', '135859.056000', '135859.058000', '135859.061000', '135859.063000', '135859.066000', '135859.068000', '135859.071000', '135918.961000', '135918.964000', '135918.966000', '135918.969000', '135918.971000', '135918.974000', '135918.977000', '135918.979000', '135918.982000', '135918.984000', '135918.987000', '135918.990000', '135918.992000', '135918.995000', '135918.997000', '135919.000000', '135919.003000', '135919.005000', '135919.009000', '135919.012000', '135919.014000', '135919.017000', '135919.020000', '135919.022000', '135919.025000', '135919.027000', '135919.030000', '135919.033000', '135919.035000', '135919.038000', '135919.040000', '135919.043000', '135919.046000', '135919.048000', '135919.051000', '135919.053000', '135919.056000', '135919.058000', '135919.061000', '135919.064000', '135919.066000', '135919.069000', '135919.071000', '135919.074000', '135938.961000', '135938.963000', '135938.966000', '135938.969000', '135938.971000', '135938.974000', '135938.976000', '135938.979000', '135938.982000', '135938.984000', '135938.987000', '135938.989000', '135938.992000', '135938.994000', '135938.997000', '135939.000000', '135939.002000', '135939.005000', '135939.007000', '135939.010000', '135939.012000', '135939.015000', '135939.018000', '135939.020000', '135939.023000', '135939.025000', '135939.028000', '135939.031000', '135939.063000', '135939.066000', '135939.068000', '135939.072000', '135939.074000', '135939.077000', '135939.080000', '135939.083000', '135939.086000', '135939.089000', '135939.092000', '135939.094000', '135939.097000', '135939.099000', '135939.102000', '135958.961000', '135958.963000', '135958.966000', '135958.969000', '135958.971000', '135958.974000', '135958.976000', '135958.979000', '135958.981000', '135958.984000', '135958.987000', '135958.989000', '135958.992000', '135958.994000', '135958.997000', '135959.000000', '135959.002000', '135959.005000', '135959.007000', '135959.010000', '135959.012000', '135959.015000', '135959.018000', '135959.020000', '135959.023000', '135959.025000', '135959.028000', '135959.031000', '135959.033000', '135959.036000', '135959.039000', '135959.041000', '135959.044000', '135959.046000', '135959.049000', '135959.052000', '135959.054000', '135959.057000', '135959.059000', '135959.062000', '135959.065000', '135959.067000', '135959.070000', '135959.073000', '140018.961000', '140018.964000', '140018.967000', '140018.970000', '140018.972000', '140018.975000', '140018.977000', '140018.980000', '140018.982000', '140018.985000', '140018.987000', '140018.990000', '140018.993000', '140018.995000', '140018.998000', '140019.000000', '140019.003000', '140019.005000', '140019.008000', '140019.011000', '140019.013000', '140019.016000', '140019.018000', '140019.021000', '140019.023000', '140019.026000', '140019.029000', '140019.031000', '140019.034000', '140019.036000', '140019.039000', '140019.041000', '140019.044000', '140019.047000', '140019.049000', '140019.052000', '140019.054000', '140019.057000', '140019.060000', '140019.062000', '140019.065000', '140019.067000', '140019.070000', '140038.962000', '140038.965000', '140038.967000', '140038.970000', '140038.972000', '140038.975000', '140038.977000', '140038.980000', '140038.983000', '140038.985000', '140038.988000', '140038.990000', '140038.993000', '140038.995000', '140038.998000', '140039.001000', '140039.003000', '140039.006000', '140039.008000', '140039.011000', '140039.013000', '140039.016000', '140039.019000', '140039.021000', '140039.024000', '140039.026000', '140039.029000', '140039.031000', '140039.034000', '140039.037000', '140039.039000', '140039.042000', '140039.044000', '140039.047000', '140039.049000', '140039.052000', '140039.055000', '140039.057000', '140039.060000', '140039.062000', '140039.065000', '140039.067000', '140039.070000', '140039.073000', '140058.962000', '140058.964000', '140058.967000', '140058.970000', '140058.972000', '140058.975000', '140058.977000', '140058.980000', '140058.982000', '140058.985000', '140058.988000', '140058.990000', '140058.993000', '140058.995000', '140058.998000', '140059.001000', '140059.003000', '140059.006000', '140059.008000', '140059.011000', '140059.014000', '140059.016000', '140059.019000', '140059.021000', '140059.024000', '140059.036000', '140059.039000', '140059.042000', '140059.044000', '140059.047000', '140059.049000', '140059.052000', '140059.054000', '140059.057000', '140059.060000', '140059.062000', '140059.065000', '140059.068000', '140059.070000', '140059.073000', '140059.075000', '140059.078000', '140059.080000', '140118.962000', '140118.964000', '140118.967000', '140118.970000', '140118.972000', '140118.975000', '140118.977000', '140118.980000', '140118.982000', '140118.985000', '140118.988000', '140118.990000', '140118.993000', '140118.995000', '140118.998000', '140119.001000', '140119.003000', '140119.006000', '140119.008000', '140119.011000', '140119.013000', '140119.016000', '140119.019000', '140119.021000', '140119.024000', '140119.026000', '140119.029000', '140119.032000', '140119.034000', '140119.037000', '140119.039000', '140119.042000', '140119.045000', '140119.047000', '140119.050000', '140119.052000', '140119.055000', '140119.057000', '140119.060000', '140119.063000', '140119.065000', '140119.068000', '140119.070000', '140119.073000', '140138.961000', '140138.964000', '140138.966000', '140138.969000', '140138.971000', '140138.974000', '140138.976000', '140138.979000', '140138.982000', '140138.984000', '140138.987000', '140138.989000', '140138.992000', '140138.994000', '140138.997000', '140139.001000', '140139.003000', '140139.006000', '140139.008000', '140139.011000', '140139.014000', '140139.016000', '140139.019000', '140139.021000', '140139.024000', '140139.027000', '140139.029000', '140139.032000', '140139.034000', '140139.037000', '140139.040000', '140139.042000', '140139.045000', '140139.047000', '140139.054000', '140139.057000', '140139.060000', '140139.062000', '140139.065000', '140139.068000', '140139.070000', '140139.073000', '140139.075000', '140158.960000', '140158.963000', '140158.966000', '140158.969000', '140158.971000', '140158.974000', '140158.977000', '140158.979000', '140158.982000', '140158.984000', '140158.987000', '140158.990000', '140158.992000', '140158.995000', '140158.997000', '140159.000000', '140159.002000', '140159.005000', '140159.008000', '140159.010000', '140159.013000', '140159.015000', '140159.018000', '140159.021000', '140159.023000', '140159.026000', '140159.028000', '140159.031000', '140159.033000', '140159.036000', '140159.039000', '140159.041000', '140159.044000', '140159.046000', '140159.049000', '140159.051000', '140159.054000', '140159.057000', '140159.059000', '140159.062000', '140159.064000', '140159.067000', '140159.069000', '140159.072000', '140211.745000', '140211.748000', '140211.750000', '140211.753000', '140211.755000', '140211.758000', '140211.761000', '140211.763000', '140211.766000', '140211.768000', '140211.771000', '140211.774000', '140211.776000', '140211.779000', '140211.781000', '140211.784000', '140211.787000', '140211.789000', '140211.792000', '140211.794000', '140211.797000', '140211.809000', '140211.851000', '140211.854000', '140211.856000', '140211.859000', '140211.862000', '140211.864000'], 'InstanceCreationTime': ['135338.989000', '135338.992000', '135338.995000', '135338.997000', '135339.001000', '135339.004000', '135339.006000', '135339.009000', '135339.011000', '135339.014000', '135339.016000', '135339.019000', '135339.021000', '135339.024000', '135339.027000', '135339.038000', '135339.040000', '135339.043000', '135339.046000', '135339.048000', '135339.051000', '135339.053000', '135339.060000', '135339.063000', '135339.065000', '135339.068000', '135339.070000', '135339.073000', '135339.075000', '135339.078000', '135339.081000', '135339.083000', '135339.086000', '135339.088000', '135339.091000', '135339.093000', '135339.096000', '135339.098000', '135339.101000', '135339.103000', '135339.106000', '135358.961000', '135358.964000', '135358.967000', '135358.969000', '135358.972000', '135358.975000', '135358.977000', '135358.980000', '135358.982000', '135358.985000', '135358.987000', '135358.990000', '135358.992000', '135358.995000', '135358.997000', '135359.000000', '135359.002000', '135359.005000', '135359.008000', '135359.010000', '135359.013000', '135359.015000', '135359.018000', '135359.020000', '135359.023000', '135359.025000', '135359.028000', '135359.030000', '135359.033000', '135359.035000', '135359.038000', '135359.041000', '135359.043000', '135359.046000', '135359.048000', '135359.051000', '135359.053000', '135359.056000', '135359.058000', '135359.061000', '135359.063000', '135359.066000', '135359.069000', '135418.961000', '135418.964000', '135418.967000', '135418.970000', '135418.972000', '135418.975000', '135418.977000', '135418.980000', '135418.982000', '135418.985000', '135418.987000', '135418.990000', '135418.992000', '135418.995000', '135418.997000', '135419.000000', '135419.003000', '135419.005000', '135419.008000', '135419.010000', '135419.013000', '135419.015000', '135419.018000', '135419.020000', '135419.023000', '135419.025000', '135419.028000', '135419.030000', '135419.033000', '135419.036000', '135419.038000', '135419.041000', '135419.043000', '135419.046000', '135419.056000', '135419.059000', '135419.061000', '135419.064000', '135419.066000', '135419.069000', '135419.071000', '135419.074000', '135419.077000', '135419.079000', '135438.960000', '135438.963000', '135438.966000', '135438.968000', '135438.971000', '135438.973000', '135438.976000', '135438.979000', '135438.981000', '135438.984000', '135438.986000', '135438.989000', '135438.991000', '135438.994000', '135438.996000', '135438.999000', '135439.002000', '135439.004000', '135439.007000', '135439.009000', '135439.012000', '135439.014000', '135439.017000', '135439.019000', '135439.022000', '135439.025000', '135439.027000', '135439.030000', '135439.032000', '135439.035000', '135439.037000', '135439.040000', '135439.042000', '135439.045000', '135439.048000', '135439.050000', '135439.053000', '135439.055000', '135439.058000', '135439.060000', '135439.063000', '135439.066000', '135439.068000', '135458.960000', '135458.963000', '135458.966000', '135458.968000', '135458.971000', '135458.973000', '135458.976000', '135458.978000', '135458.981000', '135458.983000', '135458.986000', '135458.989000', '135458.991000', '135458.994000', '135458.996000', '135458.999000', '135459.001000', '135459.004000', '135459.006000', '135459.009000', '135459.011000', '135459.014000', '135459.017000', '135459.019000', '135459.022000', '135459.024000', '135459.027000', '135459.029000', '135459.032000', '135459.035000', '135459.037000', '135459.040000', '135459.042000', '135459.045000', '135459.047000', '135459.050000', '135459.053000', '135459.055000', '135459.058000', '135459.060000', '135459.063000', '135459.065000', '135459.068000', '135459.071000', '135518.960000', '135518.963000', '135518.966000', '135518.968000', '135518.971000', '135518.974000', '135518.976000', '135518.979000', '135518.981000', '135518.984000', '135518.986000', '135518.989000', '135518.992000', '135518.994000', '135518.997000', '135518.999000', '135519.002000', '135519.004000', '135519.007000', '135519.010000', '135519.012000', '135519.015000', '135519.017000', '135519.020000', '135519.022000', '135519.025000', '135519.027000', '135519.030000', '135519.053000', '135519.056000', '135519.059000', '135519.061000', '135519.064000', '135519.066000', '135519.069000', '135519.071000', '135519.074000', '135519.076000', '135519.079000', '135519.082000', '135519.084000', '135519.087000', '135519.089000', '135538.961000', '135538.964000', '135538.967000', '135538.969000', '135538.972000', '135538.975000', '135538.977000', '135538.980000', '135538.982000', '135538.985000', '135538.987000', '135538.990000', '135538.993000', '135538.995000', '135538.998000', '135539.000000', '135539.003000', '135539.006000', '135539.009000', '135539.011000', '135539.014000', '135539.016000', '135539.019000', '135539.021000', '135539.024000', '135539.027000', '135539.029000', '135539.032000', '135539.035000', '135539.037000', '135539.040000', '135539.042000', '135539.045000', '135539.049000', '135539.052000', '135539.054000', '135539.057000', '135539.059000', '135539.062000', '135539.065000', '135539.067000', '135539.070000', '135539.072000', '135558.962000', '135558.964000', '135558.967000', '135558.969000', '135558.972000', '135558.975000', '135558.977000', '135558.980000', '135558.982000', '135558.985000', '135558.987000', '135558.990000', '135558.993000', '135558.995000', '135558.998000', '135559.001000', '135559.003000', '135559.006000', '135559.008000', '135559.011000', '135559.013000', '135559.016000', '135559.018000', '135559.021000', '135559.024000', '135559.026000', '135559.029000', '135559.032000', '135559.034000', '135559.037000', '135559.039000', '135559.042000', '135559.044000', '135559.047000', '135559.049000', '135559.052000', '135559.054000', '135559.057000', '135559.060000', '135559.062000', '135559.065000', '135559.067000', '135559.070000', '135559.072000', '135618.962000', '135618.965000', '135618.967000', '135618.970000', '135618.973000', '135618.975000', '135618.978000', '135618.981000', '135618.983000', '135618.986000', '135618.989000', '135618.991000', '135618.994000', '135618.996000', '135618.999000', '135619.002000', '135619.004000', '135619.007000', '135619.009000', '135619.012000', '135619.014000', '135619.017000', '135619.020000', '135619.022000', '135619.025000', '135619.028000', '135619.031000', '135619.033000', '135619.036000', '135619.038000', '135619.041000', '135619.043000', '135619.046000', '135619.049000', '135619.051000', '135619.054000', '135619.056000', '135619.059000', '135619.062000', '135619.064000', '135619.067000', '135619.069000', '135619.072000', '135638.961000', '135638.964000', '135638.967000', '135638.969000', '135638.972000', '135638.975000', '135638.977000', '135638.980000', '135638.982000', '135638.985000', '135638.987000', '135638.990000', '135638.993000', '135638.995000', '135638.998000', '135639.001000', '135639.004000', '135639.006000', '135639.009000', '135639.012000', '135639.014000', '135639.017000', '135639.019000', '135639.022000', '135639.024000', '135639.027000', '135639.030000', '135639.032000', '135639.035000', '135639.037000', '135639.040000', '135639.043000', '135639.045000', '135639.048000', '135639.050000', '135639.053000', '135639.055000', '135639.068000', '135639.070000', '135639.073000', '135639.075000', '135639.078000', '135639.080000', '135639.083000', '135658.960000', '135658.963000', '135658.966000', '135658.968000', '135658.971000', '135658.974000', '135658.976000', '135658.979000', '135658.982000', '135658.984000', '135658.987000', '135658.990000', '135658.993000', '135658.996000', '135658.998000', '135659.002000', '135659.005000', '135659.007000', '135659.010000', '135659.012000', '135659.015000', '135659.018000', '135659.020000', '135659.023000', '135659.025000', '135659.028000', '135659.030000', '135659.033000', '135659.036000', '135659.038000', '135659.041000', '135659.043000', '135659.046000', '135659.049000', '135659.051000', '135659.054000', '135659.057000', '135659.059000', '135659.062000', '135659.064000', '135659.067000', '135659.069000', '135659.072000', '135718.961000', '135718.964000', '135718.966000', '135718.969000', '135718.971000', '135718.974000', '135718.976000', '135718.979000', '135718.982000', '135718.984000', '135718.987000', '135718.989000', '135718.992000', '135718.995000', '135718.997000', '135719.000000', '135719.002000', '135719.005000', '135719.007000', '135719.010000', '135719.013000', '135719.015000', '135719.018000', '135719.020000', '135719.023000', '135719.026000', '135719.028000', '135719.031000', '135719.033000', '135719.036000', '135719.038000', '135719.041000', '135719.044000', '135719.046000', '135719.049000', '135719.051000', '135719.054000', '135719.057000', '135719.059000', '135719.062000', '135719.065000', '135719.067000', '135719.070000', '135719.072000', '135738.961000', '135738.963000', '135738.966000', '135738.969000', '135738.971000', '135738.974000', '135738.977000', '135738.980000', '135738.983000', '135738.986000', '135738.988000', '135738.991000', '135738.994000', '135738.996000', '135738.999000', '135739.001000', '135739.004000', '135739.007000', '135739.009000', '135739.012000', '135739.014000', '135739.017000', '135739.020000', '135739.022000', '135739.025000', '135739.027000', '135739.030000', '135739.032000', '135739.035000', '135739.038000', '135739.040000', '135739.043000', '135739.046000', '135739.048000', '135739.051000', '135739.053000', '135739.056000', '135739.059000', '135739.061000', '135739.064000', '135739.066000', '135739.069000', '135739.072000', '135758.961000', '135758.964000', '135758.967000', '135758.969000', '135758.972000', '135758.975000', '135758.977000', '135758.980000', '135758.983000', '135758.985000', '135758.988000', '135758.990000', '135758.993000', '135758.996000', '135758.998000', '135759.001000', '135759.004000', '135759.006000', '135759.009000', '135759.011000', '135759.014000', '135759.016000', '135759.019000', '135759.022000', '135759.024000', '135759.027000', '135759.029000', '135759.032000', '135759.035000', '135759.037000', '135759.040000', '135759.042000', '135759.045000', '135759.047000', '135759.050000', '135759.053000', '135759.055000', '135759.058000', '135759.060000', '135759.063000', '135759.065000', '135759.068000', '135759.071000', '135759.073000', '135818.962000', '135818.964000', '135818.967000', '135818.970000', '135818.972000', '135818.975000', '135818.977000', '135818.980000', '135818.983000', '135818.985000', '135818.988000', '135818.990000', '135818.993000', '135818.995000', '135818.998000', '135819.001000', '135819.003000', '135819.022000', '135819.025000', '135819.027000', '135819.031000', '135819.034000', '135819.036000', '135819.039000', '135819.042000', '135819.044000', '135819.047000', '135819.049000', '135819.052000', '135819.054000', '135819.057000', '135819.060000', '135819.062000', '135819.065000', '135819.067000', '135819.070000', '135819.072000', '135819.075000', '135819.078000', '135819.080000', '135819.083000', '135819.085000', '135819.088000', '135838.961000', '135838.964000', '135838.967000', '135838.970000', '135838.972000', '135838.975000', '135838.977000', '135838.980000', '135838.983000', '135838.985000', '135838.988000', '135838.990000', '135838.993000', '135838.995000', '135838.998000', '135839.002000', '135839.005000', '135839.007000', '135839.010000', '135839.012000', '135839.015000', '135839.018000', '135839.020000', '135839.023000', '135839.025000', '135839.028000', '135839.031000', '135839.033000', '135839.036000', '135839.038000', '135839.041000', '135839.044000', '135839.046000', '135839.049000', '135839.051000', '135839.054000', '135839.056000', '135839.059000', '135839.062000', '135839.064000', '135839.067000', '135839.069000', '135839.072000', '135839.075000', '135858.961000', '135858.964000', '135858.967000', '135858.970000', '135858.972000', '135858.975000', '135858.977000', '135858.980000', '135858.982000', '135858.985000', '135858.988000', '135858.990000', '135858.993000', '135858.995000', '135858.998000', '135859.001000', '135859.003000', '135859.006000', '135859.009000', '135859.011000', '135859.014000', '135859.017000', '135859.019000', '135859.022000', '135859.024000', '135859.027000', '135859.030000', '135859.032000', '135859.035000', '135859.037000', '135859.040000', '135859.043000', '135859.045000', '135859.048000', '135859.050000', '135859.053000', '135859.056000', '135859.058000', '135859.061000', '135859.063000', '135859.066000', '135859.068000', '135859.071000', '135918.961000', '135918.964000', '135918.966000', '135918.969000', '135918.971000', '135918.974000', '135918.977000', '135918.979000', '135918.982000', '135918.984000', '135918.987000', '135918.990000', '135918.992000', '135918.995000', '135918.997000', '135919.000000', '135919.003000', '135919.005000', '135919.009000', '135919.012000', '135919.014000', '135919.017000', '135919.020000', '135919.022000', '135919.025000', '135919.027000', '135919.030000', '135919.033000', '135919.035000', '135919.038000', '135919.040000', '135919.043000', '135919.046000', '135919.048000', '135919.051000', '135919.053000', '135919.056000', '135919.058000', '135919.061000', '135919.064000', '135919.066000', '135919.069000', '135919.071000', '135919.074000', '135938.961000', '135938.963000', '135938.966000', '135938.969000', '135938.971000', '135938.974000', '135938.976000', '135938.979000', '135938.982000', '135938.984000', '135938.987000', '135938.989000', '135938.992000', '135938.994000', '135938.997000', '135939.000000', '135939.002000', '135939.005000', '135939.007000', '135939.010000', '135939.012000', '135939.015000', '135939.018000', '135939.020000', '135939.023000', '135939.025000', '135939.028000', '135939.031000', '135939.063000', '135939.066000', '135939.068000', '135939.072000', '135939.074000', '135939.077000', '135939.080000', '135939.083000', '135939.086000', '135939.089000', '135939.092000', '135939.094000', '135939.097000', '135939.099000', '135939.102000', '135958.961000', '135958.963000', '135958.966000', '135958.969000', '135958.971000', '135958.974000', '135958.976000', '135958.979000', '135958.981000', '135958.984000', '135958.987000', '135958.989000', '135958.992000', '135958.994000', '135958.997000', '135959.000000', '135959.002000', '135959.005000', '135959.007000', '135959.010000', '135959.012000', '135959.015000', '135959.018000', '135959.020000', '135959.023000', '135959.025000', '135959.028000', '135959.031000', '135959.033000', '135959.036000', '135959.039000', '135959.041000', '135959.044000', '135959.046000', '135959.049000', '135959.052000', '135959.054000', '135959.057000', '135959.059000', '135959.062000', '135959.065000', '135959.067000', '135959.070000', '135959.073000', '140018.961000', '140018.964000', '140018.967000', '140018.970000', '140018.972000', '140018.975000', '140018.977000', '140018.980000', '140018.982000', '140018.985000', '140018.987000', '140018.990000', '140018.993000', '140018.995000', '140018.998000', '140019.000000', '140019.003000', '140019.005000', '140019.008000', '140019.011000', '140019.013000', '140019.016000', '140019.018000', '140019.021000', '140019.023000', '140019.026000', '140019.029000', '140019.031000', '140019.034000', '140019.036000', '140019.039000', '140019.041000', '140019.044000', '140019.047000', '140019.049000', '140019.052000', '140019.054000', '140019.057000', '140019.060000', '140019.062000', '140019.065000', '140019.067000', '140019.070000', '140038.962000', '140038.965000', '140038.967000', '140038.970000', '140038.972000', '140038.975000', '140038.977000', '140038.980000', '140038.983000', '140038.985000', '140038.988000', '140038.990000', '140038.993000', '140038.995000', '140038.998000', '140039.001000', '140039.003000', '140039.006000', '140039.008000', '140039.011000', '140039.013000', '140039.016000', '140039.019000', '140039.021000', '140039.024000', '140039.026000', '140039.029000', '140039.031000', '140039.034000', '140039.037000', '140039.039000', '140039.042000', '140039.044000', '140039.047000', '140039.049000', '140039.052000', '140039.055000', '140039.057000', '140039.060000', '140039.062000', '140039.065000', '140039.067000', '140039.070000', '140039.073000', '140058.962000', '140058.964000', '140058.967000', '140058.970000', '140058.972000', '140058.975000', '140058.977000', '140058.980000', '140058.982000', '140058.985000', '140058.988000', '140058.990000', '140058.993000', '140058.995000', '140058.998000', '140059.001000', '140059.003000', '140059.006000', '140059.008000', '140059.011000', '140059.014000', '140059.016000', '140059.019000', '140059.021000', '140059.024000', '140059.036000', '140059.039000', '140059.042000', '140059.044000', '140059.047000', '140059.049000', '140059.052000', '140059.054000', '140059.057000', '140059.060000', '140059.062000', '140059.065000', '140059.068000', '140059.070000', '140059.073000', '140059.075000', '140059.078000', '140059.080000', '140118.962000', '140118.964000', '140118.967000', '140118.970000', '140118.972000', '140118.975000', '140118.977000', '140118.980000', '140118.982000', '140118.985000', '140118.988000', '140118.990000', '140118.993000', '140118.995000', '140118.998000', '140119.001000', '140119.003000', '140119.006000', '140119.008000', '140119.011000', '140119.013000', '140119.016000', '140119.019000', '140119.021000', '140119.024000', '140119.026000', '140119.029000', '140119.032000', '140119.034000', '140119.037000', '140119.039000', '140119.042000', '140119.045000', '140119.047000', '140119.050000', '140119.052000', '140119.055000', '140119.057000', '140119.060000', '140119.063000', '140119.065000', '140119.068000', '140119.070000', '140119.073000', '140138.961000', '140138.964000', '140138.966000', '140138.969000', '140138.971000', '140138.974000', '140138.976000', '140138.979000', '140138.982000', '140138.984000', '140138.987000', '140138.989000', '140138.992000', '140138.994000', '140138.997000', '140139.001000', '140139.003000', '140139.006000', '140139.008000', '140139.011000', '140139.014000', '140139.016000', '140139.019000', '140139.021000', '140139.024000', '140139.027000', '140139.029000', '140139.032000', '140139.034000', '140139.037000', '140139.040000', '140139.042000', '140139.045000', '140139.047000', '140139.054000', '140139.057000', '140139.060000', '140139.062000', '140139.065000', '140139.068000', '140139.070000', '140139.073000', '140139.075000', '140158.960000', '140158.963000', '140158.966000', '140158.969000', '140158.971000', '140158.974000', '140158.977000', '140158.979000', '140158.982000', '140158.984000', '140158.987000', '140158.990000', '140158.992000', '140158.995000', '140158.997000', '140159.000000', '140159.002000', '140159.005000', '140159.008000', '140159.010000', '140159.013000', '140159.015000', '140159.018000', '140159.021000', '140159.023000', '140159.026000', '140159.028000', '140159.031000', '140159.033000', '140159.036000', '140159.039000', '140159.041000', '140159.044000', '140159.046000', '140159.049000', '140159.051000', '140159.054000', '140159.057000', '140159.059000', '140159.062000', '140159.064000', '140159.067000', '140159.069000', '140159.072000', '140211.745000', '140211.748000', '140211.750000', '140211.753000', '140211.755000', '140211.758000', '140211.761000', '140211.763000', '140211.766000', '140211.768000', '140211.771000', '140211.774000', '140211.776000', '140211.779000', '140211.781000', '140211.784000', '140211.787000', '140211.789000', '140211.792000', '140211.794000', '140211.797000', '140211.809000', '140211.851000', '140211.854000', '140211.856000', '140211.859000', '140211.862000', '140211.864000'], '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], 'LargestImagePixelValue': [15002, 13837, 14811, 13466, 14579, 14659, 14704, 12665, 15053, 14069, 14727, 13706, 14299, 12780, 14476, 11276, 14159, 13712, 14331, 14422, 14188, 14878, 14462, 15039, 13675, 14690, 13928, 14481, 10199, 14137, 12940, 14540, 12197, 13712, 15384, 13551, 14888, 15274, 14784, 13517, 14520, 12056, 14275, 10910, 14255, 11798, 14205, 11922, 14132, 12797, 14382, 11015, 14147, 12073, 14142, 12528, 13994, 11828, 14059, 12507, 14057, 11299, 14232, 12854, 14786, 13133, 14284, 13113, 14279, 13039, 14429, 13298, 14231, 13588, 14051, 13264, 14336, 12965, 14561, 13255, 14403, 13147, 14336, 11350, 14530, 13405, 14971, 14227, 14724, 13872, 13774, 14704, 15235, 15144, 14280, 15097, 15412, 14927, 12876, 14881, 13997, 14777, 13897, 14695, 13060, 14937, 13924, 14762, 13380, 14407, 13781, 14543, 13276, 14401, 10902, 14375, 12981, 14934, 11651, 14255, 12135, 14164, 15339, 13699, 14784, 13703, 14708, 13768, 14833, 15175, 14804, 14280, 14667, 12382, 14097, 12310, 14481, 14830, 15138, 15144, 14139, 14920, 12840, 14345, 9624, 14014, 14445, 14096, 14995, 13800, 14634, 14055, 14799, 12968, 14669, 11336, 14059, 12052, 14567, 11459, 13615, 13477, 13522, 15030, 13268, 14732, 13171, 15086, 12979, 14638, 14432, 14711, 14493, 14563, 14057, 14658, 14978, 14883, 13431, 14695, 12124, 14930, 12927, 14207, 12796, 14391, 13292, 14312, 12394, 14274, 12555, 14900, 12128, 13707, 13856, 14245, 15145, 14653, 15013, 13408, 14824, 12672, 13711, 12843, 13572, 15155, 12726, 14675, 13432, 14565, 12693, 13645, 9707, 13863, 12778, 13172, 14683, 13694, 14578, 14953, 14451, 13289, 14019, 10431, 13890, 10065, 13515, 11477, 13610, 13709, 13744, 12971, 13697, 10846, 13201, 9477, 13432, 10989, 13366, 11386, 13981, 10662, 14046, 12494, 13424, 10454, 13549, 14215, 14396, 12804, 13845, 11164, 13861, 10815, 13201, 11161, 13688, 11471, 13608, 11260, 14837, 11194, 13458, 14712, 13545, 15124, 14244, 14806, 14693, 14390, 12950, 14029, 10868, 14372, 13282, 13800, 14151, 13370, 14558, 13085, 15066, 13714, 13308, 13527, 12952, 12769, 14787, 14130, 14829, 14231, 14855, 13678, 14750, 14862, 15077, 12530, 14947, 12748, 14246, 13238, 14116, 12533, 14253, 15791, 13933, 13098, 12858, 14730, 13076, 14450, 12255, 14325, 12383, 13581, 11503, 13325, 13627, 13240, 15241, 12203, 14587, 12427, 13870, 11007, 13188, 12763, 12575, 14692, 14067, 14240, 12156, 13812, 11321, 13763, 11075, 13026, 14918, 13321, 14587, 14566, 14332, 14260, 14260, 12432, 13988, 12003, 13713, 11589, 14508, 11621, 14203, 10763, 14222, 15261, 13224, 12735, 13440, 15490, 13017, 13974, 12629, 15107, 14338, 15154, 13956, 13453, 13378, 11835, 13703, 11469, 13771, 12259, 13237, 13936, 14313, 13387, 13424, 16003, 14053, 13418, 13782, 10684, 13726, 12411, 13184, 15761, 14388, 13321, 14163, 13552, 12725, 15019, 13707, 14637, 13027, 14981, 11851, 13612, 15007, 14282, 15370, 12873, 14651, 13260, 14382, 11686, 13295, 12507, 14101, 14419, 12963, 14279, 13335, 13680, 13450, 14504, 13071, 14790, 14707, 14403, 14050, 14367, 11522, 14490, 12562, 14067, 11449, 13185, 11309, 13364, 11496, 13878, 11687, 13907, 11212, 14132, 12119, 13536, 12294, 14070, 13230, 14274, 12349, 14427, 12049, 14472, 10681, 14369, 15847, 13529, 15065, 14966, 14963, 12639, 13949, 11418, 13904, 15466, 13664, 15401, 13582, 14628, 12550, 13615, 12629, 14123, 12305, 13405, 12553, 14499, 14595, 12999, 14352, 13435, 14300, 13749, 14330, 13998, 14142, 13334, 13814, 12015, 13662, 11489, 13426, 13255, 13912, 15364, 13906, 15148, 14771, 14823, 13110, 13540, 12390, 13631, 15170, 13805, 14858, 14822, 14762, 11907, 14278, 11630, 13178, 13346, 13879, 14003, 13228, 14512, 15049, 14418, 12794, 13500, 12939, 13737, 12724, 13751, 12329, 13099, 14687, 12410, 14603, 12024, 14437, 12519, 13616, 11721, 13428, 12248, 13695, 15318, 13632, 14778, 13980, 14595, 14259, 14142, 12808, 13440, 12560, 13530, 14914, 13193, 14536, 12806, 14035, 12229, 13694, 15062, 14420, 14976, 11766, 14390, 12604, 13906, 10784, 12860, 13227, 12665, 14367, 14728, 13893, 11883, 13915, 11513, 14072, 13871, 13817, 15049, 13349, 14690, 14627, 14922, 12953, 14346, 12653, 14191, 11823, 14508, 12556, 14177, 11902, 13971, 12615, 14768, 13206, 10102, 12890, 10920, 13205, 10498, 12747, 15218, 12892, 14470, 13555, 14467, 12792, 14223, 12530, 14227, 12562, 13805, 14281, 13843, 13568, 13763, 14008, 14096, 14340, 14756, 14214, 13760, 14426, 14620, 14495, 12452, 14611, 13355, 14086, 13335, 13729, 13140, 13385, 11948, 13729, 12158, 13956, 11833, 13177, 13650, 13057, 14578, 13266, 14247, 13948, 14122, 13987, 14102, 13231, 13694, 12119, 14313, 11379, 13299, 11398, 13402, 11073, 12473, 12622, 13290, 11912, 13665, 12820, 14064, 13915, 13864, 12886, 14332, 12788, 14566, 13094, 14967, 13591, 13512, 12509, 11005, 13064, 12070, 13300, 14468, 12464, 13285, 13405, 9656, 12612, 10772, 13820, 13588, 13516, 14968, 13221, 14258, 13513, 14488, 14174, 14207, 11864, 14254, 11831, 13543, 12016, 13357, 11479, 13754, 11057, 13964, 11323, 12846, 12576, 13342, 14917, 13748, 14203, 12946, 14386, 13991, 14272, 11658, 13962, 11984, 13789, 10517, 13730, 11812, 13855, 12118, 13334, 11744, 12846, 9853, 13150, 12839, 14164, 15716, 12488, 12771, 13271, 12559, 13581, 14617, 13742, 14651, 13279, 14669, 13006, 14289, 12573, 14704, 12217, 14204, 10786, 13547, 12074, 13757, 12390, 13391, 11714, 13464, 11491, 12292, 10452, 12708, 10899, 13949, 11444, 12784, 12169, 13257, 11937, 13840, 11833, 13679, 12310, 13411, 12070, 13231, 10508, 12969, 13594, 13256, 14677, 13126, 14376, 13943, 14546, 12029, 13885, 11225, 13425, 11191, 12909, 12518, 13626, 14646, 13741, 14462, 12760, 13749, 11832, 13473, 10425, 13745, 14853, 14021, 14260, 12892, 14280, 13711, 14221, 11924, 14477, 13490, 13793, 12193, 13493, 12459, 14203, 13714, 14422, 13128, 14024, 11821, 13803, 11357, 13513, 14448, 14041, 14670, 13049, 13294, 13064, 14634, 14238, 14763, 11395, 14555, 11874, 13509, 12348, 13806, 15121, 13716, 14720, 13074, 14409, 11790, 13324, 13351, 13493, 14867, 13923, 14202, 13296, 14233, 14314, 13932, 11656, 13793, 11137, 13703, 13591, 13051, 14589, 12728, 14286, 12248, 13324, 12946, 13339, 14410, 13050, 14985, 14256, 14363, 13272, 14317, 10892, 14211, 11703, 13865, 11531, 13404, 11615, 13289, 10205, 13958, 14322, 13699, 14471, 13699, 14438, 13573, 14055, 11601, 13456, 11420, 13589, 14294, 12848, 14364, 12318, 15270, 12981, 14674, 13927, 14676, 13967, 14653, 13998, 14649, 10802, 14399, 11189, 13874, 13585, 13861, 15234, 12414, 14571, 13563, 14764, 11877, 13786, 10048, 13999, 13004, 12808, 14536, 11486, 14327, 11687, 13574, 9563, 13742, 9438, 13412, 11061, 12741, 10636, 13061, 13021, 12922, 14244, 13027, 14236, 11327, 13667, 11069, 13151, 10817, 13565, 14333, 14090, 14690, 13816, 14577, 13021, 14604, 12050, 14497, 11352, 14495, 11163, 13421, 10778, 13540, 12913, 13844, 13473, 12976, 13749, 13221, 14675, 13935, 14598, 13812, 14473, 12787, 14369, 11030, 14045, 11490, 14020, 13776, 13774, 13583, 12443, 15077, 12717, 14544, 13630, 14573, 12335, 14121, 11074, 13777, 13213, 13085, 14411, 12522, 14384, 11330, 14669, 10822, 13190, 9794, 13762, 10155, 12996, 13557, 12785, 14638, 13359, 14587, 13493, 14426, 11004, 13943, 9632, 13769, 14809, 13783, 14618, 13372, 14153, 10630, 14240, 11372, 13736, 12035, 13248, 10679, 13137, 10219, 13929, 11382, 13606, 10632, 13613, 10754, 13069, 10987, 12721, 14397, 13227, 15678, 13529, 13109, 13664, 14232, 13385, 14687, 11770, 14380, 10939, 13860, 11306, 13824, 11188, 13655, 11599, 13693, 11824, 13440, 11623, 13062, 14930, 13573, 14639, 12078, 14101, 11931, 13301, 15709, 13156, 14131, 11611, 13975, 10929, 13362, 13539, 13301, 14343, 12303, 14202, 12356, 14025, 10408, 13886, 9250, 11840, 10306, 12688, 12859, 12697, 13446, 13088, 13859, 12561, 14737, 13563, 14329, 13154, 14388, 12750, 14373, 13527, 14335, 12115, 14071, 11296, 14164, 10688, 13025, 14017, 12944, 14955, 14065, 14688, 13736, 14330, 10636, 13697, 10456, 13619, 14267, 13421, 14831, 12389, 13692, 11718, 12817, 12382, 13110, 14413, 12796, 13994, 11537, 13572, 12289, 12976, 9975, 13085, 14302, 12521, 14488, 13533, 14159, 12783, 13963, 13314, 14170, 10903, 14316, 10961, 13821, 12448, 14024, 13010, 14274, 10650, 14313, 11738, 13758], 'WindowCenter': [5265.0, 5230.0, 5224.0, 5215.0, 5212.0, 5213.0, 5210.0, 5204.0, 5213.0, 5201.0, 5201.0, 5188.0, 5201.0, 5179.0, 5202.0, 5181.0, 5214.0, 5198.0, 5212.0, 5200.0, 5201.0, 5201.0, 5212.0, 5211.0, 5203.0, 5200.0, 5200.0, 5203.0, 5160.0, 5202.0, 5191.0, 5202.0, 5180.0, 5199.0, 5198.0, 5191.0, 5198.0, 5210.0, 5212.0, 5200.0, 5199.0, 5180.0, 5202.0, 5173.0, 5213.0, 5193.0, 5214.0, 5193.0, 5215.0, 5204.0, 5224.0, 5196.0, 5228.0, 5203.0, 5217.0, 5194.0, 5213.0, 5194.0, 5213.0, 5192.0, 5216.0, 5195.0, 5214.0, 5191.0, 5214.0, 5193.0, 5212.0, 5190.0, 5212.0, 5201.0, 5201.0, 5190.0, 5201.0, 5187.0, 5190.0, 5179.0, 5201.0, 5190.0, 5190.0, 5178.0, 5187.0, 5174.0, 5198.0, 5157.0, 5198.0, 5175.0, 5197.0, 5175.0, 5186.0, 5177.0, 5176.0, 5184.0, 5197.0, 5186.0, 5185.0, 5197.0, 5197.0, 5196.0, 5190.0, 5210.0, 5200.0, 5200.0, 5199.0, 5200.0, 5191.0, 5210.0, 5201.0, 5211.0, 5202.0, 5201.0, 5199.0, 5202.0, 5190.0, 5213.0, 5183.0, 5213.0, 5190.0, 5211.0, 5169.0, 5201.0, 5178.0, 5201.0, 5211.0, 5200.0, 5200.0, 5191.0, 5199.0, 5190.0, 5199.0, 5198.0, 5201.0, 5202.0, 5199.0, 5167.0, 5189.0, 5166.0, 5186.0, 5186.0, 5197.0, 5195.0, 5174.0, 5186.0, 5164.0, 5186.0, 5137.0, 5198.0, 5197.0, 5201.0, 5196.0, 5189.0, 5187.0, 5199.0, 5199.0, 5189.0, 5212.0, 5181.0, 5202.0, 5177.0, 5201.0, 5170.0, 5200.0, 5199.0, 5214.0, 5221.0, 5205.0, 5212.0, 5204.0, 5220.0, 5213.0, 5223.0, 5227.0, 5215.0, 5213.0, 5212.0, 5204.0, 5211.0, 5211.0, 5212.0, 5203.0, 5212.0, 5180.0, 5199.0, 5178.0, 5187.0, 5186.0, 5200.0, 5201.0, 5213.0, 5193.0, 5213.0, 5191.0, 5213.0, 5179.0, 5202.0, 5190.0, 5201.0, 5201.0, 5199.0, 5198.0, 5177.0, 5190.0, 5163.0, 5188.0, 5164.0, 5178.0, 5197.0, 5177.0, 5185.0, 5174.0, 5195.0, 5175.0, 5198.0, 5150.0, 5202.0, 5192.0, 5202.0, 5198.0, 5200.0, 5199.0, 5208.0, 5200.0, 5202.0, 5204.0, 5157.0, 5190.0, 5152.0, 5202.0, 5169.0, 5202.0, 5200.0, 5211.0, 5192.0, 5216.0, 5183.0, 5203.0, 5175.0, 5215.0, 5197.0, 5217.0, 5184.0, 5214.0, 5173.0, 5213.0, 5190.0, 5205.0, 5184.0, 5215.0, 5201.0, 5202.0, 5180.0, 5191.0, 5168.0, 5189.0, 5171.0, 5201.0, 5182.0, 5214.0, 5184.0, 5204.0, 5173.0, 5213.0, 5169.0, 5201.0, 5202.0, 5202.0, 5200.0, 5190.0, 5187.0, 5185.0, 5187.0, 5166.0, 5190.0, 5157.0, 5186.0, 5174.0, 5176.0, 5174.0, 5188.0, 5194.0, 5190.0, 5197.0, 5189.0, 5188.0, 5191.0, 5188.0, 5194.0, 5209.0, 5212.0, 5198.0, 5201.0, 5200.0, 5200.0, 5200.0, 5210.0, 5210.0, 5191.0, 5200.0, 5177.0, 5189.0, 5176.0, 5198.0, 5177.0, 5202.0, 5206.0, 5188.0, 5178.0, 5178.0, 5195.0, 5188.0, 5200.0, 5191.0, 5211.0, 5180.0, 5190.0, 5169.0, 5190.0, 5188.0, 5188.0, 5199.0, 5179.0, 5202.0, 5179.0, 5189.0, 5158.0, 5190.0, 5179.0, 5190.0, 5213.0, 5202.0, 5202.0, 5179.0, 5201.0, 5180.0, 5212.0, 5181.0, 5207.0, 5211.0, 5214.0, 5212.0, 5212.0, 5212.0, 5214.0, 5212.0, 5194.0, 5216.0, 5207.0, 5225.0, 5194.0, 5223.0, 5183.0, 5216.0, 5185.0, 5215.0, 5226.0, 5217.0, 5194.0, 5202.0, 5212.0, 5205.0, 5201.0, 5193.0, 5221.0, 5212.0, 5210.0, 5200.0, 5189.0, 5201.0, 5180.0, 5200.0, 5180.0, 5202.0, 5180.0, 5204.0, 5201.0, 5214.0, 5190.0, 5191.0, 5198.0, 5191.0, 5177.0, 5188.0, 5159.0, 5201.0, 5193.0, 5202.0, 5210.0, 5201.0, 5188.0, 5200.0, 5188.0, 5189.0, 5209.0, 5201.0, 5200.0, 5177.0, 5201.0, 5165.0, 5190.0, 5184.0, 5198.0, 5198.0, 5178.0, 5185.0, 5174.0, 5186.0, 5164.0, 5187.0, 5175.0, 5200.0, 5198.0, 5203.0, 5197.0, 5202.0, 5200.0, 5204.0, 5211.0, 5205.0, 5214.0, 5213.0, 5213.0, 5213.0, 5211.0, 5183.0, 5213.0, 5192.0, 5214.0, 5181.0, 5203.0, 5173.0, 5202.0, 5180.0, 5216.0, 5193.0, 5211.0, 5172.0, 5202.0, 5181.0, 5201.0, 5191.0, 5211.0, 5214.0, 5225.0, 5194.0, 5212.0, 5180.0, 5212.0, 5163.0, 5202.0, 5197.0, 5188.0, 5196.0, 5197.0, 5198.0, 5167.0, 5184.0, 5153.0, 5188.0, 5182.0, 5175.0, 5184.0, 5175.0, 5187.0, 5177.0, 5188.0, 5165.0, 5184.0, 5166.0, 5191.0, 5176.0, 5210.0, 5211.0, 5203.0, 5211.0, 5203.0, 5211.0, 5212.0, 5215.0, 5226.0, 5226.0, 5214.0, 5213.0, 5193.0, 5215.0, 5183.0, 5215.0, 5202.0, 5214.0, 5214.0, 5203.0, 5201.0, 5201.0, 5210.0, 5190.0, 5203.0, 5182.0, 5201.0, 5210.0, 5200.0, 5198.0, 5199.0, 5201.0, 5180.0, 5211.0, 5194.0, 5216.0, 5203.0, 5213.0, 5200.0, 5204.0, 5211.0, 5213.0, 5215.0, 5192.0, 5205.0, 5192.0, 5204.0, 5189.0, 5204.0, 5192.0, 5204.0, 5211.0, 5203.0, 5225.0, 5205.0, 5214.0, 5190.0, 5202.0, 5181.0, 5203.0, 5180.0, 5214.0, 5221.0, 5204.0, 5202.0, 5200.0, 5200.0, 5210.0, 5212.0, 5202.0, 5216.0, 5202.0, 5213.0, 5210.0, 5202.0, 5213.0, 5191.0, 5211.0, 5183.0, 5202.0, 5213.0, 5201.0, 5198.0, 5180.0, 5202.0, 5192.0, 5202.0, 5171.0, 5206.0, 5206.0, 5204.0, 5212.0, 5213.0, 5202.0, 5183.0, 5203.0, 5181.0, 5213.0, 5202.0, 5200.0, 5200.0, 5199.0, 5211.0, 5209.0, 5213.0, 5204.0, 5200.0, 5191.0, 5200.0, 5181.0, 5212.0, 5194.0, 5214.0, 5195.0, 5214.0, 5205.0, 5214.0, 5216.0, 5197.0, 5217.0, 5208.0, 5229.0, 5198.0, 5219.0, 5225.0, 5219.0, 5214.0, 5215.0, 5214.0, 5192.0, 5204.0, 5179.0, 5190.0, 5156.0, 5176.0, 5160.0, 5163.0, 5150.0, 5162.0, 5158.0, 5171.0, 5164.0, 5160.0, 5157.0, 5159.0, 5159.0, 5158.0, 5161.0, 5150.0, 5172.0, 5161.0, 5162.0, 5161.0, 5172.0, 5162.0, 5175.0, 5155.0, 5188.0, 5164.0, 5188.0, 5166.0, 5188.0, 5186.0, 5188.0, 5199.0, 5193.0, 5198.0, 5199.0, 5199.0, 5200.0, 5201.0, 5201.0, 5205.0, 5179.0, 5202.0, 5181.0, 5202.0, 5181.0, 5205.0, 5185.0, 5204.0, 5194.0, 5214.0, 5193.0, 5215.0, 5217.0, 5226.0, 5226.0, 5213.0, 5215.0, 5223.0, 5217.0, 5223.0, 5220.0, 5224.0, 5216.0, 5203.0, 5206.0, 5184.0, 5215.0, 5192.0, 5217.0, 5214.0, 5194.0, 5190.0, 5204.0, 5161.0, 5193.0, 5172.0, 5204.0, 5202.0, 5201.0, 5198.0, 5189.0, 5197.0, 5189.0, 5201.0, 5199.0, 5190.0, 5167.0, 5187.0, 5166.0, 5187.0, 5178.0, 5191.0, 5168.0, 5190.0, 5167.0, 5200.0, 5167.0, 5190.0, 5179.0, 5202.0, 5199.0, 5189.0, 5190.0, 5191.0, 5199.0, 5198.0, 5199.0, 5182.0, 5200.0, 5181.0, 5199.0, 5172.0, 5200.0, 5193.0, 5214.0, 5193.0, 5203.0, 5191.0, 5204.0, 5164.0, 5215.0, 5201.0, 5213.0, 5211.0, 5194.0, 5191.0, 5202.0, 5192.0, 5203.0, 5212.0, 5214.0, 5212.0, 5204.0, 5212.0, 5203.0, 5213.0, 5204.0, 5225.0, 5205.0, 5202.0, 5173.0, 5202.0, 5184.0, 5203.0, 5194.0, 5205.0, 5180.0, 5202.0, 5181.0, 5192.0, 5171.0, 5204.0, 5185.0, 5214.0, 5182.0, 5205.0, 5193.0, 5204.0, 5206.0, 5227.0, 5206.0, 5217.0, 5204.0, 5215.0, 5194.0, 5218.0, 5185.0, 5217.0, 5205.0, 5203.0, 5201.0, 5191.0, 5199.0, 5199.0, 5202.0, 5181.0, 5200.0, 5157.0, 5190.0, 5168.0, 5191.0, 5180.0, 5199.0, 5211.0, 5201.0, 5199.0, 5189.0, 5200.0, 5181.0, 5201.0, 5170.0, 5204.0, 5200.0, 5189.0, 5187.0, 5179.0, 5187.0, 5188.0, 5199.0, 5192.0, 5210.0, 5203.0, 5201.0, 5204.0, 5213.0, 5204.0, 5216.0, 5215.0, 5213.0, 5203.0, 5214.0, 5193.0, 5215.0, 5184.0, 5216.0, 5201.0, 5201.0, 5196.0, 5189.0, 5188.0, 5188.0, 5198.0, 5198.0, 5187.0, 5156.0, 5187.0, 5165.0, 5188.0, 5164.0, 5187.0, 5186.0, 5177.0, 5174.0, 5164.0, 5175.0, 5153.0, 5176.0, 5174.0, 5186.0, 5184.0, 5185.0, 5184.0, 5187.0, 5188.0, 5209.0, 5212.0, 5182.0, 5204.0, 5182.0, 5213.0, 5199.0, 5202.0, 5213.0, 5194.0, 5203.0, 5179.0, 5192.0, 5176.0, 5191.0, 5198.0, 5191.0, 5199.0, 5187.0, 5198.0, 5189.0, 5198.0, 5172.0, 5212.0, 5194.0, 5201.0, 5182.0, 5202.0, 5182.0, 5214.0, 5172.0, 5215.0, 5214.0, 5202.0, 5202.0, 5200.0, 5200.0, 5189.0, 5200.0, 5169.0, 5200.0, 5181.0, 5202.0, 5185.0, 5179.0, 5188.0, 5180.0, 5196.0, 5190.0, 5195.0, 5201.0, 5199.0, 5190.0, 5197.0, 5187.0, 5187.0, 5158.0, 5200.0, 5170.0, 5200.0, 5175.0, 5191.0, 5196.0, 5180.0, 5197.0, 5189.0, 5210.0, 5180.0, 5189.0, 5149.0, 5199.0, 5177.0, 5190.0, 5200.0, 5180.0, 5201.0, 5179.0, 5202.0, 5162.0, 5214.0, 5177.0, 5227.0, 5196.0, 5230.0, 5195.0, 5229.0, 5215.0, 5219.0, 5228.0, 5218.0, 5216.0, 5184.0, 5214.0, 5182.0, 5205.0, 5182.0, 5214.0, 5211.0, 5201.0, 5199.0, 5201.0, 5198.0, 5189.0, 5210.0, 5192.0, 5200.0, 5159.0, 5199.0, 5168.0, 5201.0, 5168.0, 5202.0, 5188.0, 5199.0, 5188.0, 5191.0, 5189.0, 5191.0, 5211.0, 5202.0, 5200.0, 5190.0, 5199.0, 5190.0, 5199.0, 5170.0, 5201.0, 5182.0, 5203.0, 5187.0, 5190.0, 5189.0, 5182.0, 5197.0, 5190.0, 5199.0, 5202.0, 5210.0, 5179.0, 5199.0, 5166.0, 5200.0, 5179.0, 5189.0, 5197.0, 5180.0, 5199.0, 5182.0, 5201.0, 5160.0, 5188.0, 5150.0, 5201.0, 5159.0, 5191.0, 5190.0, 5203.0, 5212.0, 5192.0, 5200.0, 5191.0, 5200.0, 5172.0, 5212.0, 5161.0, 5205.0, 5210.0, 5203.0, 5199.0, 5190.0, 5202.0, 5174.0, 5214.0, 5194.0, 5214.0, 5194.0, 5203.0, 5184.0, 5215.0, 5199.0, 5227.0, 5208.0, 5226.0, 5186.0, 5215.0, 5195.0, 5217.0, 5185.0, 5208.0, 5212.0, 5205.0, 5209.0, 5191.0, 5188.0, 5190.0, 5190.0, 5192.0, 5200.0, 5171.0, 5187.0, 5158.0, 5189.0, 5170.0, 5188.0, 5173.0, 5201.0, 5182.0, 5190.0, 5170.0, 5190.0, 5169.0, 5191.0, 5198.0, 5191.0, 5201.0, 5178.0, 5189.0, 5167.0, 5190.0, 5196.0, 5178.0, 5187.0, 5168.0, 5190.0, 5157.0, 5179.0, 5175.0, 5189.0, 5185.0, 5178.0, 5199.0, 5188.0, 5201.0, 5159.0, 5201.0, 5150.0, 5191.0, 5174.0, 5215.0, 5206.0, 5206.0, 5206.0, 5216.0, 5212.0, 5207.0, 5224.0, 5226.0, 5214.0, 5202.0, 5213.0, 5204.0, 5214.0, 5203.0, 5213.0, 5195.0, 5215.0, 5170.0, 5202.0, 5158.0, 5190.0, 5188.0, 5192.0, 5198.0, 5201.0, 5187.0, 5188.0, 5198.0, 5160.0, 5202.0, 5160.0, 5199.0, 5200.0, 5200.0, 5201.0, 5179.0, 5190.0, 5167.0, 5190.0, 5178.0, 5190.0, 5199.0, 5204.0, 5201.0, 5181.0, 5201.0, 5182.0, 5205.0, 5150.0, 5204.0, 5213.0, 5193.0, 5212.0, 5195.0, 5201.0, 5191.0, 5200.0, 5202.0, 5213.0, 5195.0, 5214.0, 5184.0, 5215.0, 5204.0, 5213.0, 5213.0, 5228.0, 5187.0, 5214.0, 5194.0, 5214.0], 'WindowWidth': [11357.0, 11296.0, 11277.0, 11264.0, 11254.0, 11256.0, 11248.0, 11245.0, 11257.0, 11236.0, 11234.0, 11211.0, 11234.0, 11201.0, 11237.0, 11209.0, 11259.0, 11228.0, 11252.0, 11232.0, 11236.0, 11234.0, 11253.0, 11252.0, 11240.0, 11232.0, 11229.0, 11238.0, 11175.0, 11237.0, 11221.0, 11237.0, 11202.0, 11230.0, 11226.0, 11219.0, 11226.0, 11247.0, 11252.0, 11232.0, 11232.0, 11203.0, 11237.0, 11198.0, 11258.0, 11231.0, 11261.0, 11228.0, 11263.0, 11246.0, 11275.0, 11239.0, 11285.0, 11244.0, 11264.0, 11229.0, 11258.0, 11229.0, 11258.0, 11225.0, 11263.0, 11234.0, 11260.0, 11221.0, 11255.0, 11223.0, 11251.0, 11219.0, 11252.0, 11237.0, 11236.0, 11216.0, 11234.0, 11208.0, 11218.0, 11198.0, 11234.0, 11218.0, 11215.0, 11194.0, 11209.0, 11186.0, 11226.0, 11167.0, 11228.0, 11189.0, 11222.0, 11186.0, 11205.0, 11193.0, 11192.0, 11201.0, 11224.0, 11206.0, 11201.0, 11223.0, 11223.0, 11220.0, 11215.0, 11246.0, 11233.0, 11233.0, 11228.0, 11231.0, 11220.0, 11247.0, 11235.0, 11252.0, 11235.0, 11234.0, 11228.0, 11237.0, 11219.0, 11255.0, 11212.0, 11255.0, 11218.0, 11248.0, 11186.0, 11234.0, 11198.0, 11236.0, 11249.0, 11236.0, 11232.0, 11220.0, 11228.0, 11219.0, 11229.0, 11227.0, 11236.0, 11235.0, 11229.0, 11179.0, 11214.0, 11175.0, 11207.0, 11205.0, 11223.0, 11219.0, 11186.0, 11203.0, 11170.0, 11205.0, 11136.0, 11225.0, 11225.0, 11234.0, 11221.0, 11214.0, 11209.0, 11228.0, 11230.0, 11215.0, 11250.0, 11207.0, 11238.0, 11196.0, 11236.0, 11188.0, 11235.0, 11230.0, 11260.0, 11266.0, 11248.0, 11251.0, 11246.0, 11264.0, 11259.0, 11272.0, 11281.0, 11259.0, 11255.0, 11250.0, 11243.0, 11249.0, 11248.0, 11253.0, 11242.0, 11252.0, 11203.0, 11228.0, 11197.0, 11212.0, 11208.0, 11233.0, 11234.0, 11257.0, 11228.0, 11254.0, 11219.0, 11255.0, 11201.0, 11239.0, 11217.0, 11233.0, 11233.0, 11229.0, 11225.0, 11191.0, 11216.0, 11169.0, 11209.0, 11173.0, 11196.0, 11222.0, 11193.0, 11202.0, 11186.0, 11218.0, 11191.0, 11230.0, 11161.0, 11239.0, 11225.0, 11238.0, 11228.0, 11232.0, 11229.0, 11242.0, 11235.0, 11237.0, 11242.0, 11169.0, 11217.0, 11164.0, 11236.0, 11187.0, 11236.0, 11232.0, 11253.0, 11222.0, 11263.0, 11215.0, 11245.0, 11205.0, 11264.0, 11240.0, 11269.0, 11215.0, 11258.0, 11199.0, 11256.0, 11221.0, 11248.0, 11216.0, 11263.0, 11236.0, 11238.0, 11202.0, 11220.0, 11185.0, 11217.0, 11191.0, 11237.0, 11211.0, 11261.0, 11216.0, 11244.0, 11197.0, 11253.0, 11187.0, 11235.0, 11237.0, 11236.0, 11231.0, 11214.0, 11207.0, 11204.0, 11208.0, 11174.0, 11216.0, 11166.0, 11207.0, 11184.0, 11192.0, 11185.0, 11211.0, 11218.0, 11218.0, 11224.0, 11216.0, 11211.0, 11220.0, 11215.0, 11229.0, 11248.0, 11255.0, 11227.0, 11234.0, 11231.0, 11232.0, 11232.0, 11250.0, 11247.0, 11221.0, 11229.0, 11194.0, 11214.0, 11191.0, 11226.0, 11192.0, 11235.0, 11237.0, 11211.0, 11196.0, 11198.0, 11218.0, 11213.0, 11231.0, 11225.0, 11250.0, 11202.0, 11218.0, 11186.0, 11219.0, 11213.0, 11213.0, 11229.0, 11204.0, 11236.0, 11198.0, 11214.0, 11170.0, 11219.0, 11200.0, 11219.0, 11254.0, 11240.0, 11239.0, 11203.0, 11236.0, 11205.0, 11256.0, 11208.0, 11251.0, 11253.0, 11260.0, 11256.0, 11255.0, 11253.0, 11257.0, 11253.0, 11231.0, 11265.0, 11252.0, 11279.0, 11232.0, 11274.0, 11214.0, 11264.0, 11216.0, 11264.0, 11278.0, 11267.0, 11230.0, 11240.0, 11249.0, 11244.0, 11237.0, 11229.0, 11267.0, 11253.0, 11246.0, 11233.0, 11215.0, 11235.0, 11204.0, 11236.0, 11205.0, 11242.0, 11205.0, 11242.0, 11235.0, 11256.0, 11221.0, 11220.0, 11224.0, 11216.0, 11194.0, 11213.0, 11174.0, 11237.0, 11228.0, 11241.0, 11247.0, 11236.0, 11213.0, 11232.0, 11213.0, 11217.0, 11246.0, 11236.0, 11229.0, 11193.0, 11231.0, 11173.0, 11214.0, 11202.0, 11226.0, 11227.0, 11198.0, 11205.0, 11184.0, 11208.0, 11173.0, 11211.0, 11191.0, 11233.0, 11230.0, 11240.0, 11227.0, 11239.0, 11234.0, 11245.0, 11251.0, 11249.0, 11259.0, 11257.0, 11257.0, 11254.0, 11250.0, 11212.0, 11255.0, 11226.0, 11257.0, 11206.0, 11244.0, 11195.0, 11239.0, 11205.0, 11265.0, 11230.0, 11253.0, 11194.0, 11237.0, 11207.0, 11237.0, 11222.0, 11253.0, 11260.0, 11276.0, 11229.0, 11252.0, 11205.0, 11252.0, 11181.0, 11238.0, 11225.0, 11213.0, 11221.0, 11225.0, 11226.0, 11177.0, 11202.0, 11155.0, 11209.0, 11195.0, 11189.0, 11199.0, 11188.0, 11208.0, 11193.0, 11212.0, 11174.0, 11202.0, 11177.0, 11218.0, 11197.0, 11246.0, 11250.0, 11243.0, 11251.0, 11242.0, 11250.0, 11253.0, 11259.0, 11279.0, 11279.0, 11258.0, 11255.0, 11226.0, 11260.0, 11212.0, 11261.0, 11242.0, 11259.0, 11257.0, 11238.0, 11234.0, 11234.0, 11247.0, 11216.0, 11240.0, 11207.0, 11237.0, 11246.0, 11232.0, 11226.0, 11229.0, 11234.0, 11206.0, 11251.0, 11232.0, 11267.0, 11243.0, 11257.0, 11236.0, 11244.0, 11251.0, 11255.0, 11260.0, 11225.0, 11248.0, 11223.0, 11243.0, 11217.0, 11244.0, 11222.0, 11246.0, 11251.0, 11242.0, 11276.0, 11248.0, 11258.0, 11217.0, 11238.0, 11206.0, 11242.0, 11205.0, 11259.0, 11265.0, 11244.0, 11237.0, 11234.0, 11232.0, 11247.0, 11253.0, 11238.0, 11265.0, 11242.0, 11257.0, 11248.0, 11239.0, 11255.0, 11221.0, 11253.0, 11210.0, 11240.0, 11252.0, 11235.0, 11228.0, 11203.0, 11235.0, 11221.0, 11240.0, 11193.0, 11250.0, 11251.0, 11247.0, 11254.0, 11254.0, 11240.0, 11211.0, 11243.0, 11209.0, 11258.0, 11239.0, 11234.0, 11232.0, 11232.0, 11248.0, 11246.0, 11255.0, 11244.0, 11234.0, 11220.0, 11234.0, 11208.0, 11254.0, 11230.0, 11260.0, 11231.0, 11259.0, 11249.0, 11258.0, 11266.0, 11242.0, 11271.0, 11260.0, 11293.0, 11243.0, 11275.0, 11278.0, 11274.0, 11262.0, 11263.0, 11259.0, 11226.0, 11243.0, 11199.0, 11217.0, 11159.0, 11187.0, 11157.0, 11165.0, 11143.0, 11164.0, 11156.0, 11176.0, 11167.0, 11157.0, 11150.0, 11154.0, 11155.0, 11153.0, 11159.0, 11146.0, 11179.0, 11161.0, 11164.0, 11159.0, 11178.0, 11163.0, 11186.0, 11159.0, 11211.0, 11173.0, 11211.0, 11177.0, 11212.0, 11208.0, 11214.0, 11231.0, 11227.0, 11229.0, 11232.0, 11230.0, 11233.0, 11238.0, 11238.0, 11245.0, 11204.0, 11238.0, 11207.0, 11239.0, 11208.0, 11248.0, 11219.0, 11245.0, 11229.0, 11262.0, 11231.0, 11262.0, 11270.0, 11283.0, 11284.0, 11260.0, 11264.0, 11273.0, 11270.0, 11275.0, 11277.0, 11275.0, 11266.0, 11242.0, 11251.0, 11216.0, 11263.0, 11228.0, 11268.0, 11258.0, 11231.0, 11218.0, 11242.0, 11179.0, 11227.0, 11194.0, 11246.0, 11238.0, 11236.0, 11227.0, 11218.0, 11226.0, 11217.0, 11234.0, 11231.0, 11217.0, 11180.0, 11210.0, 11178.0, 11210.0, 11200.0, 11222.0, 11183.0, 11215.0, 11181.0, 11232.0, 11183.0, 11219.0, 11203.0, 11240.0, 11231.0, 11218.0, 11216.0, 11220.0, 11228.0, 11228.0, 11231.0, 11212.0, 11233.0, 11205.0, 11231.0, 11195.0, 11235.0, 11229.0, 11261.0, 11229.0, 11245.0, 11224.0, 11247.0, 11189.0, 11262.0, 11241.0, 11259.0, 11250.0, 11228.0, 11221.0, 11240.0, 11224.0, 11244.0, 11256.0, 11262.0, 11254.0, 11245.0, 11253.0, 11244.0, 11255.0, 11245.0, 11275.0, 11248.0, 11241.0, 11199.0, 11238.0, 11213.0, 11240.0, 11229.0, 11247.0, 11205.0, 11239.0, 11208.0, 11226.0, 11195.0, 11247.0, 11219.0, 11260.0, 11211.0, 11248.0, 11230.0, 11248.0, 11255.0, 11284.0, 11253.0, 11268.0, 11247.0, 11265.0, 11232.0, 11270.0, 11223.0, 11268.0, 11246.0, 11242.0, 11234.0, 11221.0, 11229.0, 11229.0, 11238.0, 11206.0, 11232.0, 11168.0, 11216.0, 11182.0, 11220.0, 11202.0, 11232.0, 11248.0, 11239.0, 11232.0, 11217.0, 11232.0, 11205.0, 11236.0, 11190.0, 11242.0, 11231.0, 11216.0, 11210.0, 11202.0, 11209.0, 11214.0, 11231.0, 11228.0, 11247.0, 11240.0, 11237.0, 11247.0, 11258.0, 11250.0, 11265.0, 11264.0, 11257.0, 11243.0, 11256.0, 11230.0, 11260.0, 11216.0, 11263.0, 11235.0, 11234.0, 11221.0, 11215.0, 11211.0, 11212.0, 11227.0, 11227.0, 11209.0, 11164.0, 11207.0, 11173.0, 11211.0, 11172.0, 11210.0, 11206.0, 11192.0, 11184.0, 11171.0, 11189.0, 11155.0, 11192.0, 11187.0, 11207.0, 11200.0, 11203.0, 11201.0, 11210.0, 11212.0, 11245.0, 11255.0, 11213.0, 11245.0, 11210.0, 11257.0, 11232.0, 11241.0, 11256.0, 11229.0, 11240.0, 11200.0, 11224.0, 11192.0, 11219.0, 11229.0, 11221.0, 11227.0, 11209.0, 11225.0, 11215.0, 11227.0, 11197.0, 11254.0, 11230.0, 11238.0, 11210.0, 11240.0, 11213.0, 11259.0, 11198.0, 11262.0, 11258.0, 11238.0, 11236.0, 11232.0, 11232.0, 11215.0, 11232.0, 11186.0, 11234.0, 11207.0, 11237.0, 11207.0, 11201.0, 11209.0, 11203.0, 11222.0, 11218.0, 11220.0, 11236.0, 11230.0, 11217.0, 11223.0, 11210.0, 11211.0, 11170.0, 11230.0, 11192.0, 11232.0, 11190.0, 11218.0, 11220.0, 11203.0, 11223.0, 11216.0, 11248.0, 11202.0, 11217.0, 11157.0, 11230.0, 11196.0, 11217.0, 11232.0, 11206.0, 11234.0, 11201.0, 11236.0, 11183.0, 11260.0, 11215.0, 11286.0, 11239.0, 11294.0, 11238.0, 11288.0, 11264.0, 11276.0, 11286.0, 11273.0, 11265.0, 11216.0, 11259.0, 11211.0, 11248.0, 11211.0, 11262.0, 11251.0, 11236.0, 11230.0, 11233.0, 11227.0, 11217.0, 11248.0, 11225.0, 11233.0, 11171.0, 11229.0, 11181.0, 11236.0, 11185.0, 11238.0, 11214.0, 11231.0, 11210.0, 11223.0, 11214.0, 11221.0, 11250.0, 11239.0, 11232.0, 11218.0, 11228.0, 11217.0, 11229.0, 11191.0, 11237.0, 11211.0, 11241.0, 11210.0, 11217.0, 11211.0, 11208.0, 11223.0, 11218.0, 11229.0, 11239.0, 11248.0, 11203.0, 11230.0, 11180.0, 11232.0, 11199.0, 11216.0, 11224.0, 11204.0, 11230.0, 11210.0, 11235.0, 11175.0, 11212.0, 11160.0, 11236.0, 11173.0, 11222.0, 11219.0, 11243.0, 11251.0, 11223.0, 11232.0, 11222.0, 11234.0, 11196.0, 11253.0, 11179.0, 11245.0, 11248.0, 11239.0, 11229.0, 11220.0, 11236.0, 11199.0, 11259.0, 11234.0, 11259.0, 11229.0, 11245.0, 11219.0, 11264.0, 11251.0, 11286.0, 11258.0, 11280.0, 11225.0, 11264.0, 11235.0, 11268.0, 11219.0, 11255.0, 11255.0, 11245.0, 11244.0, 11221.0, 11213.0, 11218.0, 11217.0, 11222.0, 11232.0, 11191.0, 11210.0, 11169.0, 11212.0, 11188.0, 11214.0, 11196.0, 11237.0, 11211.0, 11218.0, 11189.0, 11219.0, 11187.0, 11222.0, 11227.0, 11222.0, 11235.0, 11199.0, 11214.0, 11180.0, 11219.0, 11220.0, 11197.0, 11209.0, 11183.0, 11217.0, 11165.0, 11199.0, 11188.0, 11212.0, 11205.0, 11198.0, 11229.0, 11216.0, 11235.0, 11173.0, 11234.0, 11164.0, 11225.0, 11204.0, 11266.0, 11252.0, 11251.0, 11248.0, 11267.0, 11256.0, 11254.0, 11275.0, 11283.0, 11260.0, 11242.0, 11256.0, 11244.0, 11257.0, 11242.0, 11257.0, 11234.0, 11259.0, 11189.0, 11236.0, 11170.0, 11218.0, 11212.0, 11222.0, 11227.0, 11233.0, 11209.0, 11211.0, 11225.0, 11176.0, 11235.0, 11173.0, 11230.0, 11231.0, 11232.0, 11233.0, 11198.0, 11215.0, 11179.0, 11218.0, 11197.0, 11219.0, 11232.0, 11244.0, 11238.0, 11209.0, 11236.0, 11209.0, 11247.0, 11161.0, 11245.0, 11254.0, 11230.0, 11252.0, 11230.0, 11233.0, 11222.0, 11234.0, 11241.0, 11257.0, 11237.0, 11261.0, 11217.0, 11261.0, 11245.0, 11256.0, 11259.0, 11283.0, 11227.0, 11260.0, 11231.0, 11257.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.00016657712305025998</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019934931715771233</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.206642852324414</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.292804683937553</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9786212026105802</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4878</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6559.6655</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06610556000861281</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3466204506065858</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.559044316522059</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4980777586230034</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7914737516278976</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3875814393152757</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0139855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016258053481578827</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03619163855910301</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1154</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.04747628239268</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>32.761</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.3664</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.4558</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293473.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.9892</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6837</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>657.0976</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4363.0814</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4601.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83071.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1580.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5660.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1136.7509</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.745768116321415</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> |