=== 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-0051 --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-0051",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
115 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
115 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-0051_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-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0051/figures/sub-0051_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-0051/figures/sub-0051_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_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-0051/ses-02/func/sub-0051_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>0e57de503d90dced6e8b0a1a30dd2db8</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>08:48:33.230000</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.99867, -0.0515458, 0.000873232, 0.0493672, 0.961068, 0.271867]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10287</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>[4137, -7790, -7247, 576, -43, -43, 34, 128]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>255.414</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b4e05ca6-31ea-440c-89a0-cc2039bc7a45||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.679359197616577, 0.13244864344596863, 0.040102582424879074, 104.74362182617188], [0.13829351961612701, 2.578474760055542, 0.7329473495483398, -112.6554183959961], [0.0023428178392350674, -0.729398250579834, 2.5983033180236816, -14.150423049926758], [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': ['084833.230000', '084833.690000', '084834.150000', '084834.610000', '084835.070000', '084835.530000', '084835.990000', '084836.450000', '084836.910000', '084837.370000', '084837.830000', '084838.290000', '084838.750000', '084839.210000', '084839.670000', '084840.130000', '084840.590000', '084841.050000', '084841.510000', '084841.970000', '084842.430000', '084842.890000', '084843.350000', '084843.810000', '084844.270000', '084844.730000', '084845.190000', '084845.650000', '084846.110000', '084846.570000', '084847.030000', '084847.490000', '084847.950000', '084848.410000', '084848.870000', '084849.330000', '084849.790000', '084850.250000', '084850.710000', '084851.170000', '084851.630000', '084852.090000', '084852.550000', '084853.010000', '084853.470000', '084853.930000', '084854.390000', '084854.850000', '084855.310000', '084855.770000', '084856.230000', '084856.690000', '084857.150000', '084857.610000', '084858.070000', '084858.530000', '084858.990000', '084859.450000', '084859.910000', '084900.370000', '084900.830000', '084901.290000', '084901.750000', '084902.210000', '084902.670000', '084903.130000', '084903.590000', '084904.050000', '084904.510000', '084904.970000', '084905.430000', '084905.890000', '084906.350000', '084906.810000', '084907.270000', '084907.730000', '084908.190000', '084908.650000', '084909.110000', '084909.570000', '084910.030000', '084910.490000', '084910.950000', '084911.410000', '084911.870000', '084912.330000', '084912.790000', '084913.250000', '084913.710000', '084914.170000', '084914.630000', '084915.090000', '084915.550000', '084916.010000', '084916.470000', '084916.930000', '084917.390000', '084917.850000', '084918.310000', '084918.770000', '084919.230000', '084919.690000', '084920.150000', '084920.610000', '084921.070000', '084921.530000', '084921.990000', '084922.450000', '084922.910000', '084923.370000', '084923.830000', '084924.290000', '084924.750000', '084925.210000', '084925.670000', '084926.130000', '084926.590000', '084927.050000', '084927.510000', '084927.970000', '084928.430000', '084928.890000', '084929.350000', '084929.810000', '084930.270000', '084930.730000', '084931.190000', '084931.650000', '084932.110000', '084932.570000', '084933.030000', '084933.490000', '084933.950000', '084934.410000', '084934.870000', '084935.330000', '084935.790000', '084936.250000', '084936.710000', '084937.170000', '084937.630000', '084938.090000', '084938.550000', '084939.010000', '084939.470000', '084939.930000', '084940.390000', '084940.850000', '084941.310000', '084941.770000', '084942.230000', '084942.690000', '084943.150000', '084943.610000', '084944.070000', '084944.530000', '084944.990000', '084945.450000', '084945.910000', '084946.370000', '084946.830000', '084947.290000', '084947.750000', '084948.210000', '084948.670000', '084949.130000', '084949.590000', '084950.050000', '084950.510000', '084950.970000', '084951.430000', '084951.890000', '084952.350000', '084952.810000', '084953.270000', '084953.730000', '084954.190000', '084954.650000', '084955.110000', '084955.570000', '084956.030000', '084956.490000', '084956.950000', '084957.410000', '084957.870000', '084958.330000', '084958.790000', '084959.250000', '084959.710000', '085000.170000', '085000.630000', '085001.090000', '085001.550000', '085002.010000', '085002.470000', '085002.930000', '085003.390000', '085003.850000', '085004.310000', '085004.770000', '085005.230000', '085005.690000', '085006.150000', '085006.610000', '085007.070000', '085007.530000', '085007.990000', '085008.450000', '085008.910000', '085009.370000', '085009.830000', '085010.290000', '085010.750000', '085011.210000', '085011.670000', '085012.130000', '085012.590000', '085013.050000', '085013.510000', '085013.970000', '085014.430000', '085014.890000', '085015.350000', '085015.810000', '085016.270000', '085016.730000', '085017.190000', '085017.650000', '085018.110000', '085018.570000', '085019.030000', '085019.490000', '085019.950000', '085020.410000', '085020.870000', '085021.330000', '085021.790000', '085022.250000', '085022.710000', '085023.170000', '085023.630000', '085024.090000', '085024.550000', '085025.010000', '085025.470000', '085025.930000', '085026.390000', '085026.850000', '085027.310000', '085027.770000', '085028.230000', '085028.690000', '085029.150000', '085029.610000', '085030.070000', '085030.530000', '085030.990000', '085031.450000', '085031.910000', '085032.370000', '085032.830000', '085033.290000', '085033.750000', '085034.210000', '085034.670000', '085035.130000', '085035.590000', '085036.050000', '085036.510000', '085036.970000', '085037.430000', '085037.890000', '085038.350000', '085038.810000', '085039.270000', '085039.730000', '085040.190000', '085040.650000', '085041.110000', '085041.570000', '085042.030000', '085042.490000', '085042.950000', '085043.410000', '085043.870000', '085044.330000', '085044.790000', '085045.250000', '085045.710000', '085046.170000', '085046.630000', '085047.090000', '085047.550000', '085048.010000', '085048.470000', '085048.930000', '085049.390000', '085049.850000', '085050.310000', '085050.770000', '085051.230000', '085051.690000', '085052.150000', '085052.610000', '085053.070000', '085053.530000', '085053.990000', '085054.450000', '085054.910000', '085055.370000', '085055.830000', '085056.290000', '085056.750000', '085057.210000', '085057.670000', '085058.130000', '085058.590000', '085059.050000', '085059.510000', '085059.970000', '085100.430000', '085100.890000', '085101.350000', '085101.810000', '085102.270000', '085102.730000', '085103.190000', '085103.650000', '085104.110000', '085104.570000', '085105.030000', '085105.490000', '085105.950000', '085106.410000', '085106.870000', '085107.330000', '085107.790000', '085108.250000', '085108.710000', '085109.170000', '085109.630000', '085110.090000', '085110.550000', '085111.010000', '085111.470000', '085111.930000', '085112.390000', '085112.850000', '085113.310000', '085113.770000', '085114.230000', '085114.690000', '085115.150000', '085115.610000', '085116.070000', '085116.530000', '085116.990000', '085117.450000', '085117.910000', '085118.370000', '085118.830000', '085119.290000', '085119.750000', '085120.210000', '085120.670000', '085121.130000', '085121.590000', '085122.050000', '085122.510000', '085122.970000', '085123.430000', '085123.890000', '085124.350000', '085124.810000', '085125.270000', '085125.730000', '085126.190000', '085126.650000', '085127.110000', '085127.570000', '085128.030000', '085128.490000', '085128.950000', '085129.410000', '085129.870000', '085130.330000', '085130.790000', '085131.250000', '085131.710000', '085132.170000', '085132.630000', '085133.090000', '085133.550000', '085134.010000', '085134.470000', '085134.930000', '085135.390000', '085135.850000', '085136.310000', '085136.770000', '085137.230000', '085137.690000', '085138.150000', '085138.610000', '085139.070000', '085139.530000', '085139.990000', '085140.450000', '085140.910000', '085141.370000', '085141.830000', '085142.290000', '085142.750000', '085143.210000', '085143.670000', '085144.130000', '085144.590000', '085145.050000', '085145.510000', '085145.970000', '085146.430000', '085146.890000', '085147.350000', '085147.810000', '085148.270000', '085148.730000', '085149.190000', '085149.650000', '085150.110000', '085150.570000', '085151.030000', '085151.490000', '085151.950000', '085152.410000', '085152.870000', '085153.330000', '085153.790000', '085154.250000', '085154.710000', '085155.170000', '085155.630000', '085156.090000', '085156.550000', '085157.010000', '085157.470000', '085157.930000', '085158.390000', '085158.850000', '085159.310000', '085159.770000', '085200.230000', '085200.690000', '085201.150000', '085201.610000', '085202.070000', '085202.530000', '085202.990000', '085203.450000', '085203.910000', '085204.370000', '085204.830000', '085205.290000', '085205.750000', '085206.210000', '085206.670000', '085207.130000', '085207.590000', '085208.050000', '085208.510000', '085208.970000', '085209.430000', '085209.890000', '085210.350000', '085210.810000', '085211.270000', '085211.730000', '085212.190000', '085212.650000', '085213.110000', '085213.570000', '085214.030000', '085214.490000', '085214.950000', '085215.410000', '085215.870000', '085216.330000', '085216.790000', '085217.250000', '085217.710000', '085218.170000', '085218.630000', '085219.090000', '085219.550000', '085220.010000', '085220.470000', '085220.930000', '085221.390000', '085221.850000', '085222.310000', '085222.770000', '085223.230000', '085223.690000', '085224.150000', '085224.610000', '085225.070000', '085225.530000', '085225.990000', '085226.450000', '085226.910000', '085227.370000', '085227.830000', '085228.290000', '085228.750000', '085229.210000', '085229.670000', '085230.130000', '085230.590000', '085231.050000', '085231.510000', '085231.970000', '085232.430000', '085232.890000', '085233.350000', '085233.810000', '085234.270000', '085234.730000', '085235.190000', '085235.650000', '085236.110000', '085236.570000', '085237.030000', '085237.490000', '085237.950000', '085238.410000', '085238.870000', '085239.330000', '085239.790000', '085240.250000', '085240.710000', '085241.170000', '085241.630000', '085242.090000', '085242.550000', '085243.010000', '085243.470000', '085243.930000', '085244.390000', '085244.850000', '085245.310000', '085245.770000', '085246.230000', '085246.690000', '085247.150000', '085247.610000', '085248.070000', '085248.530000', '085248.990000', '085249.450000', '085249.910000', '085250.370000', '085250.830000', '085251.290000', '085251.750000', '085252.210000', '085252.670000', '085253.130000', '085253.590000', '085254.050000', '085254.510000', '085254.970000', '085255.430000', '085255.890000', '085256.350000', '085256.810000', '085257.270000', '085257.730000', '085258.190000', '085258.650000', '085259.110000', '085259.570000', '085300.030000', '085300.490000', '085300.950000', '085301.410000', '085301.870000', '085302.330000', '085302.790000', '085303.250000', '085303.710000', '085304.170000', '085304.630000', '085305.090000', '085305.550000', '085306.010000', '085306.470000', '085306.930000', '085307.390000', '085307.850000', '085308.310000', '085308.770000', '085309.230000', '085309.690000', '085310.150000', '085310.610000', '085311.070000', '085311.530000', '085311.990000', '085312.450000', '085312.910000', '085313.370000', '085313.830000', '085314.290000', '085314.750000', '085315.210000', '085315.670000', '085316.130000', '085316.590000', '085317.050000', '085317.510000', '085317.970000', '085318.430000', '085318.890000', '085319.350000', '085319.810000', '085320.270000', '085320.730000', '085321.190000', '085321.650000', '085322.110000', '085322.570000', '085323.030000', '085323.490000', '085323.950000', '085324.410000', '085324.870000', '085325.330000', '085325.790000', '085326.250000', '085326.710000', '085327.170000', '085327.630000', '085328.090000', '085328.550000', '085329.010000', '085329.470000', '085329.930000', '085330.390000', '085330.850000', '085331.310000', '085331.770000', '085332.230000', '085332.690000', '085333.150000', '085333.610000', '085334.070000', '085334.530000', '085334.990000', '085335.450000', '085335.910000', '085336.370000', '085336.830000', '085337.290000', '085337.750000', '085338.210000', '085338.670000', '085339.130000', '085339.590000', '085340.050000', '085340.510000', '085340.970000', '085341.430000', '085341.890000', '085342.350000', '085342.810000', '085343.270000', '085343.730000', '085344.190000', '085344.650000', '085345.110000', '085345.570000', '085346.030000', '085346.490000', '085346.950000', '085347.410000', '085347.870000', '085348.330000', '085348.790000', '085349.250000', '085349.710000', '085350.170000', '085350.630000', '085351.090000', '085351.550000', '085352.010000', '085352.470000', '085352.930000', '085353.390000', '085353.850000', '085354.310000', '085354.770000', '085355.230000', '085355.690000', '085356.150000', '085356.610000', '085357.070000', '085357.530000', '085357.990000', '085358.450000', '085358.910000', '085359.370000', '085359.830000', '085400.290000', '085400.750000', '085401.210000', '085401.670000', '085402.130000', '085402.590000', '085403.050000', '085403.510000', '085403.970000', '085404.430000', '085404.890000', '085405.350000', '085405.810000', '085406.270000', '085406.730000', '085407.190000', '085407.650000', '085408.110000', '085408.570000', '085409.030000', '085409.490000', '085409.950000', '085410.410000', '085410.870000', '085411.330000', '085411.790000', '085412.250000', '085412.710000', '085413.170000', '085413.630000', '085414.090000', '085414.550000', '085415.010000', '085415.470000', '085415.930000', '085416.390000', '085416.850000', '085417.310000', '085417.770000', '085418.230000', '085418.690000', '085419.150000', '085419.610000', '085420.070000', '085420.530000', '085420.990000', '085421.450000', '085421.910000', '085422.370000', '085422.830000', '085423.290000', '085423.750000', '085424.210000', '085424.670000', '085425.130000', '085425.590000', '085426.050000', '085426.510000', '085426.970000', '085427.430000', '085427.890000', '085428.350000', '085428.810000', '085429.270000', '085429.730000', '085430.190000', '085430.650000', '085431.110000', '085431.570000', '085432.030000', '085432.490000', '085432.950000', '085433.410000', '085433.870000', '085434.330000', '085434.790000', '085435.250000', '085435.710000', '085436.170000', '085436.630000', '085437.090000', '085437.550000', '085438.010000', '085438.470000', '085438.930000', '085439.390000', '085439.850000', '085440.310000', '085440.770000', '085441.230000', '085441.690000', '085442.150000', '085442.610000', '085443.070000', '085443.530000', '085443.990000', '085444.450000', '085444.910000', '085445.370000', '085445.830000', '085446.290000', '085446.750000', '085447.210000', '085447.670000', '085448.130000', '085448.590000', '085449.050000', '085449.510000', '085449.970000', '085450.430000', '085450.890000', '085451.350000', '085451.810000', '085452.270000', '085452.730000', '085453.190000', '085453.650000', '085454.110000', '085454.570000', '085455.030000', '085455.490000', '085455.950000', '085456.410000', '085456.870000', '085457.330000', '085457.790000', '085458.250000', '085458.710000', '085459.170000', '085459.630000', '085500.090000', '085500.550000', '085501.010000', '085501.470000', '085501.930000', '085502.390000', '085502.850000', '085503.310000', '085503.770000', '085504.230000', '085504.690000', '085505.150000', '085505.610000', '085506.070000', '085506.530000', '085506.990000', '085507.450000', '085507.910000', '085508.370000', '085508.830000', '085509.290000', '085509.750000', '085510.210000', '085510.670000', '085511.130000', '085511.590000', '085512.050000', '085512.510000', '085512.970000', '085513.430000', '085513.890000', '085514.350000', '085514.810000', '085515.270000', '085515.730000', '085516.190000', '085516.650000', '085517.110000', '085517.570000', '085518.030000', '085518.490000', '085518.950000', '085519.410000', '085519.870000', '085520.330000', '085520.790000', '085521.250000', '085521.710000', '085522.170000', '085522.630000', '085523.090000', '085523.550000', '085524.010000', '085524.470000', '085524.930000', '085525.390000', '085525.850000', '085526.310000', '085526.770000', '085527.230000', '085527.690000', '085528.150000', '085528.610000', '085529.070000', '085529.530000', '085529.990000', '085530.450000', '085530.910000', '085531.370000', '085531.830000', '085532.290000', '085532.750000', '085533.210000', '085533.670000', '085534.130000', '085534.590000', '085535.050000', '085535.510000', '085535.970000', '085536.430000', '085536.890000', '085537.350000', '085537.810000', '085538.270000', '085538.730000', '085539.190000', '085539.650000', '085540.110000', '085540.570000', '085541.030000', '085541.490000', '085541.950000', '085542.410000', '085542.870000', '085543.330000', '085543.790000', '085544.250000', '085544.710000', '085545.170000', '085545.630000', '085546.090000', '085546.550000', '085547.010000', '085547.470000', '085547.930000', '085548.390000', '085548.850000', '085549.310000', '085549.770000', '085550.230000', '085550.690000', '085551.150000', '085551.610000', '085552.070000', '085552.530000', '085552.990000', '085553.450000', '085553.910000', '085554.370000', '085554.830000', '085555.290000', '085555.750000', '085556.210000', '085556.670000', '085557.130000', '085557.590000'], 'ContentTime': ['084853.669000', '084853.675000', '084853.678000', '084853.680000', '084853.683000', '084853.685000', '084853.688000', '084853.691000', '084853.693000', '084853.696000', '084853.698000', '084853.701000', '084853.703000', '084853.726000', '084853.729000', '084853.732000', '084853.734000', '084853.737000', '084853.739000', '084853.742000', '084853.744000', '084853.747000', '084853.750000', '084853.752000', '084853.755000', '084853.757000', '084853.760000', '084853.763000', '084853.765000', '084853.768000', '084853.770000', '084853.773000', '084853.775000', '084853.778000', '084853.781000', '084853.783000', '084853.786000', '084853.788000', '084853.791000', '084853.793000', '084853.796000', '084853.799000', '084853.801000', '084913.636000', '084913.638000', '084913.641000', '084913.644000', '084913.646000', '084913.649000', '084913.651000', '084913.654000', '084913.656000', '084913.659000', '084913.661000', '084913.664000', '084913.666000', '084913.669000', '084913.672000', '084913.674000', '084913.677000', '084913.679000', '084913.682000', '084913.684000', '084913.687000', '084913.689000', '084913.692000', '084913.694000', '084913.697000', '084913.700000', '084913.702000', '084913.705000', '084913.707000', '084913.710000', '084913.712000', '084913.715000', '084913.717000', '084913.720000', '084913.722000', '084913.725000', '084913.728000', '084913.730000', '084913.733000', '084913.735000', '084913.738000', '084913.740000', '084913.743000', '084933.635000', '084933.638000', '084933.641000', '084933.643000', '084933.646000', '084933.648000', '084933.651000', '084933.654000', '084933.656000', '084933.659000', '084933.661000', '084933.664000', '084933.667000', '084933.669000', '084933.672000', '084933.674000', '084933.677000', '084933.680000', '084933.682000', '084933.685000', '084933.688000', '084933.690000', '084933.693000', '084933.695000', '084933.698000', '084933.700000', '084933.703000', '084933.706000', '084933.708000', '084933.711000', '084933.713000', '084933.716000', '084933.718000', '084933.721000', '084933.723000', '084933.726000', '084933.729000', '084933.731000', '084933.734000', '084933.736000', '084933.739000', '084933.741000', '084933.744000', '084933.746000', '084953.636000', '084953.638000', '084953.641000', '084953.643000', '084953.646000', '084953.649000', '084953.651000', '084953.654000', '084953.656000', '084953.659000', '084953.661000', '084953.664000', '084953.666000', '084953.669000', '084953.672000', '084953.674000', '084953.677000', '084953.679000', '084953.682000', '084953.684000', '084953.687000', '084953.690000', '084953.692000', '084953.695000', '084953.697000', '084953.700000', '084953.703000', '084953.705000', '084953.708000', '084953.715000', '084953.717000', '084953.720000', '084953.722000', '084953.725000', '084953.728000', '084953.730000', '084953.733000', '084953.735000', '084953.738000', '084953.740000', '084953.743000', '084953.745000', '084953.748000', '085013.635000', '085013.638000', '085013.641000', '085013.643000', '085013.646000', '085013.648000', '085013.651000', '085013.654000', '085013.656000', '085013.659000', '085013.661000', '085013.664000', '085013.666000', '085013.669000', '085013.671000', '085013.674000', '085013.676000', '085013.679000', '085013.682000', '085013.692000', '085013.694000', '085013.697000', '085013.699000', '085013.702000', '085013.704000', '085013.707000', '085013.710000', '085013.712000', '085013.715000', '085013.717000', '085013.720000', '085013.722000', '085013.725000', '085013.727000', '085013.730000', '085013.733000', '085013.735000', '085013.738000', '085013.740000', '085013.743000', '085013.745000', '085013.748000', '085013.751000', '085013.753000', '085033.637000', '085033.639000', '085033.642000', '085033.645000', '085033.647000', '085033.650000', '085033.652000', '085033.655000', '085033.657000', '085033.660000', '085033.663000', '085033.665000', '085033.668000', '085033.670000', '085033.673000', '085033.675000', '085033.678000', '085033.681000', '085033.683000', '085033.686000', '085033.688000', '085033.691000', '085033.693000', '085033.770000', '085033.772000', '085033.775000', '085033.778000', '085033.780000', '085033.783000', '085033.785000', '085033.788000', '085033.790000', '085033.793000', '085033.796000', '085033.798000', '085033.801000', '085033.803000', '085033.806000', '085033.808000', '085033.818000', '085033.821000', '085033.823000', '085033.826000', '085053.635000', '085053.638000', '085053.641000', '085053.643000', '085053.646000', '085053.648000', '085053.651000', '085053.653000', '085053.656000', '085053.659000', '085053.662000', '085053.664000', '085053.667000', '085053.670000', '085053.673000', '085053.675000', '085053.678000', '085053.681000', '085053.683000', '085053.686000', '085053.688000', '085053.691000', '085053.693000', '085053.696000', '085053.699000', '085053.701000', '085053.704000', '085053.707000', '085053.709000', '085053.712000', '085053.714000', '085053.717000', '085053.719000', '085053.722000', '085053.725000', '085053.727000', '085053.730000', '085053.732000', '085053.735000', '085053.738000', '085053.740000', '085053.743000', '085053.745000', '085053.748000', '085113.635000', '085113.638000', '085113.641000', '085113.643000', '085113.646000', '085113.648000', '085113.651000', '085113.653000', '085113.656000', '085113.659000', '085113.661000', '085113.664000', '085113.666000', '085113.669000', '085113.671000', '085113.684000', '085113.686000', '085113.689000', '085113.691000', '085113.694000', '085113.697000', '085113.699000', '085113.702000', '085113.704000', '085113.707000', '085113.720000', '085113.723000', '085113.725000', '085113.728000', '085113.730000', '085113.733000', '085113.736000', '085113.738000', '085113.741000', '085113.743000', '085113.746000', '085113.748000', '085113.751000', '085113.754000', '085113.756000', '085113.759000', '085113.761000', '085113.764000', '085133.635000', '085133.638000', '085133.641000', '085133.643000', '085133.646000', '085133.649000', '085133.651000', '085133.654000', '085133.656000', '085133.659000', '085133.662000', '085133.664000', '085133.667000', '085133.669000', '085133.672000', '085133.674000', '085133.677000', '085133.679000', '085133.682000', '085133.685000', '085133.687000', '085133.690000', '085133.692000', '085133.695000', '085133.698000', '085133.700000', '085133.703000', '085133.705000', '085133.708000', '085133.710000', '085133.713000', '085133.715000', '085133.718000', '085133.721000', '085133.723000', '085133.726000', '085133.728000', '085133.731000', '085133.733000', '085133.736000', '085133.739000', '085133.741000', '085133.744000', '085153.636000', '085153.638000', '085153.641000', '085153.644000', '085153.646000', '085153.649000', '085153.651000', '085153.654000', '085153.657000', '085153.659000', '085153.662000', '085153.664000', '085153.667000', '085153.669000', '085153.672000', '085153.675000', '085153.677000', '085153.680000', '085153.682000', '085153.685000', '085153.688000', '085153.690000', '085153.693000', '085153.696000', '085153.698000', '085153.701000', '085153.703000', '085153.706000', '085153.709000', '085153.711000', '085153.714000', '085153.717000', '085153.719000', '085153.722000', '085153.724000', '085153.727000', '085153.730000', '085153.732000', '085153.735000', '085153.737000', '085153.740000', '085153.743000', '085153.745000', '085153.748000', '085213.635000', '085213.638000', '085213.641000', '085213.643000', '085213.646000', '085213.656000', '085213.659000', '085213.661000', '085213.664000', '085213.667000', '085213.669000', '085213.672000', '085213.674000', '085213.677000', '085213.679000', '085213.682000', '085213.685000', '085213.687000', '085213.690000', '085213.692000', '085213.695000', '085213.697000', '085213.700000', '085213.703000', '085213.706000', '085213.709000', '085213.711000', '085213.714000', '085213.717000', '085213.719000', '085213.722000', '085213.725000', '085213.727000', '085213.730000', '085213.732000', '085213.735000', '085213.737000', '085213.740000', '085213.742000', '085213.745000', '085213.748000', '085213.750000', '085213.753000', '085233.636000', '085233.638000', '085233.641000', '085233.644000', '085233.646000', '085233.649000', '085233.651000', '085233.654000', '085233.657000', '085233.659000', '085233.662000', '085233.664000', '085233.667000', '085233.670000', '085233.672000', '085233.675000', '085233.678000', '085233.680000', '085233.683000', '085233.686000', '085233.688000', '085233.691000', '085233.694000', '085233.697000', '085233.699000', '085233.702000', '085233.704000', '085233.707000', '085233.710000', '085233.712000', '085233.715000', '085233.717000', '085233.720000', '085233.722000', '085233.725000', '085233.728000', '085233.730000', '085233.733000', '085233.735000', '085233.738000', '085233.740000', '085233.743000', '085233.746000', '085233.748000', '085253.636000', '085253.639000', '085253.642000', '085253.644000', '085253.647000', '085253.650000', '085253.652000', '085253.655000', '085253.657000', '085253.660000', '085253.662000', '085253.665000', '085253.668000', '085253.670000', '085253.673000', '085253.675000', '085253.678000', '085253.680000', '085253.683000', '085253.686000', '085253.688000', '085253.691000', '085253.693000', '085253.696000', '085253.699000', '085253.701000', '085253.704000', '085253.706000', '085253.709000', '085253.711000', '085253.714000', '085253.716000', '085253.719000', '085253.722000', '085253.724000', '085253.727000', '085253.729000', '085253.732000', '085253.734000', '085253.737000', '085253.740000', '085253.742000', '085253.745000', '085313.636000', '085313.638000', '085313.641000', '085313.644000', '085313.646000', '085313.649000', '085313.651000', '085313.654000', '085313.657000', '085313.659000', '085313.662000', '085313.664000', '085313.667000', '085313.669000', '085313.672000', '085313.675000', '085313.677000', '085313.680000', '085313.683000', '085313.685000', '085313.688000', '085313.690000', '085313.693000', '085313.695000', '085313.698000', '085313.701000', '085313.703000', '085313.706000', '085313.708000', '085313.711000', '085313.714000', '085313.716000', '085313.719000', '085313.721000', '085313.724000', '085313.727000', '085313.729000', '085313.732000', '085313.734000', '085313.737000', '085313.739000', '085313.742000', '085313.744000', '085313.747000', '085333.636000', '085333.638000', '085333.641000', '085333.644000', '085333.646000', '085333.649000', '085333.651000', '085333.654000', '085333.656000', '085333.659000', '085333.662000', '085333.664000', '085333.667000', '085333.669000', '085333.672000', '085333.675000', '085333.677000', '085333.680000', '085333.682000', '085333.685000', '085333.688000', '085333.690000', '085333.693000', '085333.696000', '085333.698000', '085333.701000', '085333.703000', '085333.706000', '085333.708000', '085333.711000', '085333.725000', '085333.728000', '085333.730000', '085333.733000', '085333.735000', '085333.738000', '085333.741000', '085333.744000', '085333.747000', '085333.750000', '085333.752000', '085333.755000', '085333.757000', '085353.636000', '085353.638000', '085353.641000', '085353.644000', '085353.646000', '085353.649000', '085353.651000', '085353.654000', '085353.656000', '085353.659000', '085353.662000', '085353.664000', '085353.667000', '085353.669000', '085353.672000', '085353.674000', '085353.677000', '085353.680000', '085353.682000', '085353.685000', '085353.687000', '085353.690000', '085353.692000', '085353.695000', '085353.698000', '085353.700000', '085353.703000', '085353.705000', '085353.708000', '085353.710000', '085353.713000', '085353.715000', '085353.718000', '085353.721000', '085353.723000', '085353.726000', '085353.728000', '085353.731000', '085353.734000', '085353.736000', '085353.739000', '085353.741000', '085353.744000', '085353.746000', '085413.635000', '085413.638000', '085413.641000', '085413.643000', '085413.646000', '085413.648000', '085413.651000', '085413.654000', '085413.656000', '085413.659000', '085413.661000', '085413.664000', '085413.667000', '085413.669000', '085413.672000', '085413.674000', '085413.677000', '085413.679000', '085413.682000', '085413.685000', '085413.687000', '085413.690000', '085413.692000', '085413.695000', '085413.698000', '085413.700000', '085413.703000', '085413.705000', '085413.708000', '085413.711000', '085413.713000', '085413.716000', '085413.718000', '085413.721000', '085413.723000', '085413.726000', '085413.729000', '085413.731000', '085413.734000', '085413.736000', '085413.739000', '085413.741000', '085413.744000', '085433.636000', '085433.639000', '085433.641000', '085433.644000', '085433.646000', '085433.649000', '085433.651000', '085433.654000', '085433.657000', '085433.659000', '085433.662000', '085433.664000', '085433.667000', '085433.670000', '085433.672000', '085433.675000', '085433.677000', '085433.680000', '085433.683000', '085433.685000', '085433.688000', '085433.690000', '085433.693000', '085433.695000', '085433.698000', '085433.701000', '085433.703000', '085433.706000', '085433.709000', '085433.711000', '085433.714000', '085433.716000', '085433.719000', '085433.721000', '085433.724000', '085433.727000', '085433.729000', '085433.732000', '085433.734000', '085433.737000', '085433.739000', '085433.742000', '085433.745000', '085433.747000', '085453.636000', '085453.639000', '085453.642000', '085453.644000', '085453.647000', '085453.650000', '085453.652000', '085453.655000', '085453.657000', '085453.660000', '085453.664000', '085453.666000', '085453.669000', '085453.671000', '085453.674000', '085453.676000', '085453.679000', '085453.682000', '085453.684000', '085453.687000', '085453.689000', '085453.692000', '085453.694000', '085453.697000', '085453.699000', '085453.702000', '085453.705000', '085453.707000', '085453.710000', '085453.712000', '085453.715000', '085453.718000', '085453.720000', '085453.723000', '085453.725000', '085453.728000', '085453.731000', '085453.733000', '085453.736000', '085453.738000', '085453.750000', '085453.752000', '085453.755000', '085513.637000', '085513.639000', '085513.642000', '085513.644000', '085513.647000', '085513.650000', '085513.652000', '085513.655000', '085513.657000', '085513.660000', '085513.662000', '085513.665000', '085513.668000', '085513.670000', '085513.673000', '085513.675000', '085513.678000', '085513.681000', '085513.683000', '085513.686000', '085513.688000', '085513.691000', '085513.694000', '085513.696000', '085513.699000', '085513.702000', '085513.704000', '085513.707000', '085513.709000', '085513.712000', '085513.715000', '085513.717000', '085513.720000', '085513.722000', '085513.725000', '085513.727000', '085513.730000', '085513.733000', '085513.735000', '085513.738000', '085513.740000', '085513.743000', '085513.746000', '085513.748000', '085533.635000', '085533.638000', '085533.641000', '085533.643000', '085533.646000', '085533.648000', '085533.651000', '085533.653000', '085533.656000', '085533.659000', '085533.661000', '085533.664000', '085533.666000', '085533.669000', '085533.671000', '085533.674000', '085533.677000', '085533.679000', '085533.682000', '085533.684000', '085533.687000', '085533.689000', '085533.692000', '085533.694000', '085533.697000', '085533.700000', '085533.702000', '085533.705000', '085533.707000', '085533.710000', '085533.712000', '085533.715000', '085533.718000', '085533.720000', '085533.723000', '085533.725000', '085533.728000', '085533.730000', '085533.733000', '085533.735000', '085533.738000', '085533.741000', '085533.743000', '085553.636000', '085553.639000', '085553.641000', '085553.644000', '085553.646000', '085553.649000', '085553.651000', '085553.654000', '085553.657000', '085553.659000', '085553.662000', '085553.664000', '085553.667000', '085553.670000', '085553.672000', '085553.675000', '085553.677000', '085553.680000', '085553.683000', '085553.685000', '085553.688000', '085553.690000', '085553.693000', '085553.696000', '085553.698000', '085553.701000', '085553.704000', '085553.706000', '085553.709000', '085553.711000', '085553.714000', '085553.716000', '085553.719000', '085553.722000', '085553.724000', '085553.727000', '085553.729000', '085553.732000', '085553.734000', '085553.737000', '085553.740000', '085553.742000', '085553.745000', '085553.747000', '085558.631000', '085558.634000', '085558.636000', '085558.639000', '085558.641000', '085558.644000', '085558.646000', '085558.650000', '085558.653000', '085558.656000', '085558.658000'], 'InstanceCreationTime': ['084853.669000', '084853.675000', '084853.678000', '084853.680000', '084853.683000', '084853.685000', '084853.688000', '084853.691000', '084853.693000', '084853.696000', '084853.698000', '084853.701000', '084853.703000', '084853.726000', '084853.729000', '084853.732000', '084853.734000', '084853.737000', '084853.739000', '084853.742000', '084853.744000', '084853.747000', '084853.750000', '084853.752000', '084853.755000', '084853.757000', '084853.760000', '084853.763000', '084853.765000', '084853.768000', '084853.770000', '084853.773000', '084853.775000', '084853.778000', '084853.781000', '084853.783000', '084853.786000', '084853.788000', '084853.791000', '084853.793000', '084853.796000', '084853.799000', '084853.801000', '084913.636000', '084913.638000', '084913.641000', '084913.644000', '084913.646000', '084913.649000', '084913.651000', '084913.654000', '084913.656000', '084913.659000', '084913.661000', '084913.664000', '084913.666000', '084913.669000', '084913.672000', '084913.674000', '084913.677000', '084913.679000', '084913.682000', '084913.684000', '084913.687000', '084913.689000', '084913.692000', '084913.694000', '084913.697000', '084913.700000', '084913.702000', '084913.705000', '084913.707000', '084913.710000', '084913.712000', '084913.715000', '084913.717000', '084913.720000', '084913.722000', '084913.725000', '084913.728000', '084913.730000', '084913.733000', '084913.735000', '084913.738000', '084913.740000', '084913.743000', '084933.635000', '084933.638000', '084933.641000', '084933.643000', '084933.646000', '084933.648000', '084933.651000', '084933.654000', '084933.656000', '084933.659000', '084933.661000', '084933.664000', '084933.667000', '084933.669000', '084933.672000', '084933.674000', '084933.677000', '084933.680000', '084933.682000', '084933.685000', '084933.688000', '084933.690000', '084933.693000', '084933.695000', '084933.698000', '084933.700000', '084933.703000', '084933.706000', '084933.708000', '084933.711000', '084933.713000', '084933.716000', '084933.718000', '084933.721000', '084933.723000', '084933.726000', '084933.729000', '084933.731000', '084933.734000', '084933.736000', '084933.739000', '084933.741000', '084933.744000', '084933.746000', '084953.636000', '084953.638000', '084953.641000', '084953.643000', '084953.646000', '084953.649000', '084953.651000', '084953.654000', '084953.656000', '084953.659000', '084953.661000', '084953.664000', '084953.666000', '084953.669000', '084953.672000', '084953.674000', '084953.677000', '084953.679000', '084953.682000', '084953.684000', '084953.687000', '084953.690000', '084953.692000', '084953.695000', '084953.697000', '084953.700000', '084953.703000', '084953.705000', '084953.708000', '084953.715000', '084953.717000', '084953.720000', '084953.722000', '084953.725000', '084953.728000', '084953.730000', '084953.733000', '084953.735000', '084953.738000', '084953.740000', '084953.743000', '084953.745000', '084953.748000', '085013.635000', '085013.638000', '085013.641000', '085013.643000', '085013.646000', '085013.648000', '085013.651000', '085013.654000', '085013.656000', '085013.659000', '085013.661000', '085013.664000', '085013.666000', '085013.669000', '085013.671000', '085013.674000', '085013.676000', '085013.679000', '085013.682000', '085013.692000', '085013.694000', '085013.697000', '085013.699000', '085013.702000', '085013.704000', '085013.707000', '085013.710000', '085013.712000', '085013.715000', '085013.717000', '085013.720000', '085013.722000', '085013.725000', '085013.727000', '085013.730000', '085013.733000', '085013.735000', '085013.738000', '085013.740000', '085013.743000', '085013.745000', '085013.748000', '085013.751000', '085013.753000', '085033.637000', '085033.639000', '085033.642000', '085033.645000', '085033.647000', '085033.650000', '085033.652000', '085033.655000', '085033.657000', '085033.660000', '085033.663000', '085033.665000', '085033.668000', '085033.670000', '085033.673000', '085033.675000', '085033.678000', '085033.681000', '085033.683000', '085033.686000', '085033.688000', '085033.691000', '085033.693000', '085033.770000', '085033.772000', '085033.775000', '085033.778000', '085033.780000', '085033.783000', '085033.785000', '085033.788000', '085033.790000', '085033.793000', '085033.796000', '085033.798000', '085033.801000', '085033.803000', '085033.806000', '085033.808000', '085033.818000', '085033.821000', '085033.823000', '085033.826000', '085053.635000', '085053.638000', '085053.641000', '085053.643000', '085053.646000', '085053.648000', '085053.651000', '085053.653000', '085053.656000', '085053.659000', '085053.662000', '085053.664000', '085053.667000', '085053.670000', '085053.673000', '085053.675000', '085053.678000', '085053.681000', '085053.683000', '085053.686000', '085053.688000', '085053.691000', '085053.693000', '085053.696000', '085053.699000', '085053.701000', '085053.704000', '085053.707000', '085053.709000', '085053.712000', '085053.714000', '085053.717000', '085053.719000', '085053.722000', '085053.725000', '085053.727000', '085053.730000', '085053.732000', '085053.735000', '085053.738000', '085053.740000', '085053.743000', '085053.745000', '085053.748000', '085113.635000', '085113.638000', '085113.641000', '085113.643000', '085113.646000', '085113.648000', '085113.651000', '085113.653000', '085113.656000', '085113.659000', '085113.661000', '085113.664000', '085113.666000', '085113.669000', '085113.671000', '085113.684000', '085113.686000', '085113.689000', '085113.691000', '085113.694000', '085113.697000', '085113.699000', '085113.702000', '085113.704000', '085113.707000', '085113.720000', '085113.723000', '085113.725000', '085113.728000', '085113.730000', '085113.733000', '085113.736000', '085113.738000', '085113.741000', '085113.743000', '085113.746000', '085113.748000', '085113.751000', '085113.754000', '085113.756000', '085113.759000', '085113.761000', '085113.764000', '085133.635000', '085133.638000', '085133.641000', '085133.643000', '085133.646000', '085133.649000', '085133.651000', '085133.654000', '085133.656000', '085133.659000', '085133.662000', '085133.664000', '085133.667000', '085133.669000', '085133.672000', '085133.674000', '085133.677000', '085133.679000', '085133.682000', '085133.685000', '085133.687000', '085133.690000', '085133.692000', '085133.695000', '085133.698000', '085133.700000', '085133.703000', '085133.705000', '085133.708000', '085133.710000', '085133.713000', '085133.715000', '085133.718000', '085133.721000', '085133.723000', '085133.726000', '085133.728000', '085133.731000', '085133.733000', '085133.736000', '085133.739000', '085133.741000', '085133.744000', '085153.636000', '085153.638000', '085153.641000', '085153.644000', '085153.646000', '085153.649000', '085153.651000', '085153.654000', '085153.657000', '085153.659000', '085153.662000', '085153.664000', '085153.667000', '085153.669000', '085153.672000', '085153.675000', '085153.677000', '085153.680000', '085153.682000', '085153.685000', '085153.688000', '085153.690000', '085153.693000', '085153.696000', '085153.698000', '085153.701000', '085153.703000', '085153.706000', '085153.709000', '085153.711000', '085153.714000', '085153.717000', '085153.719000', '085153.722000', '085153.724000', '085153.727000', '085153.730000', '085153.732000', '085153.735000', '085153.737000', '085153.740000', '085153.743000', '085153.745000', '085153.748000', '085213.635000', '085213.638000', '085213.641000', '085213.643000', '085213.646000', '085213.656000', '085213.659000', '085213.661000', '085213.664000', '085213.667000', '085213.669000', '085213.672000', '085213.674000', '085213.677000', '085213.679000', '085213.682000', '085213.685000', '085213.687000', '085213.690000', '085213.692000', '085213.695000', '085213.697000', '085213.700000', '085213.703000', '085213.706000', '085213.709000', '085213.711000', '085213.714000', '085213.717000', '085213.719000', '085213.722000', '085213.725000', '085213.727000', '085213.730000', '085213.732000', '085213.735000', '085213.737000', '085213.740000', '085213.742000', '085213.745000', '085213.748000', '085213.750000', '085213.753000', '085233.636000', '085233.638000', '085233.641000', '085233.644000', '085233.646000', '085233.649000', '085233.651000', '085233.654000', '085233.657000', '085233.659000', '085233.662000', '085233.664000', '085233.667000', '085233.670000', '085233.672000', '085233.675000', '085233.678000', '085233.680000', '085233.683000', '085233.686000', '085233.688000', '085233.691000', '085233.694000', '085233.697000', '085233.699000', '085233.702000', '085233.704000', '085233.707000', '085233.710000', '085233.712000', '085233.715000', '085233.717000', '085233.720000', '085233.722000', '085233.725000', '085233.728000', '085233.730000', '085233.733000', '085233.735000', '085233.738000', '085233.740000', '085233.743000', '085233.746000', '085233.748000', '085253.636000', '085253.639000', '085253.642000', '085253.644000', '085253.647000', '085253.650000', '085253.652000', '085253.655000', '085253.657000', '085253.660000', '085253.662000', '085253.665000', '085253.668000', '085253.670000', '085253.673000', '085253.675000', '085253.678000', '085253.680000', '085253.683000', '085253.686000', '085253.688000', '085253.691000', '085253.693000', '085253.696000', '085253.699000', '085253.701000', '085253.704000', '085253.706000', '085253.709000', '085253.711000', '085253.714000', '085253.716000', '085253.719000', '085253.722000', '085253.724000', '085253.727000', '085253.729000', '085253.732000', '085253.734000', '085253.737000', '085253.740000', '085253.742000', '085253.745000', '085313.636000', '085313.638000', '085313.641000', '085313.644000', '085313.646000', '085313.649000', '085313.651000', '085313.654000', '085313.657000', '085313.659000', '085313.662000', '085313.664000', '085313.667000', '085313.669000', '085313.672000', '085313.675000', '085313.677000', '085313.680000', '085313.683000', '085313.685000', '085313.688000', '085313.690000', '085313.693000', '085313.695000', '085313.698000', '085313.701000', '085313.703000', '085313.706000', '085313.708000', '085313.711000', '085313.714000', '085313.716000', '085313.719000', '085313.721000', '085313.724000', '085313.727000', '085313.729000', '085313.732000', '085313.734000', '085313.737000', '085313.739000', '085313.742000', '085313.744000', '085313.747000', '085333.636000', '085333.638000', '085333.641000', '085333.644000', '085333.646000', '085333.649000', '085333.651000', '085333.654000', '085333.656000', '085333.659000', '085333.662000', '085333.664000', '085333.667000', '085333.669000', '085333.672000', '085333.675000', '085333.677000', '085333.680000', '085333.682000', '085333.685000', '085333.688000', '085333.690000', '085333.693000', '085333.696000', '085333.698000', '085333.701000', '085333.703000', '085333.706000', '085333.708000', '085333.711000', '085333.725000', '085333.728000', '085333.730000', '085333.733000', '085333.735000', '085333.738000', '085333.741000', '085333.744000', '085333.747000', '085333.750000', '085333.752000', '085333.755000', '085333.757000', '085353.636000', '085353.638000', '085353.641000', '085353.644000', '085353.646000', '085353.649000', '085353.651000', '085353.654000', '085353.656000', '085353.659000', '085353.662000', '085353.664000', '085353.667000', '085353.669000', '085353.672000', '085353.674000', '085353.677000', '085353.680000', '085353.682000', '085353.685000', '085353.687000', '085353.690000', '085353.692000', '085353.695000', '085353.698000', '085353.700000', '085353.703000', '085353.705000', '085353.708000', '085353.710000', '085353.713000', '085353.715000', '085353.718000', '085353.721000', '085353.723000', '085353.726000', '085353.728000', '085353.731000', '085353.734000', '085353.736000', '085353.739000', '085353.741000', '085353.744000', '085353.746000', '085413.635000', '085413.638000', '085413.641000', '085413.643000', '085413.646000', '085413.648000', '085413.651000', '085413.654000', '085413.656000', '085413.659000', '085413.661000', '085413.664000', '085413.667000', '085413.669000', '085413.672000', '085413.674000', '085413.677000', '085413.679000', '085413.682000', '085413.685000', '085413.687000', '085413.690000', '085413.692000', '085413.695000', '085413.698000', '085413.700000', '085413.703000', '085413.705000', '085413.708000', '085413.711000', '085413.713000', '085413.716000', '085413.718000', '085413.721000', '085413.723000', '085413.726000', '085413.729000', '085413.731000', '085413.734000', '085413.736000', '085413.739000', '085413.741000', '085413.744000', '085433.636000', '085433.639000', '085433.641000', '085433.644000', '085433.646000', '085433.649000', '085433.651000', '085433.654000', '085433.657000', '085433.659000', '085433.662000', '085433.664000', '085433.667000', '085433.670000', '085433.672000', '085433.675000', '085433.677000', '085433.680000', '085433.683000', '085433.685000', '085433.688000', '085433.690000', '085433.693000', '085433.695000', '085433.698000', '085433.701000', '085433.703000', '085433.706000', '085433.709000', '085433.711000', '085433.714000', '085433.716000', '085433.719000', '085433.721000', '085433.724000', '085433.727000', '085433.729000', '085433.732000', '085433.734000', '085433.737000', '085433.739000', '085433.742000', '085433.745000', '085433.747000', '085453.636000', '085453.639000', '085453.642000', '085453.644000', '085453.647000', '085453.650000', '085453.652000', '085453.655000', '085453.657000', '085453.660000', '085453.664000', '085453.666000', '085453.669000', '085453.671000', '085453.674000', '085453.676000', '085453.679000', '085453.682000', '085453.684000', '085453.687000', '085453.689000', '085453.692000', '085453.694000', '085453.697000', '085453.699000', '085453.702000', '085453.705000', '085453.707000', '085453.710000', '085453.712000', '085453.715000', '085453.718000', '085453.720000', '085453.723000', '085453.725000', '085453.728000', '085453.731000', '085453.733000', '085453.736000', '085453.738000', '085453.750000', '085453.752000', '085453.755000', '085513.637000', '085513.639000', '085513.642000', '085513.644000', '085513.647000', '085513.650000', '085513.652000', '085513.655000', '085513.657000', '085513.660000', '085513.662000', '085513.665000', '085513.668000', '085513.670000', '085513.673000', '085513.675000', '085513.678000', '085513.681000', '085513.683000', '085513.686000', '085513.688000', '085513.691000', '085513.694000', '085513.696000', '085513.699000', '085513.702000', '085513.704000', '085513.707000', '085513.709000', '085513.712000', '085513.715000', '085513.717000', '085513.720000', '085513.722000', '085513.725000', '085513.727000', '085513.730000', '085513.733000', '085513.735000', '085513.738000', '085513.740000', '085513.743000', '085513.746000', '085513.748000', '085533.635000', '085533.638000', '085533.641000', '085533.643000', '085533.646000', '085533.648000', '085533.651000', '085533.653000', '085533.656000', '085533.659000', '085533.661000', '085533.664000', '085533.666000', '085533.669000', '085533.671000', '085533.674000', '085533.677000', '085533.679000', '085533.682000', '085533.684000', '085533.687000', '085533.689000', '085533.692000', '085533.694000', '085533.697000', '085533.700000', '085533.702000', '085533.705000', '085533.707000', '085533.710000', '085533.712000', '085533.715000', '085533.718000', '085533.720000', '085533.723000', '085533.725000', '085533.728000', '085533.730000', '085533.733000', '085533.735000', '085533.738000', '085533.741000', '085533.743000', '085553.636000', '085553.639000', '085553.641000', '085553.644000', '085553.646000', '085553.649000', '085553.651000', '085553.654000', '085553.657000', '085553.659000', '085553.662000', '085553.664000', '085553.667000', '085553.670000', '085553.672000', '085553.675000', '085553.677000', '085553.680000', '085553.683000', '085553.685000', '085553.688000', '085553.690000', '085553.693000', '085553.696000', '085553.698000', '085553.701000', '085553.704000', '085553.706000', '085553.709000', '085553.711000', '085553.714000', '085553.716000', '085553.719000', '085553.722000', '085553.724000', '085553.727000', '085553.729000', '085553.732000', '085553.734000', '085553.737000', '085553.740000', '085553.742000', '085553.745000', '085553.747000', '085558.631000', '085558.634000', '085558.636000', '085558.639000', '085558.641000', '085558.644000', '085558.646000', '085558.650000', '085558.653000', '085558.656000', '085558.658000'], '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': [12212, 10329, 13856, 12263, 14332, 12511, 14791, 14080, 11315, 12782, 12251, 14029, 13514, 15320, 11468, 10486, 12297, 13016, 14922, 13207, 14931, 13535, 15671, 13197, 15960, 13767, 13386, 12373, 11524, 12236, 12557, 13390, 13841, 14898, 14056, 13795, 13175, 10168, 12020, 11717, 12512, 12161, 13572, 12134, 12984, 13594, 12742, 11889, 10845, 11864, 12699, 13794, 13445, 14925, 14014, 14419, 13307, 12347, 13347, 12040, 13066, 13084, 14328, 13750, 13032, 12434, 11322, 12408, 12940, 15233, 13526, 11624, 12126, 12450, 13114, 12619, 15276, 13438, 13811, 13863, 14321, 13372, 11415, 12208, 12949, 14606, 13057, 13595, 11700, 12780, 12246, 12223, 12777, 13733, 14161, 14088, 16101, 13542, 15839, 13048, 14477, 12758, 13839, 12264, 12605, 12511, 12964, 11685, 11832, 13084, 12120, 12514, 12626, 13967, 12999, 13952, 13890, 13951, 12814, 12714, 11133, 13098, 11399, 13635, 11429, 12625, 11698, 13144, 12652, 11988, 11948, 13277, 12714, 14623, 13648, 12597, 11290, 11296, 12035, 12958, 13641, 13538, 14488, 12606, 10570, 11929, 10670, 12397, 11695, 14121, 12035, 14083, 13358, 15523, 12675, 10844, 12084, 12958, 13930, 12644, 13633, 12982, 11529, 12222, 12689, 14858, 13391, 13899, 13648, 16115, 13225, 14622, 12423, 10069, 12456, 11856, 12424, 13305, 10749, 11383, 10156, 11680, 11263, 12862, 11904, 14070, 12426, 14783, 13747, 13648, 14275, 14886, 12959, 11324, 12247, 12806, 13934, 12165, 15510, 13750, 13669, 14015, 15420, 13340, 10948, 12114, 10755, 12824, 10486, 13388, 12380, 12061, 11426, 12916, 12228, 14186, 13444, 14395, 13487, 14777, 13031, 15179, 13521, 14429, 12699, 13477, 12067, 12237, 11372, 12304, 11766, 12536, 13202, 11745, 11326, 10963, 11827, 11548, 12190, 13698, 12147, 12969, 11581, 12551, 12149, 14900, 13396, 15142, 13405, 15532, 13522, 16464, 12726, 12002, 13115, 12829, 13363, 13378, 14941, 13221, 15540, 13228, 16009, 13394, 15384, 12996, 15213, 13085, 14134, 13417, 14121, 13010, 15647, 13314, 14057, 12200, 10392, 12455, 11247, 12408, 11734, 13165, 11759, 14328, 12951, 13123, 13110, 15972, 11857, 10381, 12021, 10889, 13061, 11958, 12808, 11710, 13854, 13064, 14481, 12791, 14680, 11840, 9653, 12065, 11375, 12606, 11800, 13807, 13386, 13750, 13013, 15929, 13196, 13877, 13563, 15556, 12868, 12684, 12361, 10763, 12211, 11152, 12353, 12739, 11725, 13610, 15038, 12082, 9395, 11776, 10769, 11970, 11444, 13777, 12688, 13271, 13600, 16624, 13001, 10474, 12552, 11639, 13277, 11877, 13997, 12195, 13439, 12145, 13847, 12289, 11618, 12611, 12031, 14625, 12940, 10382, 13076, 12185, 13526, 11961, 14648, 12082, 14784, 12347, 14502, 11866, 15335, 12307, 10698, 12184, 10625, 12298, 11037, 12913, 12459, 15212, 13628, 10352, 12079, 9936, 12398, 14128, 12374, 12926, 12720, 13513, 12323, 14303, 12433, 11110, 12726, 10067, 12418, 13801, 12496, 11146, 12935, 14415, 13191, 13989, 12774, 9852, 12985, 10642, 12281, 11329, 13112, 11234, 12475, 11355, 12464, 11938, 13206, 11873, 12851, 12076, 12684, 11990, 13056, 11665, 12555, 11898, 13287, 11693, 14015, 12257, 12661, 12854, 12482, 12421, 15402, 12528, 14094, 13169, 13842, 12732, 10587, 12922, 10407, 12489, 13006, 12634, 10099, 12279, 11169, 12788, 11782, 12901, 12328, 12967, 12230, 13486, 12632, 13370, 12448, 14378, 12833, 13007, 12786, 15906, 12714, 16111, 13355, 16298, 12529, 16043, 12711, 15434, 12882, 15525, 12571, 14467, 12528, 12268, 12121, 10791, 12390, 10625, 11868, 11978, 12258, 11138, 11728, 12742, 9811, 12174, 10288, 14103, 11621, 14498, 11988, 15641, 13329, 12369, 13079, 11794, 12435, 12567, 9883, 12385, 13680, 12342, 14041, 12248, 16994, 11845, 16556, 11898, 16091, 12306, 14851, 12087, 13325, 12243, 11861, 12939, 11306, 12801, 11416, 13655, 11292, 12871, 11288, 12838, 11842, 13273, 11467, 12580, 10135, 15360, 11984, 9641, 11233, 11116, 13136, 12204, 10530, 12086, 10733, 13642, 11672, 12735, 11423, 12415, 17076, 11318, 13914, 11020, 12975, 11124, 13698, 11278, 13180, 11015, 12477, 11250, 14648, 11613, 15136, 11458, 13581, 11713, 11683, 12353, 10361, 13352, 10985, 13981, 9351, 11716, 10907, 11969, 11171, 12590, 11005, 15656, 11946, 13339, 11706, 13502, 11471, 14915, 11492, 15972, 12532, 10554, 12712, 11982, 12890, 10987, 12843, 11053, 12583, 10600, 12728, 11220, 13288, 11161, 15243, 12300, 9668, 12369, 10592, 11883, 10713, 12898, 11484, 13399, 11139, 13888, 10177, 13027, 10986, 13421, 11478, 12432, 10875, 12215, 10882, 12790, 10804, 15665, 11441, 14845, 12374, 10965, 12547, 10628, 12845, 10992, 13600, 10641, 12873, 11173, 13258, 11558, 13058, 11051, 12764, 11742, 13199, 11438, 12692, 11895, 10571, 12976, 11540, 16732, 12271, 12475, 12299, 14571, 11820, 14072, 10880, 14621, 11253, 13058, 13049, 13149, 10897, 12549, 10834, 12972, 12094, 13437, 12162, 12804, 11858, 13423, 11365, 12689, 12621, 13295, 11663, 16330, 11937, 15159, 11812, 15398, 11645, 15319, 13218, 13114, 13449, 11698, 12888, 11928, 12158, 12010, 15321, 13034, 11217, 12860, 12462, 12623, 14439, 12653, 12055, 12872, 11980, 12629, 12282, 12886, 11941, 17305, 13138, 10439, 12680, 11165, 12835, 11500, 13179, 12952, 13135, 12793, 13531, 12758, 17273, 11710, 10725, 12591, 11381, 12804, 11541, 15498, 12545, 13680, 12770, 13513, 11186, 13160, 10992, 12690, 13853, 12138, 15217, 12160, 13539, 12508, 9696, 11628, 9861, 11689, 10774, 11826, 11798, 12711, 12491, 13385, 12226, 16742, 12319, 13682, 12426, 17234, 12114, 16691, 12223, 14660, 11935, 13965, 11579, 14013, 11800, 12656, 11293, 13564, 10833, 12251, 10372, 11506, 13871, 11606, 14530, 11950, 9812, 11498, 8969, 12253, 10012, 12458, 11428, 12264, 11770, 12925, 11649, 16376, 11749, 17053, 11994, 14547, 10854, 16248, 12325, 13773, 12756, 10535, 13986, 10483, 13850, 11083, 13156, 10969, 13470, 11146, 13085, 10769, 12122, 10400, 12206, 11267, 12961, 10014, 12113, 10999, 12607, 10771, 12681, 11368, 12653, 11373, 13683, 11525, 15892, 13154, 17286, 12619, 16064, 11188, 15540, 11317, 14059, 10275, 13146, 11138, 13731, 10822, 13675, 11018, 12627, 10546, 13099, 10543, 12028, 10822, 12749, 10687, 12137, 10942, 12767, 11193, 12821, 11293, 13046, 10844, 12828, 10733, 12605, 10907, 12761, 10809, 12755, 10412, 13408, 10056, 13093, 10554, 12786, 9921, 12253, 11013, 13199, 11039, 15697, 11326, 14537, 10987, 14650, 11761, 14938, 10907, 15300, 11412, 14977, 11182, 16985, 11251, 14479, 11232, 13481, 11226, 13282, 11521, 13951, 11418, 15254, 12466, 9826, 12020, 9755, 13236, 10750, 12676, 10511, 13905, 10189, 13526, 11710, 14093, 10669, 12251, 10979, 12678, 11253, 13278, 11247, 14282, 11183, 13327, 12042, 9397, 12108, 10904, 15044, 12568, 12100, 13022, 11282, 13089, 11345, 10220, 12557, 16830, 12150, 15413, 11147, 14796, 11300, 14436, 11169, 14412, 11166, 14788, 11254, 16003, 13575, 12674, 12988, 11403, 13768, 12322, 10663, 13192, 10725, 12642, 10940, 13280, 10933, 13049, 10784, 12532, 11257, 12476, 10496, 13039, 12076], 'WindowCenter': [4995.0, 4950.0, 4980.0, 4954.0, 4964.0, 4942.0, 4961.0, 4966.0, 4933.0, 4952.0, 4931.0, 4951.0, 4953.0, 4957.0, 4932.0, 4910.0, 4929.0, 4939.0, 4950.0, 4951.0, 4945.0, 4942.0, 4948.0, 4930.0, 4944.0, 4937.0, 4923.0, 4916.0, 4907.0, 4914.0, 4925.0, 4926.0, 4939.0, 4944.0, 4937.0, 4936.0, 4938.0, 4895.0, 4919.0, 4915.0, 4928.0, 4929.0, 4934.0, 4926.0, 4928.0, 4949.0, 4939.0, 4931.0, 4919.0, 4931.0, 4941.0, 4952.0, 4953.0, 4961.0, 4953.0, 4948.0, 4952.0, 4940.0, 4941.0, 4928.0, 4938.0, 4938.0, 4949.0, 4952.0, 4939.0, 4938.0, 4919.0, 4939.0, 4940.0, 4958.0, 4941.0, 4918.0, 4931.0, 4929.0, 4939.0, 4930.0, 4947.0, 4939.0, 4938.0, 4939.0, 4933.0, 4939.0, 4917.0, 4916.0, 4924.0, 4945.0, 4928.0, 4935.0, 4917.0, 4926.0, 4927.0, 4931.0, 4939.0, 4950.0, 4948.0, 4950.0, 4959.0, 4939.0, 4948.0, 4928.0, 4935.0, 4927.0, 4934.0, 4917.0, 4915.0, 4924.0, 4927.0, 4915.0, 4915.0, 4924.0, 4915.0, 4925.0, 4925.0, 4946.0, 4934.0, 4950.0, 4946.0, 4951.0, 4937.0, 4936.0, 4919.0, 4941.0, 4931.0, 4950.0, 4919.0, 4929.0, 4929.0, 4941.0, 4930.0, 4917.0, 4916.0, 4936.0, 4925.0, 4935.0, 4936.0, 4925.0, 4917.0, 4916.0, 4940.0, 4953.0, 4951.0, 4961.0, 4961.0, 4945.0, 4922.0, 4944.0, 4935.0, 4955.0, 4945.0, 4964.0, 4944.0, 4952.0, 4952.0, 4959.0, 4939.0, 4921.0, 4939.0, 4942.0, 4950.0, 4942.0, 4947.0, 4943.0, 4918.0, 4930.0, 4939.0, 4950.0, 4938.0, 4938.0, 4938.0, 4946.0, 4928.0, 4935.0, 4916.0, 4883.0, 4915.0, 4928.0, 4928.0, 4940.0, 4918.0, 4930.0, 4922.0, 4943.0, 4932.0, 4942.0, 4942.0, 4961.0, 4944.0, 4961.0, 4950.0, 4949.0, 4953.0, 4947.0, 4941.0, 4917.0, 4928.0, 4939.0, 4947.0, 4933.0, 4958.0, 4940.0, 4926.0, 4938.0, 4945.0, 4927.0, 4907.0, 4918.0, 4905.0, 4929.0, 4898.0, 4927.0, 4915.0, 4917.0, 4915.0, 4927.0, 4928.0, 4934.0, 4937.0, 4937.0, 4938.0, 4938.0, 4927.0, 4932.0, 4923.0, 4933.0, 4925.0, 4926.0, 4928.0, 4914.0, 4904.0, 4914.0, 4915.0, 4926.0, 4941.0, 4942.0, 4931.0, 4920.0, 4943.0, 4944.0, 4942.0, 4966.0, 4942.0, 4954.0, 4933.0, 4944.0, 4959.0, 4976.0, 4954.0, 4962.0, 4942.0, 4972.0, 4943.0, 4945.0, 4930.0, 4916.0, 4928.0, 4927.0, 4926.0, 4937.0, 4946.0, 4928.0, 4935.0, 4927.0, 4946.0, 4926.0, 4932.0, 4924.0, 4932.0, 4912.0, 4922.0, 4925.0, 4921.0, 4913.0, 4932.0, 4937.0, 4920.0, 4916.0, 4907.0, 4926.0, 4919.0, 4929.0, 4928.0, 4938.0, 4932.0, 4947.0, 4939.0, 4939.0, 4941.0, 4957.0, 4932.0, 4910.0, 4929.0, 4917.0, 4938.0, 4919.0, 4939.0, 4929.0, 4935.0, 4939.0, 4949.0, 4931.0, 4947.0, 4919.0, 4897.0, 4929.0, 4919.0, 4930.0, 4929.0, 4940.0, 4938.0, 4940.0, 4941.0, 4946.0, 4940.0, 4938.0, 4940.0, 4947.0, 4929.0, 4925.0, 4930.0, 4908.0, 4929.0, 4920.0, 4929.0, 4939.0, 4930.0, 4953.0, 4959.0, 4942.0, 4902.0, 4942.0, 4933.0, 4944.0, 4934.0, 4951.0, 4942.0, 4941.0, 4953.0, 4969.0, 4942.0, 4911.0, 4930.0, 4919.0, 4940.0, 4920.0, 4938.0, 4929.0, 4943.0, 4932.0, 4939.0, 4931.0, 4930.0, 4930.0, 4932.0, 4947.0, 4931.0, 4910.0, 4939.0, 4928.0, 4930.0, 4920.0, 4939.0, 4920.0, 4936.0, 4928.0, 4936.0, 4920.0, 4936.0, 4919.0, 4895.0, 4927.0, 4906.0, 4926.0, 4919.0, 4938.0, 4938.0, 4945.0, 4947.0, 4911.0, 4931.0, 4899.0, 4942.0, 4938.0, 4930.0, 4926.0, 4928.0, 4925.0, 4916.0, 4935.0, 4918.0, 4906.0, 4915.0, 4885.0, 4919.0, 4923.0, 4916.0, 4905.0, 4926.0, 4931.0, 4929.0, 4936.0, 4928.0, 4896.0, 4940.0, 4908.0, 4929.0, 4916.0, 4936.0, 4917.0, 4930.0, 4920.0, 4930.0, 4928.0, 4937.0, 4930.0, 4930.0, 4929.0, 4929.0, 4919.0, 4925.0, 4908.0, 4914.0, 4917.0, 4927.0, 4918.0, 4934.0, 4914.0, 4924.0, 4937.0, 4927.0, 4927.0, 4944.0, 4929.0, 4936.0, 4940.0, 4939.0, 4939.0, 4906.0, 4940.0, 4908.0, 4931.0, 4938.0, 4929.0, 4907.0, 4928.0, 4917.0, 4928.0, 4928.0, 4928.0, 4927.0, 4936.0, 4931.0, 4938.0, 4939.0, 4939.0, 4930.0, 4935.0, 4929.0, 4925.0, 4928.0, 4945.0, 4927.0, 4945.0, 4938.0, 4955.0, 4928.0, 4954.0, 4928.0, 4944.0, 4939.0, 4945.0, 4929.0, 4935.0, 4927.0, 4918.0, 4927.0, 4920.0, 4928.0, 4908.0, 4943.0, 4930.0, 4929.0, 4903.0, 4876.0, 4886.0, 4858.0, 4904.0, 4910.0, 4978.0, 5002.0, 4980.0, 4957.0, 4972.0, 4952.0, 4918.0, 4913.0, 4903.0, 4915.0, 4929.0, 4909.0, 4955.0, 4949.0, 4944.0, 4949.0, 4931.0, 4943.0, 4906.0, 4942.0, 4917.0, 4933.0, 4915.0, 4932.0, 4915.0, 4924.0, 4916.0, 4916.0, 4926.0, 4906.0, 4923.0, 4914.0, 4935.0, 4906.0, 4926.0, 4905.0, 4914.0, 4928.0, 4940.0, 4929.0, 4939.0, 4922.0, 4946.0, 4918.0, 4898.0, 4916.0, 4919.0, 4937.0, 4930.0, 4921.0, 4931.0, 4923.0, 4953.0, 4921.0, 4932.0, 4916.0, 4931.0, 4946.0, 4907.0, 4925.0, 4897.0, 4913.0, 4905.0, 4924.0, 4906.0, 4914.0, 4908.0, 4914.0, 4905.0, 4932.0, 4917.0, 4934.0, 4920.0, 4936.0, 4918.0, 4917.0, 4928.0, 4899.0, 4941.0, 4908.0, 4939.0, 4891.0, 4918.0, 4920.0, 4920.0, 4922.0, 4931.0, 4931.0, 4959.0, 4945.0, 4942.0, 4946.0, 4941.0, 4932.0, 4959.0, 4931.0, 4959.0, 4941.0, 4921.0, 4942.0, 4928.0, 4939.0, 4907.0, 4929.0, 4921.0, 4928.0, 4909.0, 4927.0, 4920.0, 4939.0, 4920.0, 4947.0, 4931.0, 4900.0, 4942.0, 4911.0, 4929.0, 4910.0, 4929.0, 4921.0, 4942.0, 4910.0, 4939.0, 4895.0, 4925.0, 4908.0, 4936.0, 4916.0, 4926.0, 4907.0, 4916.0, 4908.0, 4926.0, 4909.0, 4945.0, 4919.0, 4945.0, 4927.0, 4918.0, 4929.0, 4907.0, 4930.0, 4918.0, 4942.0, 4910.0, 4930.0, 4910.0, 4927.0, 4918.0, 4928.0, 4907.0, 4929.0, 4917.0, 4928.0, 4932.0, 4940.0, 4932.0, 4934.0, 4952.0, 4934.0, 4981.0, 4942.0, 4927.0, 4943.0, 4950.0, 4931.0, 4939.0, 4909.0, 4939.0, 4904.0, 4917.0, 4914.0, 4915.0, 4893.0, 4916.0, 4904.0, 4938.0, 4928.0, 4935.0, 4926.0, 4927.0, 4928.0, 4936.0, 4919.0, 4927.0, 4929.0, 4937.0, 4918.0, 4958.0, 4972.0, 5005.0, 4963.0, 4950.0, 4907.0, 4945.0, 4887.0, 4884.0, 4897.0, 4891.0, 4908.0, 4903.0, 4901.0, 4904.0, 4920.0, 4915.0, 4891.0, 4914.0, 4911.0, 4917.0, 4932.0, 4924.0, 4912.0, 4915.0, 4913.0, 4912.0, 4911.0, 4914.0, 4916.0, 4943.0, 4924.0, 4895.0, 4927.0, 4906.0, 4927.0, 4917.0, 4939.0, 4940.0, 4936.0, 4929.0, 4952.0, 4942.0, 4956.0, 4933.0, 4922.0, 4928.0, 4919.0, 4927.0, 4921.0, 4945.0, 4942.0, 4939.0, 4930.0, 4930.0, 4908.0, 4928.0, 4895.0, 4927.0, 4924.0, 4915.0, 4935.0, 4914.0, 4926.0, 4928.0, 4885.0, 4915.0, 4910.0, 4930.0, 4920.0, 4931.0, 4942.0, 4943.0, 4955.0, 4953.0, 4944.0, 4984.0, 4955.0, 4953.0, 4945.0, 4969.0, 4934.0, 4957.0, 4932.0, 4936.0, 4930.0, 4940.0, 4917.0, 4936.0, 4917.0, 4927.0, 4906.0, 4925.0, 4905.0, 4918.0, 4893.0, 4918.0, 4924.0, 4917.0, 4935.0, 4917.0, 4897.0, 4930.0, 4889.0, 4929.0, 4911.0, 4943.0, 4930.0, 4940.0, 4929.0, 4943.0, 4933.0, 4959.0, 4931.0, 4997.0, 4943.0, 4938.0, 4910.0, 4946.0, 4928.0, 4938.0, 4939.0, 4906.0, 4938.0, 4895.0, 4926.0, 4907.0, 4926.0, 4895.0, 4927.0, 4905.0, 4924.0, 4892.0, 4914.0, 4893.0, 4915.0, 4905.0, 4925.0, 4896.0, 4927.0, 4907.0, 4929.0, 4919.0, 4937.0, 4919.0, 4938.0, 4931.0, 4948.0, 4933.0, 4961.0, 4944.0, 4957.0, 4934.0, 4950.0, 4909.0, 4949.0, 4909.0, 4936.0, 4911.0, 4925.0, 4902.0, 4914.0, 4894.0, 4913.0, 4891.0, 4913.0, 4892.0, 4926.0, 4906.0, 4925.0, 4905.0, 4925.0, 4908.0, 4927.0, 4920.0, 4927.0, 4917.0, 4928.0, 4921.0, 4939.0, 4920.0, 4928.0, 4921.0, 4928.0, 4919.0, 4930.0, 4917.0, 4927.0, 4909.0, 4936.0, 4909.0, 4950.0, 4922.0, 4940.0, 4922.0, 4941.0, 4930.0, 4950.0, 4933.0, 4959.0, 4931.0, 4951.0, 4919.0, 4960.0, 4931.0, 4949.0, 4921.0, 4947.0, 4930.0, 4947.0, 4920.0, 4955.0, 4920.0, 4937.0, 4908.0, 4937.0, 4917.0, 4924.0, 4919.0, 4935.0, 4921.0, 4944.0, 4939.0, 4908.0, 4928.0, 4900.0, 4939.0, 4921.0, 4939.0, 4909.0, 4937.0, 4908.0, 4939.0, 4917.0, 4936.0, 4906.0, 4917.0, 4907.0, 4926.0, 4917.0, 4925.0, 4917.0, 4935.0, 4918.0, 4937.0, 4927.0, 4899.0, 4928.0, 4921.0, 4959.0, 4941.0, 4944.0, 4951.0, 4944.0, 4950.0, 4933.0, 4922.0, 4944.0, 4968.0, 4932.0, 4950.0, 4920.0, 4937.0, 4918.0, 4935.0, 4905.0, 4925.0, 4904.0, 4919.0, 4903.0, 4944.0, 4924.0, 4912.0, 4907.0, 4904.0, 4921.0, 4910.0, 4892.0, 4921.0, 4903.0, 4913.0, 4907.0, 4926.0, 4893.0, 4911.0, 4891.0, 4910.0, 4901.0, 4913.0, 4894.0, 4925.0, 4913.0], 'WindowWidth': [10848.0, 10774.0, 10813.0, 10767.0, 10782.0, 10747.0, 10770.0, 10783.0, 10734.0, 10760.0, 10727.0, 10755.0, 10760.0, 10759.0, 10728.0, 10694.0, 10723.0, 10736.0, 10751.0, 10755.0, 10741.0, 10741.0, 10746.0, 10723.0, 10736.0, 10729.0, 10704.0, 10698.0, 10685.0, 10693.0, 10709.0, 10710.0, 10732.0, 10735.0, 10732.0, 10726.0, 10732.0, 10668.0, 10705.0, 10694.0, 10717.0, 10717.0, 10723.0, 10712.0, 10715.0, 10750.0, 10734.0, 10725.0, 10708.0, 10728.0, 10743.0, 10758.0, 10760.0, 10768.0, 10761.0, 10749.0, 10758.0, 10738.0, 10740.0, 10720.0, 10733.0, 10733.0, 10748.0, 10756.0, 10735.0, 10734.0, 10707.0, 10735.0, 10738.0, 10761.0, 10740.0, 10705.0, 10725.0, 10720.0, 10737.0, 10724.0, 10745.0, 10734.0, 10732.0, 10737.0, 10722.0, 10733.0, 10699.0, 10700.0, 10710.0, 10739.0, 10718.0, 10723.0, 10702.0, 10713.0, 10719.0, 10725.0, 10736.0, 10752.0, 10748.0, 10755.0, 10764.0, 10735.0, 10745.0, 10717.0, 10723.0, 10714.0, 10724.0, 10699.0, 10696.0, 10706.0, 10715.0, 10693.0, 10699.0, 10709.0, 10697.0, 10711.0, 10711.0, 10742.0, 10724.0, 10753.0, 10743.0, 10754.0, 10729.0, 10730.0, 10706.0, 10739.0, 10724.0, 10754.0, 10706.0, 10723.0, 10720.0, 10739.0, 10721.0, 10704.0, 10701.0, 10729.0, 10712.0, 10722.0, 10726.0, 10710.0, 10701.0, 10700.0, 10737.0, 10760.0, 10755.0, 10773.0, 10769.0, 10752.0, 10716.0, 10750.0, 10741.0, 10770.0, 10749.0, 10777.0, 10750.0, 10757.0, 10757.0, 10762.0, 10736.0, 10712.0, 10737.0, 10742.0, 10754.0, 10744.0, 10746.0, 10745.0, 10706.0, 10724.0, 10734.0, 10748.0, 10731.0, 10729.0, 10732.0, 10739.0, 10718.0, 10721.0, 10698.0, 10647.0, 10693.0, 10716.0, 10715.0, 10736.0, 10705.0, 10727.0, 10716.0, 10747.0, 10731.0, 10744.0, 10744.0, 10772.0, 10749.0, 10767.0, 10752.0, 10747.0, 10757.0, 10745.0, 10738.0, 10700.0, 10718.0, 10732.0, 10745.0, 10730.0, 10760.0, 10735.0, 10711.0, 10731.0, 10737.0, 10715.0, 10685.0, 10703.0, 10680.0, 10722.0, 10673.0, 10713.0, 10692.0, 10698.0, 10694.0, 10715.0, 10716.0, 10720.0, 10728.0, 10727.0, 10730.0, 10729.0, 10714.0, 10715.0, 10706.0, 10717.0, 10707.0, 10713.0, 10715.0, 10690.0, 10677.0, 10693.0, 10698.0, 10713.0, 10739.0, 10744.0, 10728.0, 10711.0, 10745.0, 10750.0, 10746.0, 10783.0, 10745.0, 10763.0, 10731.0, 10750.0, 10779.0, 10799.0, 10762.0, 10773.0, 10741.0, 10793.0, 10743.0, 10738.0, 10723.0, 10696.0, 10714.0, 10711.0, 10709.0, 10727.0, 10739.0, 10715.0, 10722.0, 10713.0, 10737.0, 10710.0, 10714.0, 10703.0, 10711.0, 10685.0, 10697.0, 10704.0, 10696.0, 10688.0, 10712.0, 10728.0, 10696.0, 10699.0, 10687.0, 10713.0, 10705.0, 10718.0, 10717.0, 10731.0, 10727.0, 10742.0, 10736.0, 10733.0, 10739.0, 10756.0, 10726.0, 10691.0, 10721.0, 10701.0, 10735.0, 10706.0, 10734.0, 10718.0, 10725.0, 10734.0, 10747.0, 10724.0, 10739.0, 10705.0, 10672.0, 10720.0, 10703.0, 10721.0, 10719.0, 10733.0, 10732.0, 10735.0, 10738.0, 10741.0, 10734.0, 10729.0, 10736.0, 10743.0, 10720.0, 10708.0, 10721.0, 10687.0, 10720.0, 10707.0, 10719.0, 10733.0, 10723.0, 10757.0, 10765.0, 10746.0, 10686.0, 10745.0, 10732.0, 10749.0, 10733.0, 10753.0, 10742.0, 10740.0, 10758.0, 10777.0, 10743.0, 10696.0, 10723.0, 10705.0, 10736.0, 10708.0, 10730.0, 10720.0, 10745.0, 10729.0, 10734.0, 10724.0, 10723.0, 10721.0, 10726.0, 10744.0, 10726.0, 10695.0, 10734.0, 10718.0, 10722.0, 10708.0, 10733.0, 10704.0, 10723.0, 10716.0, 10725.0, 10705.0, 10724.0, 10705.0, 10667.0, 10715.0, 10684.0, 10711.0, 10704.0, 10733.0, 10733.0, 10739.0, 10746.0, 10695.0, 10725.0, 10679.0, 10743.0, 10730.0, 10724.0, 10710.0, 10717.0, 10707.0, 10699.0, 10719.0, 10701.0, 10679.0, 10695.0, 10651.0, 10704.0, 10703.0, 10698.0, 10679.0, 10713.0, 10713.0, 10718.0, 10725.0, 10719.0, 10672.0, 10737.0, 10690.0, 10722.0, 10699.0, 10729.0, 10700.0, 10722.0, 10707.0, 10724.0, 10717.0, 10730.0, 10721.0, 10720.0, 10718.0, 10719.0, 10703.0, 10710.0, 10686.0, 10692.0, 10700.0, 10712.0, 10700.0, 10719.0, 10694.0, 10706.0, 10730.0, 10716.0, 10717.0, 10735.0, 10719.0, 10726.0, 10738.0, 10734.0, 10736.0, 10685.0, 10736.0, 10692.0, 10727.0, 10730.0, 10721.0, 10689.0, 10721.0, 10701.0, 10718.0, 10716.0, 10716.0, 10715.0, 10727.0, 10725.0, 10733.0, 10737.0, 10735.0, 10724.0, 10725.0, 10721.0, 10709.0, 10717.0, 10735.0, 10715.0, 10736.0, 10731.0, 10753.0, 10719.0, 10749.0, 10719.0, 10735.0, 10734.0, 10740.0, 10722.0, 10723.0, 10716.0, 10701.0, 10718.0, 10707.0, 10718.0, 10690.0, 10749.0, 10726.0, 10720.0, 10673.0, 10618.0, 10632.0, 10598.0, 10676.0, 10695.0, 10805.0, 10867.0, 10812.0, 10774.0, 10788.0, 10755.0, 10701.0, 10688.0, 10674.0, 10693.0, 10720.0, 10694.0, 10768.0, 10752.0, 10751.0, 10748.0, 10725.0, 10733.0, 10684.0, 10727.0, 10698.0, 10715.0, 10693.0, 10713.0, 10696.0, 10704.0, 10698.0, 10695.0, 10710.0, 10680.0, 10706.0, 10693.0, 10723.0, 10682.0, 10709.0, 10680.0, 10694.0, 10718.0, 10742.0, 10722.0, 10737.0, 10716.0, 10741.0, 10703.0, 10675.0, 10698.0, 10705.0, 10727.0, 10723.0, 10713.0, 10727.0, 10718.0, 10762.0, 10710.0, 10725.0, 10696.0, 10723.0, 10737.0, 10684.0, 10706.0, 10668.0, 10685.0, 10679.0, 10702.0, 10682.0, 10688.0, 10684.0, 10688.0, 10681.0, 10712.0, 10699.0, 10718.0, 10708.0, 10723.0, 10703.0, 10698.0, 10717.0, 10675.0, 10737.0, 10687.0, 10730.0, 10667.0, 10703.0, 10710.0, 10709.0, 10712.0, 10723.0, 10729.0, 10765.0, 10752.0, 10742.0, 10752.0, 10739.0, 10731.0, 10761.0, 10727.0, 10763.0, 10741.0, 10711.0, 10740.0, 10717.0, 10735.0, 10688.0, 10721.0, 10709.0, 10717.0, 10691.0, 10715.0, 10707.0, 10733.0, 10710.0, 10742.0, 10723.0, 10682.0, 10741.0, 10697.0, 10721.0, 10695.0, 10722.0, 10710.0, 10743.0, 10692.0, 10733.0, 10669.0, 10711.0, 10686.0, 10728.0, 10698.0, 10711.0, 10686.0, 10695.0, 10690.0, 10712.0, 10692.0, 10736.0, 10707.0, 10739.0, 10717.0, 10704.0, 10719.0, 10687.0, 10722.0, 10704.0, 10742.0, 10693.0, 10722.0, 10692.0, 10714.0, 10702.0, 10716.0, 10686.0, 10719.0, 10701.0, 10715.0, 10730.0, 10736.0, 10730.0, 10737.0, 10758.0, 10735.0, 10799.0, 10744.0, 10717.0, 10747.0, 10751.0, 10725.0, 10735.0, 10693.0, 10736.0, 10677.0, 10701.0, 10689.0, 10693.0, 10660.0, 10698.0, 10680.0, 10736.0, 10721.0, 10727.0, 10714.0, 10717.0, 10722.0, 10728.0, 10707.0, 10715.0, 10723.0, 10729.0, 10708.0, 10759.0, 10804.0, 10860.0, 10790.0, 10751.0, 10683.0, 10736.0, 10640.0, 10632.0, 10654.0, 10651.0, 10676.0, 10674.0, 10668.0, 10676.0, 10695.0, 10694.0, 10656.0, 10694.0, 10684.0, 10700.0, 10716.0, 10708.0, 10689.0, 10694.0, 10688.0, 10687.0, 10685.0, 10690.0, 10698.0, 10730.0, 10708.0, 10665.0, 10712.0, 10683.0, 10713.0, 10700.0, 10738.0, 10739.0, 10728.0, 10720.0, 10758.0, 10746.0, 10754.0, 10733.0, 10716.0, 10715.0, 10704.0, 10713.0, 10711.0, 10740.0, 10741.0, 10732.0, 10722.0, 10723.0, 10687.0, 10717.0, 10665.0, 10714.0, 10703.0, 10695.0, 10720.0, 10693.0, 10707.0, 10716.0, 10653.0, 10697.0, 10694.0, 10724.0, 10712.0, 10726.0, 10745.0, 10745.0, 10766.0, 10761.0, 10748.0, 10805.0, 10769.0, 10759.0, 10751.0, 10778.0, 10734.0, 10760.0, 10728.0, 10729.0, 10722.0, 10736.0, 10701.0, 10724.0, 10699.0, 10712.0, 10682.0, 10711.0, 10678.0, 10702.0, 10661.0, 10702.0, 10706.0, 10702.0, 10723.0, 10702.0, 10673.0, 10725.0, 10668.0, 10723.0, 10700.0, 10746.0, 10726.0, 10739.0, 10722.0, 10745.0, 10734.0, 10763.0, 10729.0, 10830.0, 10749.0, 10731.0, 10696.0, 10739.0, 10717.0, 10731.0, 10735.0, 10684.0, 10731.0, 10666.0, 10711.0, 10683.0, 10710.0, 10665.0, 10715.0, 10679.0, 10707.0, 10659.0, 10692.0, 10661.0, 10696.0, 10680.0, 10709.0, 10670.0, 10714.0, 10688.0, 10720.0, 10707.0, 10730.0, 10708.0, 10732.0, 10728.0, 10747.0, 10731.0, 10768.0, 10747.0, 10754.0, 10729.0, 10747.0, 10687.0, 10746.0, 10687.0, 10725.0, 10700.0, 10707.0, 10672.0, 10689.0, 10661.0, 10688.0, 10654.0, 10692.0, 10661.0, 10711.0, 10683.0, 10710.0, 10682.0, 10712.0, 10691.0, 10715.0, 10707.0, 10714.0, 10704.0, 10717.0, 10711.0, 10735.0, 10709.0, 10719.0, 10710.0, 10719.0, 10708.0, 10723.0, 10703.0, 10717.0, 10691.0, 10729.0, 10694.0, 10754.0, 10716.0, 10740.0, 10717.0, 10740.0, 10728.0, 10754.0, 10732.0, 10763.0, 10730.0, 10754.0, 10713.0, 10767.0, 10728.0, 10747.0, 10714.0, 10744.0, 10726.0, 10746.0, 10710.0, 10753.0, 10709.0, 10728.0, 10690.0, 10727.0, 10702.0, 10708.0, 10705.0, 10723.0, 10712.0, 10738.0, 10736.0, 10690.0, 10720.0, 10680.0, 10736.0, 10711.0, 10735.0, 10694.0, 10731.0, 10690.0, 10737.0, 10701.0, 10726.0, 10684.0, 10700.0, 10687.0, 10715.0, 10701.0, 10710.0, 10701.0, 10725.0, 10707.0, 10728.0, 10717.0, 10679.0, 10718.0, 10714.0, 10768.0, 10746.0, 10751.0, 10757.0, 10752.0, 10756.0, 10736.0, 10716.0, 10754.0, 10776.0, 10732.0, 10754.0, 10710.0, 10730.0, 10706.0, 10724.0, 10683.0, 10708.0, 10678.0, 10695.0, 10678.0, 10733.0, 10706.0, 10685.0, 10673.0, 10679.0, 10698.0, 10682.0, 10657.0, 10698.0, 10677.0, 10689.0, 10687.0, 10712.0, 10659.0, 10684.0, 10659.0, 10683.0, 10671.0, 10690.0, 10663.0, 10710.0, 10689.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.0017357246376811593</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027861236956521738</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.91713941895338</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.342881992435231</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029588176787572</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5014</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5680.1313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11205548032888994</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>9.006211180124224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3063675610665246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1971303112526948</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.595046483583816</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.126925888363063</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.010431</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008285287767648697</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04203438386321068</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.147407847540543</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>18.7456</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.3244</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.3406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292647.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>1112.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.9046</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2788</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.1726</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4100.3603</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83897.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1603.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5311.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1033.1693</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.34718463639729</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> |