=== 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-0088 --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-0088",
"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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>612316913d5b000aa4ef2bbd705c7cf1</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>08:47:2.942500</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.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</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.0815634</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>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>20c409c5-9d58-42f1-a10f-84ce1769e8e2||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.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['084702.942500', '084703.402500', '084703.862500', '084704.322500', '084704.782500', '084705.242500', '084705.702500', '084706.162500', '084706.622500', '084707.082500', '084707.542500', '084708.002500', '084708.462500', '084708.922500', '084709.382500', '084709.842500', '084710.302500', '084710.762500', '084711.222500', '084711.682500', '084712.142500', '084712.602500', '084713.062500', '084713.522500', '084713.982500', '084714.442500', '084714.902500', '084715.362500', '084715.822500', '084716.282500', '084716.742500', '084717.202500', '084717.662500', '084718.122500', '084718.582500', '084719.042500', '084719.502500', '084719.962500', '084720.422500', '084720.882500', '084721.342500', '084721.802500', '084722.262500', '084722.722500', '084723.182500', '084723.642500', '084724.102500', '084724.562500', '084725.022500', '084725.482500', '084725.942500', '084726.402500', '084726.862500', '084727.322500', '084727.782500', '084728.242500', '084728.702500', '084729.162500', '084729.622500', '084730.082500', '084730.542500', '084731.002500', '084731.462500', '084731.922500', '084732.382500', '084732.842500', '084733.302500', '084733.762500', '084734.222500', '084734.682500', '084735.142500', '084735.602500', '084736.062500', '084736.522500', '084736.982500', '084737.442500', '084737.902500', '084738.362500', '084738.822500', '084739.282500', '084739.742500', '084740.202500', '084740.662500', '084741.122500', '084741.582500', '084742.042500', '084742.502500', '084742.962500', '084743.422500', '084743.882500', '084744.342500', '084744.802500', '084745.262500', '084745.722500', '084746.182500', '084746.642500', '084747.102500', '084747.562500', '084748.022500', '084748.482500', '084748.942500', '084749.402500', '084749.862500', '084750.322500', '084750.782500', '084751.242500', '084751.702500', '084752.162500', '084752.622500', '084753.082500', '084753.542500', '084754.002500', '084754.462500', '084754.922500', '084755.382500', '084755.842500', '084756.302500', '084756.762500', '084757.222500', '084757.682500', '084758.142500', '084758.602500', '084759.062500', '084759.522500', '084759.982500', '084800.442500', '084800.902500', '084801.362500', '084801.822500', '084802.282500', '084802.742500', '084803.202500', '084803.662500', '084804.122500', '084804.582500', '084805.042500', '084805.502500', '084805.962500', '084806.422500', '084806.882500', '084807.342500', '084807.802500', '084808.262500', '084808.722500', '084809.182500', '084809.642500', '084810.102500', '084810.562500', '084811.022500', '084811.482500', '084811.942500', '084812.402500', '084812.862500', '084813.322500', '084813.782500', '084814.242500', '084814.702500', '084815.162500', '084815.622500', '084816.082500', '084816.542500', '084817.002500', '084817.462500', '084817.922500', '084818.382500', '084818.842500', '084819.302500', '084819.762500', '084820.222500', '084820.682500', '084821.142500', '084821.602500', '084822.062500', '084822.522500', '084822.982500', '084823.442500', '084823.902500', '084824.362500', '084824.822500', '084825.282500', '084825.742500', '084826.202500', '084826.662500', '084827.122500', '084827.582500', '084828.042500', '084828.502500', '084828.962500', '084829.422500', '084829.882500', '084830.342500', '084830.802500', '084831.262500', '084831.722500', '084832.182500', '084832.642500', '084833.102500', '084833.562500', '084834.022500', '084834.482500', '084834.942500', '084835.402500', '084835.862500', '084836.322500', '084836.782500', '084837.242500', '084837.702500', '084838.162500', '084838.622500', '084839.082500', '084839.542500', '084840.002500', '084840.462500', '084840.922500', '084841.382500', '084841.842500', '084842.302500', '084842.762500', '084843.222500', '084843.682500', '084844.142500', '084844.602500', '084845.062500', '084845.522500', '084845.982500', '084846.442500', '084846.902500', '084847.362500', '084847.822500', '084848.282500', '084848.742500', '084849.202500', '084849.662500', '084850.122500', '084850.582500', '084851.042500', '084851.502500', '084851.962500', '084852.422500', '084852.882500', '084853.342500', '084853.802500', '084854.262500', '084854.722500', '084855.182500', '084855.642500', '084856.102500', '084856.562500', '084857.022500', '084857.482500', '084857.942500', '084858.402500', '084858.862500', '084859.322500', '084859.782500', '084900.242500', '084900.702500', '084901.162500', '084901.622500', '084902.082500', '084902.542500', '084903.002500', '084903.462500', '084903.922500', '084904.382500', '084904.842500', '084905.302500', '084905.762500', '084906.222500', '084906.682500', '084907.142500', '084907.602500', '084908.062500', '084908.522500', '084908.982500', '084909.442500', '084909.902500', '084910.362500', '084910.822500', '084911.282500', '084911.742500', '084912.202500', '084912.662500', '084913.122500', '084913.582500', '084914.042500', '084914.502500', '084914.962500', '084915.422500', '084915.882500', '084916.342500', '084916.802500', '084917.262500', '084917.722500', '084918.182500', '084918.642500', '084919.102500', '084919.562500', '084920.022500', '084920.482500', '084920.942500', '084921.402500', '084921.862500', '084922.322500', '084922.782500', '084923.242500', '084923.702500', '084924.162500', '084924.622500', '084925.082500', '084925.542500', '084926.002500', '084926.462500', '084926.922500', '084927.382500', '084927.842500', '084928.302500', '084928.762500', '084929.222500', '084929.682500', '084930.142500', '084930.602500', '084931.062500', '084931.522500', '084931.982500', '084932.442500', '084932.902500', '084933.362500', '084933.822500', '084934.282500', '084934.742500', '084935.202500', '084935.662500', '084936.122500', '084936.582500', '084937.042500', '084937.502500', '084937.962500', '084938.422500', '084938.882500', '084939.342500', '084939.802500', '084940.262500', '084940.722500', '084941.182500', '084941.642500', '084942.102500', '084942.562500', '084943.022500', '084943.482500', '084943.942500', '084944.402500', '084944.862500', '084945.322500', '084945.782500', '084946.242500', '084946.702500', '084947.162500', '084947.622500', '084948.082500', '084948.542500', '084949.002500', '084949.462500', '084949.922500', '084950.382500', '084950.842500', '084951.302500', '084951.762500', '084952.222500', '084952.682500', '084953.142500', '084953.602500', '084954.062500', '084954.522500', '084954.982500', '084955.442500', '084955.902500', '084956.362500', '084956.822500', '084957.282500', '084957.742500', '084958.202500', '084958.662500', '084959.122500', '084959.582500', '085000.042500', '085000.502500', '085000.962500', '085001.422500', '085001.882500', '085002.342500', '085002.802500', '085003.262500', '085003.722500', '085004.182500', '085004.642500', '085005.102500', '085005.562500', '085006.022500', '085006.482500', '085006.942500', '085007.402500', '085007.862500', '085008.322500', '085008.782500', '085009.242500', '085009.702500', '085010.162500', '085010.622500', '085011.082500', '085011.542500', '085012.002500', '085012.462500', '085012.922500', '085013.382500', '085013.842500', '085014.302500', '085014.762500', '085015.222500', '085015.682500', '085016.142500', '085016.602500', '085017.062500', '085017.522500', '085017.982500', '085018.442500', '085018.902500', '085019.362500', '085019.822500', '085020.282500', '085020.742500', '085021.202500', '085021.662500', '085022.122500', '085022.582500', '085023.042500', '085023.502500', '085023.962500', '085024.422500', '085024.882500', '085025.342500', '085025.802500', '085026.262500', '085026.722500', '085027.182500', '085027.642500', '085028.102500', '085028.562500', '085029.022500', '085029.482500', '085029.942500', '085030.402500', '085030.862500', '085031.322500', '085031.782500', '085032.242500', '085032.702500', '085033.162500', '085033.622500', '085034.082500', '085034.542500', '085035.002500', '085035.462500', '085035.922500', '085036.382500', '085036.842500', '085037.302500', '085037.762500', '085038.222500', '085038.682500', '085039.142500', '085039.602500', '085040.062500', '085040.522500', '085040.982500', '085041.442500', '085041.902500', '085042.362500', '085042.822500', '085043.282500', '085043.742500', '085044.202500', '085044.662500', '085045.122500', '085045.582500', '085046.042500', '085046.502500', '085046.962500', '085047.422500', '085047.882500', '085048.342500', '085048.802500', '085049.262500', '085049.722500', '085050.182500', '085050.642500', '085051.102500', '085051.562500', '085052.022500', '085052.482500', '085052.942500', '085053.402500', '085053.862500', '085054.322500', '085054.782500', '085055.242500', '085055.702500', '085056.162500', '085056.622500', '085057.082500', '085057.542500', '085058.002500', '085058.462500', '085058.922500', '085059.382500', '085059.842500', '085100.302500', '085100.762500', '085101.222500', '085101.682500', '085102.142500', '085102.602500', '085103.062500', '085103.522500', '085103.982500', '085104.442500', '085104.902500', '085105.362500', '085105.822500', '085106.282500', '085106.742500', '085107.202500', '085107.662500', '085108.122500', '085108.582500', '085109.042500', '085109.502500', '085109.962500', '085110.422500', '085110.882500', '085111.342500', '085111.802500', '085112.262500', '085112.722500', '085113.182500', '085113.642500', '085114.102500', '085114.562500', '085115.022500', '085115.482500', '085115.942500', '085116.402500', '085116.862500', '085117.322500', '085117.782500', '085118.242500', '085118.702500', '085119.162500', '085119.622500', '085120.082500', '085120.542500', '085121.002500', '085121.462500', '085121.922500', '085122.382500', '085122.842500', '085123.302500', '085123.762500', '085124.222500', '085124.682500', '085125.142500', '085125.602500', '085126.062500', '085126.522500', '085126.982500', '085127.442500', '085127.902500', '085128.362500', '085128.822500', '085129.282500', '085129.742500', '085130.202500', '085130.662500', '085131.122500', '085131.582500', '085132.042500', '085132.502500', '085132.962500', '085133.422500', '085133.882500', '085134.342500', '085134.802500', '085135.262500', '085135.722500', '085136.182500', '085136.642500', '085137.102500', '085137.562500', '085138.022500', '085138.482500', '085138.942500', '085139.402500', '085139.862500', '085140.322500', '085140.782500', '085141.242500', '085141.702500', '085142.162500', '085142.622500', '085143.082500', '085143.542500', '085144.002500', '085144.462500', '085144.922500', '085145.382500', '085145.842500', '085146.302500', '085146.762500', '085147.222500', '085147.682500', '085148.142500', '085148.602500', '085149.062500', '085149.522500', '085149.982500', '085150.442500', '085150.902500', '085151.362500', '085151.822500', '085152.282500', '085152.742500', '085153.202500', '085153.662500', '085154.122500', '085154.582500', '085155.042500', '085155.502500', '085155.962500', '085156.422500', '085156.882500', '085157.342500', '085157.802500', '085158.262500', '085158.722500', '085159.182500', '085159.642500', '085200.102500', '085200.562500', '085201.022500', '085201.482500', '085201.942500', '085202.402500', '085202.862500', '085203.322500', '085203.782500', '085204.242500', '085204.702500', '085205.162500', '085205.622500', '085206.082500', '085206.542500', '085207.002500', '085207.462500', '085207.922500', '085208.382500', '085208.842500', '085209.302500', '085209.762500', '085210.222500', '085210.682500', '085211.142500', '085211.602500', '085212.062500', '085212.522500', '085212.982500', '085213.442500', '085213.902500', '085214.362500', '085214.822500', '085215.282500', '085215.742500', '085216.202500', '085216.662500', '085217.122500', '085217.582500', '085218.042500', '085218.502500', '085218.962500', '085219.422500', '085219.882500', '085220.342500', '085220.802500', '085221.262500', '085221.722500', '085222.182500', '085222.642500', '085223.102500', '085223.562500', '085224.022500', '085224.482500', '085224.942500', '085225.402500', '085225.862500', '085226.322500', '085226.782500', '085227.242500', '085227.702500', '085228.162500', '085228.622500', '085229.082500', '085229.542500', '085230.002500', '085230.462500', '085230.922500', '085231.382500', '085231.842500', '085232.302500', '085232.762500', '085233.222500', '085233.682500', '085234.142500', '085234.602500', '085235.062500', '085235.522500', '085235.982500', '085236.442500', '085236.902500', '085237.362500', '085237.822500', '085238.282500', '085238.742500', '085239.202500', '085239.662500', '085240.122500', '085240.582500', '085241.042500', '085241.502500', '085241.962500', '085242.422500', '085242.882500', '085243.342500', '085243.802500', '085244.262500', '085244.722500', '085245.182500', '085245.642500', '085246.102500', '085246.562500', '085247.022500', '085247.482500', '085247.942500', '085248.402500', '085248.862500', '085249.322500', '085249.782500', '085250.242500', '085250.702500', '085251.162500', '085251.622500', '085252.082500', '085252.542500', '085253.002500', '085253.462500', '085253.922500', '085254.382500', '085254.842500', '085255.302500', '085255.762500', '085256.222500', '085256.682500', '085257.142500', '085257.602500', '085258.062500', '085258.522500', '085258.982500', '085259.442500', '085259.902500', '085300.362500', '085300.822500', '085301.282500', '085301.742500', '085302.202500', '085302.662500', '085303.122500', '085303.582500', '085304.042500', '085304.502500', '085304.962500', '085305.422500', '085305.882500', '085306.342500', '085306.802500', '085307.262500', '085307.722500', '085308.182500', '085308.642500', '085309.102500', '085309.562500', '085310.022500', '085310.482500', '085310.942500', '085311.402500', '085311.862500', '085312.322500', '085312.782500', '085313.242500', '085313.702500', '085314.162500', '085314.622500', '085315.082500', '085315.542500', '085316.002500', '085316.462500', '085316.922500', '085317.382500', '085317.842500', '085318.302500', '085318.762500', '085319.222500', '085319.682500', '085320.142500', '085320.602500', '085321.062500', '085321.522500', '085321.982500', '085322.442500', '085322.902500', '085323.362500', '085323.822500', '085324.282500', '085324.742500', '085325.202500', '085325.662500', '085326.122500', '085326.582500', '085327.042500', '085327.502500', '085327.962500', '085328.422500', '085328.882500', '085329.342500', '085329.802500', '085330.262500', '085330.722500', '085331.182500', '085331.642500', '085332.102500', '085332.562500', '085333.022500', '085333.482500', '085333.942500', '085334.402500', '085334.862500', '085335.322500', '085335.782500', '085336.242500', '085336.702500', '085337.162500', '085337.622500', '085338.082500', '085338.542500', '085339.002500', '085339.462500', '085339.922500', '085340.382500', '085340.842500', '085341.302500', '085341.762500', '085342.222500', '085342.682500', '085343.142500', '085343.602500', '085344.062500', '085344.522500', '085344.982500', '085345.442500', '085345.902500', '085346.362500', '085346.822500', '085347.282500', '085347.742500', '085348.202500', '085348.662500', '085349.122500', '085349.582500', '085350.042500', '085350.502500', '085350.962500', '085351.422500', '085351.882500', '085352.342500', '085352.802500', '085353.262500', '085353.722500', '085354.182500', '085354.642500', '085355.102500', '085355.562500', '085356.022500', '085356.482500', '085356.942500', '085357.402500', '085357.862500', '085358.322500', '085358.782500', '085359.242500', '085359.702500', '085400.162500', '085400.622500', '085401.082500', '085401.542500', '085402.002500', '085402.462500', '085402.922500', '085403.382500', '085403.842500', '085404.302500', '085404.762500', '085405.222500', '085405.682500', '085406.142500', '085406.602500', '085407.062500', '085407.522500', '085407.982500', '085408.442500', '085408.902500', '085409.362500', '085409.822500', '085410.282500', '085410.742500', '085411.202500', '085411.662500', '085412.122500', '085412.582500', '085413.042500', '085413.502500', '085413.962500', '085414.422500', '085414.882500', '085415.342500', '085415.802500', '085416.262500', '085416.722500', '085417.182500', '085417.642500', '085418.102500', '085418.562500', '085419.022500', '085419.482500', '085419.942500', '085420.402500', '085420.862500', '085421.322500', '085421.782500', '085422.242500', '085422.702500', '085423.162500', '085423.622500', '085424.082500', '085424.542500', '085425.002500', '085425.462500', '085425.922500', '085426.382500', '085426.842500', '085427.302500'], 'ContentTime': ['084718.991000', '084718.994000', '084718.996000', '084719.000000', '084719.003000', '084719.005000', '084719.008000', '084719.011000', '084719.014000', '084719.016000', '084719.019000', '084719.022000', '084719.024000', '084719.027000', '084719.030000', '084719.032000', '084719.035000', '084719.038000', '084719.040000', '084719.043000', '084719.046000', '084719.048000', '084719.051000', '084719.063000', '084719.066000', '084719.068000', '084719.077000', '084719.080000', '084719.083000', '084719.085000', '084719.088000', '084719.091000', '084738.936000', '084738.939000', '084738.942000', '084738.945000', '084738.947000', '084738.950000', '084738.953000', '084738.956000', '084738.958000', '084738.961000', '084738.964000', '084738.966000', '084738.969000', '084738.972000', '084738.974000', '084738.977000', '084738.980000', '084738.983000', '084738.985000', '084738.988000', '084738.991000', '084739.002000', '084739.005000', '084739.007000', '084739.010000', '084739.013000', '084739.015000', '084739.018000', '084739.021000', '084739.023000', '084739.026000', '084739.029000', '084739.031000', '084739.034000', '084739.037000', '084739.039000', '084739.042000', '084739.045000', '084739.047000', '084739.050000', '084739.053000', '084739.056000', '084739.058000', '084739.061000', '084758.936000', '084758.941000', '084758.943000', '084758.946000', '084758.949000', '084758.952000', '084758.954000', '084758.957000', '084758.960000', '084758.962000', '084758.965000', '084758.968000', '084758.970000', '084758.973000', '084758.975000', '084758.978000', '084758.981000', '084758.983000', '084758.986000', '084758.996000', '084759.000000', '084759.003000', '084759.005000', '084759.008000', '084759.010000', '084759.013000', '084759.016000', '084759.018000', '084759.021000', '084759.024000', '084759.026000', '084759.029000', '084759.031000', '084759.034000', '084759.037000', '084759.039000', '084759.042000', '084759.045000', '084759.047000', '084759.050000', '084759.053000', '084759.055000', '084759.058000', '084818.935000', '084818.938000', '084818.941000', '084818.943000', '084818.946000', '084818.949000', '084818.951000', '084818.954000', '084818.957000', '084818.959000', '084818.962000', '084818.964000', '084818.967000', '084818.970000', '084818.973000', '084818.975000', '084818.978000', '084818.981000', '084818.983000', '084818.986000', '084818.989000', '084818.992000', '084818.994000', '084818.997000', '084819.001000', '084819.003000', '084819.006000', '084819.009000', '084819.011000', '084819.014000', '084819.017000', '084819.019000', '084819.022000', '084819.025000', '084819.028000', '084819.031000', '084819.033000', '084819.036000', '084819.039000', '084819.041000', '084819.044000', '084819.047000', '084819.049000', '084819.052000', '084838.935000', '084838.939000', '084838.941000', '084838.944000', '084838.947000', '084838.949000', '084838.952000', '084838.955000', '084838.958000', '084838.960000', '084838.963000', '084838.966000', '084838.968000', '084838.971000', '084838.974000', '084838.976000', '084838.979000', '084838.982000', '084838.985000', '084838.987000', '084838.990000', '084838.993000', '084838.995000', '084838.998000', '084839.002000', '084839.004000', '084839.007000', '084839.009000', '084839.013000', '084839.015000', '084839.018000', '084839.021000', '084839.023000', '084839.026000', '084839.029000', '084839.031000', '084839.034000', '084839.037000', '084839.039000', '084839.042000', '084839.044000', '084839.047000', '084839.050000', '084858.936000', '084858.938000', '084858.941000', '084858.944000', '084858.947000', '084858.959000', '084858.962000', '084858.964000', '084858.967000', '084858.970000', '084858.975000', '084858.978000', '084858.981000', '084858.984000', '084858.986000', '084858.989000', '084858.992000', '084858.994000', '084858.997000', '084859.000000', '084859.003000', '084859.006000', '084859.009000', '084859.011000', '084859.014000', '084859.017000', '084859.019000', '084859.022000', '084859.024000', '084859.027000', '084859.030000', '084859.032000', '084859.035000', '084859.038000', '084859.041000', '084859.043000', '084859.046000', '084859.048000', '084859.051000', '084859.054000', '084859.056000', '084859.059000', '084859.062000', '084918.935000', '084918.938000', '084918.941000', '084918.943000', '084918.946000', '084918.949000', '084918.958000', '084918.960000', '084918.963000', '084918.966000', '084918.968000', '084918.971000', '084918.974000', '084918.977000', '084918.979000', '084918.982000', '084918.985000', '084918.987000', '084918.990000', '084918.993000', '084918.996000', '084918.998000', '084919.002000', '084919.005000', '084919.007000', '084919.010000', '084919.013000', '084919.015000', '084919.018000', '084919.021000', '084919.023000', '084919.026000', '084919.029000', '084919.031000', '084919.034000', '084919.036000', '084919.039000', '084919.042000', '084919.044000', '084919.047000', '084919.050000', '084919.053000', '084919.055000', '084919.058000', '084938.937000', '084938.939000', '084938.942000', '084938.945000', '084938.948000', '084938.950000', '084938.953000', '084938.956000', '084938.959000', '084938.961000', '084938.964000', '084938.967000', '084938.970000', '084938.972000', '084938.975000', '084938.977000', '084938.980000', '084938.983000', '084938.986000', '084938.988000', '084938.995000', '084938.998000', '084939.001000', '084939.004000', '084939.007000', '084939.010000', '084939.012000', '084939.015000', '084939.018000', '084939.020000', '084939.023000', '084939.025000', '084939.028000', '084939.031000', '084939.033000', '084939.036000', '084939.039000', '084939.041000', '084939.044000', '084939.047000', '084939.049000', '084939.052000', '084939.055000', '084958.937000', '084958.939000', '084958.942000', '084958.945000', '084958.948000', '084958.950000', '084958.953000', '084958.956000', '084958.958000', '084958.961000', '084958.964000', '084958.966000', '084958.969000', '084958.971000', '084958.974000', '084958.977000', '084958.979000', '084958.982000', '084958.985000', '084958.988000', '084958.990000', '084958.993000', '084958.995000', '084958.998000', '084959.002000', '084959.004000', '084959.011000', '084959.014000', '084959.017000', '084959.020000', '084959.022000', '084959.025000', '084959.028000', '084959.030000', '084959.033000', '084959.036000', '084959.038000', '084959.041000', '084959.043000', '084959.046000', '084959.049000', '084959.051000', '084959.054000', '084959.057000', '085018.936000', '085018.939000', '085018.942000', '085018.945000', '085018.947000', '085018.950000', '085018.953000', '085018.955000', '085018.958000', '085018.960000', '085018.963000', '085018.966000', '085018.968000', '085018.971000', '085018.973000', '085018.976000', '085018.979000', '085018.982000', '085018.985000', '085018.988000', '085018.991000', '085018.994000', '085018.996000', '085019.007000', '085019.011000', '085019.014000', '085019.017000', '085019.020000', '085019.022000', '085019.025000', '085019.028000', '085019.030000', '085019.033000', '085019.035000', '085019.038000', '085019.041000', '085019.043000', '085019.046000', '085019.049000', '085019.051000', '085019.054000', '085019.061000', '085019.064000', '085038.936000', '085038.945000', '085038.948000', '085038.951000', '085038.953000', '085038.956000', '085038.959000', '085038.961000', '085038.964000', '085038.966000', '085038.969000', '085038.972000', '085038.974000', '085038.977000', '085038.980000', '085038.982000', '085038.985000', '085038.988000', '085038.991000', '085038.993000', '085038.996000', '085038.998000', '085039.002000', '085039.005000', '085039.007000', '085039.010000', '085039.012000', '085039.015000', '085039.018000', '085039.020000', '085039.023000', '085039.026000', '085039.028000', '085039.031000', '085039.033000', '085039.036000', '085039.039000', '085039.041000', '085039.044000', '085039.047000', '085039.049000', '085039.052000', '085039.055000', '085039.057000', '085058.936000', '085058.939000', '085058.941000', '085058.944000', '085058.947000', '085058.950000', '085058.952000', '085058.955000', '085058.958000', '085058.960000', '085058.963000', '085058.965000', '085058.968000', '085058.971000', '085058.973000', '085058.976000', '085058.979000', '085058.981000', '085058.984000', '085058.987000', '085058.990000', '085058.992000', '085058.995000', '085059.000000', '085059.002000', '085059.005000', '085059.007000', '085059.010000', '085059.022000', '085059.024000', '085059.027000', '085059.030000', '085059.032000', '085059.035000', '085059.038000', '085059.040000', '085059.043000', '085059.045000', '085059.048000', '085059.051000', '085059.053000', '085059.056000', '085059.059000', '085118.937000', '085118.940000', '085118.942000', '085118.945000', '085118.947000', '085118.950000', '085118.952000', '085118.955000', '085118.958000', '085118.960000', '085118.963000', '085118.965000', '085118.968000', '085118.971000', '085118.973000', '085118.976000', '085118.978000', '085118.981000', '085118.984000', '085118.986000', '085118.989000', '085118.991000', '085118.994000', '085118.996000', '085119.000000', '085119.003000', '085119.005000', '085119.008000', '085119.010000', '085119.013000', '085119.016000', '085119.018000', '085119.021000', '085119.024000', '085119.026000', '085119.029000', '085119.031000', '085119.034000', '085119.037000', '085119.039000', '085119.042000', '085119.045000', '085119.047000', '085119.050000', '085138.936000', '085138.938000', '085138.941000', '085138.944000', '085138.946000', '085138.949000', '085138.951000', '085138.954000', '085138.957000', '085138.959000', '085138.962000', '085138.965000', '085138.967000', '085138.970000', '085138.972000', '085138.975000', '085138.978000', '085138.980000', '085138.983000', '085138.986000', '085138.988000', '085138.991000', '085138.993000', '085138.996000', '085139.000000', '085139.002000', '085139.005000', '085139.008000', '085139.010000', '085139.013000', '085139.016000', '085139.024000', '085139.027000', '085139.029000', '085139.032000', '085139.035000', '085139.037000', '085139.040000', '085139.043000', '085139.045000', '085139.048000', '085139.052000', '085139.055000', '085158.936000', '085158.939000', '085158.942000', '085158.944000', '085158.948000', '085158.950000', '085158.953000', '085158.955000', '085158.958000', '085158.961000', '085158.963000', '085158.966000', '085158.978000', '085158.981000', '085158.983000', '085158.986000', '085158.989000', '085158.991000', '085158.994000', '085158.997000', '085159.000000', '085159.003000', '085159.005000', '085159.008000', '085159.011000', '085159.013000', '085159.016000', '085159.019000', '085159.021000', '085159.024000', '085159.026000', '085159.029000', '085159.032000', '085159.034000', '085159.043000', '085159.046000', '085159.049000', '085159.052000', '085159.054000', '085159.057000', '085159.060000', '085159.062000', '085159.065000', '085159.067000', '085218.936000', '085218.939000', '085218.942000', '085218.945000', '085218.947000', '085218.950000', '085218.953000', '085218.955000', '085218.958000', '085218.960000', '085218.963000', '085218.966000', '085218.968000', '085218.971000', '085218.974000', '085218.976000', '085218.979000', '085218.982000', '085218.984000', '085218.987000', '085218.990000', '085218.992000', '085218.995000', '085218.997000', '085219.001000', '085219.004000', '085219.007000', '085219.009000', '085219.012000', '085219.014000', '085219.017000', '085219.020000', '085219.022000', '085219.025000', '085219.028000', '085219.030000', '085219.033000', '085219.036000', '085219.039000', '085219.042000', '085219.044000', '085219.047000', '085219.049000', '085238.937000', '085238.939000', '085238.942000', '085238.945000', '085238.947000', '085238.950000', '085238.953000', '085238.956000', '085238.958000', '085238.961000', '085238.963000', '085238.966000', '085238.969000', '085238.971000', '085238.974000', '085238.977000', '085238.979000', '085238.982000', '085238.984000', '085238.987000', '085238.990000', '085238.993000', '085238.995000', '085238.998000', '085239.002000', '085239.004000', '085239.007000', '085239.009000', '085239.012000', '085239.015000', '085239.017000', '085239.020000', '085239.023000', '085239.025000', '085239.028000', '085239.031000', '085239.033000', '085239.036000', '085239.039000', '085239.041000', '085239.044000', '085239.046000', '085239.049000', '085239.052000', '085258.936000', '085258.939000', '085258.942000', '085258.944000', '085258.947000', '085258.950000', '085258.952000', '085258.955000', '085258.958000', '085258.960000', '085258.963000', '085258.966000', '085258.968000', '085258.971000', '085258.973000', '085258.976000', '085258.979000', '085258.981000', '085258.984000', '085258.987000', '085258.989000', '085258.992000', '085258.995000', '085258.997000', '085259.001000', '085259.004000', '085259.007000', '085259.009000', '085259.012000', '085259.014000', '085259.017000', '085259.020000', '085259.022000', '085259.025000', '085259.028000', '085259.030000', '085259.033000', '085259.035000', '085259.038000', '085259.041000', '085259.043000', '085259.046000', '085259.049000', '085318.936000', '085318.938000', '085318.941000', '085318.951000', '085318.953000', '085318.956000', '085318.959000', '085318.961000', '085318.964000', '085318.967000', '085318.969000', '085318.972000', '085318.975000', '085318.977000', '085318.980000', '085318.983000', '085318.985000', '085318.988000', '085318.991000', '085318.993000', '085318.996000', '085318.998000', '085319.002000', '085319.006000', '085319.009000', '085319.011000', '085319.014000', '085319.017000', '085319.019000', '085319.022000', '085319.024000', '085319.027000', '085319.030000', '085319.032000', '085319.035000', '085319.037000', '085319.040000', '085319.051000', '085319.054000', '085319.058000', '085319.060000', '085319.063000', '085319.066000', '085319.068000', '085338.935000', '085338.939000', '085338.941000', '085338.944000', '085338.947000', '085338.949000', '085338.952000', '085338.955000', '085338.957000', '085338.960000', '085338.963000', '085338.965000', '085338.968000', '085338.970000', '085338.973000', '085338.976000', '085338.978000', '085338.981000', '085338.983000', '085338.986000', '085338.989000', '085338.991000', '085338.994000', '085338.996000', '085339.000000', '085339.003000', '085339.005000', '085339.008000', '085339.010000', '085339.013000', '085339.016000', '085339.018000', '085339.021000', '085339.024000', '085339.026000', '085339.029000', '085339.031000', '085339.034000', '085339.037000', '085339.040000', '085339.042000', '085339.045000', '085339.047000', '085358.936000', '085358.939000', '085358.941000', '085358.944000', '085358.947000', '085358.950000', '085358.952000', '085358.955000', '085358.958000', '085358.961000', '085358.963000', '085358.966000', '085358.969000', '085358.971000', '085358.974000', '085358.976000', '085358.979000', '085358.982000', '085358.984000', '085358.987000', '085358.989000', '085358.992000', '085358.995000', '085358.998000', '085359.001000', '085359.004000', '085359.008000', '085359.011000', '085359.013000', '085359.016000', '085359.019000', '085359.021000', '085359.024000', '085359.027000', '085359.029000', '085359.032000', '085359.035000', '085359.038000', '085359.041000', '085359.043000', '085359.046000', '085359.048000', '085359.051000', '085418.937000', '085418.939000', '085418.942000', '085418.955000', '085418.958000', '085418.960000', '085418.963000', '085418.966000', '085418.969000', '085418.971000', '085418.974000', '085418.976000', '085418.979000', '085418.982000', '085418.984000', '085418.987000', '085418.990000', '085418.992000', '085418.995000', '085418.998000', '085419.001000', '085419.004000', '085419.007000', '085419.009000', '085419.012000', '085419.015000', '085419.018000', '085419.020000', '085419.023000', '085419.025000', '085419.028000', '085419.031000', '085419.033000', '085419.036000', '085419.038000', '085419.041000', '085419.044000', '085419.046000', '085419.049000', '085419.051000', '085419.054000', '085419.057000', '085419.059000', '085419.062000', '085428.749000', '085428.752000', '085428.755000', '085428.758000', '085428.761000', '085428.765000', '085428.767000', '085428.770000', '085428.773000', '085428.776000', '085428.779000', '085428.782000', '085428.784000', '085428.787000', '085428.790000', '085428.793000', '085428.796000', '085428.802000', '085428.805000', '085428.807000', '085428.810000', '085428.813000'], 'InstanceCreationTime': ['084718.991000', '084718.994000', '084718.996000', '084719.000000', '084719.003000', '084719.005000', '084719.008000', '084719.011000', '084719.014000', '084719.016000', '084719.019000', '084719.022000', '084719.024000', '084719.027000', '084719.030000', '084719.032000', '084719.035000', '084719.038000', '084719.040000', '084719.043000', '084719.046000', '084719.048000', '084719.051000', '084719.063000', '084719.066000', '084719.068000', '084719.077000', '084719.080000', '084719.083000', '084719.085000', '084719.088000', '084719.091000', '084738.936000', '084738.939000', '084738.942000', '084738.945000', '084738.947000', '084738.950000', '084738.953000', '084738.956000', '084738.958000', '084738.961000', '084738.964000', '084738.966000', '084738.969000', '084738.972000', '084738.974000', '084738.977000', '084738.980000', '084738.983000', '084738.985000', '084738.988000', '084738.991000', '084739.002000', '084739.005000', '084739.007000', '084739.010000', '084739.013000', '084739.015000', '084739.018000', '084739.021000', '084739.023000', '084739.026000', '084739.029000', '084739.031000', '084739.034000', '084739.037000', '084739.039000', '084739.042000', '084739.045000', '084739.047000', '084739.050000', '084739.053000', '084739.056000', '084739.058000', '084739.061000', '084758.936000', '084758.941000', '084758.943000', '084758.946000', '084758.949000', '084758.952000', '084758.954000', '084758.957000', '084758.960000', '084758.962000', '084758.965000', '084758.968000', '084758.970000', '084758.973000', '084758.975000', '084758.978000', '084758.981000', '084758.983000', '084758.986000', '084758.996000', '084759.000000', '084759.003000', '084759.005000', '084759.008000', '084759.010000', '084759.013000', '084759.016000', '084759.018000', '084759.021000', '084759.024000', '084759.026000', '084759.029000', '084759.031000', '084759.034000', '084759.037000', '084759.039000', '084759.042000', '084759.045000', '084759.047000', '084759.050000', '084759.053000', '084759.055000', '084759.058000', '084818.935000', '084818.938000', '084818.941000', '084818.943000', '084818.946000', '084818.949000', '084818.951000', '084818.954000', '084818.957000', '084818.959000', '084818.962000', '084818.964000', '084818.967000', '084818.970000', '084818.973000', '084818.975000', '084818.978000', '084818.981000', '084818.983000', '084818.986000', '084818.989000', '084818.992000', '084818.994000', '084818.997000', '084819.001000', '084819.003000', '084819.006000', '084819.009000', '084819.011000', '084819.014000', '084819.017000', '084819.019000', '084819.022000', '084819.025000', '084819.028000', '084819.031000', '084819.033000', '084819.036000', '084819.039000', '084819.041000', '084819.044000', '084819.047000', '084819.049000', '084819.052000', '084838.935000', '084838.939000', '084838.941000', '084838.944000', '084838.947000', '084838.949000', '084838.952000', '084838.955000', '084838.958000', '084838.960000', '084838.963000', '084838.966000', '084838.968000', '084838.971000', '084838.974000', '084838.976000', '084838.979000', '084838.982000', '084838.985000', '084838.987000', '084838.990000', '084838.993000', '084838.995000', '084838.998000', '084839.002000', '084839.004000', '084839.007000', '084839.009000', '084839.013000', '084839.015000', '084839.018000', '084839.021000', '084839.023000', '084839.026000', '084839.029000', '084839.031000', '084839.034000', '084839.037000', '084839.039000', '084839.042000', '084839.044000', '084839.047000', '084839.050000', '084858.936000', '084858.938000', '084858.941000', '084858.944000', '084858.947000', '084858.959000', '084858.962000', '084858.964000', '084858.967000', '084858.970000', '084858.975000', '084858.978000', '084858.981000', '084858.984000', '084858.986000', '084858.989000', '084858.992000', '084858.994000', '084858.997000', '084859.000000', '084859.003000', '084859.006000', '084859.009000', '084859.011000', '084859.014000', '084859.017000', '084859.019000', '084859.022000', '084859.024000', '084859.027000', '084859.030000', '084859.032000', '084859.035000', '084859.038000', '084859.041000', '084859.043000', '084859.046000', '084859.048000', '084859.051000', '084859.054000', '084859.056000', '084859.059000', '084859.062000', '084918.935000', '084918.938000', '084918.941000', '084918.943000', '084918.946000', '084918.949000', '084918.958000', '084918.960000', '084918.963000', '084918.966000', '084918.968000', '084918.971000', '084918.974000', '084918.977000', '084918.979000', '084918.982000', '084918.985000', '084918.987000', '084918.990000', '084918.993000', '084918.996000', '084918.998000', '084919.002000', '084919.005000', '084919.007000', '084919.010000', '084919.013000', '084919.015000', '084919.018000', '084919.021000', '084919.023000', '084919.026000', '084919.029000', '084919.031000', '084919.034000', '084919.036000', '084919.039000', '084919.042000', '084919.044000', '084919.047000', '084919.050000', '084919.053000', '084919.055000', '084919.058000', '084938.937000', '084938.939000', '084938.942000', '084938.945000', '084938.948000', '084938.950000', '084938.953000', '084938.956000', '084938.959000', '084938.961000', '084938.964000', '084938.967000', '084938.970000', '084938.972000', '084938.975000', '084938.977000', '084938.980000', '084938.983000', '084938.986000', '084938.988000', '084938.995000', '084938.998000', '084939.001000', '084939.004000', '084939.007000', '084939.010000', '084939.012000', '084939.015000', '084939.018000', '084939.020000', '084939.023000', '084939.025000', '084939.028000', '084939.031000', '084939.033000', '084939.036000', '084939.039000', '084939.041000', '084939.044000', '084939.047000', '084939.049000', '084939.052000', '084939.055000', '084958.937000', '084958.939000', '084958.942000', '084958.945000', '084958.948000', '084958.950000', '084958.953000', '084958.956000', '084958.958000', '084958.961000', '084958.964000', '084958.966000', '084958.969000', '084958.971000', '084958.974000', '084958.977000', '084958.979000', '084958.982000', '084958.985000', '084958.988000', '084958.990000', '084958.993000', '084958.995000', '084958.998000', '084959.002000', '084959.004000', '084959.011000', '084959.014000', '084959.017000', '084959.020000', '084959.022000', '084959.025000', '084959.028000', '084959.030000', '084959.033000', '084959.036000', '084959.038000', '084959.041000', '084959.043000', '084959.046000', '084959.049000', '084959.051000', '084959.054000', '084959.057000', '085018.936000', '085018.939000', '085018.942000', '085018.945000', '085018.947000', '085018.950000', '085018.953000', '085018.955000', '085018.958000', '085018.960000', '085018.963000', '085018.966000', '085018.968000', '085018.971000', '085018.973000', '085018.976000', '085018.979000', '085018.982000', '085018.985000', '085018.988000', '085018.991000', '085018.994000', '085018.996000', '085019.007000', '085019.011000', '085019.014000', '085019.017000', '085019.020000', '085019.022000', '085019.025000', '085019.028000', '085019.030000', '085019.033000', '085019.035000', '085019.038000', '085019.041000', '085019.043000', '085019.046000', '085019.049000', '085019.051000', '085019.054000', '085019.061000', '085019.064000', '085038.936000', '085038.945000', '085038.948000', '085038.951000', '085038.953000', '085038.956000', '085038.959000', '085038.961000', '085038.964000', '085038.966000', '085038.969000', '085038.972000', '085038.974000', '085038.977000', '085038.980000', '085038.982000', '085038.985000', '085038.988000', '085038.991000', '085038.993000', '085038.996000', '085038.998000', '085039.002000', '085039.005000', '085039.007000', '085039.010000', '085039.012000', '085039.015000', '085039.018000', '085039.020000', '085039.023000', '085039.026000', '085039.028000', '085039.031000', '085039.033000', '085039.036000', '085039.039000', '085039.041000', '085039.044000', '085039.047000', '085039.049000', '085039.052000', '085039.055000', '085039.057000', '085058.936000', '085058.939000', '085058.941000', '085058.944000', '085058.947000', '085058.950000', '085058.952000', '085058.955000', '085058.958000', '085058.960000', '085058.963000', '085058.965000', '085058.968000', '085058.971000', '085058.973000', '085058.976000', '085058.979000', '085058.981000', '085058.984000', '085058.987000', '085058.990000', '085058.992000', '085058.995000', '085059.000000', '085059.002000', '085059.005000', '085059.007000', '085059.010000', '085059.022000', '085059.024000', '085059.027000', '085059.030000', '085059.032000', '085059.035000', '085059.038000', '085059.040000', '085059.043000', '085059.045000', '085059.048000', '085059.051000', '085059.053000', '085059.056000', '085059.059000', '085118.937000', '085118.940000', '085118.942000', '085118.945000', '085118.947000', '085118.950000', '085118.952000', '085118.955000', '085118.958000', '085118.960000', '085118.963000', '085118.965000', '085118.968000', '085118.971000', '085118.973000', '085118.976000', '085118.978000', '085118.981000', '085118.984000', '085118.986000', '085118.989000', '085118.991000', '085118.994000', '085118.996000', '085119.000000', '085119.003000', '085119.005000', '085119.008000', '085119.010000', '085119.013000', '085119.016000', '085119.018000', '085119.021000', '085119.024000', '085119.026000', '085119.029000', '085119.031000', '085119.034000', '085119.037000', '085119.039000', '085119.042000', '085119.045000', '085119.047000', '085119.050000', '085138.936000', '085138.938000', '085138.941000', '085138.944000', '085138.946000', '085138.949000', '085138.951000', '085138.954000', '085138.957000', '085138.959000', '085138.962000', '085138.965000', '085138.967000', '085138.970000', '085138.972000', '085138.975000', '085138.978000', '085138.980000', '085138.983000', '085138.986000', '085138.988000', '085138.991000', '085138.993000', '085138.996000', '085139.000000', '085139.002000', '085139.005000', '085139.008000', '085139.010000', '085139.013000', '085139.016000', '085139.024000', '085139.027000', '085139.029000', '085139.032000', '085139.035000', '085139.037000', '085139.040000', '085139.043000', '085139.045000', '085139.048000', '085139.052000', '085139.055000', '085158.936000', '085158.939000', '085158.942000', '085158.944000', '085158.948000', '085158.950000', '085158.953000', '085158.955000', '085158.958000', '085158.961000', '085158.963000', '085158.966000', '085158.978000', '085158.981000', '085158.983000', '085158.986000', '085158.989000', '085158.991000', '085158.994000', '085158.997000', '085159.000000', '085159.003000', '085159.005000', '085159.008000', '085159.011000', '085159.013000', '085159.016000', '085159.019000', '085159.021000', '085159.024000', '085159.026000', '085159.029000', '085159.032000', '085159.034000', '085159.043000', '085159.046000', '085159.049000', '085159.052000', '085159.054000', '085159.057000', '085159.060000', '085159.062000', '085159.065000', '085159.067000', '085218.936000', '085218.939000', '085218.942000', '085218.945000', '085218.947000', '085218.950000', '085218.953000', '085218.955000', '085218.958000', '085218.960000', '085218.963000', '085218.966000', '085218.968000', '085218.971000', '085218.974000', '085218.976000', '085218.979000', '085218.982000', '085218.984000', '085218.987000', '085218.990000', '085218.992000', '085218.995000', '085218.997000', '085219.001000', '085219.004000', '085219.007000', '085219.009000', '085219.012000', '085219.014000', '085219.017000', '085219.020000', '085219.022000', '085219.025000', '085219.028000', '085219.030000', '085219.033000', '085219.036000', '085219.039000', '085219.042000', '085219.044000', '085219.047000', '085219.049000', '085238.937000', '085238.939000', '085238.942000', '085238.945000', '085238.947000', '085238.950000', '085238.953000', '085238.956000', '085238.958000', '085238.961000', '085238.963000', '085238.966000', '085238.969000', '085238.971000', '085238.974000', '085238.977000', '085238.979000', '085238.982000', '085238.984000', '085238.987000', '085238.990000', '085238.993000', '085238.995000', '085238.998000', '085239.002000', '085239.004000', '085239.007000', '085239.009000', '085239.012000', '085239.015000', '085239.017000', '085239.020000', '085239.023000', '085239.025000', '085239.028000', '085239.031000', '085239.033000', '085239.036000', '085239.039000', '085239.041000', '085239.044000', '085239.046000', '085239.049000', '085239.052000', '085258.936000', '085258.939000', '085258.942000', '085258.944000', '085258.947000', '085258.950000', '085258.952000', '085258.955000', '085258.958000', '085258.960000', '085258.963000', '085258.966000', '085258.968000', '085258.971000', '085258.973000', '085258.976000', '085258.979000', '085258.981000', '085258.984000', '085258.987000', '085258.989000', '085258.992000', '085258.995000', '085258.997000', '085259.001000', '085259.004000', '085259.007000', '085259.009000', '085259.012000', '085259.014000', '085259.017000', '085259.020000', '085259.022000', '085259.025000', '085259.028000', '085259.030000', '085259.033000', '085259.035000', '085259.038000', '085259.041000', '085259.043000', '085259.046000', '085259.049000', '085318.936000', '085318.938000', '085318.941000', '085318.951000', '085318.953000', '085318.956000', '085318.959000', '085318.961000', '085318.964000', '085318.967000', '085318.969000', '085318.972000', '085318.975000', '085318.977000', '085318.980000', '085318.983000', '085318.985000', '085318.988000', '085318.991000', '085318.993000', '085318.996000', '085318.998000', '085319.002000', '085319.006000', '085319.009000', '085319.011000', '085319.014000', '085319.017000', '085319.019000', '085319.022000', '085319.024000', '085319.027000', '085319.030000', '085319.032000', '085319.035000', '085319.037000', '085319.040000', '085319.051000', '085319.054000', '085319.058000', '085319.060000', '085319.063000', '085319.066000', '085319.068000', '085338.935000', '085338.939000', '085338.941000', '085338.944000', '085338.947000', '085338.949000', '085338.952000', '085338.955000', '085338.957000', '085338.960000', '085338.963000', '085338.965000', '085338.968000', '085338.970000', '085338.973000', '085338.976000', '085338.978000', '085338.981000', '085338.983000', '085338.986000', '085338.989000', '085338.991000', '085338.994000', '085338.996000', '085339.000000', '085339.003000', '085339.005000', '085339.008000', '085339.010000', '085339.013000', '085339.016000', '085339.018000', '085339.021000', '085339.024000', '085339.026000', '085339.029000', '085339.031000', '085339.034000', '085339.037000', '085339.040000', '085339.042000', '085339.045000', '085339.047000', '085358.936000', '085358.939000', '085358.941000', '085358.944000', '085358.947000', '085358.950000', '085358.952000', '085358.955000', '085358.958000', '085358.961000', '085358.963000', '085358.966000', '085358.969000', '085358.971000', '085358.974000', '085358.976000', '085358.979000', '085358.982000', '085358.984000', '085358.987000', '085358.989000', '085358.992000', '085358.995000', '085358.998000', '085359.001000', '085359.004000', '085359.008000', '085359.011000', '085359.013000', '085359.016000', '085359.019000', '085359.021000', '085359.024000', '085359.027000', '085359.029000', '085359.032000', '085359.035000', '085359.038000', '085359.041000', '085359.043000', '085359.046000', '085359.048000', '085359.051000', '085418.937000', '085418.939000', '085418.942000', '085418.955000', '085418.958000', '085418.960000', '085418.963000', '085418.966000', '085418.969000', '085418.971000', '085418.974000', '085418.976000', '085418.979000', '085418.982000', '085418.984000', '085418.987000', '085418.990000', '085418.992000', '085418.995000', '085418.998000', '085419.001000', '085419.004000', '085419.007000', '085419.009000', '085419.012000', '085419.015000', '085419.018000', '085419.020000', '085419.023000', '085419.025000', '085419.028000', '085419.031000', '085419.033000', '085419.036000', '085419.038000', '085419.041000', '085419.044000', '085419.046000', '085419.049000', '085419.051000', '085419.054000', '085419.057000', '085419.059000', '085419.062000', '085428.749000', '085428.752000', '085428.755000', '085428.758000', '085428.761000', '085428.765000', '085428.767000', '085428.770000', '085428.773000', '085428.776000', '085428.779000', '085428.782000', '085428.784000', '085428.787000', '085428.790000', '085428.793000', '085428.796000', '085428.802000', '085428.805000', '085428.807000', '085428.810000', '085428.813000'], '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': [13632, 12787, 11318, 7845, 7685, 11362, 8203, 7294, 9320, 7994, 13889, 9428, 9909, 10433, 10025, 17035, 10720, 9800, 11843, 9894, 17158, 11391, 8113, 11546, 9446, 12480, 11166, 7520, 13610, 10209, 10839, 15982, 9464, 10580, 11077, 10388, 17512, 10106, 8714, 12628, 10681, 14131, 9141, 7238, 12451, 10042, 10587, 9521, 6970, 12739, 9874, 10719, 13403, 8088, 13634, 9687, 9746, 12227, 7611, 13532, 10356, 7046, 11074, 9060, 9292, 12832, 8283, 9964, 10148, 9206, 16895, 9232, 8661, 13118, 10398, 14338, 15501, 9406, 12782, 11137, 10207, 18043, 10089, 7411, 13154, 10394, 10247, 13253, 8553, 10534, 14799, 11410, 12019, 10541, 8415, 17961, 13010, 9412, 12077, 9134, 9316, 12868, 8203, 8431, 11345, 9603, 10151, 10581, 8082, 10845, 11048, 7852, 11439, 9979, 8888, 17092, 9647, 9325, 14082, 12085, 12828, 11499, 8402, 12267, 12148, 8535, 11835, 10494, 8967, 18578, 11936, 7938, 13943, 9667, 10338, 11828, 8086, 15219, 11638, 8365, 13198, 9239, 9550, 14523, 9405, 8879, 10085, 8258, 16449, 9900, 7345, 12311, 9565, 8866, 11039, 8121, 11296, 11667, 9185, 16713, 9530, 10200, 14292, 9806, 10902, 10151, 8511, 17267, 11611, 8223, 12223, 9085, 14442, 11815, 7408, 11471, 8643, 9363, 12669, 7962, 7969, 11096, 9615, 10451, 8554, 7194, 13175, 10040, 7873, 12872, 9085, 10199, 15762, 11191, 11363, 11774, 9022, 16817, 12357, 8729, 14131, 9433, 9655, 14646, 10549, 10931, 10303, 8686, 16569, 12149, 9683, 12625, 9297, 7396, 11002, 10584, 8985, 13373, 15901, 9344, 10249, 10120, 8741, 17792, 11502, 7822, 11655, 9142, 9191, 12688, 8279, 7906, 12451, 9796, 7317, 11552, 8709, 11012, 13414, 8489, 9758, 11825, 10301, 19648, 11157, 8648, 13177, 10307, 10873, 11502, 8517, 11691, 12629, 10091, 15613, 9888, 8189, 16128, 12168, 12258, 11737, 8563, 15680, 11936, 8743, 12077, 8551, 9619, 12414, 8692, 8538, 9691, 8350, 14184, 9406, 7653, 12050, 9333, 10265, 13937, 8707, 8828, 13147, 10787, 12998, 11617, 8876, 15066, 11443, 9791, 18690, 9732, 8266, 13124, 10724, 18700, 10171, 8239, 12673, 10066, 8385, 9464, 8213, 12489, 10547, 7473, 12518, 9703, 11014, 13183, 8745, 9612, 12116, 10434, 15121, 9924, 7858, 13956, 9932, 13015, 16828, 10129, 10990, 10101, 8371, 15284, 11203, 8327, 13593, 9224, 11131, 14297, 10230, 15453, 9879, 9182, 14533, 11395, 12362, 9318, 7424, 14209, 10372, 8358, 10298, 8610, 12769, 10652, 8046, 12751, 9651, 9848, 14853, 8859, 9791, 12285, 9905, 10385, 10697, 9268, 17388, 12878, 9573, 17333, 10222, 9641, 14258, 11775, 15344, 9992, 7794, 14680, 10755, 10947, 11907, 8889, 14327, 11264, 8568, 14734, 9075, 7982, 13151, 10026, 8307, 11701, 8696, 12137, 12639, 9813, 15027, 9156, 10215, 16090, 9545, 8698, 12980, 9909, 12050, 12462, 8431, 14150, 10849, 8488, 14055, 9224, 8603, 15375, 10375, 8274, 12851, 9697, 14671, 14594, 9527, 14566, 9209, 8319, 15079, 10954, 7936, 13250, 9016, 8686, 12872, 11132, 12657, 11633, 8418, 15686, 10996, 8640, 14567, 9060, 9862, 13197, 9063, 13199, 9223, 9472, 14126, 8785, 8700, 11867, 9751, 9883, 10152, 8526, 10333, 11621, 9402, 10899, 18059, 10884, 9051, 13547, 10873, 16506, 13782, 9095, 9698, 10258, 10790, 15129, 9833, 7870, 14406, 10966, 8944, 16481, 9550, 8745, 15310, 10724, 8427, 12519, 9543, 12854, 14779, 9793, 11702, 9721, 8681, 17809, 11430, 8504, 12366, 9110, 13753, 12672, 8529, 14380, 9422, 8859, 14479, 9594, 8920, 11268, 9635, 17432, 10967, 7643, 13037, 9902, 12048, 15252, 9193, 10472, 10220, 9341, 18548, 10543, 8112, 12726, 9447, 12489, 12254, 8374, 12382, 9722, 8841, 16659, 9569, 8284, 11504, 9394, 13251, 11186, 8024, 14330, 10099, 10768, 15171, 9214, 10095, 10306, 8965, 17785, 10609, 7835, 11996, 9420, 11049, 13525, 8632, 13184, 9662, 10079, 17028, 9693, 8925, 12201, 10454, 13220, 9627, 7946, 14013, 10478, 9091, 11769, 8522, 9799, 12728, 11116, 11530, 10002, 8830, 17901, 12722, 9929, 13782, 9132, 9106, 13072, 10567, 10980, 9681, 8123, 14108, 11564, 8006, 11870, 9717, 8621, 17229, 9943, 7554, 13996, 10699, 7862, 12695, 8876, 8899, 14269, 10928, 7634, 11972, 8793, 8816, 14001, 12205, 13874, 12369, 8556, 10808, 11614, 11863, 13934, 9430, 8010, 11944, 10369, 9855, 14635, 9361, 8006, 16473, 10914, 8104, 11658, 8915, 11494, 15216, 9490, 9525, 10678, 10017, 15634, 9054, 8382, 12785, 9355, 7339, 11497, 9237, 10809, 14756, 9322, 11676, 11035, 10650, 19179, 10761, 8119, 12587, 9428, 11448, 12629, 8712, 11196, 10395, 9416, 10648, 11151, 8683, 8165, 12389, 10480, 12973, 12960, 8932, 12093, 11427, 12000, 17491, 9090, 7519, 12684, 9890, 7918, 10418, 8450, 12146, 11208, 8093, 10089, 9380, 8904, 15487, 9306, 8547, 12594, 9873, 12468, 12134, 8481, 14590, 10709, 10147, 18685, 10903, 9007, 11879, 9075, 12447, 13561, 9040, 11673, 10132, 9153, 18437, 10978, 8383, 12432, 9497, 13260, 11661, 7964, 13643, 9294, 10520, 14625, 9182, 11325, 9050, 9921, 14662, 8787, 11384, 9755, 9255, 13685, 8479, 7818, 12331, 9411, 8878, 10257, 8357, 15715, 11025, 7885, 13970, 9971, 11458, 17090, 9768, 10249, 11342, 9625, 18865, 10897, 9126, 12680, 9628, 13579, 11814, 8005, 14493, 9747, 11121, 16530, 9731, 8757, 11063, 9504, 13513, 9936, 7633, 14281, 10642, 8366, 11953, 8184, 9861, 11866, 9337, 11109, 8629, 7845, 13599, 9877, 7955, 11721, 9245, 10763, 12549, 8768, 11108, 12753, 12182, 19294, 11348, 10593, 15344, 11518, 16364, 10256, 7648, 14191, 10016, 10651, 11525, 8275, 13703, 10295, 8504, 14169, 8939, 8287, 12725, 9012, 16932, 12466, 8074, 12816, 9065, 8277, 12598, 8574, 9777, 12159, 8718, 9179, 9919, 8588, 15028, 9501, 8264, 12704, 9967, 8862, 13557, 9307, 10337, 16719, 11212, 10960, 14154, 10450, 15119, 14791, 9704, 11499, 10403, 9623, 15389, 9798, 7355, 13782, 10089, 9295, 11254, 8439, 8383, 12620, 8958, 8147, 16425, 10624, 8330, 12358, 9617, 11534, 10195, 7969, 14428, 10377, 7666, 12735, 8948, 9181, 13170, 10011, 10386, 10286, 8409, 17046, 12256, 8292, 12696, 8676, 13911, 11678, 8273, 14688, 9269, 8854, 14562, 9726, 9084, 10026, 8646, 14362, 10980, 7959, 14835, 9946, 9853, 16901, 10470, 9322, 13578, 10252, 14371, 12290, 8629, 15574, 10082, 11272, 14917, 9113, 11614, 9701, 9012, 16429, 10009, 8135, 12241, 9113, 13163, 10241, 7530, 13577, 9832, 10401, 12397, 8661, 11822, 11214, 8239, 14875, 9336, 9140, 15003, 9604, 9314, 11697, 9730, 18359, 11841, 8168, 13396, 9353, 11957, 13572, 9166, 14399, 9550, 8489, 14732, 10579, 9848, 12284, 8974, 14405, 11396, 9922, 15833, 9199, 10320, 12276, 9210, 15266, 9351, 9716, 14191, 8962, 8593, 11234, 10004, 11108, 9499, 7906, 11822, 10221, 8739], 'WindowCenter': [4350.0, 4322.0, 4297.0, 4255.0, 4244.0, 4296.0, 4266.0, 4245.0, 4274.0, 4267.0, 4328.0, 4289.0, 4287.0, 4297.0, 4286.0, 4337.0, 4298.0, 4286.0, 4295.0, 4274.0, 4325.0, 4294.0, 4252.0, 4283.0, 4274.0, 4295.0, 4284.0, 4243.0, 4303.0, 4283.0, 4283.0, 4313.0, 4274.0, 4270.0, 4281.0, 4270.0, 4311.0, 4270.0, 4249.0, 4279.0, 4270.0, 4299.0, 4248.0, 4228.0, 4281.0, 4260.0, 4269.0, 4261.0, 4219.0, 4290.0, 4262.0, 4270.0, 4291.0, 4242.0, 4301.0, 4262.0, 4261.0, 4291.0, 4242.0, 4302.0, 4272.0, 4244.0, 4295.0, 4277.0, 4275.0, 4317.0, 4267.0, 4286.0, 4286.0, 4276.0, 4336.0, 4276.0, 4268.0, 4306.0, 4286.0, 4316.0, 4315.0, 4262.0, 4291.0, 4280.0, 4270.0, 4311.0, 4269.0, 4229.0, 4288.0, 4270.0, 4272.0, 4292.0, 4250.0, 4269.0, 4301.0, 4282.0, 4279.0, 4259.0, 4237.0, 4309.0, 4278.0, 4248.0, 4276.0, 4248.0, 4246.0, 4277.0, 4237.0, 4238.0, 4278.0, 4260.0, 4270.0, 4272.0, 4240.0, 4281.0, 4281.0, 4252.0, 4281.0, 4273.0, 4263.0, 4324.0, 4272.0, 4261.0, 4301.0, 4292.0, 4291.0, 4281.0, 4252.0, 4278.0, 4281.0, 4250.0, 4277.0, 4268.0, 4248.0, 4310.0, 4280.0, 4229.0, 4287.0, 4247.0, 4257.0, 4277.0, 4228.0, 4296.0, 4267.0, 4238.0, 4276.0, 4247.0, 4246.0, 4299.0, 4248.0, 4248.0, 4258.0, 4238.0, 4298.0, 4260.0, 4229.0, 4279.0, 4262.0, 4250.0, 4281.0, 4240.0, 4279.0, 4281.0, 4261.0, 4310.0, 4259.0, 4257.0, 4299.0, 4259.0, 4267.0, 4257.0, 4236.0, 4309.0, 4267.0, 4237.0, 4277.0, 4247.0, 4286.0, 4268.0, 4217.0, 4267.0, 4247.0, 4247.0, 4290.0, 4252.0, 4250.0, 4280.0, 4271.0, 4270.0, 4250.0, 4230.0, 4300.0, 4275.0, 4253.0, 4303.0, 4264.0, 4271.0, 4314.0, 4282.0, 4281.0, 4279.0, 4250.0, 4310.0, 4279.0, 4239.0, 4289.0, 4248.0, 4247.0, 4289.0, 4269.0, 4269.0, 4258.0, 4238.0, 4297.0, 4290.0, 4258.0, 4278.0, 4248.0, 4218.0, 4269.0, 4267.0, 4249.0, 4288.0, 4313.0, 4261.0, 4268.0, 4257.0, 4248.0, 4309.0, 4269.0, 4228.0, 4266.0, 4249.0, 4248.0, 4289.0, 4251.0, 4239.0, 4290.0, 4272.0, 4231.0, 4281.0, 4251.0, 4284.0, 4301.0, 4262.0, 4262.0, 4281.0, 4272.0, 4323.0, 4281.0, 4248.0, 4289.0, 4271.0, 4270.0, 4280.0, 4250.0, 4277.0, 4289.0, 4269.0, 4300.0, 4259.0, 4238.0, 4298.0, 4280.0, 4277.0, 4268.0, 4239.0, 4285.0, 4267.0, 4239.0, 4278.0, 4249.0, 4259.0, 4289.0, 4249.0, 4249.0, 4260.0, 4252.0, 4301.0, 4263.0, 4242.0, 4290.0, 4263.0, 4284.0, 4302.0, 4263.0, 4260.0, 4290.0, 4282.0, 4293.0, 4282.0, 4249.0, 4301.0, 4282.0, 4272.0, 4322.0, 4259.0, 4239.0, 4290.0, 4271.0, 4309.0, 4270.0, 4239.0, 4279.0, 4260.0, 4250.0, 4260.0, 4252.0, 4291.0, 4271.0, 4243.0, 4290.0, 4273.0, 4283.0, 4304.0, 4263.0, 4272.0, 4292.0, 4283.0, 4313.0, 4272.0, 4254.0, 4301.0, 4273.0, 4292.0, 4323.0, 4273.0, 4272.0, 4271.0, 4240.0, 4300.0, 4281.0, 4251.0, 4301.0, 4262.0, 4269.0, 4301.0, 4270.0, 4300.0, 4260.0, 4248.0, 4300.0, 4279.0, 4279.0, 4250.0, 4229.0, 4290.0, 4270.0, 4240.0, 4270.0, 4252.0, 4293.0, 4283.0, 4254.0, 4304.0, 4276.0, 4273.0, 4314.0, 4265.0, 4271.0, 4293.0, 4285.0, 4285.0, 4284.0, 4274.0, 4325.0, 4306.0, 4275.0, 4322.0, 4273.0, 4261.0, 4301.0, 4281.0, 4300.0, 4258.0, 4230.0, 4299.0, 4271.0, 4271.0, 4279.0, 4259.0, 4287.0, 4278.0, 4251.0, 4298.0, 4249.0, 4239.0, 4290.0, 4272.0, 4251.0, 4292.0, 4253.0, 4292.0, 4292.0, 4271.0, 4312.0, 4261.0, 4273.0, 4314.0, 4270.0, 4249.0, 4291.0, 4271.0, 4291.0, 4290.0, 4254.0, 4299.0, 4283.0, 4251.0, 4302.0, 4262.0, 4252.0, 4314.0, 4284.0, 4254.0, 4291.0, 4260.0, 4301.0, 4301.0, 4260.0, 4299.0, 4249.0, 4240.0, 4300.0, 4270.0, 4240.0, 4290.0, 4251.0, 4251.0, 4291.0, 4282.0, 4290.0, 4280.0, 4251.0, 4299.0, 4270.0, 4251.0, 4299.0, 4249.0, 4260.0, 4289.0, 4250.0, 4291.0, 4261.0, 4261.0, 4301.0, 4261.0, 4250.0, 4294.0, 4276.0, 4273.0, 4285.0, 4266.0, 4283.0, 4295.0, 4277.0, 4296.0, 4336.0, 4297.0, 4263.0, 4304.0, 4283.0, 4326.0, 4302.0, 4262.0, 4260.0, 4270.0, 4284.0, 4311.0, 4271.0, 4242.0, 4301.0, 4280.0, 4261.0, 4322.0, 4263.0, 4251.0, 4313.0, 4283.0, 4251.0, 4292.0, 4263.0, 4291.0, 4303.0, 4272.0, 4281.0, 4259.0, 4251.0, 4322.0, 4280.0, 4250.0, 4291.0, 4262.0, 4299.0, 4290.0, 4250.0, 4299.0, 4260.0, 4248.0, 4301.0, 4260.0, 4260.0, 4280.0, 4263.0, 4321.0, 4281.0, 4241.0, 4288.0, 4262.0, 4279.0, 4302.0, 4263.0, 4268.0, 4269.0, 4260.0, 4322.0, 4269.0, 4240.0, 4288.0, 4262.0, 4291.0, 4282.0, 4251.0, 4290.0, 4261.0, 4250.0, 4310.0, 4261.0, 4251.0, 4280.0, 4263.0, 4293.0, 4283.0, 4243.0, 4300.0, 4270.0, 4272.0, 4300.0, 4262.0, 4271.0, 4270.0, 4251.0, 4311.0, 4272.0, 4231.0, 4280.0, 4260.0, 4280.0, 4303.0, 4253.0, 4292.0, 4262.0, 4262.0, 4312.0, 4262.0, 4250.0, 4281.0, 4271.0, 4290.0, 4262.0, 4242.0, 4302.0, 4283.0, 4261.0, 4292.0, 4252.0, 4272.0, 4293.0, 4283.0, 4293.0, 4272.0, 4264.0, 4323.0, 4305.0, 4273.0, 4302.0, 4261.0, 4262.0, 4293.0, 4284.0, 4283.0, 4271.0, 4256.0, 4316.0, 4294.0, 4254.0, 4291.0, 4272.0, 4263.0, 4326.0, 4283.0, 4255.0, 4314.0, 4285.0, 4253.0, 4301.0, 4264.0, 4261.0, 4315.0, 4295.0, 4254.0, 4295.0, 4264.0, 4264.0, 4313.0, 4306.0, 4304.0, 4292.0, 4252.0, 4269.0, 4282.0, 4281.0, 4300.0, 4261.0, 4239.0, 4280.0, 4271.0, 4273.0, 4311.0, 4263.0, 4241.0, 4311.0, 4283.0, 4240.0, 4279.0, 4248.0, 4280.0, 4311.0, 4262.0, 4262.0, 4270.0, 4273.0, 4310.0, 4261.0, 4250.0, 4302.0, 4274.0, 4243.0, 4292.0, 4273.0, 4295.0, 4315.0, 4276.0, 4294.0, 4281.0, 4272.0, 4324.0, 4270.0, 4241.0, 4278.0, 4250.0, 4280.0, 4280.0, 4249.0, 4266.0, 4258.0, 4249.0, 4257.0, 4269.0, 4249.0, 4249.0, 4292.0, 4271.0, 4290.0, 4290.0, 4250.0, 4279.0, 4280.0, 4280.0, 4311.0, 4248.0, 4231.0, 4291.0, 4259.0, 4240.0, 4268.0, 4250.0, 4292.0, 4293.0, 4255.0, 4284.0, 4276.0, 4274.0, 4327.0, 4275.0, 4264.0, 4305.0, 4286.0, 4305.0, 4295.0, 4265.0, 4312.0, 4282.0, 4272.0, 4323.0, 4281.0, 4250.0, 4278.0, 4249.0, 4290.0, 4288.0, 4250.0, 4279.0, 4270.0, 4249.0, 4322.0, 4270.0, 4238.0, 4278.0, 4260.0, 4288.0, 4280.0, 4239.0, 4288.0, 4259.0, 4268.0, 4300.0, 4259.0, 4268.0, 4249.0, 4261.0, 4300.0, 4252.0, 4279.0, 4260.0, 4261.0, 4301.0, 4253.0, 4242.0, 4304.0, 4274.0, 4265.0, 4283.0, 4265.0, 4325.0, 4295.0, 4265.0, 4314.0, 4274.0, 4293.0, 4322.0, 4273.0, 4271.0, 4281.0, 4260.0, 4321.0, 4272.0, 4250.0, 4288.0, 4260.0, 4288.0, 4279.0, 4239.0, 4298.0, 4261.0, 4269.0, 4309.0, 4258.0, 4239.0, 4267.0, 4262.0, 4291.0, 4259.0, 4241.0, 4300.0, 4280.0, 4251.0, 4291.0, 4253.0, 4270.0, 4292.0, 4262.0, 4282.0, 4262.0, 4254.0, 4315.0, 4284.0, 4254.0, 4293.0, 4275.0, 4295.0, 4304.0, 4265.0, 4294.0, 4306.0, 4306.0, 4333.0, 4284.0, 4272.0, 4301.0, 4280.0, 4299.0, 4257.0, 4227.0, 4288.0, 4259.0, 4269.0, 4277.0, 4239.0, 4289.0, 4268.0, 4249.0, 4300.0, 4251.0, 4239.0, 4289.0, 4250.0, 4310.0, 4291.0, 4240.0, 4287.0, 4263.0, 4250.0, 4292.0, 4264.0, 4272.0, 4294.0, 4264.0, 4274.0, 4286.0, 4265.0, 4315.0, 4274.0, 4263.0, 4303.0, 4286.0, 4274.0, 4314.0, 4274.0, 4284.0, 4327.0, 4296.0, 4283.0, 4302.0, 4271.0, 4302.0, 4302.0, 4261.0, 4268.0, 4268.0, 4258.0, 4298.0, 4259.0, 4229.0, 4287.0, 4271.0, 4260.0, 4269.0, 4239.0, 4240.0, 4290.0, 4260.0, 4252.0, 4323.0, 4284.0, 4253.0, 4291.0, 4260.0, 4280.0, 4270.0, 4240.0, 4300.0, 4272.0, 4241.0, 4303.0, 4263.0, 4261.0, 4304.0, 4274.0, 4273.0, 4273.0, 4253.0, 4325.0, 4307.0, 4255.0, 4305.0, 4263.0, 4303.0, 4294.0, 4252.0, 4314.0, 4273.0, 4264.0, 4315.0, 4275.0, 4262.0, 4272.0, 4264.0, 4314.0, 4294.0, 4266.0, 4314.0, 4284.0, 4274.0, 4326.0, 4285.0, 4273.0, 4302.0, 4273.0, 4313.0, 4292.0, 4262.0, 4311.0, 4272.0, 4282.0, 4312.0, 4262.0, 4282.0, 4261.0, 4251.0, 4312.0, 4272.0, 4252.0, 4291.0, 4262.0, 4303.0, 4272.0, 4245.0, 4301.0, 4274.0, 4283.0, 4305.0, 4264.0, 4292.0, 4295.0, 4264.0, 4314.0, 4276.0, 4276.0, 4328.0, 4287.0, 4277.0, 4305.0, 4274.0, 4338.0, 4295.0, 4265.0, 4303.0, 4273.0, 4292.0, 4304.0, 4262.0, 4312.0, 4272.0, 4252.0, 4312.0, 4282.0, 4273.0, 4292.0, 4263.0, 4301.0, 4293.0, 4272.0, 4312.0, 4262.0, 4270.0, 4291.0, 4263.0, 4311.0, 4262.0, 4272.0, 4312.0, 4262.0, 4262.0, 4293.0, 4285.0, 4293.0, 4285.0, 4264.0, 4306.0, 4286.0, 4277.0], 'WindowWidth': [9613.0, 9553.0, 9511.0, 9450.0, 9433.0, 9505.0, 9467.0, 9438.0, 9477.0, 9469.0, 9555.0, 9502.0, 9496.0, 9508.0, 9493.0, 9565.0, 9509.0, 9492.0, 9502.0, 9472.0, 9544.0, 9498.0, 9441.0, 9480.0, 9470.0, 9500.0, 9484.0, 9431.0, 9508.0, 9483.0, 9482.0, 9523.0, 9470.0, 9460.0, 9476.0, 9460.0, 9518.0, 9458.0, 9430.0, 9470.0, 9458.0, 9496.0, 9426.0, 9399.0, 9472.0, 9445.0, 9455.0, 9448.0, 9392.0, 9484.0, 9451.0, 9460.0, 9489.0, 9425.0, 9502.0, 9450.0, 9449.0, 9489.0, 9427.0, 9503.0, 9466.0, 9433.0, 9502.0, 9483.0, 9477.0, 9534.0, 9468.0, 9492.0, 9492.0, 9479.0, 9562.0, 9480.0, 9469.0, 9517.0, 9491.0, 9532.0, 9528.0, 9453.0, 9489.0, 9473.0, 9460.0, 9518.0, 9457.0, 9402.0, 9480.0, 9458.0, 9464.0, 9491.0, 9433.0, 9455.0, 9503.0, 9475.0, 9468.0, 9440.0, 9410.0, 9510.0, 9465.0, 9424.0, 9459.0, 9424.0, 9421.0, 9463.0, 9412.0, 9412.0, 9467.0, 9446.0, 9459.0, 9463.0, 9422.0, 9474.0, 9475.0, 9439.0, 9476.0, 9468.0, 9455.0, 9538.0, 9467.0, 9448.0, 9502.0, 9492.0, 9488.0, 9475.0, 9438.0, 9467.0, 9473.0, 9431.0, 9464.0, 9453.0, 9426.0, 9514.0, 9472.0, 9401.0, 9475.0, 9424.0, 9436.0, 9462.0, 9398.0, 9488.0, 9450.0, 9412.0, 9459.0, 9422.0, 9421.0, 9496.0, 9426.0, 9426.0, 9439.0, 9413.0, 9493.0, 9444.0, 9402.0, 9466.0, 9449.0, 9433.0, 9475.0, 9422.0, 9468.0, 9475.0, 9449.0, 9512.0, 9443.0, 9437.0, 9495.0, 9439.0, 9448.0, 9435.0, 9406.0, 9510.0, 9451.0, 9410.0, 9461.0, 9423.0, 9474.0, 9450.0, 9384.0, 9447.0, 9425.0, 9423.0, 9484.0, 9440.0, 9436.0, 9474.0, 9463.0, 9460.0, 9434.0, 9408.0, 9500.0, 9473.0, 9442.0, 9509.0, 9459.0, 9462.0, 9524.0, 9477.0, 9474.0, 9468.0, 9430.0, 9511.0, 9470.0, 9416.0, 9483.0, 9426.0, 9423.0, 9482.0, 9455.0, 9454.0, 9437.0, 9411.0, 9491.0, 9487.0, 9438.0, 9464.0, 9424.0, 9387.0, 9455.0, 9450.0, 9428.0, 9481.0, 9520.0, 9449.0, 9454.0, 9438.0, 9425.0, 9509.0, 9452.0, 9398.0, 9447.0, 9427.0, 9426.0, 9483.0, 9434.0, 9418.0, 9486.0, 9465.0, 9408.0, 9473.0, 9437.0, 9481.0, 9504.0, 9454.0, 9451.0, 9474.0, 9464.0, 9536.0, 9474.0, 9427.0, 9482.0, 9459.0, 9458.0, 9469.0, 9430.0, 9463.0, 9483.0, 9457.0, 9500.0, 9441.0, 9412.0, 9494.0, 9470.0, 9463.0, 9451.0, 9413.0, 9471.0, 9449.0, 9413.0, 9465.0, 9429.0, 9439.0, 9483.0, 9431.0, 9431.0, 9446.0, 9436.0, 9502.0, 9456.0, 9427.0, 9486.0, 9454.0, 9486.0, 9507.0, 9455.0, 9448.0, 9487.0, 9478.0, 9492.0, 9478.0, 9431.0, 9500.0, 9477.0, 9465.0, 9533.0, 9443.0, 9416.0, 9485.0, 9459.0, 9513.0, 9457.0, 9415.0, 9468.0, 9445.0, 9432.0, 9446.0, 9438.0, 9487.0, 9462.0, 9429.0, 9487.0, 9466.0, 9482.0, 9510.0, 9457.0, 9467.0, 9493.0, 9483.0, 9522.0, 9467.0, 9443.0, 9503.0, 9466.0, 9491.0, 9536.0, 9465.0, 9463.0, 9460.0, 9419.0, 9498.0, 9476.0, 9435.0, 9501.0, 9451.0, 9455.0, 9500.0, 9459.0, 9501.0, 9445.0, 9426.0, 9497.0, 9470.0, 9469.0, 9430.0, 9403.0, 9486.0, 9459.0, 9421.0, 9460.0, 9438.0, 9493.0, 9481.0, 9448.0, 9511.0, 9476.0, 9468.0, 9525.0, 9460.0, 9462.0, 9496.0, 9488.0, 9489.0, 9485.0, 9472.0, 9542.0, 9518.0, 9472.0, 9536.0, 9468.0, 9448.0, 9501.0, 9475.0, 9500.0, 9440.0, 9406.0, 9495.0, 9460.0, 9460.0, 9470.0, 9445.0, 9478.0, 9468.0, 9433.0, 9496.0, 9430.0, 9416.0, 9486.0, 9464.0, 9437.0, 9490.0, 9441.0, 9489.0, 9491.0, 9463.0, 9518.0, 9448.0, 9466.0, 9525.0, 9461.0, 9432.0, 9487.0, 9462.0, 9489.0, 9488.0, 9444.0, 9498.0, 9479.0, 9435.0, 9505.0, 9451.0, 9438.0, 9524.0, 9483.0, 9443.0, 9488.0, 9446.0, 9500.0, 9501.0, 9446.0, 9496.0, 9428.0, 9415.0, 9498.0, 9458.0, 9418.0, 9486.0, 9434.0, 9435.0, 9486.0, 9476.0, 9487.0, 9472.0, 9434.0, 9496.0, 9459.0, 9433.0, 9497.0, 9431.0, 9444.0, 9483.0, 9432.0, 9488.0, 9449.0, 9449.0, 9504.0, 9451.0, 9432.0, 9495.0, 9475.0, 9468.0, 9487.0, 9465.0, 9483.0, 9501.0, 9481.0, 9505.0, 9561.0, 9508.0, 9458.0, 9511.0, 9483.0, 9547.0, 9506.0, 9451.0, 9446.0, 9458.0, 9482.0, 9517.0, 9462.0, 9424.0, 9501.0, 9473.0, 9450.0, 9533.0, 9453.0, 9434.0, 9521.0, 9479.0, 9437.0, 9490.0, 9451.0, 9487.0, 9506.0, 9464.0, 9477.0, 9444.0, 9433.0, 9532.0, 9474.0, 9434.0, 9487.0, 9449.0, 9497.0, 9486.0, 9433.0, 9498.0, 9445.0, 9427.0, 9503.0, 9447.0, 9447.0, 9472.0, 9452.0, 9532.0, 9475.0, 9423.0, 9481.0, 9448.0, 9470.0, 9504.0, 9452.0, 9453.0, 9456.0, 9445.0, 9532.0, 9457.0, 9418.0, 9480.0, 9448.0, 9487.0, 9476.0, 9437.0, 9484.0, 9447.0, 9432.0, 9515.0, 9448.0, 9436.0, 9472.0, 9452.0, 9493.0, 9478.0, 9427.0, 9499.0, 9458.0, 9461.0, 9501.0, 9450.0, 9460.0, 9457.0, 9433.0, 9517.0, 9461.0, 9408.0, 9472.0, 9447.0, 9474.0, 9507.0, 9440.0, 9491.0, 9450.0, 9450.0, 9520.0, 9451.0, 9433.0, 9473.0, 9461.0, 9488.0, 9451.0, 9424.0, 9503.0, 9480.0, 9449.0, 9491.0, 9440.0, 9463.0, 9493.0, 9482.0, 9496.0, 9465.0, 9457.0, 9536.0, 9514.0, 9467.0, 9504.0, 9448.0, 9451.0, 9491.0, 9481.0, 9480.0, 9463.0, 9452.0, 9529.0, 9499.0, 9446.0, 9490.0, 9465.0, 9455.0, 9546.0, 9485.0, 9447.0, 9525.0, 9489.0, 9443.0, 9504.0, 9456.0, 9450.0, 9525.0, 9502.0, 9446.0, 9499.0, 9458.0, 9457.0, 9522.0, 9516.0, 9513.0, 9492.0, 9437.0, 9455.0, 9474.0, 9476.0, 9499.0, 9450.0, 9421.0, 9472.0, 9461.0, 9467.0, 9518.0, 9454.0, 9422.0, 9517.0, 9479.0, 9420.0, 9469.0, 9428.0, 9472.0, 9517.0, 9452.0, 9449.0, 9459.0, 9465.0, 9515.0, 9448.0, 9434.0, 9507.0, 9470.0, 9429.0, 9492.0, 9470.0, 9502.0, 9529.0, 9476.0, 9497.0, 9477.0, 9464.0, 9537.0, 9457.0, 9419.0, 9465.0, 9429.0, 9470.0, 9470.0, 9429.0, 9446.0, 9438.0, 9428.0, 9433.0, 9454.0, 9429.0, 9432.0, 9490.0, 9462.0, 9488.0, 9486.0, 9432.0, 9468.0, 9469.0, 9472.0, 9514.0, 9426.0, 9408.0, 9485.0, 9444.0, 9418.0, 9455.0, 9433.0, 9491.0, 9495.0, 9450.0, 9486.0, 9477.0, 9472.0, 9547.0, 9475.0, 9460.0, 9514.0, 9490.0, 9515.0, 9501.0, 9461.0, 9519.0, 9478.0, 9464.0, 9537.0, 9474.0, 9432.0, 9467.0, 9430.0, 9484.0, 9482.0, 9433.0, 9468.0, 9459.0, 9428.0, 9531.0, 9459.0, 9412.0, 9466.0, 9444.0, 9480.0, 9471.0, 9416.0, 9479.0, 9442.0, 9453.0, 9500.0, 9444.0, 9454.0, 9430.0, 9446.0, 9498.0, 9437.0, 9470.0, 9445.0, 9449.0, 9503.0, 9442.0, 9428.0, 9510.0, 9472.0, 9462.0, 9483.0, 9460.0, 9543.0, 9502.0, 9465.0, 9525.0, 9472.0, 9496.0, 9536.0, 9469.0, 9462.0, 9475.0, 9446.0, 9532.0, 9463.0, 9430.0, 9480.0, 9444.0, 9479.0, 9469.0, 9417.0, 9494.0, 9445.0, 9454.0, 9511.0, 9440.0, 9414.0, 9451.0, 9447.0, 9486.0, 9443.0, 9422.0, 9498.0, 9474.0, 9437.0, 9490.0, 9441.0, 9459.0, 9493.0, 9452.0, 9480.0, 9454.0, 9445.0, 9527.0, 9485.0, 9447.0, 9496.0, 9475.0, 9502.0, 9514.0, 9462.0, 9498.0, 9515.0, 9516.0, 9554.0, 9484.0, 9464.0, 9503.0, 9472.0, 9497.0, 9439.0, 9397.0, 9478.0, 9442.0, 9455.0, 9465.0, 9416.0, 9480.0, 9454.0, 9430.0, 9498.0, 9434.0, 9416.0, 9482.0, 9433.0, 9514.0, 9489.0, 9420.0, 9479.0, 9453.0, 9435.0, 9492.0, 9456.0, 9465.0, 9497.0, 9460.0, 9472.0, 9490.0, 9460.0, 9529.0, 9473.0, 9457.0, 9511.0, 9491.0, 9474.0, 9527.0, 9472.0, 9485.0, 9548.0, 9504.0, 9483.0, 9506.0, 9464.0, 9507.0, 9505.0, 9448.0, 9452.0, 9451.0, 9440.0, 9494.0, 9441.0, 9405.0, 9479.0, 9461.0, 9446.0, 9453.0, 9417.0, 9419.0, 9486.0, 9447.0, 9441.0, 9537.0, 9483.0, 9441.0, 9489.0, 9448.0, 9473.0, 9459.0, 9422.0, 9500.0, 9466.0, 9425.0, 9507.0, 9456.0, 9451.0, 9512.0, 9473.0, 9469.0, 9468.0, 9445.0, 9544.0, 9518.0, 9448.0, 9514.0, 9455.0, 9509.0, 9499.0, 9441.0, 9524.0, 9470.0, 9458.0, 9528.0, 9473.0, 9454.0, 9467.0, 9460.0, 9527.0, 9500.0, 9466.0, 9526.0, 9487.0, 9472.0, 9546.0, 9488.0, 9470.0, 9506.0, 9468.0, 9523.0, 9493.0, 9453.0, 9516.0, 9465.0, 9477.0, 9518.0, 9453.0, 9477.0, 9449.0, 9435.0, 9521.0, 9466.0, 9439.0, 9490.0, 9454.0, 9510.0, 9467.0, 9433.0, 9505.0, 9472.0, 9483.0, 9514.0, 9460.0, 9493.0, 9501.0, 9458.0, 9527.0, 9475.0, 9477.0, 9551.0, 9494.0, 9482.0, 9515.0, 9474.0, 9563.0, 9502.0, 9460.0, 9507.0, 9469.0, 9492.0, 9510.0, 9453.0, 9520.0, 9465.0, 9439.0, 9520.0, 9481.0, 9469.0, 9492.0, 9455.0, 9502.0, 9495.0, 9467.0, 9520.0, 9451.0, 9460.0, 9491.0, 9454.0, 9518.0, 9452.0, 9467.0, 9520.0, 9455.0, 9453.0, 9496.0, 9487.0, 9498.0, 9489.0, 9462.0, 9520.0, 9492.0, 9483.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.00220656314699793</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020289285817805387</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.96405815549221</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2882805192435205</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0246012775647673</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4767</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5955.6533</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09278089904911685</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.3105590062111801</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5099465163346686</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3532508529850364</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.794429478830155</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3821592171888137</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00940646</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012402637861669064</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0290299654006958</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</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.8314239670338917</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>19.4904</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9567</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.1218</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.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>12.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.8227</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3307</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.8009</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3455.5448</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.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>1155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4593.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.6423</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.382169265067205</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> |