=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>9183ed23449eb809e7161ea764844040</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:55:45.767500</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</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.259</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.131626</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>[4212, -7816, -7193, 32, -110, -149, -8, 103]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fa6176b0-a4a0-4dfb-86c6-e3a7d78a19f3||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['185545.767500', '185546.227500', '185546.687500', '185547.147500', '185547.607500', '185548.067500', '185548.527500', '185548.987500', '185549.447500', '185549.907500', '185550.367500', '185550.827500', '185551.287500', '185551.747500', '185552.207500', '185552.667500', '185553.127500', '185553.587500', '185554.047500', '185554.507500', '185554.967500', '185555.427500', '185555.887500', '185556.347500', '185556.807500', '185557.267500', '185557.727500', '185558.187500', '185558.647500', '185559.107500', '185559.567500', '185600.027500', '185600.487500', '185600.947500', '185601.407500', '185601.867500', '185602.327500', '185602.787500', '185603.247500', '185603.707500', '185604.167500', '185604.627500', '185605.087500', '185605.547500', '185606.007500', '185606.467500', '185606.927500', '185607.387500', '185607.847500', '185608.307500', '185608.767500', '185609.227500', '185609.687500', '185610.147500', '185610.607500', '185611.067500', '185611.527500', '185611.987500', '185612.447500', '185612.907500', '185613.367500', '185613.827500', '185614.287500', '185614.747500', '185615.207500', '185615.667500', '185616.127500', '185616.587500', '185617.047500', '185617.507500', '185617.967500', '185618.427500', '185618.887500', '185619.347500', '185619.807500', '185620.267500', '185620.727500', '185621.187500', '185621.647500', '185622.107500', '185622.567500', '185623.027500', '185623.487500', '185623.947500', '185624.407500', '185624.867500', '185625.327500', '185625.787500', '185626.247500', '185626.707500', '185627.167500', '185627.627500', '185628.087500', '185628.547500', '185629.007500', '185629.467500', '185629.927500', '185630.387500', '185630.847500', '185631.307500', '185631.767500', '185632.227500', '185632.687500', '185633.147500', '185633.607500', '185634.067500', '185634.527500', '185634.987500', '185635.447500', '185635.907500', '185636.367500', '185636.827500', '185637.287500', '185637.747500', '185638.207500', '185638.667500', '185639.127500', '185639.587500', '185640.047500', '185640.507500', '185640.967500', '185641.427500', '185641.887500', '185642.347500', '185642.807500', '185643.267500', '185643.727500', '185644.187500', '185644.647500', '185645.107500', '185645.567500', '185646.027500', '185646.487500', '185646.947500', '185647.407500', '185647.867500', '185648.327500', '185648.787500', '185649.247500', '185649.707500', '185650.167500', '185650.627500', '185651.087500', '185651.547500', '185652.007500', '185652.467500', '185652.927500', '185653.387500', '185653.847500', '185654.307500', '185654.767500', '185655.227500', '185655.687500', '185656.147500', '185656.607500', '185657.067500', '185657.527500', '185657.987500', '185658.447500', '185658.907500', '185659.367500', '185659.827500', '185700.287500', '185700.747500', '185701.207500', '185701.667500', '185702.127500', '185702.587500', '185703.047500', '185703.507500', '185703.967500', '185704.427500', '185704.887500', '185705.347500', '185705.807500', '185706.267500', '185706.727500', '185707.187500', '185707.647500', '185708.107500', '185708.567500', '185709.027500', '185709.487500', '185709.947500', '185710.407500', '185710.867500', '185711.327500', '185711.787500', '185712.247500', '185712.707500', '185713.167500', '185713.627500', '185714.087500', '185714.547500', '185715.007500', '185715.467500', '185715.927500', '185716.387500', '185716.847500', '185717.307500', '185717.767500', '185718.227500', '185718.687500', '185719.147500', '185719.607500', '185720.067500', '185720.527500', '185720.987500', '185721.447500', '185721.907500', '185722.367500', '185722.827500', '185723.287500', '185723.747500', '185724.207500', '185724.667500', '185725.127500', '185725.587500', '185726.047500', '185726.507500', '185726.967500', '185727.427500', '185727.887500', '185728.347500', '185728.807500', '185729.267500', '185729.727500', '185730.187500', '185730.647500', '185731.107500', '185731.567500', '185732.027500', '185732.487500', '185732.947500', '185733.407500', '185733.867500', '185734.327500', '185734.787500', '185735.247500', '185735.707500', '185736.167500', '185736.627500', '185737.087500', '185737.547500', '185738.007500', '185738.467500', '185738.927500', '185739.387500', '185739.847500', '185740.307500', '185740.767500', '185741.227500', '185741.687500', '185742.147500', '185742.607500', '185743.067500', '185743.527500', '185743.987500', '185744.447500', '185744.907500', '185745.367500', '185745.827500', '185746.287500', '185746.747500', '185747.207500', '185747.667500', '185748.127500', '185748.587500', '185749.047500', '185749.507500', '185749.967500', '185750.427500', '185750.887500', '185751.347500', '185751.807500', '185752.267500', '185752.727500', '185753.187500', '185753.647500', '185754.107500', '185754.567500', '185755.027500', '185755.487500', '185755.947500', '185756.407500', '185756.867500', '185757.327500', '185757.787500', '185758.247500', '185758.707500', '185759.167500', '185759.627500', '185800.087500', '185800.547500', '185801.007500', '185801.467500', '185801.927500', '185802.387500', '185802.847500', '185803.307500', '185803.767500', '185804.227500', '185804.687500', '185805.147500', '185805.607500', '185806.067500', '185806.527500', '185806.987500', '185807.447500', '185807.907500', '185808.367500', '185808.827500', '185809.287500', '185809.747500', '185810.207500', '185810.667500', '185811.127500', '185811.587500', '185812.047500', '185812.507500', '185812.967500', '185813.427500', '185813.887500', '185814.347500', '185814.807500', '185815.267500', '185815.727500', '185816.187500', '185816.647500', '185817.107500', '185817.567500', '185818.027500', '185818.487500', '185818.947500', '185819.407500', '185819.867500', '185820.327500', '185820.787500', '185821.247500', '185821.707500', '185822.167500', '185822.627500', '185823.087500', '185823.547500', '185824.007500', '185824.467500', '185824.927500', '185825.387500', '185825.847500', '185826.307500', '185826.767500', '185827.227500', '185827.687500', '185828.147500', '185828.607500', '185829.067500', '185829.527500', '185829.987500', '185830.447500', '185830.907500', '185831.367500', '185831.827500', '185832.287500', '185832.747500', '185833.207500', '185833.667500', '185834.127500', '185834.587500', '185835.047500', '185835.507500', '185835.967500', '185836.427500', '185836.887500', '185837.347500', '185837.807500', '185838.267500', '185838.727500', '185839.187500', '185839.647500', '185840.107500', '185840.567500', '185841.027500', '185841.487500', '185841.947500', '185842.407500', '185842.867500', '185843.327500', '185843.787500', '185844.247500', '185844.707500', '185845.167500', '185845.627500', '185846.087500', '185846.547500', '185847.007500', '185847.467500', '185847.927500', '185848.387500', '185848.847500', '185849.307500', '185849.767500', '185850.227500', '185850.687500', '185851.147500', '185851.607500', '185852.067500', '185852.527500', '185852.987500', '185853.447500', '185853.907500', '185854.367500', '185854.827500', '185855.287500', '185855.747500', '185856.207500', '185856.667500', '185857.127500', '185857.587500', '185858.047500', '185858.507500', '185858.967500', '185859.427500', '185859.887500', '185900.347500', '185900.807500', '185901.267500', '185901.727500', '185902.187500', '185902.647500', '185903.107500', '185903.567500', '185904.027500', '185904.487500', '185904.947500', '185905.407500', '185905.867500', '185906.327500', '185906.787500', '185907.247500', '185907.707500', '185908.167500', '185908.627500', '185909.087500', '185909.547500', '185910.007500', '185910.467500', '185910.927500', '185911.387500', '185911.847500', '185912.307500', '185912.767500', '185913.227500', '185913.687500', '185914.147500', '185914.607500', '185915.067500', '185915.527500', '185915.987500', '185916.447500', '185916.907500', '185917.367500', '185917.827500', '185918.287500', '185918.747500', '185919.207500', '185919.667500', '185920.127500', '185920.587500', '185921.047500', '185921.507500', '185921.967500', '185922.427500', '185922.887500', '185923.347500', '185923.807500', '185924.267500', '185924.727500', '185925.187500', '185925.647500', '185926.107500', '185926.567500', '185927.027500', '185927.487500', '185927.947500', '185928.407500', '185928.867500', '185929.327500', '185929.787500', '185930.247500', '185930.707500', '185931.167500', '185931.627500', '185932.087500', '185932.547500', '185933.007500', '185933.467500', '185933.927500', '185934.387500', '185934.847500', '185935.307500', '185935.767500', '185936.227500', '185936.687500', '185937.147500', '185937.607500', '185938.067500', '185938.527500', '185938.987500', '185939.447500', '185939.907500', '185940.367500', '185940.827500', '185941.287500', '185941.747500', '185942.207500', '185942.667500', '185943.127500', '185943.587500', '185944.047500', '185944.507500', '185944.967500', '185945.427500', '185945.887500', '185946.347500', '185946.807500', '185947.267500', '185947.727500', '185948.187500', '185948.647500', '185949.107500', '185949.567500', '185950.027500', '185950.487500', '185950.947500', '185951.407500', '185951.867500', '185952.327500', '185952.787500', '185953.247500', '185953.707500', '185954.167500', '185954.627500', '185955.087500', '185955.547500', '185956.007500', '185956.467500', '185956.927500', '185957.387500', '185957.847500', '185958.307500', '185958.767500', '185959.227500', '185959.687500', '190000.147500', '190000.607500', '190001.067500', '190001.527500', '190001.987500', '190002.447500', '190002.907500', '190003.367500', '190003.827500', '190004.287500', '190004.747500', '190005.207500', '190005.667500', '190006.127500', '190006.587500', '190007.047500', '190007.507500', '190007.967500', '190008.427500', '190008.887500', '190009.347500', '190009.807500', '190010.267500', '190010.727500', '190011.187500', '190011.647500', '190012.107500', '190012.567500', '190013.027500', '190013.487500', '190013.947500', '190014.407500', '190014.867500', '190015.327500', '190015.787500', '190016.247500', '190016.707500', '190017.167500', '190017.627500', '190018.087500', '190018.547500', '190019.007500', '190019.467500', '190019.927500', '190020.387500', '190020.847500', '190021.307500', '190021.767500', '190022.227500', '190022.687500', '190023.147500', '190023.607500', '190024.067500', '190024.527500', '190024.987500', '190025.447500', '190025.907500', '190026.367500', '190026.827500', '190027.287500', '190027.747500', '190028.207500', '190028.667500', '190029.127500', '190029.587500', '190030.047500', '190030.507500', '190030.967500', '190031.427500', '190031.887500', '190032.347500', '190032.807500', '190033.267500', '190033.727500', '190034.187500', '190034.647500', '190035.107500', '190035.567500', '190036.027500', '190036.487500', '190036.947500', '190037.407500', '190037.867500', '190038.327500', '190038.787500', '190039.247500', '190039.707500', '190040.167500', '190040.627500', '190041.087500', '190041.547500', '190042.007500', '190042.467500', '190042.927500', '190043.387500', '190043.847500', '190044.307500', '190044.767500', '190045.227500', '190045.687500', '190046.147500', '190046.607500', '190047.067500', '190047.527500', '190047.987500', '190048.447500', '190048.907500', '190049.367500', '190049.827500', '190050.287500', '190050.747500', '190051.207500', '190051.667500', '190052.127500', '190052.587500', '190053.047500', '190053.507500', '190053.967500', '190054.427500', '190054.887500', '190055.347500', '190055.807500', '190056.267500', '190056.727500', '190057.187500', '190057.647500', '190058.107500', '190058.567500', '190059.027500', '190059.487500', '190059.947500', '190100.407500', '190100.867500', '190101.327500', '190101.787500', '190102.247500', '190102.707500', '190103.167500', '190103.627500', '190104.087500', '190104.547500', '190105.007500', '190105.467500', '190105.927500', '190106.387500', '190106.847500', '190107.307500', '190107.767500', '190108.227500', '190108.687500', '190109.147500', '190109.607500', '190110.067500', '190110.527500', '190110.987500', '190111.447500', '190111.907500', '190112.367500', '190112.827500', '190113.287500', '190113.747500', '190114.207500', '190114.667500', '190115.127500', '190115.587500', '190116.047500', '190116.507500', '190116.967500', '190117.427500', '190117.887500', '190118.347500', '190118.807500', '190119.267500', '190119.727500', '190120.187500', '190120.647500', '190121.107500', '190121.567500', '190122.027500', '190122.487500', '190122.947500', '190123.407500', '190123.867500', '190124.327500', '190124.787500', '190125.247500', '190125.707500', '190126.167500', '190126.627500', '190127.087500', '190127.547500', '190128.007500', '190128.467500', '190128.927500', '190129.387500', '190129.847500', '190130.307500', '190130.767500', '190131.227500', '190131.687500', '190132.147500', '190132.607500', '190133.067500', '190133.527500', '190133.987500', '190134.447500', '190134.907500', '190135.367500', '190135.827500', '190136.287500', '190136.747500', '190137.207500', '190137.667500', '190138.127500', '190138.587500', '190139.047500', '190139.507500', '190139.967500', '190140.427500', '190140.887500', '190141.347500', '190141.807500', '190142.267500', '190142.727500', '190143.187500', '190143.647500', '190144.107500', '190144.567500', '190145.027500', '190145.487500', '190145.947500', '190146.407500', '190146.867500', '190147.327500', '190147.787500', '190148.247500', '190148.707500', '190149.167500', '190149.627500', '190150.087500', '190150.547500', '190151.007500', '190151.467500', '190151.927500', '190152.387500', '190152.847500', '190153.307500', '190153.767500', '190154.227500', '190154.687500', '190155.147500', '190155.607500', '190156.067500', '190156.527500', '190156.987500', '190157.447500', '190157.907500', '190158.367500', '190158.827500', '190159.287500', '190159.747500', '190200.207500', '190200.667500', '190201.127500', '190201.587500', '190202.047500', '190202.507500', '190202.967500', '190203.427500', '190203.887500', '190204.347500', '190204.807500', '190205.267500', '190205.727500', '190206.187500', '190206.647500', '190207.107500', '190207.567500', '190208.027500', '190208.487500', '190208.947500', '190209.407500', '190209.867500', '190210.327500', '190210.787500', '190211.247500', '190211.707500', '190212.167500', '190212.627500', '190213.087500', '190213.547500', '190214.007500', '190214.467500', '190214.927500', '190215.387500', '190215.847500', '190216.307500', '190216.767500', '190217.227500', '190217.687500', '190218.147500', '190218.607500', '190219.067500', '190219.527500', '190219.987500', '190220.447500', '190220.907500', '190221.367500', '190221.827500', '190222.287500', '190222.747500', '190223.207500', '190223.667500', '190224.127500', '190224.587500', '190225.047500', '190225.507500', '190225.967500', '190226.427500', '190226.887500', '190227.347500', '190227.807500', '190228.267500', '190228.727500', '190229.187500', '190229.647500', '190230.107500', '190230.567500', '190231.027500', '190231.487500', '190231.947500', '190232.407500', '190232.867500', '190233.327500', '190233.787500', '190234.247500', '190234.707500', '190235.167500', '190235.627500', '190236.087500', '190236.547500', '190237.007500', '190237.467500', '190237.927500', '190238.387500', '190238.847500', '190239.307500', '190239.767500', '190240.227500', '190240.687500', '190241.147500', '190241.607500', '190242.067500', '190242.527500', '190242.987500', '190243.447500', '190243.907500', '190244.367500', '190244.827500', '190245.287500', '190245.747500', '190246.207500', '190246.667500', '190247.127500', '190247.587500', '190248.047500', '190248.507500', '190248.967500', '190249.427500', '190249.887500', '190250.347500', '190250.807500', '190251.267500', '190251.727500', '190252.187500', '190252.647500', '190253.107500', '190253.567500', '190254.027500', '190254.487500', '190254.947500', '190255.407500', '190255.867500', '190256.327500', '190256.787500', '190257.247500', '190257.707500', '190258.167500', '190258.627500', '190259.087500', '190259.547500', '190300.007500', '190300.467500', '190300.927500', '190301.387500', '190301.847500', '190302.307500', '190302.767500', '190303.227500', '190303.687500', '190304.147500', '190304.607500', '190305.067500', '190305.527500', '190305.987500', '190306.447500', '190306.907500', '190307.367500', '190307.827500', '190308.287500', '190308.747500', '190309.207500', '190309.667500', '190310.127500'], 'ContentTime': ['185559.800000', '185559.803000', '185559.806000', '185559.808000', '185559.820000', '185559.823000', '185559.826000', '185559.833000', '185559.836000', '185559.839000', '185559.841000', '185559.844000', '185559.846000', '185559.849000', '185559.852000', '185559.854000', '185559.857000', '185559.859000', '185559.862000', '185559.864000', '185559.869000', '185559.871000', '185559.874000', '185559.876000', '185559.879000', '185559.881000', '185559.884000', '185559.887000', '185559.889000', '185619.732000', '185619.735000', '185619.741000', '185619.744000', '185619.746000', '185619.749000', '185619.751000', '185619.754000', '185619.756000', '185619.759000', '185619.761000', '185619.764000', '185619.767000', '185619.769000', '185619.772000', '185619.774000', '185619.777000', '185619.779000', '185619.782000', '185619.784000', '185619.787000', '185619.790000', '185619.792000', '185619.795000', '185619.797000', '185619.800000', '185619.803000', '185619.805000', '185619.808000', '185619.812000', '185619.814000', '185619.817000', '185619.819000', '185619.822000', '185619.825000', '185619.827000', '185619.830000', '185619.832000', '185619.835000', '185619.837000', '185619.840000', '185619.843000', '185619.845000', '185639.732000', '185639.735000', '185639.738000', '185639.740000', '185639.743000', '185639.745000', '185639.748000', '185639.750000', '185639.753000', '185639.756000', '185639.758000', '185639.761000', '185639.763000', '185639.766000', '185639.768000', '185639.771000', '185639.774000', '185639.776000', '185639.779000', '185639.781000', '185639.784000', '185639.786000', '185639.789000', '185639.791000', '185639.794000', '185639.797000', '185639.799000', '185639.802000', '185639.804000', '185639.807000', '185639.809000', '185639.812000', '185639.814000', '185639.817000', '185639.820000', '185639.822000', '185639.825000', '185639.827000', '185639.830000', '185639.832000', '185639.835000', '185639.837000', '185639.840000', '185639.842000', '185659.732000', '185659.735000', '185659.738000', '185659.740000', '185659.743000', '185659.745000', '185659.748000', '185659.751000', '185659.753000', '185659.756000', '185659.774000', '185659.777000', '185659.779000', '185659.782000', '185659.784000', '185659.787000', '185659.790000', '185659.792000', '185659.795000', '185659.797000', '185659.800000', '185659.803000', '185659.805000', '185659.808000', '185659.810000', '185659.813000', '185659.815000', '185659.818000', '185659.821000', '185659.823000', '185659.826000', '185659.828000', '185659.831000', '185659.834000', '185659.836000', '185659.839000', '185659.841000', '185659.844000', '185659.846000', '185659.849000', '185659.851000', '185659.854000', '185659.857000', '185719.733000', '185719.735000', '185719.738000', '185719.741000', '185719.743000', '185719.746000', '185719.748000', '185719.751000', '185719.753000', '185719.756000', '185719.758000', '185719.761000', '185719.764000', '185719.766000', '185719.769000', '185719.771000', '185719.774000', '185719.776000', '185719.779000', '185719.781000', '185719.784000', '185719.787000', '185719.789000', '185719.792000', '185719.794000', '185719.797000', '185719.800000', '185719.802000', '185719.805000', '185719.807000', '185719.810000', '185719.812000', '185719.815000', '185719.818000', '185719.820000', '185719.823000', '185719.825000', '185719.828000', '185719.830000', '185719.833000', '185719.836000', '185719.838000', '185719.841000', '185719.843000', '185739.733000', '185739.736000', '185739.738000', '185739.741000', '185739.743000', '185739.746000', '185739.748000', '185739.751000', '185739.754000', '185739.756000', '185739.759000', '185739.761000', '185739.764000', '185739.766000', '185739.769000', '185739.772000', '185739.774000', '185739.777000', '185739.779000', '185739.782000', '185739.784000', '185739.787000', '185739.789000', '185739.792000', '185739.795000', '185739.797000', '185739.800000', '185739.802000', '185739.805000', '185739.807000', '185739.810000', '185739.813000', '185739.815000', '185739.818000', '185739.820000', '185739.823000', '185739.826000', '185739.828000', '185739.831000', '185739.833000', '185739.836000', '185739.839000', '185739.841000', '185759.733000', '185759.735000', '185759.738000', '185759.741000', '185759.743000', '185759.746000', '185759.748000', '185759.751000', '185759.754000', '185759.757000', '185759.760000', '185759.762000', '185759.765000', '185759.767000', '185759.770000', '185759.773000', '185759.775000', '185759.778000', '185759.780000', '185759.783000', '185759.785000', '185759.788000', '185759.791000', '185759.793000', '185759.796000', '185759.798000', '185759.801000', '185759.804000', '185759.806000', '185759.810000', '185759.813000', '185759.815000', '185759.818000', '185759.821000', '185759.823000', '185759.826000', '185759.828000', '185759.831000', '185759.834000', '185759.836000', '185759.839000', '185759.841000', '185759.844000', '185759.846000', '185819.733000', '185819.736000', '185819.739000', '185819.742000', '185819.744000', '185819.747000', '185819.749000', '185819.752000', '185819.754000', '185819.757000', '185819.760000', '185819.762000', '185819.765000', '185819.767000', '185819.770000', '185819.772000', '185819.775000', '185819.778000', '185819.780000', '185819.783000', '185819.785000', '185819.788000', '185819.790000', '185819.793000', '185819.796000', '185819.798000', '185819.801000', '185819.803000', '185819.806000', '185819.808000', '185819.811000', '185819.814000', '185819.816000', '185819.819000', '185819.821000', '185819.824000', '185819.826000', '185819.829000', '185819.832000', '185819.834000', '185819.837000', '185819.839000', '185819.842000', '185839.732000', '185839.735000', '185839.738000', '185839.740000', '185839.743000', '185839.746000', '185839.762000', '185839.764000', '185839.767000', '185839.769000', '185839.772000', '185839.774000', '185839.777000', '185839.780000', '185839.782000', '185839.785000', '185839.787000', '185839.790000', '185839.792000', '185839.795000', '185839.798000', '185839.800000', '185839.803000', '185839.806000', '185839.808000', '185839.811000', '185839.813000', '185839.816000', '185839.818000', '185839.821000', '185839.823000', '185839.826000', '185839.829000', '185839.831000', '185839.834000', '185839.836000', '185839.839000', '185839.842000', '185839.844000', '185839.847000', '185839.849000', '185839.852000', '185839.854000', '185839.857000', '185859.732000', '185859.735000', '185859.738000', '185859.740000', '185859.743000', '185859.746000', '185859.748000', '185859.751000', '185859.754000', '185859.756000', '185859.759000', '185859.761000', '185859.764000', '185859.767000', '185859.769000', '185859.772000', '185859.774000', '185859.777000', '185859.779000', '185859.782000', '185859.785000', '185859.787000', '185859.790000', '185859.792000', '185859.795000', '185859.797000', '185859.800000', '185859.803000', '185859.805000', '185859.808000', '185859.810000', '185859.813000', '185859.815000', '185859.818000', '185859.821000', '185859.823000', '185859.826000', '185859.828000', '185859.831000', '185859.834000', '185859.836000', '185859.839000', '185859.841000', '185919.733000', '185919.736000', '185919.738000', '185919.741000', '185919.744000', '185919.746000', '185919.749000', '185919.751000', '185919.754000', '185919.756000', '185919.759000', '185919.762000', '185919.764000', '185919.767000', '185919.769000', '185919.772000', '185919.774000', '185919.777000', '185919.780000', '185919.782000', '185919.785000', '185919.787000', '185919.790000', '185919.792000', '185919.796000', '185919.799000', '185919.801000', '185919.804000', '185919.807000', '185919.809000', '185919.812000', '185919.814000', '185919.817000', '185919.820000', '185919.822000', '185919.825000', '185919.827000', '185919.830000', '185919.833000', '185919.835000', '185919.838000', '185919.840000', '185919.843000', '185939.732000', '185939.735000', '185939.738000', '185939.740000', '185939.743000', '185939.746000', '185939.748000', '185939.751000', '185939.753000', '185939.756000', '185939.758000', '185939.761000', '185939.763000', '185939.766000', '185939.769000', '185939.771000', '185939.774000', '185939.776000', '185939.779000', '185939.782000', '185939.784000', '185939.787000', '185939.790000', '185939.792000', '185939.795000', '185939.797000', '185939.800000', '185939.803000', '185939.805000', '185939.808000', '185939.810000', '185939.813000', '185939.815000', '185939.818000', '185939.821000', '185939.823000', '185939.826000', '185939.828000', '185939.831000', '185939.833000', '185939.836000', '185939.839000', '185939.841000', '185939.844000', '185959.732000', '185959.735000', '185959.738000', '185959.740000', '185959.743000', '185959.746000', '185959.748000', '185959.751000', '185959.753000', '185959.756000', '185959.758000', '185959.761000', '185959.763000', '185959.766000', '185959.769000', '185959.771000', '185959.774000', '185959.776000', '185959.779000', '185959.782000', '185959.784000', '185959.787000', '185959.789000', '185959.792000', '185959.794000', '185959.798000', '185959.801000', '185959.804000', '185959.807000', '185959.809000', '185959.812000', '185959.843000', '185959.845000', '185959.848000', '185959.850000', '185959.853000', '185959.856000', '185959.858000', '185959.861000', '185959.863000', '185959.866000', '185959.869000', '185959.871000', '190019.733000', '190019.735000', '190019.738000', '190019.741000', '190019.743000', '190019.746000', '190019.748000', '190019.751000', '190019.753000', '190019.756000', '190019.759000', '190019.761000', '190019.764000', '190019.766000', '190019.769000', '190019.771000', '190019.774000', '190019.777000', '190019.779000', '190019.782000', '190019.784000', '190019.787000', '190019.790000', '190019.792000', '190019.795000', '190019.797000', '190019.800000', '190019.802000', '190019.805000', '190019.808000', '190019.810000', '190019.813000', '190019.815000', '190019.818000', '190019.820000', '190019.823000', '190019.826000', '190019.828000', '190019.831000', '190019.833000', '190019.836000', '190019.838000', '190019.841000', '190019.844000', '190039.733000', '190039.736000', '190039.739000', '190039.742000', '190039.744000', '190039.747000', '190039.749000', '190039.752000', '190039.754000', '190039.757000', '190039.760000', '190039.762000', '190039.765000', '190039.767000', '190039.770000', '190039.772000', '190039.775000', '190039.778000', '190039.780000', '190039.783000', '190039.785000', '190039.788000', '190039.791000', '190039.794000', '190039.797000', '190039.800000', '190039.803000', '190039.806000', '190039.808000', '190039.811000', '190039.813000', '190039.816000', '190039.819000', '190039.821000', '190039.824000', '190039.826000', '190039.829000', '190039.832000', '190039.836000', '190039.838000', '190039.841000', '190039.844000', '190039.846000', '190059.733000', '190059.736000', '190059.738000', '190059.741000', '190059.744000', '190059.746000', '190059.749000', '190059.751000', '190059.754000', '190059.757000', '190059.759000', '190059.762000', '190059.764000', '190059.767000', '190059.770000', '190059.772000', '190059.775000', '190059.778000', '190059.780000', '190059.783000', '190059.785000', '190059.788000', '190059.791000', '190059.793000', '190059.796000', '190059.798000', '190059.801000', '190059.804000', '190059.806000', '190059.809000', '190059.812000', '190059.814000', '190059.817000', '190059.819000', '190059.822000', '190059.824000', '190059.827000', '190059.830000', '190059.832000', '190059.835000', '190059.837000', '190059.840000', '190059.843000', '190059.845000', '190119.733000', '190119.736000', '190119.738000', '190119.741000', '190119.743000', '190119.746000', '190119.748000', '190119.751000', '190119.754000', '190119.756000', '190119.759000', '190119.762000', '190119.764000', '190119.767000', '190119.769000', '190119.772000', '190119.775000', '190119.777000', '190119.788000', '190119.790000', '190119.793000', '190119.795000', '190119.798000', '190119.801000', '190119.803000', '190119.806000', '190119.809000', '190119.811000', '190119.814000', '190119.818000', '190119.821000', '190119.823000', '190119.826000', '190119.829000', '190119.831000', '190119.834000', '190119.836000', '190119.839000', '190119.842000', '190119.844000', '190119.847000', '190119.849000', '190119.859000', '190139.733000', '190139.736000', '190139.738000', '190139.741000', '190139.743000', '190139.746000', '190139.748000', '190139.751000', '190139.754000', '190139.756000', '190139.759000', '190139.761000', '190139.764000', '190139.767000', '190139.769000', '190139.772000', '190139.774000', '190139.777000', '190139.779000', '190139.782000', '190139.785000', '190139.787000', '190139.790000', '190139.792000', '190139.795000', '190139.797000', '190139.800000', '190139.803000', '190139.805000', '190139.808000', '190139.810000', '190139.813000', '190139.816000', '190139.818000', '190139.821000', '190139.823000', '190139.826000', '190139.829000', '190139.831000', '190139.834000', '190139.836000', '190139.839000', '190139.842000', '190139.844000', '190159.733000', '190159.736000', '190159.738000', '190159.741000', '190159.743000', '190159.746000', '190159.748000', '190159.751000', '190159.754000', '190159.756000', '190159.759000', '190159.761000', '190159.764000', '190159.766000', '190159.769000', '190159.772000', '190159.774000', '190159.777000', '190159.780000', '190159.782000', '190159.785000', '190159.787000', '190159.790000', '190159.792000', '190159.795000', '190159.797000', '190159.800000', '190159.803000', '190159.806000', '190159.808000', '190159.811000', '190159.814000', '190159.816000', '190159.819000', '190159.821000', '190159.824000', '190159.828000', '190159.831000', '190159.833000', '190159.836000', '190159.838000', '190159.841000', '190159.843000', '190219.733000', '190219.735000', '190219.738000', '190219.741000', '190219.743000', '190219.746000', '190219.748000', '190219.751000', '190219.753000', '190219.756000', '190219.759000', '190219.761000', '190219.764000', '190219.766000', '190219.769000', '190219.772000', '190219.774000', '190219.777000', '190219.779000', '190219.782000', '190219.784000', '190219.787000', '190219.790000', '190219.792000', '190219.795000', '190219.797000', '190219.800000', '190219.803000', '190219.806000', '190219.808000', '190219.811000', '190219.813000', '190219.816000', '190219.819000', '190219.821000', '190219.824000', '190219.826000', '190219.829000', '190219.831000', '190219.834000', '190219.837000', '190219.839000', '190219.842000', '190219.844000', '190239.732000', '190239.735000', '190239.738000', '190239.741000', '190239.743000', '190239.746000', '190239.748000', '190239.751000', '190239.753000', '190239.756000', '190239.758000', '190239.761000', '190239.764000', '190239.766000', '190239.769000', '190239.771000', '190239.774000', '190239.777000', '190239.779000', '190239.782000', '190239.784000', '190239.787000', '190239.789000', '190239.792000', '190239.795000', '190239.797000', '190239.800000', '190239.802000', '190239.805000', '190239.808000', '190239.810000', '190239.813000', '190239.815000', '190239.818000', '190239.820000', '190239.823000', '190239.825000', '190239.828000', '190239.845000', '190239.848000', '190239.851000', '190239.854000', '190239.856000', '190259.733000', '190259.736000', '190259.739000', '190259.742000', '190259.744000', '190259.747000', '190259.749000', '190259.752000', '190259.754000', '190259.757000', '190259.760000', '190259.762000', '190259.765000', '190259.767000', '190259.770000', '190259.773000', '190259.775000', '190259.778000', '190259.780000', '190259.783000', '190259.785000', '190259.788000', '190259.791000', '190259.793000', '190259.796000', '190259.799000', '190259.801000', '190259.804000', '190259.806000', '190259.809000', '190259.812000', '190259.814000', '190259.817000', '190259.819000', '190259.822000', '190259.825000', '190259.827000', '190259.830000', '190259.832000', '190259.835000', '190259.838000', '190259.840000', '190259.843000', '190259.845000', '190311.126000', '190311.129000', '190311.132000', '190311.135000', '190311.137000', '190311.141000', '190311.143000', '190311.146000', '190311.149000', '190311.152000', '190311.155000', '190311.158000', '190311.160000', '190311.163000', '190311.166000', '190311.168000', '190311.171000', '190311.174000', '190311.176000', '190311.179000', '190311.182000', '190311.184000', '190311.187000', '190311.190000', '190311.193000'], 'InstanceCreationTime': ['185559.800000', '185559.803000', '185559.806000', '185559.808000', '185559.820000', '185559.823000', '185559.826000', '185559.833000', '185559.836000', '185559.839000', '185559.841000', '185559.844000', '185559.846000', '185559.849000', '185559.852000', '185559.854000', '185559.857000', '185559.859000', '185559.862000', '185559.864000', '185559.869000', '185559.871000', '185559.874000', '185559.876000', '185559.879000', '185559.881000', '185559.884000', '185559.887000', '185559.889000', '185619.732000', '185619.735000', '185619.741000', '185619.744000', '185619.746000', '185619.749000', '185619.751000', '185619.754000', '185619.756000', '185619.759000', '185619.761000', '185619.764000', '185619.767000', '185619.769000', '185619.772000', '185619.774000', '185619.777000', '185619.779000', '185619.782000', '185619.784000', '185619.787000', '185619.790000', '185619.792000', '185619.795000', '185619.797000', '185619.800000', '185619.803000', '185619.805000', '185619.808000', '185619.812000', '185619.814000', '185619.817000', '185619.819000', '185619.822000', '185619.825000', '185619.827000', '185619.830000', '185619.832000', '185619.835000', '185619.837000', '185619.840000', '185619.843000', '185619.845000', '185639.732000', '185639.735000', '185639.738000', '185639.740000', '185639.743000', '185639.745000', '185639.748000', '185639.750000', '185639.753000', '185639.756000', '185639.758000', '185639.761000', '185639.763000', '185639.766000', '185639.768000', '185639.771000', '185639.774000', '185639.776000', '185639.779000', '185639.781000', '185639.784000', '185639.786000', '185639.789000', '185639.791000', '185639.794000', '185639.797000', '185639.799000', '185639.802000', '185639.804000', '185639.807000', '185639.809000', '185639.812000', '185639.814000', '185639.817000', '185639.820000', '185639.822000', '185639.825000', '185639.827000', '185639.830000', '185639.832000', '185639.835000', '185639.837000', '185639.840000', '185639.842000', '185659.732000', '185659.735000', '185659.738000', '185659.740000', '185659.743000', '185659.745000', '185659.748000', '185659.751000', '185659.753000', '185659.756000', '185659.774000', '185659.777000', '185659.779000', '185659.782000', '185659.784000', '185659.787000', '185659.790000', '185659.792000', '185659.795000', '185659.797000', '185659.800000', '185659.803000', '185659.805000', '185659.808000', '185659.810000', '185659.813000', '185659.815000', '185659.818000', '185659.821000', '185659.823000', '185659.826000', '185659.828000', '185659.831000', '185659.834000', '185659.836000', '185659.839000', '185659.841000', '185659.844000', '185659.846000', '185659.849000', '185659.851000', '185659.854000', '185659.857000', '185719.733000', '185719.735000', '185719.738000', '185719.741000', '185719.743000', '185719.746000', '185719.748000', '185719.751000', '185719.753000', '185719.756000', '185719.758000', '185719.761000', '185719.764000', '185719.766000', '185719.769000', '185719.771000', '185719.774000', '185719.776000', '185719.779000', '185719.781000', '185719.784000', '185719.787000', '185719.789000', '185719.792000', '185719.794000', '185719.797000', '185719.800000', '185719.802000', '185719.805000', '185719.807000', '185719.810000', '185719.812000', '185719.815000', '185719.818000', '185719.820000', '185719.823000', '185719.825000', '185719.828000', '185719.830000', '185719.833000', '185719.836000', '185719.838000', '185719.841000', '185719.843000', '185739.733000', '185739.736000', '185739.738000', '185739.741000', '185739.743000', '185739.746000', '185739.748000', '185739.751000', '185739.754000', '185739.756000', '185739.759000', '185739.761000', '185739.764000', '185739.766000', '185739.769000', '185739.772000', '185739.774000', '185739.777000', '185739.779000', '185739.782000', '185739.784000', '185739.787000', '185739.789000', '185739.792000', '185739.795000', '185739.797000', '185739.800000', '185739.802000', '185739.805000', '185739.807000', '185739.810000', '185739.813000', '185739.815000', '185739.818000', '185739.820000', '185739.823000', '185739.826000', '185739.828000', '185739.831000', '185739.833000', '185739.836000', '185739.839000', '185739.841000', '185759.733000', '185759.735000', '185759.738000', '185759.741000', '185759.743000', '185759.746000', '185759.748000', '185759.751000', '185759.754000', '185759.757000', '185759.760000', '185759.762000', '185759.765000', '185759.767000', '185759.770000', '185759.773000', '185759.775000', '185759.778000', '185759.780000', '185759.783000', '185759.785000', '185759.788000', '185759.791000', '185759.793000', '185759.796000', '185759.798000', '185759.801000', '185759.804000', '185759.806000', '185759.810000', '185759.813000', '185759.815000', '185759.818000', '185759.821000', '185759.823000', '185759.826000', '185759.828000', '185759.831000', '185759.834000', '185759.836000', '185759.839000', '185759.841000', '185759.844000', '185759.846000', '185819.733000', '185819.736000', '185819.739000', '185819.742000', '185819.744000', '185819.747000', '185819.749000', '185819.752000', '185819.754000', '185819.757000', '185819.760000', '185819.762000', '185819.765000', '185819.767000', '185819.770000', '185819.772000', '185819.775000', '185819.778000', '185819.780000', '185819.783000', '185819.785000', '185819.788000', '185819.790000', '185819.793000', '185819.796000', '185819.798000', '185819.801000', '185819.803000', '185819.806000', '185819.808000', '185819.811000', '185819.814000', '185819.816000', '185819.819000', '185819.821000', '185819.824000', '185819.826000', '185819.829000', '185819.832000', '185819.834000', '185819.837000', '185819.839000', '185819.842000', '185839.732000', '185839.735000', '185839.738000', '185839.740000', '185839.743000', '185839.746000', '185839.762000', '185839.764000', '185839.767000', '185839.769000', '185839.772000', '185839.774000', '185839.777000', '185839.780000', '185839.782000', '185839.785000', '185839.787000', '185839.790000', '185839.792000', '185839.795000', '185839.798000', '185839.800000', '185839.803000', '185839.806000', '185839.808000', '185839.811000', '185839.813000', '185839.816000', '185839.818000', '185839.821000', '185839.823000', '185839.826000', '185839.829000', '185839.831000', '185839.834000', '185839.836000', '185839.839000', '185839.842000', '185839.844000', '185839.847000', '185839.849000', '185839.852000', '185839.854000', '185839.857000', '185859.732000', '185859.735000', '185859.738000', '185859.740000', '185859.743000', '185859.746000', '185859.748000', '185859.751000', '185859.754000', '185859.756000', '185859.759000', '185859.761000', '185859.764000', '185859.767000', '185859.769000', '185859.772000', '185859.774000', '185859.777000', '185859.779000', '185859.782000', '185859.785000', '185859.787000', '185859.790000', '185859.792000', '185859.795000', '185859.797000', '185859.800000', '185859.803000', '185859.805000', '185859.808000', '185859.810000', '185859.813000', '185859.815000', '185859.818000', '185859.821000', '185859.823000', '185859.826000', '185859.828000', '185859.831000', '185859.834000', '185859.836000', '185859.839000', '185859.841000', '185919.733000', '185919.736000', '185919.738000', '185919.741000', '185919.744000', '185919.746000', '185919.749000', '185919.751000', '185919.754000', '185919.756000', '185919.759000', '185919.762000', '185919.764000', '185919.767000', '185919.769000', '185919.772000', '185919.774000', '185919.777000', '185919.780000', '185919.782000', '185919.785000', '185919.787000', '185919.790000', '185919.792000', '185919.796000', '185919.799000', '185919.801000', '185919.804000', '185919.807000', '185919.809000', '185919.812000', '185919.814000', '185919.817000', '185919.820000', '185919.822000', '185919.825000', '185919.827000', '185919.830000', '185919.833000', '185919.835000', '185919.838000', '185919.840000', '185919.843000', '185939.732000', '185939.735000', '185939.738000', '185939.740000', '185939.743000', '185939.746000', '185939.748000', '185939.751000', '185939.753000', '185939.756000', '185939.758000', '185939.761000', '185939.763000', '185939.766000', '185939.769000', '185939.771000', '185939.774000', '185939.776000', '185939.779000', '185939.782000', '185939.784000', '185939.787000', '185939.790000', '185939.792000', '185939.795000', '185939.797000', '185939.800000', '185939.803000', '185939.805000', '185939.808000', '185939.810000', '185939.813000', '185939.815000', '185939.818000', '185939.821000', '185939.823000', '185939.826000', '185939.828000', '185939.831000', '185939.833000', '185939.836000', '185939.839000', '185939.841000', '185939.844000', '185959.732000', '185959.735000', '185959.738000', '185959.740000', '185959.743000', '185959.746000', '185959.748000', '185959.751000', '185959.753000', '185959.756000', '185959.758000', '185959.761000', '185959.763000', '185959.766000', '185959.769000', '185959.771000', '185959.774000', '185959.776000', '185959.779000', '185959.782000', '185959.784000', '185959.787000', '185959.789000', '185959.792000', '185959.794000', '185959.798000', '185959.801000', '185959.804000', '185959.807000', '185959.809000', '185959.812000', '185959.843000', '185959.845000', '185959.848000', '185959.850000', '185959.853000', '185959.856000', '185959.858000', '185959.861000', '185959.863000', '185959.866000', '185959.869000', '185959.871000', '190019.733000', '190019.735000', '190019.738000', '190019.741000', '190019.743000', '190019.746000', '190019.748000', '190019.751000', '190019.753000', '190019.756000', '190019.759000', '190019.761000', '190019.764000', '190019.766000', '190019.769000', '190019.771000', '190019.774000', '190019.777000', '190019.779000', '190019.782000', '190019.784000', '190019.787000', '190019.790000', '190019.792000', '190019.795000', '190019.797000', '190019.800000', '190019.802000', '190019.805000', '190019.808000', '190019.810000', '190019.813000', '190019.815000', '190019.818000', '190019.820000', '190019.823000', '190019.826000', '190019.828000', '190019.831000', '190019.833000', '190019.836000', '190019.838000', '190019.841000', '190019.844000', '190039.733000', '190039.736000', '190039.739000', '190039.742000', '190039.744000', '190039.747000', '190039.749000', '190039.752000', '190039.754000', '190039.757000', '190039.760000', '190039.762000', '190039.765000', '190039.767000', '190039.770000', '190039.772000', '190039.775000', '190039.778000', '190039.780000', '190039.783000', '190039.785000', '190039.788000', '190039.791000', '190039.794000', '190039.797000', '190039.800000', '190039.803000', '190039.806000', '190039.808000', '190039.811000', '190039.813000', '190039.816000', '190039.819000', '190039.821000', '190039.824000', '190039.826000', '190039.829000', '190039.832000', '190039.836000', '190039.838000', '190039.841000', '190039.844000', '190039.846000', '190059.733000', '190059.736000', '190059.738000', '190059.741000', '190059.744000', '190059.746000', '190059.749000', '190059.751000', '190059.754000', '190059.757000', '190059.759000', '190059.762000', '190059.764000', '190059.767000', '190059.770000', '190059.772000', '190059.775000', '190059.778000', '190059.780000', '190059.783000', '190059.785000', '190059.788000', '190059.791000', '190059.793000', '190059.796000', '190059.798000', '190059.801000', '190059.804000', '190059.806000', '190059.809000', '190059.812000', '190059.814000', '190059.817000', '190059.819000', '190059.822000', '190059.824000', '190059.827000', '190059.830000', '190059.832000', '190059.835000', '190059.837000', '190059.840000', '190059.843000', '190059.845000', '190119.733000', '190119.736000', '190119.738000', '190119.741000', '190119.743000', '190119.746000', '190119.748000', '190119.751000', '190119.754000', '190119.756000', '190119.759000', '190119.762000', '190119.764000', '190119.767000', '190119.769000', '190119.772000', '190119.775000', '190119.777000', '190119.788000', '190119.790000', '190119.793000', '190119.795000', '190119.798000', '190119.801000', '190119.803000', '190119.806000', '190119.809000', '190119.811000', '190119.814000', '190119.818000', '190119.821000', '190119.823000', '190119.826000', '190119.829000', '190119.831000', '190119.834000', '190119.836000', '190119.839000', '190119.842000', '190119.844000', '190119.847000', '190119.849000', '190119.859000', '190139.733000', '190139.736000', '190139.738000', '190139.741000', '190139.743000', '190139.746000', '190139.748000', '190139.751000', '190139.754000', '190139.756000', '190139.759000', '190139.761000', '190139.764000', '190139.767000', '190139.769000', '190139.772000', '190139.774000', '190139.777000', '190139.779000', '190139.782000', '190139.785000', '190139.787000', '190139.790000', '190139.792000', '190139.795000', '190139.797000', '190139.800000', '190139.803000', '190139.805000', '190139.808000', '190139.810000', '190139.813000', '190139.816000', '190139.818000', '190139.821000', '190139.823000', '190139.826000', '190139.829000', '190139.831000', '190139.834000', '190139.836000', '190139.839000', '190139.842000', '190139.844000', '190159.733000', '190159.736000', '190159.738000', '190159.741000', '190159.743000', '190159.746000', '190159.748000', '190159.751000', '190159.754000', '190159.756000', '190159.759000', '190159.761000', '190159.764000', '190159.766000', '190159.769000', '190159.772000', '190159.774000', '190159.777000', '190159.780000', '190159.782000', '190159.785000', '190159.787000', '190159.790000', '190159.792000', '190159.795000', '190159.797000', '190159.800000', '190159.803000', '190159.806000', '190159.808000', '190159.811000', '190159.814000', '190159.816000', '190159.819000', '190159.821000', '190159.824000', '190159.828000', '190159.831000', '190159.833000', '190159.836000', '190159.838000', '190159.841000', '190159.843000', '190219.733000', '190219.735000', '190219.738000', '190219.741000', '190219.743000', '190219.746000', '190219.748000', '190219.751000', '190219.753000', '190219.756000', '190219.759000', '190219.761000', '190219.764000', '190219.766000', '190219.769000', '190219.772000', '190219.774000', '190219.777000', '190219.779000', '190219.782000', '190219.784000', '190219.787000', '190219.790000', '190219.792000', '190219.795000', '190219.797000', '190219.800000', '190219.803000', '190219.806000', '190219.808000', '190219.811000', '190219.813000', '190219.816000', '190219.819000', '190219.821000', '190219.824000', '190219.826000', '190219.829000', '190219.831000', '190219.834000', '190219.837000', '190219.839000', '190219.842000', '190219.844000', '190239.732000', '190239.735000', '190239.738000', '190239.741000', '190239.743000', '190239.746000', '190239.748000', '190239.751000', '190239.753000', '190239.756000', '190239.758000', '190239.761000', '190239.764000', '190239.766000', '190239.769000', '190239.771000', '190239.774000', '190239.777000', '190239.779000', '190239.782000', '190239.784000', '190239.787000', '190239.789000', '190239.792000', '190239.795000', '190239.797000', '190239.800000', '190239.802000', '190239.805000', '190239.808000', '190239.810000', '190239.813000', '190239.815000', '190239.818000', '190239.820000', '190239.823000', '190239.825000', '190239.828000', '190239.845000', '190239.848000', '190239.851000', '190239.854000', '190239.856000', '190259.733000', '190259.736000', '190259.739000', '190259.742000', '190259.744000', '190259.747000', '190259.749000', '190259.752000', '190259.754000', '190259.757000', '190259.760000', '190259.762000', '190259.765000', '190259.767000', '190259.770000', '190259.773000', '190259.775000', '190259.778000', '190259.780000', '190259.783000', '190259.785000', '190259.788000', '190259.791000', '190259.793000', '190259.796000', '190259.799000', '190259.801000', '190259.804000', '190259.806000', '190259.809000', '190259.812000', '190259.814000', '190259.817000', '190259.819000', '190259.822000', '190259.825000', '190259.827000', '190259.830000', '190259.832000', '190259.835000', '190259.838000', '190259.840000', '190259.843000', '190259.845000', '190311.126000', '190311.129000', '190311.132000', '190311.135000', '190311.137000', '190311.141000', '190311.143000', '190311.146000', '190311.149000', '190311.152000', '190311.155000', '190311.158000', '190311.160000', '190311.163000', '190311.166000', '190311.168000', '190311.171000', '190311.174000', '190311.176000', '190311.179000', '190311.182000', '190311.184000', '190311.187000', '190311.190000', '190311.193000'], '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': [15116, 9252, 10086, 8498, 7692, 8293, 8067, 12726, 8248, 7394, 8750, 8331, 10940, 10705, 12708, 8402, 13192, 7909, 12803, 8411, 14558, 9575, 7675, 7914, 7811, 9529, 8510, 14485, 8886, 13758, 9290, 14144, 11527, 15152, 11664, 8780, 7934, 8013, 10907, 8506, 13767, 7972, 13504, 8718, 12860, 10714, 9544, 9189, 8214, 8574, 8267, 12223, 8034, 13039, 8009, 10456, 8440, 11140, 8041, 7094, 7877, 8109, 10653, 8469, 13945, 8887, 12518, 8325, 12145, 10236, 10127, 8879, 7095, 8115, 8559, 12220, 8082, 11920, 8434, 11460, 9838, 14459, 11805, 11861, 9596, 7681, 8451, 8399, 13452, 9115, 14712, 7855, 13047, 7789, 13987, 10342, 14567, 9824, 12771, 8243, 12932, 9759, 10061, 8631, 7462, 8701, 8458, 12880, 8508, 13896, 8449, 10201, 8883, 10217, 11299, 8512, 12670, 8092, 13980, 10821, 11811, 10085, 8904, 12555, 8010, 14691, 11235, 12832, 9928, 8833, 8461, 11197, 11442, 9737, 11560, 8130, 11367, 8858, 14734, 9546, 11929, 8558, 8699, 8459, 11462, 11807, 8498, 10120, 8137, 10912, 8492, 14661, 8740, 14532, 8076, 12207, 9346, 11877, 10249, 8536, 10085, 7811, 12532, 8663, 14008, 8674, 13379, 8541, 11987, 8575, 13787, 8633, 10669, 8229, 7418, 9225, 8399, 12577, 8331, 13980, 8490, 13815, 10797, 14791, 10335, 11945, 8541, 9443, 9309, 7965, 11216, 8208, 10814, 8160, 10808, 11070, 8396, 13605, 8448, 13155, 10521, 11975, 12052, 8512, 11398, 8126, 13157, 8972, 15801, 10762, 14609, 8655, 11886, 8310, 9700, 9766, 8174, 11364, 8414, 12899, 9020, 14593, 11343, 11922, 8950, 8215, 9295, 8063, 13885, 8534, 13896, 8494, 14105, 11848, 11214, 9286, 8211, 8647, 8417, 12608, 8784, 13765, 8207, 9291, 9046, 10140, 12489, 8258, 14326, 8679, 14499, 11206, 15771, 12157, 12285, 9863, 10059, 8811, 9864, 11618, 8366, 13496, 8110, 8663, 10196, 8422, 14976, 9114, 14391, 10246, 15271, 11968, 9151, 8774, 7722, 11258, 8589, 14829, 9636, 9602, 8742, 8057, 12054, 9295, 15119, 9778, 11961, 9099, 13379, 11011, 10477, 11083, 8111, 11097, 8610, 12672, 8844, 14785, 8349, 7434, 8645, 9323, 11217, 8330, 13902, 8176, 14338, 9628, 14245, 11731, 8971, 9641, 8307, 12741, 8648, 14486, 11473, 8916, 9887, 7470, 12156, 9278, 14926, 10945, 12061, 9318, 9479, 9579, 9783, 12741, 7687, 13260, 7559, 11375, 7762, 12152, 7861, 13417, 7747, 12703, 8772, 13254, 10481, 9852, 8499, 7141, 9480, 7589, 12886, 9235, 12713, 8987, 13360, 10999, 13507, 10848, 7561, 9430, 7397, 12324, 8955, 9510, 9324, 7409, 13639, 8745, 14265, 11794, 13101, 9581, 8200, 9274, 12438, 10953, 10460, 10612, 7311, 11552, 7910, 13375, 10640, 8414, 9195, 7368, 11062, 7833, 12504, 8012, 13631, 8278, 13101, 8521, 12646, 11027, 8361, 11027, 7572, 13220, 9438, 13218, 10777, 11802, 9299, 7938, 10235, 8723, 11468, 7914, 12499, 8241, 13655, 9934, 13403, 11370, 13721, 10657, 9054, 8639, 8194, 11272, 7852, 12801, 8155, 13046, 9425, 13287, 11234, 8345, 8920, 7792, 10884, 7945, 13420, 9798, 13891, 9204, 12853, 10570, 10108, 10019, 7226, 10710, 7714, 12939, 10385, 9889, 9142, 7217, 9216, 8317, 12237, 7886, 13050, 8208, 9815, 9021, 9027, 11970, 8286, 13060, 8752, 13764, 11318, 13945, 10999, 8323, 9621, 8352, 11964, 8526, 14425, 10080, 9754, 9007, 8327, 11788, 8512, 13707, 8617, 12863, 9395, 11782, 10450, 9041, 9903, 7925, 11837, 8741, 10486, 10713, 7811, 11903, 7968, 12701, 10276, 8553, 11339, 7648, 11222, 9476, 9015, 12601, 9024, 13486, 9153, 10933, 10001, 9017, 11632, 7815, 12293, 7908, 13207, 10471, 10525, 9515, 7203, 10366, 8026, 13433, 10615, 10217, 9328, 8144, 9990, 8806, 12751, 8716, 14627, 8582, 12552, 9719, 9698, 10507, 7423, 11609, 7742, 13412, 10146, 12842, 10938, 7930, 9161, 8273, 11971, 8307, 14130, 10212, 11591, 8701, 8403, 10392, 7707, 13141, 8274, 12879, 8898, 9862, 10843, 7821, 13129, 8982, 10994, 9611, 9354, 11879, 8446, 14608, 8992, 9483, 9503, 7774, 13195, 7887, 12576, 9089, 12465, 10849, 10173, 9246, 7374, 11872, 7787, 13711, 10665, 12253, 9486, 7755, 9754, 8021, 13700, 10959, 8803, 9126, 7275, 13051, 9829, 13109, 11084, 7856, 11240, 8139, 14259, 11492, 8360, 9506, 7287, 13268, 10200, 15183, 11364, 8433, 10466, 7274, 12747, 9519, 12886, 10650, 7511, 11281, 7578, 13506, 11116, 8975, 10735, 7607, 12462, 9511, 13825, 10847, 7599, 9292, 7362, 12900, 10121, 11289, 10157, 7590, 11581, 7623, 13659, 9840, 15291, 10726, 8416, 9210, 7202, 12320, 8918, 13656, 10566, 7967, 9876, 7532, 12735, 9060, 14587, 10602, 11628, 9147, 9488, 9768, 8223, 11641, 7695, 12692, 7743, 13140, 10789, 10594, 9619, 7254, 11433, 7926, 13485, 11073, 9827, 9436, 7465, 10357, 7939, 13766, 10088, 13360, 8923, 7672, 9748, 8067, 13602, 9415, 12707, 9100, 9818, 10858, 10026, 12886, 7738, 11995, 7944, 13018, 9983, 14296, 11157, 8373, 8913, 7838, 11785, 8571, 13672, 9687, 13873, 10475, 14082, 11201, 12978, 10740, 7511, 8903, 7413, 12097, 8821, 10682, 9041, 7191, 10676, 8026, 13619, 10822, 10812, 9227, 8737, 9633, 9065, 12103, 8256, 12651, 8581, 8371, 10681, 8527, 13601, 9731, 13344, 9041, 14358, 10796, 12671, 10819, 8143, 8614, 7331, 9787, 7781, 13247, 10019, 13133, 10153, 11423, 9664, 10729, 10157, 8518, 9627, 7160, 12012, 7909, 13190, 10756, 10160, 9375, 7688, 10026, 8505, 13530, 10686, 8724, 9112, 7439, 11273, 8348, 13970, 9022, 13582, 9355, 9060, 10243, 7967, 13141, 8791, 10334, 8622, 8298, 12313, 9016, 14082, 9789, 9427, 9262, 8925, 12338, 8491, 14145, 8211, 12784, 9262, 12522, 10650, 8399, 9938, 7379, 11236, 7878, 8563, 10157, 7426, 12720, 7854, 13013, 9804, 13345, 10389, 12510, 9087, 8015, 9391, 8025, 13304, 9393, 10421, 8374, 8045, 11622, 9322, 7481, 13173, 10904, 8382, 12031, 8001, 12699, 8747, 15087, 10352, 9773, 8990, 7618, 8852, 8210, 12254, 9084, 6900, 8632, 7376, 11792, 9441, 11899, 10858, 7480, 9259, 7341, 10773, 8664, 12521, 7830, 13475, 7916, 12299, 8791, 12067, 10393, 7155, 9683, 7252, 12684, 9460, 13279, 10488, 8134, 8868, 7606, 11090, 8056, 13208, 9125, 7677, 9698, 7691, 12417, 8634, 13906, 7934, 12815, 8722, 13981, 11148, 13460, 9828, 7565, 8890, 7280, 11755, 8141, 13089, 8000, 12190, 8690, 12754, 11217, 9248, 9656, 7301, 10248, 7522, 9853, 9367, 7519, 12881, 8426, 12850, 10976, 11927, 10068, 7546, 10012, 7807, 12543, 10739, 8405, 10125, 7832, 12138, 8561, 13835, 11335, 7857, 9265, 7684, 12544, 9264, 13543, 10507, 7277, 10443, 8107, 13603, 10755, 11629, 9709, 7556, 10211, 7975, 13201, 10059, 8867, 8545, 7735, 10950, 7923, 12807, 10556, 7453, 9553, 7883, 12104, 8677, 13589, 8672], 'WindowCenter': [3974.0, 3932.0, 3910.0, 3901.0, 3880.0, 3888.0, 3890.0, 3932.0, 3889.0, 3879.0, 3901.0, 3889.0, 3908.0, 3908.0, 3918.0, 3886.0, 3930.0, 3876.0, 3928.0, 3877.0, 3928.0, 3896.0, 3865.0, 3876.0, 3878.0, 3897.0, 3886.0, 3940.0, 3899.0, 3941.0, 3899.0, 3930.0, 3917.0, 3928.0, 3917.0, 3875.0, 3874.0, 3863.0, 3904.0, 3874.0, 3929.0, 3878.0, 3929.0, 3887.0, 3916.0, 3907.0, 3896.0, 3899.0, 3875.0, 3886.0, 3875.0, 3916.0, 3875.0, 3929.0, 3876.0, 3905.0, 3874.0, 3905.0, 3889.0, 3868.0, 3889.0, 3889.0, 3919.0, 3889.0, 3952.0, 3900.0, 3942.0, 3900.0, 3930.0, 3910.0, 3910.0, 3900.0, 3868.0, 3888.0, 3900.0, 3930.0, 3890.0, 3933.0, 3902.0, 3932.0, 3910.0, 3940.0, 3919.0, 3919.0, 3897.0, 3865.0, 3876.0, 3875.0, 3926.0, 3885.0, 3940.0, 3876.0, 3928.0, 3864.0, 3925.0, 3907.0, 3927.0, 3896.0, 3927.0, 3875.0, 3915.0, 3884.0, 3896.0, 3887.0, 3867.0, 3887.0, 3886.0, 3928.0, 3899.0, 3942.0, 3889.0, 3906.0, 3886.0, 3907.0, 3919.0, 3888.0, 3941.0, 3888.0, 3939.0, 3908.0, 3917.0, 3908.0, 3898.0, 3930.0, 3889.0, 3939.0, 3919.0, 3928.0, 3907.0, 3887.0, 3876.0, 3918.0, 3918.0, 3895.0, 3917.0, 3874.0, 3903.0, 3871.0, 3926.0, 3896.0, 3917.0, 3887.0, 3885.0, 3876.0, 3905.0, 3916.0, 3885.0, 3906.0, 3874.0, 3904.0, 3883.0, 3926.0, 3885.0, 3937.0, 3875.0, 3916.0, 3896.0, 3914.0, 3907.0, 3885.0, 3908.0, 3864.0, 3915.0, 3882.0, 3926.0, 3885.0, 3927.0, 3886.0, 3916.0, 3885.0, 3925.0, 3886.0, 3918.0, 3888.0, 3866.0, 3897.0, 3885.0, 3942.0, 3901.0, 3943.0, 3900.0, 3940.0, 3917.0, 3940.0, 3909.0, 3930.0, 3888.0, 3897.0, 3897.0, 3876.0, 3918.0, 3889.0, 3920.0, 3889.0, 3917.0, 3918.0, 3887.0, 3940.0, 3889.0, 3940.0, 3907.0, 3916.0, 3929.0, 3886.0, 3919.0, 3864.0, 3915.0, 3872.0, 3927.0, 3904.0, 3926.0, 3873.0, 3915.0, 3872.0, 3880.0, 3894.0, 3874.0, 3916.0, 3874.0, 3915.0, 3884.0, 3927.0, 3917.0, 3917.0, 3885.0, 3874.0, 3895.0, 3873.0, 3939.0, 3888.0, 3939.0, 3887.0, 3938.0, 3917.0, 3906.0, 3897.0, 3885.0, 3885.0, 3885.0, 3915.0, 3884.0, 3938.0, 3888.0, 3897.0, 3897.0, 3906.0, 3928.0, 3887.0, 3951.0, 3887.0, 3938.0, 3917.0, 3939.0, 3919.0, 3930.0, 3935.0, 3894.0, 3870.0, 3880.0, 3903.0, 3873.0, 3925.0, 3874.0, 3884.0, 3905.0, 3885.0, 3939.0, 3896.0, 3938.0, 3906.0, 3938.0, 3917.0, 3896.0, 3884.0, 3864.0, 3904.0, 3872.0, 3937.0, 3897.0, 3895.0, 3885.0, 3873.0, 3916.0, 3882.0, 3939.0, 3907.0, 3917.0, 3886.0, 3926.0, 3905.0, 3892.0, 3916.0, 3863.0, 3904.0, 3884.0, 3913.0, 3872.0, 3938.0, 3886.0, 3865.0, 3887.0, 3896.0, 3916.0, 3875.0, 3938.0, 3886.0, 3939.0, 3897.0, 3938.0, 3917.0, 3885.0, 3897.0, 3887.0, 3927.0, 3886.0, 3937.0, 3918.0, 3897.0, 3908.0, 3867.0, 3918.0, 3896.0, 3938.0, 3909.0, 3928.0, 3896.0, 3895.0, 3894.0, 3894.0, 3929.0, 3890.0, 3941.0, 3876.0, 3915.0, 3876.0, 3916.0, 3875.0, 3927.0, 3877.0, 3927.0, 3887.0, 3928.0, 3907.0, 3907.0, 3898.0, 3866.0, 3908.0, 3877.0, 3929.0, 3897.0, 3942.0, 3898.0, 3941.0, 3919.0, 3928.0, 3918.0, 3876.0, 3909.0, 3877.0, 3926.0, 3897.0, 3909.0, 3911.0, 3880.0, 3952.0, 3899.0, 3941.0, 3929.0, 3940.0, 3907.0, 3888.0, 3897.0, 3917.0, 3907.0, 3905.0, 3905.0, 3864.0, 3915.0, 3874.0, 3924.0, 3906.0, 3886.0, 3896.0, 3864.0, 3917.0, 3864.0, 3916.0, 3874.0, 3938.0, 3887.0, 3928.0, 3886.0, 3926.0, 3917.0, 3887.0, 3921.0, 3878.0, 3940.0, 3899.0, 3928.0, 3918.0, 3929.0, 3898.0, 3887.0, 3919.0, 3899.0, 3916.0, 3877.0, 3930.0, 3889.0, 3941.0, 3909.0, 3927.0, 3919.0, 3928.0, 3918.0, 3897.0, 3887.0, 3885.0, 3917.0, 3876.0, 3941.0, 3888.0, 3938.0, 3897.0, 3926.0, 3921.0, 3888.0, 3899.0, 3877.0, 3915.0, 3876.0, 3940.0, 3908.0, 3942.0, 3898.0, 3929.0, 3907.0, 3906.0, 3909.0, 3867.0, 3918.0, 3877.0, 3928.0, 3908.0, 3910.0, 3910.0, 3878.0, 3908.0, 3888.0, 3929.0, 3888.0, 3941.0, 3890.0, 3920.0, 3898.0, 3896.0, 3930.0, 3888.0, 3942.0, 3898.0, 3940.0, 3918.0, 3928.0, 3918.0, 3885.0, 3897.0, 3886.0, 3916.0, 3875.0, 3940.0, 3906.0, 3897.0, 3887.0, 3873.0, 3915.0, 3884.0, 3939.0, 3887.0, 3929.0, 3895.0, 3916.0, 3906.0, 3899.0, 3907.0, 3890.0, 3930.0, 3885.0, 3905.0, 3907.0, 3878.0, 3916.0, 3860.0, 3927.0, 3904.0, 3885.0, 3930.0, 3880.0, 3929.0, 3908.0, 3898.0, 3930.0, 3900.0, 3943.0, 3909.0, 3918.0, 3909.0, 3885.0, 3919.0, 3876.0, 3916.0, 3876.0, 3927.0, 3907.0, 3908.0, 3910.0, 3867.0, 3907.0, 3887.0, 3928.0, 3919.0, 3919.0, 3898.0, 3877.0, 3907.0, 3885.0, 3927.0, 3888.0, 3941.0, 3887.0, 3929.0, 3897.0, 3897.0, 3907.0, 3866.0, 3918.0, 3877.0, 3939.0, 3907.0, 3928.0, 3920.0, 3876.0, 3897.0, 3887.0, 3917.0, 3876.0, 3940.0, 3909.0, 3928.0, 3897.0, 3888.0, 3908.0, 3877.0, 3940.0, 3889.0, 3940.0, 3897.0, 3909.0, 3920.0, 3877.0, 3942.0, 3900.0, 3920.0, 3908.0, 3897.0, 3920.0, 3889.0, 3952.0, 3898.0, 3908.0, 3897.0, 3877.0, 3942.0, 3889.0, 3941.0, 3900.0, 3941.0, 3919.0, 3908.0, 3898.0, 3865.0, 3929.0, 3878.0, 3938.0, 3907.0, 3928.0, 3908.0, 3877.0, 3897.0, 3876.0, 3928.0, 3919.0, 3898.0, 3898.0, 3878.0, 3939.0, 3907.0, 3930.0, 3932.0, 3889.0, 3918.0, 3889.0, 3939.0, 3919.0, 3888.0, 3897.0, 3865.0, 3928.0, 3907.0, 3939.0, 3918.0, 3875.0, 3906.0, 3864.0, 3915.0, 3895.0, 3928.0, 3908.0, 3865.0, 3918.0, 3876.0, 3927.0, 3919.0, 3898.0, 3919.0, 3877.0, 3926.0, 3897.0, 3927.0, 3918.0, 3876.0, 3897.0, 3867.0, 3927.0, 3908.0, 3918.0, 3910.0, 3877.0, 3919.0, 3878.0, 3926.0, 3895.0, 3938.0, 3907.0, 3874.0, 3896.0, 3864.0, 3927.0, 3884.0, 3940.0, 3920.0, 3877.0, 3908.0, 3878.0, 3928.0, 3886.0, 3941.0, 3909.0, 3919.0, 3897.0, 3896.0, 3896.0, 3876.0, 3919.0, 3876.0, 3928.0, 3877.0, 3927.0, 3907.0, 3907.0, 3908.0, 3867.0, 3929.0, 3888.0, 3928.0, 3918.0, 3909.0, 3897.0, 3866.0, 3908.0, 3876.0, 3929.0, 3909.0, 3940.0, 3899.0, 3878.0, 3898.0, 3876.0, 3940.0, 3899.0, 3942.0, 3899.0, 3909.0, 3919.0, 3896.0, 3931.0, 3867.0, 3918.0, 3878.0, 3929.0, 3897.0, 3929.0, 3919.0, 3887.0, 3888.0, 3866.0, 3916.0, 3886.0, 3941.0, 3898.0, 3941.0, 3907.0, 3928.0, 3906.0, 3917.0, 3907.0, 3865.0, 3886.0, 3866.0, 3916.0, 3887.0, 3918.0, 3898.0, 3869.0, 3919.0, 3877.0, 3939.0, 3919.0, 3919.0, 3899.0, 3900.0, 3897.0, 3885.0, 3931.0, 3889.0, 3931.0, 3889.0, 3888.0, 3920.0, 3888.0, 3929.0, 3898.0, 3941.0, 3899.0, 3942.0, 3908.0, 3916.0, 3906.0, 3876.0, 3886.0, 3866.0, 3908.0, 3878.0, 3929.0, 3909.0, 3943.0, 3909.0, 3919.0, 3897.0, 3906.0, 3907.0, 3888.0, 3909.0, 3868.0, 3930.0, 3888.0, 3928.0, 3920.0, 3910.0, 3911.0, 3877.0, 3909.0, 3900.0, 3940.0, 3920.0, 3900.0, 3899.0, 3878.0, 3920.0, 3888.0, 3942.0, 3899.0, 3942.0, 3898.0, 3900.0, 3908.0, 3876.0, 3943.0, 3900.0, 3910.0, 3899.0, 3888.0, 3929.0, 3888.0, 3942.0, 3910.0, 3898.0, 3900.0, 3886.0, 3918.0, 3886.0, 3941.0, 3887.0, 3930.0, 3896.0, 3926.0, 3907.0, 3875.0, 3908.0, 3867.0, 3930.0, 3888.0, 3888.0, 3920.0, 3880.0, 3942.0, 3891.0, 3941.0, 3911.0, 3941.0, 3910.0, 3932.0, 3899.0, 3876.0, 3896.0, 3876.0, 3940.0, 3911.0, 3920.0, 3891.0, 3892.0, 3933.0, 3911.0, 3881.0, 3943.0, 3922.0, 3891.0, 3933.0, 3888.0, 3930.0, 3887.0, 3930.0, 3896.0, 3897.0, 3887.0, 3865.0, 3885.0, 3876.0, 3917.0, 3887.0, 3866.0, 3888.0, 3879.0, 3929.0, 3908.0, 3919.0, 3920.0, 3868.0, 3900.0, 3866.0, 3920.0, 3887.0, 3919.0, 3867.0, 3931.0, 3876.0, 3929.0, 3887.0, 3929.0, 3909.0, 3868.0, 3908.0, 3878.0, 3941.0, 3910.0, 3931.0, 3922.0, 3890.0, 3900.0, 3891.0, 3919.0, 3889.0, 3943.0, 3910.0, 3881.0, 3910.0, 3881.0, 3931.0, 3889.0, 3944.0, 3879.0, 3931.0, 3900.0, 3940.0, 3920.0, 3930.0, 3908.0, 3866.0, 3887.0, 3868.0, 3917.0, 3877.0, 3931.0, 3879.0, 3928.0, 3888.0, 3926.0, 3918.0, 3898.0, 3900.0, 3867.0, 3908.0, 3878.0, 3909.0, 3911.0, 3880.0, 3943.0, 3892.0, 3943.0, 3921.0, 3920.0, 3913.0, 3879.0, 3909.0, 3879.0, 3930.0, 3920.0, 3888.0, 3910.0, 3879.0, 3930.0, 3900.0, 3941.0, 3921.0, 3878.0, 3902.0, 3879.0, 3931.0, 3898.0, 3941.0, 3922.0, 3869.0, 3920.0, 3889.0, 3940.0, 3909.0, 3919.0, 3910.0, 3878.0, 3909.0, 3879.0, 3928.0, 3909.0, 3898.0, 3889.0, 3879.0, 3920.0, 3889.0, 3941.0, 3923.0, 3881.0, 3912.0, 3891.0, 3932.0, 3889.0, 3944.0, 3902.0], 'WindowWidth': [8869.0, 8805.0, 8754.0, 8740.0, 8711.0, 8720.0, 8725.0, 8781.0, 8723.0, 8709.0, 8741.0, 8721.0, 8744.0, 8741.0, 8758.0, 8712.0, 8777.0, 8697.0, 8769.0, 8699.0, 8771.0, 8725.0, 8683.0, 8699.0, 8703.0, 8726.0, 8711.0, 8790.0, 8733.0, 8795.0, 8734.0, 8778.0, 8754.0, 8775.0, 8755.0, 8693.0, 8692.0, 8676.0, 8730.0, 8692.0, 8774.0, 8704.0, 8776.0, 8716.0, 8751.0, 8740.0, 8723.0, 8733.0, 8695.0, 8710.0, 8694.0, 8748.0, 8694.0, 8775.0, 8700.0, 8736.0, 8694.0, 8736.0, 8721.0, 8694.0, 8723.0, 8724.0, 8762.0, 8719.0, 8812.0, 8740.0, 8798.0, 8739.0, 8778.0, 8751.0, 8750.0, 8738.0, 8693.0, 8720.0, 8739.0, 8776.0, 8724.0, 8786.0, 8744.0, 8784.0, 8751.0, 8794.0, 8760.0, 8759.0, 8729.0, 8683.0, 8698.0, 8696.0, 8766.0, 8708.0, 8796.0, 8700.0, 8771.0, 8681.0, 8764.0, 8740.0, 8768.0, 8727.0, 8769.0, 8694.0, 8747.0, 8706.0, 8723.0, 8717.0, 8688.0, 8716.0, 8712.0, 8769.0, 8735.0, 8797.0, 8722.0, 8739.0, 8713.0, 8740.0, 8759.0, 8719.0, 8792.0, 8719.0, 8790.0, 8743.0, 8755.0, 8743.0, 8732.0, 8777.0, 8723.0, 8791.0, 8759.0, 8772.0, 8743.0, 8714.0, 8699.0, 8758.0, 8758.0, 8722.0, 8754.0, 8694.0, 8731.0, 8684.0, 8766.0, 8726.0, 8754.0, 8715.0, 8710.0, 8699.0, 8733.0, 8752.0, 8708.0, 8738.0, 8693.0, 8732.0, 8704.0, 8763.0, 8709.0, 8784.0, 8698.0, 8753.0, 8726.0, 8746.0, 8742.0, 8711.0, 8746.0, 8680.0, 8750.0, 8702.0, 8767.0, 8709.0, 8770.0, 8712.0, 8752.0, 8710.0, 8761.0, 8713.0, 8758.0, 8721.0, 8688.0, 8729.0, 8711.0, 8796.0, 8741.0, 8798.0, 8738.0, 8790.0, 8756.0, 8794.0, 8749.0, 8777.0, 8718.0, 8729.0, 8728.0, 8700.0, 8760.0, 8724.0, 8766.0, 8722.0, 8756.0, 8759.0, 8716.0, 8791.0, 8722.0, 8792.0, 8741.0, 8752.0, 8777.0, 8712.0, 8759.0, 8679.0, 8749.0, 8687.0, 8772.0, 8732.0, 8771.0, 8689.0, 8750.0, 8688.0, 8695.0, 8718.0, 8692.0, 8751.0, 8695.0, 8748.0, 8706.0, 8769.0, 8755.0, 8755.0, 8710.0, 8694.0, 8723.0, 8690.0, 8786.0, 8717.0, 8788.0, 8716.0, 8787.0, 8755.0, 8739.0, 8727.0, 8711.0, 8710.0, 8709.0, 8748.0, 8708.0, 8786.0, 8720.0, 8730.0, 8729.0, 8737.0, 8770.0, 8716.0, 8808.0, 8717.0, 8787.0, 8753.0, 8793.0, 8758.0, 8780.0, 8797.0, 8720.0, 8681.0, 8693.0, 8728.0, 8688.0, 8766.0, 8696.0, 8708.0, 8737.0, 8712.0, 8789.0, 8727.0, 8784.0, 8739.0, 8787.0, 8756.0, 8724.0, 8708.0, 8681.0, 8731.0, 8686.0, 8784.0, 8727.0, 8723.0, 8711.0, 8693.0, 8750.0, 8701.0, 8791.0, 8742.0, 8756.0, 8713.0, 8764.0, 8734.0, 8715.0, 8751.0, 8678.0, 8734.0, 8706.0, 8742.0, 8685.0, 8785.0, 8712.0, 8683.0, 8716.0, 8727.0, 8751.0, 8696.0, 8786.0, 8715.0, 8789.0, 8728.0, 8785.0, 8754.0, 8711.0, 8728.0, 8716.0, 8770.0, 8714.0, 8783.0, 8758.0, 8729.0, 8746.0, 8688.0, 8756.0, 8723.0, 8789.0, 8745.0, 8773.0, 8726.0, 8722.0, 8719.0, 8719.0, 8776.0, 8726.0, 8797.0, 8698.0, 8749.0, 8699.0, 8752.0, 8697.0, 8769.0, 8705.0, 8770.0, 8717.0, 8770.0, 8741.0, 8743.0, 8732.0, 8691.0, 8747.0, 8701.0, 8774.0, 8731.0, 8799.0, 8735.0, 8793.0, 8761.0, 8776.0, 8759.0, 8701.0, 8748.0, 8703.0, 8765.0, 8728.0, 8749.0, 8756.0, 8714.0, 8811.0, 8737.0, 8797.0, 8775.0, 8793.0, 8745.0, 8716.0, 8729.0, 8756.0, 8740.0, 8734.0, 8737.0, 8681.0, 8750.0, 8695.0, 8760.0, 8738.0, 8713.0, 8727.0, 8682.0, 8753.0, 8680.0, 8750.0, 8693.0, 8786.0, 8715.0, 8771.0, 8714.0, 8767.0, 8755.0, 8715.0, 8765.0, 8707.0, 8792.0, 8734.0, 8772.0, 8756.0, 8775.0, 8732.0, 8716.0, 8763.0, 8736.0, 8754.0, 8700.0, 8779.0, 8721.0, 8796.0, 8749.0, 8772.0, 8760.0, 8776.0, 8759.0, 8728.0, 8715.0, 8711.0, 8753.0, 8701.0, 8794.0, 8719.0, 8785.0, 8729.0, 8768.0, 8765.0, 8718.0, 8735.0, 8704.0, 8751.0, 8698.0, 8792.0, 8746.0, 8799.0, 8733.0, 8775.0, 8742.0, 8739.0, 8747.0, 8689.0, 8759.0, 8704.0, 8770.0, 8746.0, 8751.0, 8751.0, 8707.0, 8747.0, 8717.0, 8775.0, 8720.0, 8796.0, 8723.0, 8766.0, 8733.0, 8725.0, 8780.0, 8720.0, 8798.0, 8733.0, 8795.0, 8757.0, 8778.0, 8760.0, 8710.0, 8728.0, 8714.0, 8752.0, 8693.0, 8794.0, 8740.0, 8729.0, 8714.0, 8693.0, 8749.0, 8706.0, 8791.0, 8715.0, 8777.0, 8724.0, 8751.0, 8740.0, 8735.0, 8743.0, 8726.0, 8777.0, 8710.0, 8734.0, 8744.0, 8705.0, 8750.0, 8666.0, 8767.0, 8733.0, 8709.0, 8776.0, 8712.0, 8775.0, 8746.0, 8730.0, 8779.0, 8738.0, 8802.0, 8749.0, 8760.0, 8746.0, 8710.0, 8763.0, 8700.0, 8753.0, 8699.0, 8767.0, 8741.0, 8745.0, 8749.0, 8690.0, 8743.0, 8717.0, 8770.0, 8762.0, 8762.0, 8734.0, 8704.0, 8742.0, 8711.0, 8771.0, 8717.0, 8797.0, 8716.0, 8776.0, 8729.0, 8726.0, 8743.0, 8686.0, 8759.0, 8704.0, 8786.0, 8742.0, 8772.0, 8765.0, 8700.0, 8729.0, 8717.0, 8754.0, 8698.0, 8792.0, 8746.0, 8773.0, 8731.0, 8720.0, 8745.0, 8703.0, 8790.0, 8722.0, 8792.0, 8730.0, 8748.0, 8763.0, 8702.0, 8798.0, 8739.0, 8764.0, 8747.0, 8727.0, 8764.0, 8720.0, 8815.0, 8733.0, 8744.0, 8728.0, 8701.0, 8799.0, 8723.0, 8795.0, 8739.0, 8794.0, 8761.0, 8744.0, 8731.0, 8686.0, 8774.0, 8706.0, 8789.0, 8742.0, 8773.0, 8746.0, 8702.0, 8727.0, 8699.0, 8771.0, 8761.0, 8730.0, 8733.0, 8707.0, 8788.0, 8742.0, 8778.0, 8784.0, 8724.0, 8759.0, 8720.0, 8791.0, 8762.0, 8717.0, 8730.0, 8686.0, 8770.0, 8740.0, 8795.0, 8757.0, 8696.0, 8739.0, 8683.0, 8748.0, 8720.0, 8771.0, 8744.0, 8686.0, 8759.0, 8701.0, 8769.0, 8760.0, 8733.0, 8760.0, 8704.0, 8765.0, 8728.0, 8772.0, 8755.0, 8699.0, 8729.0, 8690.0, 8768.0, 8742.0, 8758.0, 8748.0, 8701.0, 8759.0, 8703.0, 8767.0, 8720.0, 8790.0, 8739.0, 8693.0, 8726.0, 8684.0, 8766.0, 8708.0, 8792.0, 8763.0, 8703.0, 8745.0, 8703.0, 8770.0, 8709.0, 8794.0, 8746.0, 8760.0, 8727.0, 8723.0, 8723.0, 8696.0, 8757.0, 8698.0, 8769.0, 8701.0, 8767.0, 8741.0, 8742.0, 8745.0, 8689.0, 8774.0, 8718.0, 8773.0, 8758.0, 8746.0, 8730.0, 8687.0, 8743.0, 8699.0, 8774.0, 8745.0, 8792.0, 8733.0, 8706.0, 8729.0, 8698.0, 8789.0, 8732.0, 8794.0, 8734.0, 8746.0, 8758.0, 8724.0, 8780.0, 8686.0, 8758.0, 8704.0, 8770.0, 8726.0, 8777.0, 8759.0, 8713.0, 8715.0, 8685.0, 8751.0, 8710.0, 8793.0, 8730.0, 8792.0, 8741.0, 8772.0, 8736.0, 8754.0, 8740.0, 8681.0, 8712.0, 8686.0, 8751.0, 8714.0, 8758.0, 8732.0, 8695.0, 8760.0, 8703.0, 8787.0, 8760.0, 8761.0, 8734.0, 8736.0, 8728.0, 8709.0, 8779.0, 8720.0, 8779.0, 8720.0, 8719.0, 8762.0, 8715.0, 8775.0, 8730.0, 8793.0, 8732.0, 8801.0, 8743.0, 8753.0, 8738.0, 8698.0, 8713.0, 8686.0, 8742.0, 8705.0, 8771.0, 8745.0, 8799.0, 8746.0, 8760.0, 8729.0, 8738.0, 8740.0, 8716.0, 8748.0, 8692.0, 8777.0, 8721.0, 8772.0, 8763.0, 8750.0, 8754.0, 8705.0, 8748.0, 8737.0, 8792.0, 8763.0, 8736.0, 8737.0, 8707.0, 8763.0, 8717.0, 8799.0, 8734.0, 8798.0, 8733.0, 8735.0, 8743.0, 8699.0, 8797.0, 8736.0, 8749.0, 8733.0, 8716.0, 8771.0, 8715.0, 8801.0, 8749.0, 8731.0, 8734.0, 8712.0, 8757.0, 8711.0, 8795.0, 8715.0, 8778.0, 8727.0, 8767.0, 8741.0, 8695.0, 8743.0, 8692.0, 8779.0, 8719.0, 8718.0, 8764.0, 8712.0, 8796.0, 8728.0, 8796.0, 8755.0, 8796.0, 8750.0, 8783.0, 8735.0, 8701.0, 8728.0, 8699.0, 8792.0, 8755.0, 8766.0, 8728.0, 8728.0, 8786.0, 8754.0, 8715.0, 8800.0, 8769.0, 8727.0, 8784.0, 8718.0, 8776.0, 8714.0, 8782.0, 8726.0, 8725.0, 8712.0, 8681.0, 8707.0, 8697.0, 8752.0, 8714.0, 8688.0, 8719.0, 8708.0, 8774.0, 8746.0, 8761.0, 8764.0, 8691.0, 8735.0, 8688.0, 8761.0, 8712.0, 8760.0, 8686.0, 8778.0, 8699.0, 8771.0, 8716.0, 8772.0, 8746.0, 8690.0, 8746.0, 8707.0, 8792.0, 8749.0, 8783.0, 8769.0, 8723.0, 8737.0, 8728.0, 8759.0, 8719.0, 8801.0, 8751.0, 8712.0, 8749.0, 8712.0, 8781.0, 8719.0, 8803.0, 8709.0, 8782.0, 8736.0, 8791.0, 8759.0, 8780.0, 8743.0, 8685.0, 8713.0, 8689.0, 8754.0, 8701.0, 8778.0, 8706.0, 8771.0, 8717.0, 8765.0, 8756.0, 8729.0, 8734.0, 8687.0, 8744.0, 8707.0, 8747.0, 8753.0, 8711.0, 8799.0, 8728.0, 8799.0, 8766.0, 8763.0, 8756.0, 8706.0, 8747.0, 8709.0, 8777.0, 8762.0, 8717.0, 8749.0, 8707.0, 8776.0, 8736.0, 8793.0, 8766.0, 8706.0, 8740.0, 8709.0, 8778.0, 8731.0, 8794.0, 8767.0, 8695.0, 8763.0, 8721.0, 8790.0, 8744.0, 8761.0, 8751.0, 8705.0, 8746.0, 8707.0, 8770.0, 8745.0, 8732.0, 8720.0, 8707.0, 8763.0, 8721.0, 8794.0, 8773.0, 8712.0, 8755.0, 8727.0, 8781.0, 8720.0, 8804.0, 8741.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.0033016580310880833</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032652258341968915</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.0460194076142</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2140932664004156</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9869601951037347</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3563.8726</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13749631084443711</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.99481865284974</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5484449563330656</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.519800303559643</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8215975690915083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3039369963480456</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00478787</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0026833517476916313</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021677955985069275</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7657167785434575</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>21.4264</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.3387</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.9405</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299213.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>847.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.2325</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.2286</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3072.4183</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3263.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77331.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4080.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.4961</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.946614663349465</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> |