=== 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-0087 --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-0087",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
114 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-0087_ses-02_task-narratives_acq-mb8_run-01_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-0087_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_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-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-01_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-0087/ses-02/func/sub-0087_ses-02_task-narratives_acq-mb8_run-01_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>27b47a1a8ef988f645e5994bfb83392e</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:39:46.930000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</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-01_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.114696</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-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4165, -7776, -7222, 578, -42, -85, 45, 87]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>362052ab-4583-4acf-a120-866f7845d263||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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, 967]</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], 'AcquisitionTime': ['183946.930000', '183947.390000', '183947.850000', '183948.310000', '183948.770000', '183949.230000', '183949.690000', '183950.150000', '183950.610000', '183951.070000', '183951.530000', '183951.990000', '183952.450000', '183952.910000', '183953.370000', '183953.830000', '183954.290000', '183954.750000', '183955.210000', '183955.670000', '183956.130000', '183956.590000', '183957.050000', '183957.510000', '183957.970000', '183958.430000', '183958.890000', '183959.350000', '183959.810000', '184000.270000', '184000.730000', '184001.190000', '184001.650000', '184002.110000', '184002.570000', '184003.030000', '184003.490000', '184003.950000', '184004.410000', '184004.870000', '184005.330000', '184005.790000', '184006.250000', '184006.710000', '184007.170000', '184007.630000', '184008.090000', '184008.550000', '184009.010000', '184009.470000', '184009.930000', '184010.390000', '184010.850000', '184011.310000', '184011.770000', '184012.230000', '184012.690000', '184013.150000', '184013.610000', '184014.070000', '184014.530000', '184014.990000', '184015.450000', '184015.910000', '184016.370000', '184016.830000', '184017.290000', '184017.750000', '184018.210000', '184018.670000', '184019.130000', '184019.590000', '184020.050000', '184020.510000', '184020.970000', '184021.430000', '184021.890000', '184022.350000', '184022.810000', '184023.270000', '184023.730000', '184024.190000', '184024.650000', '184025.110000', '184025.570000', '184026.030000', '184026.490000', '184026.950000', '184027.410000', '184027.870000', '184028.330000', '184028.790000', '184029.250000', '184029.710000', '184030.170000', '184030.630000', '184031.090000', '184031.550000', '184032.010000', '184032.470000', '184032.930000', '184033.390000', '184033.850000', '184034.310000', '184034.770000', '184035.230000', '184035.690000', '184036.150000', '184036.610000', '184037.070000', '184037.530000', '184037.990000', '184038.450000', '184038.910000', '184039.370000', '184039.830000', '184040.290000', '184040.750000', '184041.210000', '184041.670000', '184042.130000', '184042.590000', '184043.050000', '184043.510000', '184043.970000', '184044.430000', '184044.890000', '184045.350000', '184045.810000', '184046.270000', '184046.730000', '184047.190000', '184047.650000', '184048.110000', '184048.570000', '184049.030000', '184049.490000', '184049.950000', '184050.410000', '184050.870000', '184051.330000', '184051.790000', '184052.250000', '184052.710000', '184053.170000', '184053.630000', '184054.090000', '184054.550000', '184055.010000', '184055.470000', '184055.930000', '184056.390000', '184056.850000', '184057.310000', '184057.770000', '184058.230000', '184058.690000', '184059.150000', '184059.610000', '184100.070000', '184100.530000', '184100.990000', '184101.450000', '184101.910000', '184102.370000', '184102.830000', '184103.290000', '184103.750000', '184104.210000', '184104.670000', '184105.130000', '184105.590000', '184106.050000', '184106.510000', '184106.970000', '184107.430000', '184107.890000', '184108.350000', '184108.810000', '184109.270000', '184109.730000', '184110.190000', '184110.650000', '184111.110000', '184111.570000', '184112.030000', '184112.490000', '184112.950000', '184113.410000', '184113.870000', '184114.330000', '184114.790000', '184115.250000', '184115.710000', '184116.170000', '184116.630000', '184117.090000', '184117.550000', '184118.010000', '184118.470000', '184118.930000', '184119.390000', '184119.850000', '184120.310000', '184120.770000', '184121.230000', '184121.690000', '184122.150000', '184122.610000', '184123.070000', '184123.530000', '184123.990000', '184124.450000', '184124.910000', '184125.370000', '184125.830000', '184126.290000', '184126.750000', '184127.210000', '184127.670000', '184128.130000', '184128.590000', '184129.050000', '184129.510000', '184129.970000', '184130.430000', '184130.890000', '184131.350000', '184131.810000', '184132.270000', '184132.730000', '184133.190000', '184133.650000', '184134.110000', '184134.570000', '184135.030000', '184135.490000', '184135.950000', '184136.410000', '184136.870000', '184137.330000', '184137.790000', '184138.250000', '184138.710000', '184139.170000', '184139.630000', '184140.090000', '184140.550000', '184141.010000', '184141.470000', '184141.930000', '184142.390000', '184142.850000', '184143.310000', '184143.770000', '184144.230000', '184144.690000', '184145.150000', '184145.610000', '184146.070000', '184146.530000', '184146.990000', '184147.450000', '184147.910000', '184148.370000', '184148.830000', '184149.290000', '184149.750000', '184150.210000', '184150.670000', '184151.130000', '184151.590000', '184152.050000', '184152.510000', '184152.970000', '184153.430000', '184153.890000', '184154.350000', '184154.810000', '184155.270000', '184155.730000', '184156.190000', '184156.650000', '184157.110000', '184157.570000', '184158.030000', '184158.490000', '184158.950000', '184159.410000', '184159.870000', '184200.330000', '184200.790000', '184201.250000', '184201.710000', '184202.170000', '184202.630000', '184203.090000', '184203.550000', '184204.010000', '184204.470000', '184204.930000', '184205.390000', '184205.850000', '184206.310000', '184206.770000', '184207.230000', '184207.690000', '184208.150000', '184208.610000', '184209.070000', '184209.530000', '184209.990000', '184210.450000', '184210.910000', '184211.370000', '184211.830000', '184212.290000', '184212.750000', '184213.210000', '184213.670000', '184214.130000', '184214.590000', '184215.050000', '184215.510000', '184215.970000', '184216.430000', '184216.890000', '184217.350000', '184217.810000', '184218.270000', '184218.730000', '184219.190000', '184219.650000', '184220.110000', '184220.570000', '184221.030000', '184221.490000', '184221.950000', '184222.410000', '184222.870000', '184223.330000', '184223.790000', '184224.250000', '184224.710000', '184225.170000', '184225.630000', '184226.090000', '184226.550000', '184227.010000', '184227.470000', '184227.930000', '184228.390000', '184228.850000', '184229.310000', '184229.770000', '184230.230000', '184230.690000', '184231.150000', '184231.610000', '184232.070000', '184232.530000', '184232.990000', '184233.450000', '184233.910000', '184234.370000', '184234.830000', '184235.290000', '184235.750000', '184236.210000', '184236.670000', '184237.130000', '184237.590000', '184238.050000', '184238.510000', '184238.970000', '184239.430000', '184239.890000', '184240.350000', '184240.810000', '184241.270000', '184241.730000', '184242.190000', '184242.650000', '184243.110000', '184243.570000', '184244.030000', '184244.490000', '184244.950000', '184245.410000', '184245.870000', '184246.330000', '184246.790000', '184247.250000', '184247.710000', '184248.170000', '184248.630000', '184249.090000', '184249.550000', '184250.010000', '184250.470000', '184250.930000', '184251.390000', '184251.850000', '184252.310000', '184252.770000', '184253.230000', '184253.690000', '184254.150000', '184254.610000', '184255.070000', '184255.530000', '184255.990000', '184256.450000', '184256.910000', '184257.370000', '184257.830000', '184258.290000', '184258.750000', '184259.210000', '184259.670000', '184300.130000', '184300.590000', '184301.050000', '184301.510000', '184301.970000', '184302.430000', '184302.890000', '184303.350000', '184303.810000', '184304.270000', '184304.730000', '184305.190000', '184305.650000', '184306.110000', '184306.570000', '184307.030000', '184307.490000', '184307.950000', '184308.410000', '184308.870000', '184309.330000', '184309.790000', '184310.250000', '184310.710000', '184311.170000', '184311.630000', '184312.090000', '184312.550000', '184313.010000', '184313.470000', '184313.930000', '184314.390000', '184314.850000', '184315.310000', '184315.770000', '184316.230000', '184316.690000', '184317.150000', '184317.610000', '184318.070000', '184318.530000', '184318.990000', '184319.450000', '184319.910000', '184320.370000', '184320.830000', '184321.290000', '184321.750000', '184322.210000', '184322.670000', '184323.130000', '184323.590000', '184324.050000', '184324.510000', '184324.970000', '184325.430000', '184325.890000', '184326.350000', '184326.810000', '184327.270000', '184327.730000', '184328.190000', '184328.650000', '184329.110000', '184329.570000', '184330.030000', '184330.490000', '184330.950000', '184331.410000', '184331.870000', '184332.330000', '184332.790000', '184333.250000', '184333.710000', '184334.170000', '184334.630000', '184335.090000', '184335.550000', '184336.010000', '184336.470000', '184336.930000', '184337.390000', '184337.850000', '184338.310000', '184338.770000', '184339.230000', '184339.690000', '184340.150000', '184340.610000', '184341.070000', '184341.530000', '184341.990000', '184342.450000', '184342.910000', '184343.370000', '184343.830000', '184344.290000', '184344.750000', '184345.210000', '184345.670000', '184346.130000', '184346.590000', '184347.050000', '184347.510000', '184347.970000', '184348.430000', '184348.890000', '184349.350000', '184349.810000', '184350.270000', '184350.730000', '184351.190000', '184351.650000', '184352.110000', '184352.570000', '184353.030000', '184353.490000', '184353.950000', '184354.410000', '184354.870000', '184355.330000', '184355.790000', '184356.250000', '184356.710000', '184357.170000', '184357.630000', '184358.090000', '184358.550000', '184359.010000', '184359.470000', '184359.930000', '184400.390000', '184400.850000', '184401.310000', '184401.770000', '184402.230000', '184402.690000', '184403.150000', '184403.610000', '184404.070000', '184404.530000', '184404.990000', '184405.450000', '184405.910000', '184406.370000', '184406.830000', '184407.290000', '184407.750000', '184408.210000', '184408.670000', '184409.130000', '184409.590000', '184410.050000', '184410.510000', '184410.970000', '184411.430000', '184411.890000', '184412.350000', '184412.810000', '184413.270000', '184413.730000', '184414.190000', '184414.650000', '184415.110000', '184415.570000', '184416.030000', '184416.490000', '184416.950000', '184417.410000', '184417.870000', '184418.330000', '184418.790000', '184419.250000', '184419.710000', '184420.170000', '184420.630000', '184421.090000', '184421.550000', '184422.010000', '184422.470000', '184422.930000', '184423.390000', '184423.850000', '184424.310000', '184424.770000', '184425.230000', '184425.690000', '184426.150000', '184426.610000', '184427.070000', '184427.530000', '184427.990000', '184428.450000', '184428.910000', '184429.370000', '184429.830000', '184430.290000', '184430.750000', '184431.210000', '184431.670000', '184432.130000', '184432.590000', '184433.050000', '184433.510000', '184433.970000', '184434.430000', '184434.890000', '184435.350000', '184435.810000', '184436.270000', '184436.730000', '184437.190000', '184437.650000', '184438.110000', '184438.570000', '184439.030000', '184439.490000', '184439.950000', '184440.410000', '184440.870000', '184441.330000', '184441.790000', '184442.250000', '184442.710000', '184443.170000', '184443.630000', '184444.090000', '184444.550000', '184445.010000', '184445.470000', '184445.930000', '184446.390000', '184446.850000', '184447.310000', '184447.770000', '184448.230000', '184448.690000', '184449.150000', '184449.610000', '184450.070000', '184450.530000', '184450.990000', '184451.450000', '184451.910000', '184452.370000', '184452.830000', '184453.290000', '184453.750000', '184454.210000', '184454.670000', '184455.130000', '184455.590000', '184456.050000', '184456.510000', '184456.970000', '184457.430000', '184457.890000', '184458.350000', '184458.810000', '184459.270000', '184459.730000', '184500.190000', '184500.650000', '184501.110000', '184501.570000', '184502.030000', '184502.490000', '184502.950000', '184503.410000', '184503.870000', '184504.330000', '184504.790000', '184505.250000', '184505.710000', '184506.170000', '184506.630000', '184507.090000', '184507.550000', '184508.010000', '184508.470000', '184508.930000', '184509.390000', '184509.850000', '184510.310000', '184510.770000', '184511.230000', '184511.690000', '184512.150000', '184512.610000', '184513.070000', '184513.530000', '184513.990000', '184514.450000', '184514.910000', '184515.370000', '184515.830000', '184516.290000', '184516.750000', '184517.210000', '184517.670000', '184518.130000', '184518.590000', '184519.050000', '184519.510000', '184519.970000', '184520.430000', '184520.890000', '184521.350000', '184521.810000', '184522.270000', '184522.730000', '184523.190000', '184523.650000', '184524.110000', '184524.570000', '184525.030000', '184525.490000', '184525.950000', '184526.410000', '184526.870000', '184527.330000', '184527.790000', '184528.250000', '184528.710000', '184529.170000', '184529.630000', '184530.090000', '184530.550000', '184531.010000', '184531.470000', '184531.930000', '184532.390000', '184532.850000', '184533.310000', '184533.770000', '184534.230000', '184534.690000', '184535.150000', '184535.610000', '184536.070000', '184536.530000', '184536.990000', '184537.450000', '184537.910000', '184538.370000', '184538.830000', '184539.290000', '184539.750000', '184540.210000', '184540.670000', '184541.130000', '184541.590000', '184542.050000', '184542.510000', '184542.970000', '184543.430000', '184543.890000', '184544.350000', '184544.810000', '184545.270000', '184545.730000', '184546.190000', '184546.650000', '184547.110000', '184547.570000', '184548.030000', '184548.490000', '184548.950000', '184549.410000', '184549.870000', '184550.330000', '184550.790000', '184551.250000', '184551.710000', '184552.170000', '184552.630000', '184553.090000', '184553.550000', '184554.010000', '184554.470000', '184554.930000', '184555.390000', '184555.850000', '184556.310000', '184556.770000', '184557.230000', '184557.690000', '184558.150000', '184558.610000', '184559.070000', '184559.530000', '184559.990000', '184600.450000', '184600.910000', '184601.370000', '184601.830000', '184602.290000', '184602.750000', '184603.210000', '184603.670000', '184604.130000', '184604.590000', '184605.050000', '184605.510000', '184605.970000', '184606.430000', '184606.890000', '184607.350000', '184607.810000', '184608.270000', '184608.730000', '184609.190000', '184609.650000', '184610.110000', '184610.570000', '184611.030000', '184611.490000', '184611.950000', '184612.410000', '184612.870000', '184613.330000', '184613.790000', '184614.250000', '184614.710000', '184615.170000', '184615.630000', '184616.090000', '184616.550000', '184617.010000', '184617.470000', '184617.930000', '184618.390000', '184618.850000', '184619.310000', '184619.770000', '184620.230000', '184620.690000', '184621.150000', '184621.610000', '184622.070000', '184622.530000', '184622.990000', '184623.450000', '184623.910000', '184624.370000', '184624.830000', '184625.290000', '184625.750000', '184626.210000', '184626.670000', '184627.130000', '184627.590000', '184628.050000', '184628.510000', '184628.970000', '184629.430000', '184629.890000', '184630.350000', '184630.810000', '184631.270000', '184631.730000', '184632.190000', '184632.650000', '184633.110000', '184633.570000', '184634.030000', '184634.490000', '184634.950000', '184635.410000', '184635.870000', '184636.330000', '184636.790000', '184637.250000', '184637.710000', '184638.170000', '184638.630000', '184639.090000', '184639.550000', '184640.010000', '184640.470000', '184640.930000', '184641.390000', '184641.850000', '184642.310000', '184642.770000', '184643.230000', '184643.690000', '184644.150000', '184644.610000', '184645.070000', '184645.530000', '184645.990000', '184646.450000', '184646.910000', '184647.370000', '184647.830000', '184648.290000', '184648.750000', '184649.210000', '184649.670000', '184650.130000', '184650.590000', '184651.050000', '184651.510000', '184651.970000', '184652.430000', '184652.890000', '184653.350000', '184653.810000', '184654.270000', '184654.730000', '184655.190000', '184655.650000', '184656.110000', '184656.570000', '184657.030000', '184657.490000', '184657.950000', '184658.410000', '184658.870000', '184659.330000', '184659.790000', '184700.250000', '184700.710000', '184701.170000', '184701.630000', '184702.090000', '184702.550000', '184703.010000', '184703.470000', '184703.930000', '184704.390000', '184704.850000', '184705.310000', '184705.770000', '184706.230000', '184706.690000', '184707.150000', '184707.610000', '184708.070000', '184708.530000', '184708.990000', '184709.450000', '184709.910000', '184710.370000', '184710.830000', '184711.290000'], 'ContentTime': ['184004.625000', '184004.629000', '184004.631000', '184004.634000', '184004.637000', '184004.639000', '184004.642000', '184004.644000', '184004.647000', '184004.649000', '184004.652000', '184004.654000', '184004.657000', '184004.660000', '184004.662000', '184004.665000', '184004.667000', '184004.670000', '184004.672000', '184004.675000', '184004.677000', '184004.680000', '184004.682000', '184004.685000', '184004.687000', '184004.690000', '184004.693000', '184004.695000', '184004.698000', '184004.700000', '184004.703000', '184004.706000', '184004.708000', '184004.711000', '184004.713000', '184004.716000', '184004.718000', '184024.572000', '184024.575000', '184024.578000', '184024.580000', '184024.583000', '184024.586000', '184024.588000', '184024.591000', '184024.593000', '184024.596000', '184024.599000', '184024.601000', '184024.604000', '184024.606000', '184024.609000', '184024.611000', '184024.624000', '184024.627000', '184024.629000', '184024.632000', '184024.634000', '184024.637000', '184024.640000', '184024.642000', '184024.645000', '184024.648000', '184024.651000', '184024.654000', '184024.657000', '184024.659000', '184024.662000', '184024.664000', '184024.667000', '184024.669000', '184024.672000', '184024.674000', '184024.677000', '184024.680000', '184024.682000', '184024.685000', '184024.687000', '184024.690000', '184024.693000', '184044.573000', '184044.585000', '184044.588000', '184044.590000', '184044.593000', '184044.595000', '184044.598000', '184044.601000', '184044.603000', '184044.606000', '184044.608000', '184044.611000', '184044.613000', '184044.616000', '184044.618000', '184044.621000', '184044.624000', '184044.626000', '184044.629000', '184044.631000', '184044.634000', '184044.637000', '184044.639000', '184044.642000', '184044.644000', '184044.647000', '184044.649000', '184044.652000', '184044.654000', '184044.657000', '184044.659000', '184044.662000', '184044.665000', '184044.667000', '184044.670000', '184044.672000', '184044.675000', '184044.677000', '184044.680000', '184044.682000', '184044.685000', '184044.687000', '184044.690000', '184044.693000', '184104.574000', '184104.577000', '184104.579000', '184104.582000', '184104.584000', '184104.587000', '184104.589000', '184104.592000', '184104.595000', '184104.597000', '184104.600000', '184104.602000', '184104.605000', '184104.607000', '184104.610000', '184104.612000', '184104.615000', '184104.618000', '184104.620000', '184104.623000', '184104.625000', '184104.628000', '184104.631000', '184104.633000', '184104.636000', '184104.638000', '184104.641000', '184104.643000', '184104.646000', '184104.648000', '184104.651000', '184104.666000', '184104.669000', '184104.672000', '184104.674000', '184104.677000', '184104.680000', '184104.682000', '184104.685000', '184104.687000', '184104.690000', '184104.692000', '184104.695000', '184124.573000', '184124.576000', '184124.579000', '184124.581000', '184124.584000', '184124.587000', '184124.589000', '184124.592000', '184124.594000', '184124.597000', '184124.600000', '184124.602000', '184124.605000', '184124.607000', '184124.610000', '184124.612000', '184124.615000', '184124.618000', '184124.620000', '184124.623000', '184124.625000', '184124.628000', '184124.630000', '184124.633000', '184124.635000', '184124.638000', '184124.640000', '184124.643000', '184124.646000', '184124.648000', '184124.651000', '184124.653000', '184124.656000', '184124.658000', '184124.661000', '184124.663000', '184124.666000', '184124.669000', '184124.671000', '184124.674000', '184124.676000', '184124.679000', '184124.682000', '184124.684000', '184144.572000', '184144.575000', '184144.578000', '184144.580000', '184144.583000', '184144.586000', '184144.588000', '184144.591000', '184144.593000', '184144.596000', '184144.598000', '184144.601000', '184144.604000', '184144.606000', '184144.609000', '184144.611000', '184144.614000', '184144.617000', '184144.619000', '184144.622000', '184144.624000', '184144.627000', '184144.629000', '184144.632000', '184144.634000', '184144.637000', '184144.640000', '184144.642000', '184144.645000', '184144.647000', '184144.650000', '184144.653000', '184144.655000', '184144.658000', '184144.661000', '184144.664000', '184144.667000', '184144.670000', '184144.672000', '184144.675000', '184144.677000', '184144.680000', '184144.683000', '184204.573000', '184204.575000', '184204.578000', '184204.581000', '184204.583000', '184204.586000', '184204.588000', '184204.591000', '184204.593000', '184204.596000', '184204.599000', '184204.601000', '184204.604000', '184204.606000', '184204.609000', '184204.611000', '184204.614000', '184204.617000', '184204.619000', '184204.622000', '184204.624000', '184204.627000', '184204.629000', '184204.632000', '184204.635000', '184204.637000', '184204.640000', '184204.642000', '184204.645000', '184204.647000', '184204.650000', '184204.653000', '184204.655000', '184204.658000', '184204.660000', '184204.663000', '184204.665000', '184204.668000', '184204.670000', '184204.673000', '184204.675000', '184204.678000', '184204.681000', '184204.683000', '184224.573000', '184224.575000', '184224.578000', '184224.581000', '184224.583000', '184224.586000', '184224.588000', '184224.591000', '184224.593000', '184224.596000', '184224.599000', '184224.601000', '184224.604000', '184224.607000', '184224.609000', '184224.612000', '184224.615000', '184224.617000', '184224.620000', '184224.622000', '184224.625000', '184224.627000', '184224.630000', '184224.632000', '184224.635000', '184224.640000', '184224.643000', '184224.645000', '184224.648000', '184224.650000', '184224.653000', '184224.656000', '184224.658000', '184224.661000', '184224.663000', '184224.666000', '184224.669000', '184224.671000', '184224.674000', '184224.677000', '184224.679000', '184224.682000', '184224.685000', '184244.573000', '184244.575000', '184244.578000', '184244.581000', '184244.583000', '184244.586000', '184244.588000', '184244.591000', '184244.593000', '184244.596000', '184244.599000', '184244.601000', '184244.604000', '184244.606000', '184244.609000', '184244.612000', '184244.614000', '184244.617000', '184244.619000', '184244.622000', '184244.625000', '184244.627000', '184244.630000', '184244.632000', '184244.635000', '184244.638000', '184244.640000', '184244.674000', '184244.676000', '184244.679000', '184244.681000', '184244.684000', '184244.686000', '184244.689000', '184244.691000', '184244.694000', '184244.697000', '184244.700000', '184244.702000', '184244.705000', '184244.707000', '184244.710000', '184244.713000', '184244.715000', '184304.572000', '184304.575000', '184304.578000', '184304.580000', '184304.583000', '184304.586000', '184304.588000', '184304.591000', '184304.593000', '184304.596000', '184304.599000', '184304.601000', '184304.604000', '184304.606000', '184304.609000', '184304.612000', '184304.614000', '184304.617000', '184304.619000', '184304.622000', '184304.624000', '184304.627000', '184304.630000', '184304.632000', '184304.635000', '184304.637000', '184304.640000', '184304.643000', '184304.645000', '184304.648000', '184304.650000', '184304.653000', '184304.655000', '184304.658000', '184304.661000', '184304.663000', '184304.666000', '184304.668000', '184304.671000', '184304.673000', '184304.676000', '184304.678000', '184304.681000', '184324.573000', '184324.576000', '184324.579000', '184324.581000', '184324.584000', '184324.586000', '184324.589000', '184324.592000', '184324.594000', '184324.597000', '184324.600000', '184324.602000', '184324.605000', '184324.608000', '184324.610000', '184324.613000', '184324.615000', '184324.618000', '184324.621000', '184324.623000', '184324.626000', '184324.628000', '184324.631000', '184324.634000', '184324.636000', '184324.639000', '184324.641000', '184324.644000', '184324.647000', '184324.649000', '184324.652000', '184324.654000', '184324.657000', '184324.659000', '184324.662000', '184324.665000', '184324.667000', '184324.670000', '184324.672000', '184324.675000', '184324.678000', '184324.680000', '184324.683000', '184324.685000', '184344.573000', '184344.576000', '184344.579000', '184344.581000', '184344.584000', '184344.587000', '184344.589000', '184344.592000', '184344.594000', '184344.597000', '184344.600000', '184344.602000', '184344.605000', '184344.607000', '184344.610000', '184344.613000', '184344.615000', '184344.618000', '184344.620000', '184344.623000', '184344.625000', '184344.628000', '184344.631000', '184344.633000', '184344.636000', '184344.638000', '184344.641000', '184344.644000', '184344.646000', '184344.649000', '184344.651000', '184344.654000', '184344.657000', '184344.659000', '184344.662000', '184344.664000', '184344.667000', '184344.669000', '184344.672000', '184344.675000', '184344.677000', '184344.680000', '184344.683000', '184404.572000', '184404.575000', '184404.578000', '184404.581000', '184404.583000', '184404.586000', '184404.588000', '184404.591000', '184404.594000', '184404.596000', '184404.599000', '184404.602000', '184404.604000', '184404.607000', '184404.609000', '184404.612000', '184404.615000', '184404.617000', '184404.620000', '184404.622000', '184404.625000', '184404.628000', '184404.630000', '184404.633000', '184404.635000', '184404.638000', '184404.641000', '184404.643000', '184404.646000', '184404.648000', '184404.651000', '184404.654000', '184404.656000', '184404.659000', '184404.661000', '184404.664000', '184404.666000', '184404.669000', '184404.672000', '184404.674000', '184404.677000', '184404.680000', '184404.682000', '184404.685000', '184424.573000', '184424.575000', '184424.578000', '184424.581000', '184424.583000', '184424.586000', '184424.588000', '184424.591000', '184424.594000', '184424.596000', '184424.599000', '184424.602000', '184424.604000', '184424.607000', '184424.609000', '184424.612000', '184424.615000', '184424.617000', '184424.620000', '184424.622000', '184424.625000', '184424.627000', '184424.630000', '184424.633000', '184424.635000', '184424.638000', '184424.641000', '184424.643000', '184424.646000', '184424.649000', '184424.651000', '184424.654000', '184424.656000', '184424.659000', '184424.662000', '184424.664000', '184424.667000', '184424.669000', '184424.672000', '184424.674000', '184424.677000', '184424.680000', '184424.682000', '184444.573000', '184444.575000', '184444.579000', '184444.582000', '184444.584000', '184444.587000', '184444.590000', '184444.592000', '184444.595000', '184444.598000', '184444.600000', '184444.603000', '184444.605000', '184444.608000', '184444.610000', '184444.613000', '184444.616000', '184444.618000', '184444.621000', '184444.623000', '184444.626000', '184444.629000', '184444.631000', '184444.634000', '184444.637000', '184444.639000', '184444.642000', '184444.644000', '184444.647000', '184444.650000', '184444.652000', '184444.655000', '184444.658000', '184444.660000', '184444.663000', '184444.665000', '184444.668000', '184444.671000', '184444.673000', '184444.676000', '184444.678000', '184444.681000', '184444.683000', '184504.572000', '184504.575000', '184504.578000', '184504.581000', '184504.583000', '184504.586000', '184504.588000', '184504.591000', '184504.594000', '184504.596000', '184504.599000', '184504.602000', '184504.604000', '184504.607000', '184504.610000', '184504.612000', '184504.615000', '184504.618000', '184504.620000', '184504.623000', '184504.625000', '184504.628000', '184504.631000', '184504.633000', '184504.636000', '184504.638000', '184504.641000', '184504.644000', '184504.646000', '184504.649000', '184504.651000', '184504.654000', '184504.656000', '184504.659000', '184504.662000', '184504.664000', '184504.667000', '184504.669000', '184504.672000', '184504.675000', '184504.677000', '184504.680000', '184504.682000', '184504.685000', '184524.573000', '184524.576000', '184524.578000', '184524.581000', '184524.583000', '184524.586000', '184524.589000', '184524.592000', '184524.594000', '184524.597000', '184524.599000', '184524.602000', '184524.605000', '184524.607000', '184524.610000', '184524.612000', '184524.615000', '184524.617000', '184524.620000', '184524.623000', '184524.625000', '184524.628000', '184524.631000', '184524.633000', '184524.636000', '184524.638000', '184524.641000', '184524.643000', '184524.646000', '184524.649000', '184524.651000', '184524.654000', '184524.656000', '184524.659000', '184524.662000', '184524.664000', '184524.667000', '184524.669000', '184524.672000', '184524.674000', '184524.677000', '184524.680000', '184524.682000', '184524.685000', '184544.573000', '184544.576000', '184544.579000', '184544.582000', '184544.584000', '184544.587000', '184544.589000', '184544.592000', '184544.594000', '184544.597000', '184544.600000', '184544.602000', '184544.605000', '184544.607000', '184544.610000', '184544.613000', '184544.615000', '184544.618000', '184544.629000', '184544.632000', '184544.634000', '184544.637000', '184544.639000', '184544.642000', '184544.645000', '184544.647000', '184544.650000', '184544.652000', '184544.655000', '184544.657000', '184544.660000', '184544.663000', '184544.665000', '184544.668000', '184544.670000', '184544.673000', '184544.676000', '184544.678000', '184544.681000', '184544.683000', '184544.686000', '184544.688000', '184544.691000', '184604.572000', '184604.575000', '184604.578000', '184604.581000', '184604.583000', '184604.586000', '184604.589000', '184604.591000', '184604.594000', '184604.597000', '184604.599000', '184604.602000', '184604.604000', '184604.607000', '184604.610000', '184604.612000', '184604.615000', '184604.619000', '184604.622000', '184604.625000', '184604.628000', '184604.630000', '184604.633000', '184604.635000', '184604.638000', '184604.640000', '184604.643000', '184604.646000', '184604.648000', '184604.651000', '184604.653000', '184604.656000', '184604.658000', '184604.661000', '184604.664000', '184604.666000', '184604.669000', '184604.672000', '184604.674000', '184604.677000', '184604.680000', '184604.682000', '184604.685000', '184624.573000', '184624.575000', '184624.578000', '184624.581000', '184624.583000', '184624.586000', '184624.589000', '184624.591000', '184624.594000', '184624.596000', '184624.599000', '184624.602000', '184624.604000', '184624.607000', '184624.609000', '184624.612000', '184624.615000', '184624.617000', '184624.620000', '184624.622000', '184624.625000', '184624.628000', '184624.630000', '184624.633000', '184624.635000', '184624.638000', '184624.641000', '184624.643000', '184624.646000', '184624.648000', '184624.651000', '184624.653000', '184624.656000', '184624.659000', '184624.661000', '184624.664000', '184624.666000', '184624.669000', '184624.672000', '184624.674000', '184624.677000', '184624.679000', '184624.682000', '184624.684000', '184644.573000', '184644.575000', '184644.578000', '184644.581000', '184644.584000', '184644.587000', '184644.590000', '184644.593000', '184644.595000', '184644.598000', '184644.600000', '184644.603000', '184644.606000', '184644.608000', '184644.611000', '184644.613000', '184644.616000', '184644.619000', '184644.621000', '184644.624000', '184644.626000', '184644.629000', '184644.632000', '184644.634000', '184644.637000', '184644.639000', '184644.642000', '184644.645000', '184644.647000', '184644.650000', '184644.652000', '184644.655000', '184644.658000', '184644.660000', '184644.663000', '184644.665000', '184644.668000', '184644.670000', '184644.673000', '184644.676000', '184644.678000', '184644.681000', '184644.683000', '184704.572000', '184704.575000', '184704.578000', '184704.581000', '184704.583000', '184704.586000', '184704.588000', '184704.591000', '184704.593000', '184704.596000', '184704.599000', '184704.601000', '184704.604000', '184704.607000', '184704.609000', '184704.612000', '184704.626000', '184704.629000', '184704.632000', '184704.634000', '184704.637000', '184704.640000', '184704.642000', '184704.645000', '184704.647000', '184704.650000', '184704.652000', '184704.655000', '184704.658000', '184704.660000', '184704.663000', '184704.665000', '184704.668000', '184704.671000', '184704.673000', '184704.676000', '184704.678000', '184704.681000', '184704.683000', '184704.686000', '184704.689000', '184704.691000', '184704.694000', '184704.696000', '184712.190000', '184712.193000', '184712.196000', '184712.199000', '184712.201000', '184712.204000', '184712.207000', '184712.209000', '184712.212000', '184712.215000', '184712.218000', '184712.221000', '184712.223000', '184712.226000', '184712.229000', '184712.232000', '184712.235000'], 'InstanceCreationTime': ['184004.625000', '184004.629000', '184004.631000', '184004.634000', '184004.637000', '184004.639000', '184004.642000', '184004.644000', '184004.647000', '184004.649000', '184004.652000', '184004.654000', '184004.657000', '184004.660000', '184004.662000', '184004.665000', '184004.667000', '184004.670000', '184004.672000', '184004.675000', '184004.677000', '184004.680000', '184004.682000', '184004.685000', '184004.687000', '184004.690000', '184004.693000', '184004.695000', '184004.698000', '184004.700000', '184004.703000', '184004.706000', '184004.708000', '184004.711000', '184004.713000', '184004.716000', '184004.718000', '184024.572000', '184024.575000', '184024.578000', '184024.580000', '184024.583000', '184024.586000', '184024.588000', '184024.591000', '184024.593000', '184024.596000', '184024.599000', '184024.601000', '184024.604000', '184024.606000', '184024.609000', '184024.611000', '184024.624000', '184024.627000', '184024.629000', '184024.632000', '184024.634000', '184024.637000', '184024.640000', '184024.642000', '184024.645000', '184024.648000', '184024.651000', '184024.654000', '184024.657000', '184024.659000', '184024.662000', '184024.664000', '184024.667000', '184024.669000', '184024.672000', '184024.674000', '184024.677000', '184024.680000', '184024.682000', '184024.685000', '184024.687000', '184024.690000', '184024.693000', '184044.573000', '184044.585000', '184044.588000', '184044.590000', '184044.593000', '184044.595000', '184044.598000', '184044.601000', '184044.603000', '184044.606000', '184044.608000', '184044.611000', '184044.613000', '184044.616000', '184044.618000', '184044.621000', '184044.624000', '184044.626000', '184044.629000', '184044.631000', '184044.634000', '184044.637000', '184044.639000', '184044.642000', '184044.644000', '184044.647000', '184044.649000', '184044.652000', '184044.654000', '184044.657000', '184044.659000', '184044.662000', '184044.665000', '184044.667000', '184044.670000', '184044.672000', '184044.675000', '184044.677000', '184044.680000', '184044.682000', '184044.685000', '184044.687000', '184044.690000', '184044.693000', '184104.574000', '184104.577000', '184104.579000', '184104.582000', '184104.584000', '184104.587000', '184104.589000', '184104.592000', '184104.595000', '184104.597000', '184104.600000', '184104.602000', '184104.605000', '184104.607000', '184104.610000', '184104.612000', '184104.615000', '184104.618000', '184104.620000', '184104.623000', '184104.625000', '184104.628000', '184104.631000', '184104.633000', '184104.636000', '184104.638000', '184104.641000', '184104.643000', '184104.646000', '184104.648000', '184104.651000', '184104.666000', '184104.669000', '184104.672000', '184104.674000', '184104.677000', '184104.680000', '184104.682000', '184104.685000', '184104.687000', '184104.690000', '184104.692000', '184104.695000', '184124.573000', '184124.576000', '184124.579000', '184124.581000', '184124.584000', '184124.587000', '184124.589000', '184124.592000', '184124.594000', '184124.597000', '184124.600000', '184124.602000', '184124.605000', '184124.607000', '184124.610000', '184124.612000', '184124.615000', '184124.618000', '184124.620000', '184124.623000', '184124.625000', '184124.628000', '184124.630000', '184124.633000', '184124.635000', '184124.638000', '184124.640000', '184124.643000', '184124.646000', '184124.648000', '184124.651000', '184124.653000', '184124.656000', '184124.658000', '184124.661000', '184124.663000', '184124.666000', '184124.669000', '184124.671000', '184124.674000', '184124.676000', '184124.679000', '184124.682000', '184124.684000', '184144.572000', '184144.575000', '184144.578000', '184144.580000', '184144.583000', '184144.586000', '184144.588000', '184144.591000', '184144.593000', '184144.596000', '184144.598000', '184144.601000', '184144.604000', '184144.606000', '184144.609000', '184144.611000', '184144.614000', '184144.617000', '184144.619000', '184144.622000', '184144.624000', '184144.627000', '184144.629000', '184144.632000', '184144.634000', '184144.637000', '184144.640000', '184144.642000', '184144.645000', '184144.647000', '184144.650000', '184144.653000', '184144.655000', '184144.658000', '184144.661000', '184144.664000', '184144.667000', '184144.670000', '184144.672000', '184144.675000', '184144.677000', '184144.680000', '184144.683000', '184204.573000', '184204.575000', '184204.578000', '184204.581000', '184204.583000', '184204.586000', '184204.588000', '184204.591000', '184204.593000', '184204.596000', '184204.599000', '184204.601000', '184204.604000', '184204.606000', '184204.609000', '184204.611000', '184204.614000', '184204.617000', '184204.619000', '184204.622000', '184204.624000', '184204.627000', '184204.629000', '184204.632000', '184204.635000', '184204.637000', '184204.640000', '184204.642000', '184204.645000', '184204.647000', '184204.650000', '184204.653000', '184204.655000', '184204.658000', '184204.660000', '184204.663000', '184204.665000', '184204.668000', '184204.670000', '184204.673000', '184204.675000', '184204.678000', '184204.681000', '184204.683000', '184224.573000', '184224.575000', '184224.578000', '184224.581000', '184224.583000', '184224.586000', '184224.588000', '184224.591000', '184224.593000', '184224.596000', '184224.599000', '184224.601000', '184224.604000', '184224.607000', '184224.609000', '184224.612000', '184224.615000', '184224.617000', '184224.620000', '184224.622000', '184224.625000', '184224.627000', '184224.630000', '184224.632000', '184224.635000', '184224.640000', '184224.643000', '184224.645000', '184224.648000', '184224.650000', '184224.653000', '184224.656000', '184224.658000', '184224.661000', '184224.663000', '184224.666000', '184224.669000', '184224.671000', '184224.674000', '184224.677000', '184224.679000', '184224.682000', '184224.685000', '184244.573000', '184244.575000', '184244.578000', '184244.581000', '184244.583000', '184244.586000', '184244.588000', '184244.591000', '184244.593000', '184244.596000', '184244.599000', '184244.601000', '184244.604000', '184244.606000', '184244.609000', '184244.612000', '184244.614000', '184244.617000', '184244.619000', '184244.622000', '184244.625000', '184244.627000', '184244.630000', '184244.632000', '184244.635000', '184244.638000', '184244.640000', '184244.674000', '184244.676000', '184244.679000', '184244.681000', '184244.684000', '184244.686000', '184244.689000', '184244.691000', '184244.694000', '184244.697000', '184244.700000', '184244.702000', '184244.705000', '184244.707000', '184244.710000', '184244.713000', '184244.715000', '184304.572000', '184304.575000', '184304.578000', '184304.580000', '184304.583000', '184304.586000', '184304.588000', '184304.591000', '184304.593000', '184304.596000', '184304.599000', '184304.601000', '184304.604000', '184304.606000', '184304.609000', '184304.612000', '184304.614000', '184304.617000', '184304.619000', '184304.622000', '184304.624000', '184304.627000', '184304.630000', '184304.632000', '184304.635000', '184304.637000', '184304.640000', '184304.643000', '184304.645000', '184304.648000', '184304.650000', '184304.653000', '184304.655000', '184304.658000', '184304.661000', '184304.663000', '184304.666000', '184304.668000', '184304.671000', '184304.673000', '184304.676000', '184304.678000', '184304.681000', '184324.573000', '184324.576000', '184324.579000', '184324.581000', '184324.584000', '184324.586000', '184324.589000', '184324.592000', '184324.594000', '184324.597000', '184324.600000', '184324.602000', '184324.605000', '184324.608000', '184324.610000', '184324.613000', '184324.615000', '184324.618000', '184324.621000', '184324.623000', '184324.626000', '184324.628000', '184324.631000', '184324.634000', '184324.636000', '184324.639000', '184324.641000', '184324.644000', '184324.647000', '184324.649000', '184324.652000', '184324.654000', '184324.657000', '184324.659000', '184324.662000', '184324.665000', '184324.667000', '184324.670000', '184324.672000', '184324.675000', '184324.678000', '184324.680000', '184324.683000', '184324.685000', '184344.573000', '184344.576000', '184344.579000', '184344.581000', '184344.584000', '184344.587000', '184344.589000', '184344.592000', '184344.594000', '184344.597000', '184344.600000', '184344.602000', '184344.605000', '184344.607000', '184344.610000', '184344.613000', '184344.615000', '184344.618000', '184344.620000', '184344.623000', '184344.625000', '184344.628000', '184344.631000', '184344.633000', '184344.636000', '184344.638000', '184344.641000', '184344.644000', '184344.646000', '184344.649000', '184344.651000', '184344.654000', '184344.657000', '184344.659000', '184344.662000', '184344.664000', '184344.667000', '184344.669000', '184344.672000', '184344.675000', '184344.677000', '184344.680000', '184344.683000', '184404.572000', '184404.575000', '184404.578000', '184404.581000', '184404.583000', '184404.586000', '184404.588000', '184404.591000', '184404.594000', '184404.596000', '184404.599000', '184404.602000', '184404.604000', '184404.607000', '184404.609000', '184404.612000', '184404.615000', '184404.617000', '184404.620000', '184404.622000', '184404.625000', '184404.628000', '184404.630000', '184404.633000', '184404.635000', '184404.638000', '184404.641000', '184404.643000', '184404.646000', '184404.648000', '184404.651000', '184404.654000', '184404.656000', '184404.659000', '184404.661000', '184404.664000', '184404.666000', '184404.669000', '184404.672000', '184404.674000', '184404.677000', '184404.680000', '184404.682000', '184404.685000', '184424.573000', '184424.575000', '184424.578000', '184424.581000', '184424.583000', '184424.586000', '184424.588000', '184424.591000', '184424.594000', '184424.596000', '184424.599000', '184424.602000', '184424.604000', '184424.607000', '184424.609000', '184424.612000', '184424.615000', '184424.617000', '184424.620000', '184424.622000', '184424.625000', '184424.627000', '184424.630000', '184424.633000', '184424.635000', '184424.638000', '184424.641000', '184424.643000', '184424.646000', '184424.649000', '184424.651000', '184424.654000', '184424.656000', '184424.659000', '184424.662000', '184424.664000', '184424.667000', '184424.669000', '184424.672000', '184424.674000', '184424.677000', '184424.680000', '184424.682000', '184444.573000', '184444.575000', '184444.579000', '184444.582000', '184444.584000', '184444.587000', '184444.590000', '184444.592000', '184444.595000', '184444.598000', '184444.600000', '184444.603000', '184444.605000', '184444.608000', '184444.610000', '184444.613000', '184444.616000', '184444.618000', '184444.621000', '184444.623000', '184444.626000', '184444.629000', '184444.631000', '184444.634000', '184444.637000', '184444.639000', '184444.642000', '184444.644000', '184444.647000', '184444.650000', '184444.652000', '184444.655000', '184444.658000', '184444.660000', '184444.663000', '184444.665000', '184444.668000', '184444.671000', '184444.673000', '184444.676000', '184444.678000', '184444.681000', '184444.683000', '184504.572000', '184504.575000', '184504.578000', '184504.581000', '184504.583000', '184504.586000', '184504.588000', '184504.591000', '184504.594000', '184504.596000', '184504.599000', '184504.602000', '184504.604000', '184504.607000', '184504.610000', '184504.612000', '184504.615000', '184504.618000', '184504.620000', '184504.623000', '184504.625000', '184504.628000', '184504.631000', '184504.633000', '184504.636000', '184504.638000', '184504.641000', '184504.644000', '184504.646000', '184504.649000', '184504.651000', '184504.654000', '184504.656000', '184504.659000', '184504.662000', '184504.664000', '184504.667000', '184504.669000', '184504.672000', '184504.675000', '184504.677000', '184504.680000', '184504.682000', '184504.685000', '184524.573000', '184524.576000', '184524.578000', '184524.581000', '184524.583000', '184524.586000', '184524.589000', '184524.592000', '184524.594000', '184524.597000', '184524.599000', '184524.602000', '184524.605000', '184524.607000', '184524.610000', '184524.612000', '184524.615000', '184524.617000', '184524.620000', '184524.623000', '184524.625000', '184524.628000', '184524.631000', '184524.633000', '184524.636000', '184524.638000', '184524.641000', '184524.643000', '184524.646000', '184524.649000', '184524.651000', '184524.654000', '184524.656000', '184524.659000', '184524.662000', '184524.664000', '184524.667000', '184524.669000', '184524.672000', '184524.674000', '184524.677000', '184524.680000', '184524.682000', '184524.685000', '184544.573000', '184544.576000', '184544.579000', '184544.582000', '184544.584000', '184544.587000', '184544.589000', '184544.592000', '184544.594000', '184544.597000', '184544.600000', '184544.602000', '184544.605000', '184544.607000', '184544.610000', '184544.613000', '184544.615000', '184544.618000', '184544.629000', '184544.632000', '184544.634000', '184544.637000', '184544.639000', '184544.642000', '184544.645000', '184544.647000', '184544.650000', '184544.652000', '184544.655000', '184544.657000', '184544.660000', '184544.663000', '184544.665000', '184544.668000', '184544.670000', '184544.673000', '184544.676000', '184544.678000', '184544.681000', '184544.683000', '184544.686000', '184544.688000', '184544.691000', '184604.572000', '184604.575000', '184604.578000', '184604.581000', '184604.583000', '184604.586000', '184604.589000', '184604.591000', '184604.594000', '184604.597000', '184604.599000', '184604.602000', '184604.604000', '184604.607000', '184604.610000', '184604.612000', '184604.615000', '184604.619000', '184604.622000', '184604.625000', '184604.628000', '184604.630000', '184604.633000', '184604.635000', '184604.638000', '184604.640000', '184604.643000', '184604.646000', '184604.648000', '184604.651000', '184604.653000', '184604.656000', '184604.658000', '184604.661000', '184604.664000', '184604.666000', '184604.669000', '184604.672000', '184604.674000', '184604.677000', '184604.680000', '184604.682000', '184604.685000', '184624.573000', '184624.575000', '184624.578000', '184624.581000', '184624.583000', '184624.586000', '184624.589000', '184624.591000', '184624.594000', '184624.596000', '184624.599000', '184624.602000', '184624.604000', '184624.607000', '184624.609000', '184624.612000', '184624.615000', '184624.617000', '184624.620000', '184624.622000', '184624.625000', '184624.628000', '184624.630000', '184624.633000', '184624.635000', '184624.638000', '184624.641000', '184624.643000', '184624.646000', '184624.648000', '184624.651000', '184624.653000', '184624.656000', '184624.659000', '184624.661000', '184624.664000', '184624.666000', '184624.669000', '184624.672000', '184624.674000', '184624.677000', '184624.679000', '184624.682000', '184624.684000', '184644.573000', '184644.575000', '184644.578000', '184644.581000', '184644.584000', '184644.587000', '184644.590000', '184644.593000', '184644.595000', '184644.598000', '184644.600000', '184644.603000', '184644.606000', '184644.608000', '184644.611000', '184644.613000', '184644.616000', '184644.619000', '184644.621000', '184644.624000', '184644.626000', '184644.629000', '184644.632000', '184644.634000', '184644.637000', '184644.639000', '184644.642000', '184644.645000', '184644.647000', '184644.650000', '184644.652000', '184644.655000', '184644.658000', '184644.660000', '184644.663000', '184644.665000', '184644.668000', '184644.670000', '184644.673000', '184644.676000', '184644.678000', '184644.681000', '184644.683000', '184704.572000', '184704.575000', '184704.578000', '184704.581000', '184704.583000', '184704.586000', '184704.588000', '184704.591000', '184704.593000', '184704.596000', '184704.599000', '184704.601000', '184704.604000', '184704.607000', '184704.609000', '184704.612000', '184704.626000', '184704.629000', '184704.632000', '184704.634000', '184704.637000', '184704.640000', '184704.642000', '184704.645000', '184704.647000', '184704.650000', '184704.652000', '184704.655000', '184704.658000', '184704.660000', '184704.663000', '184704.665000', '184704.668000', '184704.671000', '184704.673000', '184704.676000', '184704.678000', '184704.681000', '184704.683000', '184704.686000', '184704.689000', '184704.691000', '184704.694000', '184704.696000', '184712.190000', '184712.193000', '184712.196000', '184712.199000', '184712.201000', '184712.204000', '184712.207000', '184712.209000', '184712.212000', '184712.215000', '184712.218000', '184712.221000', '184712.223000', '184712.226000', '184712.229000', '184712.232000', '184712.235000'], '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], 'LargestImagePixelValue': [15031, 11865, 15309, 11111, 16210, 11411, 10459, 11687, 11366, 14619, 11059, 11905, 11365, 10476, 13674, 11735, 15941, 11398, 11321, 11334, 10981, 14029, 11383, 14372, 10856, 12294, 11095, 10990, 13046, 11295, 14167, 11052, 10192, 12045, 11432, 15772, 11537, 11914, 11132, 10492, 15478, 11163, 16279, 11693, 11295, 12015, 11675, 15146, 10914, 14328, 11222, 10057, 12692, 11280, 14264, 10508, 12129, 11195, 11280, 12276, 11585, 15493, 11211, 9667, 11045, 11965, 13407, 11860, 13099, 10998, 9808, 12111, 11414, 13150, 10827, 10980, 12075, 10989, 13136, 10812, 10493, 10901, 10604, 14093, 11967, 17075, 11318, 10344, 12419, 11125, 15743, 11260, 9533, 11657, 11271, 14334, 11872, 15475, 11529, 9961, 13344, 11133, 12484, 13293, 10978, 15338, 10808, 10405, 13926, 11249, 14988, 10706, 14738, 10730, 10816, 11929, 11172, 13430, 11773, 11900, 10708, 10651, 11644, 11392, 13671, 10307, 10820, 10598, 11537, 13663, 11222, 14133, 10631, 15480, 11050, 10359, 10906, 10975, 14056, 11454, 12268, 10859, 9803, 12030, 11103, 12889, 10738, 11318, 11181, 11364, 12488, 11720, 16083, 10926, 9452, 11809, 11883, 16815, 11679, 14363, 10805, 11811, 11388, 10928, 13328, 10574, 14658, 11927, 16150, 10907, 9312, 11309, 12286, 13692, 11505, 14159, 10525, 12959, 10949, 10183, 11791, 11243, 14188, 11949, 13946, 10868, 10957, 11177, 10922, 12604, 10978, 13480, 12257, 13926, 10893, 11526, 11051, 10333, 11938, 11125, 14058, 11400, 16200, 11443, 13733, 10805, 9242, 13467, 10924, 14122, 11812, 14862, 11235, 12787, 11023, 9386, 13454, 12161, 15060, 11368, 15130, 11057, 16897, 11838, 9392, 11096, 11392, 14238, 10734, 11233, 10564, 8537, 11238, 10876, 12477, 11413, 13267, 10976, 9682, 10707, 11896, 13945, 11168, 12127, 10804, 10566, 13544, 10890, 14262, 10837, 13070, 12084, 11298, 14538, 11959, 17936, 11853, 10078, 12200, 11724, 16948, 11754, 15822, 11246, 15613, 11541, 9906, 12531, 11378, 14704, 11944, 16682, 10795, 13174, 11196, 10700, 11943, 11138, 13307, 12017, 14255, 10856, 9755, 10859, 10950, 14844, 11284, 9332, 12418, 11311, 9174, 12460, 10857, 13725, 10514, 9528, 14666, 10523, 15982, 11173, 16905, 13207, 14378, 10527, 10161, 11699, 10958, 13122, 11232, 11842, 11591, 10860, 10614, 11184, 11479, 12293, 13451, 10867, 9939, 10603, 11692, 13774, 11513, 13078, 10591, 10166, 11542, 9905, 10885, 11973, 11059, 11583, 10738, 14086, 11818, 11019, 11060, 12027, 14842, 12207, 11615, 10596, 12317, 14523, 12113, 11265, 10897, 12119, 14150, 12487, 11082, 11387, 12591, 14479, 12842, 12006, 11654, 12253, 14611, 12093, 14498, 11190, 10168, 12183, 10689, 15264, 11897, 14870, 11170, 11260, 13944, 12154, 16609, 11266, 10872, 12208, 11694, 14331, 10758, 11541, 14055, 10601, 11717, 13380, 12383, 11092, 10604, 11596, 14409, 12462, 16700, 10789, 12415, 11133, 10616, 12246, 11813, 12524, 12703, 14884, 11154, 9105, 11138, 12079, 12875, 12116, 13562, 11374, 14922, 11868, 9650, 11027, 11823, 13620, 12851, 14499, 11382, 9424, 11375, 11440, 13419, 11301, 13646, 12475, 14390, 11779, 10945, 11741, 11844, 14547, 11461, 10026, 10843, 11413, 12609, 11580, 14283, 12291, 13279, 11695, 10030, 11257, 12131, 11856, 13007, 14780, 11304, 9425, 11658, 12715, 12427, 12567, 13259, 11801, 12745, 11541, 11195, 11481, 12831, 13473, 12174, 13214, 12465, 14263, 12157, 9732, 11358, 12135, 13569, 11703, 16061, 11303, 12095, 11264, 11600, 13687, 11669, 14030, 12124, 13264, 11910, 11859, 12510, 11204, 14279, 11369, 10645, 11375, 10424, 14634, 10627, 11427, 15314, 11777, 15442, 11594, 10811, 13158, 10898, 15337, 12457, 17813, 11524, 10899, 10590, 11785, 14312, 12181, 12967, 10681, 12240, 11801, 10716, 10431, 11723, 12129, 13005, 12472, 11276, 9062, 11604, 12562, 12327, 11563, 12905, 11102, 11266, 10818, 10876, 12250, 12363, 15563, 12577, 13480, 11399, 10024, 13233, 11011, 14397, 11774, 15945, 12001, 10299, 12685, 12580, 17271, 11942, 15739, 10317, 11232, 12180, 12065, 13619, 11893, 16488, 10907, 10094, 10780, 11337, 13237, 12223, 14490, 10577, 9958, 11122, 12526, 14626, 11768, 13851, 11111, 9913, 10774, 10875, 12133, 11634, 15651, 11760, 12949, 10815, 9449, 11006, 10563, 13156, 11656, 9923, 11310, 10239, 12347, 10230, 10121, 13525, 10814, 10970, 12701, 11767, 17979, 13043, 11696, 11623, 11075, 15390, 11714, 18040, 11760, 14878, 10321, 14016, 11357, 9683, 10443, 10978, 11531, 12467, 12970, 10821, 8256, 10524, 12018, 13537, 11562, 13310, 10716, 11697, 10864, 11928, 12039, 11342, 15482, 11357, 9580, 10164, 11701, 14846, 12180, 16085, 10396, 10211, 11992, 11165, 15494, 11134, 16512, 11445, 9876, 12427, 10379, 15519, 11929, 15378, 10550, 8672, 11337, 11558, 15970, 11249, 14733, 10004, 13981, 11029, 11041, 10617, 10541, 13168, 12066, 13504, 10405, 10022, 10438, 11763, 15070, 11386, 13697, 10549, 10747, 10861, 11312, 12029, 11637, 15146, 10893, 10425, 10911, 10903, 14648, 11468, 14206, 9885, 9841, 11769, 9755, 12802, 11172, 14581, 10380, 9681, 10292, 10878, 14430, 11778, 13098, 10745, 10742, 11250, 11560, 12625, 11389, 15639, 11692, 13091, 10033, 9919, 12485, 10989, 16292, 10164, 9722, 10726, 11458, 15237, 11562, 14675, 10688, 15451, 11863, 10877, 12961, 11758, 16930, 11632, 16230, 10769, 10711, 11255, 11308, 15557, 11416, 14963, 10470, 14460, 11382, 11001, 12829, 10689, 16645, 11112, 11029, 9664, 10122, 13858, 10156, 15281, 10684, 14850, 10501, 10705, 10024, 10291, 11807, 11281, 12180, 10682, 10414, 12000, 10274, 9298, 13252, 9329, 8791, 11679, 9284, 18301, 11683, 16829, 12416, 13356, 13329, 8799, 14821, 10213, 17629, 11294, 14679, 10732, 9244, 11998, 10170, 13026, 9889, 13409, 10284, 9215, 11299, 10574, 14448, 10457, 15846, 10397, 10311, 12040, 9786, 14245, 10248, 17855, 12032, 10181, 11057, 9116, 14376, 10323, 15643, 10187, 13418, 10399, 8656, 10968, 10156, 13172, 10123, 16593, 10330, 8508, 10455, 10328, 16739, 10243, 11722, 10430, 9115, 14480, 10852, 14911, 10420, 16357, 11946, 10237, 12322, 10751, 16607, 11805, 16353, 11682, 9914, 12282, 10744, 17005, 10762, 10712, 10435, 10305, 14791, 10609, 15289, 9972, 10750, 10323, 9852, 11644, 10732, 13410, 10405, 8555, 10792, 9951, 13531, 10628, 15106, 10481, 8706, 10987, 11222, 11989, 10521, 11280, 12518, 11133, 9590, 13227, 10397, 9150, 16482, 11094, 17634, 12547, 12495, 13673, 10752, 15017, 10808, 16054, 11518, 15650, 11508, 12267, 10896, 9750, 12549, 11626, 14084, 10652, 12525, 10791, 9772, 12996, 11391, 13871, 11365, 15727, 10957, 11342, 10919, 10048, 12910, 11440, 13376, 10720, 9845, 10697, 10588, 12736, 10547, 12870, 10729, 9202, 12081, 10720, 13950, 10987, 18598, 11778, 9702, 12901, 10864, 18595, 11873, 17748, 12740, 10398, 13167, 11883, 17014, 11294, 16503, 11393, 15492, 11761, 16504, 12100, 15757, 11952, 10074, 15296, 11216, 18791, 13943, 19424, 13504, 12771, 12770, 10766, 15958, 11582, 15872, 12196, 10345, 14497, 11740, 15135], 'WindowCenter': [4298.0, 4264.0, 4272.0, 4239.0, 4269.0, 4237.0, 4228.0, 4237.0, 4237.0, 4257.0, 4237.0, 4235.0, 4236.0, 4226.0, 4246.0, 4238.0, 4257.0, 4238.0, 4226.0, 4237.0, 4226.0, 4259.0, 4239.0, 4248.0, 4240.0, 4238.0, 4227.0, 4227.0, 4247.0, 4240.0, 4248.0, 4241.0, 4228.0, 4237.0, 4252.0, 4258.0, 4240.0, 4237.0, 4228.0, 4229.0, 4258.0, 4238.0, 4259.0, 4239.0, 4239.0, 4237.0, 4225.0, 4257.0, 4226.0, 4246.0, 4226.0, 4215.0, 4236.0, 4227.0, 4246.0, 4228.0, 4236.0, 4227.0, 4227.0, 4236.0, 4238.0, 4257.0, 4228.0, 4215.0, 4225.0, 4237.0, 4245.0, 4238.0, 4247.0, 4226.0, 4216.0, 4237.0, 4237.0, 4246.0, 4238.0, 4238.0, 4248.0, 4228.0, 4248.0, 4239.0, 4226.0, 4229.0, 4227.0, 4247.0, 4238.0, 4268.0, 4226.0, 4215.0, 4236.0, 4239.0, 4256.0, 4225.0, 4215.0, 4226.0, 4225.0, 4246.0, 4236.0, 4257.0, 4237.0, 4216.0, 4247.0, 4227.0, 4237.0, 4260.0, 4227.0, 4258.0, 4226.0, 4228.0, 4247.0, 4227.0, 4247.0, 4216.0, 4257.0, 4226.0, 4225.0, 4225.0, 4225.0, 4245.0, 4237.0, 4226.0, 4225.0, 4214.0, 4226.0, 4237.0, 4245.0, 4229.0, 4225.0, 4226.0, 4237.0, 4246.0, 4226.0, 4245.0, 4216.0, 4255.0, 4237.0, 4215.0, 4225.0, 4227.0, 4245.0, 4237.0, 4236.0, 4226.0, 4217.0, 4236.0, 4238.0, 4236.0, 4237.0, 4238.0, 4237.0, 4238.0, 4247.0, 4251.0, 4268.0, 4229.0, 4217.0, 4238.0, 4250.0, 4257.0, 4237.0, 4245.0, 4225.0, 4223.0, 4224.0, 4213.0, 4236.0, 4212.0, 4244.0, 4224.0, 4242.0, 4213.0, 4203.0, 4222.0, 4223.0, 4235.0, 4225.0, 4244.0, 4226.0, 4235.0, 4225.0, 4215.0, 4237.0, 4237.0, 4248.0, 4237.0, 4245.0, 4225.0, 4227.0, 4225.0, 4226.0, 4237.0, 4226.0, 4247.0, 4237.0, 4246.0, 4227.0, 4236.0, 4238.0, 4215.0, 4239.0, 4227.0, 4247.0, 4239.0, 4256.0, 4238.0, 4245.0, 4227.0, 4218.0, 4246.0, 4226.0, 4246.0, 4238.0, 4258.0, 4226.0, 4248.0, 4227.0, 4207.0, 4247.0, 4237.0, 4259.0, 4228.0, 4259.0, 4238.0, 4267.0, 4238.0, 4216.0, 4236.0, 4236.0, 4248.0, 4227.0, 4225.0, 4224.0, 4205.0, 4237.0, 4239.0, 4238.0, 4249.0, 4248.0, 4229.0, 4215.0, 4238.0, 4250.0, 4260.0, 4243.0, 4248.0, 4239.0, 4230.0, 4248.0, 4239.0, 4259.0, 4240.0, 4246.0, 4238.0, 4227.0, 4257.0, 4239.0, 4269.0, 4238.0, 4216.0, 4235.0, 4236.0, 4256.0, 4225.0, 4245.0, 4225.0, 4254.0, 4223.0, 4202.0, 4224.0, 4211.0, 4245.0, 4223.0, 4255.0, 4224.0, 4234.0, 4224.0, 4212.0, 4225.0, 4223.0, 4233.0, 4233.0, 4244.0, 4239.0, 4203.0, 4226.0, 4225.0, 4256.0, 4237.0, 4217.0, 4248.0, 4237.0, 4230.0, 4250.0, 4241.0, 4249.0, 4241.0, 4230.0, 4261.0, 4229.0, 4258.0, 4227.0, 4259.0, 4235.0, 4246.0, 4214.0, 4213.0, 4223.0, 4212.0, 4234.0, 4224.0, 4235.0, 4236.0, 4223.0, 4226.0, 4227.0, 4226.0, 4237.0, 4236.0, 4227.0, 4217.0, 4216.0, 4237.0, 4245.0, 4237.0, 4237.0, 4226.0, 4213.0, 4227.0, 4190.0, 4224.0, 4239.0, 4226.0, 4226.0, 4238.0, 4245.0, 4236.0, 4225.0, 4225.0, 4237.0, 4247.0, 4235.0, 4223.0, 4214.0, 4237.0, 4244.0, 4236.0, 4222.0, 4213.0, 4236.0, 4246.0, 4235.0, 4223.0, 4237.0, 4247.0, 4247.0, 4248.0, 4235.0, 4224.0, 4235.0, 4257.0, 4236.0, 4244.0, 4226.0, 4216.0, 4237.0, 4226.0, 4256.0, 4237.0, 4246.0, 4225.0, 4225.0, 4247.0, 4236.0, 4256.0, 4226.0, 4226.0, 4234.0, 4236.0, 4244.0, 4227.0, 4250.0, 4261.0, 4227.0, 4239.0, 4260.0, 4247.0, 4236.0, 4227.0, 4236.0, 4246.0, 4236.0, 4257.0, 4226.0, 4234.0, 4224.0, 4213.0, 4223.0, 4221.0, 4234.0, 4237.0, 4243.0, 4227.0, 4192.0, 4226.0, 4236.0, 4235.0, 4238.0, 4247.0, 4237.0, 4257.0, 4236.0, 4215.0, 4227.0, 4237.0, 4248.0, 4246.0, 4248.0, 4238.0, 4206.0, 4236.0, 4235.0, 4236.0, 4226.0, 4244.0, 4237.0, 4256.0, 4239.0, 4226.0, 4236.0, 4239.0, 4258.0, 4236.0, 4215.0, 4227.0, 4236.0, 4236.0, 4237.0, 4248.0, 4237.0, 4248.0, 4237.0, 4217.0, 4227.0, 4235.0, 4238.0, 4247.0, 4257.0, 4237.0, 4205.0, 4238.0, 4247.0, 4248.0, 4248.0, 4247.0, 4237.0, 4237.0, 4237.0, 4225.0, 4236.0, 4248.0, 4246.0, 4238.0, 4237.0, 4236.0, 4259.0, 4236.0, 4217.0, 4227.0, 4235.0, 4246.0, 4236.0, 4257.0, 4227.0, 4235.0, 4227.0, 4237.0, 4249.0, 4237.0, 4248.0, 4251.0, 4248.0, 4238.0, 4237.0, 4237.0, 4237.0, 4247.0, 4242.0, 4228.0, 4239.0, 4229.0, 4257.0, 4231.0, 4237.0, 4272.0, 4237.0, 4261.0, 4238.0, 4238.0, 4247.0, 4226.0, 4258.0, 4247.0, 4256.0, 4228.0, 4215.0, 4214.0, 4224.0, 4244.0, 4237.0, 4234.0, 4214.0, 4235.0, 4235.0, 4227.0, 4226.0, 4238.0, 4250.0, 4249.0, 4235.0, 4227.0, 4218.0, 4237.0, 4247.0, 4249.0, 4238.0, 4251.0, 4240.0, 4237.0, 4226.0, 4225.0, 4237.0, 4247.0, 4257.0, 4237.0, 4248.0, 4237.0, 4214.0, 4249.0, 4228.0, 4248.0, 4237.0, 4256.0, 4238.0, 4216.0, 4237.0, 4238.0, 4257.0, 4226.0, 4245.0, 4215.0, 4226.0, 4235.0, 4235.0, 4234.0, 4235.0, 4256.0, 4224.0, 4214.0, 4213.0, 4226.0, 4234.0, 4235.0, 4245.0, 4217.0, 4216.0, 4225.0, 4234.0, 4257.0, 4237.0, 4246.0, 4228.0, 4216.0, 4227.0, 4223.0, 4235.0, 4225.0, 4256.0, 4236.0, 4234.0, 4224.0, 4206.0, 4224.0, 4215.0, 4246.0, 4238.0, 4227.0, 4238.0, 4229.0, 4250.0, 4239.0, 4229.0, 4262.0, 4241.0, 4240.0, 4249.0, 4250.0, 4272.0, 4249.0, 4238.0, 4238.0, 4225.0, 4245.0, 4235.0, 4256.0, 4226.0, 4235.0, 4214.0, 4247.0, 4224.0, 4202.0, 4212.0, 4213.0, 4223.0, 4235.0, 4236.0, 4227.0, 4195.0, 4225.0, 4235.0, 4245.0, 4238.0, 4245.0, 4228.0, 4235.0, 4225.0, 4224.0, 4234.0, 4239.0, 4256.0, 4226.0, 4216.0, 4214.0, 4238.0, 4257.0, 4236.0, 4259.0, 4219.0, 4228.0, 4238.0, 4226.0, 4256.0, 4224.0, 4256.0, 4225.0, 4216.0, 4237.0, 4214.0, 4257.0, 4226.0, 4246.0, 4216.0, 4193.0, 4226.0, 4225.0, 4255.0, 4227.0, 4245.0, 4214.0, 4248.0, 4215.0, 4223.0, 4214.0, 4215.0, 4247.0, 4237.0, 4246.0, 4216.0, 4215.0, 4228.0, 4236.0, 4258.0, 4226.0, 4245.0, 4227.0, 4226.0, 4226.0, 4225.0, 4236.0, 4239.0, 4259.0, 4225.0, 4227.0, 4227.0, 4227.0, 4245.0, 4240.0, 4247.0, 4216.0, 4216.0, 4236.0, 4217.0, 4236.0, 4236.0, 4257.0, 4226.0, 4216.0, 4228.0, 4240.0, 4257.0, 4238.0, 4246.0, 4230.0, 4238.0, 4227.0, 4236.0, 4236.0, 4236.0, 4256.0, 4237.0, 4234.0, 4216.0, 4216.0, 4235.0, 4225.0, 4257.0, 4226.0, 4216.0, 4228.0, 4236.0, 4259.0, 4239.0, 4256.0, 4230.0, 4257.0, 4236.0, 4226.0, 4236.0, 4237.0, 4257.0, 4226.0, 4259.0, 4226.0, 4214.0, 4226.0, 4226.0, 4255.0, 4224.0, 4247.0, 4225.0, 4245.0, 4226.0, 4226.0, 4234.0, 4227.0, 4256.0, 4226.0, 4215.0, 4205.0, 4216.0, 4245.0, 4214.0, 4245.0, 4214.0, 4246.0, 4216.0, 4213.0, 4216.0, 4230.0, 4238.0, 4240.0, 4237.0, 4225.0, 4226.0, 4236.0, 4227.0, 4220.0, 4261.0, 4219.0, 4209.0, 4251.0, 4220.0, 4281.0, 4242.0, 4270.0, 4252.0, 4248.0, 4247.0, 4195.0, 4246.0, 4217.0, 4256.0, 4226.0, 4246.0, 4226.0, 4206.0, 4225.0, 4215.0, 4236.0, 4217.0, 4246.0, 4226.0, 4218.0, 4227.0, 4230.0, 4259.0, 4241.0, 4269.0, 4227.0, 4230.0, 4237.0, 4218.0, 4246.0, 4227.0, 4267.0, 4238.0, 4217.0, 4225.0, 4205.0, 4246.0, 4214.0, 4247.0, 4215.0, 4247.0, 4217.0, 4194.0, 4226.0, 4214.0, 4248.0, 4228.0, 4260.0, 4216.0, 4195.0, 4228.0, 4229.0, 4257.0, 4227.0, 4235.0, 4228.0, 4207.0, 4248.0, 4227.0, 4247.0, 4216.0, 4257.0, 4226.0, 4216.0, 4235.0, 4216.0, 4257.0, 4236.0, 4255.0, 4236.0, 4206.0, 4225.0, 4227.0, 4255.0, 4227.0, 4216.0, 4216.0, 4226.0, 4246.0, 4215.0, 4247.0, 4205.0, 4226.0, 4215.0, 4215.0, 4225.0, 4226.0, 4247.0, 4226.0, 4196.0, 4226.0, 4216.0, 4245.0, 4226.0, 4258.0, 4226.0, 4222.0, 4238.0, 4238.0, 4235.0, 4225.0, 4239.0, 4251.0, 4238.0, 4219.0, 4250.0, 4229.0, 4231.0, 4272.0, 4240.0, 4269.0, 4238.0, 4238.0, 4249.0, 4213.0, 4245.0, 4211.0, 4243.0, 4212.0, 4242.0, 4212.0, 4222.0, 4213.0, 4203.0, 4234.0, 4223.0, 4233.0, 4215.0, 4222.0, 4225.0, 4215.0, 4237.0, 4226.0, 4244.0, 4226.0, 4256.0, 4226.0, 4225.0, 4226.0, 4214.0, 4237.0, 4235.0, 4247.0, 4227.0, 4228.0, 4228.0, 4227.0, 4250.0, 4239.0, 4251.0, 4240.0, 4221.0, 4250.0, 4229.0, 4260.0, 4253.0, 4282.0, 4251.0, 4220.0, 4249.0, 4239.0, 4281.0, 4239.0, 4257.0, 4238.0, 4228.0, 4248.0, 4235.0, 4255.0, 4213.0, 4256.0, 4226.0, 4246.0, 4237.0, 4255.0, 4237.0, 4243.0, 4224.0, 4201.0, 4231.0, 4211.0, 4244.0, 4232.0, 4243.0, 4222.0, 4219.0, 4221.0, 4213.0, 4242.0, 4209.0, 4228.0, 4207.0, 4187.0, 4220.0, 4207.0, 4219.0], 'WindowWidth': [9490.0, 9433.0, 9439.0, 9391.0, 9432.0, 9383.0, 9368.0, 9379.0, 9382.0, 9407.0, 9380.0, 9375.0, 9378.0, 9364.0, 9393.0, 9382.0, 9409.0, 9382.0, 9364.0, 9379.0, 9364.0, 9413.0, 9385.0, 9396.0, 9388.0, 9384.0, 9367.0, 9365.0, 9392.0, 9388.0, 9396.0, 9392.0, 9368.0, 9380.0, 9408.0, 9412.0, 9389.0, 9379.0, 9366.0, 9372.0, 9410.0, 9381.0, 9415.0, 9381.0, 9384.0, 9379.0, 9359.0, 9407.0, 9362.0, 9392.0, 9365.0, 9346.0, 9377.0, 9363.0, 9389.0, 9369.0, 9377.0, 9366.0, 9363.0, 9377.0, 9382.0, 9406.0, 9370.0, 9348.0, 9361.0, 9380.0, 9388.0, 9381.0, 9391.0, 9362.0, 9350.0, 9380.0, 9379.0, 9392.0, 9384.0, 9381.0, 9397.0, 9369.0, 9397.0, 9386.0, 9365.0, 9372.0, 9366.0, 9393.0, 9385.0, 9426.0, 9366.0, 9347.0, 9376.0, 9384.0, 9405.0, 9362.0, 9348.0, 9363.0, 9362.0, 9393.0, 9378.0, 9410.0, 9380.0, 9350.0, 9395.0, 9366.0, 9381.0, 9416.0, 9366.0, 9410.0, 9367.0, 9370.0, 9395.0, 9365.0, 9391.0, 9347.0, 9407.0, 9361.0, 9357.0, 9360.0, 9357.0, 9387.0, 9377.0, 9360.0, 9360.0, 9341.0, 9363.0, 9379.0, 9388.0, 9371.0, 9359.0, 9364.0, 9381.0, 9390.0, 9361.0, 9387.0, 9349.0, 9403.0, 9382.0, 9346.0, 9359.0, 9366.0, 9389.0, 9380.0, 9375.0, 9363.0, 9354.0, 9377.0, 9380.0, 9376.0, 9381.0, 9384.0, 9382.0, 9384.0, 9395.0, 9405.0, 9425.0, 9371.0, 9353.0, 9380.0, 9402.0, 9409.0, 9378.0, 9388.0, 9359.0, 9356.0, 9355.0, 9340.0, 9374.0, 9337.0, 9386.0, 9357.0, 9380.0, 9342.0, 9326.0, 9352.0, 9353.0, 9371.0, 9358.0, 9383.0, 9363.0, 9375.0, 9359.0, 9346.0, 9381.0, 9380.0, 9393.0, 9380.0, 9386.0, 9361.0, 9368.0, 9361.0, 9362.0, 9378.0, 9363.0, 9395.0, 9379.0, 9391.0, 9367.0, 9376.0, 9383.0, 9345.0, 9384.0, 9364.0, 9391.0, 9385.0, 9402.0, 9381.0, 9387.0, 9365.0, 9354.0, 9390.0, 9362.0, 9389.0, 9381.0, 9410.0, 9365.0, 9395.0, 9366.0, 9339.0, 9394.0, 9377.0, 9413.0, 9366.0, 9415.0, 9382.0, 9423.0, 9384.0, 9352.0, 9380.0, 9376.0, 9396.0, 9367.0, 9359.0, 9358.0, 9336.0, 9379.0, 9384.0, 9382.0, 9401.0, 9398.0, 9369.0, 9347.0, 9386.0, 9404.0, 9416.0, 9396.0, 9396.0, 9388.0, 9374.0, 9398.0, 9386.0, 9412.0, 9390.0, 9391.0, 9384.0, 9365.0, 9409.0, 9386.0, 9428.0, 9384.0, 9347.0, 9374.0, 9379.0, 9406.0, 9361.0, 9390.0, 9359.0, 9402.0, 9356.0, 9325.0, 9356.0, 9334.0, 9387.0, 9355.0, 9403.0, 9357.0, 9370.0, 9358.0, 9339.0, 9360.0, 9353.0, 9366.0, 9368.0, 9383.0, 9386.0, 9328.0, 9362.0, 9361.0, 9407.0, 9380.0, 9353.0, 9395.0, 9381.0, 9379.0, 9404.0, 9393.0, 9399.0, 9390.0, 9377.0, 9421.0, 9370.0, 9411.0, 9367.0, 9416.0, 9376.0, 9388.0, 9341.0, 9341.0, 9354.0, 9337.0, 9370.0, 9356.0, 9374.0, 9376.0, 9355.0, 9361.0, 9362.0, 9361.0, 9380.0, 9375.0, 9365.0, 9352.0, 9349.0, 9377.0, 9388.0, 9379.0, 9378.0, 9363.0, 9341.0, 9364.0, 9297.0, 9359.0, 9385.0, 9360.0, 9362.0, 9383.0, 9389.0, 9375.0, 9358.0, 9358.0, 9381.0, 9392.0, 9373.0, 9353.0, 9343.0, 9378.0, 9385.0, 9374.0, 9350.0, 9341.0, 9376.0, 9388.0, 9370.0, 9355.0, 9379.0, 9392.0, 9393.0, 9395.0, 9371.0, 9357.0, 9371.0, 9408.0, 9375.0, 9385.0, 9363.0, 9348.0, 9379.0, 9360.0, 9404.0, 9379.0, 9391.0, 9362.0, 9358.0, 9390.0, 9378.0, 9405.0, 9364.0, 9359.0, 9370.0, 9376.0, 9385.0, 9367.0, 9403.0, 9418.0, 9367.0, 9384.0, 9418.0, 9395.0, 9377.0, 9367.0, 9375.0, 9393.0, 9376.0, 9410.0, 9365.0, 9371.0, 9358.0, 9340.0, 9355.0, 9347.0, 9369.0, 9376.0, 9381.0, 9364.0, 9311.0, 9362.0, 9377.0, 9375.0, 9382.0, 9390.0, 9380.0, 9409.0, 9376.0, 9346.0, 9364.0, 9376.0, 9395.0, 9389.0, 9394.0, 9381.0, 9336.0, 9378.0, 9375.0, 9376.0, 9361.0, 9384.0, 9378.0, 9405.0, 9386.0, 9361.0, 9375.0, 9386.0, 9409.0, 9379.0, 9347.0, 9363.0, 9376.0, 9377.0, 9379.0, 9396.0, 9376.0, 9397.0, 9381.0, 9350.0, 9365.0, 9372.0, 9383.0, 9392.0, 9406.0, 9379.0, 9333.0, 9381.0, 9390.0, 9396.0, 9396.0, 9392.0, 9379.0, 9378.0, 9379.0, 9360.0, 9376.0, 9397.0, 9391.0, 9381.0, 9379.0, 9378.0, 9413.0, 9378.0, 9352.0, 9365.0, 9373.0, 9393.0, 9377.0, 9409.0, 9366.0, 9372.0, 9365.0, 9380.0, 9397.0, 9376.0, 9395.0, 9405.0, 9398.0, 9383.0, 9379.0, 9379.0, 9380.0, 9395.0, 9393.0, 9372.0, 9385.0, 9372.0, 9409.0, 9376.0, 9381.0, 9434.0, 9380.0, 9420.0, 9383.0, 9383.0, 9394.0, 9361.0, 9410.0, 9394.0, 9410.0, 9366.0, 9342.0, 9340.0, 9355.0, 9384.0, 9377.0, 9368.0, 9345.0, 9376.0, 9373.0, 9363.0, 9364.0, 9381.0, 9401.0, 9398.0, 9375.0, 9364.0, 9357.0, 9382.0, 9392.0, 9401.0, 9381.0, 9404.0, 9388.0, 9379.0, 9363.0, 9359.0, 9381.0, 9393.0, 9408.0, 9377.0, 9394.0, 9380.0, 9345.0, 9399.0, 9366.0, 9394.0, 9380.0, 9404.0, 9380.0, 9346.0, 9376.0, 9381.0, 9408.0, 9361.0, 9388.0, 9346.0, 9363.0, 9372.0, 9370.0, 9371.0, 9374.0, 9402.0, 9358.0, 9341.0, 9339.0, 9363.0, 9372.0, 9371.0, 9386.0, 9349.0, 9348.0, 9359.0, 9369.0, 9407.0, 9377.0, 9390.0, 9366.0, 9346.0, 9364.0, 9353.0, 9375.0, 9359.0, 9404.0, 9374.0, 9368.0, 9358.0, 9334.0, 9357.0, 9344.0, 9389.0, 9385.0, 9366.0, 9384.0, 9369.0, 9399.0, 9389.0, 9372.0, 9423.0, 9391.0, 9386.0, 9398.0, 9402.0, 9438.0, 9400.0, 9383.0, 9382.0, 9359.0, 9389.0, 9374.0, 9408.0, 9363.0, 9372.0, 9341.0, 9391.0, 9355.0, 9323.0, 9339.0, 9337.0, 9353.0, 9373.0, 9376.0, 9363.0, 9318.0, 9362.0, 9374.0, 9388.0, 9381.0, 9386.0, 9368.0, 9374.0, 9360.0, 9356.0, 9369.0, 9383.0, 9403.0, 9362.0, 9349.0, 9345.0, 9382.0, 9406.0, 9377.0, 9411.0, 9355.0, 9367.0, 9381.0, 9361.0, 9404.0, 9355.0, 9405.0, 9361.0, 9348.0, 9378.0, 9341.0, 9406.0, 9362.0, 9390.0, 9348.0, 9314.0, 9364.0, 9358.0, 9401.0, 9363.0, 9384.0, 9344.0, 9393.0, 9346.0, 9352.0, 9342.0, 9343.0, 9392.0, 9379.0, 9388.0, 9349.0, 9345.0, 9367.0, 9376.0, 9407.0, 9363.0, 9387.0, 9365.0, 9363.0, 9363.0, 9359.0, 9374.0, 9382.0, 9411.0, 9362.0, 9364.0, 9365.0, 9366.0, 9387.0, 9387.0, 9392.0, 9349.0, 9350.0, 9375.0, 9350.0, 9375.0, 9376.0, 9406.0, 9364.0, 9347.0, 9370.0, 9389.0, 9408.0, 9382.0, 9389.0, 9373.0, 9384.0, 9366.0, 9375.0, 9376.0, 9376.0, 9403.0, 9378.0, 9371.0, 9348.0, 9348.0, 9375.0, 9360.0, 9407.0, 9363.0, 9348.0, 9368.0, 9375.0, 9410.0, 9382.0, 9404.0, 9373.0, 9408.0, 9376.0, 9362.0, 9377.0, 9379.0, 9407.0, 9361.0, 9412.0, 9363.0, 9344.0, 9363.0, 9360.0, 9401.0, 9358.0, 9390.0, 9362.0, 9387.0, 9362.0, 9362.0, 9371.0, 9365.0, 9403.0, 9362.0, 9345.0, 9331.0, 9347.0, 9386.0, 9343.0, 9384.0, 9342.0, 9390.0, 9348.0, 9340.0, 9351.0, 9375.0, 9381.0, 9385.0, 9376.0, 9360.0, 9361.0, 9373.0, 9367.0, 9361.0, 9420.0, 9358.0, 9342.0, 9405.0, 9363.0, 9448.0, 9392.0, 9432.0, 9407.0, 9396.0, 9392.0, 9317.0, 9389.0, 9351.0, 9403.0, 9360.0, 9389.0, 9363.0, 9335.0, 9359.0, 9343.0, 9373.0, 9354.0, 9390.0, 9363.0, 9354.0, 9365.0, 9374.0, 9410.0, 9390.0, 9424.0, 9365.0, 9373.0, 9380.0, 9353.0, 9388.0, 9366.0, 9421.0, 9379.0, 9348.0, 9359.0, 9330.0, 9387.0, 9341.0, 9390.0, 9344.0, 9392.0, 9351.0, 9317.0, 9363.0, 9342.0, 9394.0, 9367.0, 9413.0, 9350.0, 9318.0, 9368.0, 9371.0, 9406.0, 9366.0, 9372.0, 9365.0, 9340.0, 9394.0, 9363.0, 9390.0, 9347.0, 9407.0, 9361.0, 9347.0, 9372.0, 9344.0, 9406.0, 9378.0, 9402.0, 9375.0, 9333.0, 9357.0, 9366.0, 9401.0, 9364.0, 9346.0, 9346.0, 9362.0, 9389.0, 9344.0, 9390.0, 9330.0, 9362.0, 9347.0, 9346.0, 9360.0, 9361.0, 9393.0, 9361.0, 9320.0, 9361.0, 9349.0, 9388.0, 9362.0, 9407.0, 9363.0, 9370.0, 9384.0, 9383.0, 9372.0, 9361.0, 9385.0, 9404.0, 9382.0, 9355.0, 9401.0, 9373.0, 9379.0, 9434.0, 9387.0, 9429.0, 9383.0, 9382.0, 9398.0, 9340.0, 9385.0, 9333.0, 9378.0, 9336.0, 9377.0, 9336.0, 9347.0, 9337.0, 9324.0, 9368.0, 9351.0, 9367.0, 9344.0, 9350.0, 9360.0, 9347.0, 9378.0, 9361.0, 9383.0, 9361.0, 9404.0, 9362.0, 9358.0, 9361.0, 9343.0, 9379.0, 9374.0, 9390.0, 9364.0, 9371.0, 9368.0, 9367.0, 9401.0, 9386.0, 9405.0, 9390.0, 9363.0, 9401.0, 9370.0, 9416.0, 9413.0, 9450.0, 9406.0, 9360.0, 9399.0, 9385.0, 9450.0, 9384.0, 9405.0, 9383.0, 9366.0, 9394.0, 9374.0, 9402.0, 9339.0, 9403.0, 9362.0, 9388.0, 9377.0, 9401.0, 9379.0, 9384.0, 9357.0, 9319.0, 9360.0, 9331.0, 9383.0, 9362.0, 9384.0, 9349.0, 9342.0, 9348.0, 9338.0, 9378.0, 9326.0, 9350.0, 9319.0, 9294.0, 9343.0, 9320.0, 9339.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.0029325077720207256</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.028032374093264253</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.246234553589154</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269243414834012</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0434141194917</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4429.3955</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13191754872554343</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.709844559585493</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.595047806167972</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.572552393211026</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.803583660430084</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4090073648628065</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00594553</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006400870159268379</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02091469243168831</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>965</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.803898279371513</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>29.5062</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.1599</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.7289</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298751.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.6617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1629</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.3171</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3388.4001</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3627.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77793.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1054.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4458.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.4894</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.25330727372784</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> |