=== 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-0061 --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-0061",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
129 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>ffcc51d6ac93aaf8761222c2f3452544</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:16:52.230000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, -0.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</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.0850527</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 64]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>71eab17c-9421-4768-be70-ef365bce453e||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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': ['151652.230000', '151652.690000', '151653.150000', '151653.610000', '151654.070000', '151654.530000', '151654.990000', '151655.450000', '151655.910000', '151656.370000', '151656.830000', '151657.290000', '151657.750000', '151658.210000', '151658.670000', '151659.130000', '151659.590000', '151700.050000', '151700.510000', '151700.970000', '151701.430000', '151701.890000', '151702.350000', '151702.810000', '151703.270000', '151703.730000', '151704.190000', '151704.650000', '151705.110000', '151705.570000', '151706.030000', '151706.490000', '151706.950000', '151707.410000', '151707.870000', '151708.330000', '151708.790000', '151709.250000', '151709.710000', '151710.170000', '151710.630000', '151711.090000', '151711.550000', '151712.010000', '151712.470000', '151712.930000', '151713.390000', '151713.850000', '151714.310000', '151714.770000', '151715.230000', '151715.690000', '151716.150000', '151716.610000', '151717.070000', '151717.530000', '151717.990000', '151718.450000', '151718.910000', '151719.370000', '151719.830000', '151720.290000', '151720.750000', '151721.210000', '151721.670000', '151722.130000', '151722.590000', '151723.050000', '151723.510000', '151723.970000', '151724.430000', '151724.890000', '151725.350000', '151725.810000', '151726.270000', '151726.730000', '151727.190000', '151727.650000', '151728.110000', '151728.570000', '151729.030000', '151729.490000', '151729.950000', '151730.410000', '151730.870000', '151731.330000', '151731.790000', '151732.250000', '151732.710000', '151733.170000', '151733.630000', '151734.090000', '151734.550000', '151735.010000', '151735.470000', '151735.930000', '151736.390000', '151736.850000', '151737.310000', '151737.770000', '151738.230000', '151738.690000', '151739.150000', '151739.610000', '151740.070000', '151740.530000', '151740.990000', '151741.450000', '151741.910000', '151742.370000', '151742.830000', '151743.290000', '151743.750000', '151744.210000', '151744.670000', '151745.130000', '151745.590000', '151746.050000', '151746.510000', '151746.970000', '151747.430000', '151747.890000', '151748.350000', '151748.810000', '151749.270000', '151749.730000', '151750.190000', '151750.650000', '151751.110000', '151751.570000', '151752.030000', '151752.490000', '151752.950000', '151753.410000', '151753.870000', '151754.330000', '151754.790000', '151755.250000', '151755.710000', '151756.170000', '151756.630000', '151757.090000', '151757.550000', '151758.010000', '151758.470000', '151758.930000', '151759.390000', '151759.850000', '151800.310000', '151800.770000', '151801.230000', '151801.690000', '151802.150000', '151802.610000', '151803.070000', '151803.530000', '151803.990000', '151804.450000', '151804.910000', '151805.370000', '151805.830000', '151806.290000', '151806.750000', '151807.210000', '151807.670000', '151808.130000', '151808.590000', '151809.050000', '151809.510000', '151809.970000', '151810.430000', '151810.890000', '151811.350000', '151811.810000', '151812.270000', '151812.730000', '151813.190000', '151813.650000', '151814.110000', '151814.570000', '151815.030000', '151815.490000', '151815.950000', '151816.410000', '151816.870000', '151817.330000', '151817.790000', '151818.250000', '151818.710000', '151819.170000', '151819.630000', '151820.090000', '151820.550000', '151821.010000', '151821.470000', '151821.930000', '151822.390000', '151822.850000', '151823.310000', '151823.770000', '151824.230000', '151824.690000', '151825.150000', '151825.610000', '151826.070000', '151826.530000', '151826.990000', '151827.450000', '151827.910000', '151828.370000', '151828.830000', '151829.290000', '151829.750000', '151830.210000', '151830.670000', '151831.130000', '151831.590000', '151832.050000', '151832.510000', '151832.970000', '151833.430000', '151833.890000', '151834.350000', '151834.810000', '151835.270000', '151835.730000', '151836.190000', '151836.650000', '151837.110000', '151837.570000', '151838.030000', '151838.490000', '151838.950000', '151839.410000', '151839.870000', '151840.330000', '151840.790000', '151841.250000', '151841.710000', '151842.170000', '151842.630000', '151843.090000', '151843.550000', '151844.010000', '151844.470000', '151844.930000', '151845.390000', '151845.850000', '151846.310000', '151846.770000', '151847.230000', '151847.690000', '151848.150000', '151848.610000', '151849.070000', '151849.530000', '151849.990000', '151850.450000', '151850.910000', '151851.370000', '151851.830000', '151852.290000', '151852.750000', '151853.210000', '151853.670000', '151854.130000', '151854.590000', '151855.050000', '151855.510000', '151855.970000', '151856.430000', '151856.890000', '151857.350000', '151857.810000', '151858.270000', '151858.730000', '151859.190000', '151859.650000', '151900.110000', '151900.570000', '151901.030000', '151901.490000', '151901.950000', '151902.410000', '151902.870000', '151903.330000', '151903.790000', '151904.250000', '151904.710000', '151905.170000', '151905.630000', '151906.090000', '151906.550000', '151907.010000', '151907.470000', '151907.930000', '151908.390000', '151908.850000', '151909.310000', '151909.770000', '151910.230000', '151910.690000', '151911.150000', '151911.610000', '151912.070000', '151912.530000', '151912.990000', '151913.450000', '151913.910000', '151914.370000', '151914.830000', '151915.290000', '151915.750000', '151916.210000', '151916.670000', '151917.130000', '151917.590000', '151918.050000', '151918.510000', '151918.970000', '151919.430000', '151919.890000', '151920.350000', '151920.810000', '151921.270000', '151921.730000', '151922.190000', '151922.650000', '151923.110000', '151923.570000', '151924.030000', '151924.490000', '151924.950000', '151925.410000', '151925.870000', '151926.330000', '151926.790000', '151927.250000', '151927.710000', '151928.170000', '151928.630000', '151929.090000', '151929.550000', '151930.010000', '151930.470000', '151930.930000', '151931.390000', '151931.850000', '151932.310000', '151932.770000', '151933.230000', '151933.690000', '151934.150000', '151934.610000', '151935.070000', '151935.530000', '151935.990000', '151936.450000', '151936.910000', '151937.370000', '151937.830000', '151938.290000', '151938.750000', '151939.210000', '151939.670000', '151940.130000', '151940.590000', '151941.050000', '151941.510000', '151941.970000', '151942.430000', '151942.890000', '151943.350000', '151943.810000', '151944.270000', '151944.730000', '151945.190000', '151945.650000', '151946.110000', '151946.570000', '151947.030000', '151947.490000', '151947.950000', '151948.410000', '151948.870000', '151949.330000', '151949.790000', '151950.250000', '151950.710000', '151951.170000', '151951.630000', '151952.090000', '151952.550000', '151953.010000', '151953.470000', '151953.930000', '151954.390000', '151954.850000', '151955.310000', '151955.770000', '151956.230000', '151956.690000', '151957.150000', '151957.610000', '151958.070000', '151958.530000', '151958.990000', '151959.450000', '151959.910000', '152000.370000', '152000.830000', '152001.290000', '152001.750000', '152002.210000', '152002.670000', '152003.130000', '152003.590000', '152004.050000', '152004.510000', '152004.970000', '152005.430000', '152005.890000', '152006.350000', '152006.810000', '152007.270000', '152007.730000', '152008.190000', '152008.650000', '152009.110000', '152009.570000', '152010.030000', '152010.490000', '152010.950000', '152011.410000', '152011.870000', '152012.330000', '152012.790000', '152013.250000', '152013.710000', '152014.170000', '152014.630000', '152015.090000', '152015.550000', '152016.010000', '152016.470000', '152016.930000', '152017.390000', '152017.850000', '152018.310000', '152018.770000', '152019.230000', '152019.690000', '152020.150000', '152020.610000', '152021.070000', '152021.530000', '152021.990000', '152022.450000', '152022.910000', '152023.370000', '152023.830000', '152024.290000', '152024.750000', '152025.210000', '152025.670000', '152026.130000', '152026.590000', '152027.050000', '152027.510000', '152027.970000', '152028.430000', '152028.890000', '152029.350000', '152029.810000', '152030.270000', '152030.730000', '152031.190000', '152031.650000', '152032.110000', '152032.570000', '152033.030000', '152033.490000', '152033.950000', '152034.410000', '152034.870000', '152035.330000', '152035.790000', '152036.250000', '152036.710000', '152037.170000', '152037.630000', '152038.090000', '152038.550000', '152039.010000', '152039.470000', '152039.930000', '152040.390000', '152040.850000', '152041.310000', '152041.770000', '152042.230000', '152042.690000', '152043.150000', '152043.610000', '152044.070000', '152044.530000', '152044.990000', '152045.450000', '152045.910000', '152046.370000', '152046.830000', '152047.290000', '152047.750000', '152048.210000', '152048.670000', '152049.130000', '152049.590000', '152050.050000', '152050.510000', '152050.970000', '152051.430000', '152051.890000', '152052.350000', '152052.810000', '152053.270000', '152053.730000', '152054.190000', '152054.650000', '152055.110000', '152055.570000', '152056.030000', '152056.490000', '152056.950000', '152057.410000', '152057.870000', '152058.330000', '152058.790000', '152059.250000', '152059.710000', '152100.170000', '152100.630000', '152101.090000', '152101.550000', '152102.010000', '152102.470000', '152102.930000', '152103.390000', '152103.850000', '152104.310000', '152104.770000', '152105.230000', '152105.690000', '152106.150000', '152106.610000', '152107.070000', '152107.530000', '152107.990000', '152108.450000', '152108.910000', '152109.370000', '152109.830000', '152110.290000', '152110.750000', '152111.210000', '152111.670000', '152112.130000', '152112.590000', '152113.050000', '152113.510000', '152113.970000', '152114.430000', '152114.890000', '152115.350000', '152115.810000', '152116.270000', '152116.730000', '152117.190000', '152117.650000', '152118.110000', '152118.570000', '152119.030000', '152119.490000', '152119.950000', '152120.410000', '152120.870000', '152121.330000', '152121.790000', '152122.250000', '152122.710000', '152123.170000', '152123.630000', '152124.090000', '152124.550000', '152125.010000', '152125.470000', '152125.930000', '152126.390000', '152126.850000', '152127.310000', '152127.770000', '152128.230000', '152128.690000', '152129.150000', '152129.610000', '152130.070000', '152130.530000', '152130.990000', '152131.450000', '152131.910000', '152132.370000', '152132.830000', '152133.290000', '152133.750000', '152134.210000', '152134.670000', '152135.130000', '152135.590000', '152136.050000', '152136.510000', '152136.970000', '152137.430000', '152137.890000', '152138.350000', '152138.810000', '152139.270000', '152139.730000', '152140.190000', '152140.650000', '152141.110000', '152141.570000', '152142.030000', '152142.490000', '152142.950000', '152143.410000', '152143.870000', '152144.330000', '152144.790000', '152145.250000', '152145.710000', '152146.170000', '152146.630000', '152147.090000', '152147.550000', '152148.010000', '152148.470000', '152148.930000', '152149.390000', '152149.850000', '152150.310000', '152150.770000', '152151.230000', '152151.690000', '152152.150000', '152152.610000', '152153.070000', '152153.530000', '152153.990000', '152154.450000', '152154.910000', '152155.370000', '152155.830000', '152156.290000', '152156.750000', '152157.210000', '152157.670000', '152158.130000', '152158.590000', '152159.050000', '152159.510000', '152159.970000', '152200.430000', '152200.890000', '152201.350000', '152201.810000', '152202.270000', '152202.730000', '152203.190000', '152203.650000', '152204.110000', '152204.570000', '152205.030000', '152205.490000', '152205.950000', '152206.410000', '152206.870000', '152207.330000', '152207.790000', '152208.250000', '152208.710000', '152209.170000', '152209.630000', '152210.090000', '152210.550000', '152211.010000', '152211.470000', '152211.930000', '152212.390000', '152212.850000', '152213.310000', '152213.770000', '152214.230000', '152214.690000', '152215.150000', '152215.610000', '152216.070000', '152216.530000', '152216.990000', '152217.450000', '152217.910000', '152218.370000', '152218.830000', '152219.290000', '152219.750000', '152220.210000', '152220.670000', '152221.130000', '152221.590000', '152222.050000', '152222.510000', '152222.970000', '152223.430000', '152223.890000', '152224.350000', '152224.810000', '152225.270000', '152225.730000', '152226.190000', '152226.650000', '152227.110000', '152227.570000', '152228.030000', '152228.490000', '152228.950000', '152229.410000', '152229.870000', '152230.330000', '152230.790000', '152231.250000', '152231.710000', '152232.170000', '152232.630000', '152233.090000', '152233.550000', '152234.010000', '152234.470000', '152234.930000', '152235.390000', '152235.850000', '152236.310000', '152236.770000', '152237.230000', '152237.690000', '152238.150000', '152238.610000', '152239.070000', '152239.530000', '152239.990000', '152240.450000', '152240.910000', '152241.370000', '152241.830000', '152242.290000', '152242.750000', '152243.210000', '152243.670000', '152244.130000', '152244.590000', '152245.050000', '152245.510000', '152245.970000', '152246.430000', '152246.890000', '152247.350000', '152247.810000', '152248.270000', '152248.730000', '152249.190000', '152249.650000', '152250.110000', '152250.570000', '152251.030000', '152251.490000', '152251.950000', '152252.410000', '152252.870000', '152253.330000', '152253.790000', '152254.250000', '152254.710000', '152255.170000', '152255.630000', '152256.090000', '152256.550000', '152257.010000', '152257.470000', '152257.930000', '152258.390000', '152258.850000', '152259.310000', '152259.770000', '152300.230000', '152300.690000', '152301.150000', '152301.610000', '152302.070000', '152302.530000', '152302.990000', '152303.450000', '152303.910000', '152304.370000', '152304.830000', '152305.290000', '152305.750000', '152306.210000', '152306.670000', '152307.130000', '152307.590000', '152308.050000', '152308.510000', '152308.970000', '152309.430000', '152309.890000', '152310.350000', '152310.810000', '152311.270000', '152311.730000', '152312.190000', '152312.650000', '152313.110000', '152313.570000', '152314.030000', '152314.490000', '152314.950000', '152315.410000', '152315.870000', '152316.330000', '152316.790000', '152317.250000', '152317.710000', '152318.170000', '152318.630000', '152319.090000', '152319.550000', '152320.010000', '152320.470000', '152320.930000', '152321.390000', '152321.850000', '152322.310000', '152322.770000', '152323.230000', '152323.690000', '152324.150000', '152324.610000', '152325.070000', '152325.530000', '152325.990000', '152326.450000', '152326.910000', '152327.370000', '152327.830000', '152328.290000', '152328.750000', '152329.210000', '152329.670000', '152330.130000', '152330.590000', '152331.050000', '152331.510000', '152331.970000', '152332.430000', '152332.890000', '152333.350000', '152333.810000', '152334.270000', '152334.730000', '152335.190000', '152335.650000', '152336.110000', '152336.570000', '152337.030000', '152337.490000', '152337.950000', '152338.410000', '152338.870000', '152339.330000', '152339.790000', '152340.250000', '152340.710000', '152341.170000', '152341.630000', '152342.090000', '152342.550000', '152343.010000', '152343.470000', '152343.930000', '152344.390000', '152344.850000', '152345.310000', '152345.770000', '152346.230000', '152346.690000', '152347.150000', '152347.610000', '152348.070000', '152348.530000', '152348.990000', '152349.450000', '152349.910000', '152350.370000', '152350.830000', '152351.290000', '152351.750000', '152352.210000', '152352.670000', '152353.130000', '152353.590000', '152354.050000', '152354.510000', '152354.970000', '152355.430000', '152355.890000', '152356.350000', '152356.810000', '152357.270000', '152357.730000', '152358.190000', '152358.650000', '152359.110000', '152359.570000', '152400.030000', '152400.490000', '152400.950000', '152401.410000', '152401.870000', '152402.330000', '152402.790000', '152403.250000', '152403.710000', '152404.170000', '152404.630000', '152405.090000', '152405.550000', '152406.010000', '152406.470000', '152406.930000', '152407.390000', '152407.850000', '152408.310000', '152408.770000', '152409.230000', '152409.690000', '152410.150000', '152410.610000', '152411.070000', '152411.530000', '152411.990000', '152412.450000', '152412.910000', '152413.370000', '152413.830000', '152414.290000', '152414.750000', '152415.210000', '152415.670000', '152416.130000', '152416.590000', '152417.050000', '152417.510000', '152417.970000', '152418.430000', '152418.890000', '152419.350000', '152419.810000', '152420.270000', '152420.730000', '152421.190000', '152421.650000', '152422.110000', '152422.570000', '152423.030000', '152423.490000', '152423.950000', '152424.410000', '152424.870000', '152425.330000', '152425.790000', '152426.250000', '152426.710000', '152427.170000', '152427.630000', '152428.090000', '152428.550000', '152429.010000', '152429.470000', '152429.930000', '152430.390000', '152430.850000', '152431.310000', '152431.770000', '152432.230000', '152432.690000', '152433.150000', '152433.610000', '152434.070000', '152434.530000', '152434.990000', '152435.450000', '152435.910000', '152436.370000', '152436.830000', '152437.290000', '152437.750000', '152438.210000', '152438.670000', '152439.130000', '152439.590000', '152440.050000', '152440.510000', '152440.970000', '152441.430000', '152441.890000', '152442.350000', '152442.810000', '152443.270000', '152443.730000', '152444.190000', '152444.650000', '152445.110000', '152445.570000', '152446.030000', '152446.490000', '152446.950000', '152447.410000', '152447.870000', '152448.330000', '152448.790000', '152449.250000', '152449.710000', '152450.170000', '152450.630000', '152451.090000', '152451.550000', '152452.010000', '152452.470000', '152452.930000', '152453.390000', '152453.850000', '152454.310000', '152454.770000', '152455.230000', '152455.690000', '152456.150000', '152456.610000', '152457.070000', '152457.530000', '152457.990000', '152458.450000', '152458.910000', '152459.370000', '152459.830000', '152500.290000', '152500.750000', '152501.210000', '152501.670000', '152502.130000', '152502.590000', '152503.050000', '152503.510000', '152503.970000', '152504.430000', '152504.890000', '152505.350000', '152505.810000', '152506.270000', '152506.730000', '152507.190000', '152507.650000', '152508.110000', '152508.570000', '152509.030000', '152509.490000', '152509.950000', '152510.410000', '152510.870000', '152511.330000', '152511.790000', '152512.250000', '152512.710000', '152513.170000', '152513.630000', '152514.090000', '152514.550000', '152515.010000', '152515.470000', '152515.930000', '152516.390000', '152516.850000', '152517.310000', '152517.770000', '152518.230000', '152518.690000', '152519.150000', '152519.610000', '152520.070000', '152520.530000', '152520.990000', '152521.450000', '152521.910000', '152522.370000', '152522.830000', '152523.290000', '152523.750000', '152524.210000', '152524.670000', '152525.130000', '152525.590000', '152526.050000', '152526.510000', '152526.970000', '152527.430000', '152527.890000', '152528.350000', '152528.810000', '152529.270000', '152529.730000', '152530.190000', '152530.650000', '152531.110000', '152531.570000', '152532.030000', '152532.490000', '152532.950000', '152533.410000', '152533.870000', '152534.330000', '152534.790000', '152535.250000', '152535.710000', '152536.170000', '152536.630000', '152537.090000', '152537.550000', '152538.010000', '152538.470000', '152538.930000', '152539.390000', '152539.850000', '152540.310000', '152540.770000', '152541.230000', '152541.690000', '152542.150000', '152542.610000', '152543.070000', '152543.530000'], 'ContentTime': ['151703.741000', '151703.744000', '151703.747000', '151703.749000', '151703.752000', '151703.755000', '151703.757000', '151703.760000', '151703.763000', '151703.765000', '151703.768000', '151703.771000', '151703.780000', '151703.783000', '151703.795000', '151703.797000', '151703.801000', '151703.803000', '151703.806000', '151703.809000', '151703.812000', '151703.815000', '151703.818000', '151723.714000', '151723.717000', '151723.720000', '151723.722000', '151723.725000', '151723.742000', '151723.744000', '151723.747000', '151723.750000', '151723.752000', '151723.755000', '151723.757000', '151723.760000', '151723.762000', '151723.765000', '151723.767000', '151723.770000', '151723.773000', '151723.775000', '151723.778000', '151723.780000', '151723.783000', '151723.786000', '151723.788000', '151723.791000', '151723.793000', '151723.796000', '151723.803000', '151723.805000', '151723.808000', '151723.811000', '151723.813000', '151723.816000', '151723.819000', '151723.821000', '151723.824000', '151723.827000', '151723.846000', '151723.849000', '151723.851000', '151723.854000', '151723.856000', '151723.859000', '151723.874000', '151743.714000', '151743.717000', '151743.719000', '151743.722000', '151743.725000', '151743.727000', '151743.730000', '151743.733000', '151743.735000', '151743.738000', '151743.740000', '151743.743000', '151743.745000', '151743.748000', '151743.751000', '151743.753000', '151743.756000', '151743.758000', '151743.761000', '151743.764000', '151743.766000', '151743.769000', '151743.771000', '151743.774000', '151743.777000', '151743.779000', '151743.782000', '151743.784000', '151743.787000', '151743.789000', '151743.792000', '151743.814000', '151743.817000', '151743.820000', '151743.822000', '151743.825000', '151743.827000', '151743.830000', '151743.832000', '151743.835000', '151743.838000', '151743.840000', '151743.843000', '151803.713000', '151803.716000', '151803.719000', '151803.722000', '151803.724000', '151803.727000', '151803.729000', '151803.732000', '151803.734000', '151803.737000', '151803.740000', '151803.742000', '151803.745000', '151803.747000', '151803.750000', '151803.753000', '151803.755000', '151803.758000', '151803.761000', '151803.763000', '151803.766000', '151803.768000', '151803.771000', '151803.774000', '151803.776000', '151803.779000', '151803.781000', '151803.784000', '151803.787000', '151803.789000', '151803.792000', '151803.794000', '151803.797000', '151803.822000', '151803.825000', '151803.827000', '151803.830000', '151803.832000', '151803.835000', '151803.838000', '151803.840000', '151803.843000', '151803.845000', '151803.848000', '151823.714000', '151823.716000', '151823.719000', '151823.722000', '151823.724000', '151823.727000', '151823.729000', '151823.732000', '151823.734000', '151823.737000', '151823.740000', '151823.742000', '151823.745000', '151823.747000', '151823.750000', '151823.753000', '151823.755000', '151823.758000', '151823.760000', '151823.763000', '151823.766000', '151823.769000', '151823.772000', '151823.775000', '151823.778000', '151823.780000', '151823.783000', '151823.785000', '151823.788000', '151823.791000', '151823.793000', '151823.796000', '151823.798000', '151823.817000', '151823.819000', '151823.822000', '151823.825000', '151823.827000', '151823.830000', '151823.832000', '151823.835000', '151823.838000', '151823.840000', '151843.714000', '151843.717000', '151843.719000', '151843.722000', '151843.724000', '151843.727000', '151843.730000', '151843.732000', '151843.735000', '151843.737000', '151843.740000', '151843.743000', '151843.745000', '151843.748000', '151843.750000', '151843.753000', '151843.756000', '151843.758000', '151843.761000', '151843.763000', '151843.766000', '151843.769000', '151843.771000', '151843.774000', '151843.776000', '151843.779000', '151843.782000', '151843.784000', '151843.787000', '151843.790000', '151843.792000', '151843.795000', '151843.797000', '151843.800000', '151843.803000', '151843.805000', '151843.808000', '151843.811000', '151843.813000', '151843.816000', '151843.818000', '151843.821000', '151843.824000', '151843.826000', '151903.713000', '151903.716000', '151903.719000', '151903.722000', '151903.724000', '151903.727000', '151903.729000', '151903.732000', '151903.735000', '151903.737000', '151903.740000', '151903.742000', '151903.745000', '151903.748000', '151903.750000', '151903.753000', '151903.756000', '151903.758000', '151903.761000', '151903.764000', '151903.767000', '151903.769000', '151903.772000', '151903.775000', '151903.777000', '151903.780000', '151903.782000', '151903.785000', '151903.788000', '151903.790000', '151903.793000', '151903.795000', '151903.798000', '151903.845000', '151903.848000', '151903.850000', '151903.853000', '151903.855000', '151903.858000', '151903.861000', '151903.863000', '151903.866000', '151903.869000', '151923.713000', '151923.716000', '151923.719000', '151923.721000', '151923.724000', '151923.727000', '151923.729000', '151923.732000', '151923.734000', '151923.737000', '151923.740000', '151923.742000', '151923.745000', '151923.747000', '151923.750000', '151923.753000', '151923.755000', '151923.758000', '151923.760000', '151923.763000', '151923.765000', '151923.768000', '151923.771000', '151923.773000', '151923.776000', '151923.778000', '151923.781000', '151923.784000', '151923.786000', '151923.789000', '151923.791000', '151923.794000', '151923.797000', '151923.799000', '151923.862000', '151923.864000', '151923.867000', '151923.870000', '151923.872000', '151923.875000', '151923.877000', '151923.911000', '151923.914000', '151923.917000', '151943.715000', '151943.717000', '151943.720000', '151943.723000', '151943.725000', '151943.728000', '151943.731000', '151943.733000', '151943.736000', '151943.738000', '151943.749000', '151943.751000', '151943.754000', '151943.756000', '151943.759000', '151943.762000', '151943.764000', '151943.767000', '151943.769000', '151943.772000', '151943.775000', '151943.777000', '151943.780000', '151943.782000', '151943.785000', '151943.788000', '151943.790000', '151943.793000', '151943.796000', '151943.798000', '151943.862000', '151943.864000', '151943.867000', '151943.869000', '151943.872000', '151943.875000', '151943.877000', '151943.880000', '151943.883000', '151943.885000', '151943.888000', '151943.891000', '151943.893000', '152003.714000', '152003.716000', '152003.719000', '152003.722000', '152003.724000', '152003.727000', '152003.730000', '152003.732000', '152003.735000', '152003.737000', '152003.740000', '152003.743000', '152003.745000', '152003.748000', '152003.750000', '152003.753000', '152003.756000', '152003.758000', '152003.761000', '152003.763000', '152003.766000', '152003.769000', '152003.771000', '152003.774000', '152003.777000', '152003.779000', '152003.782000', '152003.785000', '152003.787000', '152003.790000', '152003.792000', '152003.795000', '152003.798000', '152003.851000', '152003.854000', '152003.857000', '152003.859000', '152003.862000', '152003.864000', '152003.867000', '152003.870000', '152003.872000', '152003.875000', '152003.877000', '152023.714000', '152023.717000', '152023.719000', '152023.722000', '152023.724000', '152023.727000', '152023.730000', '152023.732000', '152023.735000', '152023.737000', '152023.740000', '152023.743000', '152023.745000', '152023.748000', '152023.750000', '152023.753000', '152023.756000', '152023.758000', '152023.761000', '152023.764000', '152023.766000', '152023.769000', '152023.771000', '152023.774000', '152023.777000', '152023.779000', '152023.782000', '152023.785000', '152023.787000', '152023.790000', '152023.792000', '152023.795000', '152023.798000', '152023.841000', '152023.844000', '152023.846000', '152023.849000', '152023.851000', '152023.854000', '152023.857000', '152023.859000', '152023.862000', '152023.864000', '152043.714000', '152043.717000', '152043.719000', '152043.722000', '152043.724000', '152043.727000', '152043.730000', '152043.732000', '152043.735000', '152043.737000', '152043.740000', '152043.743000', '152043.745000', '152043.748000', '152043.750000', '152043.753000', '152043.756000', '152043.758000', '152043.761000', '152043.763000', '152043.766000', '152043.769000', '152043.771000', '152043.774000', '152043.777000', '152043.779000', '152043.782000', '152043.784000', '152043.787000', '152043.790000', '152043.792000', '152043.795000', '152043.797000', '152043.844000', '152043.847000', '152043.850000', '152043.852000', '152043.855000', '152043.857000', '152043.860000', '152043.863000', '152043.865000', '152043.868000', '152043.870000', '152103.714000', '152103.716000', '152103.719000', '152103.722000', '152103.724000', '152103.727000', '152103.730000', '152103.732000', '152103.735000', '152103.737000', '152103.740000', '152103.743000', '152103.745000', '152103.748000', '152103.750000', '152103.753000', '152103.756000', '152103.758000', '152103.761000', '152103.764000', '152103.766000', '152103.769000', '152103.802000', '152103.835000', '152103.838000', '152103.840000', '152103.843000', '152103.846000', '152103.848000', '152103.851000', '152103.854000', '152103.856000', '152103.859000', '152103.861000', '152103.864000', '152103.867000', '152103.869000', '152103.872000', '152103.875000', '152103.877000', '152103.880000', '152103.883000', '152103.885000', '152123.713000', '152123.716000', '152123.719000', '152123.721000', '152123.724000', '152123.727000', '152123.729000', '152123.732000', '152123.734000', '152123.737000', '152123.740000', '152123.742000', '152123.745000', '152123.748000', '152123.750000', '152123.753000', '152123.755000', '152123.758000', '152123.761000', '152123.763000', '152123.766000', '152123.768000', '152123.771000', '152123.774000', '152123.776000', '152123.779000', '152123.781000', '152123.784000', '152123.787000', '152123.789000', '152123.792000', '152123.795000', '152123.797000', '152123.859000', '152123.862000', '152123.865000', '152123.867000', '152123.870000', '152123.872000', '152123.875000', '152123.878000', '152123.880000', '152123.883000', '152123.885000', '152143.714000', '152143.716000', '152143.719000', '152143.722000', '152143.724000', '152143.727000', '152143.730000', '152143.732000', '152143.735000', '152143.737000', '152143.740000', '152143.743000', '152143.745000', '152143.748000', '152143.750000', '152143.753000', '152143.756000', '152143.758000', '152143.761000', '152143.764000', '152143.766000', '152143.769000', '152143.772000', '152143.774000', '152143.777000', '152143.780000', '152143.782000', '152143.785000', '152143.787000', '152143.790000', '152143.793000', '152143.795000', '152143.798000', '152143.817000', '152143.820000', '152143.823000', '152143.825000', '152143.828000', '152143.830000', '152143.833000', '152143.836000', '152143.838000', '152143.841000', '152203.714000', '152203.717000', '152203.720000', '152203.723000', '152203.725000', '152203.728000', '152203.731000', '152203.733000', '152203.736000', '152203.738000', '152203.741000', '152203.744000', '152203.746000', '152203.749000', '152203.752000', '152203.755000', '152203.757000', '152203.760000', '152203.763000', '152203.765000', '152203.768000', '152203.771000', '152203.773000', '152203.776000', '152203.778000', '152203.781000', '152203.784000', '152203.786000', '152203.789000', '152203.792000', '152203.794000', '152203.797000', '152203.869000', '152203.872000', '152203.875000', '152203.877000', '152203.880000', '152203.883000', '152203.885000', '152203.888000', '152203.890000', '152203.893000', '152203.896000', '152203.898000', '152223.714000', '152223.716000', '152223.719000', '152223.722000', '152223.724000', '152223.727000', '152223.730000', '152223.732000', '152223.735000', '152223.737000', '152223.740000', '152223.743000', '152223.745000', '152223.748000', '152223.751000', '152223.753000', '152223.756000', '152223.758000', '152223.761000', '152223.764000', '152223.766000', '152223.769000', '152223.772000', '152223.774000', '152223.777000', '152223.779000', '152223.782000', '152223.785000', '152223.787000', '152223.790000', '152223.792000', '152223.795000', '152223.798000', '152223.847000', '152223.849000', '152223.852000', '152223.855000', '152223.857000', '152223.860000', '152223.862000', '152223.865000', '152223.868000', '152223.870000', '152243.713000', '152243.716000', '152243.719000', '152243.722000', '152243.724000', '152243.727000', '152243.729000', '152243.732000', '152243.735000', '152243.737000', '152243.740000', '152243.742000', '152243.745000', '152243.748000', '152243.750000', '152243.753000', '152243.756000', '152243.758000', '152243.761000', '152243.763000', '152243.766000', '152243.769000', '152243.771000', '152243.774000', '152243.776000', '152243.779000', '152243.781000', '152243.784000', '152243.787000', '152243.789000', '152243.792000', '152243.795000', '152243.797000', '152243.855000', '152243.858000', '152243.860000', '152243.863000', '152243.865000', '152243.869000', '152243.872000', '152243.875000', '152243.877000', '152243.880000', '152243.882000', '152303.713000', '152303.716000', '152303.719000', '152303.722000', '152303.724000', '152303.727000', '152303.729000', '152303.732000', '152303.735000', '152303.737000', '152303.740000', '152303.742000', '152303.745000', '152303.748000', '152303.750000', '152303.753000', '152303.755000', '152303.758000', '152303.761000', '152303.763000', '152303.766000', '152303.769000', '152303.771000', '152303.774000', '152303.776000', '152303.779000', '152303.781000', '152303.784000', '152303.787000', '152303.789000', '152303.792000', '152303.795000', '152303.798000', '152303.844000', '152303.847000', '152303.849000', '152303.852000', '152303.855000', '152303.857000', '152303.860000', '152303.862000', '152303.865000', '152303.867000', '152323.714000', '152323.716000', '152323.719000', '152323.722000', '152323.724000', '152323.727000', '152323.730000', '152323.733000', '152323.736000', '152323.738000', '152323.741000', '152323.743000', '152323.746000', '152323.749000', '152323.751000', '152323.754000', '152323.757000', '152323.759000', '152323.762000', '152323.764000', '152323.767000', '152323.770000', '152323.772000', '152323.775000', '152323.778000', '152323.780000', '152323.783000', '152323.785000', '152323.788000', '152323.791000', '152323.793000', '152323.796000', '152323.799000', '152323.801000', '152323.804000', '152323.807000', '152323.809000', '152323.812000', '152323.814000', '152323.817000', '152323.820000', '152323.822000', '152323.825000', '152323.827000', '152343.714000', '152343.717000', '152343.719000', '152343.722000', '152343.725000', '152343.727000', '152343.730000', '152343.733000', '152343.735000', '152343.738000', '152343.740000', '152343.743000', '152343.746000', '152343.748000', '152343.751000', '152343.753000', '152343.756000', '152343.759000', '152343.761000', '152343.764000', '152343.767000', '152343.769000', '152343.772000', '152343.775000', '152343.777000', '152343.780000', '152343.782000', '152343.785000', '152343.788000', '152343.790000', '152343.793000', '152343.796000', '152343.798000', '152343.801000', '152343.804000', '152343.806000', '152343.809000', '152343.811000', '152343.814000', '152343.817000', '152343.819000', '152343.822000', '152343.824000', '152403.714000', '152403.717000', '152403.720000', '152403.723000', '152403.726000', '152403.729000', '152403.731000', '152403.734000', '152403.736000', '152403.739000', '152403.742000', '152403.744000', '152403.747000', '152403.750000', '152403.752000', '152403.755000', '152403.757000', '152403.760000', '152403.763000', '152403.765000', '152403.768000', '152403.771000', '152403.773000', '152403.776000', '152403.778000', '152403.781000', '152403.784000', '152403.786000', '152403.789000', '152403.791000', '152403.794000', '152403.797000', '152403.846000', '152403.848000', '152403.851000', '152403.853000', '152403.856000', '152403.859000', '152403.861000', '152403.864000', '152403.867000', '152403.869000', '152403.872000', '152423.715000', '152423.717000', '152423.720000', '152423.723000', '152423.725000', '152423.728000', '152423.731000', '152423.733000', '152423.736000', '152423.738000', '152423.741000', '152423.744000', '152423.746000', '152423.749000', '152423.752000', '152423.754000', '152423.757000', '152423.759000', '152423.762000', '152423.764000', '152423.767000', '152423.770000', '152423.772000', '152423.775000', '152423.778000', '152423.780000', '152423.783000', '152423.785000', '152423.788000', '152423.791000', '152423.793000', '152423.796000', '152423.799000', '152423.801000', '152423.804000', '152423.806000', '152423.809000', '152423.812000', '152423.814000', '152423.817000', '152423.820000', '152423.822000', '152423.825000', '152423.827000', '152443.714000', '152443.717000', '152443.719000', '152443.722000', '152443.724000', '152443.727000', '152443.730000', '152443.732000', '152443.735000', '152443.738000', '152443.740000', '152443.743000', '152443.745000', '152443.748000', '152443.751000', '152443.753000', '152443.756000', '152443.759000', '152443.761000', '152443.764000', '152443.766000', '152443.769000', '152443.773000', '152443.777000', '152443.779000', '152443.782000', '152443.785000', '152443.787000', '152443.790000', '152443.793000', '152443.795000', '152443.798000', '152443.859000', '152443.862000', '152443.864000', '152443.867000', '152443.870000', '152443.872000', '152443.875000', '152443.877000', '152443.880000', '152443.883000', '152443.885000', '152503.714000', '152503.717000', '152503.719000', '152503.722000', '152503.724000', '152503.727000', '152503.730000', '152503.732000', '152503.735000', '152503.738000', '152503.740000', '152503.743000', '152503.746000', '152503.748000', '152503.751000', '152503.754000', '152503.756000', '152503.759000', '152503.761000', '152503.764000', '152503.767000', '152503.769000', '152503.772000', '152503.774000', '152503.777000', '152503.780000', '152503.782000', '152503.785000', '152503.787000', '152503.790000', '152503.793000', '152503.795000', '152503.798000', '152503.885000', '152503.888000', '152503.891000', '152503.893000', '152503.896000', '152503.898000', '152503.901000', '152503.904000', '152503.915000', '152503.918000', '152503.920000', '152523.714000', '152523.717000', '152523.719000', '152523.722000', '152523.724000', '152523.727000', '152523.730000', '152523.732000', '152523.735000', '152523.738000', '152523.740000', '152523.743000', '152523.745000', '152523.748000', '152523.751000', '152523.754000', '152523.757000', '152523.760000', '152523.763000', '152523.766000', '152523.768000', '152523.771000', '152523.773000', '152523.776000', '152523.779000', '152523.782000', '152523.784000', '152523.787000', '152523.790000', '152523.792000', '152523.795000', '152523.797000', '152523.873000', '152523.875000', '152523.878000', '152523.881000', '152523.883000', '152523.886000', '152523.888000', '152523.891000', '152523.894000', '152523.896000', '152523.899000', '152543.714000', '152543.717000', '152543.719000', '152543.722000', '152543.724000', '152543.727000', '152543.730000', '152543.732000', '152543.735000', '152543.737000', '152543.740000', '152543.743000', '152543.745000', '152543.748000', '152543.751000', '152543.753000', '152543.756000', '152543.759000', '152543.761000', '152543.764000', '152543.767000', '152543.769000', '152543.772000', '152543.775000', '152543.777000', '152543.780000', '152543.782000', '152543.785000', '152543.788000', '152543.790000', '152543.793000', '152543.795000', '152543.798000', '152543.857000', '152543.859000', '152543.862000', '152543.865000', '152543.867000', '152543.870000', '152543.872000', '152543.875000', '152543.878000', '152543.880000', '152543.883000', '152544.425000', '152544.428000'], 'InstanceCreationTime': ['151703.741000', '151703.744000', '151703.747000', '151703.749000', '151703.752000', '151703.755000', '151703.757000', '151703.760000', '151703.763000', '151703.765000', '151703.768000', '151703.771000', '151703.780000', '151703.783000', '151703.795000', '151703.797000', '151703.801000', '151703.803000', '151703.806000', '151703.809000', '151703.812000', '151703.815000', '151703.818000', '151723.714000', '151723.717000', '151723.720000', '151723.722000', '151723.725000', '151723.742000', '151723.744000', '151723.747000', '151723.750000', '151723.752000', '151723.755000', '151723.757000', '151723.760000', '151723.762000', '151723.765000', '151723.767000', '151723.770000', '151723.773000', '151723.775000', '151723.778000', '151723.780000', '151723.783000', '151723.786000', '151723.788000', '151723.791000', '151723.793000', '151723.796000', '151723.803000', '151723.805000', '151723.808000', '151723.811000', '151723.813000', '151723.816000', '151723.819000', '151723.821000', '151723.824000', '151723.827000', '151723.846000', '151723.849000', '151723.851000', '151723.854000', '151723.856000', '151723.859000', '151723.874000', '151743.714000', '151743.717000', '151743.719000', '151743.722000', '151743.725000', '151743.727000', '151743.730000', '151743.733000', '151743.735000', '151743.738000', '151743.740000', '151743.743000', '151743.745000', '151743.748000', '151743.751000', '151743.753000', '151743.756000', '151743.758000', '151743.761000', '151743.764000', '151743.766000', '151743.769000', '151743.771000', '151743.774000', '151743.777000', '151743.779000', '151743.782000', '151743.784000', '151743.787000', '151743.789000', '151743.792000', '151743.814000', '151743.817000', '151743.820000', '151743.822000', '151743.825000', '151743.827000', '151743.830000', '151743.832000', '151743.835000', '151743.838000', '151743.840000', '151743.843000', '151803.713000', '151803.716000', '151803.719000', '151803.722000', '151803.724000', '151803.727000', '151803.729000', '151803.732000', '151803.734000', '151803.737000', '151803.740000', '151803.742000', '151803.745000', '151803.747000', '151803.750000', '151803.753000', '151803.755000', '151803.758000', '151803.761000', '151803.763000', '151803.766000', '151803.768000', '151803.771000', '151803.774000', '151803.776000', '151803.779000', '151803.781000', '151803.784000', '151803.787000', '151803.789000', '151803.792000', '151803.794000', '151803.797000', '151803.822000', '151803.825000', '151803.827000', '151803.830000', '151803.832000', '151803.835000', '151803.838000', '151803.840000', '151803.843000', '151803.845000', '151803.848000', '151823.714000', '151823.716000', '151823.719000', '151823.722000', '151823.724000', '151823.727000', '151823.729000', '151823.732000', '151823.734000', '151823.737000', '151823.740000', '151823.742000', '151823.745000', '151823.747000', '151823.750000', '151823.753000', '151823.755000', '151823.758000', '151823.760000', '151823.763000', '151823.766000', '151823.769000', '151823.772000', '151823.775000', '151823.778000', '151823.780000', '151823.783000', '151823.785000', '151823.788000', '151823.791000', '151823.793000', '151823.796000', '151823.798000', '151823.817000', '151823.819000', '151823.822000', '151823.825000', '151823.827000', '151823.830000', '151823.832000', '151823.835000', '151823.838000', '151823.840000', '151843.714000', '151843.717000', '151843.719000', '151843.722000', '151843.724000', '151843.727000', '151843.730000', '151843.732000', '151843.735000', '151843.737000', '151843.740000', '151843.743000', '151843.745000', '151843.748000', '151843.750000', '151843.753000', '151843.756000', '151843.758000', '151843.761000', '151843.763000', '151843.766000', '151843.769000', '151843.771000', '151843.774000', '151843.776000', '151843.779000', '151843.782000', '151843.784000', '151843.787000', '151843.790000', '151843.792000', '151843.795000', '151843.797000', '151843.800000', '151843.803000', '151843.805000', '151843.808000', '151843.811000', '151843.813000', '151843.816000', '151843.818000', '151843.821000', '151843.824000', '151843.826000', '151903.713000', '151903.716000', '151903.719000', '151903.722000', '151903.724000', '151903.727000', '151903.729000', '151903.732000', '151903.735000', '151903.737000', '151903.740000', '151903.742000', '151903.745000', '151903.748000', '151903.750000', '151903.753000', '151903.756000', '151903.758000', '151903.761000', '151903.764000', '151903.767000', '151903.769000', '151903.772000', '151903.775000', '151903.777000', '151903.780000', '151903.782000', '151903.785000', '151903.788000', '151903.790000', '151903.793000', '151903.795000', '151903.798000', '151903.845000', '151903.848000', '151903.850000', '151903.853000', '151903.855000', '151903.858000', '151903.861000', '151903.863000', '151903.866000', '151903.869000', '151923.713000', '151923.716000', '151923.719000', '151923.721000', '151923.724000', '151923.727000', '151923.729000', '151923.732000', '151923.734000', '151923.737000', '151923.740000', '151923.742000', '151923.745000', '151923.747000', '151923.750000', '151923.753000', '151923.755000', '151923.758000', '151923.760000', '151923.763000', '151923.765000', '151923.768000', '151923.771000', '151923.773000', '151923.776000', '151923.778000', '151923.781000', '151923.784000', '151923.786000', '151923.789000', '151923.791000', '151923.794000', '151923.797000', '151923.799000', '151923.862000', '151923.864000', '151923.867000', '151923.870000', '151923.872000', '151923.875000', '151923.877000', '151923.911000', '151923.914000', '151923.917000', '151943.715000', '151943.717000', '151943.720000', '151943.723000', '151943.725000', '151943.728000', '151943.731000', '151943.733000', '151943.736000', '151943.738000', '151943.749000', '151943.751000', '151943.754000', '151943.756000', '151943.759000', '151943.762000', '151943.764000', '151943.767000', '151943.769000', '151943.772000', '151943.775000', '151943.777000', '151943.780000', '151943.782000', '151943.785000', '151943.788000', '151943.790000', '151943.793000', '151943.796000', '151943.798000', '151943.862000', '151943.864000', '151943.867000', '151943.869000', '151943.872000', '151943.875000', '151943.877000', '151943.880000', '151943.883000', '151943.885000', '151943.888000', '151943.891000', '151943.893000', '152003.714000', '152003.716000', '152003.719000', '152003.722000', '152003.724000', '152003.727000', '152003.730000', '152003.732000', '152003.735000', '152003.737000', '152003.740000', '152003.743000', '152003.745000', '152003.748000', '152003.750000', '152003.753000', '152003.756000', '152003.758000', '152003.761000', '152003.763000', '152003.766000', '152003.769000', '152003.771000', '152003.774000', '152003.777000', '152003.779000', '152003.782000', '152003.785000', '152003.787000', '152003.790000', '152003.792000', '152003.795000', '152003.798000', '152003.851000', '152003.854000', '152003.857000', '152003.859000', '152003.862000', '152003.864000', '152003.867000', '152003.870000', '152003.872000', '152003.875000', '152003.877000', '152023.714000', '152023.717000', '152023.719000', '152023.722000', '152023.724000', '152023.727000', '152023.730000', '152023.732000', '152023.735000', '152023.737000', '152023.740000', '152023.743000', '152023.745000', '152023.748000', '152023.750000', '152023.753000', '152023.756000', '152023.758000', '152023.761000', '152023.764000', '152023.766000', '152023.769000', '152023.771000', '152023.774000', '152023.777000', '152023.779000', '152023.782000', '152023.785000', '152023.787000', '152023.790000', '152023.792000', '152023.795000', '152023.798000', '152023.841000', '152023.844000', '152023.846000', '152023.849000', '152023.851000', '152023.854000', '152023.857000', '152023.859000', '152023.862000', '152023.864000', '152043.714000', '152043.717000', '152043.719000', '152043.722000', '152043.724000', '152043.727000', '152043.730000', '152043.732000', '152043.735000', '152043.737000', '152043.740000', '152043.743000', '152043.745000', '152043.748000', '152043.750000', '152043.753000', '152043.756000', '152043.758000', '152043.761000', '152043.763000', '152043.766000', '152043.769000', '152043.771000', '152043.774000', '152043.777000', '152043.779000', '152043.782000', '152043.784000', '152043.787000', '152043.790000', '152043.792000', '152043.795000', '152043.797000', '152043.844000', '152043.847000', '152043.850000', '152043.852000', '152043.855000', '152043.857000', '152043.860000', '152043.863000', '152043.865000', '152043.868000', '152043.870000', '152103.714000', '152103.716000', '152103.719000', '152103.722000', '152103.724000', '152103.727000', '152103.730000', '152103.732000', '152103.735000', '152103.737000', '152103.740000', '152103.743000', '152103.745000', '152103.748000', '152103.750000', '152103.753000', '152103.756000', '152103.758000', '152103.761000', '152103.764000', '152103.766000', '152103.769000', '152103.802000', '152103.835000', '152103.838000', '152103.840000', '152103.843000', '152103.846000', '152103.848000', '152103.851000', '152103.854000', '152103.856000', '152103.859000', '152103.861000', '152103.864000', '152103.867000', '152103.869000', '152103.872000', '152103.875000', '152103.877000', '152103.880000', '152103.883000', '152103.885000', '152123.713000', '152123.716000', '152123.719000', '152123.721000', '152123.724000', '152123.727000', '152123.729000', '152123.732000', '152123.734000', '152123.737000', '152123.740000', '152123.742000', '152123.745000', '152123.748000', '152123.750000', '152123.753000', '152123.755000', '152123.758000', '152123.761000', '152123.763000', '152123.766000', '152123.768000', '152123.771000', '152123.774000', '152123.776000', '152123.779000', '152123.781000', '152123.784000', '152123.787000', '152123.789000', '152123.792000', '152123.795000', '152123.797000', '152123.859000', '152123.862000', '152123.865000', '152123.867000', '152123.870000', '152123.872000', '152123.875000', '152123.878000', '152123.880000', '152123.883000', '152123.885000', '152143.714000', '152143.716000', '152143.719000', '152143.722000', '152143.724000', '152143.727000', '152143.730000', '152143.732000', '152143.735000', '152143.737000', '152143.740000', '152143.743000', '152143.745000', '152143.748000', '152143.750000', '152143.753000', '152143.756000', '152143.758000', '152143.761000', '152143.764000', '152143.766000', '152143.769000', '152143.772000', '152143.774000', '152143.777000', '152143.780000', '152143.782000', '152143.785000', '152143.787000', '152143.790000', '152143.793000', '152143.795000', '152143.798000', '152143.817000', '152143.820000', '152143.823000', '152143.825000', '152143.828000', '152143.830000', '152143.833000', '152143.836000', '152143.838000', '152143.841000', '152203.714000', '152203.717000', '152203.720000', '152203.723000', '152203.725000', '152203.728000', '152203.731000', '152203.733000', '152203.736000', '152203.738000', '152203.741000', '152203.744000', '152203.746000', '152203.749000', '152203.752000', '152203.755000', '152203.757000', '152203.760000', '152203.763000', '152203.765000', '152203.768000', '152203.771000', '152203.773000', '152203.776000', '152203.778000', '152203.781000', '152203.784000', '152203.786000', '152203.789000', '152203.792000', '152203.794000', '152203.797000', '152203.869000', '152203.872000', '152203.875000', '152203.877000', '152203.880000', '152203.883000', '152203.885000', '152203.888000', '152203.890000', '152203.893000', '152203.896000', '152203.898000', '152223.714000', '152223.716000', '152223.719000', '152223.722000', '152223.724000', '152223.727000', '152223.730000', '152223.732000', '152223.735000', '152223.737000', '152223.740000', '152223.743000', '152223.745000', '152223.748000', '152223.751000', '152223.753000', '152223.756000', '152223.758000', '152223.761000', '152223.764000', '152223.766000', '152223.769000', '152223.772000', '152223.774000', '152223.777000', '152223.779000', '152223.782000', '152223.785000', '152223.787000', '152223.790000', '152223.792000', '152223.795000', '152223.798000', '152223.847000', '152223.849000', '152223.852000', '152223.855000', '152223.857000', '152223.860000', '152223.862000', '152223.865000', '152223.868000', '152223.870000', '152243.713000', '152243.716000', '152243.719000', '152243.722000', '152243.724000', '152243.727000', '152243.729000', '152243.732000', '152243.735000', '152243.737000', '152243.740000', '152243.742000', '152243.745000', '152243.748000', '152243.750000', '152243.753000', '152243.756000', '152243.758000', '152243.761000', '152243.763000', '152243.766000', '152243.769000', '152243.771000', '152243.774000', '152243.776000', '152243.779000', '152243.781000', '152243.784000', '152243.787000', '152243.789000', '152243.792000', '152243.795000', '152243.797000', '152243.855000', '152243.858000', '152243.860000', '152243.863000', '152243.865000', '152243.869000', '152243.872000', '152243.875000', '152243.877000', '152243.880000', '152243.882000', '152303.713000', '152303.716000', '152303.719000', '152303.722000', '152303.724000', '152303.727000', '152303.729000', '152303.732000', '152303.735000', '152303.737000', '152303.740000', '152303.742000', '152303.745000', '152303.748000', '152303.750000', '152303.753000', '152303.755000', '152303.758000', '152303.761000', '152303.763000', '152303.766000', '152303.769000', '152303.771000', '152303.774000', '152303.776000', '152303.779000', '152303.781000', '152303.784000', '152303.787000', '152303.789000', '152303.792000', '152303.795000', '152303.798000', '152303.844000', '152303.847000', '152303.849000', '152303.852000', '152303.855000', '152303.857000', '152303.860000', '152303.862000', '152303.865000', '152303.867000', '152323.714000', '152323.716000', '152323.719000', '152323.722000', '152323.724000', '152323.727000', '152323.730000', '152323.733000', '152323.736000', '152323.738000', '152323.741000', '152323.743000', '152323.746000', '152323.749000', '152323.751000', '152323.754000', '152323.757000', '152323.759000', '152323.762000', '152323.764000', '152323.767000', '152323.770000', '152323.772000', '152323.775000', '152323.778000', '152323.780000', '152323.783000', '152323.785000', '152323.788000', '152323.791000', '152323.793000', '152323.796000', '152323.799000', '152323.801000', '152323.804000', '152323.807000', '152323.809000', '152323.812000', '152323.814000', '152323.817000', '152323.820000', '152323.822000', '152323.825000', '152323.827000', '152343.714000', '152343.717000', '152343.719000', '152343.722000', '152343.725000', '152343.727000', '152343.730000', '152343.733000', '152343.735000', '152343.738000', '152343.740000', '152343.743000', '152343.746000', '152343.748000', '152343.751000', '152343.753000', '152343.756000', '152343.759000', '152343.761000', '152343.764000', '152343.767000', '152343.769000', '152343.772000', '152343.775000', '152343.777000', '152343.780000', '152343.782000', '152343.785000', '152343.788000', '152343.790000', '152343.793000', '152343.796000', '152343.798000', '152343.801000', '152343.804000', '152343.806000', '152343.809000', '152343.811000', '152343.814000', '152343.817000', '152343.819000', '152343.822000', '152343.824000', '152403.714000', '152403.717000', '152403.720000', '152403.723000', '152403.726000', '152403.729000', '152403.731000', '152403.734000', '152403.736000', '152403.739000', '152403.742000', '152403.744000', '152403.747000', '152403.750000', '152403.752000', '152403.755000', '152403.757000', '152403.760000', '152403.763000', '152403.765000', '152403.768000', '152403.771000', '152403.773000', '152403.776000', '152403.778000', '152403.781000', '152403.784000', '152403.786000', '152403.789000', '152403.791000', '152403.794000', '152403.797000', '152403.846000', '152403.848000', '152403.851000', '152403.853000', '152403.856000', '152403.859000', '152403.861000', '152403.864000', '152403.867000', '152403.869000', '152403.872000', '152423.715000', '152423.717000', '152423.720000', '152423.723000', '152423.725000', '152423.728000', '152423.731000', '152423.733000', '152423.736000', '152423.738000', '152423.741000', '152423.744000', '152423.746000', '152423.749000', '152423.752000', '152423.754000', '152423.757000', '152423.759000', '152423.762000', '152423.764000', '152423.767000', '152423.770000', '152423.772000', '152423.775000', '152423.778000', '152423.780000', '152423.783000', '152423.785000', '152423.788000', '152423.791000', '152423.793000', '152423.796000', '152423.799000', '152423.801000', '152423.804000', '152423.806000', '152423.809000', '152423.812000', '152423.814000', '152423.817000', '152423.820000', '152423.822000', '152423.825000', '152423.827000', '152443.714000', '152443.717000', '152443.719000', '152443.722000', '152443.724000', '152443.727000', '152443.730000', '152443.732000', '152443.735000', '152443.738000', '152443.740000', '152443.743000', '152443.745000', '152443.748000', '152443.751000', '152443.753000', '152443.756000', '152443.759000', '152443.761000', '152443.764000', '152443.766000', '152443.769000', '152443.773000', '152443.777000', '152443.779000', '152443.782000', '152443.785000', '152443.787000', '152443.790000', '152443.793000', '152443.795000', '152443.798000', '152443.859000', '152443.862000', '152443.864000', '152443.867000', '152443.870000', '152443.872000', '152443.875000', '152443.877000', '152443.880000', '152443.883000', '152443.885000', '152503.714000', '152503.717000', '152503.719000', '152503.722000', '152503.724000', '152503.727000', '152503.730000', '152503.732000', '152503.735000', '152503.738000', '152503.740000', '152503.743000', '152503.746000', '152503.748000', '152503.751000', '152503.754000', '152503.756000', '152503.759000', '152503.761000', '152503.764000', '152503.767000', '152503.769000', '152503.772000', '152503.774000', '152503.777000', '152503.780000', '152503.782000', '152503.785000', '152503.787000', '152503.790000', '152503.793000', '152503.795000', '152503.798000', '152503.885000', '152503.888000', '152503.891000', '152503.893000', '152503.896000', '152503.898000', '152503.901000', '152503.904000', '152503.915000', '152503.918000', '152503.920000', '152523.714000', '152523.717000', '152523.719000', '152523.722000', '152523.724000', '152523.727000', '152523.730000', '152523.732000', '152523.735000', '152523.738000', '152523.740000', '152523.743000', '152523.745000', '152523.748000', '152523.751000', '152523.754000', '152523.757000', '152523.760000', '152523.763000', '152523.766000', '152523.768000', '152523.771000', '152523.773000', '152523.776000', '152523.779000', '152523.782000', '152523.784000', '152523.787000', '152523.790000', '152523.792000', '152523.795000', '152523.797000', '152523.873000', '152523.875000', '152523.878000', '152523.881000', '152523.883000', '152523.886000', '152523.888000', '152523.891000', '152523.894000', '152523.896000', '152523.899000', '152543.714000', '152543.717000', '152543.719000', '152543.722000', '152543.724000', '152543.727000', '152543.730000', '152543.732000', '152543.735000', '152543.737000', '152543.740000', '152543.743000', '152543.745000', '152543.748000', '152543.751000', '152543.753000', '152543.756000', '152543.759000', '152543.761000', '152543.764000', '152543.767000', '152543.769000', '152543.772000', '152543.775000', '152543.777000', '152543.780000', '152543.782000', '152543.785000', '152543.788000', '152543.790000', '152543.793000', '152543.795000', '152543.798000', '152543.857000', '152543.859000', '152543.862000', '152543.865000', '152543.867000', '152543.870000', '152543.872000', '152543.875000', '152543.878000', '152543.880000', '152543.883000', '152544.425000', '152544.428000'], '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': [12048, 10886, 10591, 9706, 12280, 11098, 10205, 12348, 9849, 14500, 11482, 10629, 10940, 10576, 12139, 10369, 14728, 10229, 11946, 9681, 11787, 10361, 13608, 10091, 10269, 10493, 9954, 12000, 9992, 11861, 10163, 11056, 9660, 11258, 10487, 13343, 10021, 9905, 10270, 9637, 12510, 10368, 11607, 10197, 11006, 10115, 10229, 9898, 11276, 10156, 10714, 10177, 10188, 9843, 11187, 9815, 12678, 10415, 12835, 9950, 11550, 9954, 10490, 9683, 9697, 11725, 9421, 10166, 9352, 9801, 9453, 9656, 9233, 11525, 9309, 11190, 9563, 10472, 9606, 12445, 10127, 10263, 9813, 10201, 10000, 10826, 11628, 12918, 11110, 10266, 10034, 10366, 10039, 11039, 10085, 9940, 10374, 9313, 10239, 9611, 11815, 9625, 10711, 9638, 9970, 9885, 12413, 9843, 11240, 9591, 11050, 9892, 12346, 9501, 12078, 9679, 11270, 9384, 10813, 9439, 11932, 9693, 11560, 9686, 10627, 9547, 11850, 9559, 10052, 9830, 9607, 9945, 10168, 10239, 9233, 10815, 9490, 11331, 9460, 12796, 9531, 11019, 9612, 10251, 9661, 10900, 9557, 10193, 9578, 10172, 9637, 11717, 9834, 11165, 9453, 10946, 9700, 11338, 9870, 11893, 9567, 11400, 9587, 10622, 9382, 10829, 9427, 9915, 9469, 9740, 9431, 10829, 9537, 11853, 9441, 11691, 9635, 11457, 9674, 12799, 9550, 10801, 9839, 11280, 9791, 13213, 9576, 10943, 9818, 10040, 9910, 10188, 10426, 9466, 9067, 9294, 9741, 9425, 11207, 9280, 10656, 9150, 9524, 9343, 10142, 9340, 10588, 9244, 10216, 9431, 9946, 9648, 13020, 9402, 10215, 9408, 10029, 9345, 10988, 9245, 9478, 9666, 9827, 9324, 10172, 9570, 11275, 9752, 11468, 9498, 11168, 9345, 12194, 9544, 11515, 9756, 11087, 9876, 12610, 9553, 10152, 9695, 10274, 9508, 9870, 9611, 10019, 9990, 9651, 10358, 9488, 10170, 9480, 10041, 9476, 11696, 9554, 11507, 9628, 11074, 9547, 11573, 9964, 10541, 9558, 9927, 9781, 10052, 9554, 9882, 9925, 9243, 11573, 9418, 11908, 9539, 11888, 9516, 10861, 9590, 10859, 9562, 12857, 9386, 12094, 9533, 11363, 9462, 12397, 9326, 10532, 9708, 9426, 9958, 9443, 11212, 9610, 10193, 9398, 10554, 9558, 11256, 9370, 10601, 9420, 11018, 9585, 12959, 9852, 10386, 9510, 10092, 9686, 13332, 9815, 12981, 9506, 12171, 9625, 11642, 9629, 12723, 9307, 10336, 9464, 9887, 9622, 9961, 9489, 10092, 9562, 10048, 9805, 9640, 9669, 9643, 9838, 9029, 11143, 9362, 11925, 9296, 9752, 9548, 10682, 9421, 10128, 9208, 10582, 9446, 11279, 9504, 9851, 9193, 9807, 9272, 9647, 9888, 9688, 9845, 9639, 10153, 10461, 9346, 9195, 9156, 10014, 9259, 10587, 9098, 10809, 9465, 12471, 10621, 11147, 9810, 9895, 9947, 13408, 9148, 13020, 9664, 11751, 9512, 10332, 10069, 10485, 9955, 9477, 9778, 9570, 10162, 13882, 11211, 11452, 10076, 10180, 9820, 11066, 10048, 10098, 9513, 9807, 9942, 9478, 11581, 9399, 10267, 9629, 9868, 9514, 11347, 9274, 10719, 9514, 9935, 9487, 11122, 9381, 10742, 9368, 9137, 9187, 9779, 9299, 10541, 9690, 10359, 9645, 10254, 9342, 11599, 9298, 11640, 9139, 11111, 9307, 11235, 9194, 11628, 9776, 11003, 9492, 10333, 9880, 10109, 10531, 9161, 9995, 9075, 10641, 9247, 12031, 9737, 10053, 9854, 10711, 10117, 12836, 10214, 10491, 9983, 10374, 10290, 11684, 10115, 11467, 9903, 11274, 9921, 10840, 9888, 9993, 10255, 9270, 9878, 9515, 10587, 9970, 10628, 10337, 10815, 10008, 11769, 10482, 11546, 9712, 10631, 10017, 11131, 10568, 9748, 10588, 9208, 10027, 9365, 11631, 9206, 10103, 9372, 10211, 9978, 11191, 10369, 11751, 10277, 10928, 10106, 11534, 10211, 11955, 10025, 11403, 10002, 11343, 10367, 12131, 10426, 10759, 10200, 10686, 10575, 11416, 10596, 10184, 10680, 10006, 10376, 9487, 10416, 9994, 10272, 9159, 10142, 9561, 10878, 9745, 13090, 9348, 10288, 9669, 9713, 9610, 10592, 9084, 10350, 9755, 9855, 10692, 10113, 10299, 11238, 10440, 12087, 10053, 10904, 10093, 10599, 10713, 11267, 10357, 10804, 10362, 10640, 10522, 10603, 11062, 12130, 10650, 12273, 10825, 9963, 11064, 9539, 10693, 9128, 10541, 9214, 10161, 9184, 10870, 9888, 10050, 9733, 10934, 9879, 11318, 10494, 9471, 10554, 9243, 11232, 9724, 12068, 9858, 10528, 10000, 10593, 10485, 10753, 10190, 8982, 9996, 9469, 11513, 9771, 11166, 9983, 9538, 10442, 9291, 13020, 9188, 11387, 9987, 10966, 10157, 12366, 10273, 11827, 9751, 10135, 10193, 9175, 10373, 10160, 14257, 11262, 8772, 10472, 10303, 11524, 10016, 12358, 10790, 12135, 9890, 11187, 9437, 10124, 9620, 10685, 10633, 11111, 9986, 11283, 9847, 11621, 10019, 11267, 10041, 10574, 9787, 10258, 9800, 9776, 10345, 10879, 10228, 10250, 9795, 9315, 10835, 10292, 10920, 10813, 12505, 10480, 10589, 10486, 10189, 10686, 8682, 9168, 8769, 9168, 10953, 9997, 10514, 11712, 8933, 13472, 10880, 13344, 10629, 13808, 10494, 14552, 10502, 10928, 10674, 9062, 11166, 10404, 12794, 10542, 11174, 10908, 10276, 11185, 9876, 11227, 9288, 11781, 10636, 11957, 10872, 13713, 11189, 13500, 10332, 10937, 10286, 9299, 11318, 10233, 11955, 10826, 11965, 10867, 13592, 11012, 11324, 9961, 9481, 10014, 9215, 11081, 9364, 10890, 10555, 11096, 10291, 10899, 11050, 11804, 10649, 10520, 10300, 10577, 10179, 8695, 10558, 9789, 11022, 9826, 11384, 10683, 12070, 10085, 11345, 10099, 11160, 10226, 11974, 10096, 11491, 9929, 12112, 10452, 13820, 10964, 11860, 10349, 11304, 10569, 11233, 10798, 11016, 10442, 9518, 10242, 9364, 11388, 11046, 11886, 10076, 12225, 10674, 11982, 11521, 11127, 10539, 9296, 10812, 9839, 12311, 10870, 12634, 10390, 12539, 10261, 12764, 10911, 14246, 10318, 10594, 10349, 9551, 11164, 9922, 12697, 10046, 12717, 10098, 12828, 10443, 12769, 10689, 12218, 9730, 11439, 9958, 10311, 10790, 9024, 11659, 9826, 12723, 10619, 15155, 11430, 9688, 10024, 9046, 11520, 10131, 13068, 10281, 13303, 9930, 10716, 10465, 10147, 10924, 9003, 10763, 8659, 11795, 10302, 12933, 9811, 12563, 9823, 12832, 10495, 13175, 11348, 8731, 9963, 9571, 11716, 9911, 12812, 10054, 12057, 10067, 10110, 10099, 10025, 10657, 8901, 11255, 10018, 11935, 10195, 14000, 11045, 11256, 10164, 10552, 9776, 10978, 10352, 8928, 10760, 9565, 11445, 9820, 11548, 11226, 8909, 10861, 10264, 12554, 10590, 11749, 11225, 9111, 12055, 10117, 14404, 11201, 9345, 10766, 9642, 13003, 9781, 14728, 10724, 14190, 9731, 13709, 10169, 12682, 11526, 10513, 10227, 9016, 10317, 9213, 10415, 9224, 11621, 9828, 11407, 9297, 11439, 10218, 9633, 11258, 9733, 12084, 10038, 12769, 10591, 12501, 12196, 11016, 15681, 10983, 8758, 10750, 9528, 10982, 10317, 10741, 10456, 10175, 9182, 10833, 9194, 11568, 9390, 13055, 10336, 13106, 10115, 13364, 10364, 11170, 10650, 9399, 10813, 10480, 11297, 9851, 10657, 9603, 9866, 9667, 9602, 9414, 9419, 8918, 9854, 9317, 10563, 9695, 11607, 9281, 12512, 9260, 13027, 9473, 13999, 9854, 13296, 9509, 13248, 10090, 14863, 10365, 13237, 10338, 10775, 11323, 11160, 11379, 10320, 11705, 9540, 13593, 10439, 13195, 9235, 13518, 11285, 14312, 12417, 12149, 8959, 11770, 8711, 12591, 9437, 11578, 9541, 12609, 10364, 12292, 11153, 11975, 10055, 12178, 10337, 13302, 11291, 11266, 10365, 9653, 10567, 9285, 11512, 9831, 12400, 10181, 12731, 10749, 13769, 10248, 13302, 10450, 12465, 10505, 11613, 10447, 9221, 10131, 9849, 11686, 10804, 12787, 9919, 9729, 9982, 8563, 12165, 9666, 13234, 10137, 11102, 10845, 10671, 11210, 9848, 12224, 10816, 13048, 11605, 15904, 12908, 10668, 16017, 10840, 12372, 10341, 10631, 9893, 14129, 10454, 12853, 9519, 12012, 9295, 12235, 10309, 12989, 10085, 12848, 10679, 12325, 9225, 12883, 10100, 13501, 10880, 11020, 9982, 8352, 10818, 10009, 12500, 8702, 12449, 9310, 12482, 9672, 13007, 10533, 13020, 9727, 8824, 9806, 8587, 11948, 10288, 12894, 9196, 12888, 9355, 12956, 10060, 14141, 10412, 14046, 9116, 12709, 10723, 14405, 10994, 12490, 9250, 10194, 9808, 9657, 11106, 9390, 10530, 8858, 10561, 8860, 11330, 9002, 10538, 8647, 10645, 8596, 11522, 9227, 10806, 8476, 11147, 9321, 12308, 9609, 12632, 9961, 11615, 9381, 12494, 9412, 12768, 9921, 12662, 9316], 'WindowCenter': [4284.0, 4248.0, 4236.0, 4224.0, 4255.0, 4246.0, 4235.0, 4244.0, 4225.0, 4255.0, 4233.0, 4221.0, 4221.0, 4219.0, 4220.0, 4209.0, 4240.0, 4208.0, 4217.0, 4196.0, 4216.0, 4208.0, 4228.0, 4208.0, 4208.0, 4207.0, 4196.0, 4217.0, 4208.0, 4219.0, 4208.0, 4208.0, 4196.0, 4206.0, 4207.0, 4228.0, 4208.0, 4208.0, 4207.0, 4196.0, 4227.0, 4208.0, 4218.0, 4208.0, 4207.0, 4206.0, 4195.0, 4196.0, 4206.0, 4195.0, 4205.0, 4206.0, 4195.0, 4196.0, 4206.0, 4208.0, 4227.0, 4207.0, 4216.0, 4207.0, 4218.0, 4222.0, 4220.0, 4210.0, 4209.0, 4230.0, 4211.0, 4221.0, 4211.0, 4221.0, 4210.0, 4209.0, 4212.0, 4231.0, 4212.0, 4231.0, 4211.0, 4220.0, 4222.0, 4241.0, 4222.0, 4221.0, 4210.0, 4208.0, 4209.0, 4219.0, 4220.0, 4228.0, 4217.0, 4194.0, 4196.0, 4195.0, 4196.0, 4206.0, 4205.0, 4194.0, 4194.0, 4183.0, 4195.0, 4195.0, 4216.0, 4196.0, 4194.0, 4194.0, 4194.0, 4195.0, 4215.0, 4195.0, 4205.0, 4196.0, 4204.0, 4195.0, 4216.0, 4198.0, 4215.0, 4195.0, 4204.0, 4194.0, 4206.0, 4197.0, 4216.0, 4196.0, 4215.0, 4196.0, 4207.0, 4207.0, 4228.0, 4208.0, 4207.0, 4207.0, 4207.0, 4209.0, 4208.0, 4209.0, 4197.0, 4217.0, 4195.0, 4216.0, 4197.0, 4227.0, 4195.0, 4205.0, 4194.0, 4194.0, 4195.0, 4205.0, 4196.0, 4194.0, 4194.0, 4194.0, 4195.0, 4215.0, 4196.0, 4205.0, 4196.0, 4205.0, 4195.0, 4205.0, 4196.0, 4214.0, 4195.0, 4203.0, 4194.0, 4204.0, 4196.0, 4216.0, 4196.0, 4196.0, 4196.0, 4195.0, 4196.0, 4218.0, 4209.0, 4217.0, 4207.0, 4217.0, 4197.0, 4216.0, 4209.0, 4228.0, 4208.0, 4206.0, 4207.0, 4216.0, 4209.0, 4238.0, 4209.0, 4206.0, 4206.0, 4195.0, 4207.0, 4208.0, 4218.0, 4207.0, 4198.0, 4197.0, 4207.0, 4208.0, 4219.0, 4208.0, 4218.0, 4198.0, 4196.0, 4196.0, 4207.0, 4198.0, 4207.0, 4196.0, 4206.0, 4195.0, 4195.0, 4196.0, 4227.0, 4195.0, 4195.0, 4184.0, 4194.0, 4196.0, 4206.0, 4197.0, 4195.0, 4195.0, 4194.0, 4195.0, 4206.0, 4197.0, 4216.0, 4196.0, 4215.0, 4195.0, 4216.0, 4196.0, 4216.0, 4196.0, 4204.0, 4194.0, 4216.0, 4207.0, 4215.0, 4197.0, 4194.0, 4195.0, 4206.0, 4196.0, 4196.0, 4196.0, 4194.0, 4195.0, 4196.0, 4207.0, 4196.0, 4207.0, 4196.0, 4195.0, 4207.0, 4218.0, 4208.0, 4217.0, 4208.0, 4216.0, 4208.0, 4218.0, 4209.0, 4208.0, 4208.0, 4196.0, 4207.0, 4207.0, 4208.0, 4207.0, 4208.0, 4196.0, 4217.0, 4196.0, 4218.0, 4207.0, 4217.0, 4196.0, 4205.0, 4195.0, 4205.0, 4196.0, 4217.0, 4196.0, 4215.0, 4195.0, 4204.0, 4196.0, 4216.0, 4196.0, 4206.0, 4196.0, 4195.0, 4208.0, 4208.0, 4219.0, 4208.0, 4208.0, 4196.0, 4206.0, 4208.0, 4218.0, 4198.0, 4206.0, 4197.0, 4206.0, 4209.0, 4229.0, 4209.0, 4208.0, 4208.0, 4207.0, 4208.0, 4229.0, 4208.0, 4226.0, 4197.0, 4215.0, 4196.0, 4205.0, 4208.0, 4228.0, 4198.0, 4207.0, 4197.0, 4195.0, 4208.0, 4208.0, 4198.0, 4207.0, 4197.0, 4195.0, 4206.0, 4196.0, 4197.0, 4196.0, 4207.0, 4185.0, 4206.0, 4196.0, 4218.0, 4196.0, 4199.0, 4196.0, 4206.0, 4195.0, 4207.0, 4197.0, 4207.0, 4196.0, 4217.0, 4195.0, 4208.0, 4198.0, 4208.0, 4197.0, 4198.0, 4194.0, 4196.0, 4207.0, 4209.0, 4206.0, 4208.0, 4196.0, 4197.0, 4197.0, 4208.0, 4209.0, 4219.0, 4209.0, 4218.0, 4210.0, 4241.0, 4220.0, 4218.0, 4209.0, 4207.0, 4208.0, 4228.0, 4222.0, 4228.0, 4209.0, 4216.0, 4196.0, 4207.0, 4208.0, 4217.0, 4207.0, 4195.0, 4208.0, 4206.0, 4207.0, 4227.0, 4206.0, 4204.0, 4193.0, 4192.0, 4193.0, 4203.0, 4193.0, 4193.0, 4182.0, 4191.0, 4192.0, 4192.0, 4204.0, 4182.0, 4193.0, 4182.0, 4192.0, 4181.0, 4203.0, 4194.0, 4193.0, 4194.0, 4193.0, 4191.0, 4203.0, 4194.0, 4204.0, 4194.0, 4183.0, 4183.0, 4193.0, 4195.0, 4205.0, 4195.0, 4205.0, 4196.0, 4205.0, 4196.0, 4216.0, 4196.0, 4215.0, 4196.0, 4204.0, 4196.0, 4219.0, 4209.0, 4216.0, 4208.0, 4205.0, 4195.0, 4206.0, 4208.0, 4207.0, 4218.0, 4197.0, 4207.0, 4197.0, 4218.0, 4208.0, 4227.0, 4207.0, 4205.0, 4206.0, 4205.0, 4209.0, 4227.0, 4208.0, 4206.0, 4205.0, 4205.0, 4207.0, 4216.0, 4206.0, 4204.0, 4195.0, 4204.0, 4194.0, 4204.0, 4195.0, 4194.0, 4205.0, 4194.0, 4195.0, 4206.0, 4206.0, 4207.0, 4206.0, 4206.0, 4205.0, 4208.0, 4216.0, 4207.0, 4215.0, 4196.0, 4205.0, 4208.0, 4230.0, 4218.0, 4207.0, 4217.0, 4197.0, 4207.0, 4207.0, 4229.0, 4207.0, 4207.0, 4197.0, 4206.0, 4208.0, 4218.0, 4207.0, 4217.0, 4206.0, 4205.0, 4205.0, 4217.0, 4207.0, 4216.0, 4206.0, 4216.0, 4195.0, 4216.0, 4206.0, 4216.0, 4206.0, 4206.0, 4206.0, 4205.0, 4217.0, 4217.0, 4217.0, 4205.0, 4206.0, 4194.0, 4205.0, 4195.0, 4206.0, 4195.0, 4205.0, 4194.0, 4204.0, 4194.0, 4205.0, 4206.0, 4226.0, 4195.0, 4205.0, 4194.0, 4194.0, 4193.0, 4205.0, 4196.0, 4205.0, 4195.0, 4194.0, 4205.0, 4204.0, 4206.0, 4219.0, 4218.0, 4216.0, 4207.0, 4206.0, 4206.0, 4206.0, 4218.0, 4217.0, 4206.0, 4206.0, 4206.0, 4205.0, 4207.0, 4207.0, 4218.0, 4227.0, 4218.0, 4216.0, 4217.0, 4207.0, 4218.0, 4207.0, 4218.0, 4197.0, 4207.0, 4196.0, 4207.0, 4198.0, 4207.0, 4207.0, 4195.0, 4196.0, 4217.0, 4210.0, 4217.0, 4218.0, 4207.0, 4218.0, 4208.0, 4218.0, 4208.0, 4228.0, 4208.0, 4207.0, 4208.0, 4208.0, 4219.0, 4217.0, 4208.0, 4196.0, 4206.0, 4207.0, 4219.0, 4208.0, 4217.0, 4208.0, 4196.0, 4217.0, 4198.0, 4228.0, 4196.0, 4218.0, 4195.0, 4204.0, 4206.0, 4216.0, 4205.0, 4214.0, 4195.0, 4193.0, 4205.0, 4196.0, 4220.0, 4219.0, 4240.0, 4219.0, 4185.0, 4204.0, 4205.0, 4215.0, 4207.0, 4215.0, 4205.0, 4216.0, 4195.0, 4207.0, 4195.0, 4206.0, 4194.0, 4194.0, 4192.0, 4191.0, 4179.0, 4190.0, 4168.0, 4189.0, 4168.0, 4189.0, 4178.0, 4178.0, 4167.0, 4177.0, 4167.0, 4167.0, 4178.0, 4189.0, 4180.0, 4180.0, 4181.0, 4181.0, 4192.0, 4193.0, 4204.0, 4206.0, 4214.0, 4205.0, 4204.0, 4205.0, 4207.0, 4219.0, 4197.0, 4197.0, 4188.0, 4199.0, 4220.0, 4221.0, 4221.0, 4243.0, 4213.0, 4243.0, 4222.0, 4240.0, 4220.0, 4229.0, 4220.0, 4240.0, 4209.0, 4208.0, 4207.0, 4197.0, 4218.0, 4220.0, 4229.0, 4219.0, 4218.0, 4218.0, 4207.0, 4219.0, 4209.0, 4219.0, 4197.0, 4217.0, 4206.0, 4216.0, 4218.0, 4239.0, 4219.0, 4227.0, 4207.0, 4205.0, 4205.0, 4196.0, 4217.0, 4206.0, 4215.0, 4205.0, 4215.0, 4206.0, 4227.0, 4207.0, 4205.0, 4195.0, 4183.0, 4194.0, 4195.0, 4205.0, 4184.0, 4204.0, 4204.0, 4204.0, 4194.0, 4205.0, 4216.0, 4215.0, 4207.0, 4205.0, 4207.0, 4218.0, 4219.0, 4198.0, 4219.0, 4207.0, 4218.0, 4208.0, 4230.0, 4219.0, 4218.0, 4207.0, 4217.0, 4206.0, 4218.0, 4220.0, 4228.0, 4219.0, 4218.0, 4209.0, 4228.0, 4220.0, 4240.0, 4231.0, 4228.0, 4220.0, 4218.0, 4219.0, 4218.0, 4220.0, 4219.0, 4220.0, 4208.0, 4219.0, 4210.0, 4232.0, 4231.0, 4231.0, 4221.0, 4229.0, 4231.0, 4241.0, 4243.0, 4230.0, 4220.0, 4209.0, 4220.0, 4221.0, 4242.0, 4219.0, 4230.0, 4218.0, 4228.0, 4219.0, 4240.0, 4220.0, 4239.0, 4221.0, 4219.0, 4218.0, 4208.0, 4219.0, 4209.0, 4241.0, 4208.0, 4227.0, 4207.0, 4226.0, 4207.0, 4227.0, 4207.0, 4216.0, 4196.0, 4216.0, 4207.0, 4219.0, 4219.0, 4198.0, 4218.0, 4207.0, 4228.0, 4220.0, 4264.0, 4232.0, 4208.0, 4207.0, 4196.0, 4216.0, 4207.0, 4227.0, 4208.0, 4227.0, 4207.0, 4206.0, 4218.0, 4208.0, 4217.0, 4195.0, 4206.0, 4185.0, 4216.0, 4206.0, 4225.0, 4206.0, 4215.0, 4206.0, 4226.0, 4207.0, 4226.0, 4217.0, 4185.0, 4195.0, 4195.0, 4216.0, 4207.0, 4226.0, 4207.0, 4216.0, 4207.0, 4206.0, 4207.0, 4208.0, 4218.0, 4197.0, 4217.0, 4207.0, 4217.0, 4219.0, 4250.0, 4220.0, 4218.0, 4208.0, 4206.0, 4207.0, 4206.0, 4207.0, 4197.0, 4217.0, 4207.0, 4217.0, 4208.0, 4231.0, 4231.0, 4210.0, 4231.0, 4220.0, 4240.0, 4233.0, 4243.0, 4232.0, 4210.0, 4230.0, 4220.0, 4251.0, 4231.0, 4210.0, 4220.0, 4209.0, 4239.0, 4209.0, 4240.0, 4219.0, 4239.0, 4208.0, 4227.0, 4208.0, 4228.0, 4217.0, 4206.0, 4207.0, 4185.0, 4205.0, 4194.0, 4205.0, 4195.0, 4216.0, 4206.0, 4215.0, 4196.0, 4216.0, 4219.0, 4208.0, 4230.0, 4209.0, 4230.0, 4220.0, 4241.0, 4230.0, 4240.0, 4231.0, 4231.0, 4251.0, 4219.0, 4198.0, 4218.0, 4196.0, 4216.0, 4206.0, 4218.0, 4206.0, 4208.0, 4198.0, 4219.0, 4197.0, 4217.0, 4196.0, 4215.0, 4193.0, 4214.0, 4194.0, 4214.0, 4206.0, 4205.0, 4206.0, 4194.0, 4205.0, 4205.0, 4206.0, 4193.0, 4194.0, 4183.0, 4206.0, 4194.0, 4196.0, 4196.0, 4208.0, 4197.0, 4207.0, 4208.0, 4220.0, 4222.0, 4240.0, 4224.0, 4253.0, 4225.0, 4266.0, 4249.0, 4267.0, 4235.0, 4254.0, 4223.0, 4255.0, 4248.0, 4265.0, 4235.0, 4254.0, 4234.0, 4233.0, 4245.0, 4234.0, 4244.0, 4222.0, 4242.0, 4222.0, 4255.0, 4223.0, 4244.0, 4210.0, 4241.0, 4220.0, 4241.0, 4228.0, 4218.0, 4185.0, 4216.0, 4186.0, 4217.0, 4185.0, 4206.0, 4195.0, 4215.0, 4206.0, 4217.0, 4205.0, 4215.0, 4195.0, 4215.0, 4206.0, 4227.0, 4218.0, 4206.0, 4207.0, 4195.0, 4207.0, 4196.0, 4217.0, 4195.0, 4216.0, 4195.0, 4216.0, 4207.0, 4225.0, 4195.0, 4214.0, 4195.0, 4215.0, 4207.0, 4215.0, 4206.0, 4184.0, 4195.0, 4205.0, 4228.0, 4218.0, 4227.0, 4207.0, 4196.0, 4206.0, 4198.0, 4229.0, 4209.0, 4228.0, 4209.0, 4216.0, 4219.0, 4217.0, 4218.0, 4207.0, 4217.0, 4206.0, 4228.0, 4218.0, 4249.0, 4229.0, 4207.0, 4238.0, 4206.0, 4215.0, 4205.0, 4193.0, 4195.0, 4225.0, 4193.0, 4215.0, 4195.0, 4214.0, 4184.0, 4203.0, 4191.0, 4212.0, 4181.0, 4199.0, 4191.0, 4200.0, 4181.0, 4202.0, 4192.0, 4211.0, 4192.0, 4190.0, 4180.0, 4159.0, 4190.0, 4180.0, 4212.0, 4172.0, 4213.0, 4183.0, 4212.0, 4193.0, 4224.0, 4204.0, 4213.0, 4193.0, 4183.0, 4194.0, 4184.0, 4217.0, 4208.0, 4228.0, 4196.0, 4226.0, 4196.0, 4226.0, 4208.0, 4227.0, 4206.0, 4226.0, 4197.0, 4226.0, 4217.0, 4237.0, 4207.0, 4215.0, 4196.0, 4205.0, 4206.0, 4196.0, 4217.0, 4196.0, 4206.0, 4183.0, 4205.0, 4185.0, 4206.0, 4184.0, 4205.0, 4183.0, 4204.0, 4183.0, 4215.0, 4195.0, 4205.0, 4173.0, 4205.0, 4194.0, 4215.0, 4195.0, 4227.0, 4196.0, 4216.0, 4195.0, 4214.0, 4198.0, 4240.0, 4206.0, 4226.0, 4195.0], 'WindowWidth': [9470.0, 9406.0, 9383.0, 9367.0, 9409.0, 9399.0, 9381.0, 9392.0, 9366.0, 9406.0, 9375.0, 9355.0, 9353.0, 9348.0, 9349.0, 9335.0, 9377.0, 9331.0, 9341.0, 9312.0, 9338.0, 9331.0, 9357.0, 9330.0, 9331.0, 9329.0, 9312.0, 9342.0, 9332.0, 9347.0, 9330.0, 9329.0, 9312.0, 9324.0, 9328.0, 9357.0, 9332.0, 9330.0, 9328.0, 9312.0, 9356.0, 9331.0, 9346.0, 9330.0, 9326.0, 9323.0, 9309.0, 9311.0, 9325.0, 9310.0, 9322.0, 9324.0, 9308.0, 9310.0, 9326.0, 9332.0, 9353.0, 9329.0, 9338.0, 9327.0, 9346.0, 9358.0, 9353.0, 9338.0, 9335.0, 9365.0, 9343.0, 9356.0, 9342.0, 9353.0, 9339.0, 9336.0, 9344.0, 9371.0, 9345.0, 9369.0, 9342.0, 9353.0, 9358.0, 9383.0, 9357.0, 9354.0, 9338.0, 9332.0, 9334.0, 9350.0, 9351.0, 9358.0, 9340.0, 9307.0, 9310.0, 9307.0, 9311.0, 9326.0, 9323.0, 9307.0, 9307.0, 9290.0, 9308.0, 9309.0, 9338.0, 9309.0, 9305.0, 9304.0, 9304.0, 9309.0, 9336.0, 9309.0, 9321.0, 9309.0, 9318.0, 9310.0, 9339.0, 9317.0, 9336.0, 9308.0, 9318.0, 9306.0, 9326.0, 9317.0, 9338.0, 9314.0, 9335.0, 9313.0, 9328.0, 9331.0, 9358.0, 9331.0, 9328.0, 9329.0, 9329.0, 9334.0, 9332.0, 9335.0, 9314.0, 9341.0, 9310.0, 9340.0, 9314.0, 9356.0, 9310.0, 9322.0, 9305.0, 9305.0, 9310.0, 9322.0, 9310.0, 9306.0, 9307.0, 9305.0, 9309.0, 9337.0, 9312.0, 9321.0, 9310.0, 9320.0, 9309.0, 9320.0, 9311.0, 9333.0, 9307.0, 9317.0, 9306.0, 9318.0, 9313.0, 9340.0, 9314.0, 9311.0, 9312.0, 9308.0, 9312.0, 9344.0, 9334.0, 9343.0, 9330.0, 9342.0, 9315.0, 9340.0, 9334.0, 9359.0, 9333.0, 9326.0, 9329.0, 9338.0, 9334.0, 9373.0, 9334.0, 9327.0, 9325.0, 9309.0, 9329.0, 9334.0, 9345.0, 9329.0, 9317.0, 9316.0, 9328.0, 9333.0, 9348.0, 9334.0, 9345.0, 9319.0, 9314.0, 9313.0, 9330.0, 9319.0, 9329.0, 9313.0, 9324.0, 9309.0, 9308.0, 9313.0, 9355.0, 9309.0, 9307.0, 9291.0, 9304.0, 9312.0, 9325.0, 9313.0, 9307.0, 9308.0, 9306.0, 9309.0, 9326.0, 9315.0, 9338.0, 9312.0, 9335.0, 9310.0, 9339.0, 9314.0, 9338.0, 9311.0, 9320.0, 9308.0, 9339.0, 9328.0, 9337.0, 9313.0, 9306.0, 9309.0, 9328.0, 9312.0, 9312.0, 9311.0, 9306.0, 9308.0, 9312.0, 9328.0, 9312.0, 9327.0, 9314.0, 9310.0, 9328.0, 9344.0, 9332.0, 9343.0, 9332.0, 9340.0, 9332.0, 9346.0, 9335.0, 9332.0, 9331.0, 9313.0, 9328.0, 9330.0, 9333.0, 9330.0, 9331.0, 9312.0, 9341.0, 9311.0, 9344.0, 9329.0, 9341.0, 9311.0, 9322.0, 9309.0, 9324.0, 9314.0, 9341.0, 9312.0, 9335.0, 9308.0, 9320.0, 9313.0, 9339.0, 9312.0, 9325.0, 9311.0, 9310.0, 9331.0, 9334.0, 9348.0, 9332.0, 9331.0, 9314.0, 9326.0, 9334.0, 9344.0, 9318.0, 9326.0, 9315.0, 9327.0, 9335.0, 9362.0, 9336.0, 9333.0, 9332.0, 9328.0, 9332.0, 9362.0, 9332.0, 9354.0, 9314.0, 9336.0, 9312.0, 9324.0, 9331.0, 9358.0, 9318.0, 9329.0, 9314.0, 9311.0, 9331.0, 9332.0, 9319.0, 9328.0, 9313.0, 9309.0, 9326.0, 9314.0, 9316.0, 9313.0, 9328.0, 9296.0, 9325.0, 9311.0, 9344.0, 9313.0, 9319.0, 9312.0, 9325.0, 9310.0, 9329.0, 9316.0, 9327.0, 9311.0, 9340.0, 9309.0, 9332.0, 9321.0, 9331.0, 9314.0, 9315.0, 9306.0, 9312.0, 9328.0, 9332.0, 9326.0, 9329.0, 9311.0, 9314.0, 9317.0, 9333.0, 9337.0, 9349.0, 9337.0, 9347.0, 9339.0, 9383.0, 9354.0, 9348.0, 9336.0, 9329.0, 9332.0, 9359.0, 9361.0, 9360.0, 9334.0, 9338.0, 9312.0, 9330.0, 9334.0, 9344.0, 9331.0, 9311.0, 9329.0, 9327.0, 9330.0, 9357.0, 9325.0, 9319.0, 9304.0, 9299.0, 9302.0, 9317.0, 9304.0, 9303.0, 9287.0, 9298.0, 9300.0, 9301.0, 9319.0, 9288.0, 9304.0, 9285.0, 9299.0, 9284.0, 9317.0, 9306.0, 9303.0, 9304.0, 9302.0, 9298.0, 9317.0, 9306.0, 9321.0, 9306.0, 9291.0, 9290.0, 9303.0, 9309.0, 9322.0, 9311.0, 9323.0, 9312.0, 9323.0, 9312.0, 9341.0, 9313.0, 9337.0, 9311.0, 9321.0, 9311.0, 9348.0, 9335.0, 9340.0, 9331.0, 9323.0, 9310.0, 9328.0, 9334.0, 9330.0, 9345.0, 9317.0, 9328.0, 9316.0, 9346.0, 9333.0, 9357.0, 9328.0, 9325.0, 9326.0, 9326.0, 9334.0, 9358.0, 9332.0, 9326.0, 9325.0, 9324.0, 9329.0, 9342.0, 9326.0, 9321.0, 9307.0, 9320.0, 9307.0, 9322.0, 9310.0, 9308.0, 9323.0, 9307.0, 9309.0, 9329.0, 9329.0, 9329.0, 9327.0, 9328.0, 9324.0, 9331.0, 9341.0, 9329.0, 9338.0, 9313.0, 9323.0, 9334.0, 9369.0, 9348.0, 9330.0, 9342.0, 9314.0, 9330.0, 9331.0, 9362.0, 9331.0, 9331.0, 9315.0, 9328.0, 9334.0, 9346.0, 9331.0, 9342.0, 9327.0, 9325.0, 9325.0, 9344.0, 9331.0, 9341.0, 9327.0, 9338.0, 9309.0, 9338.0, 9326.0, 9339.0, 9326.0, 9326.0, 9325.0, 9323.0, 9341.0, 9344.0, 9344.0, 9325.0, 9326.0, 9308.0, 9322.0, 9311.0, 9325.0, 9309.0, 9324.0, 9307.0, 9321.0, 9307.0, 9322.0, 9328.0, 9354.0, 9309.0, 9323.0, 9306.0, 9306.0, 9304.0, 9323.0, 9312.0, 9324.0, 9308.0, 9308.0, 9323.0, 9321.0, 9326.0, 9350.0, 9347.0, 9342.0, 9330.0, 9326.0, 9325.0, 9326.0, 9345.0, 9342.0, 9328.0, 9327.0, 9326.0, 9323.0, 9328.0, 9329.0, 9346.0, 9358.0, 9345.0, 9340.0, 9342.0, 9331.0, 9345.0, 9331.0, 9346.0, 9314.0, 9327.0, 9313.0, 9329.0, 9318.0, 9328.0, 9327.0, 9310.0, 9312.0, 9343.0, 9338.0, 9343.0, 9345.0, 9330.0, 9345.0, 9331.0, 9347.0, 9333.0, 9359.0, 9332.0, 9328.0, 9331.0, 9332.0, 9347.0, 9343.0, 9330.0, 9311.0, 9325.0, 9330.0, 9349.0, 9333.0, 9343.0, 9331.0, 9314.0, 9342.0, 9318.0, 9360.0, 9312.0, 9342.0, 9308.0, 9320.0, 9324.0, 9338.0, 9323.0, 9334.0, 9308.0, 9303.0, 9320.0, 9314.0, 9354.0, 9350.0, 9380.0, 9347.0, 9295.0, 9320.0, 9322.0, 9335.0, 9330.0, 9335.0, 9322.0, 9339.0, 9309.0, 9326.0, 9309.0, 9324.0, 9306.0, 9304.0, 9297.0, 9294.0, 9275.0, 9292.0, 9258.0, 9288.0, 9257.0, 9286.0, 9271.0, 9271.0, 9256.0, 9268.0, 9255.0, 9255.0, 9273.0, 9289.0, 9279.0, 9278.0, 9282.0, 9282.0, 9298.0, 9301.0, 9319.0, 9325.0, 9333.0, 9321.0, 9318.0, 9321.0, 9331.0, 9349.0, 9316.0, 9312.0, 9304.0, 9321.0, 9351.0, 9353.0, 9353.0, 9386.0, 9347.0, 9386.0, 9356.0, 9378.0, 9349.0, 9362.0, 9349.0, 9378.0, 9334.0, 9328.0, 9327.0, 9313.0, 9344.0, 9350.0, 9361.0, 9347.0, 9345.0, 9346.0, 9327.0, 9347.0, 9337.0, 9347.0, 9315.0, 9341.0, 9325.0, 9339.0, 9343.0, 9375.0, 9346.0, 9355.0, 9326.0, 9323.0, 9322.0, 9313.0, 9341.0, 9324.0, 9336.0, 9322.0, 9334.0, 9325.0, 9356.0, 9326.0, 9321.0, 9307.0, 9289.0, 9304.0, 9308.0, 9322.0, 9290.0, 9318.0, 9319.0, 9318.0, 9306.0, 9322.0, 9339.0, 9337.0, 9328.0, 9323.0, 9327.0, 9344.0, 9349.0, 9319.0, 9346.0, 9329.0, 9345.0, 9331.0, 9364.0, 9348.0, 9344.0, 9328.0, 9340.0, 9325.0, 9346.0, 9352.0, 9359.0, 9349.0, 9346.0, 9335.0, 9359.0, 9352.0, 9380.0, 9367.0, 9362.0, 9352.0, 9345.0, 9349.0, 9347.0, 9350.0, 9348.0, 9351.0, 9331.0, 9348.0, 9341.0, 9373.0, 9370.0, 9367.0, 9355.0, 9364.0, 9369.0, 9384.0, 9386.0, 9366.0, 9351.0, 9334.0, 9351.0, 9356.0, 9384.0, 9350.0, 9363.0, 9346.0, 9359.0, 9347.0, 9378.0, 9350.0, 9376.0, 9356.0, 9347.0, 9346.0, 9331.0, 9349.0, 9334.0, 9381.0, 9332.0, 9356.0, 9328.0, 9352.0, 9327.0, 9356.0, 9328.0, 9338.0, 9313.0, 9339.0, 9330.0, 9351.0, 9349.0, 9318.0, 9345.0, 9329.0, 9359.0, 9352.0, 9420.0, 9371.0, 9333.0, 9329.0, 9310.0, 9338.0, 9329.0, 9356.0, 9331.0, 9354.0, 9328.0, 9327.0, 9345.0, 9331.0, 9342.0, 9308.0, 9325.0, 9294.0, 9339.0, 9326.0, 9350.0, 9324.0, 9336.0, 9324.0, 9352.0, 9329.0, 9354.0, 9339.0, 9296.0, 9310.0, 9307.0, 9338.0, 9328.0, 9352.0, 9329.0, 9340.0, 9328.0, 9324.0, 9328.0, 9331.0, 9343.0, 9314.0, 9342.0, 9327.0, 9341.0, 9348.0, 9395.0, 9351.0, 9344.0, 9330.0, 9326.0, 9327.0, 9327.0, 9329.0, 9315.0, 9342.0, 9328.0, 9340.0, 9331.0, 9370.0, 9369.0, 9341.0, 9370.0, 9351.0, 9380.0, 9374.0, 9387.0, 9371.0, 9338.0, 9364.0, 9351.0, 9396.0, 9367.0, 9337.0, 9351.0, 9335.0, 9375.0, 9335.0, 9379.0, 9349.0, 9375.0, 9332.0, 9355.0, 9329.0, 9357.0, 9342.0, 9325.0, 9326.0, 9294.0, 9321.0, 9306.0, 9322.0, 9311.0, 9336.0, 9324.0, 9336.0, 9312.0, 9341.0, 9347.0, 9334.0, 9363.0, 9334.0, 9365.0, 9351.0, 9381.0, 9367.0, 9380.0, 9368.0, 9369.0, 9395.0, 9349.0, 9318.0, 9346.0, 9311.0, 9339.0, 9324.0, 9343.0, 9327.0, 9332.0, 9318.0, 9346.0, 9314.0, 9341.0, 9311.0, 9334.0, 9302.0, 9331.0, 9302.0, 9331.0, 9324.0, 9323.0, 9325.0, 9306.0, 9320.0, 9321.0, 9323.0, 9301.0, 9303.0, 9287.0, 9324.0, 9306.0, 9310.0, 9314.0, 9332.0, 9318.0, 9331.0, 9335.0, 9352.0, 9361.0, 9382.0, 9364.0, 9403.0, 9368.0, 9425.0, 9408.0, 9427.0, 9382.0, 9405.0, 9362.0, 9406.0, 9403.0, 9420.0, 9382.0, 9404.0, 9377.0, 9375.0, 9394.0, 9376.0, 9391.0, 9359.0, 9385.0, 9358.0, 9406.0, 9359.0, 9391.0, 9336.0, 9380.0, 9351.0, 9382.0, 9357.0, 9342.0, 9295.0, 9335.0, 9296.0, 9338.0, 9294.0, 9322.0, 9306.0, 9332.0, 9324.0, 9339.0, 9322.0, 9335.0, 9308.0, 9333.0, 9323.0, 9354.0, 9343.0, 9324.0, 9325.0, 9308.0, 9326.0, 9312.0, 9341.0, 9308.0, 9336.0, 9306.0, 9337.0, 9325.0, 9348.0, 9308.0, 9332.0, 9305.0, 9336.0, 9327.0, 9336.0, 9323.0, 9290.0, 9306.0, 9322.0, 9359.0, 9343.0, 9355.0, 9328.0, 9313.0, 9326.0, 9319.0, 9361.0, 9334.0, 9359.0, 9332.0, 9340.0, 9347.0, 9343.0, 9345.0, 9327.0, 9339.0, 9323.0, 9357.0, 9344.0, 9390.0, 9360.0, 9328.0, 9371.0, 9324.0, 9335.0, 9320.0, 9301.0, 9306.0, 9347.0, 9302.0, 9334.0, 9307.0, 9331.0, 9290.0, 9315.0, 9297.0, 9323.0, 9280.0, 9303.0, 9293.0, 9305.0, 9279.0, 9310.0, 9296.0, 9322.0, 9297.0, 9293.0, 9276.0, 9248.0, 9291.0, 9279.0, 9324.0, 9273.0, 9327.0, 9289.0, 9326.0, 9302.0, 9346.0, 9318.0, 9330.0, 9302.0, 9287.0, 9304.0, 9292.0, 9341.0, 9330.0, 9357.0, 9312.0, 9352.0, 9311.0, 9352.0, 9332.0, 9355.0, 9326.0, 9353.0, 9312.0, 9351.0, 9340.0, 9369.0, 9328.0, 9336.0, 9310.0, 9321.0, 9323.0, 9312.0, 9340.0, 9311.0, 9324.0, 9290.0, 9320.0, 9297.0, 9322.0, 9292.0, 9319.0, 9288.0, 9317.0, 9290.0, 9335.0, 9307.0, 9321.0, 9276.0, 9321.0, 9306.0, 9335.0, 9310.0, 9355.0, 9310.0, 9336.0, 9308.0, 9331.0, 9317.0, 9379.0, 9326.0, 9350.0, 9308.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.0007336545138888887</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.040174399392361115</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.83842984276278</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1720795909817552</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9470678265595137</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6344.6357</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09264048903104309</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.5590277777777777</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.443761405711715</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3627591254856144</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.570584393257947</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3979406983915843</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00755103</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013823672197759151</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02384343184530735</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1152</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.177161471706275</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>35.4629</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4781</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.9749</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303204.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>730.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.9356</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8137</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.4157</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.8902</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73340.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1343.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4450.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.6386</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.80567468999652</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> |