=== 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-0101 --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-0101",
"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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>054a974287c5facf40ac1eb9a143bd8d</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>19:26:58.607500</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.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.136532</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>[4238, -7767, -7218, 39, -158, -51, -123, 44]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>322.566</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>95c2122d-ef81-4dde-8d29-f47e6b3c421c||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.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['192658.607500', '192659.067500', '192659.527500', '192659.987500', '192700.447500', '192700.907500', '192701.367500', '192701.827500', '192702.287500', '192702.747500', '192703.207500', '192703.667500', '192704.127500', '192704.587500', '192705.047500', '192705.507500', '192705.967500', '192706.427500', '192706.887500', '192707.347500', '192707.807500', '192708.267500', '192708.727500', '192709.187500', '192709.647500', '192710.107500', '192710.567500', '192711.027500', '192711.487500', '192711.947500', '192712.407500', '192712.867500', '192713.327500', '192713.787500', '192714.247500', '192714.707500', '192715.167500', '192715.627500', '192716.087500', '192716.547500', '192717.007500', '192717.467500', '192717.927500', '192718.387500', '192718.847500', '192719.307500', '192719.767500', '192720.227500', '192720.687500', '192721.147500', '192721.607500', '192722.067500', '192722.527500', '192722.987500', '192723.447500', '192723.907500', '192724.367500', '192724.827500', '192725.287500', '192725.747500', '192726.207500', '192726.667500', '192727.127500', '192727.587500', '192728.047500', '192728.507500', '192728.967500', '192729.427500', '192729.887500', '192730.347500', '192730.807500', '192731.267500', '192731.727500', '192732.187500', '192732.647500', '192733.107500', '192733.567500', '192734.027500', '192734.487500', '192734.947500', '192735.407500', '192735.867500', '192736.327500', '192736.787500', '192737.247500', '192737.707500', '192738.167500', '192738.627500', '192739.087500', '192739.547500', '192740.007500', '192740.467500', '192740.927500', '192741.387500', '192741.847500', '192742.307500', '192742.767500', '192743.227500', '192743.687500', '192744.147500', '192744.607500', '192745.067500', '192745.527500', '192745.987500', '192746.447500', '192746.907500', '192747.367500', '192747.827500', '192748.287500', '192748.747500', '192749.207500', '192749.667500', '192750.127500', '192750.587500', '192751.047500', '192751.507500', '192751.967500', '192752.427500', '192752.887500', '192753.347500', '192753.807500', '192754.267500', '192754.727500', '192755.187500', '192755.647500', '192756.107500', '192756.567500', '192757.027500', '192757.487500', '192757.947500', '192758.407500', '192758.867500', '192759.327500', '192759.787500', '192800.247500', '192800.707500', '192801.167500', '192801.627500', '192802.087500', '192802.547500', '192803.007500', '192803.467500', '192803.927500', '192804.387500', '192804.847500', '192805.307500', '192805.767500', '192806.227500', '192806.687500', '192807.147500', '192807.607500', '192808.067500', '192808.527500', '192808.987500', '192809.447500', '192809.907500', '192810.367500', '192810.827500', '192811.287500', '192811.747500', '192812.207500', '192812.667500', '192813.127500', '192813.587500', '192814.047500', '192814.507500', '192814.967500', '192815.427500', '192815.887500', '192816.347500', '192816.807500', '192817.267500', '192817.727500', '192818.187500', '192818.647500', '192819.107500', '192819.567500', '192820.027500', '192820.487500', '192820.947500', '192821.407500', '192821.867500', '192822.327500', '192822.787500', '192823.247500', '192823.707500', '192824.167500', '192824.627500', '192825.087500', '192825.547500', '192826.007500', '192826.467500', '192826.927500', '192827.387500', '192827.847500', '192828.307500', '192828.767500', '192829.227500', '192829.687500', '192830.147500', '192830.607500', '192831.067500', '192831.527500', '192831.987500', '192832.447500', '192832.907500', '192833.367500', '192833.827500', '192834.287500', '192834.747500', '192835.207500', '192835.667500', '192836.127500', '192836.587500', '192837.047500', '192837.507500', '192837.967500', '192838.427500', '192838.887500', '192839.347500', '192839.807500', '192840.267500', '192840.727500', '192841.187500', '192841.647500', '192842.107500', '192842.567500', '192843.027500', '192843.487500', '192843.947500', '192844.407500', '192844.867500', '192845.327500', '192845.787500', '192846.247500', '192846.707500', '192847.167500', '192847.627500', '192848.087500', '192848.547500', '192849.007500', '192849.467500', '192849.927500', '192850.387500', '192850.847500', '192851.307500', '192851.767500', '192852.227500', '192852.687500', '192853.147500', '192853.607500', '192854.067500', '192854.527500', '192854.987500', '192855.447500', '192855.907500', '192856.367500', '192856.827500', '192857.287500', '192857.747500', '192858.207500', '192858.667500', '192859.127500', '192859.587500', '192900.047500', '192900.507500', '192900.967500', '192901.427500', '192901.887500', '192902.347500', '192902.807500', '192903.267500', '192903.727500', '192904.187500', '192904.647500', '192905.107500', '192905.567500', '192906.027500', '192906.487500', '192906.947500', '192907.407500', '192907.867500', '192908.327500', '192908.787500', '192909.247500', '192909.707500', '192910.167500', '192910.627500', '192911.087500', '192911.547500', '192912.007500', '192912.467500', '192912.927500', '192913.387500', '192913.847500', '192914.307500', '192914.767500', '192915.227500', '192915.687500', '192916.147500', '192916.607500', '192917.067500', '192917.527500', '192917.987500', '192918.447500', '192918.907500', '192919.367500', '192919.827500', '192920.287500', '192920.747500', '192921.207500', '192921.667500', '192922.127500', '192922.587500', '192923.047500', '192923.507500', '192923.967500', '192924.427500', '192924.887500', '192925.347500', '192925.807500', '192926.267500', '192926.727500', '192927.187500', '192927.647500', '192928.107500', '192928.567500', '192929.027500', '192929.487500', '192929.947500', '192930.407500', '192930.867500', '192931.327500', '192931.787500', '192932.247500', '192932.707500', '192933.167500', '192933.627500', '192934.087500', '192934.547500', '192935.007500', '192935.467500', '192935.927500', '192936.387500', '192936.847500', '192937.307500', '192937.767500', '192938.227500', '192938.687500', '192939.147500', '192939.607500', '192940.067500', '192940.527500', '192940.987500', '192941.447500', '192941.907500', '192942.367500', '192942.827500', '192943.287500', '192943.747500', '192944.207500', '192944.667500', '192945.127500', '192945.587500', '192946.047500', '192946.507500', '192946.967500', '192947.427500', '192947.887500', '192948.347500', '192948.807500', '192949.267500', '192949.727500', '192950.187500', '192950.647500', '192951.107500', '192951.567500', '192952.027500', '192952.487500', '192952.947500', '192953.407500', '192953.867500', '192954.327500', '192954.787500', '192955.247500', '192955.707500', '192956.167500', '192956.627500', '192957.087500', '192957.547500', '192958.007500', '192958.467500', '192958.927500', '192959.387500', '192959.847500', '193000.307500', '193000.767500', '193001.227500', '193001.687500', '193002.147500', '193002.607500', '193003.067500', '193003.527500', '193003.987500', '193004.447500', '193004.907500', '193005.367500', '193005.827500', '193006.287500', '193006.747500', '193007.207500', '193007.667500', '193008.127500', '193008.587500', '193009.047500', '193009.507500', '193009.967500', '193010.427500', '193010.887500', '193011.347500', '193011.807500', '193012.267500', '193012.727500', '193013.187500', '193013.647500', '193014.107500', '193014.567500', '193015.027500', '193015.487500', '193015.947500', '193016.407500', '193016.867500', '193017.327500', '193017.787500', '193018.247500', '193018.707500', '193019.167500', '193019.627500', '193020.087500', '193020.547500', '193021.007500', '193021.467500', '193021.927500', '193022.387500', '193022.847500', '193023.307500', '193023.767500', '193024.227500', '193024.687500', '193025.147500', '193025.607500', '193026.067500', '193026.527500', '193026.987500', '193027.447500', '193027.907500', '193028.367500', '193028.827500', '193029.287500', '193029.747500', '193030.207500', '193030.667500', '193031.127500', '193031.587500', '193032.047500', '193032.507500', '193032.967500', '193033.427500', '193033.887500', '193034.347500', '193034.807500', '193035.267500', '193035.727500', '193036.187500', '193036.647500', '193037.107500', '193037.567500', '193038.027500', '193038.487500', '193038.947500', '193039.407500', '193039.867500', '193040.327500', '193040.787500', '193041.247500', '193041.707500', '193042.167500', '193042.627500', '193043.087500', '193043.547500', '193044.007500', '193044.467500', '193044.927500', '193045.387500', '193045.847500', '193046.307500', '193046.767500', '193047.227500', '193047.687500', '193048.147500', '193048.607500', '193049.067500', '193049.527500', '193049.987500', '193050.447500', '193050.907500', '193051.367500', '193051.827500', '193052.287500', '193052.747500', '193053.207500', '193053.667500', '193054.127500', '193054.587500', '193055.047500', '193055.507500', '193055.967500', '193056.427500', '193056.887500', '193057.347500', '193057.807500', '193058.267500', '193058.727500', '193059.187500', '193059.647500', '193100.107500', '193100.567500', '193101.027500', '193101.487500', '193101.947500', '193102.407500', '193102.867500', '193103.327500', '193103.787500', '193104.247500', '193104.707500', '193105.167500', '193105.627500', '193106.087500', '193106.547500', '193107.007500', '193107.467500', '193107.927500', '193108.387500', '193108.847500', '193109.307500', '193109.767500', '193110.227500', '193110.687500', '193111.147500', '193111.607500', '193112.067500', '193112.527500', '193112.987500', '193113.447500', '193113.907500', '193114.367500', '193114.827500', '193115.287500', '193115.747500', '193116.207500', '193116.667500', '193117.127500', '193117.587500', '193118.047500', '193118.507500', '193118.967500', '193119.427500', '193119.887500', '193120.347500', '193120.807500', '193121.267500', '193121.727500', '193122.187500', '193122.647500', '193123.107500', '193123.567500', '193124.027500', '193124.487500', '193124.947500', '193125.407500', '193125.867500', '193126.327500', '193126.787500', '193127.247500', '193127.707500', '193128.167500', '193128.627500', '193129.087500', '193129.547500', '193130.007500', '193130.467500', '193130.927500', '193131.387500', '193131.847500', '193132.307500', '193132.767500', '193133.227500', '193133.687500', '193134.147500', '193134.607500', '193135.067500', '193135.527500', '193135.987500', '193136.447500', '193136.907500', '193137.367500', '193137.827500', '193138.287500', '193138.747500', '193139.207500', '193139.667500', '193140.127500', '193140.587500', '193141.047500', '193141.507500', '193141.967500', '193142.427500', '193142.887500', '193143.347500', '193143.807500', '193144.267500', '193144.727500', '193145.187500', '193145.647500', '193146.107500', '193146.567500', '193147.027500', '193147.487500', '193147.947500', '193148.407500', '193148.867500', '193149.327500', '193149.787500', '193150.247500', '193150.707500', '193151.167500', '193151.627500', '193152.087500', '193152.547500', '193153.007500', '193153.467500', '193153.927500', '193154.387500', '193154.847500', '193155.307500', '193155.767500', '193156.227500', '193156.687500', '193157.147500', '193157.607500', '193158.067500', '193158.527500', '193158.987500', '193159.447500', '193159.907500', '193200.367500', '193200.827500', '193201.287500', '193201.747500', '193202.207500', '193202.667500', '193203.127500', '193203.587500', '193204.047500', '193204.507500', '193204.967500', '193205.427500', '193205.887500', '193206.347500', '193206.807500', '193207.267500', '193207.727500', '193208.187500', '193208.647500', '193209.107500', '193209.567500', '193210.027500', '193210.487500', '193210.947500', '193211.407500', '193211.867500', '193212.327500', '193212.787500', '193213.247500', '193213.707500', '193214.167500', '193214.627500', '193215.087500', '193215.547500', '193216.007500', '193216.467500', '193216.927500', '193217.387500', '193217.847500', '193218.307500', '193218.767500', '193219.227500', '193219.687500', '193220.147500', '193220.607500', '193221.067500', '193221.527500', '193221.987500', '193222.447500', '193222.907500', '193223.367500', '193223.827500', '193224.287500', '193224.747500', '193225.207500', '193225.667500', '193226.127500', '193226.587500', '193227.047500', '193227.507500', '193227.967500', '193228.427500', '193228.887500', '193229.347500', '193229.807500', '193230.267500', '193230.727500', '193231.187500', '193231.647500', '193232.107500', '193232.567500', '193233.027500', '193233.487500', '193233.947500', '193234.407500', '193234.867500', '193235.327500', '193235.787500', '193236.247500', '193236.707500', '193237.167500', '193237.627500', '193238.087500', '193238.547500', '193239.007500', '193239.467500', '193239.927500', '193240.387500', '193240.847500', '193241.307500', '193241.767500', '193242.227500', '193242.687500', '193243.147500', '193243.607500', '193244.067500', '193244.527500', '193244.987500', '193245.447500', '193245.907500', '193246.367500', '193246.827500', '193247.287500', '193247.747500', '193248.207500', '193248.667500', '193249.127500', '193249.587500', '193250.047500', '193250.507500', '193250.967500', '193251.427500', '193251.887500', '193252.347500', '193252.807500', '193253.267500', '193253.727500', '193254.187500', '193254.647500', '193255.107500', '193255.567500', '193256.027500', '193256.487500', '193256.947500', '193257.407500', '193257.867500', '193258.327500', '193258.787500', '193259.247500', '193259.707500', '193300.167500', '193300.627500', '193301.087500', '193301.547500', '193302.007500', '193302.467500', '193302.927500', '193303.387500', '193303.847500', '193304.307500', '193304.767500', '193305.227500', '193305.687500', '193306.147500', '193306.607500', '193307.067500', '193307.527500', '193307.987500', '193308.447500', '193308.907500', '193309.367500', '193309.827500', '193310.287500', '193310.747500', '193311.207500', '193311.667500', '193312.127500', '193312.587500', '193313.047500', '193313.507500', '193313.967500', '193314.427500', '193314.887500', '193315.347500', '193315.807500', '193316.267500', '193316.727500', '193317.187500', '193317.647500', '193318.107500', '193318.567500', '193319.027500', '193319.487500', '193319.947500', '193320.407500', '193320.867500', '193321.327500', '193321.787500', '193322.247500', '193322.707500', '193323.167500', '193323.627500', '193324.087500', '193324.547500', '193325.007500', '193325.467500', '193325.927500', '193326.387500', '193326.847500', '193327.307500', '193327.767500', '193328.227500', '193328.687500', '193329.147500', '193329.607500', '193330.067500', '193330.527500', '193330.987500', '193331.447500', '193331.907500', '193332.367500', '193332.827500', '193333.287500', '193333.747500', '193334.207500', '193334.667500', '193335.127500', '193335.587500', '193336.047500', '193336.507500', '193336.967500', '193337.427500', '193337.887500', '193338.347500', '193338.807500', '193339.267500', '193339.727500', '193340.187500', '193340.647500', '193341.107500', '193341.567500', '193342.027500', '193342.487500', '193342.947500', '193343.407500', '193343.867500', '193344.327500', '193344.787500', '193345.247500', '193345.707500', '193346.167500', '193346.627500', '193347.087500', '193347.547500', '193348.007500', '193348.467500', '193348.927500', '193349.387500', '193349.847500', '193350.307500', '193350.767500', '193351.227500', '193351.687500', '193352.147500', '193352.607500', '193353.067500', '193353.527500', '193353.987500', '193354.447500', '193354.907500', '193355.367500', '193355.827500', '193356.287500', '193356.747500', '193357.207500', '193357.667500', '193358.127500', '193358.587500', '193359.047500', '193359.507500', '193359.967500', '193400.427500', '193400.887500', '193401.347500', '193401.807500', '193402.267500', '193402.727500', '193403.187500', '193403.647500', '193404.107500', '193404.567500', '193405.027500', '193405.487500', '193405.947500', '193406.407500', '193406.867500', '193407.327500', '193407.787500', '193408.247500', '193408.707500', '193409.167500', '193409.627500', '193410.087500', '193410.547500', '193411.007500', '193411.467500', '193411.927500', '193412.387500', '193412.847500', '193413.307500', '193413.767500', '193414.227500', '193414.687500', '193415.147500', '193415.607500', '193416.067500', '193416.527500', '193416.987500', '193417.447500', '193417.907500', '193418.367500', '193418.827500', '193419.287500', '193419.747500', '193420.207500', '193420.667500', '193421.127500', '193421.587500', '193422.047500', '193422.507500', '193422.967500'], 'ContentTime': ['192728.588000', '192728.591000', '192728.594000', '192728.596000', '192728.599000', '192728.602000', '192728.604000', '192728.607000', '192728.610000', '192728.612000', '192728.615000', '192728.628000', '192728.631000', '192728.634000', '192728.636000', '192728.639000', '192728.641000', '192728.644000', '192728.647000', '192728.649000', '192728.652000', '192728.655000', '192728.657000', '192728.660000', '192728.662000', '192728.665000', '192728.668000', '192728.670000', '192728.673000', '192728.676000', '192728.679000', '192728.681000', '192728.684000', '192728.686000', '192728.689000', '192728.692000', '192728.694000', '192728.697000', '192728.699000', '192728.702000', '192728.704000', '192728.707000', '192728.710000', '192728.712000', '192728.715000', '192728.718000', '192728.720000', '192728.723000', '192728.725000', '192728.728000', '192728.730000', '192728.733000', '192728.736000', '192728.738000', '192728.741000', '192728.744000', '192728.752000', '192728.755000', '192728.758000', '192728.760000', '192728.763000', '192728.766000', '192748.561000', '192748.564000', '192748.567000', '192748.569000', '192748.572000', '192748.574000', '192748.577000', '192748.594000', '192748.596000', '192748.599000', '192748.602000', '192748.604000', '192748.607000', '192748.609000', '192748.612000', '192748.615000', '192748.617000', '192748.620000', '192748.623000', '192748.625000', '192748.628000', '192748.630000', '192748.633000', '192748.636000', '192748.638000', '192748.641000', '192748.643000', '192748.646000', '192748.649000', '192748.651000', '192748.654000', '192748.657000', '192748.659000', '192748.662000', '192748.664000', '192748.667000', '192748.669000', '192748.672000', '192748.682000', '192748.684000', '192748.687000', '192748.690000', '192748.692000', '192748.695000', '192808.562000', '192808.564000', '192808.567000', '192808.570000', '192808.572000', '192808.575000', '192808.578000', '192808.580000', '192808.583000', '192808.585000', '192808.588000', '192808.591000', '192808.593000', '192808.596000', '192808.598000', '192808.601000', '192808.604000', '192808.607000', '192808.609000', '192808.612000', '192808.614000', '192808.617000', '192808.620000', '192808.622000', '192808.625000', '192808.627000', '192808.630000', '192808.633000', '192808.635000', '192808.638000', '192808.641000', '192808.643000', '192808.646000', '192808.649000', '192808.651000', '192808.654000', '192808.657000', '192808.659000', '192808.662000', '192808.664000', '192808.667000', '192808.670000', '192808.673000', '192828.560000', '192828.563000', '192828.566000', '192828.568000', '192828.571000', '192828.573000', '192828.582000', '192828.584000', '192828.587000', '192828.589000', '192828.592000', '192828.595000', '192828.597000', '192828.600000', '192828.602000', '192828.605000', '192828.608000', '192828.611000', '192828.613000', '192828.616000', '192828.618000', '192828.622000', '192828.624000', '192828.627000', '192828.629000', '192828.632000', '192828.635000', '192828.637000', '192828.640000', '192828.643000', '192828.645000', '192828.648000', '192828.650000', '192828.653000', '192828.656000', '192828.658000', '192828.661000', '192828.664000', '192828.666000', '192828.669000', '192828.671000', '192828.674000', '192828.677000', '192828.679000', '192848.560000', '192848.563000', '192848.566000', '192848.569000', '192848.571000', '192848.574000', '192848.576000', '192848.579000', '192848.582000', '192848.584000', '192848.587000', '192848.590000', '192848.592000', '192848.595000', '192848.598000', '192848.600000', '192848.603000', '192848.606000', '192848.608000', '192848.611000', '192848.614000', '192848.616000', '192848.619000', '192848.622000', '192848.624000', '192848.627000', '192848.629000', '192848.632000', '192848.635000', '192848.637000', '192848.640000', '192848.643000', '192848.645000', '192848.648000', '192848.650000', '192848.653000', '192848.656000', '192848.658000', '192848.661000', '192848.664000', '192848.666000', '192848.669000', '192848.671000', '192908.560000', '192908.563000', '192908.566000', '192908.569000', '192908.572000', '192908.574000', '192908.577000', '192908.579000', '192908.582000', '192908.585000', '192908.588000', '192908.590000', '192908.593000', '192908.595000', '192908.598000', '192908.601000', '192908.603000', '192908.606000', '192908.608000', '192908.611000', '192908.614000', '192908.616000', '192908.619000', '192908.621000', '192908.624000', '192908.626000', '192908.629000', '192908.632000', '192908.634000', '192908.637000', '192908.640000', '192908.642000', '192908.645000', '192908.648000', '192908.650000', '192908.653000', '192908.656000', '192908.658000', '192908.661000', '192908.663000', '192908.666000', '192908.669000', '192908.671000', '192908.674000', '192928.561000', '192928.563000', '192928.579000', '192928.581000', '192928.584000', '192928.587000', '192928.589000', '192928.592000', '192928.595000', '192928.597000', '192928.600000', '192928.603000', '192928.605000', '192928.608000', '192928.610000', '192928.613000', '192928.615000', '192928.618000', '192928.621000', '192928.623000', '192928.626000', '192928.629000', '192928.631000', '192928.634000', '192928.637000', '192928.639000', '192928.642000', '192928.644000', '192928.647000', '192928.650000', '192928.652000', '192928.655000', '192928.658000', '192928.660000', '192928.663000', '192928.666000', '192928.668000', '192928.671000', '192928.674000', '192928.676000', '192928.679000', '192928.681000', '192928.684000', '192948.561000', '192948.563000', '192948.566000', '192948.569000', '192948.572000', '192948.574000', '192948.577000', '192948.579000', '192948.582000', '192948.584000', '192948.587000', '192948.590000', '192948.592000', '192948.595000', '192948.598000', '192948.600000', '192948.603000', '192948.606000', '192948.608000', '192948.611000', '192948.614000', '192948.616000', '192948.619000', '192948.621000', '192948.624000', '192948.627000', '192948.629000', '192948.632000', '192948.634000', '192948.637000', '192948.639000', '192948.642000', '192948.645000', '192948.647000', '192948.650000', '192948.652000', '192948.655000', '192948.658000', '192948.660000', '192948.663000', '192948.665000', '192948.668000', '192948.671000', '192948.673000', '193008.560000', '193008.563000', '193008.566000', '193008.569000', '193008.571000', '193008.574000', '193008.577000', '193008.579000', '193008.582000', '193008.584000', '193008.587000', '193008.589000', '193008.592000', '193008.595000', '193008.597000', '193008.600000', '193008.603000', '193008.606000', '193008.608000', '193008.611000', '193008.613000', '193008.616000', '193008.619000', '193008.628000', '193008.630000', '193008.633000', '193008.636000', '193008.639000', '193008.641000', '193008.644000', '193008.647000', '193008.649000', '193008.652000', '193008.655000', '193008.657000', '193008.660000', '193008.662000', '193008.665000', '193008.668000', '193008.670000', '193008.673000', '193008.675000', '193008.678000', '193028.562000', '193028.565000', '193028.569000', '193028.583000', '193028.585000', '193028.588000', '193028.591000', '193028.593000', '193028.596000', '193028.599000', '193028.602000', '193028.604000', '193028.607000', '193028.609000', '193028.612000', '193028.615000', '193028.617000', '193028.620000', '193028.623000', '193028.626000', '193028.628000', '193028.631000', '193028.634000', '193028.636000', '193028.639000', '193028.641000', '193028.644000', '193028.647000', '193028.649000', '193028.652000', '193028.655000', '193028.657000', '193028.660000', '193028.662000', '193028.665000', '193028.668000', '193028.670000', '193028.673000', '193028.675000', '193028.678000', '193028.681000', '193028.683000', '193028.686000', '193048.560000', '193048.563000', '193048.566000', '193048.569000', '193048.571000', '193048.574000', '193048.576000', '193048.579000', '193048.582000', '193048.584000', '193048.587000', '193048.589000', '193048.592000', '193048.595000', '193048.597000', '193048.600000', '193048.603000', '193048.605000', '193048.608000', '193048.611000', '193048.613000', '193048.616000', '193048.618000', '193048.621000', '193048.623000', '193048.626000', '193048.629000', '193048.631000', '193048.644000', '193048.647000', '193048.649000', '193048.652000', '193048.654000', '193048.657000', '193048.660000', '193048.662000', '193048.665000', '193048.667000', '193048.670000', '193048.672000', '193048.675000', '193048.678000', '193048.680000', '193048.683000', '193108.561000', '193108.563000', '193108.566000', '193108.569000', '193108.571000', '193108.574000', '193108.577000', '193108.579000', '193108.582000', '193108.584000', '193108.587000', '193108.589000', '193108.592000', '193108.595000', '193108.598000', '193108.600000', '193108.603000', '193108.606000', '193108.608000', '193108.611000', '193108.613000', '193108.616000', '193108.619000', '193108.621000', '193108.624000', '193108.627000', '193108.629000', '193108.632000', '193108.635000', '193108.637000', '193108.640000', '193108.643000', '193108.645000', '193108.648000', '193108.651000', '193108.653000', '193108.656000', '193108.658000', '193108.661000', '193108.664000', '193108.666000', '193108.669000', '193108.672000', '193108.674000', '193128.560000', '193128.563000', '193128.566000', '193128.569000', '193128.571000', '193128.574000', '193128.576000', '193128.579000', '193128.581000', '193128.584000', '193128.587000', '193128.589000', '193128.592000', '193128.594000', '193128.597000', '193128.600000', '193128.603000', '193128.606000', '193128.608000', '193128.611000', '193128.613000', '193128.616000', '193128.619000', '193128.621000', '193128.624000', '193128.627000', '193128.629000', '193128.632000', '193128.634000', '193128.637000', '193128.640000', '193128.642000', '193128.645000', '193128.647000', '193128.650000', '193128.653000', '193128.655000', '193128.658000', '193128.660000', '193128.663000', '193128.666000', '193128.668000', '193128.671000', '193148.560000', '193148.563000', '193148.566000', '193148.569000', '193148.571000', '193148.574000', '193148.576000', '193148.579000', '193148.582000', '193148.584000', '193148.587000', '193148.589000', '193148.592000', '193148.595000', '193148.597000', '193148.600000', '193148.603000', '193148.606000', '193148.609000', '193148.612000', '193148.615000', '193148.617000', '193148.620000', '193148.622000', '193148.625000', '193148.628000', '193148.630000', '193148.633000', '193148.635000', '193148.638000', '193148.641000', '193148.643000', '193148.646000', '193148.649000', '193148.651000', '193148.654000', '193148.656000', '193148.659000', '193148.662000', '193148.665000', '193148.667000', '193148.670000', '193148.673000', '193208.560000', '193208.563000', '193208.566000', '193208.569000', '193208.571000', '193208.574000', '193208.576000', '193208.579000', '193208.581000', '193208.584000', '193208.587000', '193208.589000', '193208.592000', '193208.595000', '193208.597000', '193208.600000', '193208.603000', '193208.605000', '193208.608000', '193208.611000', '193208.613000', '193208.616000', '193208.618000', '193208.621000', '193208.624000', '193208.626000', '193208.629000', '193208.632000', '193208.634000', '193208.637000', '193208.639000', '193208.642000', '193208.645000', '193208.647000', '193208.650000', '193208.652000', '193208.655000', '193208.658000', '193208.660000', '193208.674000', '193208.677000', '193208.680000', '193208.682000', '193208.685000', '193228.561000', '193228.563000', '193228.566000', '193228.569000', '193228.571000', '193228.574000', '193228.587000', '193228.589000', '193228.592000', '193228.595000', '193228.597000', '193228.600000', '193228.603000', '193228.606000', '193228.608000', '193228.611000', '193228.613000', '193228.616000', '193228.618000', '193228.621000', '193228.624000', '193228.626000', '193228.629000', '193228.632000', '193228.634000', '193228.637000', '193228.639000', '193228.642000', '193228.645000', '193228.647000', '193228.650000', '193228.652000', '193228.655000', '193228.658000', '193228.660000', '193228.663000', '193228.666000', '193228.668000', '193228.671000', '193228.673000', '193228.676000', '193228.679000', '193228.681000', '193248.562000', '193248.564000', '193248.567000', '193248.570000', '193248.572000', '193248.575000', '193248.578000', '193248.580000', '193248.583000', '193248.586000', '193248.589000', '193248.591000', '193248.594000', '193248.596000', '193248.599000', '193248.602000', '193248.604000', '193248.607000', '193248.610000', '193248.612000', '193248.615000', '193248.617000', '193248.620000', '193248.623000', '193248.625000', '193248.628000', '193248.631000', '193248.633000', '193248.636000', '193248.638000', '193248.641000', '193248.644000', '193248.646000', '193248.649000', '193248.651000', '193248.654000', '193248.657000', '193248.659000', '193248.662000', '193248.665000', '193248.667000', '193248.670000', '193248.672000', '193248.675000', '193308.560000', '193308.563000', '193308.566000', '193308.569000', '193308.571000', '193308.574000', '193308.576000', '193308.579000', '193308.582000', '193308.584000', '193308.587000', '193308.590000', '193308.592000', '193308.595000', '193308.597000', '193308.600000', '193308.603000', '193308.606000', '193308.608000', '193308.611000', '193308.613000', '193308.616000', '193308.619000', '193308.621000', '193308.625000', '193308.628000', '193308.630000', '193308.633000', '193308.648000', '193308.651000', '193308.654000', '193308.656000', '193308.659000', '193308.661000', '193308.664000', '193308.667000', '193308.669000', '193308.672000', '193308.675000', '193308.678000', '193308.681000', '193308.684000', '193308.686000', '193328.561000', '193328.564000', '193328.566000', '193328.569000', '193328.571000', '193328.574000', '193328.577000', '193328.579000', '193328.582000', '193328.585000', '193328.587000', '193328.590000', '193328.593000', '193328.595000', '193328.598000', '193328.601000', '193328.603000', '193328.606000', '193328.609000', '193328.611000', '193328.614000', '193328.616000', '193328.619000', '193328.622000', '193328.625000', '193328.627000', '193328.630000', '193328.632000', '193328.635000', '193328.638000', '193328.640000', '193328.643000', '193328.645000', '193328.648000', '193328.650000', '193328.653000', '193328.656000', '193328.658000', '193328.661000', '193328.664000', '193328.673000', '193328.676000', '193328.679000', '193328.681000', '193348.561000', '193348.563000', '193348.566000', '193348.569000', '193348.572000', '193348.574000', '193348.577000', '193348.580000', '193348.582000', '193348.585000', '193348.588000', '193348.590000', '193348.593000', '193348.595000', '193348.598000', '193348.601000', '193348.604000', '193348.606000', '193348.609000', '193348.612000', '193348.624000', '193348.627000', '193348.630000', '193348.633000', '193348.635000', '193348.638000', '193348.641000', '193348.643000', '193348.646000', '193348.649000', '193348.651000', '193348.654000', '193348.657000', '193348.659000', '193348.662000', '193348.665000', '193348.667000', '193348.670000', '193348.673000', '193348.675000', '193348.678000', '193348.681000', '193348.683000', '193408.561000', '193408.563000', '193408.566000', '193408.569000', '193408.571000', '193408.574000', '193408.577000', '193408.579000', '193408.582000', '193408.584000', '193408.587000', '193408.590000', '193408.592000', '193408.595000', '193408.597000', '193408.600000', '193408.603000', '193408.605000', '193408.608000', '193408.611000', '193408.613000', '193408.616000', '193408.619000', '193408.621000', '193408.624000', '193408.626000', '193408.629000', '193408.632000', '193408.634000', '193408.637000', '193408.640000', '193408.642000', '193408.645000', '193408.648000', '193408.650000', '193408.653000', '193408.655000', '193408.658000', '193408.661000', '193408.663000', '193408.666000', '193408.669000', '193408.671000', '193408.674000', '193424.524000', '193424.527000', '193424.529000', '193424.532000', '193424.535000', '193424.538000', '193424.541000', '193424.544000', '193424.546000', '193424.549000', '193424.553000', '193424.555000', '193424.558000', '193424.561000', '193424.564000', '193424.567000', '193424.569000', '193424.572000', '193424.577000', '193424.580000', '193424.583000', '193424.585000', '193424.589000', '193424.592000', '193424.595000', '193424.600000', '193424.604000', '193424.607000', '193424.611000', '193424.614000', '193424.622000', '193424.625000', '193424.630000', '193424.634000', '193424.639000'], 'InstanceCreationTime': ['192728.588000', '192728.591000', '192728.594000', '192728.596000', '192728.599000', '192728.602000', '192728.604000', '192728.607000', '192728.610000', '192728.612000', '192728.615000', '192728.628000', '192728.631000', '192728.634000', '192728.636000', '192728.639000', '192728.641000', '192728.644000', '192728.647000', '192728.649000', '192728.652000', '192728.655000', '192728.657000', '192728.660000', '192728.662000', '192728.665000', '192728.668000', '192728.670000', '192728.673000', '192728.676000', '192728.679000', '192728.681000', '192728.684000', '192728.686000', '192728.689000', '192728.692000', '192728.694000', '192728.697000', '192728.699000', '192728.702000', '192728.704000', '192728.707000', '192728.710000', '192728.712000', '192728.715000', '192728.718000', '192728.720000', '192728.723000', '192728.725000', '192728.728000', '192728.730000', '192728.733000', '192728.736000', '192728.738000', '192728.741000', '192728.744000', '192728.752000', '192728.755000', '192728.758000', '192728.760000', '192728.763000', '192728.766000', '192748.561000', '192748.564000', '192748.567000', '192748.569000', '192748.572000', '192748.574000', '192748.577000', '192748.594000', '192748.596000', '192748.599000', '192748.602000', '192748.604000', '192748.607000', '192748.609000', '192748.612000', '192748.615000', '192748.617000', '192748.620000', '192748.623000', '192748.625000', '192748.628000', '192748.630000', '192748.633000', '192748.636000', '192748.638000', '192748.641000', '192748.643000', '192748.646000', '192748.649000', '192748.651000', '192748.654000', '192748.657000', '192748.659000', '192748.662000', '192748.664000', '192748.667000', '192748.669000', '192748.672000', '192748.682000', '192748.684000', '192748.687000', '192748.690000', '192748.692000', '192748.695000', '192808.562000', '192808.564000', '192808.567000', '192808.570000', '192808.572000', '192808.575000', '192808.578000', '192808.580000', '192808.583000', '192808.585000', '192808.588000', '192808.591000', '192808.593000', '192808.596000', '192808.598000', '192808.601000', '192808.604000', '192808.607000', '192808.609000', '192808.612000', '192808.614000', '192808.617000', '192808.620000', '192808.622000', '192808.625000', '192808.627000', '192808.630000', '192808.633000', '192808.635000', '192808.638000', '192808.641000', '192808.643000', '192808.646000', '192808.649000', '192808.651000', '192808.654000', '192808.657000', '192808.659000', '192808.662000', '192808.664000', '192808.667000', '192808.670000', '192808.673000', '192828.560000', '192828.563000', '192828.566000', '192828.568000', '192828.571000', '192828.573000', '192828.582000', '192828.584000', '192828.587000', '192828.589000', '192828.592000', '192828.595000', '192828.597000', '192828.600000', '192828.602000', '192828.605000', '192828.608000', '192828.611000', '192828.613000', '192828.616000', '192828.618000', '192828.622000', '192828.624000', '192828.627000', '192828.629000', '192828.632000', '192828.635000', '192828.637000', '192828.640000', '192828.643000', '192828.645000', '192828.648000', '192828.650000', '192828.653000', '192828.656000', '192828.658000', '192828.661000', '192828.664000', '192828.666000', '192828.669000', '192828.671000', '192828.674000', '192828.677000', '192828.679000', '192848.560000', '192848.563000', '192848.566000', '192848.569000', '192848.571000', '192848.574000', '192848.576000', '192848.579000', '192848.582000', '192848.584000', '192848.587000', '192848.590000', '192848.592000', '192848.595000', '192848.598000', '192848.600000', '192848.603000', '192848.606000', '192848.608000', '192848.611000', '192848.614000', '192848.616000', '192848.619000', '192848.622000', '192848.624000', '192848.627000', '192848.629000', '192848.632000', '192848.635000', '192848.637000', '192848.640000', '192848.643000', '192848.645000', '192848.648000', '192848.650000', '192848.653000', '192848.656000', '192848.658000', '192848.661000', '192848.664000', '192848.666000', '192848.669000', '192848.671000', '192908.560000', '192908.563000', '192908.566000', '192908.569000', '192908.572000', '192908.574000', '192908.577000', '192908.579000', '192908.582000', '192908.585000', '192908.588000', '192908.590000', '192908.593000', '192908.595000', '192908.598000', '192908.601000', '192908.603000', '192908.606000', '192908.608000', '192908.611000', '192908.614000', '192908.616000', '192908.619000', '192908.621000', '192908.624000', '192908.626000', '192908.629000', '192908.632000', '192908.634000', '192908.637000', '192908.640000', '192908.642000', '192908.645000', '192908.648000', '192908.650000', '192908.653000', '192908.656000', '192908.658000', '192908.661000', '192908.663000', '192908.666000', '192908.669000', '192908.671000', '192908.674000', '192928.561000', '192928.563000', '192928.579000', '192928.581000', '192928.584000', '192928.587000', '192928.589000', '192928.592000', '192928.595000', '192928.597000', '192928.600000', '192928.603000', '192928.605000', '192928.608000', '192928.610000', '192928.613000', '192928.615000', '192928.618000', '192928.621000', '192928.623000', '192928.626000', '192928.629000', '192928.631000', '192928.634000', '192928.637000', '192928.639000', '192928.642000', '192928.644000', '192928.647000', '192928.650000', '192928.652000', '192928.655000', '192928.658000', '192928.660000', '192928.663000', '192928.666000', '192928.668000', '192928.671000', '192928.674000', '192928.676000', '192928.679000', '192928.681000', '192928.684000', '192948.561000', '192948.563000', '192948.566000', '192948.569000', '192948.572000', '192948.574000', '192948.577000', '192948.579000', '192948.582000', '192948.584000', '192948.587000', '192948.590000', '192948.592000', '192948.595000', '192948.598000', '192948.600000', '192948.603000', '192948.606000', '192948.608000', '192948.611000', '192948.614000', '192948.616000', '192948.619000', '192948.621000', '192948.624000', '192948.627000', '192948.629000', '192948.632000', '192948.634000', '192948.637000', '192948.639000', '192948.642000', '192948.645000', '192948.647000', '192948.650000', '192948.652000', '192948.655000', '192948.658000', '192948.660000', '192948.663000', '192948.665000', '192948.668000', '192948.671000', '192948.673000', '193008.560000', '193008.563000', '193008.566000', '193008.569000', '193008.571000', '193008.574000', '193008.577000', '193008.579000', '193008.582000', '193008.584000', '193008.587000', '193008.589000', '193008.592000', '193008.595000', '193008.597000', '193008.600000', '193008.603000', '193008.606000', '193008.608000', '193008.611000', '193008.613000', '193008.616000', '193008.619000', '193008.628000', '193008.630000', '193008.633000', '193008.636000', '193008.639000', '193008.641000', '193008.644000', '193008.647000', '193008.649000', '193008.652000', '193008.655000', '193008.657000', '193008.660000', '193008.662000', '193008.665000', '193008.668000', '193008.670000', '193008.673000', '193008.675000', '193008.678000', '193028.562000', '193028.565000', '193028.569000', '193028.583000', '193028.585000', '193028.588000', '193028.591000', '193028.593000', '193028.596000', '193028.599000', '193028.602000', '193028.604000', '193028.607000', '193028.609000', '193028.612000', '193028.615000', '193028.617000', '193028.620000', '193028.623000', '193028.626000', '193028.628000', '193028.631000', '193028.634000', '193028.636000', '193028.639000', '193028.641000', '193028.644000', '193028.647000', '193028.649000', '193028.652000', '193028.655000', '193028.657000', '193028.660000', '193028.662000', '193028.665000', '193028.668000', '193028.670000', '193028.673000', '193028.675000', '193028.678000', '193028.681000', '193028.683000', '193028.686000', '193048.560000', '193048.563000', '193048.566000', '193048.569000', '193048.571000', '193048.574000', '193048.576000', '193048.579000', '193048.582000', '193048.584000', '193048.587000', '193048.589000', '193048.592000', '193048.595000', '193048.597000', '193048.600000', '193048.603000', '193048.605000', '193048.608000', '193048.611000', '193048.613000', '193048.616000', '193048.618000', '193048.621000', '193048.623000', '193048.626000', '193048.629000', '193048.631000', '193048.644000', '193048.647000', '193048.649000', '193048.652000', '193048.654000', '193048.657000', '193048.660000', '193048.662000', '193048.665000', '193048.667000', '193048.670000', '193048.672000', '193048.675000', '193048.678000', '193048.680000', '193048.683000', '193108.561000', '193108.563000', '193108.566000', '193108.569000', '193108.571000', '193108.574000', '193108.577000', '193108.579000', '193108.582000', '193108.584000', '193108.587000', '193108.589000', '193108.592000', '193108.595000', '193108.598000', '193108.600000', '193108.603000', '193108.606000', '193108.608000', '193108.611000', '193108.613000', '193108.616000', '193108.619000', '193108.621000', '193108.624000', '193108.627000', '193108.629000', '193108.632000', '193108.635000', '193108.637000', '193108.640000', '193108.643000', '193108.645000', '193108.648000', '193108.651000', '193108.653000', '193108.656000', '193108.658000', '193108.661000', '193108.664000', '193108.666000', '193108.669000', '193108.672000', '193108.674000', '193128.560000', '193128.563000', '193128.566000', '193128.569000', '193128.571000', '193128.574000', '193128.576000', '193128.579000', '193128.581000', '193128.584000', '193128.587000', '193128.589000', '193128.592000', '193128.594000', '193128.597000', '193128.600000', '193128.603000', '193128.606000', '193128.608000', '193128.611000', '193128.613000', '193128.616000', '193128.619000', '193128.621000', '193128.624000', '193128.627000', '193128.629000', '193128.632000', '193128.634000', '193128.637000', '193128.640000', '193128.642000', '193128.645000', '193128.647000', '193128.650000', '193128.653000', '193128.655000', '193128.658000', '193128.660000', '193128.663000', '193128.666000', '193128.668000', '193128.671000', '193148.560000', '193148.563000', '193148.566000', '193148.569000', '193148.571000', '193148.574000', '193148.576000', '193148.579000', '193148.582000', '193148.584000', '193148.587000', '193148.589000', '193148.592000', '193148.595000', '193148.597000', '193148.600000', '193148.603000', '193148.606000', '193148.609000', '193148.612000', '193148.615000', '193148.617000', '193148.620000', '193148.622000', '193148.625000', '193148.628000', '193148.630000', '193148.633000', '193148.635000', '193148.638000', '193148.641000', '193148.643000', '193148.646000', '193148.649000', '193148.651000', '193148.654000', '193148.656000', '193148.659000', '193148.662000', '193148.665000', '193148.667000', '193148.670000', '193148.673000', '193208.560000', '193208.563000', '193208.566000', '193208.569000', '193208.571000', '193208.574000', '193208.576000', '193208.579000', '193208.581000', '193208.584000', '193208.587000', '193208.589000', '193208.592000', '193208.595000', '193208.597000', '193208.600000', '193208.603000', '193208.605000', '193208.608000', '193208.611000', '193208.613000', '193208.616000', '193208.618000', '193208.621000', '193208.624000', '193208.626000', '193208.629000', '193208.632000', '193208.634000', '193208.637000', '193208.639000', '193208.642000', '193208.645000', '193208.647000', '193208.650000', '193208.652000', '193208.655000', '193208.658000', '193208.660000', '193208.674000', '193208.677000', '193208.680000', '193208.682000', '193208.685000', '193228.561000', '193228.563000', '193228.566000', '193228.569000', '193228.571000', '193228.574000', '193228.587000', '193228.589000', '193228.592000', '193228.595000', '193228.597000', '193228.600000', '193228.603000', '193228.606000', '193228.608000', '193228.611000', '193228.613000', '193228.616000', '193228.618000', '193228.621000', '193228.624000', '193228.626000', '193228.629000', '193228.632000', '193228.634000', '193228.637000', '193228.639000', '193228.642000', '193228.645000', '193228.647000', '193228.650000', '193228.652000', '193228.655000', '193228.658000', '193228.660000', '193228.663000', '193228.666000', '193228.668000', '193228.671000', '193228.673000', '193228.676000', '193228.679000', '193228.681000', '193248.562000', '193248.564000', '193248.567000', '193248.570000', '193248.572000', '193248.575000', '193248.578000', '193248.580000', '193248.583000', '193248.586000', '193248.589000', '193248.591000', '193248.594000', '193248.596000', '193248.599000', '193248.602000', '193248.604000', '193248.607000', '193248.610000', '193248.612000', '193248.615000', '193248.617000', '193248.620000', '193248.623000', '193248.625000', '193248.628000', '193248.631000', '193248.633000', '193248.636000', '193248.638000', '193248.641000', '193248.644000', '193248.646000', '193248.649000', '193248.651000', '193248.654000', '193248.657000', '193248.659000', '193248.662000', '193248.665000', '193248.667000', '193248.670000', '193248.672000', '193248.675000', '193308.560000', '193308.563000', '193308.566000', '193308.569000', '193308.571000', '193308.574000', '193308.576000', '193308.579000', '193308.582000', '193308.584000', '193308.587000', '193308.590000', '193308.592000', '193308.595000', '193308.597000', '193308.600000', '193308.603000', '193308.606000', '193308.608000', '193308.611000', '193308.613000', '193308.616000', '193308.619000', '193308.621000', '193308.625000', '193308.628000', '193308.630000', '193308.633000', '193308.648000', '193308.651000', '193308.654000', '193308.656000', '193308.659000', '193308.661000', '193308.664000', '193308.667000', '193308.669000', '193308.672000', '193308.675000', '193308.678000', '193308.681000', '193308.684000', '193308.686000', '193328.561000', '193328.564000', '193328.566000', '193328.569000', '193328.571000', '193328.574000', '193328.577000', '193328.579000', '193328.582000', '193328.585000', '193328.587000', '193328.590000', '193328.593000', '193328.595000', '193328.598000', '193328.601000', '193328.603000', '193328.606000', '193328.609000', '193328.611000', '193328.614000', '193328.616000', '193328.619000', '193328.622000', '193328.625000', '193328.627000', '193328.630000', '193328.632000', '193328.635000', '193328.638000', '193328.640000', '193328.643000', '193328.645000', '193328.648000', '193328.650000', '193328.653000', '193328.656000', '193328.658000', '193328.661000', '193328.664000', '193328.673000', '193328.676000', '193328.679000', '193328.681000', '193348.561000', '193348.563000', '193348.566000', '193348.569000', '193348.572000', '193348.574000', '193348.577000', '193348.580000', '193348.582000', '193348.585000', '193348.588000', '193348.590000', '193348.593000', '193348.595000', '193348.598000', '193348.601000', '193348.604000', '193348.606000', '193348.609000', '193348.612000', '193348.624000', '193348.627000', '193348.630000', '193348.633000', '193348.635000', '193348.638000', '193348.641000', '193348.643000', '193348.646000', '193348.649000', '193348.651000', '193348.654000', '193348.657000', '193348.659000', '193348.662000', '193348.665000', '193348.667000', '193348.670000', '193348.673000', '193348.675000', '193348.678000', '193348.681000', '193348.683000', '193408.561000', '193408.563000', '193408.566000', '193408.569000', '193408.571000', '193408.574000', '193408.577000', '193408.579000', '193408.582000', '193408.584000', '193408.587000', '193408.590000', '193408.592000', '193408.595000', '193408.597000', '193408.600000', '193408.603000', '193408.605000', '193408.608000', '193408.611000', '193408.613000', '193408.616000', '193408.619000', '193408.621000', '193408.624000', '193408.626000', '193408.629000', '193408.632000', '193408.634000', '193408.637000', '193408.640000', '193408.642000', '193408.645000', '193408.648000', '193408.650000', '193408.653000', '193408.655000', '193408.658000', '193408.661000', '193408.663000', '193408.666000', '193408.669000', '193408.671000', '193408.674000', '193424.524000', '193424.527000', '193424.529000', '193424.532000', '193424.535000', '193424.538000', '193424.541000', '193424.544000', '193424.546000', '193424.549000', '193424.553000', '193424.555000', '193424.558000', '193424.561000', '193424.564000', '193424.567000', '193424.569000', '193424.572000', '193424.577000', '193424.580000', '193424.583000', '193424.585000', '193424.589000', '193424.592000', '193424.595000', '193424.600000', '193424.604000', '193424.607000', '193424.611000', '193424.614000', '193424.622000', '193424.625000', '193424.630000', '193424.634000', '193424.639000'], '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': [11164, 8673, 10763, 14686, 16010, 11769, 10571, 16242, 17366, 12966, 9646, 8911, 11480, 9673, 8655, 9224, 9796, 8351, 7864, 7291, 9057, 8048, 7435, 7580, 9996, 8308, 7829, 7137, 11359, 8564, 7610, 7425, 11881, 8575, 7890, 8224, 8903, 9743, 7671, 8571, 7093, 9363, 7948, 8050, 7017, 8937, 8034, 7915, 11001, 12691, 8380, 7857, 9479, 16597, 11262, 8461, 7082, 13190, 12539, 9784, 7520, 9263, 9083, 8586, 8705, 12480, 9544, 8394, 8596, 15650, 14400, 10262, 8487, 7346, 10838, 9990, 8000, 7060, 8519, 9035, 8562, 7875, 8800, 9449, 8269, 9047, 11777, 10244, 8763, 8065, 8556, 15884, 10648, 8290, 9120, 7584, 9916, 8896, 8135, 7022, 8252, 8536, 7958, 7007, 8237, 9322, 7820, 8785, 9317, 9223, 8556, 7842, 7202, 12937, 10835, 8938, 7060, 8398, 9007, 8295, 8813, 9362, 9407, 7911, 8067, 7076, 9351, 8710, 7991, 7056, 10504, 9137, 7966, 8202, 7754, 9456, 8343, 8189, 7341, 9363, 7945, 7536, 7132, 9361, 7587, 7045, 7027, 7231, 7986, 6993, 7082, 8041, 8122, 7435, 7222, 10108, 8800, 8054, 7534, 7646, 12166, 8463, 7685, 7169, 10740, 9066, 7955, 8740, 8288, 11717, 10908, 10253, 10488, 10316, 8038, 7113, 7029, 7284, 8097, 7532, 7129, 9645, 8595, 7161, 7128, 7033, 9063, 9366, 8003, 7031, 10719, 8552, 8114, 7683, 13906, 10285, 8226, 8798, 8978, 13757, 13084, 10741, 10817, 11587, 8299, 7408, 8984, 11217, 8681, 7771, 7098, 9555, 9356, 7790, 8156, 13322, 11182, 8501, 7993, 7084, 11742, 10402, 7899, 7023, 7046, 8740, 7507, 7261, 7141, 8658, 8360, 7989, 6979, 8588, 8175, 7117, 7041, 7344, 8366, 8061, 8358, 7038, 10965, 10333, 8334, 8496, 8371, 12789, 12274, 10100, 6988, 7829, 8426, 7478, 8315, 10516, 9266, 7764, 7113, 8753, 10158, 8395, 7147, 7356, 12797, 9006, 7757, 7196, 16275, 11796, 8958, 7134, 9129, 8425, 7936, 9846, 12775, 9025, 7621, 8085, 11999, 10044, 7598, 8392, 7071, 10187, 8030, 7596, 7057, 7585, 7911, 7699, 7090, 8484, 9352, 7507, 8586, 10973, 9638, 8008, 8209, 8599, 14794, 12046, 8613, 7127, 11049, 9180, 8163, 8676, 12237, 9402, 7816, 8838, 11608, 14148, 12251, 10903, 12739, 11599, 8282, 7376, 7192, 7278, 8157, 7547, 7078, 7193, 9057, 7412, 8001, 7277, 9838, 8438, 8283, 12021, 12397, 9570, 8158, 7071, 11054, 9384, 8071, 10497, 13995, 9392, 7955, 8504, 9132, 11353, 7918, 8662, 7134, 9353, 7515, 7570, 7043, 9024, 7911, 7105, 8743, 11267, 8297, 7048, 7111, 7163, 8432, 7549, 7017, 8728, 8331, 7461, 7035, 9014, 8698, 7754, 11479, 14697, 11121, 8771, 8727, 7883, 11058, 9989, 7642, 7008, 9023, 7338, 7089, 7038, 8817, 8128, 7116, 7953, 11841, 9094, 7269, 7092, 14825, 10640, 8039, 7122, 12332, 12327, 9284, 7255, 8382, 9348, 7968, 8423, 9185, 9379, 7619, 9158, 10656, 9845, 7651, 8390, 9720, 9911, 8339, 7418, 12049, 14847, 11071, 8338, 7031, 8033, 7628, 7028, 7027, 7193, 8721, 7998, 8897, 7124, 8922, 8805, 7363, 7197, 7722, 9696, 8851, 7371, 7060, 9955, 10280, 8337, 9531, 7093, 10097, 9462, 7588, 7119, 8787, 7864, 10108, 11457, 10508, 8439, 7159, 7686, 13140, 9143, 8735, 11360, 16675, 11275, 8032, 7025, 10254, 8080, 7438, 9121, 9049, 7651, 7055, 9522, 9614, 7943, 7879, 13227, 10333, 8912, 9150, 15568, 14616, 14929, 13697, 15288, 11502, 9505, 10307, 8251, 10171, 8829, 9017, 7179, 10044, 8615, 9311, 7898, 9415, 8623, 8742, 7085, 9122, 7400, 8212, 7102, 9553, 7345, 7640, 6971, 8658, 8113, 7915, 7133, 10458, 9479, 7382, 7054, 8370, 10036, 9477, 7710, 7148, 8835, 7608, 7228, 7238, 9149, 7562, 7133, 7148, 8179, 7858, 7205, 7115, 9763, 9363, 9609, 8962, 12671, 9134, 8275, 14159, 16761, 12138, 9049, 7532, 12357, 10200, 9516, 8120, 10551, 7974, 7212, 10583, 11775, 8999, 7278, 7147, 13091, 10563, 8164, 8765, 9724, 8127, 7827, 7096, 9629, 8497, 8631, 8924, 10860, 9294, 9517, 12086, 11568, 7862, 7080, 7079, 7580, 8083, 7253, 7222, 7419, 8762, 7125, 7088, 9011, 9850, 8332, 8044, 11876, 11287, 9109, 9873, 9474, 12536, 11969, 10513, 11844, 9789, 8967, 8740, 8992, 8933, 7269, 7118, 7163, 9043, 7174, 7090, 8317, 8738, 7188, 7157, 10029, 8281, 7122, 7072, 7791, 8718, 7188, 7412, 10731, 8677, 7211, 7075, 11736, 8767, 7225, 7179, 9889, 7811, 7720, 7718, 9939, 7712, 7316, 12612, 11253, 8666, 7906, 7228, 10663, 9347, 7966, 7141, 9794, 7630, 8096, 9246, 10004, 7673, 7605, 13717, 11066, 8198, 8647, 7998, 11291, 8644, 8926, 7242, 9027, 7798, 8448, 8314, 9707, 8282, 7688, 9927, 13147, 9103, 8089, 7247, 11821, 10489, 11932, 13824, 15097, 10353, 7389, 7176, 9466, 8618, 7491, 7279, 9788, 8519, 7816, 7163, 9786, 8742, 7358, 7197, 8430, 8146, 7322, 7187, 7324, 8498, 7243, 7259, 8350, 9526, 7213, 8078, 11412, 9582, 8179, 8700, 8308, 11069, 8497, 8327, 7285, 9454, 8076, 7381, 7212, 9092, 8099, 9184, 12614, 12988, 9119, 7280, 7448, 14798, 11322, 7649, 7326, 10546, 8827, 9673, 12575, 11448, 7936, 7359, 7294, 9207, 7350, 8252, 7205, 8739, 7781, 8215, 8461, 9644, 7742, 8543, 7322, 9304, 9010, 7253, 7211, 8540, 8521, 7243, 9599, 11902, 8849, 7560, 7275, 11846, 9203, 7349, 7213, 9697, 7993, 7347, 7244, 9997, 8218, 7300, 7221, 7300, 8521, 7249, 7234, 8787, 8678, 7430, 7309, 10279, 10062, 11265, 13712, 14097, 9590, 7975, 8289, 8836, 9882, 8275, 8615, 7362, 9101, 8112, 7447, 7278, 8975, 7529, 8045, 10061, 12307, 8088, 7173, 7243, 8696, 8818, 7322, 7241, 12232, 9229, 7325, 7304, 13158, 10588, 8141, 7244, 8946, 8933, 8785, 10527, 11639, 9841, 7517, 8449, 10520, 9563, 7939, 8948, 7751, 9854, 8216, 8580, 7359, 9708, 9149, 8795, 10201, 9931, 8651, 7408, 9714, 10659, 9154, 7391, 7916, 13505, 9092, 7554, 7266, 10384, 9161, 8309, 7568, 12621, 11239, 8518, 7962, 9961, 9111, 8271, 7717, 9701, 9211, 7956, 7413, 8878, 8216, 7709, 7493, 10698, 9467, 7430, 7731, 12866, 9754, 7513, 7291, 14591, 9445, 7677, 7395, 9075, 9145, 8097, 7327, 8149, 9351, 7636, 7288, 8619, 9560, 7682, 7343, 13344, 11357, 8798, 7801, 7353, 9970, 8487, 8973, 8050, 10161, 8717, 9100, 7359, 10094, 9248, 8582, 7322, 9035, 9202, 7353, 10927, 14195, 10232, 8172, 7439, 11911, 10451, 8941, 9321, 9683, 10407, 9760, 9978, 8066, 13203, 9354, 8372, 7332, 9078, 8648, 7562, 8944, 9309, 9293, 7447, 7374, 10610, 8780, 7231, 7212, 7263, 9571, 7395, 8401, 8522, 9931, 8869, 9171, 9253, 10413, 9742, 8618, 7401, 11971, 9650], 'WindowCenter': [4516.0, 4454.0, 4464.0, 4479.0, 4473.0, 4430.0, 4408.0, 4457.0, 4458.0, 4425.0, 4382.0, 4359.0, 4398.0, 4377.0, 4359.0, 4368.0, 4379.0, 4359.0, 4348.0, 4338.0, 4371.0, 4349.0, 4338.0, 4339.0, 4378.0, 4359.0, 4350.0, 4331.0, 4401.0, 4371.0, 4351.0, 4352.0, 4413.0, 4370.0, 4361.0, 4362.0, 4372.0, 4380.0, 4351.0, 4371.0, 4341.0, 4382.0, 4364.0, 4361.0, 4342.0, 4384.0, 4361.0, 4362.0, 4402.0, 4422.0, 4360.0, 4361.0, 4381.0, 4454.0, 4400.0, 4359.0, 4340.0, 4421.0, 4411.0, 4379.0, 4339.0, 4368.0, 4370.0, 4358.0, 4359.0, 4399.0, 4367.0, 4359.0, 4357.0, 4430.0, 4417.0, 4378.0, 4357.0, 4336.0, 4386.0, 4378.0, 4346.0, 4326.0, 4358.0, 4355.0, 4358.0, 4347.0, 4355.0, 4365.0, 4346.0, 4358.0, 4397.0, 4375.0, 4357.0, 4346.0, 4356.0, 4429.0, 4376.0, 4346.0, 4366.0, 4336.0, 4377.0, 4357.0, 4345.0, 4326.0, 4358.0, 4357.0, 4349.0, 4328.0, 4356.0, 4367.0, 4337.0, 4356.0, 4367.0, 4365.0, 4357.0, 4348.0, 4336.0, 4408.0, 4388.0, 4370.0, 4329.0, 4358.0, 4353.0, 4346.0, 4366.0, 4367.0, 4366.0, 4346.0, 4348.0, 4327.0, 4369.0, 4357.0, 4347.0, 4326.0, 4389.0, 4366.0, 4344.0, 4358.0, 4348.0, 4366.0, 4361.0, 4359.0, 4339.0, 4380.0, 4348.0, 4350.0, 4340.0, 4370.0, 4350.0, 4339.0, 4329.0, 4338.0, 4350.0, 4330.0, 4329.0, 4362.0, 4363.0, 4354.0, 4352.0, 4404.0, 4383.0, 4363.0, 4363.0, 4352.0, 4411.0, 4360.0, 4352.0, 4340.0, 4403.0, 4371.0, 4360.0, 4371.0, 4371.0, 4410.0, 4400.0, 4391.0, 4389.0, 4389.0, 4350.0, 4329.0, 4328.0, 4336.0, 4349.0, 4353.0, 4342.0, 4395.0, 4385.0, 4354.0, 4355.0, 4355.0, 4382.0, 4385.0, 4364.0, 4343.0, 4392.0, 4372.0, 4361.0, 4353.0, 4432.0, 4390.0, 4361.0, 4373.0, 4372.0, 4431.0, 4425.0, 4402.0, 4402.0, 4400.0, 4358.0, 4341.0, 4370.0, 4390.0, 4371.0, 4350.0, 4340.0, 4381.0, 4382.0, 4351.0, 4360.0, 4423.0, 4400.0, 4360.0, 4349.0, 4329.0, 4412.0, 4391.0, 4349.0, 4341.0, 4330.0, 4360.0, 4352.0, 4350.0, 4343.0, 4370.0, 4362.0, 4364.0, 4344.0, 4360.0, 4372.0, 4331.0, 4341.0, 4353.0, 4374.0, 4364.0, 4373.0, 4343.0, 4403.0, 4405.0, 4361.0, 4374.0, 4374.0, 4423.0, 4423.0, 4392.0, 4342.0, 4348.0, 4361.0, 4341.0, 4362.0, 4392.0, 4381.0, 4352.0, 4342.0, 4374.0, 4392.0, 4363.0, 4342.0, 4342.0, 4410.0, 4369.0, 4353.0, 4342.0, 4456.0, 4401.0, 4373.0, 4343.0, 4382.0, 4360.0, 4351.0, 4381.0, 4411.0, 4371.0, 4351.0, 4360.0, 4414.0, 4392.0, 4352.0, 4373.0, 4342.0, 4391.0, 4361.0, 4350.0, 4343.0, 4353.0, 4360.0, 4354.0, 4342.0, 4372.0, 4381.0, 4340.0, 4371.0, 4402.0, 4380.0, 4348.0, 4362.0, 4361.0, 4433.0, 4411.0, 4360.0, 4327.0, 4385.0, 4366.0, 4346.0, 4357.0, 4396.0, 4366.0, 4350.0, 4369.0, 4399.0, 4421.0, 4410.0, 4388.0, 4412.0, 4400.0, 4345.0, 4324.0, 4324.0, 4326.0, 4348.0, 4349.0, 4329.0, 4342.0, 4371.0, 4352.0, 4362.0, 4341.0, 4380.0, 4359.0, 4349.0, 4410.0, 4399.0, 4367.0, 4348.0, 4316.0, 4386.0, 4367.0, 4349.0, 4391.0, 4420.0, 4366.0, 4347.0, 4359.0, 4369.0, 4400.0, 4347.0, 4359.0, 4329.0, 4380.0, 4339.0, 4350.0, 4329.0, 4370.0, 4363.0, 4342.0, 4374.0, 4403.0, 4360.0, 4330.0, 4330.0, 4327.0, 4348.0, 4340.0, 4329.0, 4359.0, 4361.0, 4341.0, 4342.0, 4374.0, 4371.0, 4351.0, 4401.0, 4433.0, 4402.0, 4370.0, 4371.0, 4362.0, 4402.0, 4394.0, 4351.0, 4339.0, 4383.0, 4350.0, 4342.0, 4342.0, 4370.0, 4363.0, 4342.0, 4364.0, 4413.0, 4371.0, 4353.0, 4343.0, 4435.0, 4390.0, 4351.0, 4340.0, 4411.0, 4412.0, 4371.0, 4340.0, 4359.0, 4369.0, 4350.0, 4350.0, 4370.0, 4368.0, 4351.0, 4370.0, 4390.0, 4381.0, 4350.0, 4361.0, 4370.0, 4380.0, 4360.0, 4338.0, 4411.0, 4431.0, 4390.0, 4361.0, 4330.0, 4338.0, 4336.0, 4317.0, 4328.0, 4329.0, 4359.0, 4349.0, 4372.0, 4344.0, 4370.0, 4370.0, 4343.0, 4343.0, 4351.0, 4381.0, 4370.0, 4339.0, 4340.0, 4381.0, 4392.0, 4361.0, 4380.0, 4341.0, 4392.0, 4383.0, 4350.0, 4328.0, 4360.0, 4348.0, 4391.0, 4402.0, 4391.0, 4362.0, 4341.0, 4351.0, 4424.0, 4382.0, 4372.0, 4412.0, 4456.0, 4403.0, 4350.0, 4326.0, 4377.0, 4335.0, 4327.0, 4369.0, 4357.0, 4339.0, 4329.0, 4370.0, 4381.0, 4350.0, 4338.0, 4396.0, 4362.0, 4344.0, 4352.0, 4416.0, 4404.0, 4406.0, 4405.0, 4417.0, 4383.0, 4353.0, 4361.0, 4320.0, 4361.0, 4342.0, 4342.0, 4313.0, 4364.0, 4357.0, 4368.0, 4347.0, 4356.0, 4345.0, 4345.0, 4315.0, 4357.0, 4340.0, 4359.0, 4328.0, 4366.0, 4328.0, 4339.0, 4330.0, 4359.0, 4362.0, 4360.0, 4342.0, 4392.0, 4381.0, 4341.0, 4342.0, 4374.0, 4381.0, 4384.0, 4353.0, 4344.0, 4371.0, 4349.0, 4341.0, 4353.0, 4385.0, 4352.0, 4343.0, 4356.0, 4373.0, 4363.0, 4353.0, 4343.0, 4393.0, 4384.0, 4382.0, 4372.0, 4412.0, 4383.0, 4362.0, 4434.0, 4445.0, 4411.0, 4371.0, 4338.0, 4409.0, 4380.0, 4369.0, 4346.0, 4390.0, 4350.0, 4339.0, 4388.0, 4401.0, 4369.0, 4338.0, 4326.0, 4409.0, 4379.0, 4347.0, 4358.0, 4367.0, 4351.0, 4337.0, 4327.0, 4366.0, 4359.0, 4358.0, 4370.0, 4389.0, 4367.0, 4369.0, 4402.0, 4401.0, 4349.0, 4328.0, 4316.0, 4335.0, 4347.0, 4338.0, 4339.0, 4340.0, 4372.0, 4342.0, 4342.0, 4371.0, 4379.0, 4347.0, 4338.0, 4397.0, 4387.0, 4357.0, 4366.0, 4365.0, 4398.0, 4397.0, 4377.0, 4399.0, 4365.0, 4356.0, 4346.0, 4356.0, 4356.0, 4328.0, 4330.0, 4330.0, 4369.0, 4330.0, 4329.0, 4358.0, 4358.0, 4341.0, 4341.0, 4393.0, 4362.0, 4343.0, 4340.0, 4348.0, 4359.0, 4330.0, 4340.0, 4390.0, 4359.0, 4342.0, 4340.0, 4413.0, 4361.0, 4340.0, 4327.0, 4380.0, 4350.0, 4338.0, 4339.0, 4379.0, 4350.0, 4340.0, 4412.0, 4402.0, 4360.0, 4350.0, 4340.0, 4390.0, 4370.0, 4348.0, 4329.0, 4381.0, 4350.0, 4350.0, 4370.0, 4378.0, 4349.0, 4350.0, 4423.0, 4389.0, 4349.0, 4360.0, 4349.0, 4402.0, 4358.0, 4358.0, 4341.0, 4359.0, 4349.0, 4359.0, 4349.0, 4380.0, 4348.0, 4338.0, 4381.0, 4410.0, 4359.0, 4347.0, 4339.0, 4399.0, 4377.0, 4388.0, 4408.0, 4418.0, 4365.0, 4326.0, 4314.0, 4354.0, 4346.0, 4327.0, 4338.0, 4368.0, 4347.0, 4326.0, 4316.0, 4367.0, 4358.0, 4338.0, 4328.0, 4348.0, 4350.0, 4339.0, 4328.0, 4340.0, 4359.0, 4341.0, 4340.0, 4358.0, 4381.0, 4338.0, 4351.0, 4399.0, 4369.0, 4359.0, 4359.0, 4360.0, 4402.0, 4360.0, 4359.0, 4339.0, 4379.0, 4350.0, 4338.0, 4339.0, 4370.0, 4349.0, 4371.0, 4412.0, 4411.0, 4357.0, 4338.0, 4338.0, 4421.0, 4389.0, 4337.0, 4337.0, 4379.0, 4356.0, 4370.0, 4411.0, 4388.0, 4337.0, 4326.0, 4315.0, 4352.0, 4324.0, 4337.0, 4328.0, 4359.0, 4352.0, 4360.0, 4360.0, 4380.0, 4338.0, 4360.0, 4341.0, 4371.0, 4371.0, 4342.0, 4341.0, 4360.0, 4360.0, 4340.0, 4383.0, 4413.0, 4370.0, 4352.0, 4342.0, 4412.0, 4381.0, 4341.0, 4352.0, 4394.0, 4362.0, 4354.0, 4342.0, 4381.0, 4350.0, 4329.0, 4328.0, 4328.0, 4361.0, 4330.0, 4330.0, 4361.0, 4361.0, 4343.0, 4341.0, 4391.0, 4381.0, 4391.0, 4423.0, 4434.0, 4381.0, 4347.0, 4349.0, 4370.0, 4382.0, 4350.0, 4361.0, 4353.0, 4371.0, 4363.0, 4343.0, 4342.0, 4383.0, 4351.0, 4352.0, 4382.0, 4402.0, 4349.0, 4330.0, 4341.0, 4372.0, 4372.0, 4342.0, 4340.0, 4410.0, 4372.0, 4341.0, 4341.0, 4413.0, 4391.0, 4350.0, 4340.0, 4370.0, 4370.0, 4361.0, 4391.0, 4402.0, 4382.0, 4340.0, 4361.0, 4392.0, 4381.0, 4351.0, 4373.0, 4352.0, 4380.0, 4361.0, 4373.0, 4342.0, 4382.0, 4372.0, 4363.0, 4393.0, 4381.0, 4371.0, 4340.0, 4381.0, 4379.0, 4371.0, 4342.0, 4352.0, 4423.0, 4370.0, 4339.0, 4328.0, 4380.0, 4370.0, 4361.0, 4351.0, 4411.0, 4401.0, 4359.0, 4350.0, 4379.0, 4370.0, 4362.0, 4340.0, 4369.0, 4370.0, 4349.0, 4339.0, 4370.0, 4363.0, 4352.0, 4342.0, 4391.0, 4379.0, 4339.0, 4340.0, 4398.0, 4367.0, 4338.0, 4340.0, 4431.0, 4379.0, 4340.0, 4338.0, 4368.0, 4371.0, 4349.0, 4328.0, 4349.0, 4368.0, 4341.0, 4329.0, 4359.0, 4380.0, 4339.0, 4340.0, 4410.0, 4390.0, 4362.0, 4338.0, 4329.0, 4380.0, 4360.0, 4372.0, 4350.0, 4381.0, 4359.0, 4371.0, 4341.0, 4391.0, 4373.0, 4361.0, 4341.0, 4370.0, 4369.0, 4340.0, 4391.0, 4422.0, 4379.0, 4349.0, 4339.0, 4401.0, 4378.0, 4359.0, 4371.0, 4368.0, 4377.0, 4368.0, 4378.0, 4349.0, 4411.0, 4369.0, 4349.0, 4327.0, 4360.0, 4359.0, 4341.0, 4360.0, 4370.0, 4369.0, 4352.0, 4339.0, 4392.0, 4362.0, 4340.0, 4340.0, 4337.0, 4381.0, 4342.0, 4362.0, 4372.0, 4382.0, 4385.0, 4385.0, 4384.0, 4392.0, 4382.0, 4360.0, 4341.0, 4401.0, 4382.0], 'WindowWidth': [9957.0, 9846.0, 9837.0, 9842.0, 9824.0, 9758.0, 9722.0, 9785.0, 9789.0, 9734.0, 9673.0, 9637.0, 9689.0, 9660.0, 9635.0, 9645.0, 9664.0, 9637.0, 9622.0, 9610.0, 9657.0, 9627.0, 9611.0, 9609.0, 9661.0, 9638.0, 9628.0, 9603.0, 9695.0, 9658.0, 9631.0, 9634.0, 9717.0, 9656.0, 9644.0, 9647.0, 9660.0, 9670.0, 9630.0, 9656.0, 9619.0, 9671.0, 9655.0, 9646.0, 9621.0, 9679.0, 9645.0, 9648.0, 9698.0, 9726.0, 9642.0, 9644.0, 9672.0, 9772.0, 9693.0, 9640.0, 9616.0, 9721.0, 9710.0, 9665.0, 9610.0, 9648.0, 9653.0, 9635.0, 9638.0, 9688.0, 9645.0, 9637.0, 9631.0, 9735.0, 9716.0, 9662.0, 9632.0, 9604.0, 9669.0, 9661.0, 9615.0, 9589.0, 9636.0, 9628.0, 9633.0, 9619.0, 9628.0, 9640.0, 9615.0, 9633.0, 9685.0, 9653.0, 9630.0, 9617.0, 9631.0, 9731.0, 9655.0, 9616.0, 9642.0, 9603.0, 9657.0, 9631.0, 9615.0, 9591.0, 9635.0, 9633.0, 9623.0, 9594.0, 9632.0, 9646.0, 9606.0, 9631.0, 9646.0, 9640.0, 9631.0, 9621.0, 9605.0, 9703.0, 9677.0, 9654.0, 9600.0, 9634.0, 9624.0, 9615.0, 9644.0, 9645.0, 9641.0, 9617.0, 9623.0, 9594.0, 9652.0, 9635.0, 9623.0, 9593.0, 9677.0, 9642.0, 9612.0, 9637.0, 9624.0, 9644.0, 9644.0, 9639.0, 9610.0, 9667.0, 9623.0, 9628.0, 9615.0, 9653.0, 9627.0, 9610.0, 9598.0, 9609.0, 9624.0, 9599.0, 9598.0, 9646.0, 9650.0, 9642.0, 9637.0, 9707.0, 9678.0, 9651.0, 9652.0, 9636.0, 9714.0, 9643.0, 9634.0, 9618.0, 9703.0, 9657.0, 9642.0, 9659.0, 9660.0, 9712.0, 9694.0, 9683.0, 9677.0, 9677.0, 9624.0, 9596.0, 9593.0, 9604.0, 9625.0, 9636.0, 9623.0, 9697.0, 9685.0, 9643.0, 9642.0, 9644.0, 9676.0, 9682.0, 9651.0, 9623.0, 9686.0, 9659.0, 9645.0, 9635.0, 9743.0, 9682.0, 9645.0, 9664.0, 9660.0, 9738.0, 9733.0, 9699.0, 9698.0, 9691.0, 9637.0, 9616.0, 9654.0, 9678.0, 9657.0, 9628.0, 9616.0, 9669.0, 9674.0, 9632.0, 9642.0, 9728.0, 9695.0, 9641.0, 9626.0, 9599.0, 9712.0, 9683.0, 9626.0, 9616.0, 9602.0, 9639.0, 9634.0, 9630.0, 9625.0, 9655.0, 9646.0, 9651.0, 9624.0, 9641.0, 9661.0, 9602.0, 9616.0, 9637.0, 9667.0, 9653.0, 9664.0, 9624.0, 9702.0, 9708.0, 9646.0, 9667.0, 9666.0, 9728.0, 9732.0, 9688.0, 9619.0, 9623.0, 9646.0, 9618.0, 9648.0, 9686.0, 9670.0, 9635.0, 9621.0, 9666.0, 9686.0, 9650.0, 9621.0, 9620.0, 9709.0, 9653.0, 9636.0, 9620.0, 9780.0, 9695.0, 9662.0, 9622.0, 9676.0, 9640.0, 9629.0, 9669.0, 9709.0, 9655.0, 9632.0, 9642.0, 9718.0, 9687.0, 9634.0, 9662.0, 9621.0, 9685.0, 9644.0, 9629.0, 9624.0, 9637.0, 9642.0, 9639.0, 9619.0, 9659.0, 9668.0, 9615.0, 9657.0, 9700.0, 9666.0, 9623.0, 9647.0, 9642.0, 9744.0, 9708.0, 9640.0, 9592.0, 9666.0, 9642.0, 9617.0, 9631.0, 9682.0, 9641.0, 9627.0, 9651.0, 9690.0, 9722.0, 9707.0, 9674.0, 9712.0, 9693.0, 9614.0, 9583.0, 9585.0, 9590.0, 9621.0, 9626.0, 9598.0, 9618.0, 9657.0, 9633.0, 9647.0, 9617.0, 9667.0, 9636.0, 9623.0, 9706.0, 9691.0, 9644.0, 9618.0, 9575.0, 9667.0, 9647.0, 9623.0, 9683.0, 9720.0, 9645.0, 9620.0, 9639.0, 9649.0, 9695.0, 9620.0, 9636.0, 9597.0, 9670.0, 9612.0, 9625.0, 9598.0, 9656.0, 9650.0, 9619.0, 9665.0, 9702.0, 9639.0, 9597.0, 9597.0, 9591.0, 9620.0, 9611.0, 9595.0, 9636.0, 9640.0, 9615.0, 9617.0, 9665.0, 9657.0, 9628.0, 9697.0, 9745.0, 9699.0, 9655.0, 9657.0, 9647.0, 9699.0, 9692.0, 9631.0, 9613.0, 9678.0, 9631.0, 9622.0, 9619.0, 9656.0, 9652.0, 9621.0, 9654.0, 9715.0, 9657.0, 9639.0, 9623.0, 9750.0, 9681.0, 9627.0, 9616.0, 9710.0, 9713.0, 9655.0, 9613.0, 9638.0, 9650.0, 9627.0, 9624.0, 9653.0, 9651.0, 9629.0, 9655.0, 9679.0, 9671.0, 9628.0, 9642.0, 9651.0, 9666.0, 9641.0, 9609.0, 9709.0, 9739.0, 9678.0, 9641.0, 9599.0, 9605.0, 9598.0, 9575.0, 9593.0, 9597.0, 9637.0, 9627.0, 9659.0, 9627.0, 9658.0, 9655.0, 9622.0, 9624.0, 9630.0, 9669.0, 9652.0, 9613.0, 9616.0, 9670.0, 9684.0, 9642.0, 9667.0, 9618.0, 9684.0, 9675.0, 9626.0, 9596.0, 9642.0, 9623.0, 9684.0, 9697.0, 9682.0, 9645.0, 9617.0, 9628.0, 9731.0, 9675.0, 9659.0, 9713.0, 9777.0, 9699.0, 9626.0, 9590.0, 9656.0, 9600.0, 9592.0, 9647.0, 9632.0, 9608.0, 9595.0, 9651.0, 9667.0, 9625.0, 9604.0, 9677.0, 9628.0, 9605.0, 9616.0, 9705.0, 9689.0, 9692.0, 9692.0, 9710.0, 9661.0, 9618.0, 9625.0, 9567.0, 9625.0, 9604.0, 9603.0, 9566.0, 9636.0, 9632.0, 9645.0, 9616.0, 9627.0, 9611.0, 9610.0, 9571.0, 9628.0, 9614.0, 9637.0, 9593.0, 9640.0, 9591.0, 9607.0, 9598.0, 9638.0, 9646.0, 9643.0, 9620.0, 9687.0, 9670.0, 9618.0, 9619.0, 9667.0, 9671.0, 9677.0, 9637.0, 9626.0, 9659.0, 9626.0, 9618.0, 9635.0, 9681.0, 9633.0, 9624.0, 9648.0, 9666.0, 9650.0, 9638.0, 9624.0, 9691.0, 9678.0, 9673.0, 9657.0, 9712.0, 9675.0, 9646.0, 9745.0, 9764.0, 9711.0, 9654.0, 9607.0, 9703.0, 9666.0, 9649.0, 9615.0, 9678.0, 9625.0, 9612.0, 9674.0, 9695.0, 9648.0, 9609.0, 9591.0, 9702.0, 9662.0, 9617.0, 9631.0, 9643.0, 9626.0, 9604.0, 9590.0, 9641.0, 9635.0, 9636.0, 9654.0, 9675.0, 9644.0, 9648.0, 9693.0, 9695.0, 9621.0, 9592.0, 9575.0, 9601.0, 9618.0, 9607.0, 9610.0, 9613.0, 9657.0, 9621.0, 9620.0, 9656.0, 9663.0, 9617.0, 9604.0, 9685.0, 9669.0, 9629.0, 9640.0, 9639.0, 9686.0, 9684.0, 9657.0, 9687.0, 9641.0, 9626.0, 9615.0, 9627.0, 9628.0, 9592.0, 9600.0, 9600.0, 9650.0, 9600.0, 9596.0, 9635.0, 9636.0, 9618.0, 9616.0, 9688.0, 9646.0, 9621.0, 9617.0, 9622.0, 9637.0, 9599.0, 9614.0, 9678.0, 9637.0, 9620.0, 9615.0, 9716.0, 9643.0, 9614.0, 9594.0, 9666.0, 9627.0, 9609.0, 9610.0, 9664.0, 9628.0, 9614.0, 9713.0, 9698.0, 9639.0, 9625.0, 9612.0, 9680.0, 9653.0, 9621.0, 9597.0, 9668.0, 9627.0, 9626.0, 9653.0, 9662.0, 9625.0, 9626.0, 9727.0, 9676.0, 9623.0, 9641.0, 9625.0, 9698.0, 9635.0, 9634.0, 9616.0, 9638.0, 9626.0, 9636.0, 9624.0, 9665.0, 9621.0, 9609.0, 9669.0, 9707.0, 9635.0, 9619.0, 9612.0, 9691.0, 9656.0, 9671.0, 9698.0, 9710.0, 9637.0, 9586.0, 9567.0, 9620.0, 9611.0, 9590.0, 9609.0, 9645.0, 9616.0, 9586.0, 9573.0, 9641.0, 9632.0, 9606.0, 9594.0, 9622.0, 9625.0, 9609.0, 9595.0, 9614.0, 9637.0, 9617.0, 9614.0, 9637.0, 9668.0, 9608.0, 9629.0, 9691.0, 9650.0, 9637.0, 9639.0, 9640.0, 9697.0, 9639.0, 9637.0, 9612.0, 9664.0, 9626.0, 9608.0, 9609.0, 9654.0, 9623.0, 9655.0, 9711.0, 9709.0, 9633.0, 9609.0, 9607.0, 9722.0, 9675.0, 9603.0, 9608.0, 9663.0, 9629.0, 9648.0, 9706.0, 9671.0, 9600.0, 9583.0, 9568.0, 9616.0, 9582.0, 9599.0, 9590.0, 9635.0, 9632.0, 9640.0, 9639.0, 9665.0, 9609.0, 9640.0, 9616.0, 9655.0, 9657.0, 9617.0, 9617.0, 9640.0, 9640.0, 9614.0, 9673.0, 9715.0, 9656.0, 9633.0, 9621.0, 9713.0, 9671.0, 9614.0, 9633.0, 9693.0, 9647.0, 9638.0, 9618.0, 9666.0, 9622.0, 9594.0, 9590.0, 9591.0, 9637.0, 9597.0, 9595.0, 9638.0, 9640.0, 9622.0, 9617.0, 9683.0, 9668.0, 9682.0, 9729.0, 9743.0, 9670.0, 9621.0, 9623.0, 9653.0, 9671.0, 9624.0, 9642.0, 9637.0, 9656.0, 9647.0, 9622.0, 9619.0, 9679.0, 9630.0, 9632.0, 9673.0, 9695.0, 9622.0, 9598.0, 9613.0, 9658.0, 9658.0, 9619.0, 9614.0, 9708.0, 9658.0, 9616.0, 9617.0, 9712.0, 9681.0, 9628.0, 9613.0, 9651.0, 9652.0, 9641.0, 9682.0, 9698.0, 9670.0, 9617.0, 9643.0, 9684.0, 9667.0, 9631.0, 9663.0, 9632.0, 9667.0, 9643.0, 9661.0, 9619.0, 9673.0, 9659.0, 9646.0, 9687.0, 9669.0, 9657.0, 9613.0, 9668.0, 9663.0, 9654.0, 9621.0, 9632.0, 9727.0, 9652.0, 9608.0, 9593.0, 9663.0, 9650.0, 9642.0, 9630.0, 9707.0, 9695.0, 9636.0, 9625.0, 9664.0, 9653.0, 9644.0, 9613.0, 9651.0, 9650.0, 9623.0, 9611.0, 9653.0, 9646.0, 9632.0, 9619.0, 9681.0, 9664.0, 9611.0, 9613.0, 9686.0, 9643.0, 9610.0, 9614.0, 9736.0, 9664.0, 9612.0, 9608.0, 9648.0, 9656.0, 9622.0, 9593.0, 9624.0, 9648.0, 9616.0, 9597.0, 9636.0, 9667.0, 9611.0, 9611.0, 9705.0, 9677.0, 9643.0, 9606.0, 9595.0, 9663.0, 9639.0, 9658.0, 9627.0, 9669.0, 9637.0, 9655.0, 9617.0, 9682.0, 9660.0, 9641.0, 9614.0, 9654.0, 9651.0, 9612.0, 9682.0, 9723.0, 9662.0, 9624.0, 9611.0, 9697.0, 9660.0, 9634.0, 9656.0, 9647.0, 9658.0, 9644.0, 9661.0, 9623.0, 9709.0, 9649.0, 9622.0, 9592.0, 9640.0, 9635.0, 9615.0, 9638.0, 9650.0, 9652.0, 9635.0, 9611.0, 9685.0, 9643.0, 9612.0, 9614.0, 9608.0, 9667.0, 9618.0, 9646.0, 9659.0, 9669.0, 9679.0, 9679.0, 9677.0, 9687.0, 9669.0, 9640.0, 9617.0, 9696.0, 9672.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.00015359001040582727</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01999518574401665</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.94373019158333</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1340951255416667</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9887293438124999</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.534</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2852.3262</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.125949326289938</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>161</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>16.753381893860563</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5117306123139453</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441091487254389</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.744696480015882</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.349403869671565</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00552091</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008489874191582203</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0692979246377945</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>961</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.2626162858731576</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9202</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.0585</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.11</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>286494.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1163.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>451.2866</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7975</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.1924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3524.1308</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90050.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1688.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4641.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.8314</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.32109726499766</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> |