=== 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-0060 --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-0060",
"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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>5a49203b70d45893ea63075fab37cd8f</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>18:45:36.042500</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.998353, -0.0290406, 0.0494762, 0.0216098, 0.989254, 0.144602]</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.0884346</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7280, 695, -46, -17, -44, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>230.207</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ea434ab3-df67-4ef1-be51-5ad07a5d3f1c||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.6785080432891846, 0.05797749385237694, 0.14348851144313812, 102.58131408691406], [0.07791393250226974, 2.6540958881378174, 0.3868960738182068, -112.21342468261719], [0.13274110853672028, -0.38795703649520874, 2.668280839920044, -57.98200988769531], [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': ['184536.042500', '184536.502500', '184536.962500', '184537.422500', '184537.882500', '184538.342500', '184538.802500', '184539.262500', '184539.722500', '184540.182500', '184540.642500', '184541.102500', '184541.562500', '184542.022500', '184542.482500', '184542.942500', '184543.402500', '184543.862500', '184544.322500', '184544.782500', '184545.242500', '184545.702500', '184546.162500', '184546.622500', '184547.082500', '184547.542500', '184548.002500', '184548.462500', '184548.922500', '184549.382500', '184549.842500', '184550.302500', '184550.762500', '184551.222500', '184551.682500', '184552.142500', '184552.602500', '184553.062500', '184553.522500', '184553.982500', '184554.442500', '184554.902500', '184555.362500', '184555.822500', '184556.282500', '184556.742500', '184557.202500', '184557.662500', '184558.122500', '184558.582500', '184559.042500', '184559.502500', '184559.962500', '184600.422500', '184600.882500', '184601.342500', '184601.802500', '184602.262500', '184602.722500', '184603.182500', '184603.642500', '184604.102500', '184604.562500', '184605.022500', '184605.482500', '184605.942500', '184606.402500', '184606.862500', '184607.322500', '184607.782500', '184608.242500', '184608.702500', '184609.162500', '184609.622500', '184610.082500', '184610.542500', '184611.002500', '184611.462500', '184611.922500', '184612.382500', '184612.842500', '184613.302500', '184613.762500', '184614.222500', '184614.682500', '184615.142500', '184615.602500', '184616.062500', '184616.522500', '184616.982500', '184617.442500', '184617.902500', '184618.362500', '184618.822500', '184619.282500', '184619.742500', '184620.202500', '184620.662500', '184621.122500', '184621.582500', '184622.042500', '184622.502500', '184622.962500', '184623.422500', '184623.882500', '184624.342500', '184624.802500', '184625.262500', '184625.722500', '184626.182500', '184626.642500', '184627.102500', '184627.562500', '184628.022500', '184628.482500', '184628.942500', '184629.402500', '184629.862500', '184630.322500', '184630.782500', '184631.242500', '184631.702500', '184632.162500', '184632.622500', '184633.082500', '184633.542500', '184634.002500', '184634.462500', '184634.922500', '184635.382500', '184635.842500', '184636.302500', '184636.762500', '184637.222500', '184637.682500', '184638.142500', '184638.602500', '184639.062500', '184639.522500', '184639.982500', '184640.442500', '184640.902500', '184641.362500', '184641.822500', '184642.282500', '184642.742500', '184643.202500', '184643.662500', '184644.122500', '184644.582500', '184645.042500', '184645.502500', '184645.962500', '184646.422500', '184646.882500', '184647.342500', '184647.802500', '184648.262500', '184648.722500', '184649.182500', '184649.642500', '184650.102500', '184650.562500', '184651.022500', '184651.482500', '184651.942500', '184652.402500', '184652.862500', '184653.322500', '184653.782500', '184654.242500', '184654.702500', '184655.162500', '184655.622500', '184656.082500', '184656.542500', '184657.002500', '184657.462500', '184657.922500', '184658.382500', '184658.842500', '184659.302500', '184659.762500', '184700.222500', '184700.682500', '184701.142500', '184701.602500', '184702.062500', '184702.522500', '184702.982500', '184703.442500', '184703.902500', '184704.362500', '184704.822500', '184705.282500', '184705.742500', '184706.202500', '184706.662500', '184707.122500', '184707.582500', '184708.042500', '184708.502500', '184708.962500', '184709.422500', '184709.882500', '184710.342500', '184710.802500', '184711.262500', '184711.722500', '184712.182500', '184712.642500', '184713.102500', '184713.562500', '184714.022500', '184714.482500', '184714.942500', '184715.402500', '184715.862500', '184716.322500', '184716.782500', '184717.242500', '184717.702500', '184718.162500', '184718.622500', '184719.082500', '184719.542500', '184720.002500', '184720.462500', '184720.922500', '184721.382500', '184721.842500', '184722.302500', '184722.762500', '184723.222500', '184723.682500', '184724.142500', '184724.602500', '184725.062500', '184725.522500', '184725.982500', '184726.442500', '184726.902500', '184727.362500', '184727.822500', '184728.282500', '184728.742500', '184729.202500', '184729.662500', '184730.122500', '184730.582500', '184731.042500', '184731.502500', '184731.962500', '184732.422500', '184732.882500', '184733.342500', '184733.802500', '184734.262500', '184734.722500', '184735.182500', '184735.642500', '184736.102500', '184736.562500', '184737.022500', '184737.482500', '184737.942500', '184738.402500', '184738.862500', '184739.322500', '184739.782500', '184740.242500', '184740.702500', '184741.162500', '184741.622500', '184742.082500', '184742.542500', '184743.002500', '184743.462500', '184743.922500', '184744.382500', '184744.842500', '184745.302500', '184745.762500', '184746.222500', '184746.682500', '184747.142500', '184747.602500', '184748.062500', '184748.522500', '184748.982500', '184749.442500', '184749.902500', '184750.362500', '184750.822500', '184751.282500', '184751.742500', '184752.202500', '184752.662500', '184753.122500', '184753.582500', '184754.042500', '184754.502500', '184754.962500', '184755.422500', '184755.882500', '184756.342500', '184756.802500', '184757.262500', '184757.722500', '184758.182500', '184758.642500', '184759.102500', '184759.562500', '184800.022500', '184800.482500', '184800.942500', '184801.402500', '184801.862500', '184802.322500', '184802.782500', '184803.242500', '184803.702500', '184804.162500', '184804.622500', '184805.082500', '184805.542500', '184806.002500', '184806.462500', '184806.922500', '184807.382500', '184807.842500', '184808.302500', '184808.762500', '184809.222500', '184809.682500', '184810.142500', '184810.602500', '184811.062500', '184811.522500', '184811.982500', '184812.442500', '184812.902500', '184813.362500', '184813.822500', '184814.282500', '184814.742500', '184815.202500', '184815.662500', '184816.122500', '184816.582500', '184817.042500', '184817.502500', '184817.962500', '184818.422500', '184818.882500', '184819.342500', '184819.802500', '184820.262500', '184820.722500', '184821.182500', '184821.642500', '184822.102500', '184822.562500', '184823.022500', '184823.482500', '184823.942500', '184824.402500', '184824.862500', '184825.322500', '184825.782500', '184826.242500', '184826.702500', '184827.162500', '184827.622500', '184828.082500', '184828.542500', '184829.002500', '184829.462500', '184829.922500', '184830.382500', '184830.842500', '184831.302500', '184831.762500', '184832.222500', '184832.682500', '184833.142500', '184833.602500', '184834.062500', '184834.522500', '184834.982500', '184835.442500', '184835.902500', '184836.362500', '184836.822500', '184837.282500', '184837.742500', '184838.202500', '184838.662500', '184839.122500', '184839.582500', '184840.042500', '184840.502500', '184840.962500', '184841.422500', '184841.882500', '184842.342500', '184842.802500', '184843.262500', '184843.722500', '184844.182500', '184844.642500', '184845.102500', '184845.562500', '184846.022500', '184846.482500', '184846.942500', '184847.402500', '184847.862500', '184848.322500', '184848.782500', '184849.242500', '184849.702500', '184850.162500', '184850.622500', '184851.082500', '184851.542500', '184852.002500', '184852.462500', '184852.922500', '184853.382500', '184853.842500', '184854.302500', '184854.762500', '184855.222500', '184855.682500', '184856.142500', '184856.602500', '184857.062500', '184857.522500', '184857.982500', '184858.442500', '184858.902500', '184859.362500', '184859.822500', '184900.282500', '184900.742500', '184901.202500', '184901.662500', '184902.122500', '184902.582500', '184903.042500', '184903.502500', '184903.962500', '184904.422500', '184904.882500', '184905.342500', '184905.802500', '184906.262500', '184906.722500', '184907.182500', '184907.642500', '184908.102500', '184908.562500', '184909.022500', '184909.482500', '184909.942500', '184910.402500', '184910.862500', '184911.322500', '184911.782500', '184912.242500', '184912.702500', '184913.162500', '184913.622500', '184914.082500', '184914.542500', '184915.002500', '184915.462500', '184915.922500', '184916.382500', '184916.842500', '184917.302500', '184917.762500', '184918.222500', '184918.682500', '184919.142500', '184919.602500', '184920.062500', '184920.522500', '184920.982500', '184921.442500', '184921.902500', '184922.362500', '184922.822500', '184923.282500', '184923.742500', '184924.202500', '184924.662500', '184925.122500', '184925.582500', '184926.042500', '184926.502500', '184926.962500', '184927.422500', '184927.882500', '184928.342500', '184928.802500', '184929.262500', '184929.722500', '184930.182500', '184930.642500', '184931.102500', '184931.562500', '184932.022500', '184932.482500', '184932.942500', '184933.402500', '184933.862500', '184934.322500', '184934.782500', '184935.242500', '184935.702500', '184936.162500', '184936.622500', '184937.082500', '184937.542500', '184938.002500', '184938.462500', '184938.922500', '184939.382500', '184939.842500', '184940.302500', '184940.762500', '184941.222500', '184941.682500', '184942.142500', '184942.602500', '184943.062500', '184943.522500', '184943.982500', '184944.442500', '184944.902500', '184945.362500', '184945.822500', '184946.282500', '184946.742500', '184947.202500', '184947.662500', '184948.122500', '184948.582500', '184949.042500', '184949.502500', '184949.962500', '184950.422500', '184950.882500', '184951.342500', '184951.802500', '184952.262500', '184952.722500', '184953.182500', '184953.642500', '184954.102500', '184954.562500', '184955.022500', '184955.482500', '184955.942500', '184956.402500', '184956.862500', '184957.322500', '184957.782500', '184958.242500', '184958.702500', '184959.162500', '184959.622500', '185000.082500', '185000.542500', '185001.002500', '185001.462500', '185001.922500', '185002.382500', '185002.842500', '185003.302500', '185003.762500', '185004.222500', '185004.682500', '185005.142500', '185005.602500', '185006.062500', '185006.522500', '185006.982500', '185007.442500', '185007.902500', '185008.362500', '185008.822500', '185009.282500', '185009.742500', '185010.202500', '185010.662500', '185011.122500', '185011.582500', '185012.042500', '185012.502500', '185012.962500', '185013.422500', '185013.882500', '185014.342500', '185014.802500', '185015.262500', '185015.722500', '185016.182500', '185016.642500', '185017.102500', '185017.562500', '185018.022500', '185018.482500', '185018.942500', '185019.402500', '185019.862500', '185020.322500', '185020.782500', '185021.242500', '185021.702500', '185022.162500', '185022.622500', '185023.082500', '185023.542500', '185024.002500', '185024.462500', '185024.922500', '185025.382500', '185025.842500', '185026.302500', '185026.762500', '185027.222500', '185027.682500', '185028.142500', '185028.602500', '185029.062500', '185029.522500', '185029.982500', '185030.442500', '185030.902500', '185031.362500', '185031.822500', '185032.282500', '185032.742500', '185033.202500', '185033.662500', '185034.122500', '185034.582500', '185035.042500', '185035.502500', '185035.962500', '185036.422500', '185036.882500', '185037.342500', '185037.802500', '185038.262500', '185038.722500', '185039.182500', '185039.642500', '185040.102500', '185040.562500', '185041.022500', '185041.482500', '185041.942500', '185042.402500', '185042.862500', '185043.322500', '185043.782500', '185044.242500', '185044.702500', '185045.162500', '185045.622500', '185046.082500', '185046.542500', '185047.002500', '185047.462500', '185047.922500', '185048.382500', '185048.842500', '185049.302500', '185049.762500', '185050.222500', '185050.682500', '185051.142500', '185051.602500', '185052.062500', '185052.522500', '185052.982500', '185053.442500', '185053.902500', '185054.362500', '185054.822500', '185055.282500', '185055.742500', '185056.202500', '185056.662500', '185057.122500', '185057.582500', '185058.042500', '185058.502500', '185058.962500', '185059.422500', '185059.882500', '185100.342500', '185100.802500', '185101.262500', '185101.722500', '185102.182500', '185102.642500', '185103.102500', '185103.562500', '185104.022500', '185104.482500', '185104.942500', '185105.402500', '185105.862500', '185106.322500', '185106.782500', '185107.242500', '185107.702500', '185108.162500', '185108.622500', '185109.082500', '185109.542500', '185110.002500', '185110.462500', '185110.922500', '185111.382500', '185111.842500', '185112.302500', '185112.762500', '185113.222500', '185113.682500', '185114.142500', '185114.602500', '185115.062500', '185115.522500', '185115.982500', '185116.442500', '185116.902500', '185117.362500', '185117.822500', '185118.282500', '185118.742500', '185119.202500', '185119.662500', '185120.122500', '185120.582500', '185121.042500', '185121.502500', '185121.962500', '185122.422500', '185122.882500', '185123.342500', '185123.802500', '185124.262500', '185124.722500', '185125.182500', '185125.642500', '185126.102500', '185126.562500', '185127.022500', '185127.482500', '185127.942500', '185128.402500', '185128.862500', '185129.322500', '185129.782500', '185130.242500', '185130.702500', '185131.162500', '185131.622500', '185132.082500', '185132.542500', '185133.002500', '185133.462500', '185133.922500', '185134.382500', '185134.842500', '185135.302500', '185135.762500', '185136.222500', '185136.682500', '185137.142500', '185137.602500', '185138.062500', '185138.522500', '185138.982500', '185139.442500', '185139.902500', '185140.362500', '185140.822500', '185141.282500', '185141.742500', '185142.202500', '185142.662500', '185143.122500', '185143.582500', '185144.042500', '185144.502500', '185144.962500', '185145.422500', '185145.882500', '185146.342500', '185146.802500', '185147.262500', '185147.722500', '185148.182500', '185148.642500', '185149.102500', '185149.562500', '185150.022500', '185150.482500', '185150.942500', '185151.402500', '185151.862500', '185152.322500', '185152.782500', '185153.242500', '185153.702500', '185154.162500', '185154.622500', '185155.082500', '185155.542500', '185156.002500', '185156.462500', '185156.922500', '185157.382500', '185157.842500', '185158.302500', '185158.762500', '185159.222500', '185159.682500', '185200.142500', '185200.602500', '185201.062500', '185201.522500', '185201.982500', '185202.442500', '185202.902500', '185203.362500', '185203.822500', '185204.282500', '185204.742500', '185205.202500', '185205.662500', '185206.122500', '185206.582500', '185207.042500', '185207.502500', '185207.962500', '185208.422500', '185208.882500', '185209.342500', '185209.802500', '185210.262500', '185210.722500', '185211.182500', '185211.642500', '185212.102500', '185212.562500', '185213.022500', '185213.482500', '185213.942500', '185214.402500', '185214.862500', '185215.322500', '185215.782500', '185216.242500', '185216.702500', '185217.162500', '185217.622500', '185218.082500', '185218.542500', '185219.002500', '185219.462500', '185219.922500', '185220.382500', '185220.842500', '185221.302500', '185221.762500', '185222.222500', '185222.682500', '185223.142500', '185223.602500', '185224.062500', '185224.522500', '185224.982500', '185225.442500', '185225.902500', '185226.362500', '185226.822500', '185227.282500', '185227.742500', '185228.202500', '185228.662500', '185229.122500', '185229.582500', '185230.042500', '185230.502500', '185230.962500', '185231.422500', '185231.882500', '185232.342500', '185232.802500', '185233.262500', '185233.722500', '185234.182500', '185234.642500', '185235.102500', '185235.562500', '185236.022500', '185236.482500', '185236.942500', '185237.402500', '185237.862500', '185238.322500', '185238.782500', '185239.242500', '185239.702500', '185240.162500', '185240.622500', '185241.082500', '185241.542500', '185242.002500', '185242.462500', '185242.922500', '185243.382500', '185243.842500', '185244.302500', '185244.762500', '185245.222500', '185245.682500', '185246.142500', '185246.602500', '185247.062500', '185247.522500', '185247.982500', '185248.442500', '185248.902500', '185249.362500', '185249.822500', '185250.282500', '185250.742500', '185251.202500', '185251.662500', '185252.122500', '185252.582500', '185253.042500', '185253.502500', '185253.962500', '185254.422500', '185254.882500', '185255.342500', '185255.802500', '185256.262500', '185256.722500', '185257.182500', '185257.642500', '185258.102500', '185258.562500', '185259.022500', '185259.482500', '185259.942500', '185300.402500', '185300.862500', '185301.322500', '185301.782500', '185302.242500', '185302.702500', '185303.162500', '185303.622500', '185304.082500', '185304.542500', '185305.002500', '185305.462500', '185305.922500', '185306.382500', '185306.842500', '185307.302500', '185307.762500', '185308.222500', '185308.682500', '185309.142500', '185309.602500', '185310.062500', '185310.522500', '185310.982500', '185311.442500', '185311.902500', '185312.362500', '185312.822500', '185313.282500', '185313.742500', '185314.202500', '185314.662500', '185315.122500', '185315.582500', '185316.042500', '185316.502500', '185316.962500', '185317.422500', '185317.882500', '185318.342500', '185318.802500', '185319.262500', '185319.722500', '185320.182500', '185320.642500', '185321.102500', '185321.562500', '185322.022500', '185322.482500', '185322.942500', '185323.402500', '185323.862500', '185324.322500', '185324.782500', '185325.242500', '185325.702500', '185326.162500', '185326.622500', '185327.082500', '185327.542500', '185328.002500', '185328.462500', '185328.922500', '185329.382500', '185329.842500', '185330.302500', '185330.762500', '185331.222500', '185331.682500', '185332.142500', '185332.602500', '185333.062500', '185333.522500', '185333.982500', '185334.442500', '185334.902500', '185335.362500', '185335.822500', '185336.282500', '185336.742500', '185337.202500', '185337.662500', '185338.122500', '185338.582500', '185339.042500', '185339.502500', '185339.962500', '185340.422500', '185340.882500', '185341.342500', '185341.802500', '185342.262500', '185342.722500', '185343.182500', '185343.642500', '185344.102500', '185344.562500', '185345.022500', '185345.482500', '185345.942500', '185346.402500', '185346.862500', '185347.322500', '185347.782500', '185348.242500', '185348.702500', '185349.162500', '185349.622500', '185350.082500', '185350.542500', '185351.002500', '185351.462500', '185351.922500', '185352.382500', '185352.842500', '185353.302500', '185353.762500', '185354.222500', '185354.682500', '185355.142500', '185355.602500', '185356.062500', '185356.522500', '185356.982500', '185357.442500', '185357.902500', '185358.362500', '185358.822500', '185359.282500', '185359.742500', '185400.202500', '185400.662500', '185401.122500', '185401.582500', '185402.042500', '185402.502500', '185402.962500', '185403.422500', '185403.882500', '185404.342500', '185404.802500', '185405.262500', '185405.722500', '185406.182500', '185406.642500', '185407.102500', '185407.562500', '185408.022500', '185408.482500', '185408.942500', '185409.402500', '185409.862500', '185410.322500', '185410.782500', '185411.242500', '185411.702500', '185412.162500', '185412.622500', '185413.082500', '185413.542500', '185414.002500', '185414.462500', '185414.922500', '185415.382500', '185415.842500', '185416.302500', '185416.762500', '185417.222500', '185417.682500', '185418.142500', '185418.602500', '185419.062500', '185419.522500', '185419.982500', '185420.442500', '185420.902500', '185421.362500', '185421.822500', '185422.282500', '185422.742500', '185423.202500', '185423.662500', '185424.122500', '185424.582500', '185425.042500', '185425.502500', '185425.962500', '185426.422500', '185426.882500', '185427.342500'], 'ContentTime': ['184553.882000', '184553.885000', '184553.888000', '184553.891000', '184553.893000', '184553.896000', '184553.899000', '184553.904000', '184553.907000', '184553.909000', '184553.916000', '184553.918000', '184553.921000', '184553.924000', '184553.926000', '184553.929000', '184553.931000', '184553.934000', '184553.936000', '184553.939000', '184553.942000', '184553.946000', '184553.948000', '184553.952000', '184553.955000', '184553.957000', '184553.960000', '184553.962000', '184553.965000', '184553.968000', '184553.970000', '184553.973000', '184553.976000', '184553.979000', '184553.981000', '184613.827000', '184613.830000', '184613.833000', '184613.836000', '184613.839000', '184613.842000', '184613.844000', '184613.847000', '184613.850000', '184613.852000', '184613.855000', '184613.857000', '184613.860000', '184613.862000', '184613.865000', '184613.868000', '184613.870000', '184613.873000', '184613.875000', '184613.878000', '184613.880000', '184613.883000', '184613.886000', '184613.888000', '184613.891000', '184613.893000', '184613.896000', '184613.898000', '184613.901000', '184613.903000', '184613.906000', '184613.909000', '184613.911000', '184613.914000', '184613.916000', '184613.919000', '184613.921000', '184613.924000', '184613.927000', '184613.929000', '184613.932000', '184613.934000', '184613.937000', '184613.940000', '184633.827000', '184633.830000', '184633.833000', '184633.836000', '184633.838000', '184633.841000', '184633.844000', '184633.846000', '184633.849000', '184633.851000', '184633.854000', '184633.856000', '184633.859000', '184633.862000', '184633.864000', '184633.867000', '184633.869000', '184633.872000', '184633.874000', '184633.877000', '184633.891000', '184633.894000', '184633.896000', '184633.899000', '184633.901000', '184633.904000', '184633.907000', '184633.910000', '184633.912000', '184633.915000', '184633.917000', '184633.920000', '184633.923000', '184633.925000', '184633.928000', '184633.930000', '184633.933000', '184633.935000', '184633.938000', '184633.941000', '184633.943000', '184633.946000', '184633.948000', '184653.827000', '184653.830000', '184653.833000', '184653.836000', '184653.838000', '184653.841000', '184653.843000', '184653.846000', '184653.848000', '184653.851000', '184653.854000', '184653.856000', '184653.859000', '184653.861000', '184653.864000', '184653.867000', '184653.869000', '184653.872000', '184653.874000', '184653.877000', '184653.879000', '184653.882000', '184653.885000', '184653.887000', '184653.890000', '184653.892000', '184653.895000', '184653.897000', '184653.900000', '184653.902000', '184653.905000', '184653.908000', '184653.910000', '184653.913000', '184653.915000', '184653.918000', '184653.920000', '184653.923000', '184653.926000', '184653.928000', '184653.931000', '184653.933000', '184653.936000', '184653.939000', '184713.827000', '184713.829000', '184713.832000', '184713.835000', '184713.837000', '184713.840000', '184713.843000', '184713.845000', '184713.848000', '184713.850000', '184713.853000', '184713.856000', '184713.858000', '184713.861000', '184713.864000', '184713.866000', '184713.869000', '184713.871000', '184713.874000', '184713.877000', '184713.879000', '184713.882000', '184713.884000', '184713.887000', '184713.890000', '184713.892000', '184713.895000', '184713.897000', '184713.900000', '184713.903000', '184713.905000', '184713.920000', '184713.923000', '184713.926000', '184713.928000', '184713.931000', '184713.933000', '184713.936000', '184713.938000', '184713.941000', '184713.944000', '184713.946000', '184713.949000', '184733.827000', '184733.830000', '184733.833000', '184733.836000', '184733.838000', '184733.841000', '184733.843000', '184733.846000', '184733.849000', '184733.851000', '184733.854000', '184733.857000', '184733.859000', '184733.862000', '184733.864000', '184733.867000', '184733.870000', '184733.872000', '184733.875000', '184733.877000', '184733.880000', '184733.883000', '184733.885000', '184733.888000', '184733.890000', '184733.893000', '184733.895000', '184733.898000', '184733.901000', '184733.903000', '184733.906000', '184733.908000', '184733.911000', '184733.914000', '184733.916000', '184733.919000', '184733.921000', '184733.924000', '184733.926000', '184733.929000', '184733.932000', '184733.934000', '184733.937000', '184733.939000', '184753.827000', '184753.830000', '184753.833000', '184753.836000', '184753.838000', '184753.841000', '184753.843000', '184753.846000', '184753.849000', '184753.851000', '184753.854000', '184753.856000', '184753.859000', '184753.862000', '184753.864000', '184753.867000', '184753.870000', '184753.872000', '184753.875000', '184753.877000', '184753.880000', '184753.882000', '184753.885000', '184753.888000', '184753.890000', '184753.893000', '184753.895000', '184753.898000', '184753.901000', '184753.903000', '184753.906000', '184753.909000', '184753.911000', '184753.914000', '184753.916000', '184753.919000', '184753.921000', '184753.924000', '184753.927000', '184753.930000', '184753.932000', '184753.935000', '184753.937000', '184813.828000', '184813.830000', '184813.833000', '184813.836000', '184813.838000', '184813.841000', '184813.844000', '184813.847000', '184813.849000', '184813.852000', '184813.854000', '184813.857000', '184813.859000', '184813.862000', '184813.865000', '184813.867000', '184813.870000', '184813.872000', '184813.875000', '184813.878000', '184813.880000', '184813.883000', '184813.885000', '184813.888000', '184813.890000', '184813.893000', '184813.896000', '184813.898000', '184813.901000', '184813.904000', '184813.906000', '184813.909000', '184813.911000', '184813.914000', '184813.940000', '184813.943000', '184813.945000', '184813.948000', '184813.950000', '184813.953000', '184813.955000', '184813.958000', '184813.961000', '184813.963000', '184833.828000', '184833.830000', '184833.833000', '184833.835000', '184833.838000', '184833.841000', '184833.843000', '184833.846000', '184833.848000', '184833.851000', '184833.854000', '184833.856000', '184833.859000', '184833.861000', '184833.864000', '184833.867000', '184833.869000', '184833.872000', '184833.874000', '184833.877000', '184833.880000', '184833.882000', '184833.885000', '184833.887000', '184833.890000', '184833.892000', '184833.895000', '184833.898000', '184833.900000', '184833.903000', '184833.905000', '184833.908000', '184833.910000', '184833.913000', '184833.916000', '184833.918000', '184833.921000', '184833.923000', '184833.926000', '184833.928000', '184833.931000', '184833.933000', '184833.936000', '184853.827000', '184853.830000', '184853.833000', '184853.835000', '184853.838000', '184853.841000', '184853.843000', '184853.846000', '184853.848000', '184853.851000', '184853.853000', '184853.856000', '184853.859000', '184853.875000', '184853.878000', '184853.880000', '184853.883000', '184853.885000', '184853.888000', '184853.891000', '184853.893000', '184853.896000', '184853.899000', '184853.901000', '184853.904000', '184853.906000', '184853.909000', '184853.912000', '184853.914000', '184853.917000', '184853.919000', '184853.922000', '184853.925000', '184853.927000', '184853.930000', '184853.932000', '184853.935000', '184853.938000', '184853.940000', '184853.943000', '184853.945000', '184853.948000', '184853.951000', '184853.953000', '184913.828000', '184913.830000', '184913.833000', '184913.836000', '184913.838000', '184913.841000', '184913.843000', '184913.846000', '184913.849000', '184913.851000', '184913.854000', '184913.856000', '184913.859000', '184913.862000', '184913.864000', '184913.867000', '184913.869000', '184913.872000', '184913.875000', '184913.877000', '184913.880000', '184913.882000', '184913.885000', '184913.887000', '184913.890000', '184913.893000', '184913.895000', '184913.898000', '184913.901000', '184913.903000', '184913.906000', '184913.908000', '184913.911000', '184913.913000', '184913.916000', '184913.919000', '184913.921000', '184913.924000', '184913.926000', '184913.929000', '184913.932000', '184913.934000', '184913.937000', '184933.826000', '184933.830000', '184933.833000', '184933.835000', '184933.838000', '184933.840000', '184933.843000', '184933.846000', '184933.848000', '184933.851000', '184933.854000', '184933.856000', '184933.859000', '184933.862000', '184933.864000', '184933.867000', '184933.869000', '184933.872000', '184933.875000', '184933.877000', '184933.880000', '184933.882000', '184933.885000', '184933.888000', '184933.890000', '184933.893000', '184933.896000', '184933.898000', '184933.901000', '184933.903000', '184933.906000', '184933.909000', '184933.911000', '184933.914000', '184933.916000', '184933.919000', '184933.922000', '184933.924000', '184933.927000', '184933.929000', '184933.932000', '184933.935000', '184933.937000', '184953.828000', '184953.830000', '184953.833000', '184953.836000', '184953.838000', '184953.841000', '184953.843000', '184953.846000', '184953.849000', '184953.851000', '184953.854000', '184953.856000', '184953.859000', '184953.862000', '184953.864000', '184953.867000', '184953.870000', '184953.872000', '184953.875000', '184953.877000', '184953.880000', '184953.882000', '184953.885000', '184953.888000', '184953.890000', '184953.893000', '184953.895000', '184953.898000', '184953.901000', '184953.903000', '184953.906000', '184953.908000', '184953.911000', '184953.914000', '184953.916000', '184953.919000', '184953.921000', '184953.924000', '184953.927000', '184953.929000', '184953.932000', '184953.934000', '184953.937000', '184953.940000', '185013.827000', '185013.830000', '185013.833000', '185013.835000', '185013.838000', '185013.841000', '185013.843000', '185013.846000', '185013.848000', '185013.851000', '185013.854000', '185013.856000', '185013.859000', '185013.862000', '185013.864000', '185013.867000', '185013.869000', '185013.872000', '185013.874000', '185013.877000', '185013.880000', '185013.882000', '185013.885000', '185013.887000', '185013.890000', '185013.893000', '185013.895000', '185013.898000', '185013.900000', '185013.903000', '185013.906000', '185013.908000', '185013.911000', '185013.913000', '185013.916000', '185013.918000', '185013.921000', '185013.924000', '185013.939000', '185013.942000', '185013.944000', '185013.947000', '185013.950000', '185013.952000', '185033.828000', '185033.830000', '185033.833000', '185033.836000', '185033.838000', '185033.841000', '185033.843000', '185033.846000', '185033.849000', '185033.851000', '185033.854000', '185033.856000', '185033.859000', '185033.861000', '185033.864000', '185033.867000', '185033.869000', '185033.872000', '185033.874000', '185033.877000', '185033.880000', '185033.882000', '185033.885000', '185033.887000', '185033.890000', '185033.893000', '185033.895000', '185033.898000', '185033.900000', '185033.903000', '185033.905000', '185033.908000', '185033.911000', '185033.913000', '185033.916000', '185033.918000', '185033.921000', '185033.924000', '185033.926000', '185033.929000', '185033.931000', '185033.934000', '185033.937000', '185053.828000', '185053.830000', '185053.833000', '185053.836000', '185053.838000', '185053.841000', '185053.843000', '185053.846000', '185053.849000', '185053.852000', '185053.854000', '185053.857000', '185053.860000', '185053.862000', '185053.865000', '185053.868000', '185053.871000', '185053.874000', '185053.876000', '185053.879000', '185053.881000', '185053.884000', '185053.887000', '185053.889000', '185053.892000', '185053.894000', '185053.897000', '185053.900000', '185053.902000', '185053.905000', '185053.907000', '185053.910000', '185053.913000', '185053.915000', '185053.918000', '185053.921000', '185053.923000', '185053.926000', '185053.929000', '185053.931000', '185053.934000', '185053.937000', '185053.939000', '185113.827000', '185113.830000', '185113.833000', '185113.835000', '185113.838000', '185113.841000', '185113.843000', '185113.846000', '185113.848000', '185113.851000', '185113.854000', '185113.856000', '185113.859000', '185113.861000', '185113.864000', '185113.867000', '185113.869000', '185113.872000', '185113.875000', '185113.877000', '185113.880000', '185113.882000', '185113.885000', '185113.887000', '185113.890000', '185113.893000', '185113.895000', '185113.898000', '185113.900000', '185113.903000', '185113.906000', '185113.908000', '185113.911000', '185113.913000', '185113.916000', '185113.919000', '185113.922000', '185113.924000', '185113.927000', '185113.929000', '185113.932000', '185113.935000', '185113.937000', '185113.940000', '185133.827000', '185133.830000', '185133.833000', '185133.836000', '185133.838000', '185133.841000', '185133.843000', '185133.846000', '185133.849000', '185133.851000', '185133.854000', '185133.857000', '185133.859000', '185133.862000', '185133.864000', '185133.867000', '185133.870000', '185133.872000', '185133.875000', '185133.878000', '185133.881000', '185133.883000', '185133.886000', '185133.888000', '185133.891000', '185133.895000', '185133.898000', '185133.900000', '185133.903000', '185133.906000', '185133.909000', '185133.911000', '185133.914000', '185133.917000', '185133.919000', '185133.922000', '185133.924000', '185133.927000', '185133.930000', '185133.932000', '185133.935000', '185133.938000', '185133.940000', '185153.826000', '185153.829000', '185153.832000', '185153.834000', '185153.837000', '185153.840000', '185153.850000', '185153.853000', '185153.856000', '185153.858000', '185153.861000', '185153.864000', '185153.866000', '185153.869000', '185153.871000', '185153.874000', '185153.877000', '185153.879000', '185153.882000', '185153.884000', '185153.887000', '185153.890000', '185153.892000', '185153.895000', '185153.898000', '185153.900000', '185153.903000', '185153.905000', '185153.908000', '185153.910000', '185153.913000', '185153.916000', '185153.918000', '185153.921000', '185153.924000', '185153.926000', '185153.929000', '185153.931000', '185153.934000', '185153.937000', '185153.939000', '185153.942000', '185153.944000', '185153.947000', '185213.828000', '185213.831000', '185213.833000', '185213.836000', '185213.838000', '185213.841000', '185213.844000', '185213.846000', '185213.849000', '185213.851000', '185213.854000', '185213.857000', '185213.859000', '185213.862000', '185213.864000', '185213.867000', '185213.870000', '185213.872000', '185213.875000', '185213.878000', '185213.880000', '185213.883000', '185213.886000', '185213.888000', '185213.891000', '185213.893000', '185213.896000', '185213.898000', '185213.901000', '185213.904000', '185213.906000', '185213.910000', '185213.913000', '185213.915000', '185213.918000', '185213.920000', '185213.923000', '185213.926000', '185213.929000', '185213.931000', '185213.934000', '185213.936000', '185213.939000', '185233.827000', '185233.830000', '185233.833000', '185233.835000', '185233.838000', '185233.841000', '185233.843000', '185233.846000', '185233.848000', '185233.851000', '185233.854000', '185233.856000', '185233.859000', '185233.862000', '185233.864000', '185233.867000', '185233.869000', '185233.872000', '185233.875000', '185233.878000', '185233.880000', '185233.883000', '185233.886000', '185233.888000', '185233.891000', '185233.893000', '185233.896000', '185233.899000', '185233.901000', '185233.904000', '185233.906000', '185233.909000', '185233.912000', '185233.914000', '185233.917000', '185233.919000', '185233.922000', '185233.925000', '185233.927000', '185233.930000', '185233.932000', '185233.935000', '185233.938000', '185233.940000', '185253.827000', '185253.830000', '185253.833000', '185253.835000', '185253.838000', '185253.841000', '185253.843000', '185253.846000', '185253.849000', '185253.851000', '185253.854000', '185253.857000', '185253.859000', '185253.862000', '185253.864000', '185253.867000', '185253.870000', '185253.873000', '185253.875000', '185253.878000', '185253.881000', '185253.883000', '185253.886000', '185253.888000', '185253.891000', '185253.893000', '185253.896000', '185253.899000', '185253.901000', '185253.904000', '185253.906000', '185253.909000', '185253.912000', '185253.914000', '185253.917000', '185253.919000', '185253.922000', '185253.925000', '185253.927000', '185253.930000', '185253.933000', '185253.935000', '185253.938000', '185313.828000', '185313.831000', '185313.847000', '185313.850000', '185313.852000', '185313.855000', '185313.858000', '185313.860000', '185313.863000', '185313.865000', '185313.868000', '185313.871000', '185313.873000', '185313.876000', '185313.879000', '185313.881000', '185313.884000', '185313.886000', '185313.889000', '185313.892000', '185313.894000', '185313.897000', '185313.899000', '185313.902000', '185313.904000', '185313.907000', '185313.910000', '185313.912000', '185313.915000', '185313.917000', '185313.920000', '185313.923000', '185313.925000', '185313.928000', '185313.930000', '185313.933000', '185313.936000', '185313.938000', '185313.941000', '185313.943000', '185313.946000', '185313.948000', '185313.951000', '185313.954000', '185333.828000', '185333.830000', '185333.833000', '185333.836000', '185333.838000', '185333.841000', '185333.844000', '185333.846000', '185333.849000', '185333.852000', '185333.854000', '185333.857000', '185333.859000', '185333.862000', '185333.864000', '185333.867000', '185333.870000', '185333.872000', '185333.875000', '185333.878000', '185333.880000', '185333.883000', '185333.885000', '185333.888000', '185333.891000', '185333.894000', '185333.897000', '185333.900000', '185333.902000', '185333.905000', '185333.907000', '185333.910000', '185333.913000', '185333.915000', '185333.918000', '185333.921000', '185333.923000', '185333.926000', '185333.928000', '185333.931000', '185333.933000', '185333.936000', '185333.939000', '185353.828000', '185353.831000', '185353.833000', '185353.836000', '185353.838000', '185353.841000', '185353.844000', '185353.846000', '185353.849000', '185353.851000', '185353.854000', '185353.856000', '185353.859000', '185353.861000', '185353.864000', '185353.867000', '185353.869000', '185353.872000', '185353.875000', '185353.877000', '185353.880000', '185353.882000', '185353.885000', '185353.888000', '185353.890000', '185353.893000', '185353.895000', '185353.898000', '185353.901000', '185353.903000', '185353.906000', '185353.908000', '185353.911000', '185353.914000', '185353.916000', '185353.920000', '185353.922000', '185353.925000', '185353.928000', '185353.930000', '185353.933000', '185353.935000', '185353.938000', '185353.941000', '185413.827000', '185413.829000', '185413.832000', '185413.835000', '185413.837000', '185413.840000', '185413.842000', '185413.845000', '185413.848000', '185413.850000', '185413.853000', '185413.855000', '185413.858000', '185413.861000', '185413.863000', '185413.866000', '185413.868000', '185413.871000', '185413.874000', '185413.876000', '185413.879000', '185413.882000', '185413.884000', '185413.887000', '185413.889000', '185413.892000', '185413.895000', '185413.897000', '185413.900000', '185413.902000', '185413.905000', '185413.908000', '185413.910000', '185413.913000', '185413.915000', '185413.918000', '185413.921000', '185413.923000', '185413.926000', '185413.928000', '185413.931000', '185413.934000', '185413.936000', '185429.105000', '185429.107000', '185429.110000', '185429.113000', '185429.115000', '185429.118000', '185429.120000', '185429.123000', '185429.126000', '185429.128000', '185429.131000', '185429.133000', '185429.136000', '185429.139000', '185429.141000', '185429.144000', '185429.146000', '185429.149000', '185429.151000', '185429.154000', '185429.157000', '185429.159000', '185429.162000', '185429.164000', '185429.167000', '185429.170000', '185429.172000', '185429.175000', '185429.177000', '185429.180000', '185429.183000', '185429.186000', '185429.189000', '185429.252000'], 'InstanceCreationTime': ['184553.882000', '184553.885000', '184553.888000', '184553.891000', '184553.893000', '184553.896000', '184553.899000', '184553.904000', '184553.907000', '184553.909000', '184553.916000', '184553.918000', '184553.921000', '184553.924000', '184553.926000', '184553.929000', '184553.931000', '184553.934000', '184553.936000', '184553.939000', '184553.942000', '184553.946000', '184553.948000', '184553.952000', '184553.955000', '184553.957000', '184553.960000', '184553.962000', '184553.965000', '184553.968000', '184553.970000', '184553.973000', '184553.976000', '184553.979000', '184553.981000', '184613.827000', '184613.830000', '184613.833000', '184613.836000', '184613.839000', '184613.842000', '184613.844000', '184613.847000', '184613.850000', '184613.852000', '184613.855000', '184613.857000', '184613.860000', '184613.862000', '184613.865000', '184613.868000', '184613.870000', '184613.873000', '184613.875000', '184613.878000', '184613.880000', '184613.883000', '184613.886000', '184613.888000', '184613.891000', '184613.893000', '184613.896000', '184613.898000', '184613.901000', '184613.903000', '184613.906000', '184613.909000', '184613.911000', '184613.914000', '184613.916000', '184613.919000', '184613.921000', '184613.924000', '184613.927000', '184613.929000', '184613.932000', '184613.934000', '184613.937000', '184613.940000', '184633.827000', '184633.830000', '184633.833000', '184633.836000', '184633.838000', '184633.841000', '184633.844000', '184633.846000', '184633.849000', '184633.851000', '184633.854000', '184633.856000', '184633.859000', '184633.862000', '184633.864000', '184633.867000', '184633.869000', '184633.872000', '184633.874000', '184633.877000', '184633.891000', '184633.894000', '184633.896000', '184633.899000', '184633.901000', '184633.904000', '184633.907000', '184633.910000', '184633.912000', '184633.915000', '184633.917000', '184633.920000', '184633.923000', '184633.925000', '184633.928000', '184633.930000', '184633.933000', '184633.935000', '184633.938000', '184633.941000', '184633.943000', '184633.946000', '184633.948000', '184653.827000', '184653.830000', '184653.833000', '184653.836000', '184653.838000', '184653.841000', '184653.843000', '184653.846000', '184653.848000', '184653.851000', '184653.854000', '184653.856000', '184653.859000', '184653.861000', '184653.864000', '184653.867000', '184653.869000', '184653.872000', '184653.874000', '184653.877000', '184653.879000', '184653.882000', '184653.885000', '184653.887000', '184653.890000', '184653.892000', '184653.895000', '184653.897000', '184653.900000', '184653.902000', '184653.905000', '184653.908000', '184653.910000', '184653.913000', '184653.915000', '184653.918000', '184653.920000', '184653.923000', '184653.926000', '184653.928000', '184653.931000', '184653.933000', '184653.936000', '184653.939000', '184713.827000', '184713.829000', '184713.832000', '184713.835000', '184713.837000', '184713.840000', '184713.843000', '184713.845000', '184713.848000', '184713.850000', '184713.853000', '184713.856000', '184713.858000', '184713.861000', '184713.864000', '184713.866000', '184713.869000', '184713.871000', '184713.874000', '184713.877000', '184713.879000', '184713.882000', '184713.884000', '184713.887000', '184713.890000', '184713.892000', '184713.895000', '184713.897000', '184713.900000', '184713.903000', '184713.905000', '184713.920000', '184713.923000', '184713.926000', '184713.928000', '184713.931000', '184713.933000', '184713.936000', '184713.938000', '184713.941000', '184713.944000', '184713.946000', '184713.949000', '184733.827000', '184733.830000', '184733.833000', '184733.836000', '184733.838000', '184733.841000', '184733.843000', '184733.846000', '184733.849000', '184733.851000', '184733.854000', '184733.857000', '184733.859000', '184733.862000', '184733.864000', '184733.867000', '184733.870000', '184733.872000', '184733.875000', '184733.877000', '184733.880000', '184733.883000', '184733.885000', '184733.888000', '184733.890000', '184733.893000', '184733.895000', '184733.898000', '184733.901000', '184733.903000', '184733.906000', '184733.908000', '184733.911000', '184733.914000', '184733.916000', '184733.919000', '184733.921000', '184733.924000', '184733.926000', '184733.929000', '184733.932000', '184733.934000', '184733.937000', '184733.939000', '184753.827000', '184753.830000', '184753.833000', '184753.836000', '184753.838000', '184753.841000', '184753.843000', '184753.846000', '184753.849000', '184753.851000', '184753.854000', '184753.856000', '184753.859000', '184753.862000', '184753.864000', '184753.867000', '184753.870000', '184753.872000', '184753.875000', '184753.877000', '184753.880000', '184753.882000', '184753.885000', '184753.888000', '184753.890000', '184753.893000', '184753.895000', '184753.898000', '184753.901000', '184753.903000', '184753.906000', '184753.909000', '184753.911000', '184753.914000', '184753.916000', '184753.919000', '184753.921000', '184753.924000', '184753.927000', '184753.930000', '184753.932000', '184753.935000', '184753.937000', '184813.828000', '184813.830000', '184813.833000', '184813.836000', '184813.838000', '184813.841000', '184813.844000', '184813.847000', '184813.849000', '184813.852000', '184813.854000', '184813.857000', '184813.859000', '184813.862000', '184813.865000', '184813.867000', '184813.870000', '184813.872000', '184813.875000', '184813.878000', '184813.880000', '184813.883000', '184813.885000', '184813.888000', '184813.890000', '184813.893000', '184813.896000', '184813.898000', '184813.901000', '184813.904000', '184813.906000', '184813.909000', '184813.911000', '184813.914000', '184813.940000', '184813.943000', '184813.945000', '184813.948000', '184813.950000', '184813.953000', '184813.955000', '184813.958000', '184813.961000', '184813.963000', '184833.828000', '184833.830000', '184833.833000', '184833.835000', '184833.838000', '184833.841000', '184833.843000', '184833.846000', '184833.848000', '184833.851000', '184833.854000', '184833.856000', '184833.859000', '184833.861000', '184833.864000', '184833.867000', '184833.869000', '184833.872000', '184833.874000', '184833.877000', '184833.880000', '184833.882000', '184833.885000', '184833.887000', '184833.890000', '184833.892000', '184833.895000', '184833.898000', '184833.900000', '184833.903000', '184833.905000', '184833.908000', '184833.910000', '184833.913000', '184833.916000', '184833.918000', '184833.921000', '184833.923000', '184833.926000', '184833.928000', '184833.931000', '184833.933000', '184833.936000', '184853.827000', '184853.830000', '184853.833000', '184853.835000', '184853.838000', '184853.841000', '184853.843000', '184853.846000', '184853.848000', '184853.851000', '184853.853000', '184853.856000', '184853.859000', '184853.875000', '184853.878000', '184853.880000', '184853.883000', '184853.885000', '184853.888000', '184853.891000', '184853.893000', '184853.896000', '184853.899000', '184853.901000', '184853.904000', '184853.906000', '184853.909000', '184853.912000', '184853.914000', '184853.917000', '184853.919000', '184853.922000', '184853.925000', '184853.927000', '184853.930000', '184853.932000', '184853.935000', '184853.938000', '184853.940000', '184853.943000', '184853.945000', '184853.948000', '184853.951000', '184853.953000', '184913.828000', '184913.830000', '184913.833000', '184913.836000', '184913.838000', '184913.841000', '184913.843000', '184913.846000', '184913.849000', '184913.851000', '184913.854000', '184913.856000', '184913.859000', '184913.862000', '184913.864000', '184913.867000', '184913.869000', '184913.872000', '184913.875000', '184913.877000', '184913.880000', '184913.882000', '184913.885000', '184913.887000', '184913.890000', '184913.893000', '184913.895000', '184913.898000', '184913.901000', '184913.903000', '184913.906000', '184913.908000', '184913.911000', '184913.913000', '184913.916000', '184913.919000', '184913.921000', '184913.924000', '184913.926000', '184913.929000', '184913.932000', '184913.934000', '184913.937000', '184933.826000', '184933.830000', '184933.833000', '184933.835000', '184933.838000', '184933.840000', '184933.843000', '184933.846000', '184933.848000', '184933.851000', '184933.854000', '184933.856000', '184933.859000', '184933.862000', '184933.864000', '184933.867000', '184933.869000', '184933.872000', '184933.875000', '184933.877000', '184933.880000', '184933.882000', '184933.885000', '184933.888000', '184933.890000', '184933.893000', '184933.896000', '184933.898000', '184933.901000', '184933.903000', '184933.906000', '184933.909000', '184933.911000', '184933.914000', '184933.916000', '184933.919000', '184933.922000', '184933.924000', '184933.927000', '184933.929000', '184933.932000', '184933.935000', '184933.937000', '184953.828000', '184953.830000', '184953.833000', '184953.836000', '184953.838000', '184953.841000', '184953.843000', '184953.846000', '184953.849000', '184953.851000', '184953.854000', '184953.856000', '184953.859000', '184953.862000', '184953.864000', '184953.867000', '184953.870000', '184953.872000', '184953.875000', '184953.877000', '184953.880000', '184953.882000', '184953.885000', '184953.888000', '184953.890000', '184953.893000', '184953.895000', '184953.898000', '184953.901000', '184953.903000', '184953.906000', '184953.908000', '184953.911000', '184953.914000', '184953.916000', '184953.919000', '184953.921000', '184953.924000', '184953.927000', '184953.929000', '184953.932000', '184953.934000', '184953.937000', '184953.940000', '185013.827000', '185013.830000', '185013.833000', '185013.835000', '185013.838000', '185013.841000', '185013.843000', '185013.846000', '185013.848000', '185013.851000', '185013.854000', '185013.856000', '185013.859000', '185013.862000', '185013.864000', '185013.867000', '185013.869000', '185013.872000', '185013.874000', '185013.877000', '185013.880000', '185013.882000', '185013.885000', '185013.887000', '185013.890000', '185013.893000', '185013.895000', '185013.898000', '185013.900000', '185013.903000', '185013.906000', '185013.908000', '185013.911000', '185013.913000', '185013.916000', '185013.918000', '185013.921000', '185013.924000', '185013.939000', '185013.942000', '185013.944000', '185013.947000', '185013.950000', '185013.952000', '185033.828000', '185033.830000', '185033.833000', '185033.836000', '185033.838000', '185033.841000', '185033.843000', '185033.846000', '185033.849000', '185033.851000', '185033.854000', '185033.856000', '185033.859000', '185033.861000', '185033.864000', '185033.867000', '185033.869000', '185033.872000', '185033.874000', '185033.877000', '185033.880000', '185033.882000', '185033.885000', '185033.887000', '185033.890000', '185033.893000', '185033.895000', '185033.898000', '185033.900000', '185033.903000', '185033.905000', '185033.908000', '185033.911000', '185033.913000', '185033.916000', '185033.918000', '185033.921000', '185033.924000', '185033.926000', '185033.929000', '185033.931000', '185033.934000', '185033.937000', '185053.828000', '185053.830000', '185053.833000', '185053.836000', '185053.838000', '185053.841000', '185053.843000', '185053.846000', '185053.849000', '185053.852000', '185053.854000', '185053.857000', '185053.860000', '185053.862000', '185053.865000', '185053.868000', '185053.871000', '185053.874000', '185053.876000', '185053.879000', '185053.881000', '185053.884000', '185053.887000', '185053.889000', '185053.892000', '185053.894000', '185053.897000', '185053.900000', '185053.902000', '185053.905000', '185053.907000', '185053.910000', '185053.913000', '185053.915000', '185053.918000', '185053.921000', '185053.923000', '185053.926000', '185053.929000', '185053.931000', '185053.934000', '185053.937000', '185053.939000', '185113.827000', '185113.830000', '185113.833000', '185113.835000', '185113.838000', '185113.841000', '185113.843000', '185113.846000', '185113.848000', '185113.851000', '185113.854000', '185113.856000', '185113.859000', '185113.861000', '185113.864000', '185113.867000', '185113.869000', '185113.872000', '185113.875000', '185113.877000', '185113.880000', '185113.882000', '185113.885000', '185113.887000', '185113.890000', '185113.893000', '185113.895000', '185113.898000', '185113.900000', '185113.903000', '185113.906000', '185113.908000', '185113.911000', '185113.913000', '185113.916000', '185113.919000', '185113.922000', '185113.924000', '185113.927000', '185113.929000', '185113.932000', '185113.935000', '185113.937000', '185113.940000', '185133.827000', '185133.830000', '185133.833000', '185133.836000', '185133.838000', '185133.841000', '185133.843000', '185133.846000', '185133.849000', '185133.851000', '185133.854000', '185133.857000', '185133.859000', '185133.862000', '185133.864000', '185133.867000', '185133.870000', '185133.872000', '185133.875000', '185133.878000', '185133.881000', '185133.883000', '185133.886000', '185133.888000', '185133.891000', '185133.895000', '185133.898000', '185133.900000', '185133.903000', '185133.906000', '185133.909000', '185133.911000', '185133.914000', '185133.917000', '185133.919000', '185133.922000', '185133.924000', '185133.927000', '185133.930000', '185133.932000', '185133.935000', '185133.938000', '185133.940000', '185153.826000', '185153.829000', '185153.832000', '185153.834000', '185153.837000', '185153.840000', '185153.850000', '185153.853000', '185153.856000', '185153.858000', '185153.861000', '185153.864000', '185153.866000', '185153.869000', '185153.871000', '185153.874000', '185153.877000', '185153.879000', '185153.882000', '185153.884000', '185153.887000', '185153.890000', '185153.892000', '185153.895000', '185153.898000', '185153.900000', '185153.903000', '185153.905000', '185153.908000', '185153.910000', '185153.913000', '185153.916000', '185153.918000', '185153.921000', '185153.924000', '185153.926000', '185153.929000', '185153.931000', '185153.934000', '185153.937000', '185153.939000', '185153.942000', '185153.944000', '185153.947000', '185213.828000', '185213.831000', '185213.833000', '185213.836000', '185213.838000', '185213.841000', '185213.844000', '185213.846000', '185213.849000', '185213.851000', '185213.854000', '185213.857000', '185213.859000', '185213.862000', '185213.864000', '185213.867000', '185213.870000', '185213.872000', '185213.875000', '185213.878000', '185213.880000', '185213.883000', '185213.886000', '185213.888000', '185213.891000', '185213.893000', '185213.896000', '185213.898000', '185213.901000', '185213.904000', '185213.906000', '185213.910000', '185213.913000', '185213.915000', '185213.918000', '185213.920000', '185213.923000', '185213.926000', '185213.929000', '185213.931000', '185213.934000', '185213.936000', '185213.939000', '185233.827000', '185233.830000', '185233.833000', '185233.835000', '185233.838000', '185233.841000', '185233.843000', '185233.846000', '185233.848000', '185233.851000', '185233.854000', '185233.856000', '185233.859000', '185233.862000', '185233.864000', '185233.867000', '185233.869000', '185233.872000', '185233.875000', '185233.878000', '185233.880000', '185233.883000', '185233.886000', '185233.888000', '185233.891000', '185233.893000', '185233.896000', '185233.899000', '185233.901000', '185233.904000', '185233.906000', '185233.909000', '185233.912000', '185233.914000', '185233.917000', '185233.919000', '185233.922000', '185233.925000', '185233.927000', '185233.930000', '185233.932000', '185233.935000', '185233.938000', '185233.940000', '185253.827000', '185253.830000', '185253.833000', '185253.835000', '185253.838000', '185253.841000', '185253.843000', '185253.846000', '185253.849000', '185253.851000', '185253.854000', '185253.857000', '185253.859000', '185253.862000', '185253.864000', '185253.867000', '185253.870000', '185253.873000', '185253.875000', '185253.878000', '185253.881000', '185253.883000', '185253.886000', '185253.888000', '185253.891000', '185253.893000', '185253.896000', '185253.899000', '185253.901000', '185253.904000', '185253.906000', '185253.909000', '185253.912000', '185253.914000', '185253.917000', '185253.919000', '185253.922000', '185253.925000', '185253.927000', '185253.930000', '185253.933000', '185253.935000', '185253.938000', '185313.828000', '185313.831000', '185313.847000', '185313.850000', '185313.852000', '185313.855000', '185313.858000', '185313.860000', '185313.863000', '185313.865000', '185313.868000', '185313.871000', '185313.873000', '185313.876000', '185313.879000', '185313.881000', '185313.884000', '185313.886000', '185313.889000', '185313.892000', '185313.894000', '185313.897000', '185313.899000', '185313.902000', '185313.904000', '185313.907000', '185313.910000', '185313.912000', '185313.915000', '185313.917000', '185313.920000', '185313.923000', '185313.925000', '185313.928000', '185313.930000', '185313.933000', '185313.936000', '185313.938000', '185313.941000', '185313.943000', '185313.946000', '185313.948000', '185313.951000', '185313.954000', '185333.828000', '185333.830000', '185333.833000', '185333.836000', '185333.838000', '185333.841000', '185333.844000', '185333.846000', '185333.849000', '185333.852000', '185333.854000', '185333.857000', '185333.859000', '185333.862000', '185333.864000', '185333.867000', '185333.870000', '185333.872000', '185333.875000', '185333.878000', '185333.880000', '185333.883000', '185333.885000', '185333.888000', '185333.891000', '185333.894000', '185333.897000', '185333.900000', '185333.902000', '185333.905000', '185333.907000', '185333.910000', '185333.913000', '185333.915000', '185333.918000', '185333.921000', '185333.923000', '185333.926000', '185333.928000', '185333.931000', '185333.933000', '185333.936000', '185333.939000', '185353.828000', '185353.831000', '185353.833000', '185353.836000', '185353.838000', '185353.841000', '185353.844000', '185353.846000', '185353.849000', '185353.851000', '185353.854000', '185353.856000', '185353.859000', '185353.861000', '185353.864000', '185353.867000', '185353.869000', '185353.872000', '185353.875000', '185353.877000', '185353.880000', '185353.882000', '185353.885000', '185353.888000', '185353.890000', '185353.893000', '185353.895000', '185353.898000', '185353.901000', '185353.903000', '185353.906000', '185353.908000', '185353.911000', '185353.914000', '185353.916000', '185353.920000', '185353.922000', '185353.925000', '185353.928000', '185353.930000', '185353.933000', '185353.935000', '185353.938000', '185353.941000', '185413.827000', '185413.829000', '185413.832000', '185413.835000', '185413.837000', '185413.840000', '185413.842000', '185413.845000', '185413.848000', '185413.850000', '185413.853000', '185413.855000', '185413.858000', '185413.861000', '185413.863000', '185413.866000', '185413.868000', '185413.871000', '185413.874000', '185413.876000', '185413.879000', '185413.882000', '185413.884000', '185413.887000', '185413.889000', '185413.892000', '185413.895000', '185413.897000', '185413.900000', '185413.902000', '185413.905000', '185413.908000', '185413.910000', '185413.913000', '185413.915000', '185413.918000', '185413.921000', '185413.923000', '185413.926000', '185413.928000', '185413.931000', '185413.934000', '185413.936000', '185429.105000', '185429.107000', '185429.110000', '185429.113000', '185429.115000', '185429.118000', '185429.120000', '185429.123000', '185429.126000', '185429.128000', '185429.131000', '185429.133000', '185429.136000', '185429.139000', '185429.141000', '185429.144000', '185429.146000', '185429.149000', '185429.151000', '185429.154000', '185429.157000', '185429.159000', '185429.162000', '185429.164000', '185429.167000', '185429.170000', '185429.172000', '185429.175000', '185429.177000', '185429.180000', '185429.183000', '185429.186000', '185429.189000', '185429.252000'], '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': [7986, 8155, 8230, 7466, 7988, 8547, 7725, 8206, 10680, 9505, 8178, 8134, 7698, 8757, 8046, 8830, 7683, 8091, 9907, 7670, 8067, 9311, 7693, 7996, 8196, 7654, 8533, 8011, 7480, 7492, 8037, 10064, 7676, 8077, 8416, 7700, 8115, 10908, 9555, 8126, 8234, 7561, 8243, 8268, 7951, 7979, 8390, 7592, 8100, 8631, 9656, 7981, 8212, 7531, 8082, 8334, 7790, 7902, 8295, 7180, 7995, 8240, 7308, 7873, 8150, 7198, 7858, 8041, 8367, 8026, 8014, 9382, 8320, 8082, 7681, 8091, 8136, 8913, 7307, 8184, 7916, 7479, 8197, 8280, 7188, 8060, 8340, 7362, 7979, 8358, 9237, 7945, 8046, 7726, 8375, 7992, 11357, 7451, 7994, 8156, 7642, 8090, 8081, 11179, 7807, 8003, 10616, 8134, 8139, 9511, 7814, 8024, 10486, 7809, 8179, 12412, 8296, 8122, 7842, 8585, 7997, 10456, 7473, 8131, 8230, 7455, 7912, 8196, 7521, 8148, 7732, 7640, 7816, 7488, 7338, 8134, 8210, 7243, 8140, 9105, 8177, 8182, 8392, 7622, 8047, 8356, 8220, 7973, 10312, 7550, 8132, 9550, 7330, 8141, 10359, 7531, 8036, 7973, 7392, 8026, 8158, 7387, 8068, 7887, 7559, 8114, 8088, 9170, 7738, 8232, 8350, 8267, 8123, 12486, 9981, 8263, 8800, 7532, 8240, 8626, 7343, 8158, 10029, 7280, 8282, 8059, 7539, 8184, 10621, 7513, 8130, 9792, 7467, 8102, 10962, 7972, 8277, 8714, 7726, 8145, 8979, 7353, 8267, 7819, 7651, 8078, 9154, 7702, 8117, 8145, 7692, 8037, 8007, 7776, 8302, 8567, 7481, 8070, 7894, 7421, 8107, 7992, 7716, 8114, 8026, 8920, 8342, 8194, 7836, 8612, 8182, 9590, 8004, 7655, 11530, 12473, 7313, 8281, 7926, 8142, 8394, 7835, 8253, 8579, 7967, 8276, 13077, 10303, 8202, 12810, 9508, 8293, 12219, 8762, 8210, 11745, 7905, 8308, 9187, 7939, 8359, 8157, 7971, 8431, 8036, 7995, 8365, 7677, 7967, 8169, 7866, 8108, 8250, 7552, 8049, 8160, 7508, 8047, 8220, 7833, 8166, 8270, 7754, 8074, 8044, 8556, 8131, 8362, 7947, 8131, 8153, 10020, 8347, 8278, 7784, 8466, 8253, 7959, 8864, 8287, 8406, 7937, 8273, 7772, 7471, 8260, 8139, 7972, 8373, 8310, 7654, 8190, 8148, 11213, 8343, 8322, 8601, 7881, 8082, 10932, 7830, 8243, 8487, 7825, 8275, 8363, 7798, 8143, 8446, 7774, 8154, 8419, 10769, 8015, 8236, 8860, 8124, 8286, 12029, 7980, 8326, 7802, 7878, 8248, 8224, 7777, 8317, 8332, 7763, 8270, 8319, 7769, 8250, 8225, 7722, 8194, 8119, 7447, 8750, 8143, 7749, 7809, 8236, 8906, 7743, 8477, 8313, 7892, 8088, 8165, 12527, 8155, 8578, 10381, 8176, 8966, 12289, 7990, 8356, 8630, 8214, 8168, 12067, 8444, 8163, 9448, 8492, 8145, 9533, 7559, 8144, 8160, 7595, 8210, 8204, 7944, 8583, 8304, 7959, 7599, 8259, 11132, 7812, 8233, 8263, 7669, 8239, 8510, 10506, 8365, 8349, 10827, 8085, 8129, 12141, 8121, 8170, 8875, 8185, 8034, 9255, 8639, 8079, 8418, 7495, 8139, 8146, 7782, 8159, 7757, 7266, 8202, 8031, 7654, 8119, 8026, 7749, 7676, 8226, 8814, 7516, 8246, 7717, 8333, 8208, 8613, 7488, 8256, 7764, 7523, 8275, 10060, 7648, 8255, 8371, 7838, 8263, 7927, 11544, 8386, 8168, 7656, 7706, 8093, 8870, 7720, 8316, 9046, 7771, 8380, 9551, 8062, 8234, 8777, 7857, 8140, 8003, 7722, 8215, 8295, 7783, 8153, 8076, 8754, 8785, 8436, 10352, 7673, 8075, 11096, 7959, 8311, 11444, 7400, 8116, 7810, 7726, 8225, 8079, 7707, 8236, 7759, 7776, 8040, 7785, 7718, 8281, 7816, 7481, 8337, 8104, 7761, 8229, 7908, 7692, 8150, 8106, 7594, 8162, 8091, 7543, 8242, 8184, 8353, 8436, 7968, 8729, 8503, 8166, 10909, 7510, 8138, 8006, 7441, 8154, 7926, 7807, 8151, 8077, 8250, 8111, 8055, 11892, 8437, 8009, 8281, 8122, 7522, 7564, 7503, 7942, 7544, 7367, 7594, 7644, 7154, 8062, 7784, 7780, 8061, 7687, 9728, 8259, 9825, 9305, 8349, 12418, 10280, 7718, 12143, 7770, 8081, 7765, 7754, 7943, 11389, 10603, 8106, 8071, 9019, 7919, 7828, 12705, 8261, 7751, 7734, 8016, 7591, 9225, 8149, 7914, 7596, 7788, 7468, 10356, 7861, 7843, 8072, 7787, 7546, 11986, 7413, 7705, 7527, 7468, 7772, 7410, 7650, 7732, 7599, 7266, 7761, 7492, 7813, 7932, 7596, 9294, 8047, 7414, 7920, 7614, 7773, 7760, 7723, 7634, 7357, 7795, 7764, 7494, 7171, 7791, 7378, 7928, 7872, 7551, 7339, 7334, 7739, 8663, 7698, 7511, 7909, 7259, 7820, 7426, 7498, 7820, 7630, 11347, 7949, 7642, 11663, 7815, 7611, 11336, 7623, 7667, 8696, 7507, 7376, 9826, 7978, 7547, 7268, 7387, 7654, 7480, 7650, 7651, 7361, 7168, 7778, 7501, 7101, 7713, 7447, 7317, 7752, 7195, 7283, 7475, 7276, 7750, 7433, 7453, 7335, 7624, 7467, 11223, 7720, 7793, 9630, 7874, 7444, 12264, 11246, 7691, 9920, 8683, 7411, 12342, 10826, 7765, 11098, 8193, 7439, 10002, 7702, 7714, 8063, 7521, 7542, 7587, 7366, 7601, 7588, 7444, 7623, 7095, 7490, 7156, 7162, 7520, 7418, 7520, 7649, 7248, 7490, 7150, 7706, 7333, 7254, 7798, 8625, 11700, 7850, 7720, 9191, 7804, 11414, 10296, 7706, 10845, 7597, 7725, 7643, 7770, 7635, 9772, 7825, 7838, 7401, 7198, 7644, 7388, 10028, 7846, 7618, 7966, 7516, 7267, 9420, 8234, 7490, 7755, 7833, 6666, 8365, 7568, 7166, 7213, 7290, 7169, 7993, 7337, 7355, 7400, 7482, 6771, 8700, 7819, 7559, 9284, 7556, 7246, 9639, 7264, 7654, 7406, 7378, 7499, 7173, 11565, 7834, 7493, 11172, 7632, 7239, 12439, 7856, 7389, 9737, 7450, 7334, 11837, 7678, 7530, 8061, 7392, 7486, 7846, 7919, 7312, 7544, 7503, 7235, 7411, 7439, 7571, 7399, 7400, 7629, 7338, 10431, 7661, 8014, 9121, 7794, 9162, 8999, 7676, 7772, 7593, 7807, 7773, 7723, 7814, 7459, 8924, 7895, 9158, 8883, 7540, 12005, 7960, 7584, 8697, 7840, 7461, 9206, 7987, 7621, 8632, 7850, 7566, 8861, 7715, 7559, 7731, 7865, 7644, 7921, 8341, 9690, 9729, 11534, 10540, 7966, 7448, 8023, 7822, 7617, 8147, 9402, 8086, 8113, 8816, 7952, 12389, 9815, 8040, 11993, 9100, 8191, 11552, 8258, 8023, 10293, 8164, 8261, 9332, 8285, 8107, 11345, 7926, 7935, 10481, 8023, 8385, 7886, 8297, 8185, 7423, 7246, 7691, 7359, 7318, 7844, 7403, 7985, 8005, 7704, 8086, 7993, 7735, 8190, 9825, 8449, 8283, 7844, 8267, 8005, 7254, 8370, 7945, 7496, 8184, 7745, 8150, 7897, 8613, 8294, 7769, 7600, 7941, 7850, 7681, 8037, 7934, 7553, 8048, 8355, 8044, 7847, 9953, 8002, 7917, 7815, 7923, 7533, 8266, 8092, 7806, 7690, 8035, 9760, 7864, 7960, 9402, 8355, 8069, 9238, 8088, 8243, 9253, 8180, 7915, 7715, 8113, 10736, 8746, 8234, 7871, 7645, 8123, 7726, 7363, 8230, 8089, 7410, 8376, 7850, 7622, 8323, 9895, 7685, 8416, 8445, 7535, 8289, 12453, 10871, 8286, 8307, 7700, 8366, 7983, 8457, 8259, 8334, 7671, 8311, 8039, 8894, 8147, 8091, 7854, 8193, 8096, 8804, 8249, 7969, 7804, 8248, 8188, 7878, 8316, 8159, 7826, 8324, 8221, 7889, 8226, 8327, 7942, 8319, 8308, 10363, 8284, 8322, 10440, 8179, 8335, 9826, 8227, 8473, 12820, 8817, 8509, 7966, 8351, 8257, 8704, 8023, 8273, 7845, 8185, 8053, 9728, 8652, 8156, 7630, 8621, 8105, 8757, 8707, 8319, 7819, 8473, 8335, 10574, 7860, 8472, 8225, 7630, 8463, 10583, 9606, 8452, 9204, 7649, 8480, 8231, 7422, 8294, 8782, 7702, 8379, 8199, 7567, 8317, 8320, 7830, 8226, 8483, 7514, 8295, 8442, 11374, 7999, 8382, 8817, 8263, 8448, 9622, 8296, 8358, 7971, 8403, 8339, 7724, 7760, 8628, 9541, 7964, 8367, 8485, 7666, 8326, 8378, 8735, 8361, 8324, 7598, 8381, 8392, 7570, 8241, 8512, 7508, 8262, 8353, 7599, 8257, 8516, 7299, 8293, 8379, 11407, 8361, 8447, 8538, 8244, 8364, 10625, 8291, 8277, 7659, 8157, 8417, 7287, 8421, 8275, 7781, 8287, 8173, 7630, 7297, 8229, 7958, 7548, 8334, 8023, 7497, 8307, 8255], 'WindowCenter': [3926.0, 3910.0, 3895.0, 3872.0, 3882.0, 3891.0, 3880.0, 3879.0, 3899.0, 3888.0, 3878.0, 3866.0, 3866.0, 3878.0, 3880.0, 3890.0, 3869.0, 3868.0, 3888.0, 3867.0, 3868.0, 3888.0, 3867.0, 3867.0, 3878.0, 3867.0, 3878.0, 3879.0, 3870.0, 3869.0, 3880.0, 3900.0, 3867.0, 3879.0, 3878.0, 3868.0, 3879.0, 3899.0, 3888.0, 3868.0, 3866.0, 3867.0, 3879.0, 3878.0, 3867.0, 3867.0, 3876.0, 3866.0, 3879.0, 3878.0, 3887.0, 3867.0, 3864.0, 3854.0, 3866.0, 3866.0, 3865.0, 3866.0, 3864.0, 3843.0, 3865.0, 3877.0, 3866.0, 3866.0, 3867.0, 3855.0, 3867.0, 3878.0, 3877.0, 3867.0, 3866.0, 3876.0, 3866.0, 3865.0, 3867.0, 3877.0, 3866.0, 3889.0, 3868.0, 3878.0, 3879.0, 3870.0, 3880.0, 3879.0, 3859.0, 3881.0, 3879.0, 3871.0, 3881.0, 3879.0, 3890.0, 3880.0, 3879.0, 3880.0, 3880.0, 3880.0, 3910.0, 3868.0, 3880.0, 3880.0, 3881.0, 3880.0, 3879.0, 3910.0, 3869.0, 3880.0, 3900.0, 3868.0, 3868.0, 3888.0, 3867.0, 3867.0, 3898.0, 3867.0, 3865.0, 3908.0, 3866.0, 3866.0, 3866.0, 3889.0, 3878.0, 3898.0, 3855.0, 3866.0, 3866.0, 3855.0, 3878.0, 3877.0, 3867.0, 3867.0, 3866.0, 3868.0, 3878.0, 3868.0, 3867.0, 3879.0, 3878.0, 3870.0, 3880.0, 3889.0, 3879.0, 3878.0, 3877.0, 3866.0, 3867.0, 3879.0, 3866.0, 3867.0, 3886.0, 3856.0, 3866.0, 3889.0, 3856.0, 3866.0, 3886.0, 3854.0, 3866.0, 3867.0, 3856.0, 3865.0, 3867.0, 3856.0, 3877.0, 3880.0, 3880.0, 3880.0, 3879.0, 3890.0, 3868.0, 3879.0, 3877.0, 3879.0, 3879.0, 3908.0, 3889.0, 3877.0, 3878.0, 3868.0, 3866.0, 3877.0, 3867.0, 3867.0, 3888.0, 3856.0, 3877.0, 3878.0, 3868.0, 3879.0, 3899.0, 3867.0, 3866.0, 3887.0, 3867.0, 3877.0, 3897.0, 3867.0, 3865.0, 3875.0, 3868.0, 3867.0, 3876.0, 3855.0, 3866.0, 3855.0, 3865.0, 3878.0, 3887.0, 3866.0, 3866.0, 3866.0, 3865.0, 3878.0, 3880.0, 3869.0, 3878.0, 3875.0, 3855.0, 3867.0, 3867.0, 3867.0, 3878.0, 3868.0, 3878.0, 3891.0, 3879.0, 3891.0, 3881.0, 3880.0, 3869.0, 3889.0, 3890.0, 3915.0, 3893.0, 3881.0, 3911.0, 3921.0, 3868.0, 3879.0, 3878.0, 3879.0, 3878.0, 3869.0, 3879.0, 3877.0, 3867.0, 3880.0, 3919.0, 3888.0, 3865.0, 3894.0, 3873.0, 3852.0, 3894.0, 3863.0, 3850.0, 3881.0, 3840.0, 3849.0, 3858.0, 3838.0, 3849.0, 3851.0, 3849.0, 3850.0, 3850.0, 3851.0, 3863.0, 3853.0, 3863.0, 3863.0, 3863.0, 3866.0, 3864.0, 3864.0, 3867.0, 3866.0, 3856.0, 3866.0, 3876.0, 3867.0, 3878.0, 3877.0, 3880.0, 3880.0, 3878.0, 3878.0, 3878.0, 3878.0, 3867.0, 3879.0, 3880.0, 3900.0, 3878.0, 3878.0, 3868.0, 3879.0, 3879.0, 3879.0, 3889.0, 3880.0, 3880.0, 3880.0, 3879.0, 3880.0, 3869.0, 3880.0, 3879.0, 3879.0, 3890.0, 3880.0, 3881.0, 3891.0, 3880.0, 3911.0, 3879.0, 3880.0, 3891.0, 3881.0, 3880.0, 3911.0, 3880.0, 3878.0, 3891.0, 3880.0, 3880.0, 3880.0, 3868.0, 3879.0, 3879.0, 3881.0, 3880.0, 3879.0, 3899.0, 3880.0, 3877.0, 3889.0, 3879.0, 3878.0, 3909.0, 3867.0, 3877.0, 3868.0, 3867.0, 3892.0, 3891.0, 3880.0, 3879.0, 3879.0, 3867.0, 3879.0, 3879.0, 3879.0, 3878.0, 3878.0, 3868.0, 3879.0, 3880.0, 3868.0, 3890.0, 3879.0, 3879.0, 3881.0, 3892.0, 3891.0, 3879.0, 3880.0, 3880.0, 3881.0, 3883.0, 3880.0, 3910.0, 3869.0, 3877.0, 3888.0, 3867.0, 3875.0, 3896.0, 3865.0, 3865.0, 3864.0, 3877.0, 3877.0, 3895.0, 3865.0, 3865.0, 3875.0, 3875.0, 3865.0, 3874.0, 3855.0, 3864.0, 3876.0, 3866.0, 3878.0, 3878.0, 3868.0, 3878.0, 3878.0, 3893.0, 3880.0, 3879.0, 3910.0, 3867.0, 3877.0, 3879.0, 3879.0, 3878.0, 3878.0, 3899.0, 3878.0, 3877.0, 3911.0, 3879.0, 3867.0, 3907.0, 3866.0, 3876.0, 3877.0, 3876.0, 3866.0, 3875.0, 3876.0, 3867.0, 3876.0, 3855.0, 3866.0, 3866.0, 3865.0, 3878.0, 3866.0, 3867.0, 3877.0, 3877.0, 3866.0, 3878.0, 3880.0, 3881.0, 3880.0, 3891.0, 3889.0, 3870.0, 3879.0, 3880.0, 3879.0, 3878.0, 3879.0, 3869.0, 3879.0, 3881.0, 3880.0, 3880.0, 3901.0, 3869.0, 3878.0, 3893.0, 3878.0, 3879.0, 3878.0, 3909.0, 3879.0, 3878.0, 3868.0, 3879.0, 3880.0, 3889.0, 3869.0, 3879.0, 3877.0, 3867.0, 3891.0, 3899.0, 3878.0, 3879.0, 3877.0, 3866.0, 3867.0, 3867.0, 3866.0, 3877.0, 3876.0, 3866.0, 3878.0, 3878.0, 3878.0, 3878.0, 3879.0, 3899.0, 3868.0, 3867.0, 3911.0, 3868.0, 3867.0, 3897.0, 3856.0, 3866.0, 3868.0, 3867.0, 3876.0, 3867.0, 3868.0, 3877.0, 3879.0, 3868.0, 3878.0, 3866.0, 3867.0, 3879.0, 3880.0, 3882.0, 3879.0, 3878.0, 3868.0, 3878.0, 3879.0, 3867.0, 3877.0, 3879.0, 3868.0, 3879.0, 3880.0, 3879.0, 3879.0, 3879.0, 3879.0, 3890.0, 3879.0, 3888.0, 3878.0, 3878.0, 3900.0, 3868.0, 3879.0, 3879.0, 3869.0, 3880.0, 3879.0, 3868.0, 3880.0, 3879.0, 3893.0, 3892.0, 3879.0, 3910.0, 3880.0, 3880.0, 3881.0, 3891.0, 3894.0, 3880.0, 3881.0, 3881.0, 3879.0, 3881.0, 3881.0, 3881.0, 3871.0, 3893.0, 3883.0, 3894.0, 3895.0, 3895.0, 3914.0, 3893.0, 3916.0, 3904.0, 3881.0, 3922.0, 3899.0, 3867.0, 3909.0, 3868.0, 3879.0, 3868.0, 3878.0, 3879.0, 3909.0, 3898.0, 3867.0, 3866.0, 3877.0, 3880.0, 3868.0, 3908.0, 3877.0, 3866.0, 3866.0, 3877.0, 3867.0, 3876.0, 3867.0, 3865.0, 3866.0, 3867.0, 3854.0, 3885.0, 3867.0, 3864.0, 3864.0, 3865.0, 3853.0, 3896.0, 3854.0, 3866.0, 3865.0, 3868.0, 3879.0, 3865.0, 3865.0, 3865.0, 3865.0, 3855.0, 3865.0, 3866.0, 3867.0, 3866.0, 3866.0, 3887.0, 3866.0, 3867.0, 3877.0, 3866.0, 3868.0, 3867.0, 3868.0, 3868.0, 3867.0, 3867.0, 3866.0, 3867.0, 3858.0, 3868.0, 3870.0, 3880.0, 3878.0, 3868.0, 3868.0, 3869.0, 3869.0, 3890.0, 3868.0, 3868.0, 3877.0, 3867.0, 3869.0, 3881.0, 3880.0, 3880.0, 3867.0, 3909.0, 3878.0, 3867.0, 3909.0, 3867.0, 3866.0, 3896.0, 3866.0, 3867.0, 3876.0, 3866.0, 3868.0, 3888.0, 3867.0, 3867.0, 3867.0, 3868.0, 3868.0, 3870.0, 3881.0, 3879.0, 3869.0, 3870.0, 3868.0, 3868.0, 3868.0, 3881.0, 3869.0, 3869.0, 3880.0, 3868.0, 3880.0, 3882.0, 3881.0, 3881.0, 3882.0, 3881.0, 3882.0, 3881.0, 3881.0, 3910.0, 3880.0, 3880.0, 3901.0, 3879.0, 3869.0, 3908.0, 3899.0, 3866.0, 3886.0, 3877.0, 3868.0, 3906.0, 3885.0, 3853.0, 3884.0, 3864.0, 3855.0, 3884.0, 3853.0, 3853.0, 3863.0, 3864.0, 3864.0, 3878.0, 3866.0, 3868.0, 3868.0, 3866.0, 3866.0, 3869.0, 3867.0, 3868.0, 3868.0, 3879.0, 3869.0, 3879.0, 3892.0, 3881.0, 3881.0, 3870.0, 3882.0, 3880.0, 3882.0, 3883.0, 3891.0, 3911.0, 3880.0, 3868.0, 3889.0, 3868.0, 3910.0, 3898.0, 3867.0, 3898.0, 3866.0, 3867.0, 3879.0, 3866.0, 3867.0, 3887.0, 3867.0, 3866.0, 3867.0, 3870.0, 3879.0, 3866.0, 3888.0, 3879.0, 3867.0, 3877.0, 3868.0, 3866.0, 3887.0, 3879.0, 3869.0, 3867.0, 3878.0, 3871.0, 3891.0, 3879.0, 3856.0, 3869.0, 3868.0, 3868.0, 3878.0, 3869.0, 3870.0, 3868.0, 3880.0, 3883.0, 3892.0, 3880.0, 3868.0, 3888.0, 3879.0, 3867.0, 3889.0, 3868.0, 3878.0, 3868.0, 3879.0, 3881.0, 3870.0, 3910.0, 3879.0, 3867.0, 3910.0, 3880.0, 3867.0, 3908.0, 3878.0, 3854.0, 3888.0, 3869.0, 3855.0, 3907.0, 3865.0, 3865.0, 3867.0, 3881.0, 3868.0, 3867.0, 3866.0, 3867.0, 3866.0, 3866.0, 3867.0, 3868.0, 3867.0, 3868.0, 3868.0, 3881.0, 3882.0, 3870.0, 3900.0, 3881.0, 3880.0, 3889.0, 3869.0, 3888.0, 3877.0, 3865.0, 3867.0, 3865.0, 3868.0, 3881.0, 3878.0, 3868.0, 3867.0, 3877.0, 3866.0, 3888.0, 3888.0, 3865.0, 3907.0, 3865.0, 3865.0, 3874.0, 3876.0, 3867.0, 3886.0, 3865.0, 3865.0, 3874.0, 3865.0, 3866.0, 3874.0, 3865.0, 3865.0, 3867.0, 3878.0, 3878.0, 3878.0, 3889.0, 3902.0, 3901.0, 3912.0, 3899.0, 3878.0, 3866.0, 3877.0, 3866.0, 3867.0, 3866.0, 3886.0, 3866.0, 3867.0, 3877.0, 3878.0, 3907.0, 3886.0, 3865.0, 3895.0, 3864.0, 3853.0, 3884.0, 3863.0, 3865.0, 3886.0, 3863.0, 3863.0, 3861.0, 3862.0, 3851.0, 3882.0, 3851.0, 3863.0, 3883.0, 3864.0, 3864.0, 3851.0, 3863.0, 3864.0, 3853.0, 3853.0, 3864.0, 3865.0, 3868.0, 3877.0, 3867.0, 3879.0, 3879.0, 3880.0, 3880.0, 3879.0, 3868.0, 3880.0, 3899.0, 3891.0, 3879.0, 3878.0, 3878.0, 3877.0, 3868.0, 3879.0, 3877.0, 3867.0, 3878.0, 3878.0, 3880.0, 3891.0, 3889.0, 3879.0, 3878.0, 3879.0, 3881.0, 3892.0, 3881.0, 3881.0, 3880.0, 3879.0, 3879.0, 3880.0, 3881.0, 3880.0, 3899.0, 3879.0, 3879.0, 3868.0, 3880.0, 3880.0, 3879.0, 3879.0, 3879.0, 3868.0, 3881.0, 3900.0, 3880.0, 3879.0, 3889.0, 3879.0, 3879.0, 3900.0, 3880.0, 3878.0, 3889.0, 3879.0, 3878.0, 3879.0, 3880.0, 3898.0, 3888.0, 3878.0, 3867.0, 3868.0, 3879.0, 3880.0, 3869.0, 3880.0, 3878.0, 3868.0, 3879.0, 3881.0, 3880.0, 3880.0, 3900.0, 3868.0, 3878.0, 3878.0, 3869.0, 3879.0, 3909.0, 3899.0, 3877.0, 3877.0, 3866.0, 3879.0, 3879.0, 3879.0, 3879.0, 3878.0, 3879.0, 3890.0, 3880.0, 3889.0, 3878.0, 3879.0, 3878.0, 3890.0, 3881.0, 3890.0, 3880.0, 3879.0, 3868.0, 3879.0, 3879.0, 3878.0, 3878.0, 3878.0, 3867.0, 3879.0, 3890.0, 3880.0, 3879.0, 3877.0, 3877.0, 3878.0, 3879.0, 3898.0, 3878.0, 3877.0, 3896.0, 3865.0, 3865.0, 3886.0, 3876.0, 3865.0, 3907.0, 3875.0, 3863.0, 3864.0, 3876.0, 3877.0, 3876.0, 3867.0, 3877.0, 3867.0, 3879.0, 3878.0, 3887.0, 3877.0, 3877.0, 3866.0, 3890.0, 3879.0, 3877.0, 3889.0, 3877.0, 3868.0, 3878.0, 3880.0, 3899.0, 3878.0, 3877.0, 3877.0, 3866.0, 3877.0, 3899.0, 3888.0, 3877.0, 3877.0, 3865.0, 3877.0, 3878.0, 3867.0, 3877.0, 3876.0, 3866.0, 3866.0, 3877.0, 3867.0, 3876.0, 3877.0, 3865.0, 3876.0, 3876.0, 3855.0, 3877.0, 3866.0, 3896.0, 3864.0, 3865.0, 3874.0, 3865.0, 3876.0, 3886.0, 3864.0, 3865.0, 3864.0, 3864.0, 3875.0, 3868.0, 3866.0, 3877.0, 3887.0, 3866.0, 3877.0, 3877.0, 3867.0, 3877.0, 3865.0, 3875.0, 3866.0, 3876.0, 3865.0, 3876.0, 3866.0, 3865.0, 3875.0, 3877.0, 3867.0, 3878.0, 3877.0, 3867.0, 3878.0, 3887.0, 3867.0, 3879.0, 3878.0, 3908.0, 3878.0, 3877.0, 3877.0, 3878.0, 3878.0, 3900.0, 3878.0, 3877.0, 3865.0, 3866.0, 3877.0, 3867.0, 3877.0, 3876.0, 3866.0, 3877.0, 3878.0, 3879.0, 3869.0, 3879.0, 3878.0, 3868.0, 3890.0, 3879.0, 3869.0, 3890.0, 3880.0], 'WindowWidth': [8789.0, 8754.0, 8722.0, 8686.0, 8697.0, 8708.0, 8692.0, 8687.0, 8710.0, 8695.0, 8682.0, 8664.0, 8666.0, 8683.0, 8692.0, 8701.0, 8675.0, 8670.0, 8693.0, 8667.0, 8669.0, 8695.0, 8668.0, 8668.0, 8682.0, 8666.0, 8684.0, 8688.0, 8677.0, 8674.0, 8688.0, 8714.0, 8669.0, 8685.0, 8683.0, 8671.0, 8687.0, 8710.0, 8696.0, 8669.0, 8663.0, 8666.0, 8687.0, 8685.0, 8666.0, 8667.0, 8677.0, 8663.0, 8687.0, 8683.0, 8692.0, 8666.0, 8658.0, 8643.0, 8662.0, 8664.0, 8661.0, 8662.0, 8658.0, 8630.0, 8661.0, 8682.0, 8665.0, 8665.0, 8667.0, 8648.0, 8665.0, 8684.0, 8682.0, 8667.0, 8663.0, 8675.0, 8663.0, 8661.0, 8670.0, 8681.0, 8665.0, 8698.0, 8670.0, 8683.0, 8689.0, 8677.0, 8690.0, 8688.0, 8659.0, 8692.0, 8686.0, 8679.0, 8692.0, 8686.0, 8702.0, 8689.0, 8685.0, 8690.0, 8690.0, 8688.0, 8731.0, 8671.0, 8688.0, 8691.0, 8695.0, 8689.0, 8686.0, 8727.0, 8672.0, 8688.0, 8714.0, 8670.0, 8668.0, 8695.0, 8666.0, 8665.0, 8709.0, 8667.0, 8662.0, 8720.0, 8662.0, 8662.0, 8665.0, 8702.0, 8683.0, 8709.0, 8650.0, 8664.0, 8663.0, 8650.0, 8685.0, 8680.0, 8667.0, 8667.0, 8665.0, 8669.0, 8685.0, 8670.0, 8670.0, 8686.0, 8685.0, 8677.0, 8691.0, 8700.0, 8685.0, 8683.0, 8680.0, 8664.0, 8667.0, 8686.0, 8665.0, 8666.0, 8689.0, 8649.0, 8663.0, 8701.0, 8652.0, 8663.0, 8690.0, 8646.0, 8663.0, 8666.0, 8651.0, 8663.0, 8665.0, 8653.0, 8682.0, 8692.0, 8693.0, 8693.0, 8688.0, 8702.0, 8671.0, 8685.0, 8682.0, 8686.0, 8685.0, 8723.0, 8698.0, 8679.0, 8683.0, 8668.0, 8665.0, 8681.0, 8668.0, 8667.0, 8695.0, 8651.0, 8681.0, 8683.0, 8671.0, 8686.0, 8713.0, 8667.0, 8663.0, 8694.0, 8670.0, 8683.0, 8705.0, 8668.0, 8661.0, 8674.0, 8672.0, 8667.0, 8675.0, 8649.0, 8662.0, 8647.0, 8662.0, 8684.0, 8692.0, 8664.0, 8665.0, 8662.0, 8660.0, 8682.0, 8692.0, 8675.0, 8682.0, 8674.0, 8649.0, 8667.0, 8666.0, 8668.0, 8684.0, 8670.0, 8685.0, 8709.0, 8689.0, 8706.0, 8692.0, 8689.0, 8674.0, 8702.0, 8704.0, 8745.0, 8714.0, 8693.0, 8731.0, 8746.0, 8671.0, 8686.0, 8683.0, 8686.0, 8685.0, 8673.0, 8686.0, 8680.0, 8668.0, 8690.0, 8738.0, 8693.0, 8660.0, 8697.0, 8667.0, 8636.0, 8695.0, 8652.0, 8630.0, 8672.0, 8617.0, 8626.0, 8638.0, 8611.0, 8627.0, 8632.0, 8629.0, 8630.0, 8630.0, 8633.0, 8654.0, 8643.0, 8655.0, 8655.0, 8655.0, 8664.0, 8656.0, 8659.0, 8666.0, 8662.0, 8650.0, 8665.0, 8678.0, 8669.0, 8683.0, 8680.0, 8692.0, 8691.0, 8684.0, 8684.0, 8685.0, 8684.0, 8669.0, 8689.0, 8690.0, 8714.0, 8684.0, 8683.0, 8671.0, 8685.0, 8687.0, 8687.0, 8701.0, 8688.0, 8690.0, 8688.0, 8685.0, 8689.0, 8674.0, 8689.0, 8686.0, 8686.0, 8703.0, 8690.0, 8694.0, 8707.0, 8689.0, 8732.0, 8687.0, 8689.0, 8710.0, 8694.0, 8691.0, 8732.0, 8691.0, 8683.0, 8707.0, 8691.0, 8689.0, 8688.0, 8672.0, 8687.0, 8687.0, 8694.0, 8691.0, 8687.0, 8713.0, 8688.0, 8681.0, 8700.0, 8687.0, 8681.0, 8724.0, 8667.0, 8681.0, 8669.0, 8670.0, 8711.0, 8707.0, 8691.0, 8687.0, 8687.0, 8669.0, 8687.0, 8687.0, 8687.0, 8684.0, 8683.0, 8669.0, 8687.0, 8691.0, 8674.0, 8704.0, 8688.0, 8689.0, 8694.0, 8711.0, 8706.0, 8688.0, 8690.0, 8688.0, 8692.0, 8699.0, 8689.0, 8727.0, 8672.0, 8680.0, 8695.0, 8667.0, 8673.0, 8703.0, 8661.0, 8659.0, 8657.0, 8680.0, 8680.0, 8702.0, 8661.0, 8661.0, 8671.0, 8675.0, 8661.0, 8672.0, 8646.0, 8659.0, 8679.0, 8665.0, 8682.0, 8681.0, 8669.0, 8684.0, 8683.0, 8714.0, 8693.0, 8687.0, 8730.0, 8667.0, 8681.0, 8688.0, 8688.0, 8683.0, 8684.0, 8712.0, 8682.0, 8679.0, 8735.0, 8688.0, 8667.0, 8719.0, 8662.0, 8678.0, 8682.0, 8677.0, 8662.0, 8675.0, 8677.0, 8669.0, 8678.0, 8648.0, 8664.0, 8664.0, 8663.0, 8685.0, 8666.0, 8668.0, 8682.0, 8680.0, 8667.0, 8685.0, 8692.0, 8696.0, 8690.0, 8705.0, 8701.0, 8676.0, 8688.0, 8692.0, 8687.0, 8686.0, 8688.0, 8675.0, 8688.0, 8695.0, 8690.0, 8690.0, 8717.0, 8673.0, 8685.0, 8712.0, 8686.0, 8686.0, 8683.0, 8725.0, 8685.0, 8682.0, 8670.0, 8690.0, 8690.0, 8700.0, 8675.0, 8687.0, 8682.0, 8669.0, 8706.0, 8715.0, 8685.0, 8687.0, 8682.0, 8665.0, 8668.0, 8669.0, 8665.0, 8680.0, 8678.0, 8666.0, 8684.0, 8687.0, 8684.0, 8683.0, 8687.0, 8712.0, 8670.0, 8666.0, 8732.0, 8671.0, 8666.0, 8704.0, 8650.0, 8662.0, 8670.0, 8669.0, 8678.0, 8667.0, 8670.0, 8681.0, 8689.0, 8671.0, 8684.0, 8666.0, 8668.0, 8687.0, 8690.0, 8698.0, 8688.0, 8684.0, 8673.0, 8684.0, 8686.0, 8668.0, 8681.0, 8685.0, 8671.0, 8688.0, 8691.0, 8690.0, 8687.0, 8688.0, 8687.0, 8706.0, 8686.0, 8699.0, 8685.0, 8683.0, 8716.0, 8671.0, 8687.0, 8689.0, 8675.0, 8689.0, 8686.0, 8673.0, 8689.0, 8688.0, 8715.0, 8711.0, 8689.0, 8730.0, 8690.0, 8692.0, 8692.0, 8709.0, 8717.0, 8691.0, 8694.0, 8692.0, 8688.0, 8695.0, 8695.0, 8694.0, 8681.0, 8714.0, 8700.0, 8716.0, 8719.0, 8721.0, 8743.0, 8714.0, 8750.0, 8728.0, 8694.0, 8747.0, 8713.0, 8669.0, 8726.0, 8670.0, 8685.0, 8671.0, 8686.0, 8687.0, 8725.0, 8711.0, 8667.0, 8664.0, 8680.0, 8691.0, 8670.0, 8720.0, 8680.0, 8663.0, 8664.0, 8683.0, 8665.0, 8676.0, 8665.0, 8660.0, 8664.0, 8668.0, 8644.0, 8686.0, 8666.0, 8659.0, 8657.0, 8659.0, 8641.0, 8702.0, 8646.0, 8663.0, 8661.0, 8671.0, 8689.0, 8664.0, 8662.0, 8662.0, 8661.0, 8648.0, 8662.0, 8665.0, 8669.0, 8666.0, 8664.0, 8693.0, 8664.0, 8671.0, 8681.0, 8664.0, 8670.0, 8668.0, 8671.0, 8672.0, 8668.0, 8669.0, 8667.0, 8669.0, 8658.0, 8670.0, 8677.0, 8689.0, 8686.0, 8672.0, 8673.0, 8674.0, 8672.0, 8703.0, 8673.0, 8672.0, 8683.0, 8669.0, 8672.0, 8696.0, 8692.0, 8690.0, 8669.0, 8726.0, 8685.0, 8666.0, 8726.0, 8668.0, 8664.0, 8703.0, 8664.0, 8668.0, 8677.0, 8666.0, 8672.0, 8696.0, 8667.0, 8667.0, 8667.0, 8675.0, 8673.0, 8678.0, 8693.0, 8688.0, 8675.0, 8678.0, 8672.0, 8671.0, 8674.0, 8693.0, 8675.0, 8674.0, 8689.0, 8671.0, 8692.0, 8698.0, 8694.0, 8694.0, 8697.0, 8693.0, 8698.0, 8696.0, 8693.0, 8732.0, 8691.0, 8688.0, 8718.0, 8690.0, 8673.0, 8723.0, 8711.0, 8665.0, 8690.0, 8682.0, 8670.0, 8717.0, 8687.0, 8643.0, 8684.0, 8655.0, 8650.0, 8685.0, 8642.0, 8642.0, 8654.0, 8659.0, 8660.0, 8686.0, 8667.0, 8671.0, 8673.0, 8664.0, 8664.0, 8675.0, 8671.0, 8670.0, 8671.0, 8687.0, 8675.0, 8690.0, 8713.0, 8696.0, 8696.0, 8679.0, 8697.0, 8693.0, 8699.0, 8699.0, 8707.0, 8732.0, 8689.0, 8672.0, 8701.0, 8672.0, 8730.0, 8710.0, 8666.0, 8708.0, 8665.0, 8670.0, 8686.0, 8667.0, 8668.0, 8694.0, 8668.0, 8666.0, 8667.0, 8679.0, 8689.0, 8666.0, 8696.0, 8688.0, 8666.0, 8682.0, 8670.0, 8665.0, 8695.0, 8689.0, 8674.0, 8669.0, 8687.0, 8685.0, 8709.0, 8689.0, 8653.0, 8674.0, 8671.0, 8671.0, 8685.0, 8674.0, 8677.0, 8673.0, 8694.0, 8704.0, 8710.0, 8691.0, 8671.0, 8700.0, 8687.0, 8670.0, 8699.0, 8673.0, 8685.0, 8672.0, 8691.0, 8699.0, 8679.0, 8730.0, 8688.0, 8668.0, 8728.0, 8691.0, 8669.0, 8723.0, 8684.0, 8646.0, 8698.0, 8675.0, 8648.0, 8720.0, 8661.0, 8660.0, 8668.0, 8694.0, 8671.0, 8668.0, 8666.0, 8668.0, 8667.0, 8665.0, 8669.0, 8670.0, 8668.0, 8672.0, 8672.0, 8697.0, 8698.0, 8677.0, 8717.0, 8696.0, 8692.0, 8701.0, 8674.0, 8697.0, 8681.0, 8663.0, 8667.0, 8663.0, 8670.0, 8694.0, 8685.0, 8672.0, 8669.0, 8682.0, 8664.0, 8698.0, 8697.0, 8660.0, 8719.0, 8660.0, 8659.0, 8673.0, 8680.0, 8667.0, 8691.0, 8661.0, 8662.0, 8673.0, 8661.0, 8662.0, 8671.0, 8660.0, 8660.0, 8667.0, 8687.0, 8686.0, 8685.0, 8703.0, 8724.0, 8719.0, 8736.0, 8715.0, 8686.0, 8664.0, 8681.0, 8663.0, 8668.0, 8663.0, 8692.0, 8666.0, 8666.0, 8679.0, 8685.0, 8721.0, 8691.0, 8659.0, 8698.0, 8655.0, 8638.0, 8681.0, 8653.0, 8664.0, 8691.0, 8654.0, 8652.0, 8648.0, 8651.0, 8634.0, 8676.0, 8634.0, 8656.0, 8682.0, 8660.0, 8656.0, 8636.0, 8654.0, 8658.0, 8643.0, 8642.0, 8659.0, 8663.0, 8672.0, 8682.0, 8671.0, 8690.0, 8688.0, 8690.0, 8689.0, 8687.0, 8671.0, 8690.0, 8715.0, 8708.0, 8685.0, 8684.0, 8684.0, 8680.0, 8673.0, 8686.0, 8683.0, 8669.0, 8683.0, 8685.0, 8691.0, 8706.0, 8700.0, 8687.0, 8686.0, 8688.0, 8693.0, 8711.0, 8695.0, 8693.0, 8690.0, 8688.0, 8688.0, 8692.0, 8693.0, 8688.0, 8714.0, 8688.0, 8686.0, 8672.0, 8693.0, 8689.0, 8688.0, 8687.0, 8688.0, 8673.0, 8694.0, 8718.0, 8691.0, 8687.0, 8701.0, 8688.0, 8686.0, 8718.0, 8690.0, 8684.0, 8698.0, 8686.0, 8683.0, 8688.0, 8691.0, 8712.0, 8699.0, 8685.0, 8669.0, 8670.0, 8689.0, 8692.0, 8675.0, 8689.0, 8685.0, 8672.0, 8687.0, 8695.0, 8692.0, 8689.0, 8715.0, 8672.0, 8685.0, 8684.0, 8675.0, 8687.0, 8727.0, 8712.0, 8681.0, 8680.0, 8664.0, 8687.0, 8688.0, 8687.0, 8688.0, 8684.0, 8686.0, 8703.0, 8690.0, 8701.0, 8685.0, 8685.0, 8684.0, 8703.0, 8693.0, 8705.0, 8690.0, 8686.0, 8671.0, 8687.0, 8688.0, 8687.0, 8685.0, 8685.0, 8670.0, 8687.0, 8705.0, 8690.0, 8687.0, 8683.0, 8681.0, 8684.0, 8687.0, 8712.0, 8683.0, 8681.0, 8704.0, 8662.0, 8660.0, 8691.0, 8678.0, 8660.0, 8721.0, 8673.0, 8656.0, 8657.0, 8678.0, 8682.0, 8679.0, 8668.0, 8681.0, 8666.0, 8686.0, 8683.0, 8693.0, 8682.0, 8682.0, 8666.0, 8703.0, 8689.0, 8683.0, 8702.0, 8683.0, 8670.0, 8687.0, 8690.0, 8714.0, 8685.0, 8681.0, 8682.0, 8665.0, 8682.0, 8713.0, 8696.0, 8680.0, 8678.0, 8661.0, 8679.0, 8685.0, 8668.0, 8679.0, 8678.0, 8664.0, 8665.0, 8679.0, 8669.0, 8680.0, 8680.0, 8663.0, 8676.0, 8676.0, 8650.0, 8682.0, 8664.0, 8702.0, 8659.0, 8659.0, 8671.0, 8662.0, 8677.0, 8692.0, 8659.0, 8660.0, 8659.0, 8660.0, 8675.0, 8671.0, 8667.0, 8681.0, 8694.0, 8665.0, 8680.0, 8682.0, 8669.0, 8680.0, 8662.0, 8674.0, 8662.0, 8678.0, 8663.0, 8678.0, 8663.0, 8661.0, 8676.0, 8679.0, 8670.0, 8686.0, 8681.0, 8669.0, 8684.0, 8695.0, 8670.0, 8689.0, 8684.0, 8724.0, 8683.0, 8680.0, 8680.0, 8683.0, 8684.0, 8715.0, 8684.0, 8679.0, 8660.0, 8665.0, 8682.0, 8668.0, 8681.0, 8679.0, 8665.0, 8683.0, 8685.0, 8688.0, 8675.0, 8687.0, 8686.0, 8671.0, 8703.0, 8687.0, 8675.0, 8705.0, 8689.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.00030993928881179535</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021382116392020815</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.74199918733504</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.133109968133681</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.98296133125</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6798.8428</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08337300505728068</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>29</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.515177797051171</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.486058761536578</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3901173066515264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7036293900859065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3644295878723005</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0101882</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016363391652703285</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.022213004529476166</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1153</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.76769869272103</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>33.6476</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.3965</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309236.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>671.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.3348</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9824</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.9185</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3130.5442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3349.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67308.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>888.8649</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.760373569093645</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> |