=== 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-0001 --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-0001",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
130 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
130 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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>44563450917e0fa927bcd317b7e60383</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>15:11:21.435000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.088881</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>[4148, -7779, -7247, 470, -31, -241, 23, 52]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>239.727</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0bee10d7-06ca-464c-a08b-4d83c3d09f2c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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': ['151121.435000', '151121.895000', '151122.355000', '151122.815000', '151123.275000', '151123.735000', '151124.195000', '151124.655000', '151125.115000', '151125.575000', '151126.035000', '151126.495000', '151126.955000', '151127.415000', '151127.875000', '151128.335000', '151128.795000', '151129.255000', '151129.715000', '151130.175000', '151130.635000', '151131.095000', '151131.555000', '151132.015000', '151132.475000', '151132.935000', '151133.395000', '151133.855000', '151134.315000', '151134.775000', '151135.235000', '151135.695000', '151136.155000', '151136.615000', '151137.075000', '151137.535000', '151137.995000', '151138.455000', '151138.915000', '151139.375000', '151139.835000', '151140.295000', '151140.755000', '151141.215000', '151141.675000', '151142.135000', '151142.595000', '151143.055000', '151143.515000', '151143.975000', '151144.435000', '151144.895000', '151145.355000', '151145.815000', '151146.275000', '151146.735000', '151147.195000', '151147.655000', '151148.115000', '151148.575000', '151149.035000', '151149.495000', '151149.955000', '151150.415000', '151150.875000', '151151.335000', '151151.795000', '151152.255000', '151152.715000', '151153.175000', '151153.635000', '151154.095000', '151154.555000', '151155.015000', '151155.475000', '151155.935000', '151156.395000', '151156.855000', '151157.315000', '151157.775000', '151158.235000', '151158.695000', '151159.155000', '151159.615000', '151200.075000', '151200.535000', '151200.995000', '151201.455000', '151201.915000', '151202.375000', '151202.835000', '151203.295000', '151203.755000', '151204.215000', '151204.675000', '151205.135000', '151205.595000', '151206.055000', '151206.515000', '151206.975000', '151207.435000', '151207.895000', '151208.355000', '151208.815000', '151209.275000', '151209.735000', '151210.195000', '151210.655000', '151211.115000', '151211.575000', '151212.035000', '151212.495000', '151212.955000', '151213.415000', '151213.875000', '151214.335000', '151214.795000', '151215.255000', '151215.715000', '151216.175000', '151216.635000', '151217.095000', '151217.555000', '151218.015000', '151218.475000', '151218.935000', '151219.395000', '151219.855000', '151220.315000', '151220.775000', '151221.235000', '151221.695000', '151222.155000', '151222.615000', '151223.075000', '151223.535000', '151223.995000', '151224.455000', '151224.915000', '151225.375000', '151225.835000', '151226.295000', '151226.755000', '151227.215000', '151227.675000', '151228.135000', '151228.595000', '151229.055000', '151229.515000', '151229.975000', '151230.435000', '151230.895000', '151231.355000', '151231.815000', '151232.275000', '151232.735000', '151233.195000', '151233.655000', '151234.115000', '151234.575000', '151235.035000', '151235.495000', '151235.955000', '151236.415000', '151236.875000', '151237.335000', '151237.795000', '151238.255000', '151238.715000', '151239.175000', '151239.635000', '151240.095000', '151240.555000', '151241.015000', '151241.475000', '151241.935000', '151242.395000', '151242.855000', '151243.315000', '151243.775000', '151244.235000', '151244.695000', '151245.155000', '151245.615000', '151246.075000', '151246.535000', '151246.995000', '151247.455000', '151247.915000', '151248.375000', '151248.835000', '151249.295000', '151249.755000', '151250.215000', '151250.675000', '151251.135000', '151251.595000', '151252.055000', '151252.515000', '151252.975000', '151253.435000', '151253.895000', '151254.355000', '151254.815000', '151255.275000', '151255.735000', '151256.195000', '151256.655000', '151257.115000', '151257.575000', '151258.035000', '151258.495000', '151258.955000', '151259.415000', '151259.875000', '151300.335000', '151300.795000', '151301.255000', '151301.715000', '151302.175000', '151302.635000', '151303.095000', '151303.555000', '151304.015000', '151304.475000', '151304.935000', '151305.395000', '151305.855000', '151306.315000', '151306.775000', '151307.235000', '151307.695000', '151308.155000', '151308.615000', '151309.075000', '151309.535000', '151309.995000', '151310.455000', '151310.915000', '151311.375000', '151311.835000', '151312.295000', '151312.755000', '151313.215000', '151313.675000', '151314.135000', '151314.595000', '151315.055000', '151315.515000', '151315.975000', '151316.435000', '151316.895000', '151317.355000', '151317.815000', '151318.275000', '151318.735000', '151319.195000', '151319.655000', '151320.115000', '151320.575000', '151321.035000', '151321.495000', '151321.955000', '151322.415000', '151322.875000', '151323.335000', '151323.795000', '151324.255000', '151324.715000', '151325.175000', '151325.635000', '151326.095000', '151326.555000', '151327.015000', '151327.475000', '151327.935000', '151328.395000', '151328.855000', '151329.315000', '151329.775000', '151330.235000', '151330.695000', '151331.155000', '151331.615000', '151332.075000', '151332.535000', '151332.995000', '151333.455000', '151333.915000', '151334.375000', '151334.835000', '151335.295000', '151335.755000', '151336.215000', '151336.675000', '151337.135000', '151337.595000', '151338.055000', '151338.515000', '151338.975000', '151339.435000', '151339.895000', '151340.355000', '151340.815000', '151341.275000', '151341.735000', '151342.195000', '151342.655000', '151343.115000', '151343.575000', '151344.035000', '151344.495000', '151344.955000', '151345.415000', '151345.875000', '151346.335000', '151346.795000', '151347.255000', '151347.715000', '151348.175000', '151348.635000', '151349.095000', '151349.555000', '151350.015000', '151350.475000', '151350.935000', '151351.395000', '151351.855000', '151352.315000', '151352.775000', '151353.235000', '151353.695000', '151354.155000', '151354.615000', '151355.075000', '151355.535000', '151355.995000', '151356.455000', '151356.915000', '151357.375000', '151357.835000', '151358.295000', '151358.755000', '151359.215000', '151359.675000', '151400.135000', '151400.595000', '151401.055000', '151401.515000', '151401.975000', '151402.435000', '151402.895000', '151403.355000', '151403.815000', '151404.275000', '151404.735000', '151405.195000', '151405.655000', '151406.115000', '151406.575000', '151407.035000', '151407.495000', '151407.955000', '151408.415000', '151408.875000', '151409.335000', '151409.795000', '151410.255000', '151410.715000', '151411.175000', '151411.635000', '151412.095000', '151412.555000', '151413.015000', '151413.475000', '151413.935000', '151414.395000', '151414.855000', '151415.315000', '151415.775000', '151416.235000', '151416.695000', '151417.155000', '151417.615000', '151418.075000', '151418.535000', '151418.995000', '151419.455000', '151419.915000', '151420.375000', '151420.835000', '151421.295000', '151421.755000', '151422.215000', '151422.675000', '151423.135000', '151423.595000', '151424.055000', '151424.515000', '151424.975000', '151425.435000', '151425.895000', '151426.355000', '151426.815000', '151427.275000', '151427.735000', '151428.195000', '151428.655000', '151429.115000', '151429.575000', '151430.035000', '151430.495000', '151430.955000', '151431.415000', '151431.875000', '151432.335000', '151432.795000', '151433.255000', '151433.715000', '151434.175000', '151434.635000', '151435.095000', '151435.555000', '151436.015000', '151436.475000', '151436.935000', '151437.395000', '151437.855000', '151438.315000', '151438.775000', '151439.235000', '151439.695000', '151440.155000', '151440.615000', '151441.075000', '151441.535000', '151441.995000', '151442.455000', '151442.915000', '151443.375000', '151443.835000', '151444.295000', '151444.755000', '151445.215000', '151445.675000', '151446.135000', '151446.595000', '151447.055000', '151447.515000', '151447.975000', '151448.435000', '151448.895000', '151449.355000', '151449.815000', '151450.275000', '151450.735000', '151451.195000', '151451.655000', '151452.115000', '151452.575000', '151453.035000', '151453.495000', '151453.955000', '151454.415000', '151454.875000', '151455.335000', '151455.795000', '151456.255000', '151456.715000', '151457.175000', '151457.635000', '151458.095000', '151458.555000', '151459.015000', '151459.475000', '151459.935000', '151500.395000', '151500.855000', '151501.315000', '151501.775000', '151502.235000', '151502.695000', '151503.155000', '151503.615000', '151504.075000', '151504.535000', '151504.995000', '151505.455000', '151505.915000', '151506.375000', '151506.835000', '151507.295000', '151507.755000', '151508.215000', '151508.675000', '151509.135000', '151509.595000', '151510.055000', '151510.515000', '151510.975000', '151511.435000', '151511.895000', '151512.355000', '151512.815000', '151513.275000', '151513.735000', '151514.195000', '151514.655000', '151515.115000', '151515.575000', '151516.035000', '151516.495000', '151516.955000', '151517.415000', '151517.875000', '151518.335000', '151518.795000', '151519.255000', '151519.715000', '151520.175000', '151520.635000', '151521.095000', '151521.555000', '151522.015000', '151522.475000', '151522.935000', '151523.395000', '151523.855000', '151524.315000', '151524.775000', '151525.235000', '151525.695000', '151526.155000', '151526.615000', '151527.075000', '151527.535000', '151527.995000', '151528.455000', '151528.915000', '151529.375000', '151529.835000', '151530.295000', '151530.755000', '151531.215000', '151531.675000', '151532.135000', '151532.595000', '151533.055000', '151533.515000', '151533.975000', '151534.435000', '151534.895000', '151535.355000', '151535.815000', '151536.275000', '151536.735000', '151537.195000', '151537.655000', '151538.115000', '151538.575000', '151539.035000', '151539.495000', '151539.955000', '151540.415000', '151540.875000', '151541.335000', '151541.795000', '151542.255000', '151542.715000', '151543.175000', '151543.635000', '151544.095000', '151544.555000', '151545.015000', '151545.475000', '151545.935000', '151546.395000', '151546.855000', '151547.315000', '151547.775000', '151548.235000', '151548.695000', '151549.155000', '151549.615000', '151550.075000', '151550.535000', '151550.995000', '151551.455000', '151551.915000', '151552.375000', '151552.835000', '151553.295000', '151553.755000', '151554.215000', '151554.675000', '151555.135000', '151555.595000', '151556.055000', '151556.515000', '151556.975000', '151557.435000', '151557.895000', '151558.355000', '151558.815000', '151559.275000', '151559.735000', '151600.195000', '151600.655000', '151601.115000', '151601.575000', '151602.035000', '151602.495000', '151602.955000', '151603.415000', '151603.875000', '151604.335000', '151604.795000', '151605.255000', '151605.715000', '151606.175000', '151606.635000', '151607.095000', '151607.555000', '151608.015000', '151608.475000', '151608.935000', '151609.395000', '151609.855000', '151610.315000', '151610.775000', '151611.235000', '151611.695000', '151612.155000', '151612.615000', '151613.075000', '151613.535000', '151613.995000', '151614.455000', '151614.915000', '151615.375000', '151615.835000', '151616.295000', '151616.755000', '151617.215000', '151617.675000', '151618.135000', '151618.595000', '151619.055000', '151619.515000', '151619.975000', '151620.435000', '151620.895000', '151621.355000', '151621.815000', '151622.275000', '151622.735000', '151623.195000', '151623.655000', '151624.115000', '151624.575000', '151625.035000', '151625.495000', '151625.955000', '151626.415000', '151626.875000', '151627.335000', '151627.795000', '151628.255000', '151628.715000', '151629.175000', '151629.635000', '151630.095000', '151630.555000', '151631.015000', '151631.475000', '151631.935000', '151632.395000', '151632.855000', '151633.315000', '151633.775000', '151634.235000', '151634.695000', '151635.155000', '151635.615000', '151636.075000', '151636.535000', '151636.995000', '151637.455000', '151637.915000', '151638.375000', '151638.835000', '151639.295000', '151639.755000', '151640.215000', '151640.675000', '151641.135000', '151641.595000', '151642.055000', '151642.515000', '151642.975000', '151643.435000', '151643.895000', '151644.355000', '151644.815000', '151645.275000', '151645.735000', '151646.195000', '151646.655000', '151647.115000', '151647.575000', '151648.035000', '151648.495000', '151648.955000', '151649.415000', '151649.875000', '151650.335000', '151650.795000', '151651.255000', '151651.715000', '151652.175000', '151652.635000', '151653.095000', '151653.555000', '151654.015000', '151654.475000', '151654.935000', '151655.395000', '151655.855000', '151656.315000', '151656.775000', '151657.235000', '151657.695000', '151658.155000', '151658.615000', '151659.075000', '151659.535000', '151659.995000', '151700.455000', '151700.915000', '151701.375000', '151701.835000', '151702.295000', '151702.755000', '151703.215000', '151703.675000', '151704.135000', '151704.595000', '151705.055000', '151705.515000', '151705.975000', '151706.435000', '151706.895000', '151707.355000', '151707.815000', '151708.275000', '151708.735000', '151709.195000', '151709.655000', '151710.115000', '151710.575000', '151711.035000', '151711.495000', '151711.955000', '151712.415000', '151712.875000', '151713.335000', '151713.795000', '151714.255000', '151714.715000', '151715.175000', '151715.635000', '151716.095000', '151716.555000', '151717.015000', '151717.475000', '151717.935000', '151718.395000', '151718.855000', '151719.315000', '151719.775000', '151720.235000', '151720.695000', '151721.155000', '151721.615000', '151722.075000', '151722.535000', '151722.995000', '151723.455000', '151723.915000', '151724.375000', '151724.835000', '151725.295000', '151725.755000', '151726.215000', '151726.675000', '151727.135000', '151727.595000', '151728.055000', '151728.515000', '151728.975000', '151729.435000', '151729.895000', '151730.355000', '151730.815000', '151731.275000', '151731.735000', '151732.195000', '151732.655000', '151733.115000', '151733.575000', '151734.035000', '151734.495000', '151734.955000', '151735.415000', '151735.875000', '151736.335000', '151736.795000', '151737.255000', '151737.715000', '151738.175000', '151738.635000', '151739.095000', '151739.555000', '151740.015000', '151740.475000', '151740.935000', '151741.395000', '151741.855000', '151742.315000', '151742.775000', '151743.235000', '151743.695000', '151744.155000', '151744.615000', '151745.075000', '151745.535000', '151745.995000', '151746.455000', '151746.915000', '151747.375000', '151747.835000', '151748.295000', '151748.755000', '151749.215000', '151749.675000', '151750.135000', '151750.595000', '151751.055000', '151751.515000', '151751.975000', '151752.435000', '151752.895000', '151753.355000', '151753.815000', '151754.275000', '151754.735000', '151755.195000', '151755.655000', '151756.115000', '151756.575000', '151757.035000', '151757.495000', '151757.955000', '151758.415000', '151758.875000', '151759.335000', '151759.795000', '151800.255000', '151800.715000', '151801.175000', '151801.635000', '151802.095000', '151802.555000', '151803.015000', '151803.475000', '151803.935000', '151804.395000', '151804.855000', '151805.315000', '151805.775000', '151806.235000', '151806.695000', '151807.155000', '151807.615000', '151808.075000', '151808.535000', '151808.995000', '151809.455000', '151809.915000', '151810.375000', '151810.835000', '151811.295000', '151811.755000', '151812.215000', '151812.675000', '151813.135000', '151813.595000', '151814.055000', '151814.515000', '151814.975000', '151815.435000', '151815.895000', '151816.355000', '151816.815000', '151817.275000', '151817.735000', '151818.195000', '151818.655000', '151819.115000', '151819.575000', '151820.035000', '151820.495000', '151820.955000', '151821.415000', '151821.875000', '151822.335000', '151822.795000', '151823.255000', '151823.715000', '151824.175000', '151824.635000', '151825.095000', '151825.555000', '151826.015000', '151826.475000', '151826.935000', '151827.395000', '151827.855000', '151828.315000', '151828.775000', '151829.235000', '151829.695000', '151830.155000', '151830.615000', '151831.075000', '151831.535000', '151831.995000', '151832.455000', '151832.915000', '151833.375000', '151833.835000', '151834.295000', '151834.755000', '151835.215000', '151835.675000', '151836.135000', '151836.595000', '151837.055000', '151837.515000', '151837.975000', '151838.435000', '151838.895000', '151839.355000', '151839.815000', '151840.275000', '151840.735000', '151841.195000', '151841.655000', '151842.115000', '151842.575000', '151843.035000', '151843.495000', '151843.955000', '151844.415000', '151844.875000', '151845.335000', '151845.795000', '151846.255000', '151846.715000', '151847.175000', '151847.635000', '151848.095000', '151848.555000', '151849.015000', '151849.475000', '151849.935000', '151850.395000', '151850.855000', '151851.315000', '151851.775000', '151852.235000', '151852.695000', '151853.155000', '151853.615000', '151854.075000', '151854.535000', '151854.995000', '151855.455000', '151855.915000', '151856.375000', '151856.835000', '151857.295000', '151857.755000', '151858.215000', '151858.675000', '151859.135000', '151859.595000', '151900.055000', '151900.515000', '151900.975000', '151901.435000', '151901.895000', '151902.355000', '151902.815000', '151903.275000', '151903.735000', '151904.195000', '151904.655000', '151905.115000', '151905.575000', '151906.035000', '151906.495000', '151906.955000', '151907.415000', '151907.875000', '151908.335000', '151908.795000', '151909.255000', '151909.715000', '151910.175000', '151910.635000', '151911.095000', '151911.555000', '151912.015000', '151912.475000', '151912.935000', '151913.395000', '151913.855000', '151914.315000', '151914.775000', '151915.235000', '151915.695000', '151916.155000', '151916.615000', '151917.075000', '151917.535000', '151917.995000', '151918.455000', '151918.915000', '151919.375000', '151919.835000', '151920.295000', '151920.755000', '151921.215000', '151921.675000', '151922.135000', '151922.595000', '151923.055000', '151923.515000', '151923.975000', '151924.435000', '151924.895000', '151925.355000', '151925.815000', '151926.275000', '151926.735000', '151927.195000', '151927.655000', '151928.115000', '151928.575000', '151929.035000', '151929.495000', '151929.955000', '151930.415000', '151930.875000', '151931.335000', '151931.795000', '151932.255000', '151932.715000', '151933.175000', '151933.635000', '151934.095000', '151934.555000', '151935.015000', '151935.475000', '151935.935000', '151936.395000', '151936.855000', '151937.315000', '151937.775000', '151938.235000', '151938.695000', '151939.155000', '151939.615000', '151940.075000', '151940.535000', '151940.995000', '151941.455000', '151941.915000', '151942.375000', '151942.835000', '151943.295000', '151943.755000', '151944.215000', '151944.675000', '151945.135000', '151945.595000', '151946.055000', '151946.515000', '151946.975000', '151947.435000', '151947.895000', '151948.355000', '151948.815000', '151949.275000', '151949.735000', '151950.195000', '151950.655000', '151951.115000', '151951.575000', '151952.035000', '151952.495000', '151952.955000', '151953.415000', '151953.875000', '151954.335000', '151954.795000', '151955.255000', '151955.715000', '151956.175000', '151956.635000', '151957.095000', '151957.555000', '151958.015000', '151958.475000', '151958.935000', '151959.395000', '151959.855000', '152000.315000', '152000.775000', '152001.235000', '152001.695000', '152002.155000', '152002.615000', '152003.075000', '152003.535000', '152003.995000', '152004.455000', '152004.915000', '152005.375000', '152005.835000', '152006.295000', '152006.755000', '152007.215000', '152007.675000', '152008.135000', '152008.595000', '152009.055000', '152009.515000', '152009.975000', '152010.435000', '152010.895000', '152011.355000', '152011.815000', '152012.275000', '152012.735000'], 'ContentTime': ['151135.700000', '151135.703000', '151135.707000', '151135.710000', '151135.713000', '151135.715000', '151135.718000', '151135.721000', '151135.724000', '151135.727000', '151135.730000', '151135.733000', '151135.736000', '151135.739000', '151135.742000', '151135.744000', '151135.747000', '151135.750000', '151135.753000', '151135.756000', '151135.759000', '151135.762000', '151135.765000', '151135.768000', '151135.771000', '151135.773000', '151135.780000', '151135.783000', '151135.786000', '151155.659000', '151155.662000', '151155.665000', '151155.668000', '151155.671000', '151155.674000', '151155.676000', '151155.679000', '151155.682000', '151155.685000', '151155.688000', '151155.691000', '151155.694000', '151155.697000', '151155.700000', '151155.703000', '151155.705000', '151155.708000', '151155.711000', '151155.714000', '151155.717000', '151155.720000', '151155.723000', '151155.726000', '151155.729000', '151155.732000', '151155.734000', '151155.737000', '151155.740000', '151155.743000', '151155.746000', '151155.749000', '151155.752000', '151155.755000', '151155.758000', '151155.761000', '151155.764000', '151155.766000', '151155.769000', '151155.772000', '151155.781000', '151155.784000', '151155.787000', '151155.790000', '151215.659000', '151215.662000', '151215.665000', '151215.668000', '151215.671000', '151215.674000', '151215.677000', '151215.680000', '151215.683000', '151215.686000', '151215.703000', '151215.705000', '151215.708000', '151215.711000', '151215.714000', '151215.717000', '151215.720000', '151215.723000', '151215.726000', '151215.728000', '151215.731000', '151215.742000', '151215.745000', '151215.748000', '151215.751000', '151215.754000', '151215.757000', '151215.760000', '151215.763000', '151215.765000', '151215.768000', '151215.771000', '151215.774000', '151215.777000', '151215.780000', '151215.783000', '151215.786000', '151215.788000', '151215.791000', '151215.794000', '151215.804000', '151215.807000', '151215.810000', '151235.659000', '151235.662000', '151235.665000', '151235.668000', '151235.671000', '151235.674000', '151235.677000', '151235.680000', '151235.683000', '151235.686000', '151235.689000', '151235.692000', '151235.695000', '151235.697000', '151235.700000', '151235.703000', '151235.706000', '151235.709000', '151235.712000', '151235.715000', '151235.718000', '151235.721000', '151235.724000', '151235.726000', '151235.729000', '151235.732000', '151235.735000', '151235.738000', '151235.741000', '151235.744000', '151235.747000', '151235.750000', '151235.753000', '151235.755000', '151235.758000', '151235.761000', '151235.764000', '151235.767000', '151235.770000', '151235.773000', '151235.776000', '151235.779000', '151235.782000', '151235.785000', '151255.660000', '151255.663000', '151255.666000', '151255.669000', '151255.672000', '151255.675000', '151255.678000', '151255.682000', '151255.686000', '151255.689000', '151255.692000', '151255.695000', '151255.697000', '151255.700000', '151255.703000', '151255.706000', '151255.709000', '151255.712000', '151255.715000', '151255.718000', '151255.720000', '151255.723000', '151255.726000', '151255.729000', '151255.732000', '151255.735000', '151255.738000', '151255.741000', '151255.744000', '151255.747000', '151255.750000', '151255.753000', '151255.755000', '151255.758000', '151255.761000', '151255.765000', '151255.768000', '151255.771000', '151255.774000', '151255.777000', '151255.780000', '151255.783000', '151255.785000', '151315.660000', '151315.663000', '151315.666000', '151315.669000', '151315.672000', '151315.675000', '151315.678000', '151315.681000', '151315.684000', '151315.687000', '151315.690000', '151315.693000', '151315.696000', '151315.699000', '151315.702000', '151315.705000', '151315.708000', '151315.711000', '151315.714000', '151315.716000', '151315.719000', '151315.722000', '151315.725000', '151315.728000', '151315.731000', '151315.734000', '151315.737000', '151315.740000', '151315.743000', '151315.746000', '151315.749000', '151315.752000', '151315.755000', '151315.758000', '151315.761000', '151315.764000', '151315.767000', '151315.770000', '151315.773000', '151315.776000', '151315.779000', '151315.781000', '151315.785000', '151315.787000', '151335.660000', '151335.663000', '151335.666000', '151335.669000', '151335.672000', '151335.675000', '151335.678000', '151335.681000', '151335.684000', '151335.687000', '151335.690000', '151335.693000', '151335.696000', '151335.699000', '151335.702000', '151335.705000', '151335.708000', '151335.711000', '151335.714000', '151335.717000', '151335.720000', '151335.723000', '151335.726000', '151335.729000', '151335.732000', '151335.735000', '151335.738000', '151335.741000', '151335.743000', '151335.746000', '151335.749000', '151335.752000', '151335.755000', '151335.758000', '151335.761000', '151335.764000', '151335.767000', '151335.770000', '151335.773000', '151335.776000', '151335.779000', '151335.782000', '151335.785000', '151355.660000', '151355.663000', '151355.666000', '151355.669000', '151355.672000', '151355.675000', '151355.678000', '151355.689000', '151355.692000', '151355.695000', '151355.698000', '151355.701000', '151355.704000', '151355.707000', '151355.709000', '151355.712000', '151355.715000', '151355.718000', '151355.721000', '151355.724000', '151355.727000', '151355.730000', '151355.733000', '151355.736000', '151355.739000', '151355.741000', '151355.744000', '151355.747000', '151355.750000', '151355.753000', '151355.756000', '151355.759000', '151355.762000', '151355.765000', '151355.768000', '151355.771000', '151355.773000', '151355.776000', '151355.779000', '151355.782000', '151355.785000', '151355.788000', '151355.791000', '151355.794000', '151415.659000', '151415.662000', '151415.665000', '151415.668000', '151415.671000', '151415.674000', '151415.677000', '151415.680000', '151415.683000', '151415.686000', '151415.689000', '151415.691000', '151415.694000', '151415.697000', '151415.700000', '151415.703000', '151415.706000', '151415.709000', '151415.712000', '151415.715000', '151415.718000', '151415.721000', '151415.724000', '151415.727000', '151415.730000', '151415.733000', '151415.736000', '151415.739000', '151415.741000', '151415.744000', '151415.747000', '151415.750000', '151415.753000', '151415.756000', '151415.759000', '151415.762000', '151415.765000', '151415.768000', '151415.770000', '151415.773000', '151415.776000', '151415.779000', '151415.782000', '151435.659000', '151435.662000', '151435.665000', '151435.668000', '151435.671000', '151435.674000', '151435.677000', '151435.680000', '151435.683000', '151435.686000', '151435.689000', '151435.691000', '151435.694000', '151435.697000', '151435.700000', '151435.703000', '151435.706000', '151435.709000', '151435.712000', '151435.715000', '151435.718000', '151435.721000', '151435.724000', '151435.727000', '151435.729000', '151435.732000', '151435.735000', '151435.738000', '151435.741000', '151435.744000', '151435.747000', '151435.750000', '151435.753000', '151435.756000', '151435.759000', '151435.761000', '151435.764000', '151435.767000', '151435.770000', '151435.773000', '151435.776000', '151435.779000', '151435.782000', '151435.785000', '151455.659000', '151455.662000', '151455.665000', '151455.668000', '151455.671000', '151455.674000', '151455.683000', '151455.686000', '151455.689000', '151455.692000', '151455.695000', '151455.698000', '151455.701000', '151455.704000', '151455.707000', '151455.710000', '151455.713000', '151455.715000', '151455.718000', '151455.721000', '151455.724000', '151455.727000', '151455.730000', '151455.733000', '151455.737000', '151455.742000', '151455.745000', '151455.748000', '151455.751000', '151455.754000', '151455.757000', '151455.760000', '151455.763000', '151455.766000', '151455.768000', '151455.771000', '151455.774000', '151455.777000', '151455.780000', '151455.783000', '151455.786000', '151455.789000', '151455.792000', '151515.660000', '151515.663000', '151515.666000', '151515.669000', '151515.672000', '151515.675000', '151515.678000', '151515.681000', '151515.684000', '151515.687000', '151515.690000', '151515.692000', '151515.695000', '151515.698000', '151515.701000', '151515.704000', '151515.707000', '151515.710000', '151515.713000', '151515.716000', '151515.719000', '151515.722000', '151515.725000', '151515.728000', '151515.731000', '151515.733000', '151515.736000', '151515.739000', '151515.742000', '151515.745000', '151515.748000', '151515.751000', '151515.754000', '151515.757000', '151515.760000', '151515.763000', '151515.766000', '151515.769000', '151515.772000', '151515.775000', '151515.778000', '151515.780000', '151515.783000', '151515.786000', '151535.660000', '151535.663000', '151535.666000', '151535.669000', '151535.672000', '151535.675000', '151535.678000', '151535.681000', '151535.684000', '151535.687000', '151535.689000', '151535.692000', '151535.695000', '151535.698000', '151535.701000', '151535.704000', '151535.707000', '151535.710000', '151535.713000', '151535.716000', '151535.719000', '151535.722000', '151535.725000', '151535.728000', '151535.731000', '151535.734000', '151535.736000', '151535.739000', '151535.742000', '151535.745000', '151535.748000', '151535.751000', '151535.755000', '151535.758000', '151535.761000', '151535.764000', '151535.767000', '151535.770000', '151535.773000', '151535.776000', '151535.779000', '151535.782000', '151535.785000', '151555.660000', '151555.663000', '151555.666000', '151555.669000', '151555.672000', '151555.675000', '151555.678000', '151555.681000', '151555.684000', '151555.687000', '151555.700000', '151555.702000', '151555.705000', '151555.708000', '151555.711000', '151555.714000', '151555.717000', '151555.720000', '151555.723000', '151555.726000', '151555.729000', '151555.732000', '151555.735000', '151555.738000', '151555.741000', '151555.743000', '151555.746000', '151555.749000', '151555.752000', '151555.755000', '151555.758000', '151555.761000', '151555.764000', '151555.767000', '151555.770000', '151555.773000', '151555.776000', '151555.779000', '151555.782000', '151555.784000', '151555.787000', '151555.790000', '151555.793000', '151555.796000', '151615.660000', '151615.663000', '151615.666000', '151615.669000', '151615.672000', '151615.675000', '151615.678000', '151615.681000', '151615.684000', '151615.687000', '151615.690000', '151615.693000', '151615.696000', '151615.699000', '151615.702000', '151615.705000', '151615.708000', '151615.711000', '151615.714000', '151615.718000', '151615.721000', '151615.724000', '151615.727000', '151615.730000', '151615.733000', '151615.736000', '151615.739000', '151615.742000', '151615.745000', '151615.748000', '151615.751000', '151615.754000', '151615.757000', '151615.760000', '151615.763000', '151615.766000', '151615.769000', '151615.772000', '151615.775000', '151615.779000', '151615.782000', '151615.785000', '151615.788000', '151635.660000', '151635.663000', '151635.666000', '151635.669000', '151635.672000', '151635.676000', '151635.679000', '151635.682000', '151635.685000', '151635.693000', '151635.696000', '151635.699000', '151635.702000', '151635.705000', '151635.708000', '151635.711000', '151635.714000', '151635.717000', '151635.720000', '151635.723000', '151635.726000', '151635.729000', '151635.732000', '151635.735000', '151635.737000', '151635.741000', '151635.743000', '151635.746000', '151635.749000', '151635.752000', '151635.755000', '151635.758000', '151635.761000', '151635.764000', '151635.767000', '151635.770000', '151635.773000', '151635.776000', '151635.779000', '151635.782000', '151635.785000', '151635.788000', '151635.791000', '151635.794000', '151655.659000', '151655.662000', '151655.665000', '151655.668000', '151655.671000', '151655.674000', '151655.677000', '151655.680000', '151655.683000', '151655.686000', '151655.689000', '151655.692000', '151655.708000', '151655.711000', '151655.714000', '151655.717000', '151655.720000', '151655.723000', '151655.726000', '151655.729000', '151655.732000', '151655.735000', '151655.738000', '151655.741000', '151655.744000', '151655.747000', '151655.750000', '151655.753000', '151655.755000', '151655.758000', '151655.761000', '151655.764000', '151655.767000', '151655.770000', '151655.773000', '151655.776000', '151655.779000', '151655.782000', '151655.785000', '151655.788000', '151655.790000', '151655.794000', '151655.796000', '151715.659000', '151715.662000', '151715.665000', '151715.668000', '151715.671000', '151715.674000', '151715.677000', '151715.680000', '151715.683000', '151715.685000', '151715.688000', '151715.691000', '151715.694000', '151715.697000', '151715.700000', '151715.703000', '151715.706000', '151715.709000', '151715.712000', '151715.715000', '151715.718000', '151715.721000', '151715.724000', '151715.727000', '151715.730000', '151715.732000', '151715.735000', '151715.738000', '151715.741000', '151715.744000', '151715.747000', '151715.750000', '151715.753000', '151715.758000', '151715.760000', '151715.763000', '151715.766000', '151715.769000', '151715.772000', '151715.775000', '151715.778000', '151715.781000', '151715.784000', '151715.787000', '151735.660000', '151735.663000', '151735.666000', '151735.669000', '151735.672000', '151735.675000', '151735.678000', '151735.681000', '151735.684000', '151735.687000', '151735.690000', '151735.693000', '151735.695000', '151735.698000', '151735.701000', '151735.704000', '151735.707000', '151735.710000', '151735.713000', '151735.716000', '151735.719000', '151735.722000', '151735.725000', '151735.727000', '151735.730000', '151735.733000', '151735.736000', '151735.739000', '151735.742000', '151735.745000', '151735.748000', '151735.751000', '151735.755000', '151735.758000', '151735.761000', '151735.764000', '151735.767000', '151735.770000', '151735.773000', '151735.776000', '151735.779000', '151735.782000', '151735.785000', '151755.660000', '151755.663000', '151755.666000', '151755.669000', '151755.672000', '151755.675000', '151755.678000', '151755.681000', '151755.684000', '151755.687000', '151755.690000', '151755.693000', '151755.699000', '151755.702000', '151755.705000', '151755.708000', '151755.711000', '151755.714000', '151755.717000', '151755.720000', '151755.723000', '151755.726000', '151755.728000', '151755.731000', '151755.734000', '151755.737000', '151755.740000', '151755.743000', '151755.746000', '151755.749000', '151755.752000', '151755.755000', '151755.758000', '151755.761000', '151755.763000', '151755.766000', '151755.769000', '151755.772000', '151755.775000', '151755.778000', '151755.781000', '151755.784000', '151755.787000', '151755.790000', '151815.660000', '151815.663000', '151815.666000', '151815.669000', '151815.672000', '151815.675000', '151815.678000', '151815.681000', '151815.684000', '151815.687000', '151815.690000', '151815.693000', '151815.695000', '151815.698000', '151815.701000', '151815.704000', '151815.707000', '151815.710000', '151815.713000', '151815.716000', '151815.719000', '151815.722000', '151815.725000', '151815.740000', '151815.743000', '151815.746000', '151815.749000', '151815.752000', '151815.755000', '151815.758000', '151815.760000', '151815.763000', '151815.766000', '151815.769000', '151815.772000', '151815.775000', '151815.778000', '151815.781000', '151815.784000', '151815.787000', '151815.790000', '151815.793000', '151815.795000', '151835.660000', '151835.663000', '151835.666000', '151835.669000', '151835.672000', '151835.675000', '151835.678000', '151835.681000', '151835.684000', '151835.687000', '151835.690000', '151835.692000', '151835.695000', '151835.698000', '151835.701000', '151835.704000', '151835.707000', '151835.710000', '151835.713000', '151835.716000', '151835.719000', '151835.722000', '151835.724000', '151835.727000', '151835.730000', '151835.733000', '151835.736000', '151835.739000', '151835.742000', '151835.745000', '151835.748000', '151835.751000', '151835.754000', '151835.757000', '151835.759000', '151835.762000', '151835.765000', '151835.768000', '151835.771000', '151835.774000', '151835.777000', '151835.780000', '151835.783000', '151835.786000', '151855.659000', '151855.662000', '151855.665000', '151855.668000', '151855.671000', '151855.674000', '151855.677000', '151855.680000', '151855.692000', '151855.695000', '151855.698000', '151855.701000', '151855.704000', '151855.707000', '151855.710000', '151855.712000', '151855.716000', '151855.718000', '151855.721000', '151855.724000', '151855.727000', '151855.730000', '151855.733000', '151855.736000', '151855.739000', '151855.742000', '151855.745000', '151855.748000', '151855.751000', '151855.754000', '151855.756000', '151855.759000', '151855.762000', '151855.765000', '151855.768000', '151855.771000', '151855.774000', '151855.777000', '151855.780000', '151855.783000', '151855.786000', '151855.788000', '151855.793000', '151915.659000', '151915.662000', '151915.665000', '151915.668000', '151915.671000', '151915.674000', '151915.677000', '151915.680000', '151915.683000', '151915.686000', '151915.689000', '151915.692000', '151915.695000', '151915.698000', '151915.701000', '151915.704000', '151915.707000', '151915.710000', '151915.713000', '151915.716000', '151915.719000', '151915.722000', '151915.725000', '151915.728000', '151915.730000', '151915.734000', '151915.736000', '151915.739000', '151915.742000', '151915.745000', '151915.748000', '151915.751000', '151915.754000', '151915.758000', '151915.761000', '151915.764000', '151915.767000', '151915.770000', '151915.773000', '151915.776000', '151915.779000', '151915.782000', '151915.785000', '151915.788000', '151935.659000', '151935.662000', '151935.665000', '151935.668000', '151935.671000', '151935.674000', '151935.677000', '151935.680000', '151935.683000', '151935.686000', '151935.689000', '151935.692000', '151935.695000', '151935.698000', '151935.701000', '151935.704000', '151935.707000', '151935.710000', '151935.713000', '151935.716000', '151935.731000', '151935.734000', '151935.737000', '151935.740000', '151935.743000', '151935.746000', '151935.749000', '151935.752000', '151935.755000', '151935.758000', '151935.761000', '151935.764000', '151935.767000', '151935.770000', '151935.773000', '151935.776000', '151935.779000', '151935.782000', '151935.784000', '151935.787000', '151935.790000', '151935.793000', '151935.796000', '151955.660000', '151955.663000', '151955.666000', '151955.669000', '151955.672000', '151955.675000', '151955.678000', '151955.681000', '151955.684000', '151955.687000', '151955.690000', '151955.693000', '151955.696000', '151955.699000', '151955.702000', '151955.705000', '151955.708000', '151955.710000', '151955.713000', '151955.716000', '151955.719000', '151955.722000', '151955.725000', '151955.728000', '151955.731000', '151955.734000', '151955.737000', '151955.740000', '151955.748000', '151955.757000', '151955.760000', '151955.763000', '151955.766000', '151955.769000', '151955.772000', '151955.775000', '151955.777000', '151955.780000', '151955.783000', '151955.786000', '151955.789000', '151955.792000', '151955.795000', '151955.798000', '152013.648000', '152013.652000', '152013.655000', '152013.658000', '152013.663000', '152013.668000', '152013.672000', '152013.676000', '152013.681000', '152013.686000', '152013.689000', '152013.692000', '152013.695000', '152013.699000', '152013.702000', '152013.704000', '152013.707000', '152013.710000', '152013.713000', '152013.717000', '152013.719000', '152013.722000', '152013.725000', '152013.728000', '152013.731000', '152013.734000', '152013.737000', '152013.740000', '152013.743000', '152013.746000', '152013.749000', '152013.752000', '152013.755000', '152013.758000', '152013.761000', '152013.764000', '152013.767000', '152013.770000', '152013.773000'], 'InstanceCreationTime': ['151135.700000', '151135.703000', '151135.707000', '151135.710000', '151135.713000', '151135.715000', '151135.718000', '151135.721000', '151135.724000', '151135.727000', '151135.730000', '151135.733000', '151135.736000', '151135.739000', '151135.742000', '151135.744000', '151135.747000', '151135.750000', '151135.753000', '151135.756000', '151135.759000', '151135.762000', '151135.765000', '151135.768000', '151135.771000', '151135.773000', '151135.780000', '151135.783000', '151135.786000', '151155.659000', '151155.662000', '151155.665000', '151155.668000', '151155.671000', '151155.674000', '151155.676000', '151155.679000', '151155.682000', '151155.685000', '151155.688000', '151155.691000', '151155.694000', '151155.697000', '151155.700000', '151155.703000', '151155.705000', '151155.708000', '151155.711000', '151155.714000', '151155.717000', '151155.720000', '151155.723000', '151155.726000', '151155.729000', '151155.732000', '151155.734000', '151155.737000', '151155.740000', '151155.743000', '151155.746000', '151155.749000', '151155.752000', '151155.755000', '151155.758000', '151155.761000', '151155.764000', '151155.766000', '151155.769000', '151155.772000', '151155.781000', '151155.784000', '151155.787000', '151155.790000', '151215.659000', '151215.662000', '151215.665000', '151215.668000', '151215.671000', '151215.674000', '151215.677000', '151215.680000', '151215.683000', '151215.686000', '151215.703000', '151215.705000', '151215.708000', '151215.711000', '151215.714000', '151215.717000', '151215.720000', '151215.723000', '151215.726000', '151215.728000', '151215.731000', '151215.742000', '151215.745000', '151215.748000', '151215.751000', '151215.754000', '151215.757000', '151215.760000', '151215.763000', '151215.765000', '151215.768000', '151215.771000', '151215.774000', '151215.777000', '151215.780000', '151215.783000', '151215.786000', '151215.788000', '151215.791000', '151215.794000', '151215.804000', '151215.807000', '151215.810000', '151235.659000', '151235.662000', '151235.665000', '151235.668000', '151235.671000', '151235.674000', '151235.677000', '151235.680000', '151235.683000', '151235.686000', '151235.689000', '151235.692000', '151235.695000', '151235.697000', '151235.700000', '151235.703000', '151235.706000', '151235.709000', '151235.712000', '151235.715000', '151235.718000', '151235.721000', '151235.724000', '151235.726000', '151235.729000', '151235.732000', '151235.735000', '151235.738000', '151235.741000', '151235.744000', '151235.747000', '151235.750000', '151235.753000', '151235.755000', '151235.758000', '151235.761000', '151235.764000', '151235.767000', '151235.770000', '151235.773000', '151235.776000', '151235.779000', '151235.782000', '151235.785000', '151255.660000', '151255.663000', '151255.666000', '151255.669000', '151255.672000', '151255.675000', '151255.678000', '151255.682000', '151255.686000', '151255.689000', '151255.692000', '151255.695000', '151255.697000', '151255.700000', '151255.703000', '151255.706000', '151255.709000', '151255.712000', '151255.715000', '151255.718000', '151255.720000', '151255.723000', '151255.726000', '151255.729000', '151255.732000', '151255.735000', '151255.738000', '151255.741000', '151255.744000', '151255.747000', '151255.750000', '151255.753000', '151255.755000', '151255.758000', '151255.761000', '151255.765000', '151255.768000', '151255.771000', '151255.774000', '151255.777000', '151255.780000', '151255.783000', '151255.785000', '151315.660000', '151315.663000', '151315.666000', '151315.669000', '151315.672000', '151315.675000', '151315.678000', '151315.681000', '151315.684000', '151315.687000', '151315.690000', '151315.693000', '151315.696000', '151315.699000', '151315.702000', '151315.705000', '151315.708000', '151315.711000', '151315.714000', '151315.716000', '151315.719000', '151315.722000', '151315.725000', '151315.728000', '151315.731000', '151315.734000', '151315.737000', '151315.740000', '151315.743000', '151315.746000', '151315.749000', '151315.752000', '151315.755000', '151315.758000', '151315.761000', '151315.764000', '151315.767000', '151315.770000', '151315.773000', '151315.776000', '151315.779000', '151315.781000', '151315.785000', '151315.787000', '151335.660000', '151335.663000', '151335.666000', '151335.669000', '151335.672000', '151335.675000', '151335.678000', '151335.681000', '151335.684000', '151335.687000', '151335.690000', '151335.693000', '151335.696000', '151335.699000', '151335.702000', '151335.705000', '151335.708000', '151335.711000', '151335.714000', '151335.717000', '151335.720000', '151335.723000', '151335.726000', '151335.729000', '151335.732000', '151335.735000', '151335.738000', '151335.741000', '151335.743000', '151335.746000', '151335.749000', '151335.752000', '151335.755000', '151335.758000', '151335.761000', '151335.764000', '151335.767000', '151335.770000', '151335.773000', '151335.776000', '151335.779000', '151335.782000', '151335.785000', '151355.660000', '151355.663000', '151355.666000', '151355.669000', '151355.672000', '151355.675000', '151355.678000', '151355.689000', '151355.692000', '151355.695000', '151355.698000', '151355.701000', '151355.704000', '151355.707000', '151355.709000', '151355.712000', '151355.715000', '151355.718000', '151355.721000', '151355.724000', '151355.727000', '151355.730000', '151355.733000', '151355.736000', '151355.739000', '151355.741000', '151355.744000', '151355.747000', '151355.750000', '151355.753000', '151355.756000', '151355.759000', '151355.762000', '151355.765000', '151355.768000', '151355.771000', '151355.773000', '151355.776000', '151355.779000', '151355.782000', '151355.785000', '151355.788000', '151355.791000', '151355.794000', '151415.659000', '151415.662000', '151415.665000', '151415.668000', '151415.671000', '151415.674000', '151415.677000', '151415.680000', '151415.683000', '151415.686000', '151415.689000', '151415.691000', '151415.694000', '151415.697000', '151415.700000', '151415.703000', '151415.706000', '151415.709000', '151415.712000', '151415.715000', '151415.718000', '151415.721000', '151415.724000', '151415.727000', '151415.730000', '151415.733000', '151415.736000', '151415.739000', '151415.741000', '151415.744000', '151415.747000', '151415.750000', '151415.753000', '151415.756000', '151415.759000', '151415.762000', '151415.765000', '151415.768000', '151415.770000', '151415.773000', '151415.776000', '151415.779000', '151415.782000', '151435.659000', '151435.662000', '151435.665000', '151435.668000', '151435.671000', '151435.674000', '151435.677000', '151435.680000', '151435.683000', '151435.686000', '151435.689000', '151435.691000', '151435.694000', '151435.697000', '151435.700000', '151435.703000', '151435.706000', '151435.709000', '151435.712000', '151435.715000', '151435.718000', '151435.721000', '151435.724000', '151435.727000', '151435.729000', '151435.732000', '151435.735000', '151435.738000', '151435.741000', '151435.744000', '151435.747000', '151435.750000', '151435.753000', '151435.756000', '151435.759000', '151435.761000', '151435.764000', '151435.767000', '151435.770000', '151435.773000', '151435.776000', '151435.779000', '151435.782000', '151435.785000', '151455.659000', '151455.662000', '151455.665000', '151455.668000', '151455.671000', '151455.674000', '151455.683000', '151455.686000', '151455.689000', '151455.692000', '151455.695000', '151455.698000', '151455.701000', '151455.704000', '151455.707000', '151455.710000', '151455.713000', '151455.715000', '151455.718000', '151455.721000', '151455.724000', '151455.727000', '151455.730000', '151455.733000', '151455.737000', '151455.742000', '151455.745000', '151455.748000', '151455.751000', '151455.754000', '151455.757000', '151455.760000', '151455.763000', '151455.766000', '151455.768000', '151455.771000', '151455.774000', '151455.777000', '151455.780000', '151455.783000', '151455.786000', '151455.789000', '151455.792000', '151515.660000', '151515.663000', '151515.666000', '151515.669000', '151515.672000', '151515.675000', '151515.678000', '151515.681000', '151515.684000', '151515.687000', '151515.690000', '151515.692000', '151515.695000', '151515.698000', '151515.701000', '151515.704000', '151515.707000', '151515.710000', '151515.713000', '151515.716000', '151515.719000', '151515.722000', '151515.725000', '151515.728000', '151515.731000', '151515.733000', '151515.736000', '151515.739000', '151515.742000', '151515.745000', '151515.748000', '151515.751000', '151515.754000', '151515.757000', '151515.760000', '151515.763000', '151515.766000', '151515.769000', '151515.772000', '151515.775000', '151515.778000', '151515.780000', '151515.783000', '151515.786000', '151535.660000', '151535.663000', '151535.666000', '151535.669000', '151535.672000', '151535.675000', '151535.678000', '151535.681000', '151535.684000', '151535.687000', '151535.689000', '151535.692000', '151535.695000', '151535.698000', '151535.701000', '151535.704000', '151535.707000', '151535.710000', '151535.713000', '151535.716000', '151535.719000', '151535.722000', '151535.725000', '151535.728000', '151535.731000', '151535.734000', '151535.736000', '151535.739000', '151535.742000', '151535.745000', '151535.748000', '151535.751000', '151535.755000', '151535.758000', '151535.761000', '151535.764000', '151535.767000', '151535.770000', '151535.773000', '151535.776000', '151535.779000', '151535.782000', '151535.785000', '151555.660000', '151555.663000', '151555.666000', '151555.669000', '151555.672000', '151555.675000', '151555.678000', '151555.681000', '151555.684000', '151555.687000', '151555.700000', '151555.702000', '151555.705000', '151555.708000', '151555.711000', '151555.714000', '151555.717000', '151555.720000', '151555.723000', '151555.726000', '151555.729000', '151555.732000', '151555.735000', '151555.738000', '151555.741000', '151555.743000', '151555.746000', '151555.749000', '151555.752000', '151555.755000', '151555.758000', '151555.761000', '151555.764000', '151555.767000', '151555.770000', '151555.773000', '151555.776000', '151555.779000', '151555.782000', '151555.784000', '151555.787000', '151555.790000', '151555.793000', '151555.796000', '151615.660000', '151615.663000', '151615.666000', '151615.669000', '151615.672000', '151615.675000', '151615.678000', '151615.681000', '151615.684000', '151615.687000', '151615.690000', '151615.693000', '151615.696000', '151615.699000', '151615.702000', '151615.705000', '151615.708000', '151615.711000', '151615.714000', '151615.718000', '151615.721000', '151615.724000', '151615.727000', '151615.730000', '151615.733000', '151615.736000', '151615.739000', '151615.742000', '151615.745000', '151615.748000', '151615.751000', '151615.754000', '151615.757000', '151615.760000', '151615.763000', '151615.766000', '151615.769000', '151615.772000', '151615.775000', '151615.779000', '151615.782000', '151615.785000', '151615.788000', '151635.660000', '151635.663000', '151635.666000', '151635.669000', '151635.672000', '151635.676000', '151635.679000', '151635.682000', '151635.685000', '151635.693000', '151635.696000', '151635.699000', '151635.702000', '151635.705000', '151635.708000', '151635.711000', '151635.714000', '151635.717000', '151635.720000', '151635.723000', '151635.726000', '151635.729000', '151635.732000', '151635.735000', '151635.737000', '151635.741000', '151635.743000', '151635.746000', '151635.749000', '151635.752000', '151635.755000', '151635.758000', '151635.761000', '151635.764000', '151635.767000', '151635.770000', '151635.773000', '151635.776000', '151635.779000', '151635.782000', '151635.785000', '151635.788000', '151635.791000', '151635.794000', '151655.659000', '151655.662000', '151655.665000', '151655.668000', '151655.671000', '151655.674000', '151655.677000', '151655.680000', '151655.683000', '151655.686000', '151655.689000', '151655.692000', '151655.708000', '151655.711000', '151655.714000', '151655.717000', '151655.720000', '151655.723000', '151655.726000', '151655.729000', '151655.732000', '151655.735000', '151655.738000', '151655.741000', '151655.744000', '151655.747000', '151655.750000', '151655.753000', '151655.755000', '151655.758000', '151655.761000', '151655.764000', '151655.767000', '151655.770000', '151655.773000', '151655.776000', '151655.779000', '151655.782000', '151655.785000', '151655.788000', '151655.790000', '151655.794000', '151655.796000', '151715.659000', '151715.662000', '151715.665000', '151715.668000', '151715.671000', '151715.674000', '151715.677000', '151715.680000', '151715.683000', '151715.685000', '151715.688000', '151715.691000', '151715.694000', '151715.697000', '151715.700000', '151715.703000', '151715.706000', '151715.709000', '151715.712000', '151715.715000', '151715.718000', '151715.721000', '151715.724000', '151715.727000', '151715.730000', '151715.732000', '151715.735000', '151715.738000', '151715.741000', '151715.744000', '151715.747000', '151715.750000', '151715.753000', '151715.758000', '151715.760000', '151715.763000', '151715.766000', '151715.769000', '151715.772000', '151715.775000', '151715.778000', '151715.781000', '151715.784000', '151715.787000', '151735.660000', '151735.663000', '151735.666000', '151735.669000', '151735.672000', '151735.675000', '151735.678000', '151735.681000', '151735.684000', '151735.687000', '151735.690000', '151735.693000', '151735.695000', '151735.698000', '151735.701000', '151735.704000', '151735.707000', '151735.710000', '151735.713000', '151735.716000', '151735.719000', '151735.722000', '151735.725000', '151735.727000', '151735.730000', '151735.733000', '151735.736000', '151735.739000', '151735.742000', '151735.745000', '151735.748000', '151735.751000', '151735.755000', '151735.758000', '151735.761000', '151735.764000', '151735.767000', '151735.770000', '151735.773000', '151735.776000', '151735.779000', '151735.782000', '151735.785000', '151755.660000', '151755.663000', '151755.666000', '151755.669000', '151755.672000', '151755.675000', '151755.678000', '151755.681000', '151755.684000', '151755.687000', '151755.690000', '151755.693000', '151755.699000', '151755.702000', '151755.705000', '151755.708000', '151755.711000', '151755.714000', '151755.717000', '151755.720000', '151755.723000', '151755.726000', '151755.728000', '151755.731000', '151755.734000', '151755.737000', '151755.740000', '151755.743000', '151755.746000', '151755.749000', '151755.752000', '151755.755000', '151755.758000', '151755.761000', '151755.763000', '151755.766000', '151755.769000', '151755.772000', '151755.775000', '151755.778000', '151755.781000', '151755.784000', '151755.787000', '151755.790000', '151815.660000', '151815.663000', '151815.666000', '151815.669000', '151815.672000', '151815.675000', '151815.678000', '151815.681000', '151815.684000', '151815.687000', '151815.690000', '151815.693000', '151815.695000', '151815.698000', '151815.701000', '151815.704000', '151815.707000', '151815.710000', '151815.713000', '151815.716000', '151815.719000', '151815.722000', '151815.725000', '151815.740000', '151815.743000', '151815.746000', '151815.749000', '151815.752000', '151815.755000', '151815.758000', '151815.760000', '151815.763000', '151815.766000', '151815.769000', '151815.772000', '151815.775000', '151815.778000', '151815.781000', '151815.784000', '151815.787000', '151815.790000', '151815.793000', '151815.795000', '151835.660000', '151835.663000', '151835.666000', '151835.669000', '151835.672000', '151835.675000', '151835.678000', '151835.681000', '151835.684000', '151835.687000', '151835.690000', '151835.692000', '151835.695000', '151835.698000', '151835.701000', '151835.704000', '151835.707000', '151835.710000', '151835.713000', '151835.716000', '151835.719000', '151835.722000', '151835.724000', '151835.727000', '151835.730000', '151835.733000', '151835.736000', '151835.739000', '151835.742000', '151835.745000', '151835.748000', '151835.751000', '151835.754000', '151835.757000', '151835.759000', '151835.762000', '151835.765000', '151835.768000', '151835.771000', '151835.774000', '151835.777000', '151835.780000', '151835.783000', '151835.786000', '151855.659000', '151855.662000', '151855.665000', '151855.668000', '151855.671000', '151855.674000', '151855.677000', '151855.680000', '151855.692000', '151855.695000', '151855.698000', '151855.701000', '151855.704000', '151855.707000', '151855.710000', '151855.712000', '151855.716000', '151855.718000', '151855.721000', '151855.724000', '151855.727000', '151855.730000', '151855.733000', '151855.736000', '151855.739000', '151855.742000', '151855.745000', '151855.748000', '151855.751000', '151855.754000', '151855.756000', '151855.759000', '151855.762000', '151855.765000', '151855.768000', '151855.771000', '151855.774000', '151855.777000', '151855.780000', '151855.783000', '151855.786000', '151855.788000', '151855.793000', '151915.659000', '151915.662000', '151915.665000', '151915.668000', '151915.671000', '151915.674000', '151915.677000', '151915.680000', '151915.683000', '151915.686000', '151915.689000', '151915.692000', '151915.695000', '151915.698000', '151915.701000', '151915.704000', '151915.707000', '151915.710000', '151915.713000', '151915.716000', '151915.719000', '151915.722000', '151915.725000', '151915.728000', '151915.730000', '151915.734000', '151915.736000', '151915.739000', '151915.742000', '151915.745000', '151915.748000', '151915.751000', '151915.754000', '151915.758000', '151915.761000', '151915.764000', '151915.767000', '151915.770000', '151915.773000', '151915.776000', '151915.779000', '151915.782000', '151915.785000', '151915.788000', '151935.659000', '151935.662000', '151935.665000', '151935.668000', '151935.671000', '151935.674000', '151935.677000', '151935.680000', '151935.683000', '151935.686000', '151935.689000', '151935.692000', '151935.695000', '151935.698000', '151935.701000', '151935.704000', '151935.707000', '151935.710000', '151935.713000', '151935.716000', '151935.731000', '151935.734000', '151935.737000', '151935.740000', '151935.743000', '151935.746000', '151935.749000', '151935.752000', '151935.755000', '151935.758000', '151935.761000', '151935.764000', '151935.767000', '151935.770000', '151935.773000', '151935.776000', '151935.779000', '151935.782000', '151935.784000', '151935.787000', '151935.790000', '151935.793000', '151935.796000', '151955.660000', '151955.663000', '151955.666000', '151955.669000', '151955.672000', '151955.675000', '151955.678000', '151955.681000', '151955.684000', '151955.687000', '151955.690000', '151955.693000', '151955.696000', '151955.699000', '151955.702000', '151955.705000', '151955.708000', '151955.710000', '151955.713000', '151955.716000', '151955.719000', '151955.722000', '151955.725000', '151955.728000', '151955.731000', '151955.734000', '151955.737000', '151955.740000', '151955.748000', '151955.757000', '151955.760000', '151955.763000', '151955.766000', '151955.769000', '151955.772000', '151955.775000', '151955.777000', '151955.780000', '151955.783000', '151955.786000', '151955.789000', '151955.792000', '151955.795000', '151955.798000', '152013.648000', '152013.652000', '152013.655000', '152013.658000', '152013.663000', '152013.668000', '152013.672000', '152013.676000', '152013.681000', '152013.686000', '152013.689000', '152013.692000', '152013.695000', '152013.699000', '152013.702000', '152013.704000', '152013.707000', '152013.710000', '152013.713000', '152013.717000', '152013.719000', '152013.722000', '152013.725000', '152013.728000', '152013.731000', '152013.734000', '152013.737000', '152013.740000', '152013.743000', '152013.746000', '152013.749000', '152013.752000', '152013.755000', '152013.758000', '152013.761000', '152013.764000', '152013.767000', '152013.770000', '152013.773000'], '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': [9959, 11414, 10538, 10485, 11136, 12911, 10147, 11093, 11937, 10315, 11847, 11748, 10488, 10455, 11432, 10785, 11144, 11480, 10554, 10958, 11316, 10077, 10837, 11040, 9217, 10519, 10984, 9543, 10194, 10706, 12064, 10228, 11105, 11252, 10402, 10916, 11216, 10985, 11352, 11330, 10408, 11592, 11372, 10462, 10422, 11311, 10232, 10970, 11270, 10355, 10924, 10980, 11426, 10050, 11123, 10676, 9870, 11146, 11595, 11061, 11214, 11651, 10381, 11229, 11360, 11262, 10940, 11643, 10063, 11290, 11389, 10308, 10981, 11305, 9814, 10801, 11398, 10244, 10892, 11394, 10892, 10001, 11227, 11418, 10463, 11415, 12066, 10262, 11060, 11278, 9939, 11648, 11586, 10906, 11373, 11397, 10845, 11395, 11703, 10377, 11366, 11553, 10426, 10933, 11728, 10009, 10739, 11315, 10475, 10316, 11112, 9458, 10610, 11550, 10179, 10692, 11182, 10943, 10854, 11532, 10311, 11114, 11401, 9604, 10689, 11475, 9678, 9821, 11081, 9971, 10946, 11199, 9464, 9895, 11266, 9599, 10005, 11009, 9981, 9988, 11265, 11738, 10040, 11394, 11318, 9775, 11024, 11381, 11198, 11410, 11586, 10348, 11373, 11713, 11231, 11108, 11684, 10705, 10592, 11618, 10718, 10792, 11805, 10523, 11065, 11781, 10470, 10591, 11534, 10846, 10889, 11616, 10388, 11621, 11596, 10073, 10733, 11294, 10117, 9910, 10996, 10436, 9955, 11107, 9760, 9750, 10778, 12133, 9884, 11028, 11832, 9963, 11396, 12089, 10235, 11582, 9780, 10174, 11189, 12145, 10628, 11461, 11685, 10372, 11374, 11655, 10459, 11162, 11583, 10364, 11252, 11773, 9741, 10420, 11354, 13032, 10212, 11256, 11814, 10133, 11523, 11280, 10720, 11020, 11764, 10104, 11214, 11751, 10106, 11366, 11248, 9317, 10326, 11328, 10519, 9611, 11439, 11911, 10496, 11075, 9915, 9770, 10976, 11497, 10745, 10738, 11166, 10358, 11334, 11263, 10511, 11228, 11452, 10829, 11405, 11110, 10170, 11367, 11478, 10959, 10602, 11685, 10208, 10868, 11581, 10391, 10315, 11463, 10028, 11481, 11434, 10016, 10641, 11588, 10991, 10760, 11470, 9617, 9934, 11054, 10547, 10018, 11003, 11274, 9949, 11019, 11562, 10698, 10956, 11732, 10340, 11327, 11362, 11004, 11082, 11509, 10646, 11362, 11339, 10831, 11084, 11408, 11089, 10850, 11582, 10366, 11077, 11305, 10735, 10490, 11376, 10407, 11058, 11283, 10234, 10183, 11193, 9004, 9829, 11112, 10053, 9646, 10761, 11477, 9921, 11023, 10508, 9620, 11090, 11341, 10510, 10890, 9289, 9791, 11199, 10648, 10372, 11440, 10305, 10083, 11365, 10309, 9604, 11405, 10852, 9760, 11289, 10947, 9792, 11363, 12174, 10236, 11561, 11880, 10031, 11934, 11820, 10563, 11596, 11578, 10127, 11677, 11770, 11221, 11903, 12040, 10353, 11707, 11994, 11097, 11541, 11512, 10064, 11618, 10894, 10510, 11191, 10860, 10071, 11154, 11454, 10974, 11098, 11629, 10057, 11683, 11925, 10135, 10821, 11721, 10521, 11505, 11997, 9948, 10802, 11607, 10968, 10943, 11487, 9556, 10623, 11219, 10248, 10391, 11127, 10031, 9728, 11486, 9716, 9733, 11119, 12012, 10858, 11566, 11674, 10221, 11806, 11726, 11641, 11410, 11618, 10235, 10948, 11759, 9959, 10750, 11436, 10285, 10723, 11630, 10408, 9530, 11309, 11466, 10470, 10729, 10109, 9911, 9912, 9320, 11278, 12619, 10743, 11391, 12321, 10541, 11521, 12010, 10245, 11430, 11879, 10326, 11199, 11682, 9652, 10117, 11499, 9867, 9594, 11318, 10805, 9837, 11541, 11880, 9931, 11580, 10534, 9770, 11343, 11589, 11015, 11823, 10543, 10882, 12003, 10842, 11089, 11870, 10234, 10439, 11544, 9862, 9625, 11419, 9049, 9806, 11450, 9427, 9971, 11524, 9747, 9843, 11508, 9847, 9777, 11571, 11400, 10073, 11253, 10498, 10096, 11249, 9061, 9839, 11403, 8941, 10353, 11452, 11138, 9854, 11465, 10543, 9581, 11728, 9415, 10107, 11467, 9101, 9870, 11566, 9350, 9797, 11496, 10656, 10462, 11512, 9819, 9326, 11237, 11959, 10509, 11194, 11087, 9919, 11531, 11478, 10726, 11557, 12184, 11157, 11869, 12077, 10606, 11397, 12113, 10836, 10842, 11909, 9665, 10805, 11862, 10594, 10624, 11684, 10105, 9691, 11588, 10820, 9673, 11255, 11861, 10930, 12015, 11712, 12130, 11273, 11890, 10214, 11047, 11942, 10067, 10859, 11893, 10386, 11096, 12392, 10368, 11103, 11766, 10595, 10611, 11489, 10103, 10770, 11822, 10113, 10808, 11772, 10896, 10621, 11804, 10158, 10724, 11818, 10162, 11033, 11589, 10649, 11265, 11759, 10005, 10873, 11893, 9974, 11004, 11972, 9933, 11066, 12183, 10507, 10619, 11464, 9575, 10800, 11758, 9894, 10328, 11741, 9348, 9677, 11496, 10188, 10406, 11368, 11001, 9869, 11142, 10802, 10193, 10795, 11128, 11936, 12929, 10815, 12023, 12218, 10315, 11675, 12027, 11456, 10040, 11613, 12400, 10199, 11814, 11900, 11096, 11353, 12157, 10388, 11294, 11887, 9961, 10633, 11680, 9055, 10479, 11609, 9906, 9717, 11531, 11749, 10285, 11783, 11733, 10918, 11364, 11942, 10522, 11810, 11864, 10892, 11447, 11669, 10969, 10268, 11772, 10653, 11410, 11944, 10007, 11410, 11798, 11686, 11163, 12227, 10317, 10631, 11871, 10521, 11753, 11983, 10441, 11160, 11780, 10349, 10330, 11785, 10870, 10096, 12065, 13470, 10639, 12031, 12124, 10224, 11957, 12106, 10945, 11247, 12181, 9860, 11751, 11921, 11449, 11488, 11856, 10381, 11291, 12015, 10916, 10926, 11847, 10540, 11354, 12060, 10218, 11479, 11806, 10710, 10861, 11678, 9984, 10533, 11488, 10367, 10144, 11554, 9539, 9768, 11175, 10741, 9633, 11426, 11663, 11124, 11325, 12009, 10493, 11230, 11901, 10786, 11439, 11901, 10155, 11045, 12094, 10426, 11135, 11995, 9397, 10818, 11799, 9823, 10161, 11533, 9127, 9725, 11428, 10938, 10483, 12068, 10970, 10380, 11604, 10485, 10960, 11942, 10273, 10036, 11813, 9828, 10635, 11758, 10570, 11144, 11779, 10428, 10958, 12013, 10346, 10925, 12090, 10240, 10049, 11774, 9682, 11070, 11745, 9597, 10113, 11672, 10410, 11240, 12011, 10096, 11465, 12162, 10201, 11760, 11811, 11046, 11057, 11722, 10806, 11057, 11887, 10432, 10168, 12077, 10543, 11042, 11911, 10623, 11563, 11752, 10446, 11447, 12195, 10172, 11198, 11762, 10937, 10550, 11934, 10638, 11266, 9267, 9761, 11376, 12089, 11199, 10894, 11607, 10137, 11787, 12088, 10829, 11679, 11834, 10145, 11906, 11828, 10837, 11748, 11958, 10097, 11777, 11838, 10596, 11069, 11766, 10489, 11617, 11820, 10696, 11028, 11754, 9421, 10364, 11711, 10028, 10430, 11519, 9105, 9529, 11278, 11131, 9844, 11292, 10776, 10239, 11304, 10822, 11202, 11775, 10744, 11333, 12004, 10533, 11037, 12239, 11260, 10559, 11686, 11507, 9676, 11588, 11932, 9949, 11490, 11963, 10769, 11561, 11985, 10843, 11773, 11879, 10616, 11268, 11925, 10478, 11758, 11670, 10283, 10860, 11492, 9056, 9699, 11457, 9411, 9795, 11335, 11754, 10267, 11079, 11546, 10328, 11429, 11171, 11160, 11552, 11505, 10921, 11375, 11145, 10707, 11459, 11039, 10862, 11706, 10842, 10904, 11544, 10593, 11045, 11733, 10368, 10792, 11574, 12000, 10084, 11364, 11520, 9739, 11468, 12485, 10648, 11659, 12616, 10121, 11898, 11938, 11021, 11238, 12006, 10213, 11887, 12094, 10656, 11153, 11881, 10480, 11473, 12076, 10571, 11515, 11916, 10545, 11164, 11870, 10526, 11167, 11481, 10960, 10550, 11277, 11198, 10634, 11575, 10924, 10305, 11279, 9272, 9711, 11309, 11503, 10576, 11553, 11055, 10201, 11301, 9372, 9661, 11440, 10843, 9728, 11135, 12115, 11075, 11564, 11805, 10409, 11624, 11929, 10491, 11580, 11786, 9928, 11169, 11605, 10941, 11111, 11806, 10566, 11440, 11830, 11121, 11232, 11666, 9504, 9831, 11389, 9937, 10197, 11283, 9308, 9795, 11335, 9276, 9720, 10994, 10423, 9841, 11079, 10166, 10070, 11223, 11817, 10929, 11447, 11735, 10133, 11190, 11720, 10840, 11496, 11917, 10487, 11375, 10958, 10966, 11168, 11530, 10980, 10800, 11345, 10772, 10945, 11650, 10607, 11255, 11853, 10799, 10532, 12028, 10468, 10186, 11258, 10383, 10097, 11349, 9408, 9990, 11088, 9552, 9454, 11228, 9943, 10166, 11199, 11199, 10126, 11163, 10359, 9972, 10667, 10970, 10365, 11108, 9491, 9779, 11239, 11837, 11190, 10904, 11661, 10413, 11101, 11883, 11044, 11278, 11553, 10449, 11196, 11926, 10963, 10658, 11323, 10354, 11481, 10378, 10510, 10991, 11651, 10903, 10248, 11600, 10700, 11288, 11695, 10446, 10803, 11535, 10690, 9897, 11286, 9398, 9876, 11338, 9651, 10281, 10828, 11493, 10459, 11163, 10049, 10658, 10813, 11460, 10993, 11596, 10456, 10600, 10688, 11369], 'WindowCenter': [3948.0, 3944.0, 3918.0, 3916.0, 3927.0, 3936.0, 3917.0, 3927.0, 3924.0, 3904.0, 3923.0, 3911.0, 3900.0, 3900.0, 3912.0, 3911.0, 3912.0, 3913.0, 3901.0, 3901.0, 3901.0, 3887.0, 3913.0, 3914.0, 3879.0, 3901.0, 3902.0, 3890.0, 3901.0, 3912.0, 3923.0, 3901.0, 3913.0, 3912.0, 3902.0, 3913.0, 3911.0, 3914.0, 3914.0, 3912.0, 3901.0, 3912.0, 3910.0, 3899.0, 3914.0, 3913.0, 3901.0, 3913.0, 3912.0, 3901.0, 3912.0, 3913.0, 3913.0, 3903.0, 3914.0, 3901.0, 3902.0, 3912.0, 3913.0, 3913.0, 3915.0, 3913.0, 3902.0, 3912.0, 3911.0, 3912.0, 3912.0, 3913.0, 3890.0, 3912.0, 3900.0, 3889.0, 3913.0, 3911.0, 3888.0, 3900.0, 3900.0, 3889.0, 3900.0, 3911.0, 3899.0, 3890.0, 3900.0, 3899.0, 3900.0, 3910.0, 3899.0, 3889.0, 3912.0, 3897.0, 3889.0, 3900.0, 3898.0, 3898.0, 3909.0, 3899.0, 3901.0, 3913.0, 3910.0, 3900.0, 3911.0, 3911.0, 3900.0, 3912.0, 3924.0, 3891.0, 3900.0, 3900.0, 3899.0, 3900.0, 3912.0, 3889.0, 3902.0, 3910.0, 3901.0, 3901.0, 3912.0, 3911.0, 3911.0, 3912.0, 3901.0, 3910.0, 3911.0, 3888.0, 3902.0, 3913.0, 3888.0, 3889.0, 3899.0, 3889.0, 3900.0, 3910.0, 3889.0, 3888.0, 3912.0, 3889.0, 3890.0, 3899.0, 3887.0, 3889.0, 3910.0, 3909.0, 3889.0, 3911.0, 3898.0, 3889.0, 3900.0, 3899.0, 3911.0, 3912.0, 3909.0, 3900.0, 3911.0, 3910.0, 3910.0, 3913.0, 3911.0, 3900.0, 3901.0, 3911.0, 3899.0, 3915.0, 3911.0, 3901.0, 3912.0, 3912.0, 3900.0, 3903.0, 3911.0, 3900.0, 3914.0, 3912.0, 3900.0, 3912.0, 3912.0, 3901.0, 3913.0, 3912.0, 3902.0, 3902.0, 3914.0, 3911.0, 3902.0, 3914.0, 3901.0, 3902.0, 3913.0, 3922.0, 3892.0, 3913.0, 3909.0, 3890.0, 3912.0, 3910.0, 3901.0, 3911.0, 3889.0, 3901.0, 3912.0, 3922.0, 3901.0, 3912.0, 3912.0, 3900.0, 3912.0, 3899.0, 3899.0, 3912.0, 3911.0, 3889.0, 3899.0, 3909.0, 3877.0, 3897.0, 3899.0, 3921.0, 3888.0, 3900.0, 3908.0, 3889.0, 3910.0, 3899.0, 3898.0, 3900.0, 3910.0, 3888.0, 3900.0, 3910.0, 3889.0, 3924.0, 3913.0, 3879.0, 3901.0, 3912.0, 3899.0, 3889.0, 3911.0, 3910.0, 3902.0, 3912.0, 3889.0, 3901.0, 3913.0, 3912.0, 3925.0, 3914.0, 3912.0, 3902.0, 3913.0, 3912.0, 3901.0, 3914.0, 3912.0, 3913.0, 3914.0, 3912.0, 3901.0, 3912.0, 3911.0, 3912.0, 3901.0, 3912.0, 3890.0, 3900.0, 3899.0, 3889.0, 3902.0, 3911.0, 3890.0, 3912.0, 3900.0, 3889.0, 3900.0, 3910.0, 3899.0, 3901.0, 3913.0, 3890.0, 3890.0, 3912.0, 3901.0, 3902.0, 3914.0, 3914.0, 3901.0, 3912.0, 3911.0, 3912.0, 3913.0, 3912.0, 3901.0, 3912.0, 3910.0, 3901.0, 3913.0, 3911.0, 3902.0, 3912.0, 3899.0, 3899.0, 3911.0, 3912.0, 3911.0, 3902.0, 3912.0, 3889.0, 3912.0, 3911.0, 3911.0, 3901.0, 3912.0, 3901.0, 3910.0, 3900.0, 3900.0, 3900.0, 3913.0, 3880.0, 3890.0, 3912.0, 3888.0, 3890.0, 3913.0, 3910.0, 3890.0, 3902.0, 3900.0, 3889.0, 3911.0, 3910.0, 3900.0, 3913.0, 3891.0, 3901.0, 3912.0, 3901.0, 3902.0, 3914.0, 3901.0, 3901.0, 3913.0, 3901.0, 3903.0, 3913.0, 3901.0, 3890.0, 3912.0, 3898.0, 3890.0, 3914.0, 3911.0, 3890.0, 3912.0, 3899.0, 3889.0, 3911.0, 3911.0, 3900.0, 3912.0, 3900.0, 3900.0, 3911.0, 3911.0, 3912.0, 3912.0, 3911.0, 3899.0, 3912.0, 3910.0, 3911.0, 3913.0, 3911.0, 3891.0, 3911.0, 3901.0, 3903.0, 3913.0, 3900.0, 3890.0, 3912.0, 3909.0, 3911.0, 3912.0, 3912.0, 3890.0, 3912.0, 3910.0, 3889.0, 3901.0, 3912.0, 3900.0, 3911.0, 3910.0, 3889.0, 3900.0, 3899.0, 3912.0, 3911.0, 3911.0, 3890.0, 3901.0, 3900.0, 3889.0, 3900.0, 3913.0, 3889.0, 3891.0, 3911.0, 3888.0, 3889.0, 3912.0, 3923.0, 3901.0, 3911.0, 3900.0, 3889.0, 3911.0, 3909.0, 3900.0, 3911.0, 3914.0, 3902.0, 3912.0, 3911.0, 3888.0, 3913.0, 3912.0, 3900.0, 3916.0, 3913.0, 3901.0, 3891.0, 3923.0, 3912.0, 3901.0, 3913.0, 3900.0, 3902.0, 3903.0, 3906.0, 3928.0, 3925.0, 3912.0, 3925.0, 3924.0, 3901.0, 3913.0, 3924.0, 3902.0, 3913.0, 3912.0, 3890.0, 3911.0, 3911.0, 3891.0, 3901.0, 3911.0, 3889.0, 3889.0, 3900.0, 3899.0, 3889.0, 3912.0, 3911.0, 3903.0, 3912.0, 3900.0, 3890.0, 3913.0, 3912.0, 3902.0, 3911.0, 3902.0, 3914.0, 3924.0, 3914.0, 3913.0, 3914.0, 3901.0, 3901.0, 3913.0, 3901.0, 3891.0, 3914.0, 3880.0, 3892.0, 3913.0, 3891.0, 3902.0, 3913.0, 3890.0, 3890.0, 3913.0, 3889.0, 3890.0, 3914.0, 3912.0, 3891.0, 3912.0, 3900.0, 3901.0, 3913.0, 3891.0, 3903.0, 3914.0, 3892.0, 3902.0, 3914.0, 3913.0, 3903.0, 3913.0, 3901.0, 3890.0, 3911.0, 3879.0, 3901.0, 3914.0, 3879.0, 3891.0, 3912.0, 3879.0, 3890.0, 3922.0, 3901.0, 3901.0, 3914.0, 3890.0, 3891.0, 3913.0, 3912.0, 3913.0, 3914.0, 3911.0, 3902.0, 3913.0, 3911.0, 3901.0, 3913.0, 3911.0, 3911.0, 3912.0, 3911.0, 3901.0, 3911.0, 3923.0, 3912.0, 3912.0, 3913.0, 3889.0, 3912.0, 3912.0, 3901.0, 3914.0, 3925.0, 3901.0, 3891.0, 3912.0, 3900.0, 3890.0, 3913.0, 3910.0, 3901.0, 3925.0, 3912.0, 3921.0, 3912.0, 3922.0, 3901.0, 3913.0, 3922.0, 3901.0, 3914.0, 3912.0, 3903.0, 3925.0, 3937.0, 3903.0, 3914.0, 3912.0, 3901.0, 3914.0, 3912.0, 3901.0, 3902.0, 3911.0, 3901.0, 3912.0, 3923.0, 3912.0, 3913.0, 3923.0, 3903.0, 3914.0, 3912.0, 3914.0, 3914.0, 3914.0, 3901.0, 3912.0, 3912.0, 3890.0, 3913.0, 3924.0, 3891.0, 3902.0, 3912.0, 3890.0, 3911.0, 3911.0, 3901.0, 3902.0, 3912.0, 3890.0, 3901.0, 3911.0, 3889.0, 3901.0, 3924.0, 3878.0, 3891.0, 3911.0, 3889.0, 3901.0, 3913.0, 3912.0, 3902.0, 3915.0, 3913.0, 3903.0, 3925.0, 3927.0, 3940.0, 3937.0, 3903.0, 3925.0, 3912.0, 3891.0, 3912.0, 3913.0, 3899.0, 3890.0, 3912.0, 3909.0, 3890.0, 3911.0, 3911.0, 3900.0, 3901.0, 3910.0, 3888.0, 3912.0, 3911.0, 3900.0, 3900.0, 3912.0, 3879.0, 3901.0, 3912.0, 3888.0, 3890.0, 3911.0, 3913.0, 3901.0, 3911.0, 3910.0, 3911.0, 3924.0, 3911.0, 3903.0, 3923.0, 3911.0, 3901.0, 3914.0, 3925.0, 3914.0, 3904.0, 3923.0, 3902.0, 3912.0, 3912.0, 3902.0, 3912.0, 3912.0, 3911.0, 3913.0, 3912.0, 3901.0, 3914.0, 3923.0, 3901.0, 3924.0, 3912.0, 3901.0, 3912.0, 3926.0, 3902.0, 3901.0, 3914.0, 3901.0, 3901.0, 3912.0, 3921.0, 3899.0, 3911.0, 3909.0, 3889.0, 3910.0, 3908.0, 3900.0, 3910.0, 3909.0, 3890.0, 3911.0, 3908.0, 3909.0, 3911.0, 3911.0, 3900.0, 3911.0, 3911.0, 3901.0, 3911.0, 3912.0, 3902.0, 3912.0, 3923.0, 3900.0, 3912.0, 3910.0, 3902.0, 3914.0, 3913.0, 3891.0, 3902.0, 3911.0, 3889.0, 3913.0, 3924.0, 3891.0, 3901.0, 3913.0, 3901.0, 3891.0, 3913.0, 3912.0, 3912.0, 3912.0, 3912.0, 3901.0, 3913.0, 3911.0, 3901.0, 3925.0, 3912.0, 3901.0, 3912.0, 3922.0, 3900.0, 3912.0, 3924.0, 3891.0, 3914.0, 3912.0, 3890.0, 3901.0, 3924.0, 3891.0, 3891.0, 3912.0, 3911.0, 3902.0, 3924.0, 3912.0, 3914.0, 3913.0, 3902.0, 3912.0, 3911.0, 3889.0, 3903.0, 3924.0, 3889.0, 3902.0, 3911.0, 3900.0, 3912.0, 3923.0, 3901.0, 3902.0, 3922.0, 3900.0, 3900.0, 3922.0, 3901.0, 3889.0, 3912.0, 3889.0, 3913.0, 3922.0, 3890.0, 3902.0, 3912.0, 3900.0, 3910.0, 3911.0, 3900.0, 3911.0, 3911.0, 3902.0, 3923.0, 3911.0, 3911.0, 3924.0, 3921.0, 3901.0, 3913.0, 3910.0, 3901.0, 3903.0, 3922.0, 3913.0, 3913.0, 3923.0, 3901.0, 3913.0, 3913.0, 3913.0, 3912.0, 3912.0, 3901.0, 3912.0, 3911.0, 3912.0, 3914.0, 3923.0, 3902.0, 3914.0, 3891.0, 3903.0, 3924.0, 3925.0, 3914.0, 3915.0, 3924.0, 3904.0, 3925.0, 3923.0, 3914.0, 3913.0, 3911.0, 3901.0, 3911.0, 3910.0, 3901.0, 3913.0, 3911.0, 3900.0, 3911.0, 3910.0, 3899.0, 3911.0, 3923.0, 3901.0, 3912.0, 3911.0, 3900.0, 3913.0, 3923.0, 3891.0, 3901.0, 3911.0, 3890.0, 3901.0, 3923.0, 3879.0, 3890.0, 3912.0, 3909.0, 3902.0, 3925.0, 3913.0, 3902.0, 3912.0, 3912.0, 3925.0, 3925.0, 3913.0, 3913.0, 3924.0, 3901.0, 3902.0, 3910.0, 3899.0, 3900.0, 3911.0, 3899.0, 3890.0, 3910.0, 3909.0, 3889.0, 3911.0, 3912.0, 3912.0, 3911.0, 3910.0, 3901.0, 3912.0, 3910.0, 3902.0, 3912.0, 3911.0, 3899.0, 3910.0, 3898.0, 3888.0, 3900.0, 3913.0, 3879.0, 3890.0, 3912.0, 3890.0, 3889.0, 3912.0, 3911.0, 3902.0, 3913.0, 3912.0, 3902.0, 3912.0, 3911.0, 3913.0, 3923.0, 3912.0, 3913.0, 3913.0, 3912.0, 3902.0, 3911.0, 3912.0, 3913.0, 3912.0, 3913.0, 3915.0, 3926.0, 3913.0, 3925.0, 3924.0, 3902.0, 3913.0, 3925.0, 3921.0, 3900.0, 3913.0, 3911.0, 3891.0, 3912.0, 3921.0, 3901.0, 3913.0, 3922.0, 3901.0, 3911.0, 3909.0, 3911.0, 3911.0, 3910.0, 3889.0, 3923.0, 3909.0, 3901.0, 3911.0, 3909.0, 3900.0, 3910.0, 3909.0, 3900.0, 3912.0, 3911.0, 3902.0, 3911.0, 3923.0, 3900.0, 3912.0, 3910.0, 3900.0, 3913.0, 3913.0, 3911.0, 3903.0, 3912.0, 3900.0, 3914.0, 3926.0, 3890.0, 3891.0, 3912.0, 3910.0, 3902.0, 3911.0, 3911.0, 3902.0, 3912.0, 3891.0, 3891.0, 3914.0, 3901.0, 3891.0, 3911.0, 3921.0, 3911.0, 3924.0, 3913.0, 3903.0, 3924.0, 3912.0, 3901.0, 3925.0, 3911.0, 3901.0, 3913.0, 3912.0, 3913.0, 3913.0, 3922.0, 3901.0, 3912.0, 3911.0, 3911.0, 3913.0, 3912.0, 3890.0, 3902.0, 3911.0, 3890.0, 3901.0, 3909.0, 3890.0, 3891.0, 3912.0, 3890.0, 3891.0, 3902.0, 3900.0, 3890.0, 3912.0, 3889.0, 3900.0, 3912.0, 3911.0, 3900.0, 3913.0, 3910.0, 3901.0, 3913.0, 3912.0, 3912.0, 3912.0, 3910.0, 3901.0, 3912.0, 3900.0, 3911.0, 3923.0, 3910.0, 3912.0, 3912.0, 3911.0, 3913.0, 3914.0, 3924.0, 3912.0, 3914.0, 3913.0, 3912.0, 3903.0, 3923.0, 3903.0, 3902.0, 3913.0, 3900.0, 3901.0, 3911.0, 3891.0, 3903.0, 3913.0, 3892.0, 3892.0, 3913.0, 3890.0, 3914.0, 3923.0, 3912.0, 3902.0, 3912.0, 3900.0, 3902.0, 3913.0, 3901.0, 3901.0, 3912.0, 3890.0, 3902.0, 3913.0, 3923.0, 3914.0, 3915.0, 3923.0, 3914.0, 3913.0, 3924.0, 3925.0, 3924.0, 3913.0, 3903.0, 3911.0, 3911.0, 3912.0, 3913.0, 3911.0, 3900.0, 3912.0, 3888.0, 3898.0, 3901.0, 3910.0, 3900.0, 3903.0, 3912.0, 3902.0, 3913.0, 3912.0, 3901.0, 3913.0, 3911.0, 3902.0, 3901.0, 3912.0, 3892.0, 3901.0, 3912.0, 3891.0, 3903.0, 3916.0, 3911.0, 3903.0, 3913.0, 3901.0, 3912.0, 3914.0, 3912.0, 3901.0, 3912.0, 3900.0, 3902.0, 3913.0, 3913.0], 'WindowWidth': [8830.0, 8815.0, 8768.0, 8761.0, 8777.0, 8790.0, 8764.0, 8775.0, 8767.0, 8738.0, 8763.0, 8743.0, 8725.0, 8728.0, 8746.0, 8745.0, 8747.0, 8749.0, 8729.0, 8730.0, 8729.0, 8705.0, 8748.0, 8753.0, 8697.0, 8730.0, 8733.0, 8712.0, 8730.0, 8748.0, 8764.0, 8732.0, 8751.0, 8746.0, 8732.0, 8748.0, 8743.0, 8754.0, 8753.0, 8746.0, 8731.0, 8747.0, 8740.0, 8724.0, 8752.0, 8749.0, 8728.0, 8749.0, 8747.0, 8728.0, 8745.0, 8750.0, 8748.0, 8734.0, 8751.0, 8729.0, 8733.0, 8747.0, 8751.0, 8750.0, 8755.0, 8751.0, 8733.0, 8747.0, 8744.0, 8746.0, 8747.0, 8750.0, 8714.0, 8746.0, 8727.0, 8709.0, 8748.0, 8746.0, 8708.0, 8729.0, 8727.0, 8710.0, 8727.0, 8743.0, 8725.0, 8712.0, 8728.0, 8724.0, 8725.0, 8740.0, 8723.0, 8712.0, 8746.0, 8719.0, 8710.0, 8725.0, 8721.0, 8720.0, 8737.0, 8724.0, 8730.0, 8748.0, 8741.0, 8727.0, 8742.0, 8742.0, 8727.0, 8745.0, 8766.0, 8715.0, 8727.0, 8727.0, 8723.0, 8728.0, 8747.0, 8710.0, 8731.0, 8741.0, 8728.0, 8732.0, 8746.0, 8743.0, 8744.0, 8747.0, 8730.0, 8742.0, 8745.0, 8709.0, 8732.0, 8751.0, 8709.0, 8711.0, 8725.0, 8709.0, 8726.0, 8742.0, 8713.0, 8711.0, 8746.0, 8711.0, 8714.0, 8726.0, 8706.0, 8711.0, 8742.0, 8738.0, 8709.0, 8741.0, 8722.0, 8711.0, 8728.0, 8724.0, 8742.0, 8746.0, 8740.0, 8729.0, 8745.0, 8740.0, 8739.0, 8749.0, 8743.0, 8726.0, 8729.0, 8743.0, 8725.0, 8754.0, 8746.0, 8729.0, 8745.0, 8746.0, 8728.0, 8735.0, 8743.0, 8728.0, 8750.0, 8746.0, 8727.0, 8746.0, 8745.0, 8728.0, 8749.0, 8749.0, 8734.0, 8733.0, 8753.0, 8746.0, 8734.0, 8752.0, 8732.0, 8735.0, 8751.0, 8763.0, 8719.0, 8748.0, 8739.0, 8713.0, 8748.0, 8743.0, 8729.0, 8743.0, 8710.0, 8729.0, 8747.0, 8761.0, 8733.0, 8748.0, 8746.0, 8729.0, 8745.0, 8726.0, 8724.0, 8746.0, 8744.0, 8710.0, 8725.0, 8738.0, 8691.0, 8719.0, 8725.0, 8756.0, 8709.0, 8726.0, 8735.0, 8711.0, 8740.0, 8722.0, 8720.0, 8725.0, 8740.0, 8708.0, 8725.0, 8740.0, 8709.0, 8764.0, 8749.0, 8697.0, 8730.0, 8744.0, 8724.0, 8711.0, 8745.0, 8741.0, 8732.0, 8746.0, 8713.0, 8732.0, 8750.0, 8748.0, 8770.0, 8754.0, 8748.0, 8733.0, 8750.0, 8746.0, 8730.0, 8751.0, 8747.0, 8748.0, 8750.0, 8746.0, 8730.0, 8745.0, 8744.0, 8747.0, 8730.0, 8745.0, 8713.0, 8727.0, 8723.0, 8710.0, 8734.0, 8743.0, 8714.0, 8747.0, 8726.0, 8711.0, 8727.0, 8742.0, 8725.0, 8731.0, 8752.0, 8715.0, 8715.0, 8747.0, 8731.0, 8733.0, 8751.0, 8753.0, 8731.0, 8748.0, 8745.0, 8748.0, 8750.0, 8746.0, 8730.0, 8747.0, 8741.0, 8729.0, 8749.0, 8744.0, 8731.0, 8747.0, 8726.0, 8725.0, 8745.0, 8746.0, 8742.0, 8732.0, 8744.0, 8711.0, 8745.0, 8744.0, 8744.0, 8730.0, 8746.0, 8727.0, 8741.0, 8726.0, 8726.0, 8730.0, 8747.0, 8700.0, 8714.0, 8746.0, 8708.0, 8715.0, 8749.0, 8739.0, 8713.0, 8732.0, 8725.0, 8710.0, 8743.0, 8742.0, 8728.0, 8748.0, 8716.0, 8730.0, 8747.0, 8730.0, 8733.0, 8752.0, 8730.0, 8732.0, 8750.0, 8730.0, 8734.0, 8749.0, 8730.0, 8715.0, 8745.0, 8721.0, 8714.0, 8752.0, 8744.0, 8713.0, 8745.0, 8724.0, 8711.0, 8741.0, 8743.0, 8728.0, 8746.0, 8727.0, 8728.0, 8745.0, 8745.0, 8747.0, 8747.0, 8743.0, 8724.0, 8745.0, 8741.0, 8745.0, 8748.0, 8742.0, 8717.0, 8743.0, 8731.0, 8735.0, 8748.0, 8729.0, 8714.0, 8746.0, 8739.0, 8744.0, 8746.0, 8746.0, 8715.0, 8745.0, 8739.0, 8710.0, 8730.0, 8746.0, 8727.0, 8743.0, 8740.0, 8709.0, 8727.0, 8725.0, 8745.0, 8744.0, 8742.0, 8714.0, 8729.0, 8727.0, 8710.0, 8727.0, 8750.0, 8712.0, 8715.0, 8743.0, 8708.0, 8711.0, 8746.0, 8764.0, 8730.0, 8744.0, 8727.0, 8712.0, 8741.0, 8736.0, 8724.0, 8742.0, 8753.0, 8732.0, 8746.0, 8743.0, 8708.0, 8748.0, 8746.0, 8725.0, 8757.0, 8750.0, 8729.0, 8717.0, 8764.0, 8749.0, 8731.0, 8750.0, 8728.0, 8732.0, 8738.0, 8746.0, 8781.0, 8771.0, 8748.0, 8769.0, 8765.0, 8730.0, 8748.0, 8768.0, 8733.0, 8747.0, 8747.0, 8712.0, 8742.0, 8743.0, 8718.0, 8730.0, 8743.0, 8710.0, 8710.0, 8726.0, 8722.0, 8712.0, 8745.0, 8741.0, 8734.0, 8746.0, 8725.0, 8714.0, 8749.0, 8749.0, 8733.0, 8742.0, 8734.0, 8753.0, 8766.0, 8751.0, 8748.0, 8751.0, 8729.0, 8730.0, 8749.0, 8732.0, 8718.0, 8750.0, 8701.0, 8719.0, 8750.0, 8717.0, 8734.0, 8749.0, 8715.0, 8714.0, 8747.0, 8710.0, 8714.0, 8751.0, 8745.0, 8717.0, 8745.0, 8728.0, 8731.0, 8749.0, 8719.0, 8735.0, 8752.0, 8721.0, 8734.0, 8753.0, 8751.0, 8736.0, 8748.0, 8729.0, 8713.0, 8743.0, 8695.0, 8730.0, 8753.0, 8697.0, 8717.0, 8745.0, 8698.0, 8714.0, 8761.0, 8732.0, 8730.0, 8751.0, 8713.0, 8717.0, 8748.0, 8748.0, 8749.0, 8751.0, 8744.0, 8733.0, 8750.0, 8744.0, 8729.0, 8749.0, 8742.0, 8742.0, 8746.0, 8744.0, 8730.0, 8744.0, 8761.0, 8748.0, 8747.0, 8749.0, 8712.0, 8747.0, 8747.0, 8731.0, 8752.0, 8769.0, 8731.0, 8716.0, 8746.0, 8727.0, 8714.0, 8748.0, 8742.0, 8729.0, 8767.0, 8745.0, 8755.0, 8748.0, 8761.0, 8731.0, 8750.0, 8761.0, 8731.0, 8751.0, 8747.0, 8738.0, 8770.0, 8788.0, 8735.0, 8750.0, 8746.0, 8731.0, 8752.0, 8747.0, 8729.0, 8733.0, 8744.0, 8730.0, 8747.0, 8764.0, 8746.0, 8749.0, 8764.0, 8734.0, 8752.0, 8747.0, 8754.0, 8753.0, 8751.0, 8730.0, 8746.0, 8746.0, 8712.0, 8750.0, 8765.0, 8716.0, 8731.0, 8744.0, 8713.0, 8742.0, 8744.0, 8730.0, 8732.0, 8745.0, 8715.0, 8729.0, 8743.0, 8712.0, 8732.0, 8764.0, 8696.0, 8715.0, 8741.0, 8710.0, 8730.0, 8749.0, 8746.0, 8735.0, 8755.0, 8750.0, 8737.0, 8770.0, 8776.0, 8801.0, 8790.0, 8737.0, 8767.0, 8747.0, 8715.0, 8744.0, 8748.0, 8724.0, 8711.0, 8744.0, 8739.0, 8712.0, 8742.0, 8741.0, 8725.0, 8729.0, 8738.0, 8707.0, 8745.0, 8743.0, 8728.0, 8728.0, 8747.0, 8697.0, 8729.0, 8747.0, 8708.0, 8714.0, 8743.0, 8752.0, 8729.0, 8744.0, 8740.0, 8743.0, 8765.0, 8744.0, 8735.0, 8763.0, 8744.0, 8730.0, 8750.0, 8769.0, 8753.0, 8738.0, 8762.0, 8733.0, 8747.0, 8747.0, 8732.0, 8745.0, 8745.0, 8741.0, 8748.0, 8745.0, 8730.0, 8752.0, 8763.0, 8730.0, 8766.0, 8747.0, 8730.0, 8747.0, 8772.0, 8735.0, 8731.0, 8751.0, 8728.0, 8727.0, 8746.0, 8760.0, 8725.0, 8742.0, 8739.0, 8711.0, 8739.0, 8735.0, 8726.0, 8741.0, 8736.0, 8712.0, 8741.0, 8734.0, 8735.0, 8744.0, 8743.0, 8725.0, 8744.0, 8742.0, 8728.0, 8744.0, 8746.0, 8731.0, 8746.0, 8762.0, 8727.0, 8746.0, 8742.0, 8732.0, 8751.0, 8749.0, 8714.0, 8731.0, 8743.0, 8709.0, 8749.0, 8768.0, 8717.0, 8731.0, 8750.0, 8731.0, 8717.0, 8750.0, 8748.0, 8745.0, 8746.0, 8745.0, 8728.0, 8747.0, 8742.0, 8728.0, 8769.0, 8748.0, 8728.0, 8746.0, 8759.0, 8727.0, 8745.0, 8766.0, 8717.0, 8750.0, 8747.0, 8713.0, 8729.0, 8767.0, 8718.0, 8717.0, 8747.0, 8743.0, 8734.0, 8764.0, 8748.0, 8752.0, 8750.0, 8733.0, 8745.0, 8746.0, 8712.0, 8737.0, 8765.0, 8711.0, 8733.0, 8744.0, 8726.0, 8744.0, 8764.0, 8730.0, 8732.0, 8760.0, 8726.0, 8727.0, 8761.0, 8730.0, 8712.0, 8747.0, 8712.0, 8751.0, 8759.0, 8716.0, 8733.0, 8746.0, 8726.0, 8741.0, 8742.0, 8727.0, 8741.0, 8743.0, 8731.0, 8761.0, 8744.0, 8743.0, 8767.0, 8759.0, 8728.0, 8747.0, 8741.0, 8729.0, 8735.0, 8761.0, 8749.0, 8750.0, 8764.0, 8730.0, 8750.0, 8748.0, 8750.0, 8747.0, 8745.0, 8727.0, 8745.0, 8741.0, 8745.0, 8752.0, 8762.0, 8732.0, 8753.0, 8717.0, 8738.0, 8767.0, 8769.0, 8752.0, 8756.0, 8766.0, 8738.0, 8767.0, 8765.0, 8752.0, 8750.0, 8744.0, 8729.0, 8743.0, 8740.0, 8730.0, 8747.0, 8743.0, 8729.0, 8743.0, 8739.0, 8724.0, 8743.0, 8763.0, 8730.0, 8745.0, 8742.0, 8728.0, 8751.0, 8763.0, 8715.0, 8729.0, 8743.0, 8712.0, 8731.0, 8763.0, 8697.0, 8714.0, 8746.0, 8739.0, 8733.0, 8769.0, 8750.0, 8734.0, 8747.0, 8749.0, 8771.0, 8770.0, 8750.0, 8751.0, 8765.0, 8730.0, 8732.0, 8742.0, 8723.0, 8727.0, 8744.0, 8724.0, 8712.0, 8741.0, 8737.0, 8710.0, 8744.0, 8746.0, 8746.0, 8744.0, 8741.0, 8728.0, 8745.0, 8739.0, 8733.0, 8746.0, 8741.0, 8723.0, 8739.0, 8722.0, 8707.0, 8729.0, 8748.0, 8697.0, 8714.0, 8745.0, 8711.0, 8713.0, 8746.0, 8743.0, 8732.0, 8750.0, 8745.0, 8732.0, 8747.0, 8746.0, 8750.0, 8763.0, 8748.0, 8751.0, 8746.0, 8746.0, 8734.0, 8743.0, 8745.0, 8748.0, 8747.0, 8750.0, 8755.0, 8773.0, 8751.0, 8769.0, 8766.0, 8733.0, 8748.0, 8769.0, 8759.0, 8727.0, 8748.0, 8741.0, 8716.0, 8747.0, 8759.0, 8733.0, 8749.0, 8760.0, 8729.0, 8743.0, 8738.0, 8744.0, 8743.0, 8740.0, 8710.0, 8763.0, 8738.0, 8730.0, 8744.0, 8737.0, 8726.0, 8740.0, 8736.0, 8728.0, 8745.0, 8742.0, 8733.0, 8744.0, 8763.0, 8728.0, 8747.0, 8741.0, 8726.0, 8751.0, 8751.0, 8742.0, 8735.0, 8746.0, 8727.0, 8753.0, 8771.0, 8715.0, 8716.0, 8744.0, 8739.0, 8733.0, 8745.0, 8744.0, 8736.0, 8748.0, 8718.0, 8718.0, 8751.0, 8729.0, 8717.0, 8745.0, 8759.0, 8743.0, 8765.0, 8749.0, 8735.0, 8767.0, 8748.0, 8731.0, 8768.0, 8746.0, 8730.0, 8749.0, 8748.0, 8749.0, 8751.0, 8761.0, 8732.0, 8748.0, 8745.0, 8743.0, 8749.0, 8747.0, 8714.0, 8732.0, 8743.0, 8714.0, 8730.0, 8740.0, 8713.0, 8715.0, 8745.0, 8714.0, 8718.0, 8733.0, 8728.0, 8715.0, 8746.0, 8710.0, 8727.0, 8747.0, 8743.0, 8727.0, 8747.0, 8739.0, 8729.0, 8748.0, 8749.0, 8747.0, 8746.0, 8743.0, 8730.0, 8746.0, 8727.0, 8743.0, 8764.0, 8743.0, 8746.0, 8748.0, 8746.0, 8750.0, 8754.0, 8768.0, 8748.0, 8753.0, 8748.0, 8746.0, 8735.0, 8765.0, 8737.0, 8732.0, 8748.0, 8727.0, 8728.0, 8743.0, 8717.0, 8736.0, 8751.0, 8719.0, 8719.0, 8748.0, 8712.0, 8753.0, 8766.0, 8747.0, 8732.0, 8746.0, 8727.0, 8736.0, 8750.0, 8730.0, 8729.0, 8747.0, 8713.0, 8732.0, 8751.0, 8765.0, 8753.0, 8758.0, 8765.0, 8753.0, 8752.0, 8770.0, 8771.0, 8767.0, 8750.0, 8735.0, 8745.0, 8743.0, 8745.0, 8750.0, 8747.0, 8727.0, 8744.0, 8708.0, 8723.0, 8730.0, 8740.0, 8726.0, 8737.0, 8746.0, 8731.0, 8749.0, 8747.0, 8730.0, 8748.0, 8745.0, 8732.0, 8731.0, 8748.0, 8719.0, 8731.0, 8747.0, 8715.0, 8738.0, 8758.0, 8746.0, 8734.0, 8750.0, 8728.0, 8748.0, 8753.0, 8746.0, 8730.0, 8746.0, 8727.0, 8732.0, 8751.0, 8752.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.0003423850823937554</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016213166782307022</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.89289570507808</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2002891563628488</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027207825173616</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4678</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5411.6323</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08190158371572442</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.26019080659150046</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5682890727165706</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5165128490925674</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.819458114597062</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.368896254460083</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00460414</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017825307324528694</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0184088796377182</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.3827230685699403</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>47.8673</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.3402</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1743</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304422.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1672</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4265</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.8032</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3046.5599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>72122.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>667.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4143.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.9036</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.0447278234642</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> |