=== 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-0085 --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-0085",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>8a74966dfc4039c682f4e96c44e8e831</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>16:01:42.137500</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.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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.123566</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>[4157, -7775, -7191, 601, -41, -299, 153, 2]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ca501fce-7b63-4808-9faa-57fe0c76a040||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.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['160142.137500', '160142.597500', '160143.057500', '160143.517500', '160143.977500', '160144.437500', '160144.897500', '160145.357500', '160145.817500', '160146.277500', '160146.737500', '160147.197500', '160147.657500', '160148.117500', '160148.577500', '160149.037500', '160149.497500', '160149.957500', '160150.417500', '160150.877500', '160151.337500', '160151.797500', '160152.257500', '160152.717500', '160153.177500', '160153.637500', '160154.097500', '160154.557500', '160155.017500', '160155.477500', '160155.937500', '160156.397500', '160156.857500', '160157.317500', '160157.777500', '160158.237500', '160158.697500', '160159.157500', '160159.617500', '160200.077500', '160200.537500', '160200.997500', '160201.457500', '160201.917500', '160202.377500', '160202.837500', '160203.297500', '160203.757500', '160204.217500', '160204.677500', '160205.137500', '160205.597500', '160206.057500', '160206.517500', '160206.977500', '160207.437500', '160207.897500', '160208.357500', '160208.817500', '160209.277500', '160209.737500', '160210.197500', '160210.657500', '160211.117500', '160211.577500', '160212.037500', '160212.497500', '160212.957500', '160213.417500', '160213.877500', '160214.337500', '160214.797500', '160215.257500', '160215.717500', '160216.177500', '160216.637500', '160217.097500', '160217.557500', '160218.017500', '160218.477500', '160218.937500', '160219.397500', '160219.857500', '160220.317500', '160220.777500', '160221.237500', '160221.697500', '160222.157500', '160222.617500', '160223.077500', '160223.537500', '160223.997500', '160224.457500', '160224.917500', '160225.377500', '160225.837500', '160226.297500', '160226.757500', '160227.217500', '160227.677500', '160228.137500', '160228.597500', '160229.057500', '160229.517500', '160229.977500', '160230.437500', '160230.897500', '160231.357500', '160231.817500', '160232.277500', '160232.737500', '160233.197500', '160233.657500', '160234.117500', '160234.577500', '160235.037500', '160235.497500', '160235.957500', '160236.417500', '160236.877500', '160237.337500', '160237.797500', '160238.257500', '160238.717500', '160239.177500', '160239.637500', '160240.097500', '160240.557500', '160241.017500', '160241.477500', '160241.937500', '160242.397500', '160242.857500', '160243.317500', '160243.777500', '160244.237500', '160244.697500', '160245.157500', '160245.617500', '160246.077500', '160246.537500', '160246.997500', '160247.457500', '160247.917500', '160248.377500', '160248.837500', '160249.297500', '160249.757500', '160250.217500', '160250.677500', '160251.137500', '160251.597500', '160252.057500', '160252.517500', '160252.977500', '160253.437500', '160253.897500', '160254.357500', '160254.817500', '160255.277500', '160255.737500', '160256.197500', '160256.657500', '160257.117500', '160257.577500', '160258.037500', '160258.497500', '160258.957500', '160259.417500', '160259.877500', '160300.337500', '160300.797500', '160301.257500', '160301.717500', '160302.177500', '160302.637500', '160303.097500', '160303.557500', '160304.017500', '160304.477500', '160304.937500', '160305.397500', '160305.857500', '160306.317500', '160306.777500', '160307.237500', '160307.697500', '160308.157500', '160308.617500', '160309.077500', '160309.537500', '160309.997500', '160310.457500', '160310.917500', '160311.377500', '160311.837500', '160312.297500', '160312.757500', '160313.217500', '160313.677500', '160314.137500', '160314.597500', '160315.057500', '160315.517500', '160315.977500', '160316.437500', '160316.897500', '160317.357500', '160317.817500', '160318.277500', '160318.737500', '160319.197500', '160319.657500', '160320.117500', '160320.577500', '160321.037500', '160321.497500', '160321.957500', '160322.417500', '160322.877500', '160323.337500', '160323.797500', '160324.257500', '160324.717500', '160325.177500', '160325.637500', '160326.097500', '160326.557500', '160327.017500', '160327.477500', '160327.937500', '160328.397500', '160328.857500', '160329.317500', '160329.777500', '160330.237500', '160330.697500', '160331.157500', '160331.617500', '160332.077500', '160332.537500', '160332.997500', '160333.457500', '160333.917500', '160334.377500', '160334.837500', '160335.297500', '160335.757500', '160336.217500', '160336.677500', '160337.137500', '160337.597500', '160338.057500', '160338.517500', '160338.977500', '160339.437500', '160339.897500', '160340.357500', '160340.817500', '160341.277500', '160341.737500', '160342.197500', '160342.657500', '160343.117500', '160343.577500', '160344.037500', '160344.497500', '160344.957500', '160345.417500', '160345.877500', '160346.337500', '160346.797500', '160347.257500', '160347.717500', '160348.177500', '160348.637500', '160349.097500', '160349.557500', '160350.017500', '160350.477500', '160350.937500', '160351.397500', '160351.857500', '160352.317500', '160352.777500', '160353.237500', '160353.697500', '160354.157500', '160354.617500', '160355.077500', '160355.537500', '160355.997500', '160356.457500', '160356.917500', '160357.377500', '160357.837500', '160358.297500', '160358.757500', '160359.217500', '160359.677500', '160400.137500', '160400.597500', '160401.057500', '160401.517500', '160401.977500', '160402.437500', '160402.897500', '160403.357500', '160403.817500', '160404.277500', '160404.737500', '160405.197500', '160405.657500', '160406.117500', '160406.577500', '160407.037500', '160407.497500', '160407.957500', '160408.417500', '160408.877500', '160409.337500', '160409.797500', '160410.257500', '160410.717500', '160411.177500', '160411.637500', '160412.097500', '160412.557500', '160413.017500', '160413.477500', '160413.937500', '160414.397500', '160414.857500', '160415.317500', '160415.777500', '160416.237500', '160416.697500', '160417.157500', '160417.617500', '160418.077500', '160418.537500', '160418.997500', '160419.457500', '160419.917500', '160420.377500', '160420.837500', '160421.297500', '160421.757500', '160422.217500', '160422.677500', '160423.137500', '160423.597500', '160424.057500', '160424.517500', '160424.977500', '160425.437500', '160425.897500', '160426.357500', '160426.817500', '160427.277500', '160427.737500', '160428.197500', '160428.657500', '160429.117500', '160429.577500', '160430.037500', '160430.497500', '160430.957500', '160431.417500', '160431.877500', '160432.337500', '160432.797500', '160433.257500', '160433.717500', '160434.177500', '160434.637500', '160435.097500', '160435.557500', '160436.017500', '160436.477500', '160436.937500', '160437.397500', '160437.857500', '160438.317500', '160438.777500', '160439.237500', '160439.697500', '160440.157500', '160440.617500', '160441.077500', '160441.537500', '160441.997500', '160442.457500', '160442.917500', '160443.377500', '160443.837500', '160444.297500', '160444.757500', '160445.217500', '160445.677500', '160446.137500', '160446.597500', '160447.057500', '160447.517500', '160447.977500', '160448.437500', '160448.897500', '160449.357500', '160449.817500', '160450.277500', '160450.737500', '160451.197500', '160451.657500', '160452.117500', '160452.577500', '160453.037500', '160453.497500', '160453.957500', '160454.417500', '160454.877500', '160455.337500', '160455.797500', '160456.257500', '160456.717500', '160457.177500', '160457.637500', '160458.097500', '160458.557500', '160459.017500', '160459.477500', '160459.937500', '160500.397500', '160500.857500', '160501.317500', '160501.777500', '160502.237500', '160502.697500', '160503.157500', '160503.617500', '160504.077500', '160504.537500', '160504.997500', '160505.457500', '160505.917500', '160506.377500', '160506.837500', '160507.297500', '160507.757500', '160508.217500', '160508.677500', '160509.137500', '160509.597500', '160510.057500', '160510.517500', '160510.977500', '160511.437500', '160511.897500', '160512.357500', '160512.817500', '160513.277500', '160513.737500', '160514.197500', '160514.657500', '160515.117500', '160515.577500', '160516.037500', '160516.497500', '160516.957500', '160517.417500', '160517.877500', '160518.337500', '160518.797500', '160519.257500', '160519.717500', '160520.177500', '160520.637500', '160521.097500', '160521.557500', '160522.017500', '160522.477500', '160522.937500', '160523.397500', '160523.857500', '160524.317500', '160524.777500', '160525.237500', '160525.697500', '160526.157500', '160526.617500', '160527.077500', '160527.537500', '160527.997500', '160528.457500', '160528.917500', '160529.377500', '160529.837500', '160530.297500', '160530.757500', '160531.217500', '160531.677500', '160532.137500', '160532.597500', '160533.057500', '160533.517500', '160533.977500', '160534.437500', '160534.897500', '160535.357500', '160535.817500', '160536.277500', '160536.737500', '160537.197500', '160537.657500', '160538.117500', '160538.577500', '160539.037500', '160539.497500', '160539.957500', '160540.417500', '160540.877500', '160541.337500', '160541.797500', '160542.257500', '160542.717500', '160543.177500', '160543.637500', '160544.097500', '160544.557500', '160545.017500', '160545.477500', '160545.937500', '160546.397500', '160546.857500', '160547.317500', '160547.777500', '160548.237500', '160548.697500', '160549.157500', '160549.617500', '160550.077500', '160550.537500', '160550.997500', '160551.457500', '160551.917500', '160552.377500', '160552.837500', '160553.297500', '160553.757500', '160554.217500', '160554.677500', '160555.137500', '160555.597500', '160556.057500', '160556.517500', '160556.977500', '160557.437500', '160557.897500', '160558.357500', '160558.817500', '160559.277500', '160559.737500', '160600.197500', '160600.657500', '160601.117500', '160601.577500', '160602.037500', '160602.497500', '160602.957500', '160603.417500', '160603.877500', '160604.337500', '160604.797500', '160605.257500', '160605.717500', '160606.177500', '160606.637500', '160607.097500', '160607.557500', '160608.017500', '160608.477500', '160608.937500', '160609.397500', '160609.857500', '160610.317500', '160610.777500', '160611.237500', '160611.697500', '160612.157500', '160612.617500', '160613.077500', '160613.537500', '160613.997500', '160614.457500', '160614.917500', '160615.377500', '160615.837500', '160616.297500', '160616.757500', '160617.217500', '160617.677500', '160618.137500', '160618.597500', '160619.057500', '160619.517500', '160619.977500', '160620.437500', '160620.897500', '160621.357500', '160621.817500', '160622.277500', '160622.737500', '160623.197500', '160623.657500', '160624.117500', '160624.577500', '160625.037500', '160625.497500', '160625.957500', '160626.417500', '160626.877500', '160627.337500', '160627.797500', '160628.257500', '160628.717500', '160629.177500', '160629.637500', '160630.097500', '160630.557500', '160631.017500', '160631.477500', '160631.937500', '160632.397500', '160632.857500', '160633.317500', '160633.777500', '160634.237500', '160634.697500', '160635.157500', '160635.617500', '160636.077500', '160636.537500', '160636.997500', '160637.457500', '160637.917500', '160638.377500', '160638.837500', '160639.297500', '160639.757500', '160640.217500', '160640.677500', '160641.137500', '160641.597500', '160642.057500', '160642.517500', '160642.977500', '160643.437500', '160643.897500', '160644.357500', '160644.817500', '160645.277500', '160645.737500', '160646.197500', '160646.657500', '160647.117500', '160647.577500', '160648.037500', '160648.497500', '160648.957500', '160649.417500', '160649.877500', '160650.337500', '160650.797500', '160651.257500', '160651.717500', '160652.177500', '160652.637500', '160653.097500', '160653.557500', '160654.017500', '160654.477500', '160654.937500', '160655.397500', '160655.857500', '160656.317500', '160656.777500', '160657.237500', '160657.697500', '160658.157500', '160658.617500', '160659.077500', '160659.537500', '160659.997500', '160700.457500', '160700.917500', '160701.377500', '160701.837500', '160702.297500', '160702.757500', '160703.217500', '160703.677500', '160704.137500', '160704.597500', '160705.057500', '160705.517500', '160705.977500', '160706.437500', '160706.897500', '160707.357500', '160707.817500', '160708.277500', '160708.737500', '160709.197500', '160709.657500', '160710.117500', '160710.577500', '160711.037500', '160711.497500', '160711.957500', '160712.417500', '160712.877500', '160713.337500', '160713.797500', '160714.257500', '160714.717500', '160715.177500', '160715.637500', '160716.097500', '160716.557500', '160717.017500', '160717.477500', '160717.937500', '160718.397500', '160718.857500', '160719.317500', '160719.777500', '160720.237500', '160720.697500', '160721.157500', '160721.617500', '160722.077500', '160722.537500', '160722.997500', '160723.457500', '160723.917500', '160724.377500', '160724.837500', '160725.297500', '160725.757500', '160726.217500', '160726.677500', '160727.137500', '160727.597500', '160728.057500', '160728.517500', '160728.977500', '160729.437500', '160729.897500', '160730.357500', '160730.817500', '160731.277500', '160731.737500', '160732.197500', '160732.657500', '160733.117500', '160733.577500', '160734.037500', '160734.497500', '160734.957500', '160735.417500', '160735.877500', '160736.337500', '160736.797500', '160737.257500', '160737.717500', '160738.177500', '160738.637500', '160739.097500', '160739.557500', '160740.017500', '160740.477500', '160740.937500', '160741.397500', '160741.857500', '160742.317500', '160742.777500', '160743.237500', '160743.697500', '160744.157500', '160744.617500', '160745.077500', '160745.537500', '160745.997500', '160746.457500', '160746.917500', '160747.377500', '160747.837500', '160748.297500', '160748.757500', '160749.217500', '160749.677500', '160750.137500', '160750.597500', '160751.057500', '160751.517500', '160751.977500', '160752.437500', '160752.897500', '160753.357500', '160753.817500', '160754.277500', '160754.737500', '160755.197500', '160755.657500', '160756.117500', '160756.577500', '160757.037500', '160757.497500', '160757.957500', '160758.417500', '160758.877500', '160759.337500', '160759.797500', '160800.257500', '160800.717500', '160801.177500', '160801.637500', '160802.097500', '160802.557500', '160803.017500', '160803.477500', '160803.937500', '160804.397500', '160804.857500', '160805.317500', '160805.777500', '160806.237500', '160806.697500', '160807.157500', '160807.617500', '160808.077500', '160808.537500', '160808.997500', '160809.457500', '160809.917500', '160810.377500', '160810.837500', '160811.297500', '160811.757500', '160812.217500', '160812.677500', '160813.137500', '160813.597500', '160814.057500', '160814.517500', '160814.977500', '160815.437500', '160815.897500', '160816.357500', '160816.817500', '160817.277500', '160817.737500', '160818.197500', '160818.657500', '160819.117500', '160819.577500', '160820.037500', '160820.497500', '160820.957500', '160821.417500', '160821.877500', '160822.337500', '160822.797500', '160823.257500', '160823.717500', '160824.177500', '160824.637500', '160825.097500', '160825.557500', '160826.017500', '160826.477500', '160826.937500', '160827.397500', '160827.857500', '160828.317500', '160828.777500', '160829.237500', '160829.697500', '160830.157500', '160830.617500', '160831.077500', '160831.537500', '160831.997500', '160832.457500', '160832.917500', '160833.377500', '160833.837500', '160834.297500', '160834.757500', '160835.217500', '160835.677500', '160836.137500', '160836.597500', '160837.057500', '160837.517500', '160837.977500', '160838.437500', '160838.897500', '160839.357500', '160839.817500', '160840.277500', '160840.737500', '160841.197500', '160841.657500', '160842.117500', '160842.577500', '160843.037500', '160843.497500', '160843.957500', '160844.417500', '160844.877500', '160845.337500', '160845.797500', '160846.257500', '160846.717500', '160847.177500', '160847.637500', '160848.097500', '160848.557500', '160849.017500', '160849.477500', '160849.937500', '160850.397500', '160850.857500', '160851.317500', '160851.777500', '160852.237500', '160852.697500', '160853.157500', '160853.617500', '160854.077500', '160854.537500', '160854.997500', '160855.457500', '160855.917500', '160856.377500', '160856.837500', '160857.297500', '160857.757500', '160858.217500', '160858.677500', '160859.137500', '160859.597500', '160900.057500', '160900.517500', '160900.977500', '160901.437500', '160901.897500', '160902.357500', '160902.817500', '160903.277500', '160903.737500', '160904.197500', '160904.657500', '160905.117500', '160905.577500', '160906.037500', '160906.497500'], 'ContentTime': ['160207.489000', '160207.499000', '160207.501000', '160207.504000', '160207.507000', '160207.509000', '160207.512000', '160207.515000', '160207.517000', '160207.520000', '160207.522000', '160207.525000', '160207.528000', '160207.530000', '160207.533000', '160207.535000', '160207.538000', '160207.540000', '160207.543000', '160207.546000', '160207.548000', '160207.551000', '160207.560000', '160207.562000', '160207.565000', '160207.568000', '160207.570000', '160207.579000', '160207.582000', '160207.585000', '160207.587000', '160207.590000', '160207.592000', '160207.595000', '160207.598000', '160207.600000', '160207.603000', '160207.605000', '160207.608000', '160207.610000', '160207.613000', '160207.616000', '160207.618000', '160207.621000', '160207.623000', '160207.626000', '160207.629000', '160207.631000', '160207.634000', '160207.636000', '160207.639000', '160207.641000', '160227.461000', '160227.464000', '160227.467000', '160227.470000', '160227.472000', '160227.475000', '160227.478000', '160227.480000', '160227.483000', '160227.486000', '160227.488000', '160227.491000', '160227.493000', '160227.496000', '160227.498000', '160227.501000', '160227.504000', '160227.506000', '160227.509000', '160227.511000', '160227.514000', '160227.517000', '160227.519000', '160227.522000', '160227.524000', '160227.527000', '160227.530000', '160227.532000', '160227.535000', '160227.537000', '160227.540000', '160227.542000', '160227.545000', '160227.547000', '160227.550000', '160227.552000', '160227.555000', '160227.557000', '160227.560000', '160227.562000', '160227.565000', '160227.567000', '160227.576000', '160227.579000', '160247.460000', '160247.463000', '160247.466000', '160247.468000', '160247.471000', '160247.474000', '160247.476000', '160247.479000', '160247.481000', '160247.484000', '160247.486000', '160247.489000', '160247.492000', '160247.494000', '160247.497000', '160247.499000', '160247.502000', '160247.505000', '160247.507000', '160247.510000', '160247.512000', '160247.515000', '160247.518000', '160247.520000', '160247.523000', '160247.525000', '160247.528000', '160247.530000', '160247.533000', '160247.536000', '160247.538000', '160247.541000', '160247.551000', '160247.553000', '160247.556000', '160247.559000', '160247.561000', '160247.564000', '160247.567000', '160247.569000', '160247.572000', '160247.574000', '160247.577000', '160307.461000', '160307.465000', '160307.468000', '160307.470000', '160307.473000', '160307.476000', '160307.478000', '160307.481000', '160307.484000', '160307.486000', '160307.489000', '160307.491000', '160307.494000', '160307.497000', '160307.499000', '160307.502000', '160307.504000', '160307.507000', '160307.510000', '160307.512000', '160307.515000', '160307.517000', '160307.520000', '160307.523000', '160307.525000', '160307.528000', '160307.530000', '160307.533000', '160307.536000', '160307.538000', '160307.541000', '160307.543000', '160307.546000', '160307.549000', '160307.551000', '160307.554000', '160307.556000', '160307.559000', '160307.561000', '160307.564000', '160307.567000', '160307.569000', '160307.573000', '160307.576000', '160327.461000', '160327.464000', '160327.467000', '160327.469000', '160327.472000', '160327.474000', '160327.477000', '160327.479000', '160327.482000', '160327.485000', '160327.487000', '160327.490000', '160327.492000', '160327.495000', '160327.497000', '160327.500000', '160327.503000', '160327.505000', '160327.508000', '160327.510000', '160327.513000', '160327.515000', '160327.518000', '160327.520000', '160327.523000', '160327.525000', '160327.532000', '160327.535000', '160327.537000', '160327.540000', '160327.542000', '160327.545000', '160327.547000', '160327.550000', '160327.552000', '160327.555000', '160327.558000', '160327.560000', '160327.563000', '160327.565000', '160327.568000', '160327.570000', '160327.573000', '160347.461000', '160347.467000', '160347.470000', '160347.472000', '160347.475000', '160347.477000', '160347.480000', '160347.482000', '160347.485000', '160347.488000', '160347.490000', '160347.493000', '160347.495000', '160347.498000', '160347.500000', '160347.514000', '160347.516000', '160347.519000', '160347.521000', '160347.524000', '160347.526000', '160347.529000', '160347.531000', '160347.534000', '160347.536000', '160347.539000', '160347.541000', '160347.544000', '160347.554000', '160347.557000', '160347.559000', '160347.562000', '160347.564000', '160347.567000', '160347.570000', '160347.572000', '160347.575000', '160347.577000', '160347.580000', '160347.582000', '160347.585000', '160347.587000', '160347.590000', '160347.593000', '160407.462000', '160407.464000', '160407.467000', '160407.470000', '160407.472000', '160407.475000', '160407.478000', '160407.480000', '160407.483000', '160407.485000', '160407.488000', '160407.490000', '160407.493000', '160407.496000', '160407.498000', '160407.501000', '160407.503000', '160407.506000', '160407.508000', '160407.511000', '160407.514000', '160407.516000', '160407.519000', '160407.521000', '160407.524000', '160407.526000', '160407.529000', '160407.532000', '160407.534000', '160407.537000', '160407.539000', '160407.542000', '160407.545000', '160407.547000', '160407.550000', '160407.552000', '160407.555000', '160407.557000', '160407.560000', '160407.562000', '160407.565000', '160407.568000', '160407.570000', '160427.462000', '160427.464000', '160427.467000', '160427.470000', '160427.472000', '160427.475000', '160427.477000', '160427.480000', '160427.482000', '160427.485000', '160427.487000', '160427.490000', '160427.493000', '160427.495000', '160427.498000', '160427.500000', '160427.503000', '160427.505000', '160427.508000', '160427.511000', '160427.513000', '160427.516000', '160427.518000', '160427.521000', '160427.523000', '160427.526000', '160427.528000', '160427.531000', '160427.534000', '160427.536000', '160427.539000', '160427.541000', '160427.544000', '160427.547000', '160427.549000', '160427.552000', '160427.554000', '160427.557000', '160427.559000', '160427.562000', '160427.564000', '160427.567000', '160427.569000', '160427.572000', '160447.461000', '160447.464000', '160447.467000', '160447.469000', '160447.472000', '160447.475000', '160447.477000', '160447.480000', '160447.482000', '160447.485000', '160447.487000', '160447.490000', '160447.492000', '160447.495000', '160447.498000', '160447.500000', '160447.503000', '160447.505000', '160447.508000', '160447.511000', '160447.513000', '160447.516000', '160447.518000', '160447.521000', '160447.523000', '160447.526000', '160447.528000', '160447.531000', '160447.533000', '160447.536000', '160447.539000', '160447.541000', '160447.544000', '160447.546000', '160447.549000', '160447.551000', '160447.554000', '160447.556000', '160447.559000', '160447.562000', '160447.564000', '160447.567000', '160447.569000', '160507.461000', '160507.463000', '160507.466000', '160507.469000', '160507.471000', '160507.474000', '160507.476000', '160507.479000', '160507.481000', '160507.484000', '160507.486000', '160507.489000', '160507.492000', '160507.494000', '160507.497000', '160507.500000', '160507.502000', '160507.505000', '160507.508000', '160507.510000', '160507.513000', '160507.515000', '160507.518000', '160507.520000', '160507.523000', '160507.526000', '160507.528000', '160507.531000', '160507.533000', '160507.536000', '160507.539000', '160507.541000', '160507.544000', '160507.546000', '160507.549000', '160507.551000', '160507.554000', '160507.556000', '160507.559000', '160507.562000', '160507.564000', '160507.567000', '160507.569000', '160507.572000', '160527.461000', '160527.464000', '160527.467000', '160527.469000', '160527.472000', '160527.474000', '160527.477000', '160527.480000', '160527.482000', '160527.508000', '160527.511000', '160527.514000', '160527.516000', '160527.519000', '160527.521000', '160527.524000', '160527.526000', '160527.529000', '160527.532000', '160527.534000', '160527.537000', '160527.539000', '160527.542000', '160527.544000', '160527.547000', '160527.550000', '160527.552000', '160527.555000', '160527.558000', '160527.560000', '160527.563000', '160527.565000', '160527.568000', '160527.570000', '160527.573000', '160527.576000', '160527.578000', '160527.581000', '160527.583000', '160527.586000', '160527.588000', '160527.591000', '160527.594000', '160547.462000', '160547.464000', '160547.467000', '160547.470000', '160547.472000', '160547.475000', '160547.477000', '160547.480000', '160547.482000', '160547.485000', '160547.488000', '160547.490000', '160547.493000', '160547.495000', '160547.498000', '160547.500000', '160547.503000', '160547.506000', '160547.508000', '160547.511000', '160547.513000', '160547.516000', '160547.518000', '160547.521000', '160547.524000', '160547.526000', '160547.529000', '160547.531000', '160547.534000', '160547.536000', '160547.539000', '160547.541000', '160547.544000', '160547.547000', '160547.549000', '160547.552000', '160547.554000', '160547.557000', '160547.560000', '160547.562000', '160547.565000', '160547.567000', '160547.570000', '160547.573000', '160607.461000', '160607.464000', '160607.467000', '160607.469000', '160607.472000', '160607.475000', '160607.477000', '160607.480000', '160607.482000', '160607.485000', '160607.488000', '160607.490000', '160607.493000', '160607.495000', '160607.498000', '160607.500000', '160607.503000', '160607.506000', '160607.508000', '160607.511000', '160607.513000', '160607.516000', '160607.519000', '160607.521000', '160607.524000', '160607.526000', '160607.529000', '160607.531000', '160607.534000', '160607.536000', '160607.539000', '160607.542000', '160607.544000', '160607.547000', '160607.549000', '160607.552000', '160607.554000', '160607.557000', '160607.560000', '160607.562000', '160607.565000', '160607.567000', '160607.570000', '160627.461000', '160627.464000', '160627.467000', '160627.469000', '160627.473000', '160627.476000', '160627.478000', '160627.482000', '160627.485000', '160627.487000', '160627.490000', '160627.493000', '160627.495000', '160627.498000', '160627.500000', '160627.503000', '160627.506000', '160627.508000', '160627.511000', '160627.513000', '160627.516000', '160627.519000', '160627.521000', '160627.524000', '160627.526000', '160627.529000', '160627.532000', '160627.535000', '160627.538000', '160627.541000', '160627.543000', '160627.546000', '160627.549000', '160627.551000', '160627.554000', '160627.556000', '160627.559000', '160627.562000', '160627.565000', '160627.567000', '160627.570000', '160627.572000', '160627.575000', '160627.577000', '160647.461000', '160647.464000', '160647.467000', '160647.469000', '160647.472000', '160647.475000', '160647.477000', '160647.480000', '160647.482000', '160647.485000', '160647.494000', '160647.496000', '160647.499000', '160647.501000', '160647.504000', '160647.507000', '160647.509000', '160647.512000', '160647.514000', '160647.517000', '160647.520000', '160647.522000', '160647.525000', '160647.527000', '160647.530000', '160647.532000', '160647.535000', '160647.538000', '160647.540000', '160647.543000', '160647.545000', '160647.548000', '160647.550000', '160647.553000', '160647.567000', '160647.569000', '160647.572000', '160647.574000', '160647.577000', '160647.579000', '160647.582000', '160647.584000', '160647.587000', '160707.461000', '160707.464000', '160707.467000', '160707.469000', '160707.472000', '160707.475000', '160707.477000', '160707.480000', '160707.482000', '160707.485000', '160707.487000', '160707.490000', '160707.492000', '160707.495000', '160707.498000', '160707.500000', '160707.503000', '160707.505000', '160707.508000', '160707.510000', '160707.513000', '160707.515000', '160707.518000', '160707.521000', '160707.523000', '160707.526000', '160707.528000', '160707.531000', '160707.533000', '160707.536000', '160707.538000', '160707.541000', '160707.544000', '160707.546000', '160707.549000', '160707.551000', '160707.554000', '160707.556000', '160707.559000', '160707.562000', '160707.564000', '160707.567000', '160707.569000', '160727.461000', '160727.463000', '160727.466000', '160727.468000', '160727.471000', '160727.474000', '160727.476000', '160727.479000', '160727.481000', '160727.484000', '160727.486000', '160727.489000', '160727.491000', '160727.494000', '160727.497000', '160727.499000', '160727.502000', '160727.504000', '160727.507000', '160727.509000', '160727.512000', '160727.514000', '160727.517000', '160727.520000', '160727.522000', '160727.525000', '160727.527000', '160727.530000', '160727.533000', '160727.535000', '160727.538000', '160727.540000', '160727.543000', '160727.545000', '160727.548000', '160727.551000', '160727.553000', '160727.556000', '160727.558000', '160727.561000', '160727.563000', '160727.566000', '160727.569000', '160727.571000', '160747.462000', '160747.464000', '160747.467000', '160747.470000', '160747.472000', '160747.475000', '160747.478000', '160747.480000', '160747.483000', '160747.485000', '160747.488000', '160747.490000', '160747.493000', '160747.495000', '160747.498000', '160747.501000', '160747.503000', '160747.506000', '160747.508000', '160747.511000', '160747.513000', '160747.516000', '160747.519000', '160747.522000', '160747.524000', '160747.527000', '160747.530000', '160747.532000', '160747.535000', '160747.537000', '160747.540000', '160747.542000', '160747.545000', '160747.548000', '160747.551000', '160747.553000', '160747.556000', '160747.558000', '160747.561000', '160747.563000', '160747.566000', '160747.568000', '160747.571000', '160807.461000', '160807.465000', '160807.468000', '160807.471000', '160807.473000', '160807.476000', '160807.479000', '160807.481000', '160807.484000', '160807.487000', '160807.489000', '160807.492000', '160807.494000', '160807.497000', '160807.500000', '160807.502000', '160807.505000', '160807.507000', '160807.510000', '160807.513000', '160807.515000', '160807.518000', '160807.520000', '160807.523000', '160807.525000', '160807.528000', '160807.530000', '160807.533000', '160807.535000', '160807.538000', '160807.541000', '160807.543000', '160807.546000', '160807.548000', '160807.551000', '160807.554000', '160807.556000', '160807.559000', '160807.561000', '160807.564000', '160807.566000', '160807.569000', '160807.571000', '160807.574000', '160827.462000', '160827.464000', '160827.467000', '160827.469000', '160827.472000', '160827.475000', '160827.477000', '160827.480000', '160827.482000', '160827.485000', '160827.487000', '160827.490000', '160827.493000', '160827.495000', '160827.498000', '160827.500000', '160827.503000', '160827.506000', '160827.508000', '160827.511000', '160827.513000', '160827.516000', '160827.518000', '160827.521000', '160827.524000', '160827.526000', '160827.529000', '160827.531000', '160827.534000', '160827.536000', '160827.539000', '160827.542000', '160827.544000', '160827.547000', '160827.549000', '160827.552000', '160827.554000', '160827.557000', '160827.560000', '160827.562000', '160827.565000', '160827.567000', '160827.570000', '160847.461000', '160847.464000', '160847.467000', '160847.469000', '160847.472000', '160847.475000', '160847.477000', '160847.480000', '160847.482000', '160847.485000', '160847.487000', '160847.490000', '160847.492000', '160847.495000', '160847.497000', '160847.500000', '160847.503000', '160847.505000', '160847.508000', '160847.510000', '160847.513000', '160847.515000', '160847.518000', '160847.521000', '160847.523000', '160847.526000', '160847.528000', '160847.531000', '160847.533000', '160847.536000', '160847.539000', '160847.541000', '160847.544000', '160847.546000', '160847.549000', '160847.551000', '160847.554000', '160847.556000', '160847.559000', '160847.562000', '160847.564000', '160847.567000', '160847.569000', '160847.572000', '160907.462000', '160907.464000', '160907.468000', '160907.470000', '160907.473000', '160907.475000', '160907.478000', '160907.481000', '160907.483000', '160907.486000', '160907.488000', '160907.491000', '160907.493000', '160907.496000', '160907.499000', '160907.502000', '160907.504000', '160907.507000', '160907.509000', '160907.512000', '160907.515000', '160907.517000', '160907.520000', '160907.522000', '160907.525000', '160907.527000', '160907.530000', '160907.532000', '160907.535000', '160907.538000', '160907.540000', '160907.543000', '160907.545000', '160907.548000', '160907.550000', '160907.553000', '160907.555000', '160907.558000', '160907.560000', '160907.564000', '160907.569000', '160907.572000', '160907.574000', '160907.950000', '160907.953000'], 'InstanceCreationTime': ['160207.489000', '160207.499000', '160207.501000', '160207.504000', '160207.507000', '160207.509000', '160207.512000', '160207.515000', '160207.517000', '160207.520000', '160207.522000', '160207.525000', '160207.528000', '160207.530000', '160207.533000', '160207.535000', '160207.538000', '160207.540000', '160207.543000', '160207.546000', '160207.548000', '160207.551000', '160207.560000', '160207.562000', '160207.565000', '160207.568000', '160207.570000', '160207.579000', '160207.582000', '160207.585000', '160207.587000', '160207.590000', '160207.592000', '160207.595000', '160207.598000', '160207.600000', '160207.603000', '160207.605000', '160207.608000', '160207.610000', '160207.613000', '160207.616000', '160207.618000', '160207.621000', '160207.623000', '160207.626000', '160207.629000', '160207.631000', '160207.634000', '160207.636000', '160207.639000', '160207.641000', '160227.461000', '160227.464000', '160227.467000', '160227.470000', '160227.472000', '160227.475000', '160227.478000', '160227.480000', '160227.483000', '160227.486000', '160227.488000', '160227.491000', '160227.493000', '160227.496000', '160227.498000', '160227.501000', '160227.504000', '160227.506000', '160227.509000', '160227.511000', '160227.514000', '160227.517000', '160227.519000', '160227.522000', '160227.524000', '160227.527000', '160227.530000', '160227.532000', '160227.535000', '160227.537000', '160227.540000', '160227.542000', '160227.545000', '160227.547000', '160227.550000', '160227.552000', '160227.555000', '160227.557000', '160227.560000', '160227.562000', '160227.565000', '160227.567000', '160227.576000', '160227.579000', '160247.460000', '160247.463000', '160247.466000', '160247.468000', '160247.471000', '160247.474000', '160247.476000', '160247.479000', '160247.481000', '160247.484000', '160247.486000', '160247.489000', '160247.492000', '160247.494000', '160247.497000', '160247.499000', '160247.502000', '160247.505000', '160247.507000', '160247.510000', '160247.512000', '160247.515000', '160247.518000', '160247.520000', '160247.523000', '160247.525000', '160247.528000', '160247.530000', '160247.533000', '160247.536000', '160247.538000', '160247.541000', '160247.551000', '160247.553000', '160247.556000', '160247.559000', '160247.561000', '160247.564000', '160247.567000', '160247.569000', '160247.572000', '160247.574000', '160247.577000', '160307.461000', '160307.465000', '160307.468000', '160307.470000', '160307.473000', '160307.476000', '160307.478000', '160307.481000', '160307.484000', '160307.486000', '160307.489000', '160307.491000', '160307.494000', '160307.497000', '160307.499000', '160307.502000', '160307.504000', '160307.507000', '160307.510000', '160307.512000', '160307.515000', '160307.517000', '160307.520000', '160307.523000', '160307.525000', '160307.528000', '160307.530000', '160307.533000', '160307.536000', '160307.538000', '160307.541000', '160307.543000', '160307.546000', '160307.549000', '160307.551000', '160307.554000', '160307.556000', '160307.559000', '160307.561000', '160307.564000', '160307.567000', '160307.569000', '160307.573000', '160307.576000', '160327.461000', '160327.464000', '160327.467000', '160327.469000', '160327.472000', '160327.474000', '160327.477000', '160327.479000', '160327.482000', '160327.485000', '160327.487000', '160327.490000', '160327.492000', '160327.495000', '160327.497000', '160327.500000', '160327.503000', '160327.505000', '160327.508000', '160327.510000', '160327.513000', '160327.515000', '160327.518000', '160327.520000', '160327.523000', '160327.525000', '160327.532000', '160327.535000', '160327.537000', '160327.540000', '160327.542000', '160327.545000', '160327.547000', '160327.550000', '160327.552000', '160327.555000', '160327.558000', '160327.560000', '160327.563000', '160327.565000', '160327.568000', '160327.570000', '160327.573000', '160347.461000', '160347.467000', '160347.470000', '160347.472000', '160347.475000', '160347.477000', '160347.480000', '160347.482000', '160347.485000', '160347.488000', '160347.490000', '160347.493000', '160347.495000', '160347.498000', '160347.500000', '160347.514000', '160347.516000', '160347.519000', '160347.521000', '160347.524000', '160347.526000', '160347.529000', '160347.531000', '160347.534000', '160347.536000', '160347.539000', '160347.541000', '160347.544000', '160347.554000', '160347.557000', '160347.559000', '160347.562000', '160347.564000', '160347.567000', '160347.570000', '160347.572000', '160347.575000', '160347.577000', '160347.580000', '160347.582000', '160347.585000', '160347.587000', '160347.590000', '160347.593000', '160407.462000', '160407.464000', '160407.467000', '160407.470000', '160407.472000', '160407.475000', '160407.478000', '160407.480000', '160407.483000', '160407.485000', '160407.488000', '160407.490000', '160407.493000', '160407.496000', '160407.498000', '160407.501000', '160407.503000', '160407.506000', '160407.508000', '160407.511000', '160407.514000', '160407.516000', '160407.519000', '160407.521000', '160407.524000', '160407.526000', '160407.529000', '160407.532000', '160407.534000', '160407.537000', '160407.539000', '160407.542000', '160407.545000', '160407.547000', '160407.550000', '160407.552000', '160407.555000', '160407.557000', '160407.560000', '160407.562000', '160407.565000', '160407.568000', '160407.570000', '160427.462000', '160427.464000', '160427.467000', '160427.470000', '160427.472000', '160427.475000', '160427.477000', '160427.480000', '160427.482000', '160427.485000', '160427.487000', '160427.490000', '160427.493000', '160427.495000', '160427.498000', '160427.500000', '160427.503000', '160427.505000', '160427.508000', '160427.511000', '160427.513000', '160427.516000', '160427.518000', '160427.521000', '160427.523000', '160427.526000', '160427.528000', '160427.531000', '160427.534000', '160427.536000', '160427.539000', '160427.541000', '160427.544000', '160427.547000', '160427.549000', '160427.552000', '160427.554000', '160427.557000', '160427.559000', '160427.562000', '160427.564000', '160427.567000', '160427.569000', '160427.572000', '160447.461000', '160447.464000', '160447.467000', '160447.469000', '160447.472000', '160447.475000', '160447.477000', '160447.480000', '160447.482000', '160447.485000', '160447.487000', '160447.490000', '160447.492000', '160447.495000', '160447.498000', '160447.500000', '160447.503000', '160447.505000', '160447.508000', '160447.511000', '160447.513000', '160447.516000', '160447.518000', '160447.521000', '160447.523000', '160447.526000', '160447.528000', '160447.531000', '160447.533000', '160447.536000', '160447.539000', '160447.541000', '160447.544000', '160447.546000', '160447.549000', '160447.551000', '160447.554000', '160447.556000', '160447.559000', '160447.562000', '160447.564000', '160447.567000', '160447.569000', '160507.461000', '160507.463000', '160507.466000', '160507.469000', '160507.471000', '160507.474000', '160507.476000', '160507.479000', '160507.481000', '160507.484000', '160507.486000', '160507.489000', '160507.492000', '160507.494000', '160507.497000', '160507.500000', '160507.502000', '160507.505000', '160507.508000', '160507.510000', '160507.513000', '160507.515000', '160507.518000', '160507.520000', '160507.523000', '160507.526000', '160507.528000', '160507.531000', '160507.533000', '160507.536000', '160507.539000', '160507.541000', '160507.544000', '160507.546000', '160507.549000', '160507.551000', '160507.554000', '160507.556000', '160507.559000', '160507.562000', '160507.564000', '160507.567000', '160507.569000', '160507.572000', '160527.461000', '160527.464000', '160527.467000', '160527.469000', '160527.472000', '160527.474000', '160527.477000', '160527.480000', '160527.482000', '160527.508000', '160527.511000', '160527.514000', '160527.516000', '160527.519000', '160527.521000', '160527.524000', '160527.526000', '160527.529000', '160527.532000', '160527.534000', '160527.537000', '160527.539000', '160527.542000', '160527.544000', '160527.547000', '160527.550000', '160527.552000', '160527.555000', '160527.558000', '160527.560000', '160527.563000', '160527.565000', '160527.568000', '160527.570000', '160527.573000', '160527.576000', '160527.578000', '160527.581000', '160527.583000', '160527.586000', '160527.588000', '160527.591000', '160527.594000', '160547.462000', '160547.464000', '160547.467000', '160547.470000', '160547.472000', '160547.475000', '160547.477000', '160547.480000', '160547.482000', '160547.485000', '160547.488000', '160547.490000', '160547.493000', '160547.495000', '160547.498000', '160547.500000', '160547.503000', '160547.506000', '160547.508000', '160547.511000', '160547.513000', '160547.516000', '160547.518000', '160547.521000', '160547.524000', '160547.526000', '160547.529000', '160547.531000', '160547.534000', '160547.536000', '160547.539000', '160547.541000', '160547.544000', '160547.547000', '160547.549000', '160547.552000', '160547.554000', '160547.557000', '160547.560000', '160547.562000', '160547.565000', '160547.567000', '160547.570000', '160547.573000', '160607.461000', '160607.464000', '160607.467000', '160607.469000', '160607.472000', '160607.475000', '160607.477000', '160607.480000', '160607.482000', '160607.485000', '160607.488000', '160607.490000', '160607.493000', '160607.495000', '160607.498000', '160607.500000', '160607.503000', '160607.506000', '160607.508000', '160607.511000', '160607.513000', '160607.516000', '160607.519000', '160607.521000', '160607.524000', '160607.526000', '160607.529000', '160607.531000', '160607.534000', '160607.536000', '160607.539000', '160607.542000', '160607.544000', '160607.547000', '160607.549000', '160607.552000', '160607.554000', '160607.557000', '160607.560000', '160607.562000', '160607.565000', '160607.567000', '160607.570000', '160627.461000', '160627.464000', '160627.467000', '160627.469000', '160627.473000', '160627.476000', '160627.478000', '160627.482000', '160627.485000', '160627.487000', '160627.490000', '160627.493000', '160627.495000', '160627.498000', '160627.500000', '160627.503000', '160627.506000', '160627.508000', '160627.511000', '160627.513000', '160627.516000', '160627.519000', '160627.521000', '160627.524000', '160627.526000', '160627.529000', '160627.532000', '160627.535000', '160627.538000', '160627.541000', '160627.543000', '160627.546000', '160627.549000', '160627.551000', '160627.554000', '160627.556000', '160627.559000', '160627.562000', '160627.565000', '160627.567000', '160627.570000', '160627.572000', '160627.575000', '160627.577000', '160647.461000', '160647.464000', '160647.467000', '160647.469000', '160647.472000', '160647.475000', '160647.477000', '160647.480000', '160647.482000', '160647.485000', '160647.494000', '160647.496000', '160647.499000', '160647.501000', '160647.504000', '160647.507000', '160647.509000', '160647.512000', '160647.514000', '160647.517000', '160647.520000', '160647.522000', '160647.525000', '160647.527000', '160647.530000', '160647.532000', '160647.535000', '160647.538000', '160647.540000', '160647.543000', '160647.545000', '160647.548000', '160647.550000', '160647.553000', '160647.567000', '160647.569000', '160647.572000', '160647.574000', '160647.577000', '160647.579000', '160647.582000', '160647.584000', '160647.587000', '160707.461000', '160707.464000', '160707.467000', '160707.469000', '160707.472000', '160707.475000', '160707.477000', '160707.480000', '160707.482000', '160707.485000', '160707.487000', '160707.490000', '160707.492000', '160707.495000', '160707.498000', '160707.500000', '160707.503000', '160707.505000', '160707.508000', '160707.510000', '160707.513000', '160707.515000', '160707.518000', '160707.521000', '160707.523000', '160707.526000', '160707.528000', '160707.531000', '160707.533000', '160707.536000', '160707.538000', '160707.541000', '160707.544000', '160707.546000', '160707.549000', '160707.551000', '160707.554000', '160707.556000', '160707.559000', '160707.562000', '160707.564000', '160707.567000', '160707.569000', '160727.461000', '160727.463000', '160727.466000', '160727.468000', '160727.471000', '160727.474000', '160727.476000', '160727.479000', '160727.481000', '160727.484000', '160727.486000', '160727.489000', '160727.491000', '160727.494000', '160727.497000', '160727.499000', '160727.502000', '160727.504000', '160727.507000', '160727.509000', '160727.512000', '160727.514000', '160727.517000', '160727.520000', '160727.522000', '160727.525000', '160727.527000', '160727.530000', '160727.533000', '160727.535000', '160727.538000', '160727.540000', '160727.543000', '160727.545000', '160727.548000', '160727.551000', '160727.553000', '160727.556000', '160727.558000', '160727.561000', '160727.563000', '160727.566000', '160727.569000', '160727.571000', '160747.462000', '160747.464000', '160747.467000', '160747.470000', '160747.472000', '160747.475000', '160747.478000', '160747.480000', '160747.483000', '160747.485000', '160747.488000', '160747.490000', '160747.493000', '160747.495000', '160747.498000', '160747.501000', '160747.503000', '160747.506000', '160747.508000', '160747.511000', '160747.513000', '160747.516000', '160747.519000', '160747.522000', '160747.524000', '160747.527000', '160747.530000', '160747.532000', '160747.535000', '160747.537000', '160747.540000', '160747.542000', '160747.545000', '160747.548000', '160747.551000', '160747.553000', '160747.556000', '160747.558000', '160747.561000', '160747.563000', '160747.566000', '160747.568000', '160747.571000', '160807.461000', '160807.465000', '160807.468000', '160807.471000', '160807.473000', '160807.476000', '160807.479000', '160807.481000', '160807.484000', '160807.487000', '160807.489000', '160807.492000', '160807.494000', '160807.497000', '160807.500000', '160807.502000', '160807.505000', '160807.507000', '160807.510000', '160807.513000', '160807.515000', '160807.518000', '160807.520000', '160807.523000', '160807.525000', '160807.528000', '160807.530000', '160807.533000', '160807.535000', '160807.538000', '160807.541000', '160807.543000', '160807.546000', '160807.548000', '160807.551000', '160807.554000', '160807.556000', '160807.559000', '160807.561000', '160807.564000', '160807.566000', '160807.569000', '160807.571000', '160807.574000', '160827.462000', '160827.464000', '160827.467000', '160827.469000', '160827.472000', '160827.475000', '160827.477000', '160827.480000', '160827.482000', '160827.485000', '160827.487000', '160827.490000', '160827.493000', '160827.495000', '160827.498000', '160827.500000', '160827.503000', '160827.506000', '160827.508000', '160827.511000', '160827.513000', '160827.516000', '160827.518000', '160827.521000', '160827.524000', '160827.526000', '160827.529000', '160827.531000', '160827.534000', '160827.536000', '160827.539000', '160827.542000', '160827.544000', '160827.547000', '160827.549000', '160827.552000', '160827.554000', '160827.557000', '160827.560000', '160827.562000', '160827.565000', '160827.567000', '160827.570000', '160847.461000', '160847.464000', '160847.467000', '160847.469000', '160847.472000', '160847.475000', '160847.477000', '160847.480000', '160847.482000', '160847.485000', '160847.487000', '160847.490000', '160847.492000', '160847.495000', '160847.497000', '160847.500000', '160847.503000', '160847.505000', '160847.508000', '160847.510000', '160847.513000', '160847.515000', '160847.518000', '160847.521000', '160847.523000', '160847.526000', '160847.528000', '160847.531000', '160847.533000', '160847.536000', '160847.539000', '160847.541000', '160847.544000', '160847.546000', '160847.549000', '160847.551000', '160847.554000', '160847.556000', '160847.559000', '160847.562000', '160847.564000', '160847.567000', '160847.569000', '160847.572000', '160907.462000', '160907.464000', '160907.468000', '160907.470000', '160907.473000', '160907.475000', '160907.478000', '160907.481000', '160907.483000', '160907.486000', '160907.488000', '160907.491000', '160907.493000', '160907.496000', '160907.499000', '160907.502000', '160907.504000', '160907.507000', '160907.509000', '160907.512000', '160907.515000', '160907.517000', '160907.520000', '160907.522000', '160907.525000', '160907.527000', '160907.530000', '160907.532000', '160907.535000', '160907.538000', '160907.540000', '160907.543000', '160907.545000', '160907.548000', '160907.550000', '160907.553000', '160907.555000', '160907.558000', '160907.560000', '160907.564000', '160907.569000', '160907.572000', '160907.574000', '160907.950000', '160907.953000'], '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': [15915, 19947, 14006, 18666, 13124, 15689, 17222, 16799, 15742, 10279, 14359, 9492, 13786, 9735, 10794, 9703, 8863, 9785, 9292, 9927, 9573, 10107, 9222, 9749, 9303, 10508, 9344, 10204, 9574, 10699, 10100, 9450, 10159, 9620, 10327, 9645, 10374, 9313, 10308, 9513, 10391, 9672, 9850, 9711, 10524, 9902, 12912, 9914, 10646, 10432, 9686, 10572, 9308, 9934, 9649, 10282, 9631, 9935, 9797, 10733, 10171, 12030, 10399, 10809, 9814, 9211, 10103, 9743, 12273, 10165, 13131, 10227, 9873, 10463, 9388, 9527, 10226, 10470, 10160, 9719, 10149, 9363, 10276, 9674, 9619, 10235, 10688, 10178, 9645, 10302, 9617, 13908, 10084, 11309, 10102, 9532, 10372, 9531, 17872, 13142, 12380, 10040, 9363, 9930, 9261, 17449, 12376, 13400, 10010, 10192, 10120, 9357, 17560, 13256, 13342, 9686, 11136, 9706, 10626, 9571, 11185, 17282, 12949, 14230, 9639, 11059, 9475, 9667, 9097, 9611, 13061, 9373, 11900, 9591, 9202, 9783, 9276, 10181, 9317, 10172, 9286, 10852, 9753, 10163, 9727, 8700, 10193, 9156, 10148, 9567, 9999, 9498, 10621, 9634, 10248, 9574, 16214, 10617, 12014, 9583, 10819, 9750, 11538, 11304, 11994, 11383, 9854, 14611, 9624, 14702, 10555, 11412, 9466, 9362, 10036, 9538, 9943, 9781, 9694, 9585, 9484, 9524, 10071, 12470, 10009, 9499, 10133, 9354, 9781, 10241, 15548, 10993, 9573, 9686, 10310, 9385, 14774, 9935, 12044, 9325, 10735, 9403, 10669, 9404, 13014, 9503, 11459, 9325, 10761, 9460, 10620, 9377, 11188, 9541, 9302, 9454, 8713, 9699, 9303, 9508, 11563, 9773, 9556, 9863, 9502, 10009, 9575, 10116, 9627, 9812, 9567, 10766, 10403, 10706, 9808, 8772, 9726, 8821, 9523, 9290, 9806, 10047, 10155, 9418, 10716, 9578, 10455, 9700, 9729, 13517, 9402, 10333, 9607, 10368, 10549, 16303, 15332, 16171, 11668, 17254, 9724, 16873, 12686, 18492, 13043, 12286, 9266, 9373, 9992, 9400, 9794, 9412, 10255, 9623, 9533, 9141, 9559, 9476, 10554, 9595, 10745, 9366, 9669, 9187, 9738, 9443, 9890, 9563, 10262, 9364, 14922, 10725, 15105, 9327, 11617, 9284, 10962, 9208, 10689, 9494, 11699, 9642, 9576, 10000, 9650, 9989, 9557, 9413, 9403, 9947, 9402, 10480, 9096, 10524, 9411, 11434, 9203, 10205, 9435, 9361, 9652, 9219, 9573, 9734, 10212, 9711, 10980, 9206, 10154, 9252, 13105, 9474, 11137, 9417, 10577, 9622, 12505, 9387, 14453, 9603, 9942, 10075, 9069, 9693, 11859, 9674, 9207, 10126, 9413, 14431, 8976, 17556, 12243, 12882, 9510, 10823, 9700, 9652, 14319, 12682, 17279, 9409, 11373, 9236, 10398, 9007, 12878, 9397, 8805, 9602, 9133, 9524, 9243, 14342, 10320, 11223, 9500, 9568, 10011, 9095, 10811, 9643, 11332, 9193, 10330, 9309, 9525, 9386, 9517, 9877, 10174, 9656, 9323, 10692, 8960, 10111, 9078, 11446, 9057, 9725, 9747, 9219, 9452, 9249, 9961, 9358, 10712, 9380, 9208, 9880, 9342, 10326, 9100, 11127, 9228, 10914, 9736, 9556, 10249, 9419, 10853, 9379, 9503, 10088, 9322, 12490, 9858, 14504, 9789, 9326, 10115, 9368, 11506, 9292, 13244, 9177, 10712, 9362, 11721, 9242, 14696, 10138, 12857, 9577, 11680, 9828, 15434, 12444, 17225, 12619, 14141, 9862, 13518, 9461, 16661, 12173, 17324, 10229, 11912, 9218, 9845, 11842, 9238, 17164, 12282, 13369, 9416, 9637, 8932, 9025, 9021, 10742, 9196, 10813, 9280, 10793, 9588, 10914, 9314, 9834, 9429, 9051, 9501, 8968, 9657, 9223, 13867, 9359, 9593, 9467, 9163, 9278, 9955, 9485, 8683, 9832, 9095, 9982, 9210, 9520, 9163, 9889, 9339, 12389, 9416, 12567, 9444, 13447, 10104, 9179, 10056, 9572, 9939, 9711, 9781, 9528, 10210, 9616, 10965, 9275, 14006, 9587, 11583, 9485, 9342, 9743, 9240, 9804, 9377, 10137, 9148, 9811, 9439, 10932, 9146, 14150, 9193, 10616, 9149, 9970, 9054, 12265, 9586, 11637, 9412, 10048, 9215, 11785, 9033, 16418, 11138, 9756, 16992, 9231, 14929, 9711, 13054, 10184, 10947, 9092, 9483, 10584, 9243, 9502, 9281, 9359, 9306, 8776, 9341, 9262, 9753, 9179, 9593, 9431, 9722, 9112, 10077, 9188, 13535, 10044, 11840, 9165, 11632, 9246, 10252, 14415, 12565, 17117, 11165, 13744, 9052, 11279, 9069, 11675, 9229, 9740, 8956, 9193, 10001, 9413, 11097, 9122, 9947, 9195, 9045, 9497, 9369, 10029, 9120, 9959, 9205, 9339, 9645, 9163, 9820, 9349, 9539, 9380, 9578, 9431, 9746, 9228, 9405, 9701, 9785, 9377, 15206, 9127, 15010, 11364, 15383, 9352, 11130, 9175, 9342, 9847, 9337, 17082, 12277, 13160, 9360, 9577, 9138, 8904, 8868, 9197, 8939, 9173, 9355, 9222, 10347, 9251, 11388, 9188, 10198, 9068, 9210, 8724, 9009, 10159, 9309, 9125, 9121, 9292, 9024, 9335, 10195, 8892, 10657, 8906, 9157, 9168, 9426, 10190, 9151, 10265, 8907, 11400, 9431, 10845, 10376, 9064, 10480, 9342, 10901, 9507, 11314, 9216, 9104, 10735, 9678, 11056, 9627, 12265, 9438, 9007, 10486, 9843, 14634, 10419, 13129, 9902, 10313, 18606, 13662, 16191, 15145, 14205, 18895, 13888, 16889, 12282, 16613, 14723, 12816, 15369, 9537, 17424, 11366, 17481, 12986, 17022, 10330, 12635, 12973, 10473, 19238, 14814, 16147, 11185, 13223, 9251, 13228, 10522, 16574, 10554, 13442, 9224, 10513, 9220, 15944, 9163, 9723, 9112, 9071, 9091, 9987, 9031, 11074, 9446, 9490, 9245, 9261, 9218, 8919, 8998, 8878, 9057, 8869, 9100, 9176, 9642, 9161, 11507, 9093, 9991, 9160, 9660, 9148, 9309, 8935, 9133, 8699, 8979, 9016, 9234, 9970, 8735, 9210, 9085, 9482, 9093, 9324, 9267, 9465, 9325, 8847, 10176, 9319, 9360, 9292, 10647, 9010, 10164, 8957, 11306, 9557, 9395, 9472, 10696, 9357, 9715, 9854, 9208, 15423, 11660, 18173, 13605, 14135, 10105, 12685, 9348, 17398, 10367, 12175, 8848, 9290, 8835, 13436, 8821, 12101, 9150, 9234, 11928, 9205, 18432, 12828, 13435, 9239, 10354, 9143, 9485, 9066, 9816, 9071, 9092, 8764, 9127, 9704, 9310, 10788, 9293, 9725, 9143, 9324, 8812, 9164, 9415, 9043, 10815, 9125, 9530, 9042, 9164, 8995, 9113, 9843, 9186, 9453, 8685, 9025, 9518, 9030, 9249, 8875, 9883, 8838, 9974, 9130, 10419, 9353, 8873, 9118, 9173, 9931, 9166, 11439, 9524, 9388, 9983, 9328, 10300, 9065, 9254, 9376, 9135, 13676, 9490, 11959, 9211, 10941, 13258, 9818, 18397, 13821, 13988, 9250, 12586, 10077, 17244, 11976, 14633, 9381, 13185, 14293, 15166, 17906, 14325, 19404, 13645, 18381, 14004, 18888, 14018, 14582, 9464, 10406, 14591, 13596, 19479, 14796, 14095, 9232, 11516, 9572, 11572, 9491, 10941, 9422, 8739, 9493, 9112, 9363, 9732, 9204, 8838, 9460, 9152, 9443, 9247, 14104, 9158, 12511, 9261, 9447, 9365, 9011, 9328, 9496, 9632, 9068, 9342, 9255, 9823, 9293, 9355, 9031, 9577, 9336, 9274, 9217, 11025, 9223, 11129, 9302, 9444, 9134], 'WindowCenter': [4358.0, 4353.0, 4294.0, 4311.0, 4256.0, 4289.0, 4273.0, 4275.0, 4247.0, 4197.0, 4234.0, 4200.0, 4235.0, 4195.0, 4204.0, 4184.0, 4185.0, 4209.0, 4196.0, 4207.0, 4195.0, 4207.0, 4197.0, 4207.0, 4211.0, 4219.0, 4210.0, 4208.0, 4209.0, 4219.0, 4232.0, 4223.0, 4223.0, 4213.0, 4222.0, 4211.0, 4223.0, 4225.0, 4223.0, 4223.0, 4223.0, 4223.0, 4222.0, 4222.0, 4234.0, 4234.0, 4253.0, 4225.0, 4234.0, 4234.0, 4225.0, 4237.0, 4227.0, 4225.0, 4227.0, 4235.0, 4225.0, 4225.0, 4236.0, 4247.0, 4250.0, 4257.0, 4248.0, 4247.0, 4237.0, 4225.0, 4224.0, 4237.0, 4270.0, 4237.0, 4268.0, 4235.0, 4225.0, 4233.0, 4213.0, 4226.0, 4248.0, 4234.0, 4236.0, 4227.0, 4235.0, 4224.0, 4247.0, 4250.0, 4227.0, 4251.0, 4249.0, 4251.0, 4238.0, 4251.0, 4250.0, 4279.0, 4249.0, 4246.0, 4237.0, 4227.0, 4248.0, 4226.0, 4298.0, 4269.0, 4256.0, 4225.0, 4215.0, 4236.0, 4225.0, 4287.0, 4257.0, 4253.0, 4225.0, 4223.0, 4236.0, 4226.0, 4286.0, 4267.0, 4254.0, 4212.0, 4231.0, 4213.0, 4234.0, 4225.0, 4234.0, 4284.0, 4244.0, 4252.0, 4211.0, 4219.0, 4209.0, 4211.0, 4197.0, 4225.0, 4252.0, 4212.0, 4243.0, 4212.0, 4201.0, 4224.0, 4212.0, 4223.0, 4225.0, 4224.0, 4225.0, 4260.0, 4238.0, 4236.0, 4240.0, 4217.0, 4247.0, 4226.0, 4249.0, 4238.0, 4238.0, 4240.0, 4247.0, 4236.0, 4248.0, 4237.0, 4289.0, 4250.0, 4257.0, 4226.0, 4233.0, 4239.0, 4255.0, 4243.0, 4256.0, 4233.0, 4221.0, 4274.0, 4223.0, 4264.0, 4235.0, 4231.0, 4211.0, 4209.0, 4236.0, 4224.0, 4224.0, 4222.0, 4223.0, 4221.0, 4225.0, 4236.0, 4224.0, 4255.0, 4225.0, 4225.0, 4223.0, 4228.0, 4222.0, 4224.0, 4274.0, 4231.0, 4211.0, 4213.0, 4221.0, 4214.0, 4263.0, 4224.0, 4243.0, 4211.0, 4221.0, 4210.0, 4235.0, 4212.0, 4254.0, 4225.0, 4230.0, 4213.0, 4233.0, 4226.0, 4233.0, 4215.0, 4234.0, 4213.0, 4211.0, 4213.0, 4203.0, 4225.0, 4226.0, 4224.0, 4244.0, 4226.0, 4222.0, 4223.0, 4225.0, 4235.0, 4224.0, 4235.0, 4226.0, 4223.0, 4225.0, 4257.0, 4235.0, 4236.0, 4236.0, 4203.0, 4225.0, 4213.0, 4236.0, 4225.0, 4235.0, 4236.0, 4235.0, 4227.0, 4250.0, 4238.0, 4247.0, 4251.0, 4239.0, 4280.0, 4240.0, 4248.0, 4239.0, 4238.0, 4251.0, 4290.0, 4292.0, 4288.0, 4245.0, 4286.0, 4227.0, 4285.0, 4243.0, 4285.0, 4242.0, 4231.0, 4199.0, 4210.0, 4221.0, 4202.0, 4214.0, 4202.0, 4210.0, 4208.0, 4214.0, 4213.0, 4211.0, 4224.0, 4235.0, 4223.0, 4233.0, 4228.0, 4225.0, 4224.0, 4227.0, 4226.0, 4225.0, 4226.0, 4234.0, 4226.0, 4274.0, 4238.0, 4277.0, 4215.0, 4233.0, 4214.0, 4231.0, 4213.0, 4234.0, 4211.0, 4245.0, 4212.0, 4213.0, 4212.0, 4214.0, 4225.0, 4227.0, 4216.0, 4226.0, 4224.0, 4216.0, 4234.0, 4212.0, 4235.0, 4225.0, 4245.0, 4216.0, 4236.0, 4214.0, 4215.0, 4225.0, 4227.0, 4224.0, 4226.0, 4239.0, 4228.0, 4247.0, 4229.0, 4248.0, 4227.0, 4269.0, 4241.0, 4248.0, 4227.0, 4237.0, 4241.0, 4265.0, 4217.0, 4278.0, 4225.0, 4225.0, 4237.0, 4216.0, 4225.0, 4258.0, 4225.0, 4216.0, 4224.0, 4229.0, 4276.0, 4217.0, 4299.0, 4259.0, 4256.0, 4211.0, 4234.0, 4222.0, 4225.0, 4262.0, 4255.0, 4274.0, 4214.0, 4231.0, 4225.0, 4222.0, 4203.0, 4252.0, 4214.0, 4200.0, 4224.0, 4223.0, 4226.0, 4225.0, 4265.0, 4235.0, 4233.0, 4212.0, 4212.0, 4225.0, 4212.0, 4221.0, 4215.0, 4233.0, 4213.0, 4221.0, 4212.0, 4211.0, 4225.0, 4223.0, 4223.0, 4236.0, 4213.0, 4214.0, 4221.0, 4203.0, 4233.0, 4212.0, 4243.0, 4215.0, 4213.0, 4214.0, 4213.0, 4212.0, 4213.0, 4225.0, 4224.0, 4233.0, 4214.0, 4211.0, 4210.0, 4226.0, 4234.0, 4214.0, 4243.0, 4227.0, 4246.0, 4236.0, 4251.0, 4251.0, 4241.0, 4247.0, 4239.0, 4239.0, 4236.0, 4238.0, 4266.0, 4236.0, 4280.0, 4224.0, 4214.0, 4237.0, 4238.0, 4245.0, 4226.0, 4268.0, 4228.0, 4235.0, 4236.0, 4268.0, 4227.0, 4275.0, 4248.0, 4266.0, 4228.0, 4256.0, 4239.0, 4275.0, 4256.0, 4287.0, 4255.0, 4252.0, 4213.0, 4252.0, 4212.0, 4274.0, 4243.0, 4273.0, 4208.0, 4228.0, 4189.0, 4198.0, 4218.0, 4198.0, 4258.0, 4229.0, 4238.0, 4186.0, 4197.0, 4199.0, 4197.0, 4198.0, 4219.0, 4209.0, 4220.0, 4213.0, 4244.0, 4223.0, 4232.0, 4227.0, 4225.0, 4215.0, 4211.0, 4224.0, 4224.0, 4225.0, 4212.0, 4253.0, 4214.0, 4212.0, 4224.0, 4225.0, 4212.0, 4224.0, 4224.0, 4204.0, 4227.0, 4215.0, 4238.0, 4228.0, 4226.0, 4226.0, 4224.0, 4226.0, 4255.0, 4226.0, 4254.0, 4225.0, 4268.0, 4224.0, 4214.0, 4227.0, 4236.0, 4226.0, 4227.0, 4238.0, 4226.0, 4235.0, 4227.0, 4259.0, 4227.0, 4265.0, 4227.0, 4245.0, 4213.0, 4212.0, 4227.0, 4214.0, 4225.0, 4227.0, 4235.0, 4215.0, 4224.0, 4238.0, 4247.0, 4229.0, 4279.0, 4229.0, 4238.0, 4227.0, 4250.0, 4229.0, 4258.0, 4242.0, 4261.0, 4231.0, 4226.0, 4242.0, 4272.0, 4218.0, 4291.0, 4248.0, 4226.0, 4274.0, 4214.0, 4277.0, 4228.0, 4255.0, 4224.0, 4233.0, 4201.0, 4211.0, 4220.0, 4210.0, 4223.0, 4212.0, 4214.0, 4214.0, 4201.0, 4223.0, 4237.0, 4227.0, 4227.0, 4239.0, 4228.0, 4239.0, 4230.0, 4252.0, 4241.0, 4280.0, 4253.0, 4260.0, 4225.0, 4246.0, 4216.0, 4239.0, 4266.0, 4257.0, 4287.0, 4234.0, 4253.0, 4203.0, 4244.0, 4215.0, 4245.0, 4214.0, 4213.0, 4200.0, 4213.0, 4221.0, 4238.0, 4243.0, 4213.0, 4221.0, 4212.0, 4202.0, 4212.0, 4226.0, 4222.0, 4214.0, 4223.0, 4215.0, 4211.0, 4224.0, 4226.0, 4236.0, 4226.0, 4226.0, 4214.0, 4225.0, 4240.0, 4226.0, 4228.0, 4227.0, 4236.0, 4226.0, 4228.0, 4277.0, 4228.0, 4275.0, 4247.0, 4276.0, 4215.0, 4235.0, 4213.0, 4214.0, 4225.0, 4214.0, 4274.0, 4245.0, 4252.0, 4212.0, 4211.0, 4214.0, 4214.0, 4203.0, 4214.0, 4215.0, 4214.0, 4213.0, 4216.0, 4235.0, 4215.0, 4244.0, 4216.0, 4223.0, 4203.0, 4212.0, 4192.0, 4202.0, 4223.0, 4203.0, 4224.0, 4228.0, 4214.0, 4213.0, 4215.0, 4224.0, 4212.0, 4232.0, 4213.0, 4214.0, 4241.0, 4243.0, 4249.0, 4229.0, 4240.0, 4232.0, 4258.0, 4241.0, 4261.0, 4264.0, 4258.0, 4275.0, 4256.0, 4275.0, 4269.0, 4275.0, 4254.0, 4241.0, 4286.0, 4267.0, 4273.0, 4266.0, 4297.0, 4270.0, 4256.0, 4300.0, 4291.0, 4318.0, 4280.0, 4309.0, 4267.0, 4266.0, 4337.0, 4297.0, 4302.0, 4294.0, 4295.0, 4310.0, 4281.0, 4301.0, 4258.0, 4287.0, 4277.0, 4258.0, 4265.0, 4213.0, 4288.0, 4244.0, 4285.0, 4254.0, 4273.0, 4210.0, 4241.0, 4252.0, 4221.0, 4271.0, 4251.0, 4260.0, 4219.0, 4227.0, 4200.0, 4237.0, 4219.0, 4260.0, 4209.0, 4237.0, 4201.0, 4220.0, 4186.0, 4259.0, 4199.0, 4197.0, 4188.0, 4188.0, 4202.0, 4209.0, 4199.0, 4220.0, 4199.0, 4198.0, 4198.0, 4197.0, 4199.0, 4200.0, 4191.0, 4202.0, 4189.0, 4200.0, 4190.0, 4202.0, 4201.0, 4212.0, 4231.0, 4200.0, 4211.0, 4203.0, 4202.0, 4213.0, 4213.0, 4200.0, 4212.0, 4191.0, 4203.0, 4214.0, 4228.0, 4223.0, 4203.0, 4214.0, 4217.0, 4225.0, 4217.0, 4228.0, 4239.0, 4239.0, 4228.0, 4229.0, 4237.0, 4227.0, 4227.0, 4227.0, 4236.0, 4228.0, 4238.0, 4230.0, 4260.0, 4253.0, 4253.0, 4241.0, 4262.0, 4242.0, 4242.0, 4239.0, 4253.0, 4291.0, 4261.0, 4312.0, 4282.0, 4277.0, 4248.0, 4269.0, 4215.0, 4300.0, 4237.0, 4256.0, 4217.0, 4229.0, 4216.0, 4270.0, 4218.0, 4257.0, 4215.0, 4227.0, 4260.0, 4217.0, 4297.0, 4258.0, 4254.0, 4213.0, 4222.0, 4228.0, 4239.0, 4213.0, 4225.0, 4204.0, 4203.0, 4202.0, 4226.0, 4226.0, 4216.0, 4235.0, 4215.0, 4214.0, 4214.0, 4213.0, 4215.0, 4230.0, 4217.0, 4216.0, 4237.0, 4229.0, 4225.0, 4216.0, 4217.0, 4215.0, 4217.0, 4224.0, 4215.0, 4225.0, 4231.0, 4242.0, 4229.0, 4218.0, 4216.0, 4216.0, 4225.0, 4243.0, 4253.0, 4242.0, 4259.0, 4255.0, 4254.0, 4242.0, 4239.0, 4249.0, 4242.0, 4268.0, 4264.0, 4252.0, 4264.0, 4266.0, 4278.0, 4257.0, 4254.0, 4268.0, 4254.0, 4292.0, 4266.0, 4286.0, 4311.0, 4303.0, 4267.0, 4237.0, 4300.0, 4279.0, 4278.0, 4240.0, 4280.0, 4249.0, 4311.0, 4270.0, 4292.0, 4239.0, 4296.0, 4292.0, 4303.0, 4300.0, 4278.0, 4298.0, 4279.0, 4296.0, 4264.0, 4285.0, 4254.0, 4261.0, 4199.0, 4224.0, 4250.0, 4241.0, 4271.0, 4250.0, 4238.0, 4187.0, 4229.0, 4198.0, 4218.0, 4197.0, 4207.0, 4187.0, 4176.0, 4209.0, 4199.0, 4198.0, 4211.0, 4200.0, 4200.0, 4197.0, 4200.0, 4199.0, 4214.0, 4252.0, 4200.0, 4230.0, 4199.0, 4197.0, 4201.0, 4202.0, 4201.0, 4210.0, 4210.0, 4203.0, 4214.0, 4226.0, 4222.0, 4213.0, 4214.0, 4215.0, 4224.0, 4226.0, 4227.0, 4228.0, 4246.0, 4228.0, 4247.0, 4227.0, 4224.0, 4227.0], 'WindowWidth': [9611.0, 9592.0, 9489.0, 9506.0, 9418.0, 9469.0, 9437.0, 9440.0, 9387.0, 9319.0, 9365.0, 9328.0, 9368.0, 9315.0, 9322.0, 9298.0, 9301.0, 9341.0, 9317.0, 9333.0, 9314.0, 9332.0, 9320.0, 9335.0, 9349.0, 9353.0, 9343.0, 9337.0, 9340.0, 9352.0, 9379.0, 9366.0, 9364.0, 9352.0, 9363.0, 9347.0, 9364.0, 9374.0, 9364.0, 9366.0, 9363.0, 9366.0, 9361.0, 9364.0, 9384.0, 9383.0, 9407.0, 9372.0, 9381.0, 9382.0, 9368.0, 9389.0, 9379.0, 9370.0, 9376.0, 9384.0, 9371.0, 9370.0, 9388.0, 9407.0, 9414.0, 9417.0, 9409.0, 9405.0, 9389.0, 9373.0, 9367.0, 9393.0, 9441.0, 9390.0, 9433.0, 9385.0, 9370.0, 9377.0, 9354.0, 9374.0, 9409.0, 9383.0, 9388.0, 9376.0, 9386.0, 9370.0, 9408.0, 9416.0, 9378.0, 9415.0, 9412.0, 9415.0, 9394.0, 9419.0, 9417.0, 9450.0, 9412.0, 9403.0, 9389.0, 9378.0, 9409.0, 9374.0, 9476.0, 9436.0, 9413.0, 9369.0, 9357.0, 9390.0, 9372.0, 9459.0, 9417.0, 9407.0, 9370.0, 9365.0, 9388.0, 9373.0, 9456.0, 9430.0, 9408.0, 9349.0, 9371.0, 9349.0, 9383.0, 9372.0, 9380.0, 9448.0, 9393.0, 9399.0, 9343.0, 9351.0, 9338.0, 9343.0, 9321.0, 9372.0, 9404.0, 9349.0, 9389.0, 9347.0, 9332.0, 9368.0, 9352.0, 9366.0, 9373.0, 9368.0, 9373.0, 9430.0, 9398.0, 9389.0, 9401.0, 9363.0, 9404.0, 9377.0, 9414.0, 9394.0, 9396.0, 9401.0, 9404.0, 9391.0, 9413.0, 9392.0, 9464.0, 9414.0, 9415.0, 9375.0, 9380.0, 9396.0, 9413.0, 9395.0, 9415.0, 9378.0, 9360.0, 9437.0, 9369.0, 9420.0, 9386.0, 9372.0, 9346.0, 9342.0, 9390.0, 9367.0, 9370.0, 9365.0, 9366.0, 9361.0, 9372.0, 9391.0, 9368.0, 9415.0, 9371.0, 9369.0, 9364.0, 9381.0, 9365.0, 9368.0, 9437.0, 9374.0, 9344.0, 9349.0, 9361.0, 9355.0, 9418.0, 9367.0, 9391.0, 9346.0, 9358.0, 9345.0, 9385.0, 9351.0, 9406.0, 9370.0, 9371.0, 9350.0, 9376.0, 9375.0, 9380.0, 9356.0, 9381.0, 9353.0, 9345.0, 9351.0, 9339.0, 9371.0, 9376.0, 9371.0, 9395.0, 9375.0, 9363.0, 9366.0, 9371.0, 9386.0, 9370.0, 9385.0, 9374.0, 9366.0, 9371.0, 9420.0, 9386.0, 9385.0, 9390.0, 9340.0, 9371.0, 9353.0, 9391.0, 9371.0, 9385.0, 9390.0, 9386.0, 9379.0, 9411.0, 9397.0, 9408.0, 9418.0, 9398.0, 9456.0, 9401.0, 9408.0, 9395.0, 9393.0, 9417.0, 9467.0, 9473.0, 9460.0, 9399.0, 9453.0, 9377.0, 9454.0, 9391.0, 9450.0, 9387.0, 9367.0, 9325.0, 9342.0, 9360.0, 9334.0, 9352.0, 9333.0, 9341.0, 9339.0, 9353.0, 9353.0, 9345.0, 9368.0, 9380.0, 9366.0, 9376.0, 9382.0, 9373.0, 9369.0, 9377.0, 9375.0, 9370.0, 9373.0, 9381.0, 9377.0, 9438.0, 9392.0, 9442.0, 9355.0, 9377.0, 9351.0, 9370.0, 9354.0, 9382.0, 9346.0, 9395.0, 9348.0, 9349.0, 9347.0, 9351.0, 9371.0, 9377.0, 9359.0, 9374.0, 9368.0, 9359.0, 9380.0, 9351.0, 9386.0, 9375.0, 9396.0, 9360.0, 9387.0, 9355.0, 9357.0, 9373.0, 9379.0, 9370.0, 9374.0, 9394.0, 9378.0, 9402.0, 9385.0, 9409.0, 9378.0, 9434.0, 9402.0, 9405.0, 9378.0, 9389.0, 9401.0, 9427.0, 9363.0, 9445.0, 9369.0, 9369.0, 9391.0, 9361.0, 9369.0, 9419.0, 9372.0, 9359.0, 9368.0, 9384.0, 9444.0, 9362.0, 9478.0, 9422.0, 9412.0, 9349.0, 9381.0, 9364.0, 9372.0, 9416.0, 9411.0, 9434.0, 9356.0, 9372.0, 9372.0, 9363.0, 9338.0, 9404.0, 9354.0, 9331.0, 9369.0, 9369.0, 9376.0, 9371.0, 9425.0, 9386.0, 9377.0, 9347.0, 9347.0, 9369.0, 9351.0, 9359.0, 9356.0, 9376.0, 9349.0, 9358.0, 9347.0, 9345.0, 9373.0, 9368.0, 9364.0, 9385.0, 9351.0, 9353.0, 9358.0, 9338.0, 9380.0, 9351.0, 9393.0, 9358.0, 9352.0, 9352.0, 9352.0, 9346.0, 9351.0, 9372.0, 9372.0, 9378.0, 9355.0, 9348.0, 9344.0, 9377.0, 9383.0, 9356.0, 9394.0, 9379.0, 9400.0, 9392.0, 9419.0, 9419.0, 9402.0, 9407.0, 9400.0, 9397.0, 9387.0, 9397.0, 9429.0, 9388.0, 9453.0, 9369.0, 9355.0, 9389.0, 9395.0, 9400.0, 9374.0, 9435.0, 9380.0, 9385.0, 9392.0, 9435.0, 9379.0, 9442.0, 9410.0, 9431.0, 9380.0, 9415.0, 9397.0, 9439.0, 9415.0, 9457.0, 9409.0, 9401.0, 9351.0, 9401.0, 9350.0, 9434.0, 9389.0, 9433.0, 9336.0, 9362.0, 9307.0, 9320.0, 9347.0, 9323.0, 9406.0, 9367.0, 9374.0, 9304.0, 9318.0, 9330.0, 9322.0, 9323.0, 9352.0, 9342.0, 9355.0, 9350.0, 9396.0, 9368.0, 9375.0, 9378.0, 9370.0, 9359.0, 9348.0, 9368.0, 9373.0, 9371.0, 9350.0, 9406.0, 9353.0, 9346.0, 9369.0, 9371.0, 9351.0, 9367.0, 9371.0, 9342.0, 9376.0, 9358.0, 9395.0, 9382.0, 9376.0, 9378.0, 9371.0, 9373.0, 9410.0, 9377.0, 9411.0, 9372.0, 9431.0, 9367.0, 9353.0, 9376.0, 9389.0, 9372.0, 9377.0, 9393.0, 9375.0, 9384.0, 9377.0, 9427.0, 9379.0, 9427.0, 9377.0, 9397.0, 9351.0, 9350.0, 9376.0, 9356.0, 9369.0, 9377.0, 9383.0, 9359.0, 9370.0, 9399.0, 9405.0, 9383.0, 9452.0, 9383.0, 9392.0, 9377.0, 9416.0, 9385.0, 9420.0, 9407.0, 9428.0, 9387.0, 9374.0, 9407.0, 9445.0, 9367.0, 9471.0, 9405.0, 9372.0, 9436.0, 9353.0, 9443.0, 9380.0, 9411.0, 9365.0, 9378.0, 9330.0, 9344.0, 9354.0, 9346.0, 9368.0, 9351.0, 9355.0, 9354.0, 9335.0, 9368.0, 9395.0, 9377.0, 9379.0, 9399.0, 9381.0, 9397.0, 9387.0, 9422.0, 9403.0, 9453.0, 9422.0, 9425.0, 9374.0, 9401.0, 9360.0, 9396.0, 9426.0, 9417.0, 9456.0, 9380.0, 9404.0, 9337.0, 9396.0, 9361.0, 9396.0, 9352.0, 9351.0, 9329.0, 9349.0, 9359.0, 9396.0, 9392.0, 9351.0, 9360.0, 9349.0, 9334.0, 9349.0, 9375.0, 9362.0, 9356.0, 9368.0, 9358.0, 9347.0, 9371.0, 9377.0, 9387.0, 9377.0, 9374.0, 9356.0, 9371.0, 9400.0, 9377.0, 9380.0, 9378.0, 9390.0, 9374.0, 9378.0, 9447.0, 9380.0, 9439.0, 9403.0, 9442.0, 9357.0, 9382.0, 9350.0, 9351.0, 9372.0, 9355.0, 9435.0, 9395.0, 9400.0, 9347.0, 9343.0, 9354.0, 9355.0, 9337.0, 9352.0, 9358.0, 9354.0, 9350.0, 9359.0, 9385.0, 9358.0, 9393.0, 9359.0, 9362.0, 9335.0, 9348.0, 9318.0, 9335.0, 9362.0, 9338.0, 9371.0, 9381.0, 9355.0, 9352.0, 9358.0, 9364.0, 9350.0, 9375.0, 9354.0, 9355.0, 9404.0, 9410.0, 9410.0, 9383.0, 9398.0, 9390.0, 9419.0, 9402.0, 9426.0, 9438.0, 9440.0, 9460.0, 9433.0, 9456.0, 9453.0, 9454.0, 9428.0, 9408.0, 9476.0, 9450.0, 9453.0, 9447.0, 9490.0, 9458.0, 9436.0, 9505.0, 9492.0, 9521.0, 9471.0, 9512.0, 9449.0, 9446.0, 9551.0, 9488.0, 9493.0, 9480.0, 9483.0, 9497.0, 9453.0, 9489.0, 9419.0, 9459.0, 9444.0, 9420.0, 9423.0, 9351.0, 9464.0, 9395.0, 9452.0, 9408.0, 9435.0, 9343.0, 9384.0, 9403.0, 9360.0, 9429.0, 9400.0, 9409.0, 9352.0, 9359.0, 9329.0, 9374.0, 9355.0, 9411.0, 9338.0, 9374.0, 9331.0, 9355.0, 9305.0, 9406.0, 9324.0, 9318.0, 9310.0, 9309.0, 9336.0, 9339.0, 9328.0, 9354.0, 9326.0, 9323.0, 9324.0, 9321.0, 9328.0, 9329.0, 9316.0, 9332.0, 9312.0, 9328.0, 9314.0, 9333.0, 9330.0, 9350.0, 9370.0, 9330.0, 9343.0, 9335.0, 9330.0, 9349.0, 9351.0, 9331.0, 9349.0, 9319.0, 9337.0, 9354.0, 9382.0, 9365.0, 9340.0, 9356.0, 9363.0, 9369.0, 9363.0, 9380.0, 9400.0, 9399.0, 9382.0, 9384.0, 9390.0, 9376.0, 9380.0, 9379.0, 9386.0, 9381.0, 9394.0, 9386.0, 9423.0, 9424.0, 9424.0, 9403.0, 9432.0, 9405.0, 9404.0, 9396.0, 9424.0, 9472.0, 9430.0, 9503.0, 9458.0, 9444.0, 9411.0, 9438.0, 9359.0, 9480.0, 9391.0, 9412.0, 9365.0, 9382.0, 9362.0, 9437.0, 9366.0, 9415.0, 9359.0, 9379.0, 9427.0, 9361.0, 9471.0, 9419.0, 9407.0, 9351.0, 9360.0, 9380.0, 9395.0, 9355.0, 9369.0, 9340.0, 9338.0, 9335.0, 9373.0, 9374.0, 9357.0, 9384.0, 9357.0, 9353.0, 9354.0, 9352.0, 9356.0, 9385.0, 9364.0, 9360.0, 9391.0, 9382.0, 9371.0, 9361.0, 9362.0, 9354.0, 9361.0, 9367.0, 9358.0, 9368.0, 9390.0, 9406.0, 9381.0, 9367.0, 9358.0, 9358.0, 9368.0, 9412.0, 9423.0, 9405.0, 9425.0, 9432.0, 9429.0, 9408.0, 9401.0, 9413.0, 9406.0, 9437.0, 9441.0, 9421.0, 9440.0, 9449.0, 9466.0, 9436.0, 9428.0, 9455.0, 9431.0, 9476.0, 9448.0, 9475.0, 9538.0, 9513.0, 9429.0, 9391.0, 9483.0, 9450.0, 9446.0, 9400.0, 9457.0, 9412.0, 9499.0, 9445.0, 9474.0, 9400.0, 9488.0, 9474.0, 9493.0, 9482.0, 9448.0, 9477.0, 9454.0, 9472.0, 9423.0, 9454.0, 9407.0, 9412.0, 9327.0, 9368.0, 9394.0, 9385.0, 9428.0, 9396.0, 9376.0, 9305.0, 9366.0, 9324.0, 9347.0, 9320.0, 9333.0, 9307.0, 9292.0, 9340.0, 9327.0, 9323.0, 9345.0, 9329.0, 9328.0, 9322.0, 9327.0, 9323.0, 9356.0, 9401.0, 9330.0, 9367.0, 9325.0, 9321.0, 9333.0, 9335.0, 9331.0, 9344.0, 9344.0, 9336.0, 9355.0, 9374.0, 9362.0, 9352.0, 9355.0, 9358.0, 9368.0, 9374.0, 9379.0, 9381.0, 9403.0, 9381.0, 9402.0, 9377.0, 9369.0, 9379.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.0003970082815734989</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018472027536231884</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.41750287869428</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1870512516165799</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9827498747046628</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5538.0889</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09478763932095016</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.175983436853002</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3839736851102358</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.285723854595006</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6458305732821197</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.220366627453581</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0244609</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01610271818935871</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029134323820471764</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.723098604098402</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7137</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6394</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.4005</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301986.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>864.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.0147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.933</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>625.7649</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3426.8105</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3592.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74558.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.7813</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.66371595300734</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> |