=== 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-0017 --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-0017",
"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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>7de7bccfcdab97425d326c0259c96cd6</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>12:40:28.922500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</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.107465</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>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.888</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4c05e383-08d6-424b-9f40-2017841be4d1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['124028.922500', '124029.382500', '124029.842500', '124030.302500', '124030.762500', '124031.222500', '124031.682500', '124032.142500', '124032.602500', '124033.062500', '124033.522500', '124033.982500', '124034.442500', '124034.902500', '124035.362500', '124035.822500', '124036.282500', '124036.742500', '124037.202500', '124037.662500', '124038.122500', '124038.582500', '124039.042500', '124039.502500', '124039.962500', '124040.422500', '124040.882500', '124041.342500', '124041.802500', '124042.262500', '124042.722500', '124043.182500', '124043.642500', '124044.102500', '124044.562500', '124045.022500', '124045.482500', '124045.942500', '124046.402500', '124046.862500', '124047.322500', '124047.782500', '124048.242500', '124048.702500', '124049.162500', '124049.622500', '124050.082500', '124050.542500', '124051.002500', '124051.462500', '124051.922500', '124052.382500', '124052.842500', '124053.302500', '124053.762500', '124054.222500', '124054.682500', '124055.142500', '124055.602500', '124056.062500', '124056.522500', '124056.982500', '124057.442500', '124057.902500', '124058.362500', '124058.822500', '124059.282500', '124059.742500', '124100.202500', '124100.662500', '124101.122500', '124101.582500', '124102.042500', '124102.502500', '124102.962500', '124103.422500', '124103.882500', '124104.342500', '124104.802500', '124105.262500', '124105.722500', '124106.182500', '124106.642500', '124107.102500', '124107.562500', '124108.022500', '124108.482500', '124108.942500', '124109.402500', '124109.862500', '124110.322500', '124110.782500', '124111.242500', '124111.702500', '124112.162500', '124112.622500', '124113.082500', '124113.542500', '124114.002500', '124114.462500', '124114.922500', '124115.382500', '124115.842500', '124116.302500', '124116.762500', '124117.222500', '124117.682500', '124118.142500', '124118.602500', '124119.062500', '124119.522500', '124119.982500', '124120.442500', '124120.902500', '124121.362500', '124121.822500', '124122.282500', '124122.742500', '124123.202500', '124123.662500', '124124.122500', '124124.582500', '124125.042500', '124125.502500', '124125.962500', '124126.422500', '124126.882500', '124127.342500', '124127.802500', '124128.262500', '124128.722500', '124129.182500', '124129.642500', '124130.102500', '124130.562500', '124131.022500', '124131.482500', '124131.942500', '124132.402500', '124132.862500', '124133.322500', '124133.782500', '124134.242500', '124134.702500', '124135.162500', '124135.622500', '124136.082500', '124136.542500', '124137.002500', '124137.462500', '124137.922500', '124138.382500', '124138.842500', '124139.302500', '124139.762500', '124140.222500', '124140.682500', '124141.142500', '124141.602500', '124142.062500', '124142.522500', '124142.982500', '124143.442500', '124143.902500', '124144.362500', '124144.822500', '124145.282500', '124145.742500', '124146.202500', '124146.662500', '124147.122500', '124147.582500', '124148.042500', '124148.502500', '124148.962500', '124149.422500', '124149.882500', '124150.342500', '124150.802500', '124151.262500', '124151.722500', '124152.182500', '124152.642500', '124153.102500', '124153.562500', '124154.022500', '124154.482500', '124154.942500', '124155.402500', '124155.862500', '124156.322500', '124156.782500', '124157.242500', '124157.702500', '124158.162500', '124158.622500', '124159.082500', '124159.542500', '124200.002500', '124200.462500', '124200.922500', '124201.382500', '124201.842500', '124202.302500', '124202.762500', '124203.222500', '124203.682500', '124204.142500', '124204.602500', '124205.062500', '124205.522500', '124205.982500', '124206.442500', '124206.902500', '124207.362500', '124207.822500', '124208.282500', '124208.742500', '124209.202500', '124209.662500', '124210.122500', '124210.582500', '124211.042500', '124211.502500', '124211.962500', '124212.422500', '124212.882500', '124213.342500', '124213.802500', '124214.262500', '124214.722500', '124215.182500', '124215.642500', '124216.102500', '124216.562500', '124217.022500', '124217.482500', '124217.942500', '124218.402500', '124218.862500', '124219.322500', '124219.782500', '124220.242500', '124220.702500', '124221.162500', '124221.622500', '124222.082500', '124222.542500', '124223.002500', '124223.462500', '124223.922500', '124224.382500', '124224.842500', '124225.302500', '124225.762500', '124226.222500', '124226.682500', '124227.142500', '124227.602500', '124228.062500', '124228.522500', '124228.982500', '124229.442500', '124229.902500', '124230.362500', '124230.822500', '124231.282500', '124231.742500', '124232.202500', '124232.662500', '124233.122500', '124233.582500', '124234.042500', '124234.502500', '124234.962500', '124235.422500', '124235.882500', '124236.342500', '124236.802500', '124237.262500', '124237.722500', '124238.182500', '124238.642500', '124239.102500', '124239.562500', '124240.022500', '124240.482500', '124240.942500', '124241.402500', '124241.862500', '124242.322500', '124242.782500', '124243.242500', '124243.702500', '124244.162500', '124244.622500', '124245.082500', '124245.542500', '124246.002500', '124246.462500', '124246.922500', '124247.382500', '124247.842500', '124248.302500', '124248.762500', '124249.222500', '124249.682500', '124250.142500', '124250.602500', '124251.062500', '124251.522500', '124251.982500', '124252.442500', '124252.902500', '124253.362500', '124253.822500', '124254.282500', '124254.742500', '124255.202500', '124255.662500', '124256.122500', '124256.582500', '124257.042500', '124257.502500', '124257.962500', '124258.422500', '124258.882500', '124259.342500', '124259.802500', '124300.262500', '124300.722500', '124301.182500', '124301.642500', '124302.102500', '124302.562500', '124303.022500', '124303.482500', '124303.942500', '124304.402500', '124304.862500', '124305.322500', '124305.782500', '124306.242500', '124306.702500', '124307.162500', '124307.622500', '124308.082500', '124308.542500', '124309.002500', '124309.462500', '124309.922500', '124310.382500', '124310.842500', '124311.302500', '124311.762500', '124312.222500', '124312.682500', '124313.142500', '124313.602500', '124314.062500', '124314.522500', '124314.982500', '124315.442500', '124315.902500', '124316.362500', '124316.822500', '124317.282500', '124317.742500', '124318.202500', '124318.662500', '124319.122500', '124319.582500', '124320.042500', '124320.502500', '124320.962500', '124321.422500', '124321.882500', '124322.342500', '124322.802500', '124323.262500', '124323.722500', '124324.182500', '124324.642500', '124325.102500', '124325.562500', '124326.022500', '124326.482500', '124326.942500', '124327.402500', '124327.862500', '124328.322500', '124328.782500', '124329.242500', '124329.702500', '124330.162500', '124330.622500', '124331.082500', '124331.542500', '124332.002500', '124332.462500', '124332.922500', '124333.382500', '124333.842500', '124334.302500', '124334.762500', '124335.222500', '124335.682500', '124336.142500', '124336.602500', '124337.062500', '124337.522500', '124337.982500', '124338.442500', '124338.902500', '124339.362500', '124339.822500', '124340.282500', '124340.742500', '124341.202500', '124341.662500', '124342.122500', '124342.582500', '124343.042500', '124343.502500', '124343.962500', '124344.422500', '124344.882500', '124345.342500', '124345.802500', '124346.262500', '124346.722500', '124347.182500', '124347.642500', '124348.102500', '124348.562500', '124349.022500', '124349.482500', '124349.942500', '124350.402500', '124350.862500', '124351.322500', '124351.782500', '124352.242500', '124352.702500', '124353.162500', '124353.622500', '124354.082500', '124354.542500', '124355.002500', '124355.462500', '124355.922500', '124356.382500', '124356.842500', '124357.302500', '124357.762500', '124358.222500', '124358.682500', '124359.142500', '124359.602500', '124400.062500', '124400.522500', '124400.982500', '124401.442500', '124401.902500', '124402.362500', '124402.822500', '124403.282500', '124403.742500', '124404.202500', '124404.662500', '124405.122500', '124405.582500', '124406.042500', '124406.502500', '124406.962500', '124407.422500', '124407.882500', '124408.342500', '124408.802500', '124409.262500', '124409.722500', '124410.182500', '124410.642500', '124411.102500', '124411.562500', '124412.022500', '124412.482500', '124412.942500', '124413.402500', '124413.862500', '124414.322500', '124414.782500', '124415.242500', '124415.702500', '124416.162500', '124416.622500', '124417.082500', '124417.542500', '124418.002500', '124418.462500', '124418.922500', '124419.382500', '124419.842500', '124420.302500', '124420.762500', '124421.222500', '124421.682500', '124422.142500', '124422.602500', '124423.062500', '124423.522500', '124423.982500', '124424.442500', '124424.902500', '124425.362500', '124425.822500', '124426.282500', '124426.742500', '124427.202500', '124427.662500', '124428.122500', '124428.582500', '124429.042500', '124429.502500', '124429.962500', '124430.422500', '124430.882500', '124431.342500', '124431.802500', '124432.262500', '124432.722500', '124433.182500', '124433.642500', '124434.102500', '124434.562500', '124435.022500', '124435.482500', '124435.942500', '124436.402500', '124436.862500', '124437.322500', '124437.782500', '124438.242500', '124438.702500', '124439.162500', '124439.622500', '124440.082500', '124440.542500', '124441.002500', '124441.462500', '124441.922500', '124442.382500', '124442.842500', '124443.302500', '124443.762500', '124444.222500', '124444.682500', '124445.142500', '124445.602500', '124446.062500', '124446.522500', '124446.982500', '124447.442500', '124447.902500', '124448.362500', '124448.822500', '124449.282500', '124449.742500', '124450.202500', '124450.662500', '124451.122500', '124451.582500', '124452.042500', '124452.502500', '124452.962500', '124453.422500', '124453.882500', '124454.342500', '124454.802500', '124455.262500', '124455.722500', '124456.182500', '124456.642500', '124457.102500', '124457.562500', '124458.022500', '124458.482500', '124458.942500', '124459.402500', '124459.862500', '124500.322500', '124500.782500', '124501.242500', '124501.702500', '124502.162500', '124502.622500', '124503.082500', '124503.542500', '124504.002500', '124504.462500', '124504.922500', '124505.382500', '124505.842500', '124506.302500', '124506.762500', '124507.222500', '124507.682500', '124508.142500', '124508.602500', '124509.062500', '124509.522500', '124509.982500', '124510.442500', '124510.902500', '124511.362500', '124511.822500', '124512.282500', '124512.742500', '124513.202500', '124513.662500', '124514.122500', '124514.582500', '124515.042500', '124515.502500', '124515.962500', '124516.422500', '124516.882500', '124517.342500', '124517.802500', '124518.262500', '124518.722500', '124519.182500', '124519.642500', '124520.102500', '124520.562500', '124521.022500', '124521.482500', '124521.942500', '124522.402500', '124522.862500', '124523.322500', '124523.782500', '124524.242500', '124524.702500', '124525.162500', '124525.622500', '124526.082500', '124526.542500', '124527.002500', '124527.462500', '124527.922500', '124528.382500', '124528.842500', '124529.302500', '124529.762500', '124530.222500', '124530.682500', '124531.142500', '124531.602500', '124532.062500', '124532.522500', '124532.982500', '124533.442500', '124533.902500', '124534.362500', '124534.822500', '124535.282500', '124535.742500', '124536.202500', '124536.662500', '124537.122500', '124537.582500', '124538.042500', '124538.502500', '124538.962500', '124539.422500', '124539.882500', '124540.342500', '124540.802500', '124541.262500', '124541.722500', '124542.182500', '124542.642500', '124543.102500', '124543.562500', '124544.022500', '124544.482500', '124544.942500', '124545.402500', '124545.862500', '124546.322500', '124546.782500', '124547.242500', '124547.702500', '124548.162500', '124548.622500', '124549.082500', '124549.542500', '124550.002500', '124550.462500', '124550.922500', '124551.382500', '124551.842500', '124552.302500', '124552.762500', '124553.222500', '124553.682500', '124554.142500', '124554.602500', '124555.062500', '124555.522500', '124555.982500', '124556.442500', '124556.902500', '124557.362500', '124557.822500', '124558.282500', '124558.742500', '124559.202500', '124559.662500', '124600.122500', '124600.582500', '124601.042500', '124601.502500', '124601.962500', '124602.422500', '124602.882500', '124603.342500', '124603.802500', '124604.262500', '124604.722500', '124605.182500', '124605.642500', '124606.102500', '124606.562500', '124607.022500', '124607.482500', '124607.942500', '124608.402500', '124608.862500', '124609.322500', '124609.782500', '124610.242500', '124610.702500', '124611.162500', '124611.622500', '124612.082500', '124612.542500', '124613.002500', '124613.462500', '124613.922500', '124614.382500', '124614.842500', '124615.302500', '124615.762500', '124616.222500', '124616.682500', '124617.142500', '124617.602500', '124618.062500', '124618.522500', '124618.982500', '124619.442500', '124619.902500', '124620.362500', '124620.822500', '124621.282500', '124621.742500', '124622.202500', '124622.662500', '124623.122500', '124623.582500', '124624.042500', '124624.502500', '124624.962500', '124625.422500', '124625.882500', '124626.342500', '124626.802500', '124627.262500', '124627.722500', '124628.182500', '124628.642500', '124629.102500', '124629.562500', '124630.022500', '124630.482500', '124630.942500', '124631.402500', '124631.862500', '124632.322500', '124632.782500', '124633.242500', '124633.702500', '124634.162500', '124634.622500', '124635.082500', '124635.542500', '124636.002500', '124636.462500', '124636.922500', '124637.382500', '124637.842500', '124638.302500', '124638.762500', '124639.222500', '124639.682500', '124640.142500', '124640.602500', '124641.062500', '124641.522500', '124641.982500', '124642.442500', '124642.902500', '124643.362500', '124643.822500', '124644.282500', '124644.742500', '124645.202500', '124645.662500', '124646.122500', '124646.582500', '124647.042500', '124647.502500', '124647.962500', '124648.422500', '124648.882500', '124649.342500', '124649.802500', '124650.262500', '124650.722500', '124651.182500', '124651.642500', '124652.102500', '124652.562500', '124653.022500', '124653.482500', '124653.942500', '124654.402500', '124654.862500', '124655.322500', '124655.782500', '124656.242500', '124656.702500', '124657.162500', '124657.622500', '124658.082500', '124658.542500', '124659.002500', '124659.462500', '124659.922500', '124700.382500', '124700.842500', '124701.302500', '124701.762500', '124702.222500', '124702.682500', '124703.142500', '124703.602500', '124704.062500', '124704.522500', '124704.982500', '124705.442500', '124705.902500', '124706.362500', '124706.822500', '124707.282500', '124707.742500', '124708.202500', '124708.662500', '124709.122500', '124709.582500', '124710.042500', '124710.502500', '124710.962500', '124711.422500', '124711.882500', '124712.342500', '124712.802500', '124713.262500', '124713.722500', '124714.182500', '124714.642500', '124715.102500', '124715.562500', '124716.022500', '124716.482500', '124716.942500', '124717.402500', '124717.862500', '124718.322500', '124718.782500', '124719.242500', '124719.702500', '124720.162500', '124720.622500', '124721.082500', '124721.542500', '124722.002500', '124722.462500', '124722.922500', '124723.382500', '124723.842500', '124724.302500', '124724.762500', '124725.222500', '124725.682500', '124726.142500', '124726.602500', '124727.062500', '124727.522500', '124727.982500', '124728.442500', '124728.902500', '124729.362500', '124729.822500', '124730.282500', '124730.742500', '124731.202500', '124731.662500', '124732.122500', '124732.582500', '124733.042500', '124733.502500', '124733.962500', '124734.422500', '124734.882500', '124735.342500', '124735.802500', '124736.262500', '124736.722500', '124737.182500', '124737.642500', '124738.102500', '124738.562500', '124739.022500', '124739.482500', '124739.942500', '124740.402500', '124740.862500', '124741.322500', '124741.782500', '124742.242500', '124742.702500', '124743.162500', '124743.622500', '124744.082500', '124744.542500', '124745.002500', '124745.462500', '124745.922500', '124746.382500', '124746.842500', '124747.302500', '124747.762500', '124748.222500', '124748.682500', '124749.142500', '124749.602500', '124750.062500', '124750.522500', '124750.982500', '124751.442500', '124751.902500', '124752.362500', '124752.822500', '124753.282500', '124753.742500', '124754.202500', '124754.662500', '124755.122500', '124755.582500', '124756.042500', '124756.502500', '124756.962500', '124757.422500', '124757.882500', '124758.342500', '124758.802500', '124759.262500', '124759.722500', '124800.182500', '124800.642500', '124801.102500', '124801.562500', '124802.022500', '124802.482500', '124802.942500', '124803.402500', '124803.862500', '124804.322500', '124804.782500', '124805.242500', '124805.702500', '124806.162500', '124806.622500', '124807.082500', '124807.542500', '124808.002500', '124808.462500', '124808.922500', '124809.382500', '124809.842500', '124810.302500', '124810.762500', '124811.222500', '124811.682500', '124812.142500', '124812.602500', '124813.062500', '124813.522500', '124813.982500', '124814.442500', '124814.902500', '124815.362500', '124815.822500', '124816.282500', '124816.742500', '124817.202500', '124817.662500', '124818.122500', '124818.582500', '124819.042500', '124819.502500', '124819.962500', '124820.422500', '124820.882500', '124821.342500', '124821.802500', '124822.262500', '124822.722500', '124823.182500', '124823.642500', '124824.102500', '124824.562500', '124825.022500', '124825.482500', '124825.942500', '124826.402500', '124826.862500', '124827.322500', '124827.782500', '124828.242500', '124828.702500', '124829.162500', '124829.622500', '124830.082500', '124830.542500', '124831.002500', '124831.462500', '124831.922500', '124832.382500', '124832.842500', '124833.302500', '124833.762500', '124834.222500', '124834.682500', '124835.142500', '124835.602500', '124836.062500', '124836.522500', '124836.982500', '124837.442500', '124837.902500', '124838.362500', '124838.822500', '124839.282500', '124839.742500', '124840.202500', '124840.662500', '124841.122500', '124841.582500', '124842.042500', '124842.502500', '124842.962500', '124843.422500', '124843.882500', '124844.342500', '124844.802500', '124845.262500', '124845.722500', '124846.182500', '124846.642500', '124847.102500', '124847.562500', '124848.022500', '124848.482500', '124848.942500', '124849.402500', '124849.862500', '124850.322500', '124850.782500', '124851.242500', '124851.702500', '124852.162500', '124852.622500', '124853.082500', '124853.542500', '124854.002500', '124854.462500', '124854.922500', '124855.382500', '124855.842500', '124856.302500', '124856.762500', '124857.222500', '124857.682500', '124858.142500', '124858.602500', '124859.062500', '124859.522500', '124859.982500', '124900.442500', '124900.902500', '124901.362500', '124901.822500', '124902.282500', '124902.742500', '124903.202500', '124903.662500', '124904.122500', '124904.582500', '124905.042500', '124905.502500', '124905.962500', '124906.422500', '124906.882500', '124907.342500', '124907.802500', '124908.262500', '124908.722500', '124909.182500', '124909.642500', '124910.102500', '124910.562500', '124911.022500', '124911.482500', '124911.942500', '124912.402500', '124912.862500', '124913.322500', '124913.782500', '124914.242500', '124914.702500', '124915.162500', '124915.622500', '124916.082500', '124916.542500', '124917.002500', '124917.462500', '124917.922500', '124918.382500', '124918.842500', '124919.302500', '124919.762500', '124920.222500'], 'ContentTime': ['124050.890000', '124050.893000', '124050.896000', '124050.899000', '124050.902000', '124050.905000', '124050.908000', '124050.911000', '124050.914000', '124050.917000', '124050.920000', '124050.923000', '124050.926000', '124050.929000', '124050.932000', '124050.935000', '124050.939000', '124050.942000', '124050.945000', '124050.948000', '124050.951000', '124050.954000', '124050.957000', '124050.960000', '124050.963000', '124050.965000', '124050.968000', '124050.971000', '124050.974000', '124050.977000', '124050.980000', '124050.983000', '124050.986000', '124050.994000', '124050.998000', '124051.008000', '124051.012000', '124051.015000', '124051.018000', '124051.021000', '124051.024000', '124051.027000', '124051.031000', '124051.036000', '124051.039000', '124110.842000', '124110.845000', '124110.848000', '124110.850000', '124110.853000', '124110.856000', '124110.859000', '124110.861000', '124110.864000', '124110.867000', '124110.870000', '124110.873000', '124110.876000', '124110.878000', '124110.881000', '124110.884000', '124110.887000', '124110.890000', '124110.892000', '124110.895000', '124110.898000', '124110.901000', '124110.904000', '124110.907000', '124110.922000', '124110.925000', '124110.928000', '124110.931000', '124110.934000', '124110.936000', '124110.939000', '124110.944000', '124110.946000', '124110.949000', '124110.952000', '124110.955000', '124110.957000', '124110.960000', '124110.963000', '124110.966000', '124110.969000', '124110.972000', '124110.974000', '124110.977000', '124130.842000', '124130.846000', '124130.849000', '124130.852000', '124130.855000', '124130.857000', '124130.860000', '124130.863000', '124130.866000', '124130.869000', '124130.871000', '124130.874000', '124130.877000', '124130.880000', '124130.882000', '124130.885000', '124130.888000', '124130.891000', '124130.894000', '124130.897000', '124130.899000', '124130.902000', '124130.905000', '124130.908000', '124130.911000', '124130.914000', '124130.916000', '124130.919000', '124130.922000', '124130.925000', '124130.934000', '124130.937000', '124130.940000', '124130.943000', '124130.946000', '124130.949000', '124130.952000', '124130.955000', '124130.957000', '124130.960000', '124130.963000', '124130.966000', '124130.969000', '124150.842000', '124150.845000', '124150.848000', '124150.850000', '124150.853000', '124150.856000', '124150.859000', '124150.862000', '124150.864000', '124150.867000', '124150.870000', '124150.873000', '124150.876000', '124150.879000', '124150.881000', '124150.884000', '124150.887000', '124150.890000', '124150.893000', '124150.896000', '124150.898000', '124150.901000', '124150.904000', '124150.907000', '124150.910000', '124150.913000', '124150.915000', '124150.918000', '124150.921000', '124150.924000', '124150.927000', '124150.929000', '124150.942000', '124150.945000', '124150.948000', '124150.951000', '124150.953000', '124150.956000', '124150.959000', '124150.962000', '124150.965000', '124150.967000', '124150.970000', '124150.973000', '124210.841000', '124210.844000', '124210.847000', '124210.850000', '124210.852000', '124210.855000', '124210.858000', '124210.861000', '124210.864000', '124210.867000', '124210.869000', '124210.872000', '124210.875000', '124210.878000', '124210.880000', '124210.883000', '124210.886000', '124210.889000', '124210.892000', '124210.894000', '124210.897000', '124210.900000', '124210.903000', '124210.906000', '124210.909000', '124210.911000', '124210.914000', '124210.917000', '124210.920000', '124210.922000', '124210.925000', '124210.928000', '124210.931000', '124210.934000', '124210.936000', '124210.939000', '124210.942000', '124210.945000', '124210.948000', '124210.955000', '124210.957000', '124210.960000', '124210.963000', '124230.842000', '124230.845000', '124230.848000', '124230.850000', '124230.853000', '124230.856000', '124230.859000', '124230.862000', '124230.865000', '124230.867000', '124230.870000', '124230.873000', '124230.876000', '124230.879000', '124230.881000', '124230.884000', '124230.887000', '124230.890000', '124230.893000', '124230.896000', '124230.898000', '124230.901000', '124230.904000', '124230.907000', '124230.910000', '124230.913000', '124230.916000', '124230.918000', '124230.921000', '124230.924000', '124230.927000', '124230.930000', '124230.933000', '124230.935000', '124230.938000', '124230.941000', '124230.949000', '124230.952000', '124230.955000', '124230.958000', '124230.961000', '124230.963000', '124230.966000', '124230.969000', '124250.842000', '124250.845000', '124250.848000', '124250.851000', '124250.853000', '124250.856000', '124250.859000', '124250.862000', '124250.865000', '124250.867000', '124250.870000', '124250.873000', '124250.876000', '124250.879000', '124250.881000', '124250.884000', '124250.887000', '124250.890000', '124250.893000', '124250.913000', '124250.916000', '124250.918000', '124250.921000', '124250.924000', '124250.927000', '124250.930000', '124250.933000', '124250.935000', '124250.938000', '124250.941000', '124250.944000', '124250.946000', '124250.949000', '124250.952000', '124250.955000', '124250.958000', '124250.961000', '124250.963000', '124250.966000', '124250.969000', '124250.972000', '124250.975000', '124250.979000', '124310.842000', '124310.845000', '124310.848000', '124310.850000', '124310.853000', '124310.856000', '124310.859000', '124310.862000', '124310.865000', '124310.867000', '124310.870000', '124310.873000', '124310.876000', '124310.879000', '124310.881000', '124310.884000', '124310.887000', '124310.890000', '124310.893000', '124310.895000', '124310.898000', '124310.901000', '124310.904000', '124310.907000', '124310.910000', '124310.913000', '124310.915000', '124310.918000', '124310.925000', '124310.928000', '124310.931000', '124310.934000', '124310.936000', '124310.939000', '124310.942000', '124310.945000', '124310.948000', '124310.951000', '124310.954000', '124310.956000', '124310.959000', '124310.962000', '124310.965000', '124310.968000', '124330.842000', '124330.845000', '124330.848000', '124330.851000', '124330.853000', '124330.856000', '124330.859000', '124330.862000', '124330.865000', '124330.867000', '124330.870000', '124330.873000', '124330.876000', '124330.879000', '124330.881000', '124330.884000', '124330.887000', '124330.890000', '124330.893000', '124330.895000', '124330.898000', '124330.901000', '124330.904000', '124330.907000', '124330.909000', '124330.912000', '124330.915000', '124330.918000', '124330.921000', '124330.924000', '124330.926000', '124330.929000', '124330.932000', '124330.935000', '124330.938000', '124330.940000', '124330.943000', '124330.946000', '124330.949000', '124330.952000', '124330.954000', '124330.957000', '124330.960000', '124350.842000', '124350.845000', '124350.849000', '124350.852000', '124350.855000', '124350.858000', '124350.861000', '124350.864000', '124350.867000', '124350.869000', '124350.872000', '124350.875000', '124350.878000', '124350.881000', '124350.884000', '124350.886000', '124350.889000', '124350.892000', '124350.895000', '124350.898000', '124350.901000', '124350.903000', '124350.906000', '124350.909000', '124350.912000', '124350.915000', '124350.918000', '124350.920000', '124350.923000', '124350.926000', '124350.929000', '124350.932000', '124350.935000', '124350.937000', '124350.940000', '124350.943000', '124350.946000', '124350.949000', '124350.951000', '124350.954000', '124350.957000', '124350.960000', '124350.963000', '124410.842000', '124410.845000', '124410.848000', '124410.850000', '124410.853000', '124410.856000', '124410.859000', '124410.862000', '124410.864000', '124410.867000', '124410.870000', '124410.873000', '124410.876000', '124410.878000', '124410.881000', '124410.884000', '124410.887000', '124410.890000', '124410.892000', '124410.895000', '124410.898000', '124410.901000', '124410.904000', '124410.907000', '124410.909000', '124410.912000', '124410.915000', '124410.918000', '124410.921000', '124410.923000', '124410.926000', '124410.929000', '124410.932000', '124410.935000', '124410.938000', '124410.940000', '124410.943000', '124410.946000', '124410.949000', '124410.952000', '124410.954000', '124410.957000', '124410.960000', '124410.963000', '124430.841000', '124430.857000', '124430.860000', '124430.862000', '124430.867000', '124430.871000', '124430.874000', '124430.877000', '124430.880000', '124430.883000', '124430.885000', '124430.888000', '124430.891000', '124430.894000', '124430.897000', '124430.900000', '124430.903000', '124430.905000', '124430.908000', '124430.911000', '124430.914000', '124430.917000', '124430.919000', '124430.922000', '124430.925000', '124430.928000', '124430.931000', '124430.934000', '124430.936000', '124430.939000', '124430.942000', '124430.945000', '124430.948000', '124430.951000', '124430.954000', '124430.956000', '124430.959000', '124430.962000', '124430.965000', '124430.968000', '124430.971000', '124430.973000', '124430.976000', '124450.842000', '124450.845000', '124450.848000', '124450.851000', '124450.854000', '124450.857000', '124450.859000', '124450.862000', '124450.865000', '124450.868000', '124450.871000', '124450.873000', '124450.876000', '124450.879000', '124450.882000', '124450.885000', '124450.888000', '124450.890000', '124450.893000', '124450.896000', '124450.899000', '124450.902000', '124450.904000', '124450.907000', '124450.910000', '124450.913000', '124450.916000', '124450.919000', '124450.921000', '124450.924000', '124450.927000', '124450.930000', '124450.933000', '124450.935000', '124450.938000', '124450.941000', '124450.944000', '124450.947000', '124450.949000', '124450.952000', '124450.955000', '124450.958000', '124450.961000', '124450.964000', '124510.842000', '124510.845000', '124510.848000', '124510.851000', '124510.854000', '124510.857000', '124510.859000', '124510.862000', '124510.865000', '124510.868000', '124510.871000', '124510.874000', '124510.876000', '124510.879000', '124510.882000', '124510.885000', '124510.888000', '124510.891000', '124510.895000', '124510.898000', '124510.901000', '124510.903000', '124510.906000', '124510.909000', '124510.912000', '124510.915000', '124510.918000', '124510.921000', '124510.924000', '124510.926000', '124510.929000', '124510.932000', '124510.935000', '124510.938000', '124510.941000', '124510.943000', '124510.946000', '124510.949000', '124510.952000', '124510.955000', '124510.957000', '124510.960000', '124510.963000', '124530.842000', '124530.845000', '124530.848000', '124530.851000', '124530.854000', '124530.856000', '124530.859000', '124530.862000', '124530.865000', '124530.868000', '124530.871000', '124530.873000', '124530.876000', '124530.879000', '124530.882000', '124530.885000', '124530.888000', '124530.891000', '124530.893000', '124530.896000', '124530.899000', '124530.902000', '124530.905000', '124530.907000', '124530.910000', '124530.913000', '124530.916000', '124530.919000', '124530.921000', '124530.924000', '124530.927000', '124530.930000', '124530.933000', '124530.935000', '124530.938000', '124530.941000', '124530.944000', '124530.947000', '124530.949000', '124530.952000', '124530.955000', '124530.958000', '124530.961000', '124530.964000', '124550.842000', '124550.845000', '124550.848000', '124550.851000', '124550.854000', '124550.857000', '124550.859000', '124550.862000', '124550.865000', '124550.868000', '124550.871000', '124550.874000', '124550.877000', '124550.880000', '124550.882000', '124550.885000', '124550.888000', '124550.891000', '124550.894000', '124550.897000', '124550.899000', '124550.902000', '124550.905000', '124550.908000', '124550.911000', '124550.914000', '124550.934000', '124550.937000', '124550.940000', '124550.942000', '124550.945000', '124550.948000', '124550.951000', '124550.954000', '124550.957000', '124550.960000', '124550.962000', '124550.965000', '124550.968000', '124550.971000', '124550.974000', '124550.977000', '124550.980000', '124610.842000', '124610.845000', '124610.848000', '124610.850000', '124610.853000', '124610.856000', '124610.859000', '124610.862000', '124610.865000', '124610.867000', '124610.870000', '124610.873000', '124610.876000', '124610.879000', '124610.882000', '124610.884000', '124610.887000', '124610.890000', '124610.893000', '124610.896000', '124610.898000', '124610.901000', '124610.904000', '124610.907000', '124610.910000', '124610.912000', '124610.915000', '124610.918000', '124610.921000', '124610.924000', '124610.927000', '124610.929000', '124610.932000', '124610.935000', '124610.938000', '124610.952000', '124610.955000', '124610.958000', '124610.961000', '124610.963000', '124610.966000', '124610.969000', '124610.972000', '124610.975000', '124630.842000', '124630.845000', '124630.848000', '124630.852000', '124630.855000', '124630.858000', '124630.860000', '124630.863000', '124630.866000', '124630.869000', '124630.872000', '124630.875000', '124630.879000', '124630.882000', '124630.885000', '124630.888000', '124630.891000', '124630.894000', '124630.896000', '124630.899000', '124630.902000', '124630.905000', '124630.908000', '124630.911000', '124630.913000', '124630.916000', '124630.919000', '124630.922000', '124630.927000', '124630.931000', '124630.934000', '124630.937000', '124630.940000', '124630.943000', '124630.946000', '124630.948000', '124630.951000', '124630.954000', '124630.957000', '124630.960000', '124630.963000', '124630.965000', '124630.968000', '124650.841000', '124650.844000', '124650.847000', '124650.849000', '124650.852000', '124650.855000', '124650.858000', '124650.861000', '124650.864000', '124650.866000', '124650.869000', '124650.872000', '124650.875000', '124650.878000', '124650.881000', '124650.883000', '124650.886000', '124650.889000', '124650.892000', '124650.895000', '124650.898000', '124650.900000', '124650.903000', '124650.906000', '124650.909000', '124650.912000', '124650.915000', '124650.917000', '124650.920000', '124650.923000', '124650.926000', '124650.929000', '124650.931000', '124650.934000', '124650.937000', '124650.940000', '124650.942000', '124650.945000', '124650.948000', '124650.951000', '124650.954000', '124650.956000', '124650.959000', '124650.962000', '124710.842000', '124710.845000', '124710.848000', '124710.851000', '124710.853000', '124710.856000', '124710.859000', '124710.862000', '124710.865000', '124710.868000', '124710.871000', '124710.874000', '124710.876000', '124710.879000', '124710.882000', '124710.885000', '124710.888000', '124710.891000', '124710.894000', '124710.896000', '124710.899000', '124710.902000', '124710.905000', '124710.908000', '124710.911000', '124710.913000', '124710.916000', '124710.919000', '124710.922000', '124710.925000', '124710.928000', '124710.931000', '124710.934000', '124710.937000', '124710.940000', '124710.942000', '124710.945000', '124710.960000', '124710.963000', '124710.965000', '124710.968000', '124710.971000', '124710.974000', '124730.842000', '124730.845000', '124730.848000', '124730.850000', '124730.853000', '124730.856000', '124730.859000', '124730.862000', '124730.865000', '124730.868000', '124730.870000', '124730.873000', '124730.876000', '124730.879000', '124730.882000', '124730.885000', '124730.887000', '124730.890000', '124730.893000', '124730.896000', '124730.899000', '124730.902000', '124730.904000', '124730.907000', '124730.910000', '124730.913000', '124730.916000', '124730.919000', '124730.922000', '124730.924000', '124730.927000', '124730.930000', '124730.933000', '124730.936000', '124730.939000', '124730.941000', '124730.944000', '124730.947000', '124730.950000', '124730.953000', '124730.956000', '124730.958000', '124730.961000', '124730.964000', '124750.842000', '124750.845000', '124750.848000', '124750.851000', '124750.854000', '124750.856000', '124750.859000', '124750.862000', '124750.865000', '124750.868000', '124750.871000', '124750.874000', '124750.876000', '124750.879000', '124750.882000', '124750.885000', '124750.888000', '124750.892000', '124750.895000', '124750.898000', '124750.901000', '124750.904000', '124750.907000', '124750.910000', '124750.912000', '124750.915000', '124750.918000', '124750.921000', '124750.924000', '124750.927000', '124750.930000', '124750.932000', '124750.935000', '124750.938000', '124750.941000', '124750.944000', '124750.947000', '124750.950000', '124750.953000', '124750.956000', '124750.961000', '124750.964000', '124750.966000', '124810.842000', '124810.845000', '124810.848000', '124810.850000', '124810.853000', '124810.856000', '124810.859000', '124810.862000', '124810.865000', '124810.868000', '124810.871000', '124810.874000', '124810.876000', '124810.879000', '124810.882000', '124810.885000', '124810.888000', '124810.891000', '124810.893000', '124810.896000', '124810.899000', '124810.902000', '124810.905000', '124810.908000', '124810.910000', '124810.913000', '124810.916000', '124810.919000', '124810.922000', '124810.925000', '124810.928000', '124810.930000', '124810.933000', '124810.936000', '124810.939000', '124810.942000', '124810.944000', '124810.947000', '124810.950000', '124810.953000', '124810.956000', '124810.959000', '124810.961000', '124810.964000', '124830.842000', '124830.845000', '124830.848000', '124830.851000', '124830.853000', '124830.856000', '124830.859000', '124830.862000', '124830.865000', '124830.868000', '124830.871000', '124830.874000', '124830.876000', '124830.879000', '124830.882000', '124830.885000', '124830.888000', '124830.891000', '124830.893000', '124830.896000', '124830.899000', '124830.902000', '124830.905000', '124830.908000', '124830.910000', '124830.913000', '124830.916000', '124830.919000', '124830.922000', '124830.925000', '124830.928000', '124830.930000', '124830.933000', '124830.936000', '124830.953000', '124830.956000', '124830.958000', '124830.963000', '124830.965000', '124830.968000', '124830.971000', '124830.974000', '124830.977000', '124850.842000', '124850.845000', '124850.848000', '124850.851000', '124850.854000', '124850.856000', '124850.859000', '124850.862000', '124850.865000', '124850.868000', '124850.871000', '124850.873000', '124850.876000', '124850.879000', '124850.882000', '124850.885000', '124850.888000', '124850.890000', '124850.893000', '124850.896000', '124850.899000', '124850.902000', '124850.904000', '124850.907000', '124850.910000', '124850.913000', '124850.916000', '124850.919000', '124850.922000', '124850.924000', '124850.927000', '124850.930000', '124850.933000', '124850.936000', '124850.939000', '124850.942000', '124850.944000', '124850.947000', '124850.950000', '124850.953000', '124850.956000', '124850.958000', '124850.961000', '124850.964000', '124910.841000', '124910.844000', '124910.847000', '124910.850000', '124910.852000', '124910.855000', '124910.858000', '124910.861000', '124910.864000', '124910.867000', '124910.869000', '124910.872000', '124910.875000', '124910.878000', '124910.881000', '124910.884000', '124910.887000', '124910.889000', '124910.892000', '124910.895000', '124910.898000', '124910.901000', '124910.903000', '124910.906000', '124910.909000', '124910.912000', '124910.915000', '124910.918000', '124910.920000', '124910.923000', '124910.928000', '124910.931000', '124910.934000', '124910.937000', '124910.940000', '124910.943000', '124910.945000', '124910.948000', '124910.951000', '124910.954000', '124910.957000', '124910.960000', '124910.962000', '124921.632000', '124921.636000', '124921.639000', '124921.641000', '124921.645000', '124921.648000', '124921.650000', '124921.654000', '124921.658000', '124921.661000', '124921.666000', '124921.669000', '124921.673000', '124921.676000', '124921.679000', '124921.682000', '124921.685000', '124921.689000', '124921.692000', '124921.695000', '124921.698000', '124921.703000', '124921.707000', '124921.711000'], 'InstanceCreationTime': ['124050.890000', '124050.893000', '124050.896000', '124050.899000', '124050.902000', '124050.905000', '124050.908000', '124050.911000', '124050.914000', '124050.917000', '124050.920000', '124050.923000', '124050.926000', '124050.929000', '124050.932000', '124050.935000', '124050.939000', '124050.942000', '124050.945000', '124050.948000', '124050.951000', '124050.954000', '124050.957000', '124050.960000', '124050.963000', '124050.965000', '124050.968000', '124050.971000', '124050.974000', '124050.977000', '124050.980000', '124050.983000', '124050.986000', '124050.994000', '124050.998000', '124051.008000', '124051.012000', '124051.015000', '124051.018000', '124051.021000', '124051.024000', '124051.027000', '124051.031000', '124051.036000', '124051.039000', '124110.842000', '124110.845000', '124110.848000', '124110.850000', '124110.853000', '124110.856000', '124110.859000', '124110.861000', '124110.864000', '124110.867000', '124110.870000', '124110.873000', '124110.876000', '124110.878000', '124110.881000', '124110.884000', '124110.887000', '124110.890000', '124110.892000', '124110.895000', '124110.898000', '124110.901000', '124110.904000', '124110.907000', '124110.922000', '124110.925000', '124110.928000', '124110.931000', '124110.934000', '124110.936000', '124110.939000', '124110.944000', '124110.946000', '124110.949000', '124110.952000', '124110.955000', '124110.957000', '124110.960000', '124110.963000', '124110.966000', '124110.969000', '124110.972000', '124110.974000', '124110.977000', '124130.842000', '124130.846000', '124130.849000', '124130.852000', '124130.855000', '124130.857000', '124130.860000', '124130.863000', '124130.866000', '124130.869000', '124130.871000', '124130.874000', '124130.877000', '124130.880000', '124130.882000', '124130.885000', '124130.888000', '124130.891000', '124130.894000', '124130.897000', '124130.899000', '124130.902000', '124130.905000', '124130.908000', '124130.911000', '124130.914000', '124130.916000', '124130.919000', '124130.922000', '124130.925000', '124130.934000', '124130.937000', '124130.940000', '124130.943000', '124130.946000', '124130.949000', '124130.952000', '124130.955000', '124130.957000', '124130.960000', '124130.963000', '124130.966000', '124130.969000', '124150.842000', '124150.845000', '124150.848000', '124150.850000', '124150.853000', '124150.856000', '124150.859000', '124150.862000', '124150.864000', '124150.867000', '124150.870000', '124150.873000', '124150.876000', '124150.879000', '124150.881000', '124150.884000', '124150.887000', '124150.890000', '124150.893000', '124150.896000', '124150.898000', '124150.901000', '124150.904000', '124150.907000', '124150.910000', '124150.913000', '124150.915000', '124150.918000', '124150.921000', '124150.924000', '124150.927000', '124150.929000', '124150.942000', '124150.945000', '124150.948000', '124150.951000', '124150.953000', '124150.956000', '124150.959000', '124150.962000', '124150.965000', '124150.967000', '124150.970000', '124150.973000', '124210.841000', '124210.844000', '124210.847000', '124210.850000', '124210.852000', '124210.855000', '124210.858000', '124210.861000', '124210.864000', '124210.867000', '124210.869000', '124210.872000', '124210.875000', '124210.878000', '124210.880000', '124210.883000', '124210.886000', '124210.889000', '124210.892000', '124210.894000', '124210.897000', '124210.900000', '124210.903000', '124210.906000', '124210.909000', '124210.911000', '124210.914000', '124210.917000', '124210.920000', '124210.922000', '124210.925000', '124210.928000', '124210.931000', '124210.934000', '124210.936000', '124210.939000', '124210.942000', '124210.945000', '124210.948000', '124210.955000', '124210.957000', '124210.960000', '124210.963000', '124230.842000', '124230.845000', '124230.848000', '124230.850000', '124230.853000', '124230.856000', '124230.859000', '124230.862000', '124230.865000', '124230.867000', '124230.870000', '124230.873000', '124230.876000', '124230.879000', '124230.881000', '124230.884000', '124230.887000', '124230.890000', '124230.893000', '124230.896000', '124230.898000', '124230.901000', '124230.904000', '124230.907000', '124230.910000', '124230.913000', '124230.916000', '124230.918000', '124230.921000', '124230.924000', '124230.927000', '124230.930000', '124230.933000', '124230.935000', '124230.938000', '124230.941000', '124230.949000', '124230.952000', '124230.955000', '124230.958000', '124230.961000', '124230.963000', '124230.966000', '124230.969000', '124250.842000', '124250.845000', '124250.848000', '124250.851000', '124250.853000', '124250.856000', '124250.859000', '124250.862000', '124250.865000', '124250.867000', '124250.870000', '124250.873000', '124250.876000', '124250.879000', '124250.881000', '124250.884000', '124250.887000', '124250.890000', '124250.893000', '124250.913000', '124250.916000', '124250.918000', '124250.921000', '124250.924000', '124250.927000', '124250.930000', '124250.933000', '124250.935000', '124250.938000', '124250.941000', '124250.944000', '124250.946000', '124250.949000', '124250.952000', '124250.955000', '124250.958000', '124250.961000', '124250.963000', '124250.966000', '124250.969000', '124250.972000', '124250.975000', '124250.979000', '124310.842000', '124310.845000', '124310.848000', '124310.850000', '124310.853000', '124310.856000', '124310.859000', '124310.862000', '124310.865000', '124310.867000', '124310.870000', '124310.873000', '124310.876000', '124310.879000', '124310.881000', '124310.884000', '124310.887000', '124310.890000', '124310.893000', '124310.895000', '124310.898000', '124310.901000', '124310.904000', '124310.907000', '124310.910000', '124310.913000', '124310.915000', '124310.918000', '124310.925000', '124310.928000', '124310.931000', '124310.934000', '124310.936000', '124310.939000', '124310.942000', '124310.945000', '124310.948000', '124310.951000', '124310.954000', '124310.956000', '124310.959000', '124310.962000', '124310.965000', '124310.968000', '124330.842000', '124330.845000', '124330.848000', '124330.851000', '124330.853000', '124330.856000', '124330.859000', '124330.862000', '124330.865000', '124330.867000', '124330.870000', '124330.873000', '124330.876000', '124330.879000', '124330.881000', '124330.884000', '124330.887000', '124330.890000', '124330.893000', '124330.895000', '124330.898000', '124330.901000', '124330.904000', '124330.907000', '124330.909000', '124330.912000', '124330.915000', '124330.918000', '124330.921000', '124330.924000', '124330.926000', '124330.929000', '124330.932000', '124330.935000', '124330.938000', '124330.940000', '124330.943000', '124330.946000', '124330.949000', '124330.952000', '124330.954000', '124330.957000', '124330.960000', '124350.842000', '124350.845000', '124350.849000', '124350.852000', '124350.855000', '124350.858000', '124350.861000', '124350.864000', '124350.867000', '124350.869000', '124350.872000', '124350.875000', '124350.878000', '124350.881000', '124350.884000', '124350.886000', '124350.889000', '124350.892000', '124350.895000', '124350.898000', '124350.901000', '124350.903000', '124350.906000', '124350.909000', '124350.912000', '124350.915000', '124350.918000', '124350.920000', '124350.923000', '124350.926000', '124350.929000', '124350.932000', '124350.935000', '124350.937000', '124350.940000', '124350.943000', '124350.946000', '124350.949000', '124350.951000', '124350.954000', '124350.957000', '124350.960000', '124350.963000', '124410.842000', '124410.845000', '124410.848000', '124410.850000', '124410.853000', '124410.856000', '124410.859000', '124410.862000', '124410.864000', '124410.867000', '124410.870000', '124410.873000', '124410.876000', '124410.878000', '124410.881000', '124410.884000', '124410.887000', '124410.890000', '124410.892000', '124410.895000', '124410.898000', '124410.901000', '124410.904000', '124410.907000', '124410.909000', '124410.912000', '124410.915000', '124410.918000', '124410.921000', '124410.923000', '124410.926000', '124410.929000', '124410.932000', '124410.935000', '124410.938000', '124410.940000', '124410.943000', '124410.946000', '124410.949000', '124410.952000', '124410.954000', '124410.957000', '124410.960000', '124410.963000', '124430.841000', '124430.857000', '124430.860000', '124430.862000', '124430.867000', '124430.871000', '124430.874000', '124430.877000', '124430.880000', '124430.883000', '124430.885000', '124430.888000', '124430.891000', '124430.894000', '124430.897000', '124430.900000', '124430.903000', '124430.905000', '124430.908000', '124430.911000', '124430.914000', '124430.917000', '124430.919000', '124430.922000', '124430.925000', '124430.928000', '124430.931000', '124430.934000', '124430.936000', '124430.939000', '124430.942000', '124430.945000', '124430.948000', '124430.951000', '124430.954000', '124430.956000', '124430.959000', '124430.962000', '124430.965000', '124430.968000', '124430.971000', '124430.973000', '124430.976000', '124450.842000', '124450.845000', '124450.848000', '124450.851000', '124450.854000', '124450.857000', '124450.859000', '124450.862000', '124450.865000', '124450.868000', '124450.871000', '124450.873000', '124450.876000', '124450.879000', '124450.882000', '124450.885000', '124450.888000', '124450.890000', '124450.893000', '124450.896000', '124450.899000', '124450.902000', '124450.904000', '124450.907000', '124450.910000', '124450.913000', '124450.916000', '124450.919000', '124450.921000', '124450.924000', '124450.927000', '124450.930000', '124450.933000', '124450.935000', '124450.938000', '124450.941000', '124450.944000', '124450.947000', '124450.949000', '124450.952000', '124450.955000', '124450.958000', '124450.961000', '124450.964000', '124510.842000', '124510.845000', '124510.848000', '124510.851000', '124510.854000', '124510.857000', '124510.859000', '124510.862000', '124510.865000', '124510.868000', '124510.871000', '124510.874000', '124510.876000', '124510.879000', '124510.882000', '124510.885000', '124510.888000', '124510.891000', '124510.895000', '124510.898000', '124510.901000', '124510.903000', '124510.906000', '124510.909000', '124510.912000', '124510.915000', '124510.918000', '124510.921000', '124510.924000', '124510.926000', '124510.929000', '124510.932000', '124510.935000', '124510.938000', '124510.941000', '124510.943000', '124510.946000', '124510.949000', '124510.952000', '124510.955000', '124510.957000', '124510.960000', '124510.963000', '124530.842000', '124530.845000', '124530.848000', '124530.851000', '124530.854000', '124530.856000', '124530.859000', '124530.862000', '124530.865000', '124530.868000', '124530.871000', '124530.873000', '124530.876000', '124530.879000', '124530.882000', '124530.885000', '124530.888000', '124530.891000', '124530.893000', '124530.896000', '124530.899000', '124530.902000', '124530.905000', '124530.907000', '124530.910000', '124530.913000', '124530.916000', '124530.919000', '124530.921000', '124530.924000', '124530.927000', '124530.930000', '124530.933000', '124530.935000', '124530.938000', '124530.941000', '124530.944000', '124530.947000', '124530.949000', '124530.952000', '124530.955000', '124530.958000', '124530.961000', '124530.964000', '124550.842000', '124550.845000', '124550.848000', '124550.851000', '124550.854000', '124550.857000', '124550.859000', '124550.862000', '124550.865000', '124550.868000', '124550.871000', '124550.874000', '124550.877000', '124550.880000', '124550.882000', '124550.885000', '124550.888000', '124550.891000', '124550.894000', '124550.897000', '124550.899000', '124550.902000', '124550.905000', '124550.908000', '124550.911000', '124550.914000', '124550.934000', '124550.937000', '124550.940000', '124550.942000', '124550.945000', '124550.948000', '124550.951000', '124550.954000', '124550.957000', '124550.960000', '124550.962000', '124550.965000', '124550.968000', '124550.971000', '124550.974000', '124550.977000', '124550.980000', '124610.842000', '124610.845000', '124610.848000', '124610.850000', '124610.853000', '124610.856000', '124610.859000', '124610.862000', '124610.865000', '124610.867000', '124610.870000', '124610.873000', '124610.876000', '124610.879000', '124610.882000', '124610.884000', '124610.887000', '124610.890000', '124610.893000', '124610.896000', '124610.898000', '124610.901000', '124610.904000', '124610.907000', '124610.910000', '124610.912000', '124610.915000', '124610.918000', '124610.921000', '124610.924000', '124610.927000', '124610.929000', '124610.932000', '124610.935000', '124610.938000', '124610.952000', '124610.955000', '124610.958000', '124610.961000', '124610.963000', '124610.966000', '124610.969000', '124610.972000', '124610.975000', '124630.842000', '124630.845000', '124630.848000', '124630.852000', '124630.855000', '124630.858000', '124630.860000', '124630.863000', '124630.866000', '124630.869000', '124630.872000', '124630.875000', '124630.879000', '124630.882000', '124630.885000', '124630.888000', '124630.891000', '124630.894000', '124630.896000', '124630.899000', '124630.902000', '124630.905000', '124630.908000', '124630.911000', '124630.913000', '124630.916000', '124630.919000', '124630.922000', '124630.927000', '124630.931000', '124630.934000', '124630.937000', '124630.940000', '124630.943000', '124630.946000', '124630.948000', '124630.951000', '124630.954000', '124630.957000', '124630.960000', '124630.963000', '124630.965000', '124630.968000', '124650.841000', '124650.844000', '124650.847000', '124650.849000', '124650.852000', '124650.855000', '124650.858000', '124650.861000', '124650.864000', '124650.866000', '124650.869000', '124650.872000', '124650.875000', '124650.878000', '124650.881000', '124650.883000', '124650.886000', '124650.889000', '124650.892000', '124650.895000', '124650.898000', '124650.900000', '124650.903000', '124650.906000', '124650.909000', '124650.912000', '124650.915000', '124650.917000', '124650.920000', '124650.923000', '124650.926000', '124650.929000', '124650.931000', '124650.934000', '124650.937000', '124650.940000', '124650.942000', '124650.945000', '124650.948000', '124650.951000', '124650.954000', '124650.956000', '124650.959000', '124650.962000', '124710.842000', '124710.845000', '124710.848000', '124710.851000', '124710.853000', '124710.856000', '124710.859000', '124710.862000', '124710.865000', '124710.868000', '124710.871000', '124710.874000', '124710.876000', '124710.879000', '124710.882000', '124710.885000', '124710.888000', '124710.891000', '124710.894000', '124710.896000', '124710.899000', '124710.902000', '124710.905000', '124710.908000', '124710.911000', '124710.913000', '124710.916000', '124710.919000', '124710.922000', '124710.925000', '124710.928000', '124710.931000', '124710.934000', '124710.937000', '124710.940000', '124710.942000', '124710.945000', '124710.960000', '124710.963000', '124710.965000', '124710.968000', '124710.971000', '124710.974000', '124730.842000', '124730.845000', '124730.848000', '124730.850000', '124730.853000', '124730.856000', '124730.859000', '124730.862000', '124730.865000', '124730.868000', '124730.870000', '124730.873000', '124730.876000', '124730.879000', '124730.882000', '124730.885000', '124730.887000', '124730.890000', '124730.893000', '124730.896000', '124730.899000', '124730.902000', '124730.904000', '124730.907000', '124730.910000', '124730.913000', '124730.916000', '124730.919000', '124730.922000', '124730.924000', '124730.927000', '124730.930000', '124730.933000', '124730.936000', '124730.939000', '124730.941000', '124730.944000', '124730.947000', '124730.950000', '124730.953000', '124730.956000', '124730.958000', '124730.961000', '124730.964000', '124750.842000', '124750.845000', '124750.848000', '124750.851000', '124750.854000', '124750.856000', '124750.859000', '124750.862000', '124750.865000', '124750.868000', '124750.871000', '124750.874000', '124750.876000', '124750.879000', '124750.882000', '124750.885000', '124750.888000', '124750.892000', '124750.895000', '124750.898000', '124750.901000', '124750.904000', '124750.907000', '124750.910000', '124750.912000', '124750.915000', '124750.918000', '124750.921000', '124750.924000', '124750.927000', '124750.930000', '124750.932000', '124750.935000', '124750.938000', '124750.941000', '124750.944000', '124750.947000', '124750.950000', '124750.953000', '124750.956000', '124750.961000', '124750.964000', '124750.966000', '124810.842000', '124810.845000', '124810.848000', '124810.850000', '124810.853000', '124810.856000', '124810.859000', '124810.862000', '124810.865000', '124810.868000', '124810.871000', '124810.874000', '124810.876000', '124810.879000', '124810.882000', '124810.885000', '124810.888000', '124810.891000', '124810.893000', '124810.896000', '124810.899000', '124810.902000', '124810.905000', '124810.908000', '124810.910000', '124810.913000', '124810.916000', '124810.919000', '124810.922000', '124810.925000', '124810.928000', '124810.930000', '124810.933000', '124810.936000', '124810.939000', '124810.942000', '124810.944000', '124810.947000', '124810.950000', '124810.953000', '124810.956000', '124810.959000', '124810.961000', '124810.964000', '124830.842000', '124830.845000', '124830.848000', '124830.851000', '124830.853000', '124830.856000', '124830.859000', '124830.862000', '124830.865000', '124830.868000', '124830.871000', '124830.874000', '124830.876000', '124830.879000', '124830.882000', '124830.885000', '124830.888000', '124830.891000', '124830.893000', '124830.896000', '124830.899000', '124830.902000', '124830.905000', '124830.908000', '124830.910000', '124830.913000', '124830.916000', '124830.919000', '124830.922000', '124830.925000', '124830.928000', '124830.930000', '124830.933000', '124830.936000', '124830.953000', '124830.956000', '124830.958000', '124830.963000', '124830.965000', '124830.968000', '124830.971000', '124830.974000', '124830.977000', '124850.842000', '124850.845000', '124850.848000', '124850.851000', '124850.854000', '124850.856000', '124850.859000', '124850.862000', '124850.865000', '124850.868000', '124850.871000', '124850.873000', '124850.876000', '124850.879000', '124850.882000', '124850.885000', '124850.888000', '124850.890000', '124850.893000', '124850.896000', '124850.899000', '124850.902000', '124850.904000', '124850.907000', '124850.910000', '124850.913000', '124850.916000', '124850.919000', '124850.922000', '124850.924000', '124850.927000', '124850.930000', '124850.933000', '124850.936000', '124850.939000', '124850.942000', '124850.944000', '124850.947000', '124850.950000', '124850.953000', '124850.956000', '124850.958000', '124850.961000', '124850.964000', '124910.841000', '124910.844000', '124910.847000', '124910.850000', '124910.852000', '124910.855000', '124910.858000', '124910.861000', '124910.864000', '124910.867000', '124910.869000', '124910.872000', '124910.875000', '124910.878000', '124910.881000', '124910.884000', '124910.887000', '124910.889000', '124910.892000', '124910.895000', '124910.898000', '124910.901000', '124910.903000', '124910.906000', '124910.909000', '124910.912000', '124910.915000', '124910.918000', '124910.920000', '124910.923000', '124910.928000', '124910.931000', '124910.934000', '124910.937000', '124910.940000', '124910.943000', '124910.945000', '124910.948000', '124910.951000', '124910.954000', '124910.957000', '124910.960000', '124910.962000', '124921.632000', '124921.636000', '124921.639000', '124921.641000', '124921.645000', '124921.648000', '124921.650000', '124921.654000', '124921.658000', '124921.661000', '124921.666000', '124921.669000', '124921.673000', '124921.676000', '124921.679000', '124921.682000', '124921.685000', '124921.689000', '124921.692000', '124921.695000', '124921.698000', '124921.703000', '124921.707000', '124921.711000'], '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': [7674, 11989, 7253, 12676, 8242, 12899, 7387, 12086, 8220, 7709, 10186, 7725, 11002, 7514, 10933, 6961, 11617, 7029, 12805, 8195, 11629, 9214, 7753, 8950, 7025, 11366, 6935, 12211, 7605, 11335, 8741, 7201, 9338, 7058, 10106, 6731, 11180, 6980, 11986, 7227, 11816, 6979, 11887, 6802, 10934, 7088, 10444, 6946, 11276, 6708, 10742, 7141, 10276, 7328, 8172, 8565, 6824, 8210, 6923, 9269, 7394, 11594, 8341, 6928, 10571, 7225, 12245, 8440, 12147, 8964, 13210, 9639, 12740, 10655, 13330, 7630, 12906, 7944, 11599, 8090, 11823, 7994, 11503, 6888, 11479, 6879, 11446, 7491, 11855, 7657, 11851, 7010, 11333, 6831, 11492, 7761, 11607, 6847, 12856, 7098, 11453, 8641, 8837, 9710, 6929, 8951, 6943, 10519, 6745, 11473, 7006, 11766, 6825, 11865, 7180, 11869, 7553, 12119, 8672, 11338, 8028, 12782, 7635, 12286, 8334, 12032, 8517, 12399, 7864, 11848, 7794, 11659, 7962, 11935, 8094, 11761, 6965, 11119, 7525, 11684, 8250, 12019, 7349, 12737, 7310, 12284, 7816, 11744, 8603, 12218, 7194, 11201, 6936, 11134, 7585, 12919, 7203, 10518, 8706, 6991, 9535, 6988, 9825, 6777, 10964, 6695, 11328, 7282, 11298, 8683, 10441, 7384, 10401, 6890, 11072, 7183, 11811, 7726, 11710, 6681, 11432, 7011, 11811, 8688, 12230, 7956, 11870, 6785, 11184, 7210, 10311, 7840, 10011, 6863, 10122, 6930, 10455, 6896, 10581, 6837, 11122, 6801, 11217, 6738, 11381, 7048, 11416, 6890, 10962, 7414, 11062, 8044, 10680, 8499, 10355, 7706, 10398, 6836, 10003, 9402, 10019, 7106, 9535, 6786, 9872, 7033, 9799, 6948, 9795, 7125, 10598, 6906, 11220, 8270, 11012, 7869, 10049, 7281, 10665, 7080, 10560, 7227, 11043, 6942, 11213, 7040, 10999, 7826, 11224, 9039, 9320, 6984, 10314, 6895, 10856, 7905, 10595, 8416, 9958, 7047, 10973, 7553, 10831, 9761, 10645, 9709, 9935, 12074, 9245, 13825, 8575, 13542, 8444, 13169, 8365, 12135, 9134, 11629, 9424, 12214, 8656, 11285, 9118, 7615, 9200, 7054, 11513, 7030, 7789, 7967, 6769, 10390, 8709, 9200, 11437, 9003, 10393, 7108, 12482, 11496, 13425, 11662, 14563, 12800, 14076, 9674, 12960, 10629, 11532, 8534, 8895, 12403, 7386, 11585, 8248, 11215, 6890, 10084, 7068, 8684, 8508, 7192, 10934, 7201, 11718, 7055, 10111, 6911, 10383, 6824, 10389, 6718, 10034, 6950, 10008, 6809, 9865, 7126, 10167, 6654, 10659, 6763, 10444, 6814, 10866, 7028, 10888, 6659, 10237, 6796, 11136, 8849, 10831, 8909, 10650, 6833, 11252, 6752, 11825, 8029, 11568, 7147, 11411, 6761, 11492, 7223, 11717, 8421, 10978, 6719, 11574, 6987, 11461, 7928, 11954, 8702, 11935, 7596, 11624, 7913, 11503, 8696, 11700, 8226, 11750, 6923, 12843, 7591, 11362, 7891, 11275, 7119, 10952, 6849, 10509, 6828, 10401, 6828, 10541, 7080, 10599, 6806, 11078, 7216, 11210, 7419, 12133, 7355, 12183, 7226, 10982, 6992, 11273, 7724, 11285, 6636, 10909, 7009, 11549, 7947, 12260, 7636, 10636, 9164, 6929, 10906, 8487, 10840, 8177, 9948, 6885, 10785, 7110, 11129, 9467, 10676, 7831, 10652, 7184, 10869, 9517, 11084, 9293, 10226, 7519, 10922, 7195, 10723, 11493, 10148, 11909, 8789, 12209, 8320, 13255, 7587, 13267, 8021, 13288, 7832, 6873, 9504, 7024, 9360, 7168, 11158, 7107, 11623, 7207, 12978, 7859, 11479, 9842, 12006, 9380, 12657, 6998, 13761, 8064, 12377, 9112, 11010, 8984, 7225, 10138, 6860, 10486, 7051, 10899, 7373, 10215, 7343, 9525, 6898, 10147, 6973, 10158, 7193, 9452, 6892, 9506, 6941, 9726, 6995, 9511, 7093, 8949, 7066, 9369, 7171, 10577, 6886, 10846, 6830, 11245, 6725, 11255, 7500, 11663, 8250, 11550, 6764, 11336, 7021, 11676, 8022, 13326, 7093, 13406, 7910, 12051, 8856, 12670, 8588, 12067, 6762, 11004, 7257, 11527, 7802, 11936, 6974, 12978, 6899, 12015, 7971, 11767, 8335, 11762, 8757, 10712, 9612, 11366, 10531, 11345, 9516, 8675, 9228, 13136, 8274, 12446, 8160, 11736, 7595, 11094, 6848, 10489, 6970, 10449, 7871, 11135, 8011, 10719, 8399, 11226, 9108, 8209, 8094, 6935, 9891, 6815, 11291, 8031, 10558, 10086, 7712, 10904, 7210, 11179, 8774, 11096, 8791, 11824, 8296, 10851, 8054, 11850, 8873, 11096, 8388, 9226, 6842, 10444, 6678, 11525, 7585, 12103, 7631, 11275, 6764, 9404, 8062, 8260, 10025, 6862, 9482, 7179, 10263, 6865, 11063, 7082, 12174, 6876, 10913, 6915, 10729, 6780, 11035, 6988, 10206, 6781, 10352, 6830, 10333, 6805, 10697, 6770, 10671, 7071, 11033, 7486, 10202, 8762, 10798, 8909, 6886, 10066, 6866, 10622, 7674, 10637, 7047, 10408, 6857, 11457, 7643, 11719, 7108, 12978, 6991, 7536, 10206, 8481, 9636, 8137, 6841, 8860, 6990, 6750, 11303, 9140, 8985, 12448, 9903, 12142, 10751, 10056, 11929, 12614, 10845, 11652, 7752, 9692, 8735, 10067, 12368, 9924, 6759, 11796, 8838, 7940, 9769, 7864, 14138, 9349, 14180, 10541, 11444, 8755, 9982, 7641, 6989, 8333, 6996, 9535, 7410, 6896, 7883, 6878, 6890, 7058, 6955, 9047, 7265, 7207, 8976, 7023, 9696, 6940, 10547, 9383, 11128, 8422, 8401, 6828, 10398, 6789, 11139, 7342, 12093, 8098, 12529, 7273, 10017, 8828, 11992, 7791, 11345, 8023, 11149, 8646, 10858, 7902, 10161, 12052, 8596, 13416, 8102, 13320, 7268, 13548, 6916, 13312, 6988, 10054, 9436, 6958, 8077, 6742, 10484, 6764, 11287, 8242, 10806, 9137, 6970, 9060, 7119, 11832, 10121, 11300, 13598, 10402, 11233, 9236, 9235, 9105, 10928, 8571, 12048, 8908, 12029, 8085, 10073, 9096, 10522, 9343, 11050, 9883, 10464, 8955, 9915, 8601, 11065, 7758, 12642, 8226, 11763, 8114, 7177, 9290, 7097, 9210, 6830, 8692, 6735, 9921, 6926, 9822, 8344, 6905, 8854, 7131, 10526, 7026, 9811, 8634, 10013, 10478, 11966, 10957, 8138, 9031, 7754, 10252, 7068, 11397, 10175, 13717, 8871, 11826, 9282, 11853, 9811, 11005, 8316, 10593, 7407, 10014, 10977, 9538, 12961, 7677, 12670, 7261, 13742, 7412, 12941, 7655, 11873, 7003, 10563, 7047, 10310, 6939, 10561, 7045, 11357, 6956, 10209, 7039, 10362, 6875, 12099, 7775, 7097, 8801, 8958, 9359, 9319, 10682, 7195, 8337, 6717, 9360, 7109, 9966, 7051, 10767, 7195, 12860, 7199, 13716, 7745, 13056, 8304, 12014, 9900, 9383, 10236, 8403, 10910, 8684, 11161, 7837, 10823, 7588, 11002, 6901, 12024, 7841, 11735, 9852, 9282, 10282, 7086, 10216, 7212, 11078, 10738, 10296, 9701, 9216, 14509, 8310, 11561, 9534, 11385, 7246, 10457, 6905, 9931, 6899, 9644, 7010, 10348, 7079, 7404, 8465, 8405, 9417, 9084, 10737, 8287, 9149, 7120, 11009, 8073, 11351, 10019, 10915, 8785, 10130, 7666, 10847, 7498, 10625, 7798, 9835, 6750, 10992, 7384, 10728, 7186, 11938, 7995, 13011, 7515, 7612, 9574, 7062, 10814, 7274, 11249, 7009, 10686, 7010, 11719, 8109, 11080, 8243, 13001, 7447, 13793, 8289, 9993, 7556, 6965, 8874, 6966, 7346, 7428, 6997, 9893, 6874, 9033, 9238, 7136, 10511, 8140, 11083, 7577, 11759, 9780, 13196, 7570, 11901, 7723, 11975, 9979, 11276, 7976, 9142, 10483, 7398, 13093, 7346, 11410, 6914, 9919, 6847, 10411, 6950, 8485, 7849, 6993, 8774, 6872, 8494, 7002, 10554, 8483, 10440, 8574, 9340, 7093, 9955, 7024, 10573, 7071, 13544, 9241, 11713, 8914, 6825, 10050, 7281, 9745, 9516, 7716, 12063, 12091, 9110, 8220, 6827, 8618, 7222, 6988, 10015, 7296, 7048, 10461, 9006, 6931, 10264, 8793, 13905, 12368, 16940, 15889, 16026, 14105, 16364, 11272, 12071, 11188, 8473, 15061, 7517, 12598, 7225, 10122, 6785, 9095, 6932, 8803, 6853, 8887, 7107, 8122, 7055, 7398, 6902, 7524, 6967, 8501, 7235, 9856, 7163, 9953, 7228, 11945, 7403, 11592, 7912, 11977, 7811, 11145, 10105, 7487, 9230, 7204, 11420, 8860, 11614, 9258, 7202, 10883, 10765, 9186, 7087, 7427, 7348, 9648, 10303, 10224, 8921, 12604, 12883, 10534, 9891, 15419, 12588, 10200, 15125, 16057, 17756, 12331, 13402, 12762, 16313, 11656, 18022, 8740, 14536, 7568, 10681, 7085, 9585, 7366, 9042, 6761, 9315, 6902, 8970, 6783, 9239, 6749, 9458, 6992, 7998, 8572, 7047, 8368, 6902, 9179], 'WindowCenter': [4417.0, 4443.0, 4389.0, 4437.0, 4397.0, 4435.0, 4373.0, 4424.0, 4383.0, 4373.0, 4404.0, 4382.0, 4427.0, 4360.0, 4401.0, 4373.0, 4412.0, 4374.0, 4446.0, 4395.0, 4425.0, 4406.0, 4385.0, 4394.0, 4372.0, 4439.0, 4449.0, 4451.0, 4382.0, 4412.0, 4394.0, 4372.0, 4405.0, 4375.0, 4403.0, 4364.0, 4413.0, 4374.0, 4424.0, 4374.0, 4413.0, 4364.0, 4413.0, 4363.0, 4412.0, 4361.0, 4401.0, 4362.0, 4426.0, 4378.0, 4425.0, 4374.0, 4414.0, 4386.0, 4397.0, 4409.0, 4376.0, 4396.0, 4390.0, 4406.0, 4402.0, 4451.0, 4411.0, 4402.0, 4431.0, 4402.0, 4451.0, 4411.0, 4437.0, 4409.0, 4450.0, 4420.0, 4439.0, 4417.0, 4433.0, 4372.0, 4421.0, 4372.0, 4400.0, 4370.0, 4410.0, 4372.0, 4413.0, 4363.0, 4412.0, 4360.0, 4410.0, 4374.0, 4413.0, 4373.0, 4413.0, 4362.0, 4410.0, 4362.0, 4412.0, 4374.0, 4413.0, 4363.0, 4421.0, 4375.0, 4424.0, 4395.0, 4394.0, 4404.0, 4374.0, 4404.0, 4374.0, 4416.0, 4377.0, 4425.0, 4376.0, 4427.0, 4375.0, 4425.0, 4376.0, 4425.0, 4386.0, 4425.0, 4395.0, 4415.0, 4386.0, 4424.0, 4375.0, 4426.0, 4384.0, 4424.0, 4395.0, 4424.0, 4385.0, 4413.0, 4373.0, 4414.0, 4383.0, 4415.0, 4383.0, 4413.0, 4363.0, 4414.0, 4373.0, 4412.0, 4383.0, 4423.0, 4373.0, 4422.0, 4373.0, 4422.0, 4372.0, 4412.0, 4382.0, 4423.0, 4364.0, 4413.0, 4377.0, 4414.0, 4377.0, 4424.0, 4375.0, 4414.0, 4395.0, 4376.0, 4407.0, 4376.0, 4418.0, 4377.0, 4428.0, 4379.0, 4427.0, 4389.0, 4428.0, 4397.0, 4418.0, 4387.0, 4417.0, 4375.0, 4414.0, 4376.0, 4425.0, 4385.0, 4424.0, 4363.0, 4414.0, 4373.0, 4422.0, 4393.0, 4423.0, 4382.0, 4411.0, 4364.0, 4413.0, 4361.0, 4391.0, 4369.0, 4391.0, 4350.0, 4399.0, 4360.0, 4401.0, 4362.0, 4403.0, 4364.0, 4415.0, 4376.0, 4415.0, 4375.0, 4425.0, 4374.0, 4424.0, 4373.0, 4404.0, 4373.0, 4415.0, 4373.0, 4402.0, 4382.0, 4404.0, 4374.0, 4400.0, 4351.0, 4389.0, 4390.0, 4401.0, 4363.0, 4392.0, 4361.0, 4402.0, 4362.0, 4402.0, 4363.0, 4402.0, 4375.0, 4415.0, 4375.0, 4414.0, 4385.0, 4416.0, 4385.0, 4405.0, 4375.0, 4415.0, 4374.0, 4415.0, 4375.0, 4415.0, 4376.0, 4424.0, 4375.0, 4414.0, 4385.0, 4426.0, 4395.0, 4404.0, 4373.0, 4414.0, 4377.0, 4415.0, 4384.0, 4414.0, 4385.0, 4405.0, 4373.0, 4415.0, 4374.0, 4413.0, 4403.0, 4404.0, 4392.0, 4403.0, 4421.0, 4392.0, 4431.0, 4382.0, 4421.0, 4383.0, 4431.0, 4383.0, 4424.0, 4403.0, 4412.0, 4403.0, 4423.0, 4394.0, 4424.0, 4419.0, 4439.0, 4448.0, 4387.0, 4424.0, 4374.0, 4371.0, 4384.0, 4389.0, 4470.0, 4449.0, 4446.0, 4466.0, 4435.0, 4458.0, 4405.0, 4465.0, 4452.0, 4439.0, 4411.0, 4435.0, 4424.0, 4424.0, 4381.0, 4409.0, 4387.0, 4399.0, 4367.0, 4367.0, 4394.0, 4333.0, 4384.0, 4341.0, 4371.0, 4330.0, 4361.0, 4329.0, 4352.0, 4351.0, 4334.0, 4383.0, 4343.0, 4395.0, 4346.0, 4374.0, 4346.0, 4387.0, 4347.0, 4389.0, 4349.0, 4387.0, 4360.0, 4389.0, 4350.0, 4389.0, 4363.0, 4400.0, 4361.0, 4402.0, 4363.0, 4413.0, 4375.0, 4415.0, 4375.0, 4430.0, 4377.0, 4417.0, 4376.0, 4428.0, 4421.0, 4444.0, 4419.0, 4430.0, 4377.0, 4427.0, 4376.0, 4426.0, 4398.0, 4443.0, 4391.0, 4426.0, 4375.0, 4427.0, 4400.0, 4427.0, 4394.0, 4414.0, 4362.0, 4412.0, 4374.0, 4423.0, 4384.0, 4425.0, 4394.0, 4422.0, 4374.0, 4412.0, 4373.0, 4411.0, 4381.0, 4410.0, 4370.0, 4410.0, 4360.0, 4411.0, 4371.0, 4400.0, 4370.0, 4399.0, 4361.0, 4398.0, 4348.0, 4398.0, 4351.0, 4400.0, 4361.0, 4401.0, 4362.0, 4401.0, 4363.0, 4413.0, 4385.0, 4415.0, 4376.0, 4426.0, 4387.0, 4424.0, 4376.0, 4415.0, 4375.0, 4415.0, 4386.0, 4414.0, 4365.0, 4414.0, 4375.0, 4426.0, 4387.0, 4439.0, 4388.0, 4416.0, 4406.0, 4388.0, 4428.0, 4407.0, 4430.0, 4398.0, 4417.0, 4377.0, 4426.0, 4388.0, 4427.0, 4408.0, 4418.0, 4387.0, 4416.0, 4376.0, 4416.0, 4406.0, 4415.0, 4395.0, 4404.0, 4373.0, 4414.0, 4362.0, 4414.0, 4413.0, 4402.0, 4413.0, 4383.0, 4421.0, 4381.0, 4419.0, 4372.0, 4420.0, 4373.0, 4422.0, 4371.0, 4364.0, 4403.0, 4373.0, 4405.0, 4374.0, 4426.0, 4376.0, 4428.0, 4388.0, 4448.0, 4397.0, 4428.0, 4417.0, 4426.0, 4407.0, 4433.0, 4375.0, 4432.0, 4384.0, 4424.0, 4395.0, 4413.0, 4394.0, 4375.0, 4404.0, 4362.0, 4403.0, 4362.0, 4414.0, 4373.0, 4404.0, 4373.0, 4403.0, 4373.0, 4403.0, 4371.0, 4416.0, 4372.0, 4401.0, 4363.0, 4404.0, 4363.0, 4403.0, 4373.0, 4405.0, 4373.0, 4394.0, 4374.0, 4404.0, 4375.0, 4414.0, 4375.0, 4415.0, 4364.0, 4413.0, 4364.0, 4414.0, 4373.0, 4413.0, 4383.0, 4412.0, 4361.0, 4401.0, 4363.0, 4410.0, 4374.0, 4431.0, 4363.0, 4433.0, 4384.0, 4422.0, 4392.0, 4423.0, 4383.0, 4412.0, 4362.0, 4401.0, 4372.0, 4412.0, 4373.0, 4411.0, 4360.0, 4421.0, 4363.0, 4421.0, 4383.0, 4411.0, 4385.0, 4423.0, 4384.0, 4412.0, 4405.0, 4412.0, 4415.0, 4414.0, 4394.0, 4382.0, 4394.0, 4421.0, 4382.0, 4422.0, 4382.0, 4412.0, 4373.0, 4410.0, 4361.0, 4402.0, 4363.0, 4404.0, 4385.0, 4413.0, 4386.0, 4416.0, 4396.0, 4428.0, 4435.0, 4425.0, 4410.0, 4389.0, 4418.0, 4377.0, 4428.0, 4400.0, 4429.0, 4430.0, 4400.0, 4429.0, 4389.0, 4428.0, 4397.0, 4429.0, 4396.0, 4429.0, 4385.0, 4415.0, 4383.0, 4415.0, 4380.0, 4402.0, 4373.0, 4380.0, 4350.0, 4400.0, 4351.0, 4410.0, 4372.0, 4410.0, 4371.0, 4411.0, 4361.0, 4391.0, 4371.0, 4381.0, 4404.0, 4362.0, 4394.0, 4362.0, 4402.0, 4364.0, 4413.0, 4363.0, 4422.0, 4363.0, 4401.0, 4359.0, 4400.0, 4350.0, 4402.0, 4359.0, 4392.0, 4350.0, 4388.0, 4360.0, 4402.0, 4361.0, 4401.0, 4363.0, 4403.0, 4372.0, 4413.0, 4386.0, 4414.0, 4396.0, 4416.0, 4405.0, 4377.0, 4418.0, 4362.0, 4400.0, 4372.0, 4416.0, 4373.0, 4414.0, 4366.0, 4425.0, 4388.0, 4437.0, 4377.0, 4450.0, 4388.0, 4400.0, 4416.0, 4381.0, 4392.0, 4388.0, 4366.0, 4378.0, 4349.0, 4363.0, 4425.0, 4406.0, 4411.0, 4455.0, 4407.0, 4431.0, 4430.0, 4421.0, 4439.0, 4439.0, 4416.0, 4415.0, 4375.0, 4393.0, 4394.0, 4391.0, 4439.0, 4405.0, 4365.0, 4426.0, 4381.0, 4360.0, 4378.0, 4358.0, 4407.0, 4370.0, 4408.0, 4365.0, 4362.0, 4339.0, 4348.0, 4318.0, 4320.0, 4328.0, 4307.0, 4349.0, 4331.0, 4333.0, 4356.0, 4346.0, 4349.0, 4350.0, 4361.0, 4392.0, 4388.0, 4389.0, 4407.0, 4375.0, 4418.0, 4376.0, 4417.0, 4404.0, 4429.0, 4386.0, 4385.0, 4365.0, 4405.0, 4366.0, 4416.0, 4388.0, 4439.0, 4399.0, 4438.0, 4389.0, 4418.0, 4409.0, 4427.0, 4387.0, 4417.0, 4386.0, 4418.0, 4397.0, 4416.0, 4384.0, 4403.0, 4423.0, 4386.0, 4423.0, 4374.0, 4423.0, 4373.0, 4435.0, 4377.0, 4448.0, 4376.0, 4407.0, 4421.0, 4391.0, 4399.0, 4377.0, 4428.0, 4393.0, 4428.0, 4399.0, 4431.0, 4422.0, 4391.0, 4411.0, 4391.0, 4443.0, 4421.0, 4430.0, 4447.0, 4418.0, 4417.0, 4396.0, 4394.0, 4394.0, 4402.0, 4382.0, 4412.0, 4394.0, 4412.0, 4374.0, 4402.0, 4394.0, 4403.0, 4394.0, 4414.0, 4404.0, 4402.0, 4384.0, 4392.0, 4382.0, 4400.0, 4361.0, 4411.0, 4371.0, 4412.0, 4371.0, 4362.0, 4393.0, 4362.0, 4393.0, 4364.0, 4383.0, 4366.0, 4432.0, 4390.0, 4419.0, 4400.0, 4389.0, 4409.0, 4391.0, 4430.0, 4391.0, 4431.0, 4412.0, 4431.0, 4444.0, 4453.0, 4432.0, 4384.0, 4408.0, 4389.0, 4418.0, 4379.0, 4428.0, 4418.0, 4449.0, 4412.0, 4428.0, 4392.0, 4401.0, 4390.0, 4402.0, 4370.0, 4402.0, 4358.0, 4390.0, 4399.0, 4391.0, 4409.0, 4360.0, 4408.0, 4359.0, 4420.0, 4360.0, 4410.0, 4359.0, 4399.0, 4350.0, 4388.0, 4348.0, 4387.0, 4348.0, 4389.0, 4360.0, 4400.0, 4361.0, 4401.0, 4362.0, 4401.0, 4363.0, 4422.0, 4374.0, 4363.0, 4395.0, 4394.0, 4404.0, 4394.0, 4415.0, 4375.0, 4397.0, 4366.0, 4407.0, 4377.0, 4418.0, 4378.0, 4427.0, 4378.0, 4438.0, 4388.0, 4447.0, 4399.0, 4447.0, 4398.0, 4436.0, 4419.0, 4408.0, 4419.0, 4398.0, 4441.0, 4411.0, 4428.0, 4388.0, 4427.0, 4385.0, 4415.0, 4376.0, 4436.0, 4387.0, 4426.0, 4405.0, 4406.0, 4419.0, 4376.0, 4415.0, 4373.0, 4417.0, 4414.0, 4415.0, 4405.0, 4394.0, 4432.0, 4382.0, 4411.0, 4391.0, 4400.0, 4360.0, 4399.0, 4359.0, 4389.0, 4362.0, 4390.0, 4362.0, 4402.0, 4374.0, 4375.0, 4396.0, 4396.0, 4420.0, 4408.0, 4428.0, 4398.0, 4407.0, 4376.0, 4416.0, 4386.0, 4426.0, 4404.0, 4416.0, 4384.0, 4404.0, 4371.0, 4402.0, 4361.0, 4401.0, 4371.0, 4391.0, 4354.0, 4400.0, 4372.0, 4402.0, 4362.0, 4411.0, 4383.0, 4432.0, 4373.0, 4371.0, 4391.0, 4361.0, 4413.0, 4373.0, 4414.0, 4375.0, 4405.0, 4375.0, 4424.0, 4384.0, 4413.0, 4383.0, 4421.0, 4376.0, 4434.0, 4382.0, 4445.0, 4414.0, 4391.0, 4420.0, 4416.0, 4399.0, 4387.0, 4401.0, 4442.0, 4392.0, 4422.0, 4420.0, 4389.0, 4432.0, 4401.0, 4417.0, 4374.0, 4415.0, 4405.0, 4424.0, 4373.0, 4413.0, 4372.0, 4412.0, 4391.0, 4402.0, 4358.0, 4378.0, 4376.0, 4346.0, 4397.0, 4347.0, 4399.0, 4346.0, 4373.0, 4335.0, 4388.0, 4360.0, 4379.0, 4372.0, 4363.0, 4394.0, 4366.0, 4395.0, 4376.0, 4417.0, 4407.0, 4417.0, 4397.0, 4407.0, 4379.0, 4406.0, 4377.0, 4418.0, 4379.0, 4448.0, 4421.0, 4438.0, 4409.0, 4379.0, 4429.0, 4389.0, 4420.0, 4422.0, 4403.0, 4453.0, 4441.0, 4453.0, 4430.0, 4366.0, 4383.0, 4351.0, 4352.0, 4405.0, 4375.0, 4362.0, 4403.0, 4394.0, 4376.0, 4447.0, 4427.0, 4455.0, 4441.0, 4459.0, 4447.0, 4435.0, 4412.0, 4421.0, 4377.0, 4385.0, 4372.0, 4343.0, 4391.0, 4321.0, 4370.0, 4318.0, 4349.0, 4308.0, 4339.0, 4319.0, 4340.0, 4311.0, 4351.0, 4322.0, 4343.0, 4332.0, 4336.0, 4347.0, 4356.0, 4349.0, 4369.0, 4361.0, 4391.0, 4363.0, 4394.0, 4375.0, 4427.0, 4389.0, 4428.0, 4399.0, 4427.0, 4377.0, 4430.0, 4421.0, 4390.0, 4422.0, 4401.0, 4440.0, 4410.0, 4426.0, 4392.0, 4376.0, 4415.0, 4428.0, 4421.0, 4416.0, 4415.0, 4401.0, 4435.0, 4445.0, 4445.0, 4421.0, 4467.0, 4467.0, 4445.0, 4447.0, 4476.0, 4442.0, 4420.0, 4463.0, 4448.0, 4445.0, 4401.0, 4399.0, 4399.0, 4417.0, 4376.0, 4413.0, 4341.0, 4381.0, 4318.0, 4348.0, 4319.0, 4347.0, 4331.0, 4339.0, 4309.0, 4350.0, 4332.0, 4352.0, 4334.0, 4364.0, 4336.0, 4378.0, 4360.0, 4370.0, 4381.0, 4388.0, 4422.0, 4403.0, 4407.0], 'WindowWidth': [9757.0, 9782.0, 9704.0, 9763.0, 9706.0, 9758.0, 9671.0, 9738.0, 9682.0, 9669.0, 9712.0, 9682.0, 9749.0, 9644.0, 9703.0, 9672.0, 9722.0, 9676.0, 9778.0, 9706.0, 9745.0, 9722.0, 9694.0, 9700.0, 9669.0, 9770.0, 9826.0, 9791.0, 9684.0, 9720.0, 9699.0, 9670.0, 9715.0, 9675.0, 9712.0, 9661.0, 9724.0, 9675.0, 9740.0, 9674.0, 9723.0, 9658.0, 9721.0, 9655.0, 9721.0, 9649.0, 9701.0, 9651.0, 9747.0, 9685.0, 9743.0, 9674.0, 9727.0, 9694.0, 9709.0, 9727.0, 9680.0, 9705.0, 9704.0, 9720.0, 9727.0, 9790.0, 9734.0, 9725.0, 9760.0, 9725.0, 9790.0, 9733.0, 9764.0, 9728.0, 9785.0, 9745.0, 9772.0, 9733.0, 9751.0, 9665.0, 9729.0, 9663.0, 9702.0, 9661.0, 9714.0, 9664.0, 9720.0, 9655.0, 9721.0, 9648.0, 9716.0, 9672.0, 9723.0, 9668.0, 9723.0, 9652.0, 9715.0, 9654.0, 9721.0, 9670.0, 9724.0, 9657.0, 9732.0, 9674.0, 9739.0, 9704.0, 9699.0, 9714.0, 9674.0, 9715.0, 9674.0, 9732.0, 9683.0, 9745.0, 9679.0, 9750.0, 9678.0, 9743.0, 9678.0, 9742.0, 9692.0, 9744.0, 9703.0, 9729.0, 9691.0, 9740.0, 9674.0, 9743.0, 9686.0, 9739.0, 9703.0, 9739.0, 9687.0, 9724.0, 9669.0, 9725.0, 9683.0, 9727.0, 9683.0, 9722.0, 9654.0, 9724.0, 9669.0, 9719.0, 9684.0, 9736.0, 9669.0, 9733.0, 9668.0, 9735.0, 9667.0, 9721.0, 9682.0, 9737.0, 9657.0, 9725.0, 9683.0, 9726.0, 9678.0, 9739.0, 9674.0, 9727.0, 9703.0, 9679.0, 9721.0, 9681.0, 9739.0, 9685.0, 9753.0, 9689.0, 9753.0, 9701.0, 9753.0, 9710.0, 9735.0, 9694.0, 9732.0, 9676.0, 9727.0, 9677.0, 9743.0, 9688.0, 9739.0, 9659.0, 9726.0, 9672.0, 9735.0, 9697.0, 9739.0, 9681.0, 9720.0, 9659.0, 9724.0, 9651.0, 9688.0, 9657.0, 9689.0, 9633.0, 9698.0, 9648.0, 9704.0, 9654.0, 9709.0, 9660.0, 9729.0, 9678.0, 9731.0, 9677.0, 9743.0, 9675.0, 9741.0, 9671.0, 9713.0, 9669.0, 9725.0, 9669.0, 9708.0, 9680.0, 9711.0, 9669.0, 9701.0, 9637.0, 9687.0, 9686.0, 9704.0, 9653.0, 9692.0, 9650.0, 9706.0, 9654.0, 9708.0, 9656.0, 9711.0, 9674.0, 9729.0, 9677.0, 9729.0, 9687.0, 9734.0, 9688.0, 9715.0, 9674.0, 9729.0, 9674.0, 9728.0, 9674.0, 9728.0, 9678.0, 9740.0, 9677.0, 9728.0, 9689.0, 9748.0, 9701.0, 9713.0, 9673.0, 9726.0, 9679.0, 9731.0, 9686.0, 9728.0, 9687.0, 9715.0, 9671.0, 9728.0, 9672.0, 9725.0, 9708.0, 9713.0, 9692.0, 9709.0, 9729.0, 9693.0, 9744.0, 9680.0, 9730.0, 9682.0, 9745.0, 9682.0, 9739.0, 9711.0, 9720.0, 9712.0, 9736.0, 9700.0, 9739.0, 9745.0, 9794.0, 9802.0, 9701.0, 9743.0, 9675.0, 9665.0, 9689.0, 9708.0, 9835.0, 9807.0, 9796.0, 9824.0, 9777.0, 9811.0, 9734.0, 9821.0, 9795.0, 9769.0, 9718.0, 9757.0, 9738.0, 9741.0, 9672.0, 9713.0, 9676.0, 9695.0, 9647.0, 9646.0, 9679.0, 9596.0, 9664.0, 9603.0, 9646.0, 9586.0, 9630.0, 9586.0, 9619.0, 9617.0, 9598.0, 9662.0, 9612.0, 9682.0, 9618.0, 9655.0, 9621.0, 9677.0, 9623.0, 9680.0, 9630.0, 9680.0, 9646.0, 9684.0, 9632.0, 9683.0, 9654.0, 9699.0, 9649.0, 9705.0, 9657.0, 9725.0, 9677.0, 9730.0, 9678.0, 9756.0, 9684.0, 9739.0, 9681.0, 9753.0, 9748.0, 9786.0, 9748.0, 9761.0, 9684.0, 9751.0, 9680.0, 9746.0, 9712.0, 9780.0, 9708.0, 9745.0, 9677.0, 9747.0, 9721.0, 9749.0, 9701.0, 9726.0, 9654.0, 9722.0, 9673.0, 9737.0, 9685.0, 9742.0, 9700.0, 9735.0, 9672.0, 9720.0, 9668.0, 9717.0, 9675.0, 9713.0, 9658.0, 9714.0, 9646.0, 9714.0, 9662.0, 9700.0, 9659.0, 9699.0, 9648.0, 9696.0, 9628.0, 9694.0, 9636.0, 9698.0, 9649.0, 9704.0, 9654.0, 9705.0, 9658.0, 9723.0, 9690.0, 9728.0, 9679.0, 9745.0, 9693.0, 9741.0, 9678.0, 9729.0, 9676.0, 9730.0, 9692.0, 9727.0, 9662.0, 9727.0, 9676.0, 9744.0, 9695.0, 9770.0, 9697.0, 9732.0, 9720.0, 9700.0, 9753.0, 9722.0, 9760.0, 9712.0, 9736.0, 9682.0, 9746.0, 9698.0, 9751.0, 9722.0, 9737.0, 9693.0, 9733.0, 9678.0, 9732.0, 9715.0, 9730.0, 9699.0, 9711.0, 9669.0, 9725.0, 9654.0, 9725.0, 9720.0, 9707.0, 9720.0, 9681.0, 9728.0, 9677.0, 9725.0, 9666.0, 9728.0, 9668.0, 9732.0, 9665.0, 9658.0, 9710.0, 9671.0, 9714.0, 9674.0, 9745.0, 9680.0, 9751.0, 9699.0, 9777.0, 9710.0, 9751.0, 9735.0, 9748.0, 9719.0, 9751.0, 9674.0, 9749.0, 9687.0, 9738.0, 9701.0, 9723.0, 9699.0, 9673.0, 9711.0, 9654.0, 9708.0, 9651.0, 9726.0, 9668.0, 9711.0, 9669.0, 9708.0, 9671.0, 9709.0, 9664.0, 9729.0, 9667.0, 9706.0, 9656.0, 9711.0, 9656.0, 9710.0, 9669.0, 9716.0, 9670.0, 9700.0, 9673.0, 9712.0, 9675.0, 9725.0, 9676.0, 9728.0, 9659.0, 9725.0, 9661.0, 9727.0, 9670.0, 9725.0, 9683.0, 9720.0, 9652.0, 9704.0, 9655.0, 9716.0, 9671.0, 9747.0, 9656.0, 9751.0, 9686.0, 9734.0, 9694.0, 9737.0, 9682.0, 9720.0, 9653.0, 9704.0, 9666.0, 9719.0, 9668.0, 9719.0, 9651.0, 9731.0, 9656.0, 9732.0, 9682.0, 9719.0, 9685.0, 9736.0, 9684.0, 9720.0, 9715.0, 9720.0, 9727.0, 9723.0, 9698.0, 9681.0, 9698.0, 9731.0, 9678.0, 9734.0, 9679.0, 9720.0, 9667.0, 9715.0, 9650.0, 9707.0, 9657.0, 9713.0, 9689.0, 9724.0, 9692.0, 9731.0, 9706.0, 9754.0, 9778.0, 9762.0, 9735.0, 9701.0, 9737.0, 9685.0, 9754.0, 9718.0, 9755.0, 9759.0, 9715.0, 9755.0, 9701.0, 9754.0, 9709.0, 9754.0, 9705.0, 9751.0, 9688.0, 9726.0, 9681.0, 9725.0, 9673.0, 9705.0, 9664.0, 9670.0, 9633.0, 9696.0, 9635.0, 9713.0, 9664.0, 9715.0, 9661.0, 9716.0, 9650.0, 9687.0, 9662.0, 9676.0, 9711.0, 9654.0, 9697.0, 9653.0, 9705.0, 9657.0, 9721.0, 9654.0, 9734.0, 9654.0, 9702.0, 9644.0, 9697.0, 9633.0, 9702.0, 9643.0, 9688.0, 9632.0, 9681.0, 9646.0, 9703.0, 9651.0, 9703.0, 9656.0, 9709.0, 9667.0, 9722.0, 9692.0, 9725.0, 9704.0, 9731.0, 9715.0, 9679.0, 9737.0, 9652.0, 9699.0, 9665.0, 9733.0, 9671.0, 9724.0, 9664.0, 9742.0, 9698.0, 9763.0, 9683.0, 9787.0, 9697.0, 9716.0, 9735.0, 9678.0, 9692.0, 9696.0, 9662.0, 9666.0, 9627.0, 9656.0, 9745.0, 9721.0, 9733.0, 9798.0, 9721.0, 9759.0, 9760.0, 9749.0, 9770.0, 9776.0, 9733.0, 9731.0, 9678.0, 9699.0, 9701.0, 9691.0, 9769.0, 9716.0, 9662.0, 9747.0, 9675.0, 9643.0, 9664.0, 9637.0, 9705.0, 9652.0, 9705.0, 9637.0, 9630.0, 9591.0, 9601.0, 9562.0, 9569.0, 9575.0, 9547.0, 9608.0, 9589.0, 9597.0, 9632.0, 9621.0, 9627.0, 9631.0, 9649.0, 9692.0, 9700.0, 9702.0, 9721.0, 9676.0, 9738.0, 9678.0, 9735.0, 9712.0, 9751.0, 9687.0, 9686.0, 9660.0, 9712.0, 9662.0, 9729.0, 9696.0, 9767.0, 9715.0, 9763.0, 9699.0, 9738.0, 9725.0, 9749.0, 9693.0, 9733.0, 9690.0, 9737.0, 9703.0, 9729.0, 9683.0, 9708.0, 9734.0, 9688.0, 9734.0, 9668.0, 9733.0, 9668.0, 9754.0, 9682.0, 9778.0, 9676.0, 9720.0, 9750.0, 9709.0, 9714.0, 9683.0, 9752.0, 9714.0, 9754.0, 9714.0, 9760.0, 9752.0, 9707.0, 9735.0, 9708.0, 9780.0, 9745.0, 9758.0, 9774.0, 9734.0, 9731.0, 9702.0, 9695.0, 9697.0, 9704.0, 9679.0, 9718.0, 9695.0, 9719.0, 9670.0, 9704.0, 9696.0, 9706.0, 9696.0, 9724.0, 9710.0, 9704.0, 9682.0, 9689.0, 9676.0, 9698.0, 9649.0, 9714.0, 9662.0, 9715.0, 9662.0, 9651.0, 9693.0, 9653.0, 9694.0, 9657.0, 9683.0, 9663.0, 9767.0, 9706.0, 9742.0, 9717.0, 9702.0, 9728.0, 9707.0, 9760.0, 9708.0, 9760.0, 9737.0, 9761.0, 9783.0, 9795.0, 9762.0, 9683.0, 9725.0, 9700.0, 9737.0, 9685.0, 9752.0, 9737.0, 9784.0, 9737.0, 9751.0, 9691.0, 9703.0, 9686.0, 9704.0, 9658.0, 9703.0, 9640.0, 9686.0, 9695.0, 9687.0, 9709.0, 9644.0, 9706.0, 9641.0, 9724.0, 9645.0, 9711.0, 9643.0, 9695.0, 9630.0, 9680.0, 9627.0, 9679.0, 9628.0, 9683.0, 9645.0, 9701.0, 9649.0, 9703.0, 9651.0, 9703.0, 9655.0, 9732.0, 9670.0, 9655.0, 9701.0, 9699.0, 9712.0, 9698.0, 9729.0, 9675.0, 9705.0, 9666.0, 9720.0, 9682.0, 9737.0, 9683.0, 9748.0, 9684.0, 9765.0, 9700.0, 9777.0, 9714.0, 9777.0, 9712.0, 9760.0, 9742.0, 9724.0, 9742.0, 9712.0, 9776.0, 9735.0, 9752.0, 9700.0, 9751.0, 9689.0, 9730.0, 9679.0, 9762.0, 9695.0, 9743.0, 9717.0, 9719.0, 9741.0, 9677.0, 9729.0, 9671.0, 9734.0, 9725.0, 9729.0, 9712.0, 9699.0, 9747.0, 9679.0, 9718.0, 9688.0, 9698.0, 9644.0, 9697.0, 9643.0, 9684.0, 9652.0, 9688.0, 9654.0, 9708.0, 9674.0, 9676.0, 9706.0, 9706.0, 9745.0, 9727.0, 9754.0, 9710.0, 9723.0, 9680.0, 9733.0, 9693.0, 9746.0, 9712.0, 9731.0, 9685.0, 9711.0, 9663.0, 9705.0, 9648.0, 9704.0, 9663.0, 9690.0, 9642.0, 9701.0, 9665.0, 9705.0, 9649.0, 9717.0, 9683.0, 9749.0, 9669.0, 9662.0, 9688.0, 9651.0, 9721.0, 9669.0, 9726.0, 9674.0, 9713.0, 9676.0, 9740.0, 9685.0, 9722.0, 9681.0, 9732.0, 9677.0, 9755.0, 9681.0, 9789.0, 9748.0, 9711.0, 9750.0, 9753.0, 9717.0, 9698.0, 9723.0, 9782.0, 9715.0, 9751.0, 9746.0, 9700.0, 9763.0, 9719.0, 9734.0, 9671.0, 9729.0, 9714.0, 9740.0, 9667.0, 9723.0, 9665.0, 9721.0, 9686.0, 9702.0, 9637.0, 9663.0, 9657.0, 9619.0, 9689.0, 9621.0, 9695.0, 9617.0, 9648.0, 9603.0, 9677.0, 9645.0, 9669.0, 9665.0, 9654.0, 9699.0, 9663.0, 9703.0, 9680.0, 9736.0, 9722.0, 9734.0, 9707.0, 9720.0, 9685.0, 9718.0, 9681.0, 9736.0, 9687.0, 9779.0, 9750.0, 9766.0, 9727.0, 9685.0, 9758.0, 9704.0, 9745.0, 9751.0, 9726.0, 9796.0, 9774.0, 9812.0, 9774.0, 9662.0, 9678.0, 9630.0, 9635.0, 9712.0, 9675.0, 9648.0, 9706.0, 9696.0, 9676.0, 9795.0, 9766.0, 9801.0, 9773.0, 9797.0, 9770.0, 9757.0, 9712.0, 9729.0, 9657.0, 9667.0, 9643.0, 9603.0, 9666.0, 9569.0, 9636.0, 9564.0, 9606.0, 9550.0, 9592.0, 9567.0, 9596.0, 9558.0, 9612.0, 9577.0, 9608.0, 9592.0, 9602.0, 9620.0, 9633.0, 9626.0, 9653.0, 9648.0, 9688.0, 9654.0, 9695.0, 9673.0, 9744.0, 9699.0, 9750.0, 9711.0, 9746.0, 9680.0, 9755.0, 9744.0, 9703.0, 9750.0, 9722.0, 9771.0, 9728.0, 9747.0, 9693.0, 9678.0, 9728.0, 9753.0, 9751.0, 9756.0, 9749.0, 9726.0, 9777.0, 9791.0, 9790.0, 9748.0, 9820.0, 9817.0, 9786.0, 9792.0, 9827.0, 9776.0, 9742.0, 9811.0, 9775.0, 9764.0, 9700.0, 9689.0, 9692.0, 9710.0, 9652.0, 9703.0, 9598.0, 9653.0, 9562.0, 9604.0, 9567.0, 9603.0, 9589.0, 9594.0, 9556.0, 9612.0, 9593.0, 9620.0, 9599.0, 9638.0, 9605.0, 9666.0, 9646.0, 9658.0, 9675.0, 9699.0, 9755.0, 9731.0, 9722.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.0022027445887445886</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025394921558441558</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.0057485702773</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2423472530329283</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.024101360996532</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4826</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7344.8569</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09891465663252985</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.658008658008658</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6072511123030835</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.447118487110694</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9516719296266576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422962920171898</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0278757</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029226678889244795</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04036267101764679</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1155</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.746477481704356</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>16.3072</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0226</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.1807</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296799.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>913.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.1964</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.4746</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3538.1072</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79745.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4659.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.7459</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.93349093804136</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> |