=== 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-0043 --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-0043",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0043_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-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0043/figures/sub-0043_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-0043/figures/sub-0043_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0043/figures/sub-0043_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-0043/ses-02/func/sub-0043_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>18493f86912096b23960c878567f3976</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>10:56:33.680000</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_VE11C_LATEST_20160120</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.997907, 0.0566818, 0.0311379, -0.0570147, 0.998324, 0.00991151]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0837955</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>[4141, -7775, -7292, 597, -79, -340, 13, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.113</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>cd9c0588-989b-46ef-88b3-e163f4f20e5d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773104667663574, -0.15296639502048492, 0.0824146643280983, 115.42499542236328], [-0.15207302570343018, 2.6784305572509766, 0.031498417258262634, -96.7724838256836], [0.08354080468416214, -0.02659185230731964, 2.6985580921173096, -81.25922393798828], [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': ['105633.680000', '105634.140000', '105634.600000', '105635.060000', '105635.520000', '105635.980000', '105636.440000', '105636.900000', '105637.360000', '105637.820000', '105638.280000', '105638.740000', '105639.200000', '105639.660000', '105640.120000', '105640.580000', '105641.040000', '105641.500000', '105641.960000', '105642.420000', '105642.880000', '105643.340000', '105643.800000', '105644.260000', '105644.720000', '105645.180000', '105645.640000', '105646.100000', '105646.560000', '105647.020000', '105647.480000', '105647.940000', '105648.400000', '105648.860000', '105649.320000', '105649.780000', '105650.240000', '105650.700000', '105651.160000', '105651.620000', '105652.080000', '105652.540000', '105653.000000', '105653.460000', '105653.920000', '105654.380000', '105654.840000', '105655.300000', '105655.760000', '105656.220000', '105656.680000', '105657.140000', '105657.600000', '105658.060000', '105658.520000', '105658.980000', '105659.440000', '105659.900000', '105700.360000', '105700.820000', '105701.280000', '105701.740000', '105702.200000', '105702.660000', '105703.120000', '105703.580000', '105704.040000', '105704.500000', '105704.960000', '105705.420000', '105705.880000', '105706.340000', '105706.800000', '105707.260000', '105707.720000', '105708.180000', '105708.640000', '105709.100000', '105709.560000', '105710.020000', '105710.480000', '105710.940000', '105711.400000', '105711.860000', '105712.320000', '105712.780000', '105713.240000', '105713.700000', '105714.160000', '105714.620000', '105715.080000', '105715.540000', '105716.000000', '105716.460000', '105716.920000', '105717.380000', '105717.840000', '105718.300000', '105718.760000', '105719.220000', '105719.680000', '105720.140000', '105720.600000', '105721.060000', '105721.520000', '105721.980000', '105722.440000', '105722.900000', '105723.360000', '105723.820000', '105724.280000', '105724.740000', '105725.200000', '105725.660000', '105726.120000', '105726.580000', '105727.040000', '105727.500000', '105727.960000', '105728.420000', '105728.880000', '105729.340000', '105729.800000', '105730.260000', '105730.720000', '105731.180000', '105731.640000', '105732.100000', '105732.560000', '105733.020000', '105733.480000', '105733.940000', '105734.400000', '105734.860000', '105735.320000', '105735.780000', '105736.240000', '105736.700000', '105737.160000', '105737.620000', '105738.080000', '105738.540000', '105739.000000', '105739.460000', '105739.920000', '105740.380000', '105740.840000', '105741.300000', '105741.760000', '105742.220000', '105742.680000', '105743.140000', '105743.600000', '105744.060000', '105744.520000', '105744.980000', '105745.440000', '105745.900000', '105746.360000', '105746.820000', '105747.280000', '105747.740000', '105748.200000', '105748.660000', '105749.120000', '105749.580000', '105750.040000', '105750.500000', '105750.960000', '105751.420000', '105751.880000', '105752.340000', '105752.800000', '105753.260000', '105753.720000', '105754.180000', '105754.640000', '105755.100000', '105755.560000', '105756.020000', '105756.480000', '105756.940000', '105757.400000', '105757.860000', '105758.320000', '105758.780000', '105759.240000', '105759.700000', '105800.160000', '105800.620000', '105801.080000', '105801.540000', '105802.000000', '105802.460000', '105802.920000', '105803.380000', '105803.840000', '105804.300000', '105804.760000', '105805.220000', '105805.680000', '105806.140000', '105806.600000', '105807.060000', '105807.520000', '105807.980000', '105808.440000', '105808.900000', '105809.360000', '105809.820000', '105810.280000', '105810.740000', '105811.200000', '105811.660000', '105812.120000', '105812.580000', '105813.040000', '105813.500000', '105813.960000', '105814.420000', '105814.880000', '105815.340000', '105815.800000', '105816.260000', '105816.720000', '105817.180000', '105817.640000', '105818.100000', '105818.560000', '105819.020000', '105819.480000', '105819.940000', '105820.400000', '105820.860000', '105821.320000', '105821.780000', '105822.240000', '105822.700000', '105823.160000', '105823.620000', '105824.080000', '105824.540000', '105825.000000', '105825.460000', '105825.920000', '105826.380000', '105826.840000', '105827.300000', '105827.760000', '105828.220000', '105828.680000', '105829.140000', '105829.600000', '105830.060000', '105830.520000', '105830.980000', '105831.440000', '105831.900000', '105832.360000', '105832.820000', '105833.280000', '105833.740000', '105834.200000', '105834.660000', '105835.120000', '105835.580000', '105836.040000', '105836.500000', '105836.960000', '105837.420000', '105837.880000', '105838.340000', '105838.800000', '105839.260000', '105839.720000', '105840.180000', '105840.640000', '105841.100000', '105841.560000', '105842.020000', '105842.480000', '105842.940000', '105843.400000', '105843.860000', '105844.320000', '105844.780000', '105845.240000', '105845.700000', '105846.160000', '105846.620000', '105847.080000', '105847.540000', '105848.000000', '105848.460000', '105848.920000', '105849.380000', '105849.840000', '105850.300000', '105850.760000', '105851.220000', '105851.680000', '105852.140000', '105852.600000', '105853.060000', '105853.520000', '105853.980000', '105854.440000', '105854.900000', '105855.360000', '105855.820000', '105856.280000', '105856.740000', '105857.200000', '105857.660000', '105858.120000', '105858.580000', '105859.040000', '105859.500000', '105859.960000', '105900.420000', '105900.880000', '105901.340000', '105901.800000', '105902.260000', '105902.720000', '105903.180000', '105903.640000', '105904.100000', '105904.560000', '105905.020000', '105905.480000', '105905.940000', '105906.400000', '105906.860000', '105907.320000', '105907.780000', '105908.240000', '105908.700000', '105909.160000', '105909.620000', '105910.080000', '105910.540000', '105911.000000', '105911.460000', '105911.920000', '105912.380000', '105912.840000', '105913.300000', '105913.760000', '105914.220000', '105914.680000', '105915.140000', '105915.600000', '105916.060000', '105916.520000', '105916.980000', '105917.440000', '105917.900000', '105918.360000', '105918.820000', '105919.280000', '105919.740000', '105920.200000', '105920.660000', '105921.120000', '105921.580000', '105922.040000', '105922.500000', '105922.960000', '105923.420000', '105923.880000', '105924.340000', '105924.800000', '105925.260000', '105925.720000', '105926.180000', '105926.640000', '105927.100000', '105927.560000', '105928.020000', '105928.480000', '105928.940000', '105929.400000', '105929.860000', '105930.320000', '105930.780000', '105931.240000', '105931.700000', '105932.160000', '105932.620000', '105933.080000', '105933.540000', '105934.000000', '105934.460000', '105934.920000', '105935.380000', '105935.840000', '105936.300000', '105936.760000', '105937.220000', '105937.680000', '105938.140000', '105938.600000', '105939.060000', '105939.520000', '105939.980000', '105940.440000', '105940.900000', '105941.360000', '105941.820000', '105942.280000', '105942.740000', '105943.200000', '105943.660000', '105944.120000', '105944.580000', '105945.040000', '105945.500000', '105945.960000', '105946.420000', '105946.880000', '105947.340000', '105947.800000', '105948.260000', '105948.720000', '105949.180000', '105949.640000', '105950.100000', '105950.560000', '105951.020000', '105951.480000', '105951.940000', '105952.400000', '105952.860000', '105953.320000', '105953.780000', '105954.240000', '105954.700000', '105955.160000', '105955.620000', '105956.080000', '105956.540000', '105957.000000', '105957.460000', '105957.920000', '105958.380000', '105958.840000', '105959.300000', '105959.760000', '110000.220000', '110000.680000', '110001.140000', '110001.600000', '110002.060000', '110002.520000', '110002.980000', '110003.440000', '110003.900000', '110004.360000', '110004.820000', '110005.280000', '110005.740000', '110006.200000', '110006.660000', '110007.120000', '110007.580000', '110008.040000', '110008.500000', '110008.960000', '110009.420000', '110009.880000', '110010.340000', '110010.800000', '110011.260000', '110011.720000', '110012.180000', '110012.640000', '110013.100000', '110013.560000', '110014.020000', '110014.480000', '110014.940000', '110015.400000', '110015.860000', '110016.320000', '110016.780000', '110017.240000', '110017.700000', '110018.160000', '110018.620000', '110019.080000', '110019.540000', '110020.000000', '110020.460000', '110020.920000', '110021.380000', '110021.840000', '110022.300000', '110022.760000', '110023.220000', '110023.680000', '110024.140000', '110024.600000', '110025.060000', '110025.520000', '110025.980000', '110026.440000', '110026.900000', '110027.360000', '110027.820000', '110028.280000', '110028.740000', '110029.200000', '110029.660000', '110030.120000', '110030.580000', '110031.040000', '110031.500000', '110031.960000', '110032.420000', '110032.880000', '110033.340000', '110033.800000', '110034.260000', '110034.720000', '110035.180000', '110035.640000', '110036.100000', '110036.560000', '110037.020000', '110037.480000', '110037.940000', '110038.400000', '110038.860000', '110039.320000', '110039.780000', '110040.240000', '110040.700000', '110041.160000', '110041.620000', '110042.080000', '110042.540000', '110043.000000', '110043.460000', '110043.920000', '110044.380000', '110044.840000', '110045.300000', '110045.760000', '110046.220000', '110046.680000', '110047.140000', '110047.600000', '110048.060000', '110048.520000', '110048.980000', '110049.440000', '110049.900000', '110050.360000', '110050.820000', '110051.280000', '110051.740000', '110052.200000', '110052.660000', '110053.120000', '110053.580000', '110054.040000', '110054.500000', '110054.960000', '110055.420000', '110055.880000', '110056.340000', '110056.800000', '110057.260000', '110057.720000', '110058.180000', '110058.640000', '110059.100000', '110059.560000', '110100.020000', '110100.480000', '110100.940000', '110101.400000', '110101.860000', '110102.320000', '110102.780000', '110103.240000', '110103.700000', '110104.160000', '110104.620000', '110105.080000', '110105.540000', '110106.000000', '110106.460000', '110106.920000', '110107.380000', '110107.840000', '110108.300000', '110108.760000', '110109.220000', '110109.680000', '110110.140000', '110110.600000', '110111.060000', '110111.520000', '110111.980000', '110112.440000', '110112.900000', '110113.360000', '110113.820000', '110114.280000', '110114.740000', '110115.200000', '110115.660000', '110116.120000', '110116.580000', '110117.040000', '110117.500000', '110117.960000', '110118.420000', '110118.880000', '110119.340000', '110119.800000', '110120.260000', '110120.720000', '110121.180000', '110121.640000', '110122.100000', '110122.560000', '110123.020000', '110123.480000', '110123.940000', '110124.400000', '110124.860000', '110125.320000', '110125.780000', '110126.240000', '110126.700000', '110127.160000', '110127.620000', '110128.080000', '110128.540000', '110129.000000', '110129.460000', '110129.920000', '110130.380000', '110130.840000', '110131.300000', '110131.760000', '110132.220000', '110132.680000', '110133.140000', '110133.600000', '110134.060000', '110134.520000', '110134.980000', '110135.440000', '110135.900000', '110136.360000', '110136.820000', '110137.280000', '110137.740000', '110138.200000', '110138.660000', '110139.120000', '110139.580000', '110140.040000', '110140.500000', '110140.960000', '110141.420000', '110141.880000', '110142.340000', '110142.800000', '110143.260000', '110143.720000', '110144.180000', '110144.640000', '110145.100000', '110145.560000', '110146.020000', '110146.480000', '110146.940000', '110147.400000', '110147.860000', '110148.320000', '110148.780000', '110149.240000', '110149.700000', '110150.160000', '110150.620000', '110151.080000', '110151.540000', '110152.000000', '110152.460000', '110152.920000', '110153.380000', '110153.840000', '110154.300000', '110154.760000', '110155.220000', '110155.680000', '110156.140000', '110156.600000', '110157.060000', '110157.520000', '110157.980000', '110158.440000', '110158.900000', '110159.360000', '110159.820000', '110200.280000', '110200.740000', '110201.200000', '110201.660000', '110202.120000', '110202.580000', '110203.040000', '110203.500000', '110203.960000', '110204.420000', '110204.880000', '110205.340000', '110205.800000', '110206.260000', '110206.720000', '110207.180000', '110207.640000', '110208.100000', '110208.560000', '110209.020000', '110209.480000', '110209.940000', '110210.400000', '110210.860000', '110211.320000', '110211.780000', '110212.240000', '110212.700000', '110213.160000', '110213.620000', '110214.080000', '110214.540000', '110215.000000', '110215.460000', '110215.920000', '110216.380000', '110216.840000', '110217.300000', '110217.760000', '110218.220000', '110218.680000', '110219.140000', '110219.600000', '110220.060000', '110220.520000', '110220.980000', '110221.440000', '110221.900000', '110222.360000', '110222.820000', '110223.280000', '110223.740000', '110224.200000', '110224.660000', '110225.120000', '110225.580000', '110226.040000', '110226.500000', '110226.960000', '110227.420000', '110227.880000', '110228.340000', '110228.800000', '110229.260000', '110229.720000', '110230.180000', '110230.640000', '110231.100000', '110231.560000', '110232.020000', '110232.480000', '110232.940000', '110233.400000', '110233.860000', '110234.320000', '110234.780000', '110235.240000', '110235.700000', '110236.160000', '110236.620000', '110237.080000', '110237.540000', '110238.000000', '110238.460000', '110238.920000', '110239.380000', '110239.840000', '110240.300000', '110240.760000', '110241.220000', '110241.680000', '110242.140000', '110242.600000', '110243.060000', '110243.520000', '110243.980000', '110244.440000', '110244.900000', '110245.360000', '110245.820000', '110246.280000', '110246.740000', '110247.200000', '110247.660000', '110248.120000', '110248.580000', '110249.040000', '110249.500000', '110249.960000', '110250.420000', '110250.880000', '110251.340000', '110251.800000', '110252.260000', '110252.720000', '110253.180000', '110253.640000', '110254.100000', '110254.560000', '110255.020000', '110255.480000', '110255.940000', '110256.400000', '110256.860000', '110257.320000', '110257.780000', '110258.240000', '110258.700000', '110259.160000', '110259.620000', '110300.080000', '110300.540000', '110301.000000', '110301.460000', '110301.920000', '110302.380000', '110302.840000', '110303.300000', '110303.760000', '110304.220000', '110304.680000', '110305.140000', '110305.600000', '110306.060000', '110306.520000', '110306.980000', '110307.440000', '110307.900000', '110308.360000', '110308.820000', '110309.280000', '110309.740000', '110310.200000', '110310.660000', '110311.120000', '110311.580000', '110312.040000', '110312.500000', '110312.960000', '110313.420000', '110313.880000', '110314.340000', '110314.800000', '110315.260000', '110315.720000', '110316.180000', '110316.640000', '110317.100000', '110317.560000', '110318.020000', '110318.480000', '110318.940000', '110319.400000', '110319.860000', '110320.320000', '110320.780000', '110321.240000', '110321.700000', '110322.160000', '110322.620000', '110323.080000', '110323.540000', '110324.000000', '110324.460000', '110324.920000', '110325.380000', '110325.840000', '110326.300000', '110326.760000', '110327.220000', '110327.680000', '110328.140000', '110328.600000', '110329.060000', '110329.520000', '110329.980000', '110330.440000', '110330.900000', '110331.360000', '110331.820000', '110332.280000', '110332.740000', '110333.200000', '110333.660000', '110334.120000', '110334.580000', '110335.040000', '110335.500000', '110335.960000', '110336.420000', '110336.880000', '110337.340000', '110337.800000', '110338.260000', '110338.720000', '110339.180000', '110339.640000', '110340.100000', '110340.560000', '110341.020000', '110341.480000', '110341.940000', '110342.400000', '110342.860000', '110343.320000', '110343.780000', '110344.240000', '110344.700000', '110345.160000', '110345.620000', '110346.080000', '110346.540000', '110347.000000', '110347.460000', '110347.920000', '110348.380000', '110348.840000', '110349.300000', '110349.760000', '110350.220000', '110350.680000', '110351.140000', '110351.600000', '110352.060000', '110352.520000', '110352.980000', '110353.440000', '110353.900000', '110354.360000', '110354.820000', '110355.280000', '110355.740000', '110356.200000', '110356.660000', '110357.120000', '110357.580000', '110358.040000'], 'ContentTime': ['105647.350000', '105647.353000', '105647.356000', '105647.359000', '105647.362000', '105647.365000', '105647.368000', '105647.382000', '105647.385000', '105647.388000', '105647.391000', '105647.394000', '105647.397000', '105647.400000', '105647.411000', '105647.414000', '105647.417000', '105647.420000', '105647.423000', '105647.426000', '105647.429000', '105647.432000', '105647.435000', '105647.438000', '105647.441000', '105647.444000', '105647.447000', '105647.450000', '105647.453000', '105707.315000', '105707.318000', '105707.321000', '105707.324000', '105707.327000', '105707.330000', '105707.333000', '105707.336000', '105707.339000', '105707.342000', '105707.345000', '105707.348000', '105707.351000', '105707.354000', '105707.357000', '105707.360000', '105707.363000', '105707.366000', '105707.369000', '105707.371000', '105707.374000', '105707.378000', '105707.382000', '105707.385000', '105707.388000', '105707.391000', '105707.394000', '105707.397000', '105707.400000', '105707.402000', '105707.405000', '105707.408000', '105707.411000', '105707.414000', '105707.417000', '105707.420000', '105707.423000', '105707.444000', '105707.447000', '105707.450000', '105707.453000', '105707.456000', '105707.459000', '105727.316000', '105727.319000', '105727.322000', '105727.325000', '105727.328000', '105727.331000', '105727.334000', '105727.337000', '105727.340000', '105727.343000', '105727.346000', '105727.349000', '105727.352000', '105727.355000', '105727.358000', '105727.360000', '105727.363000', '105727.366000', '105727.369000', '105727.372000', '105727.375000', '105727.378000', '105727.381000', '105727.384000', '105727.387000', '105727.390000', '105727.393000', '105727.396000', '105727.399000', '105727.402000', '105727.405000', '105727.408000', '105727.411000', '105727.414000', '105727.417000', '105727.419000', '105727.422000', '105727.425000', '105727.434000', '105727.437000', '105727.440000', '105727.443000', '105727.445000', '105727.448000', '105747.316000', '105747.319000', '105747.322000', '105747.325000', '105747.328000', '105747.331000', '105747.334000', '105747.337000', '105747.340000', '105747.343000', '105747.363000', '105747.366000', '105747.369000', '105747.372000', '105747.375000', '105747.378000', '105747.381000', '105747.384000', '105747.387000', '105747.390000', '105747.393000', '105747.396000', '105747.399000', '105747.402000', '105747.405000', '105747.408000', '105747.410000', '105747.413000', '105747.416000', '105747.419000', '105747.422000', '105747.425000', '105747.428000', '105747.431000', '105747.434000', '105747.437000', '105747.440000', '105747.443000', '105747.446000', '105747.449000', '105747.452000', '105747.455000', '105747.458000', '105807.315000', '105807.318000', '105807.321000', '105807.324000', '105807.327000', '105807.330000', '105807.333000', '105807.336000', '105807.339000', '105807.342000', '105807.345000', '105807.348000', '105807.351000', '105807.354000', '105807.357000', '105807.360000', '105807.363000', '105807.366000', '105807.369000', '105807.371000', '105807.374000', '105807.377000', '105807.380000', '105807.383000', '105807.386000', '105807.389000', '105807.392000', '105807.395000', '105807.398000', '105807.401000', '105807.404000', '105807.407000', '105807.410000', '105807.413000', '105807.416000', '105807.419000', '105807.422000', '105807.425000', '105807.428000', '105807.431000', '105807.434000', '105807.437000', '105807.475000', '105807.478000', '105827.315000', '105827.318000', '105827.321000', '105827.324000', '105827.327000', '105827.330000', '105827.333000', '105827.336000', '105827.339000', '105827.342000', '105827.345000', '105827.348000', '105827.351000', '105827.354000', '105827.357000', '105827.360000', '105827.363000', '105827.366000', '105827.369000', '105827.372000', '105827.375000', '105827.378000', '105827.381000', '105827.384000', '105827.386000', '105827.389000', '105827.392000', '105827.395000', '105827.398000', '105827.401000', '105827.404000', '105827.407000', '105827.410000', '105827.413000', '105827.417000', '105827.420000', '105827.423000', '105827.426000', '105827.429000', '105827.432000', '105827.435000', '105827.438000', '105827.441000', '105847.315000', '105847.318000', '105847.321000', '105847.324000', '105847.327000', '105847.330000', '105847.333000', '105847.336000', '105847.339000', '105847.342000', '105847.345000', '105847.348000', '105847.351000', '105847.354000', '105847.357000', '105847.360000', '105847.363000', '105847.366000', '105847.369000', '105847.372000', '105847.375000', '105847.378000', '105847.381000', '105847.384000', '105847.387000', '105847.390000', '105847.393000', '105847.395000', '105847.398000', '105847.402000', '105847.404000', '105847.407000', '105847.410000', '105847.413000', '105847.416000', '105847.419000', '105847.422000', '105847.425000', '105847.428000', '105847.431000', '105847.434000', '105847.437000', '105847.440000', '105847.443000', '105907.315000', '105907.318000', '105907.321000', '105907.324000', '105907.327000', '105907.330000', '105907.333000', '105907.336000', '105907.339000', '105907.342000', '105907.345000', '105907.348000', '105907.351000', '105907.354000', '105907.357000', '105907.360000', '105907.363000', '105907.366000', '105907.369000', '105907.372000', '105907.374000', '105907.377000', '105907.380000', '105907.383000', '105907.386000', '105907.389000', '105907.392000', '105907.395000', '105907.398000', '105907.401000', '105907.404000', '105907.407000', '105907.410000', '105907.413000', '105907.416000', '105907.419000', '105907.422000', '105907.425000', '105907.428000', '105907.430000', '105907.433000', '105907.436000', '105907.439000', '105927.315000', '105927.318000', '105927.321000', '105927.324000', '105927.327000', '105927.330000', '105927.333000', '105927.336000', '105927.339000', '105927.342000', '105927.345000', '105927.348000', '105927.351000', '105927.354000', '105927.357000', '105927.360000', '105927.363000', '105927.366000', '105927.369000', '105927.372000', '105927.375000', '105927.378000', '105927.381000', '105927.384000', '105927.387000', '105927.390000', '105927.393000', '105927.396000', '105927.399000', '105927.401000', '105927.404000', '105927.407000', '105927.410000', '105927.413000', '105927.416000', '105927.419000', '105927.422000', '105927.425000', '105927.428000', '105927.431000', '105927.434000', '105927.437000', '105927.440000', '105927.443000', '105947.316000', '105947.319000', '105947.322000', '105947.325000', '105947.328000', '105947.331000', '105947.334000', '105947.337000', '105947.340000', '105947.343000', '105947.346000', '105947.349000', '105947.352000', '105947.355000', '105947.358000', '105947.361000', '105947.364000', '105947.367000', '105947.370000', '105947.373000', '105947.376000', '105947.379000', '105947.382000', '105947.385000', '105947.388000', '105947.391000', '105947.394000', '105947.397000', '105947.400000', '105947.403000', '105947.406000', '105947.409000', '105947.412000', '105947.415000', '105947.418000', '105947.421000', '105947.424000', '105947.427000', '105947.430000', '105947.432000', '105947.435000', '105947.438000', '105947.441000', '110007.316000', '110007.319000', '110007.322000', '110007.325000', '110007.328000', '110007.331000', '110007.334000', '110007.337000', '110007.340000', '110007.343000', '110007.346000', '110007.349000', '110007.352000', '110007.355000', '110007.358000', '110007.361000', '110007.364000', '110007.367000', '110007.375000', '110007.378000', '110007.381000', '110007.384000', '110007.387000', '110007.390000', '110007.393000', '110007.396000', '110007.399000', '110007.401000', '110007.404000', '110007.407000', '110007.410000', '110007.413000', '110007.416000', '110007.419000', '110007.422000', '110007.425000', '110007.428000', '110007.431000', '110007.434000', '110007.437000', '110007.440000', '110007.443000', '110007.446000', '110007.449000', '110027.315000', '110027.318000', '110027.321000', '110027.324000', '110027.327000', '110027.330000', '110027.333000', '110027.336000', '110027.339000', '110027.342000', '110027.345000', '110027.348000', '110027.351000', '110027.354000', '110027.357000', '110027.360000', '110027.363000', '110027.366000', '110027.369000', '110027.372000', '110027.375000', '110027.378000', '110027.381000', '110027.384000', '110027.387000', '110027.390000', '110027.392000', '110027.395000', '110027.398000', '110027.401000', '110027.404000', '110027.407000', '110027.410000', '110027.413000', '110027.416000', '110027.419000', '110027.422000', '110027.425000', '110027.428000', '110027.431000', '110027.434000', '110027.437000', '110027.440000', '110047.315000', '110047.318000', '110047.321000', '110047.324000', '110047.327000', '110047.330000', '110047.333000', '110047.336000', '110047.339000', '110047.342000', '110047.345000', '110047.348000', '110047.352000', '110047.355000', '110047.358000', '110047.361000', '110047.364000', '110047.389000', '110047.392000', '110047.395000', '110047.398000', '110047.401000', '110047.404000', '110047.407000', '110047.409000', '110047.412000', '110047.415000', '110047.418000', '110047.421000', '110047.424000', '110047.427000', '110047.447000', '110047.450000', '110047.453000', '110047.456000', '110047.459000', '110047.462000', '110047.465000', '110047.468000', '110047.479000', '110047.482000', '110047.485000', '110047.488000', '110107.315000', '110107.326000', '110107.329000', '110107.332000', '110107.335000', '110107.338000', '110107.341000', '110107.344000', '110107.347000', '110107.350000', '110107.353000', '110107.356000', '110107.359000', '110107.362000', '110107.365000', '110107.368000', '110107.371000', '110107.374000', '110107.377000', '110107.380000', '110107.383000', '110107.386000', '110107.389000', '110107.392000', '110107.395000', '110107.398000', '110107.401000', '110107.404000', '110107.407000', '110107.410000', '110107.413000', '110107.416000', '110107.419000', '110107.422000', '110107.425000', '110107.428000', '110107.431000', '110107.434000', '110107.437000', '110107.440000', '110107.443000', '110107.446000', '110107.449000', '110107.452000', '110127.315000', '110127.318000', '110127.321000', '110127.324000', '110127.328000', '110127.333000', '110127.337000', '110127.340000', '110127.343000', '110127.346000', '110127.349000', '110127.352000', '110127.355000', '110127.358000', '110127.361000', '110127.364000', '110127.367000', '110127.370000', '110127.373000', '110127.376000', '110127.379000', '110127.382000', '110127.385000', '110127.388000', '110127.391000', '110127.394000', '110127.397000', '110127.400000', '110127.403000', '110127.406000', '110127.409000', '110127.412000', '110127.415000', '110127.418000', '110127.421000', '110127.424000', '110127.427000', '110127.430000', '110127.433000', '110127.436000', '110127.439000', '110127.442000', '110127.445000', '110147.315000', '110147.318000', '110147.321000', '110147.324000', '110147.327000', '110147.330000', '110147.333000', '110147.336000', '110147.339000', '110147.342000', '110147.345000', '110147.348000', '110147.351000', '110147.354000', '110147.357000', '110147.360000', '110147.363000', '110147.366000', '110147.369000', '110147.372000', '110147.375000', '110147.378000', '110147.381000', '110147.384000', '110147.387000', '110147.390000', '110147.393000', '110147.396000', '110147.399000', '110147.402000', '110147.405000', '110147.408000', '110147.411000', '110147.414000', '110147.417000', '110147.420000', '110147.423000', '110147.426000', '110147.429000', '110147.432000', '110147.435000', '110147.438000', '110147.441000', '110147.444000', '110207.316000', '110207.319000', '110207.333000', '110207.336000', '110207.339000', '110207.342000', '110207.345000', '110207.349000', '110207.354000', '110207.357000', '110207.360000', '110207.363000', '110207.366000', '110207.369000', '110207.372000', '110207.375000', '110207.378000', '110207.382000', '110207.384000', '110207.387000', '110207.391000', '110207.394000', '110207.397000', '110207.399000', '110207.402000', '110207.405000', '110207.408000', '110207.411000', '110207.414000', '110207.417000', '110207.420000', '110207.423000', '110207.426000', '110207.429000', '110207.432000', '110207.435000', '110207.438000', '110207.441000', '110207.444000', '110207.447000', '110207.450000', '110207.453000', '110207.473000', '110227.316000', '110227.319000', '110227.322000', '110227.325000', '110227.328000', '110227.331000', '110227.334000', '110227.337000', '110227.340000', '110227.343000', '110227.346000', '110227.349000', '110227.352000', '110227.355000', '110227.358000', '110227.361000', '110227.364000', '110227.367000', '110227.370000', '110227.373000', '110227.376000', '110227.379000', '110227.382000', '110227.385000', '110227.388000', '110227.391000', '110227.394000', '110227.397000', '110227.400000', '110227.407000', '110227.410000', '110227.413000', '110227.416000', '110227.419000', '110227.421000', '110227.424000', '110227.427000', '110227.430000', '110227.433000', '110227.436000', '110227.439000', '110227.442000', '110227.445000', '110227.448000', '110247.315000', '110247.318000', '110247.321000', '110247.324000', '110247.327000', '110247.330000', '110247.333000', '110247.336000', '110247.339000', '110247.342000', '110247.345000', '110247.348000', '110247.351000', '110247.354000', '110247.357000', '110247.360000', '110247.363000', '110247.366000', '110247.369000', '110247.372000', '110247.375000', '110247.379000', '110247.382000', '110247.385000', '110247.388000', '110247.391000', '110247.394000', '110247.398000', '110247.401000', '110247.404000', '110247.407000', '110247.410000', '110247.413000', '110247.416000', '110247.419000', '110247.422000', '110247.425000', '110247.428000', '110247.431000', '110247.434000', '110247.437000', '110247.440000', '110247.443000', '110307.315000', '110307.318000', '110307.321000', '110307.324000', '110307.327000', '110307.330000', '110307.333000', '110307.336000', '110307.339000', '110307.342000', '110307.345000', '110307.348000', '110307.351000', '110307.354000', '110307.357000', '110307.360000', '110307.363000', '110307.366000', '110307.369000', '110307.372000', '110307.374000', '110307.377000', '110307.380000', '110307.392000', '110307.395000', '110307.398000', '110307.401000', '110307.404000', '110307.407000', '110307.409000', '110307.412000', '110307.415000', '110307.418000', '110307.421000', '110307.424000', '110307.427000', '110307.430000', '110307.433000', '110307.436000', '110307.439000', '110307.442000', '110307.445000', '110307.448000', '110307.451000', '110327.315000', '110327.318000', '110327.321000', '110327.324000', '110327.331000', '110327.335000', '110327.338000', '110327.341000', '110327.344000', '110327.347000', '110327.350000', '110327.353000', '110327.356000', '110327.359000', '110327.362000', '110327.365000', '110327.368000', '110327.371000', '110327.374000', '110327.377000', '110327.380000', '110327.383000', '110327.386000', '110327.389000', '110327.392000', '110327.395000', '110327.398000', '110327.401000', '110327.404000', '110327.407000', '110327.410000', '110327.413000', '110327.416000', '110327.419000', '110327.422000', '110327.425000', '110327.428000', '110327.431000', '110327.434000', '110327.437000', '110327.440000', '110327.443000', '110327.446000', '110347.315000', '110347.318000', '110347.321000', '110347.324000', '110347.327000', '110347.330000', '110347.333000', '110347.336000', '110347.339000', '110347.342000', '110347.345000', '110347.348000', '110347.351000', '110347.354000', '110347.357000', '110347.360000', '110347.363000', '110347.366000', '110347.369000', '110347.372000', '110347.375000', '110347.378000', '110347.381000', '110347.384000', '110347.387000', '110347.390000', '110347.393000', '110347.396000', '110347.399000', '110347.402000', '110347.405000', '110347.408000', '110347.411000', '110347.414000', '110347.417000', '110347.420000', '110347.423000', '110347.426000', '110347.429000', '110347.432000', '110347.435000', '110347.438000', '110347.441000', '110347.444000', '110358.729000', '110358.733000', '110358.736000', '110358.741000', '110358.745000', '110358.748000', '110358.751000', '110358.754000', '110358.758000', '110358.761000', '110358.764000', '110358.767000', '110358.770000', '110358.773000', '110358.776000', '110358.779000', '110358.782000', '110358.785000', '110358.788000', '110358.791000', '110358.794000', '110358.797000', '110358.800000', '110358.803000', '110358.806000'], 'InstanceCreationTime': ['105647.350000', '105647.353000', '105647.356000', '105647.359000', '105647.362000', '105647.365000', '105647.368000', '105647.382000', '105647.385000', '105647.388000', '105647.391000', '105647.394000', '105647.397000', '105647.400000', '105647.411000', '105647.414000', '105647.417000', '105647.420000', '105647.423000', '105647.426000', '105647.429000', '105647.432000', '105647.435000', '105647.438000', '105647.441000', '105647.444000', '105647.447000', '105647.450000', '105647.453000', '105707.315000', '105707.318000', '105707.321000', '105707.324000', '105707.327000', '105707.330000', '105707.333000', '105707.336000', '105707.339000', '105707.342000', '105707.345000', '105707.348000', '105707.351000', '105707.354000', '105707.357000', '105707.360000', '105707.363000', '105707.366000', '105707.369000', '105707.371000', '105707.374000', '105707.378000', '105707.382000', '105707.385000', '105707.388000', '105707.391000', '105707.394000', '105707.397000', '105707.400000', '105707.402000', '105707.405000', '105707.408000', '105707.411000', '105707.414000', '105707.417000', '105707.420000', '105707.423000', '105707.444000', '105707.447000', '105707.450000', '105707.453000', '105707.456000', '105707.459000', '105727.316000', '105727.319000', '105727.322000', '105727.325000', '105727.328000', '105727.331000', '105727.334000', '105727.337000', '105727.340000', '105727.343000', '105727.346000', '105727.349000', '105727.352000', '105727.355000', '105727.358000', '105727.360000', '105727.363000', '105727.366000', '105727.369000', '105727.372000', '105727.375000', '105727.378000', '105727.381000', '105727.384000', '105727.387000', '105727.390000', '105727.393000', '105727.396000', '105727.399000', '105727.402000', '105727.405000', '105727.408000', '105727.411000', '105727.414000', '105727.417000', '105727.419000', '105727.422000', '105727.425000', '105727.434000', '105727.437000', '105727.440000', '105727.443000', '105727.445000', '105727.448000', '105747.316000', '105747.319000', '105747.322000', '105747.325000', '105747.328000', '105747.331000', '105747.334000', '105747.337000', '105747.340000', '105747.343000', '105747.363000', '105747.366000', '105747.369000', '105747.372000', '105747.375000', '105747.378000', '105747.381000', '105747.384000', '105747.387000', '105747.390000', '105747.393000', '105747.396000', '105747.399000', '105747.402000', '105747.405000', '105747.408000', '105747.410000', '105747.413000', '105747.416000', '105747.419000', '105747.422000', '105747.425000', '105747.428000', '105747.431000', '105747.434000', '105747.437000', '105747.440000', '105747.443000', '105747.446000', '105747.449000', '105747.452000', '105747.455000', '105747.458000', '105807.315000', '105807.318000', '105807.321000', '105807.324000', '105807.327000', '105807.330000', '105807.333000', '105807.336000', '105807.339000', '105807.342000', '105807.345000', '105807.348000', '105807.351000', '105807.354000', '105807.357000', '105807.360000', '105807.363000', '105807.366000', '105807.369000', '105807.371000', '105807.374000', '105807.377000', '105807.380000', '105807.383000', '105807.386000', '105807.389000', '105807.392000', '105807.395000', '105807.398000', '105807.401000', '105807.404000', '105807.407000', '105807.410000', '105807.413000', '105807.416000', '105807.419000', '105807.422000', '105807.425000', '105807.428000', '105807.431000', '105807.434000', '105807.437000', '105807.475000', '105807.478000', '105827.315000', '105827.318000', '105827.321000', '105827.324000', '105827.327000', '105827.330000', '105827.333000', '105827.336000', '105827.339000', '105827.342000', '105827.345000', '105827.348000', '105827.351000', '105827.354000', '105827.357000', '105827.360000', '105827.363000', '105827.366000', '105827.369000', '105827.372000', '105827.375000', '105827.378000', '105827.381000', '105827.384000', '105827.386000', '105827.389000', '105827.392000', '105827.395000', '105827.398000', '105827.401000', '105827.404000', '105827.407000', '105827.410000', '105827.413000', '105827.417000', '105827.420000', '105827.423000', '105827.426000', '105827.429000', '105827.432000', '105827.435000', '105827.438000', '105827.441000', '105847.315000', '105847.318000', '105847.321000', '105847.324000', '105847.327000', '105847.330000', '105847.333000', '105847.336000', '105847.339000', '105847.342000', '105847.345000', '105847.348000', '105847.351000', '105847.354000', '105847.357000', '105847.360000', '105847.363000', '105847.366000', '105847.369000', '105847.372000', '105847.375000', '105847.378000', '105847.381000', '105847.384000', '105847.387000', '105847.390000', '105847.393000', '105847.395000', '105847.398000', '105847.402000', '105847.404000', '105847.407000', '105847.410000', '105847.413000', '105847.416000', '105847.419000', '105847.422000', '105847.425000', '105847.428000', '105847.431000', '105847.434000', '105847.437000', '105847.440000', '105847.443000', '105907.315000', '105907.318000', '105907.321000', '105907.324000', '105907.327000', '105907.330000', '105907.333000', '105907.336000', '105907.339000', '105907.342000', '105907.345000', '105907.348000', '105907.351000', '105907.354000', '105907.357000', '105907.360000', '105907.363000', '105907.366000', '105907.369000', '105907.372000', '105907.374000', '105907.377000', '105907.380000', '105907.383000', '105907.386000', '105907.389000', '105907.392000', '105907.395000', '105907.398000', '105907.401000', '105907.404000', '105907.407000', '105907.410000', '105907.413000', '105907.416000', '105907.419000', '105907.422000', '105907.425000', '105907.428000', '105907.430000', '105907.433000', '105907.436000', '105907.439000', '105927.315000', '105927.318000', '105927.321000', '105927.324000', '105927.327000', '105927.330000', '105927.333000', '105927.336000', '105927.339000', '105927.342000', '105927.345000', '105927.348000', '105927.351000', '105927.354000', '105927.357000', '105927.360000', '105927.363000', '105927.366000', '105927.369000', '105927.372000', '105927.375000', '105927.378000', '105927.381000', '105927.384000', '105927.387000', '105927.390000', '105927.393000', '105927.396000', '105927.399000', '105927.401000', '105927.404000', '105927.407000', '105927.410000', '105927.413000', '105927.416000', '105927.419000', '105927.422000', '105927.425000', '105927.428000', '105927.431000', '105927.434000', '105927.437000', '105927.440000', '105927.443000', '105947.316000', '105947.319000', '105947.322000', '105947.325000', '105947.328000', '105947.331000', '105947.334000', '105947.337000', '105947.340000', '105947.343000', '105947.346000', '105947.349000', '105947.352000', '105947.355000', '105947.358000', '105947.361000', '105947.364000', '105947.367000', '105947.370000', '105947.373000', '105947.376000', '105947.379000', '105947.382000', '105947.385000', '105947.388000', '105947.391000', '105947.394000', '105947.397000', '105947.400000', '105947.403000', '105947.406000', '105947.409000', '105947.412000', '105947.415000', '105947.418000', '105947.421000', '105947.424000', '105947.427000', '105947.430000', '105947.432000', '105947.435000', '105947.438000', '105947.441000', '110007.316000', '110007.319000', '110007.322000', '110007.325000', '110007.328000', '110007.331000', '110007.334000', '110007.337000', '110007.340000', '110007.343000', '110007.346000', '110007.349000', '110007.352000', '110007.355000', '110007.358000', '110007.361000', '110007.364000', '110007.367000', '110007.375000', '110007.378000', '110007.381000', '110007.384000', '110007.387000', '110007.390000', '110007.393000', '110007.396000', '110007.399000', '110007.401000', '110007.404000', '110007.407000', '110007.410000', '110007.413000', '110007.416000', '110007.419000', '110007.422000', '110007.425000', '110007.428000', '110007.431000', '110007.434000', '110007.437000', '110007.440000', '110007.443000', '110007.446000', '110007.449000', '110027.315000', '110027.318000', '110027.321000', '110027.324000', '110027.327000', '110027.330000', '110027.333000', '110027.336000', '110027.339000', '110027.342000', '110027.345000', '110027.348000', '110027.351000', '110027.354000', '110027.357000', '110027.360000', '110027.363000', '110027.366000', '110027.369000', '110027.372000', '110027.375000', '110027.378000', '110027.381000', '110027.384000', '110027.387000', '110027.390000', '110027.392000', '110027.395000', '110027.398000', '110027.401000', '110027.404000', '110027.407000', '110027.410000', '110027.413000', '110027.416000', '110027.419000', '110027.422000', '110027.425000', '110027.428000', '110027.431000', '110027.434000', '110027.437000', '110027.440000', '110047.315000', '110047.318000', '110047.321000', '110047.324000', '110047.327000', '110047.330000', '110047.333000', '110047.336000', '110047.339000', '110047.342000', '110047.345000', '110047.348000', '110047.352000', '110047.355000', '110047.358000', '110047.361000', '110047.364000', '110047.389000', '110047.392000', '110047.395000', '110047.398000', '110047.401000', '110047.404000', '110047.407000', '110047.409000', '110047.412000', '110047.415000', '110047.418000', '110047.421000', '110047.424000', '110047.427000', '110047.447000', '110047.450000', '110047.453000', '110047.456000', '110047.459000', '110047.462000', '110047.465000', '110047.468000', '110047.479000', '110047.482000', '110047.485000', '110047.488000', '110107.315000', '110107.326000', '110107.329000', '110107.332000', '110107.335000', '110107.338000', '110107.341000', '110107.344000', '110107.347000', '110107.350000', '110107.353000', '110107.356000', '110107.359000', '110107.362000', '110107.365000', '110107.368000', '110107.371000', '110107.374000', '110107.377000', '110107.380000', '110107.383000', '110107.386000', '110107.389000', '110107.392000', '110107.395000', '110107.398000', '110107.401000', '110107.404000', '110107.407000', '110107.410000', '110107.413000', '110107.416000', '110107.419000', '110107.422000', '110107.425000', '110107.428000', '110107.431000', '110107.434000', '110107.437000', '110107.440000', '110107.443000', '110107.446000', '110107.449000', '110107.452000', '110127.315000', '110127.318000', '110127.321000', '110127.324000', '110127.328000', '110127.333000', '110127.337000', '110127.340000', '110127.343000', '110127.346000', '110127.349000', '110127.352000', '110127.355000', '110127.358000', '110127.361000', '110127.364000', '110127.367000', '110127.370000', '110127.373000', '110127.376000', '110127.379000', '110127.382000', '110127.385000', '110127.388000', '110127.391000', '110127.394000', '110127.397000', '110127.400000', '110127.403000', '110127.406000', '110127.409000', '110127.412000', '110127.415000', '110127.418000', '110127.421000', '110127.424000', '110127.427000', '110127.430000', '110127.433000', '110127.436000', '110127.439000', '110127.442000', '110127.445000', '110147.315000', '110147.318000', '110147.321000', '110147.324000', '110147.327000', '110147.330000', '110147.333000', '110147.336000', '110147.339000', '110147.342000', '110147.345000', '110147.348000', '110147.351000', '110147.354000', '110147.357000', '110147.360000', '110147.363000', '110147.366000', '110147.369000', '110147.372000', '110147.375000', '110147.378000', '110147.381000', '110147.384000', '110147.387000', '110147.390000', '110147.393000', '110147.396000', '110147.399000', '110147.402000', '110147.405000', '110147.408000', '110147.411000', '110147.414000', '110147.417000', '110147.420000', '110147.423000', '110147.426000', '110147.429000', '110147.432000', '110147.435000', '110147.438000', '110147.441000', '110147.444000', '110207.316000', '110207.319000', '110207.333000', '110207.336000', '110207.339000', '110207.342000', '110207.345000', '110207.349000', '110207.354000', '110207.357000', '110207.360000', '110207.363000', '110207.366000', '110207.369000', '110207.372000', '110207.375000', '110207.378000', '110207.382000', '110207.384000', '110207.387000', '110207.391000', '110207.394000', '110207.397000', '110207.399000', '110207.402000', '110207.405000', '110207.408000', '110207.411000', '110207.414000', '110207.417000', '110207.420000', '110207.423000', '110207.426000', '110207.429000', '110207.432000', '110207.435000', '110207.438000', '110207.441000', '110207.444000', '110207.447000', '110207.450000', '110207.453000', '110207.473000', '110227.316000', '110227.319000', '110227.322000', '110227.325000', '110227.328000', '110227.331000', '110227.334000', '110227.337000', '110227.340000', '110227.343000', '110227.346000', '110227.349000', '110227.352000', '110227.355000', '110227.358000', '110227.361000', '110227.364000', '110227.367000', '110227.370000', '110227.373000', '110227.376000', '110227.379000', '110227.382000', '110227.385000', '110227.388000', '110227.391000', '110227.394000', '110227.397000', '110227.400000', '110227.407000', '110227.410000', '110227.413000', '110227.416000', '110227.419000', '110227.421000', '110227.424000', '110227.427000', '110227.430000', '110227.433000', '110227.436000', '110227.439000', '110227.442000', '110227.445000', '110227.448000', '110247.315000', '110247.318000', '110247.321000', '110247.324000', '110247.327000', '110247.330000', '110247.333000', '110247.336000', '110247.339000', '110247.342000', '110247.345000', '110247.348000', '110247.351000', '110247.354000', '110247.357000', '110247.360000', '110247.363000', '110247.366000', '110247.369000', '110247.372000', '110247.375000', '110247.379000', '110247.382000', '110247.385000', '110247.388000', '110247.391000', '110247.394000', '110247.398000', '110247.401000', '110247.404000', '110247.407000', '110247.410000', '110247.413000', '110247.416000', '110247.419000', '110247.422000', '110247.425000', '110247.428000', '110247.431000', '110247.434000', '110247.437000', '110247.440000', '110247.443000', '110307.315000', '110307.318000', '110307.321000', '110307.324000', '110307.327000', '110307.330000', '110307.333000', '110307.336000', '110307.339000', '110307.342000', '110307.345000', '110307.348000', '110307.351000', '110307.354000', '110307.357000', '110307.360000', '110307.363000', '110307.366000', '110307.369000', '110307.372000', '110307.374000', '110307.377000', '110307.380000', '110307.392000', '110307.395000', '110307.398000', '110307.401000', '110307.404000', '110307.407000', '110307.409000', '110307.412000', '110307.415000', '110307.418000', '110307.421000', '110307.424000', '110307.427000', '110307.430000', '110307.433000', '110307.436000', '110307.439000', '110307.442000', '110307.445000', '110307.448000', '110307.451000', '110327.315000', '110327.318000', '110327.321000', '110327.324000', '110327.331000', '110327.335000', '110327.338000', '110327.341000', '110327.344000', '110327.347000', '110327.350000', '110327.353000', '110327.356000', '110327.359000', '110327.362000', '110327.365000', '110327.368000', '110327.371000', '110327.374000', '110327.377000', '110327.380000', '110327.383000', '110327.386000', '110327.389000', '110327.392000', '110327.395000', '110327.398000', '110327.401000', '110327.404000', '110327.407000', '110327.410000', '110327.413000', '110327.416000', '110327.419000', '110327.422000', '110327.425000', '110327.428000', '110327.431000', '110327.434000', '110327.437000', '110327.440000', '110327.443000', '110327.446000', '110347.315000', '110347.318000', '110347.321000', '110347.324000', '110347.327000', '110347.330000', '110347.333000', '110347.336000', '110347.339000', '110347.342000', '110347.345000', '110347.348000', '110347.351000', '110347.354000', '110347.357000', '110347.360000', '110347.363000', '110347.366000', '110347.369000', '110347.372000', '110347.375000', '110347.378000', '110347.381000', '110347.384000', '110347.387000', '110347.390000', '110347.393000', '110347.396000', '110347.399000', '110347.402000', '110347.405000', '110347.408000', '110347.411000', '110347.414000', '110347.417000', '110347.420000', '110347.423000', '110347.426000', '110347.429000', '110347.432000', '110347.435000', '110347.438000', '110347.441000', '110347.444000', '110358.729000', '110358.733000', '110358.736000', '110358.741000', '110358.745000', '110358.748000', '110358.751000', '110358.754000', '110358.758000', '110358.761000', '110358.764000', '110358.767000', '110358.770000', '110358.773000', '110358.776000', '110358.779000', '110358.782000', '110358.785000', '110358.788000', '110358.791000', '110358.794000', '110358.797000', '110358.800000', '110358.803000', '110358.806000'], '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': [13022, 11259, 11913, 9435, 12638, 10394, 14366, 12209, 8909, 11535, 9379, 13690, 11616, 8658, 10770, 8905, 13358, 10611, 9200, 10443, 8206, 13021, 10735, 12766, 11044, 8655, 13060, 10328, 8612, 12125, 9935, 15326, 11364, 13160, 10917, 10616, 11926, 9020, 13565, 10412, 12346, 10097, 8848, 10892, 9131, 12389, 10197, 11618, 10153, 8498, 10340, 8625, 12052, 9774, 12871, 10584, 8245, 10200, 8071, 11687, 9114, 12585, 10093, 13174, 10382, 10204, 9911, 8516, 13535, 10921, 8618, 11785, 9625, 14101, 11065, 13253, 10895, 9170, 12659, 9822, 14673, 11169, 9044, 10675, 8898, 12732, 9949, 13204, 11119, 8765, 10527, 9101, 13076, 10267, 12602, 10522, 8911, 10961, 9231, 13081, 9951, 13842, 11185, 9125, 10429, 8735, 12832, 9794, 13342, 10597, 12625, 10231, 8592, 10490, 8548, 11375, 9727, 8295, 11208, 9711, 13972, 10955, 9710, 13686, 9990, 12646, 10446, 15271, 10501, 16226, 10857, 15472, 11059, 13986, 11071, 9244, 9900, 8425, 12073, 9581, 11721, 10149, 10001, 9657, 8304, 10599, 8961, 10962, 9343, 11972, 9949, 12643, 10378, 8269, 10236, 8317, 11992, 9725, 14171, 10551, 15299, 11062, 13741, 11356, 11239, 12861, 10147, 12736, 9794, 13889, 10977, 15132, 10547, 11312, 10303, 10814, 11072, 8617, 12833, 9692, 13391, 10475, 11084, 10252, 9289, 11991, 9450, 8036, 13435, 9818, 13766, 12438, 11812, 13680, 10335, 12758, 9507, 13106, 9846, 13617, 10571, 13583, 9984, 12949, 10070, 11638, 9808, 8972, 10142, 7835, 10592, 8291, 11149, 8620, 11026, 8973, 11858, 9273, 12113, 9488, 12119, 9572, 12647, 10213, 8857, 9942, 7885, 10799, 8715, 11543, 9598, 11060, 9735, 9569, 10121, 9597, 11498, 8761, 11685, 9323, 12543, 10293, 13130, 10211, 13426, 10283, 12996, 10262, 12734, 10086, 12094, 10629, 9353, 10175, 8163, 11473, 8840, 11918, 10034, 13468, 10295, 11403, 10098, 11911, 10339, 9122, 10972, 9217, 12703, 10014, 10256, 10845, 8866, 12926, 10180, 8602, 10781, 7965, 12208, 9224, 12946, 10683, 10084, 10475, 8305, 11013, 9086, 11960, 9894, 8889, 9924, 9101, 11364, 9755, 8887, 10357, 8986, 13335, 11228, 11695, 11843, 9252, 13866, 10098, 14789, 10899, 14931, 11243, 12329, 10720, 7911, 10338, 7976, 11848, 9931, 12273, 9750, 9550, 9583, 9417, 11193, 8441, 12636, 9918, 14147, 10552, 14164, 11318, 10728, 10564, 7934, 11452, 9044, 13050, 9969, 13438, 10325, 13321, 10460, 13625, 10339, 12043, 9882, 9170, 10087, 8117, 11181, 8910, 12028, 9813, 11830, 10063, 11769, 9649, 12079, 10568, 8106, 10897, 8750, 11709, 9179, 12829, 10311, 10955, 9625, 7921, 12036, 9489, 7933, 11364, 9129, 14312, 11425, 10677, 11312, 9413, 14051, 10081, 14086, 10405, 15032, 11064, 9331, 9809, 7891, 11727, 8625, 11681, 8998, 12116, 9718, 12699, 10362, 12084, 9869, 12702, 10378, 10456, 9710, 8507, 12225, 9173, 11984, 9038, 12123, 9545, 12805, 9757, 13120, 10097, 12654, 10083, 13334, 10217, 11641, 9467, 10474, 9768, 10438, 10729, 8591, 11213, 8577, 11536, 8640, 11886, 9658, 13540, 10149, 9880, 9739, 10014, 13491, 9091, 11692, 9076, 13599, 10195, 11314, 9793, 8466, 11328, 8739, 12020, 8882, 11922, 9058, 13170, 10362, 8017, 11682, 9109, 13212, 10566, 15195, 10800, 10910, 10108, 8540, 12012, 9400, 13664, 10427, 13523, 9904, 9076, 12288, 8554, 11462, 9581, 10403, 9495, 7668, 11663, 9845, 12942, 10289, 9626, 11934, 9723, 13127, 10521, 10751, 11668, 9011, 13643, 10427, 10934, 12341, 8866, 13553, 9885, 15456, 11183, 15896, 10453, 9469, 10565, 8097, 12037, 8937, 12090, 9907, 12135, 9951, 11628, 10157, 10753, 9761, 7709, 11602, 9119, 12148, 9608, 12983, 10304, 8503, 9772, 7855, 11624, 8893, 11907, 9173, 12299, 9652, 12434, 9390, 12188, 9101, 12222, 9617, 12613, 10031, 12762, 10288, 12519, 10235, 12882, 10390, 13378, 10473, 12051, 9894, 12355, 10085, 11895, 9729, 8680, 11236, 9020, 11987, 10152, 13135, 8441, 11856, 8662, 12412, 9039, 12299, 9111, 12606, 9126, 12438, 9649, 12445, 10150, 7779, 10703, 8873, 13202, 10186, 9201, 10360, 12412, 10517, 13512, 10708, 14045, 10862, 10156, 10511, 8147, 11733, 8199, 12041, 9038, 12297, 9605, 12037, 9890, 12403, 9673, 14128, 10588, 8462, 10179, 8173, 13176, 9744, 10255, 10345, 12700, 13166, 9542, 13082, 9217, 12970, 9464, 13296, 9512, 12812, 9507, 14277, 9880, 14061, 10151, 12067, 10004, 7671, 10742, 7832, 12838, 9501, 13520, 9559, 14775, 10207, 14669, 10548, 14905, 10533, 13233, 10328, 12641, 10305, 11426, 9825, 10105, 10654, 8144, 11875, 8395, 12453, 8981, 13234, 9405, 13788, 9682, 13264, 9587, 13716, 9921, 13717, 10059, 13523, 9946, 13578, 10194, 13957, 10010, 13346, 10089, 13046, 9706, 12882, 9908, 13135, 9397, 12661, 9842, 12571, 9523, 12800, 9213, 12453, 9230, 11352, 8953, 12096, 9710, 8897, 9910, 8188, 12305, 9131, 12982, 10303, 14525, 10066, 12824, 10133, 13027, 10041, 11860, 10036, 8551, 11791, 8574, 13383, 9311, 12790, 9599, 13199, 9701, 12885, 10097, 11748, 9868, 11316, 9782, 7963, 10090, 8528, 10449, 9467, 9763, 9121, 12304, 8841, 11417, 8384, 12368, 9482, 12032, 11987, 12642, 9409, 11860, 9960, 11534, 13243, 10863, 11059, 10982, 12057, 10616, 14490, 11009, 11678, 10371, 9592, 10527, 11419, 10099, 13201, 10291, 8216, 10230, 9321, 10844, 12180, 10303, 8190, 11250, 8745, 11589, 9585, 10959, 8321, 12500, 9249, 13618, 10630, 8379, 11565, 9095, 14768, 11058, 15710, 10938, 14984, 10628, 14473, 10814, 15370, 10665, 10546, 9548, 8311, 10573, 9593, 10493, 8068, 11814, 8507, 12843, 9238, 12306, 9114, 13178, 9684, 13492, 9745, 12987, 9619, 12626, 9876, 13524, 9679, 12278, 10009, 11775, 9838, 12323, 9634, 10642, 9898, 9618, 11058, 10773, 11450, 8484, 12178, 8704, 12793, 9580, 13843, 9782, 11814, 9884, 9934, 10073, 11482, 11820, 8552, 12004, 8977, 12310, 9128, 12510, 9373, 11769, 8423, 12529, 8621, 11939, 8450, 12472, 8885, 11074, 8321, 11752, 8708, 13297, 9362, 11941, 8492, 12567, 8689, 11430, 8744, 10528, 8284, 10708, 7661, 11804, 8555, 11956, 9236, 11499, 8970, 9672, 9472, 9999, 9575, 8170, 10772, 8281, 13189, 8883, 11777, 9614, 7998, 11727, 8970, 14094, 9928, 14986, 10310, 15105, 10646, 12604, 10293, 12160, 9945, 12019, 10118, 12495, 10323, 8131, 10884, 8015, 12112, 8739, 11354, 8772, 11825, 8468, 12759, 9139, 12884, 9015, 12717, 9720, 14005, 9568, 13975, 9861, 12013, 9821, 8177, 10134, 7731, 12097, 8981, 13285, 9133, 10064, 9676, 8888, 11454, 10744, 12047, 9238, 12793, 8703, 13749, 9076, 13504, 9821, 14537, 9940, 13797, 10420, 13012, 10186, 11672, 10058, 8191, 10569, 8309, 11365, 8509, 11349, 8833, 14636, 9790, 11803, 9526, 10222, 10357, 8541, 10827, 8095, 12435, 8718, 13291, 9653, 11390, 9249, 8137, 10572, 8363, 11758, 8924, 11531, 9228], 'WindowCenter': [4594.0, 4557.0, 4557.0, 4521.0, 4550.0, 4516.0, 4544.0, 4525.0, 4494.0, 4521.0, 4494.0, 4533.0, 4515.0, 4480.0, 4512.0, 4492.0, 4532.0, 4504.0, 4492.0, 4503.0, 4482.0, 4535.0, 4514.0, 4524.0, 4501.0, 4470.0, 4521.0, 4517.0, 4483.0, 4525.0, 4494.0, 4535.0, 4504.0, 4521.0, 4489.0, 4491.0, 4501.0, 4467.0, 4509.0, 4488.0, 4508.0, 4489.0, 4467.0, 4500.0, 4480.0, 4509.0, 4492.0, 4512.0, 4493.0, 4471.0, 4503.0, 4484.0, 4512.0, 4503.0, 4525.0, 4503.0, 4474.0, 4504.0, 4474.0, 4513.0, 4485.0, 4525.0, 4505.0, 4525.0, 4503.0, 4491.0, 4493.0, 4487.0, 4547.0, 4517.0, 4484.0, 4526.0, 4495.0, 4547.0, 4515.0, 4523.0, 4503.0, 4482.0, 4521.0, 4496.0, 4536.0, 4503.0, 4482.0, 4504.0, 4484.0, 4524.0, 4509.0, 4535.0, 4515.0, 4485.0, 4506.0, 4494.0, 4525.0, 4505.0, 4527.0, 4506.0, 4483.0, 4505.0, 4485.0, 4524.0, 4494.0, 4535.0, 4517.0, 4495.0, 4504.0, 4483.0, 4523.0, 4504.0, 4521.0, 4504.0, 4523.0, 4500.0, 4483.0, 4506.0, 4484.0, 4524.0, 4508.0, 4499.0, 4528.0, 4519.0, 4548.0, 4518.0, 4496.0, 4536.0, 4494.0, 4542.0, 4505.0, 4534.0, 4494.0, 4532.0, 4489.0, 4518.0, 4512.0, 4534.0, 4503.0, 4480.0, 4479.0, 4472.0, 4508.0, 4491.0, 4498.0, 4493.0, 4492.0, 4492.0, 4483.0, 4512.0, 4492.0, 4512.0, 4495.0, 4513.0, 4503.0, 4522.0, 4502.0, 4471.0, 4502.0, 4474.0, 4514.0, 4494.0, 4524.0, 4502.0, 4533.0, 4502.0, 4520.0, 4502.0, 4490.0, 4513.0, 4479.0, 4498.0, 4477.0, 4521.0, 4503.0, 4518.0, 4476.0, 4486.0, 4477.0, 4487.0, 4489.0, 4456.0, 4507.0, 4481.0, 4506.0, 4476.0, 4487.0, 4478.0, 4467.0, 4497.0, 4479.0, 4458.0, 4508.0, 4479.0, 4519.0, 4498.0, 4487.0, 4506.0, 4464.0, 4485.0, 4453.0, 4483.0, 4450.0, 4482.0, 4460.0, 4480.0, 4449.0, 4481.0, 4450.0, 4470.0, 4462.0, 4450.0, 4462.0, 4432.0, 4472.0, 4444.0, 4484.0, 4454.0, 4474.0, 4456.0, 4485.0, 4457.0, 4496.0, 4481.0, 4498.0, 4478.0, 4510.0, 4490.0, 4468.0, 4490.0, 4460.0, 4502.0, 4482.0, 4512.0, 4492.0, 4501.0, 4481.0, 4491.0, 4489.0, 4492.0, 4512.0, 4470.0, 4512.0, 4479.0, 4508.0, 4490.0, 4510.0, 4489.0, 4519.0, 4491.0, 4508.0, 4490.0, 4509.0, 4478.0, 4498.0, 4488.0, 4469.0, 4488.0, 4458.0, 4501.0, 4482.0, 4501.0, 4489.0, 4521.0, 4491.0, 4499.0, 4490.0, 4501.0, 4479.0, 4468.0, 4488.0, 4482.0, 4523.0, 4506.0, 4505.0, 4514.0, 4479.0, 4511.0, 4489.0, 4456.0, 4500.0, 4460.0, 4512.0, 4481.0, 4511.0, 4504.0, 4504.0, 4514.0, 4484.0, 4502.0, 4480.0, 4510.0, 4504.0, 4493.0, 4503.0, 4494.0, 4514.0, 4502.0, 4493.0, 4516.0, 4494.0, 4535.0, 4515.0, 4524.0, 4514.0, 4482.0, 4523.0, 4489.0, 4520.0, 4488.0, 4518.0, 4488.0, 4497.0, 4488.0, 4447.0, 4478.0, 4458.0, 4499.0, 4478.0, 4507.0, 4479.0, 4490.0, 4482.0, 4478.0, 4514.0, 4484.0, 4522.0, 4492.0, 4531.0, 4500.0, 4522.0, 4500.0, 4498.0, 4490.0, 4446.0, 4487.0, 4468.0, 4507.0, 4477.0, 4508.0, 4488.0, 4510.0, 4487.0, 4519.0, 4480.0, 4497.0, 4477.0, 4467.0, 4479.0, 4447.0, 4489.0, 4468.0, 4497.0, 4479.0, 4499.0, 4478.0, 4498.0, 4478.0, 4497.0, 4489.0, 4459.0, 4501.0, 4469.0, 4499.0, 4481.0, 4507.0, 4488.0, 4500.0, 4478.0, 4458.0, 4509.0, 4479.0, 4461.0, 4512.0, 4497.0, 4532.0, 4500.0, 4489.0, 4499.0, 4479.0, 4518.0, 4489.0, 4510.0, 4490.0, 4520.0, 4489.0, 4468.0, 4478.0, 4446.0, 4496.0, 4466.0, 4499.0, 4469.0, 4499.0, 4479.0, 4508.0, 4489.0, 4509.0, 4491.0, 4509.0, 4482.0, 4488.0, 4479.0, 4457.0, 4498.0, 4481.0, 4501.0, 4470.0, 4499.0, 4480.0, 4508.0, 4479.0, 4508.0, 4488.0, 4509.0, 4489.0, 4509.0, 4491.0, 4499.0, 4478.0, 4488.0, 4491.0, 4489.0, 4499.0, 4467.0, 4500.0, 4471.0, 4500.0, 4470.0, 4512.0, 4480.0, 4520.0, 4491.0, 4491.0, 4482.0, 4492.0, 4521.0, 4483.0, 4511.0, 4481.0, 4521.0, 4503.0, 4512.0, 4492.0, 4471.0, 4502.0, 4471.0, 4513.0, 4472.0, 4501.0, 4469.0, 4521.0, 4493.0, 4461.0, 4511.0, 4481.0, 4521.0, 4501.0, 4520.0, 4491.0, 4489.0, 4478.0, 4468.0, 4509.0, 4480.0, 4519.0, 4491.0, 4535.0, 4493.0, 4481.0, 4524.0, 4485.0, 4512.0, 4490.0, 4489.0, 4492.0, 4472.0, 4510.0, 4493.0, 4523.0, 4505.0, 4492.0, 4513.0, 4492.0, 4522.0, 4502.0, 4490.0, 4499.0, 4468.0, 4519.0, 4491.0, 4499.0, 4511.0, 4469.0, 4510.0, 4468.0, 4507.0, 4475.0, 4517.0, 4464.0, 4454.0, 4473.0, 4435.0, 4486.0, 4456.0, 4487.0, 4481.0, 4499.0, 4478.0, 4488.0, 4487.0, 4488.0, 4479.0, 4449.0, 4499.0, 4472.0, 4511.0, 4480.0, 4511.0, 4490.0, 4471.0, 4491.0, 4459.0, 4501.0, 4472.0, 4502.0, 4483.0, 4500.0, 4480.0, 4509.0, 4469.0, 4499.0, 4470.0, 4500.0, 4470.0, 4500.0, 4479.0, 4510.0, 4489.0, 4500.0, 4490.0, 4510.0, 4480.0, 4508.0, 4490.0, 4498.0, 4480.0, 4510.0, 4488.0, 4499.0, 4479.0, 4459.0, 4499.0, 4459.0, 4497.0, 4478.0, 4509.0, 4458.0, 4500.0, 4459.0, 4498.0, 4469.0, 4498.0, 4469.0, 4498.0, 4469.0, 4498.0, 4478.0, 4522.0, 4493.0, 4464.0, 4515.0, 4494.0, 4520.0, 4493.0, 4481.0, 4502.0, 4511.0, 4503.0, 4522.0, 4506.0, 4534.0, 4503.0, 4493.0, 4490.0, 4458.0, 4498.0, 4458.0, 4498.0, 4470.0, 4510.0, 4490.0, 4513.0, 4507.0, 4538.0, 4494.0, 4536.0, 4505.0, 4471.0, 4492.0, 4472.0, 4519.0, 4493.0, 4492.0, 4505.0, 4524.0, 4524.0, 4481.0, 4521.0, 4481.0, 4523.0, 4496.0, 4525.0, 4483.0, 4523.0, 4483.0, 4519.0, 4479.0, 4519.0, 4490.0, 4512.0, 4493.0, 4462.0, 4513.0, 4462.0, 4521.0, 4492.0, 4522.0, 4493.0, 4533.0, 4492.0, 4532.0, 4491.0, 4533.0, 4492.0, 4508.0, 4491.0, 4508.0, 4480.0, 4500.0, 4479.0, 4479.0, 4490.0, 4459.0, 4501.0, 4472.0, 4511.0, 4470.0, 4510.0, 4469.0, 4508.0, 4479.0, 4509.0, 4480.0, 4509.0, 4479.0, 4509.0, 4480.0, 4509.0, 4480.0, 4509.0, 4478.0, 4508.0, 4478.0, 4507.0, 4479.0, 4508.0, 4469.0, 4498.0, 4478.0, 4507.0, 4469.0, 4509.0, 4479.0, 4500.0, 4479.0, 4499.0, 4470.0, 4499.0, 4469.0, 4502.0, 4471.0, 4524.0, 4493.0, 4495.0, 4506.0, 4484.0, 4523.0, 4481.0, 4522.0, 4505.0, 4532.0, 4493.0, 4523.0, 4491.0, 4522.0, 4506.0, 4511.0, 4481.0, 4469.0, 4510.0, 4469.0, 4522.0, 4481.0, 4522.0, 4493.0, 4523.0, 4494.0, 4524.0, 4504.0, 4514.0, 4494.0, 4512.0, 4493.0, 4471.0, 4504.0, 4484.0, 4502.0, 4494.0, 4504.0, 4494.0, 4526.0, 4484.0, 4515.0, 4475.0, 4523.0, 4491.0, 4512.0, 4513.0, 4523.0, 4482.0, 4513.0, 4492.0, 4500.0, 4510.0, 4490.0, 4490.0, 4490.0, 4499.0, 4505.0, 4532.0, 4501.0, 4501.0, 4489.0, 4479.0, 4491.0, 4501.0, 4504.0, 4510.0, 4479.0, 4458.0, 4491.0, 4481.0, 4502.0, 4510.0, 4491.0, 4461.0, 4502.0, 4472.0, 4501.0, 4482.0, 4502.0, 4460.0, 4511.0, 4482.0, 4520.0, 4490.0, 4472.0, 4512.0, 4484.0, 4532.0, 4501.0, 4520.0, 4491.0, 4523.0, 4480.0, 4509.0, 4489.0, 4516.0, 4476.0, 4476.0, 4466.0, 4446.0, 4477.0, 4467.0, 4490.0, 4448.0, 4487.0, 4458.0, 4498.0, 4467.0, 4499.0, 4469.0, 4509.0, 4477.0, 4508.0, 4480.0, 4509.0, 4478.0, 4498.0, 4478.0, 4508.0, 4469.0, 4496.0, 4479.0, 4498.0, 4480.0, 4499.0, 4484.0, 4503.0, 4481.0, 4479.0, 4488.0, 4488.0, 4503.0, 4469.0, 4497.0, 4459.0, 4510.0, 4492.0, 4507.0, 4479.0, 4499.0, 4479.0, 4478.0, 4481.0, 4500.0, 4501.0, 4470.0, 4499.0, 4469.0, 4500.0, 4468.0, 4499.0, 4468.0, 4487.0, 4448.0, 4498.0, 4457.0, 4487.0, 4457.0, 4497.0, 4456.0, 4488.0, 4448.0, 4487.0, 4457.0, 4508.0, 4468.0, 4487.0, 4457.0, 4497.0, 4458.0, 4488.0, 4458.0, 4488.0, 4462.0, 4490.0, 4448.0, 4498.0, 4470.0, 4499.0, 4480.0, 4501.0, 4482.0, 4491.0, 4494.0, 4504.0, 4482.0, 4472.0, 4503.0, 4474.0, 4523.0, 4485.0, 4512.0, 4493.0, 4475.0, 4526.0, 4497.0, 4547.0, 4507.0, 4545.0, 4505.0, 4534.0, 4504.0, 4511.0, 4493.0, 4511.0, 4481.0, 4500.0, 4491.0, 4511.0, 4480.0, 4460.0, 4489.0, 4460.0, 4501.0, 4470.0, 4500.0, 4472.0, 4502.0, 4462.0, 4511.0, 4483.0, 4537.0, 4485.0, 4513.0, 4482.0, 4522.0, 4493.0, 4522.0, 4493.0, 4512.0, 4491.0, 4473.0, 4505.0, 4464.0, 4513.0, 4484.0, 4523.0, 4494.0, 4494.0, 4495.0, 4484.0, 4515.0, 4505.0, 4524.0, 4484.0, 4522.0, 4472.0, 4523.0, 4473.0, 4522.0, 4480.0, 4522.0, 4480.0, 4521.0, 4492.0, 4511.0, 4491.0, 4499.0, 4481.0, 4460.0, 4489.0, 4459.0, 4502.0, 4472.0, 4501.0, 4471.0, 4522.0, 4505.0, 4515.0, 4492.0, 4492.0, 4492.0, 4461.0, 4502.0, 4464.0, 4511.0, 4471.0, 4537.0, 4494.0, 4513.0, 4484.0, 4475.0, 4504.0, 4471.0, 4512.0, 4482.0, 4513.0, 4494.0], 'WindowWidth': [10076.0, 10009.0, 10007.0, 9947.0, 9982.0, 9931.0, 9966.0, 9936.0, 9891.0, 9928.0, 9893.0, 9947.0, 9921.0, 9868.0, 9913.0, 9889.0, 9942.0, 9905.0, 9886.0, 9901.0, 9874.0, 9951.0, 9921.0, 9929.0, 9893.0, 9851.0, 9924.0, 9928.0, 9876.0, 9933.0, 9889.0, 9948.0, 9901.0, 9921.0, 9877.0, 9879.0, 9894.0, 9841.0, 9901.0, 9873.0, 9902.0, 9876.0, 9844.0, 9892.0, 9864.0, 9903.0, 9881.0, 9909.0, 9884.0, 9853.0, 9900.0, 9874.0, 9912.0, 9901.0, 9932.0, 9900.0, 9861.0, 9902.0, 9863.0, 9915.0, 9878.0, 9932.0, 9904.0, 9932.0, 9898.0, 9882.0, 9886.0, 9886.0, 9970.0, 9927.0, 9877.0, 9935.0, 9892.0, 9969.0, 9922.0, 9930.0, 9901.0, 9868.0, 9922.0, 9892.0, 9949.0, 9900.0, 9870.0, 9902.0, 9876.0, 9931.0, 9919.0, 9950.0, 9921.0, 9878.0, 9908.0, 9890.0, 9934.0, 9905.0, 9940.0, 9909.0, 9874.0, 9906.0, 9877.0, 9930.0, 9889.0, 9948.0, 9924.0, 9891.0, 9903.0, 9873.0, 9930.0, 9906.0, 9927.0, 9903.0, 9927.0, 9895.0, 9875.0, 9908.0, 9877.0, 9934.0, 9915.0, 9908.0, 9945.0, 9932.0, 9969.0, 9929.0, 9895.0, 9953.0, 9888.0, 9969.0, 9908.0, 9949.0, 9887.0, 9940.0, 9875.0, 9917.0, 9912.0, 9945.0, 9902.0, 9862.0, 9862.0, 9855.0, 9900.0, 9881.0, 9887.0, 9886.0, 9883.0, 9884.0, 9874.0, 9914.0, 9886.0, 9913.0, 9894.0, 9916.0, 9903.0, 9927.0, 9898.0, 9856.0, 9899.0, 9862.0, 9918.0, 9889.0, 9933.0, 9897.0, 9941.0, 9895.0, 9922.0, 9899.0, 9875.0, 9913.0, 9857.0, 9885.0, 9854.0, 9924.0, 9898.0, 9916.0, 9851.0, 9863.0, 9853.0, 9867.0, 9873.0, 9824.0, 9895.0, 9865.0, 9893.0, 9852.0, 9869.0, 9856.0, 9839.0, 9881.0, 9857.0, 9830.0, 9900.0, 9861.0, 9915.0, 9886.0, 9868.0, 9894.0, 9830.0, 9863.0, 9812.0, 9855.0, 9804.0, 9853.0, 9817.0, 9846.0, 9802.0, 9849.0, 9805.0, 9833.0, 9824.0, 9807.0, 9826.0, 9786.0, 9840.0, 9804.0, 9859.0, 9818.0, 9846.0, 9822.0, 9861.0, 9823.0, 9881.0, 9867.0, 9885.0, 9857.0, 9906.0, 9875.0, 9842.0, 9876.0, 9837.0, 9898.0, 9872.0, 9911.0, 9884.0, 9894.0, 9865.0, 9878.0, 9876.0, 9884.0, 9911.0, 9851.0, 9910.0, 9862.0, 9903.0, 9877.0, 9907.0, 9876.0, 9918.0, 9879.0, 9900.0, 9875.0, 9901.0, 9858.0, 9885.0, 9872.0, 9845.0, 9872.0, 9832.0, 9892.0, 9868.0, 9894.0, 9876.0, 9921.0, 9879.0, 9890.0, 9876.0, 9893.0, 9860.0, 9841.0, 9871.0, 9871.0, 9932.0, 9911.0, 9908.0, 9918.0, 9863.0, 9907.0, 9876.0, 9824.0, 9891.0, 9837.0, 9910.0, 9866.0, 9908.0, 9903.0, 9902.0, 9918.0, 9878.0, 9896.0, 9865.0, 9909.0, 9906.0, 9890.0, 9903.0, 9890.0, 9915.0, 9902.0, 9890.0, 9924.0, 9893.0, 9952.0, 9922.0, 9932.0, 9919.0, 9872.0, 9933.0, 9877.0, 9921.0, 9871.0, 9917.0, 9873.0, 9885.0, 9869.0, 9814.0, 9857.0, 9833.0, 9888.0, 9859.0, 9898.0, 9863.0, 9879.0, 9868.0, 9859.0, 9917.0, 9878.0, 9928.0, 9884.0, 9939.0, 9892.0, 9926.0, 9894.0, 9887.0, 9880.0, 9810.0, 9868.0, 9843.0, 9898.0, 9858.0, 9901.0, 9872.0, 9904.0, 9869.0, 9917.0, 9863.0, 9883.0, 9855.0, 9842.0, 9858.0, 9815.0, 9872.0, 9842.0, 9883.0, 9859.0, 9887.0, 9858.0, 9884.0, 9858.0, 9882.0, 9875.0, 9836.0, 9894.0, 9846.0, 9888.0, 9866.0, 9898.0, 9871.0, 9892.0, 9858.0, 9832.0, 9903.0, 9862.0, 9840.0, 9912.0, 9900.0, 9938.0, 9893.0, 9874.0, 9890.0, 9862.0, 9914.0, 9872.0, 9906.0, 9875.0, 9920.0, 9872.0, 9841.0, 9855.0, 9812.0, 9879.0, 9839.0, 9885.0, 9847.0, 9887.0, 9861.0, 9901.0, 9875.0, 9902.0, 9879.0, 9903.0, 9867.0, 9871.0, 9860.0, 9827.0, 9886.0, 9866.0, 9895.0, 9852.0, 9889.0, 9861.0, 9900.0, 9861.0, 9901.0, 9872.0, 9902.0, 9875.0, 9903.0, 9879.0, 9888.0, 9859.0, 9873.0, 9878.0, 9875.0, 9890.0, 9843.0, 9892.0, 9851.0, 9893.0, 9851.0, 9911.0, 9865.0, 9920.0, 9879.0, 9881.0, 9870.0, 9884.0, 9923.0, 9874.0, 9909.0, 9867.0, 9921.0, 9899.0, 9912.0, 9885.0, 9855.0, 9899.0, 9856.0, 9914.0, 9853.0, 9893.0, 9849.0, 9921.0, 9886.0, 9842.0, 9910.0, 9868.0, 9923.0, 9895.0, 9923.0, 9880.0, 9874.0, 9858.0, 9845.0, 9902.0, 9862.0, 9917.0, 9881.0, 9951.0, 9887.0, 9869.0, 9930.0, 9880.0, 9912.0, 9879.0, 9877.0, 9884.0, 9861.0, 9908.0, 9887.0, 9930.0, 9909.0, 9883.0, 9915.0, 9885.0, 9926.0, 9897.0, 9876.0, 9889.0, 9843.0, 9919.0, 9880.0, 9887.0, 9908.0, 9847.0, 9905.0, 9841.0, 9899.0, 9848.0, 9909.0, 9831.0, 9817.0, 9842.0, 9792.0, 9862.0, 9823.0, 9865.0, 9866.0, 9887.0, 9858.0, 9870.0, 9869.0, 9872.0, 9859.0, 9820.0, 9887.0, 9854.0, 9909.0, 9865.0, 9907.0, 9876.0, 9851.0, 9880.0, 9836.0, 9893.0, 9855.0, 9896.0, 9870.0, 9892.0, 9862.0, 9903.0, 9848.0, 9889.0, 9849.0, 9891.0, 9848.0, 9888.0, 9860.0, 9902.0, 9874.0, 9889.0, 9875.0, 9905.0, 9863.0, 9899.0, 9876.0, 9885.0, 9862.0, 9903.0, 9872.0, 9888.0, 9860.0, 9833.0, 9889.0, 9831.0, 9883.0, 9858.0, 9902.0, 9830.0, 9887.0, 9831.0, 9884.0, 9845.0, 9887.0, 9845.0, 9883.0, 9845.0, 9883.0, 9856.0, 9925.0, 9885.0, 9850.0, 9922.0, 9892.0, 9921.0, 9886.0, 9868.0, 9899.0, 9909.0, 9900.0, 9925.0, 9909.0, 9949.0, 9903.0, 9886.0, 9879.0, 9830.0, 9885.0, 9832.0, 9886.0, 9850.0, 9905.0, 9879.0, 9912.0, 9914.0, 9959.0, 9891.0, 9951.0, 9905.0, 9853.0, 9882.0, 9854.0, 9918.0, 9888.0, 9885.0, 9905.0, 9932.0, 9930.0, 9866.0, 9924.0, 9865.0, 9926.0, 9895.0, 9934.0, 9871.0, 9927.0, 9871.0, 9916.0, 9860.0, 9913.0, 9876.0, 9913.0, 9888.0, 9845.0, 9915.0, 9843.0, 9923.0, 9884.0, 9925.0, 9887.0, 9941.0, 9884.0, 9939.0, 9881.0, 9941.0, 9884.0, 9901.0, 9878.0, 9900.0, 9862.0, 9890.0, 9862.0, 9859.0, 9876.0, 9833.0, 9892.0, 9854.0, 9906.0, 9849.0, 9904.0, 9847.0, 9899.0, 9860.0, 9901.0, 9863.0, 9902.0, 9860.0, 9902.0, 9861.0, 9902.0, 9861.0, 9902.0, 9858.0, 9898.0, 9856.0, 9896.0, 9858.0, 9898.0, 9846.0, 9885.0, 9856.0, 9895.0, 9846.0, 9900.0, 9860.0, 9889.0, 9860.0, 9886.0, 9848.0, 9886.0, 9847.0, 9896.0, 9851.0, 9929.0, 9890.0, 9896.0, 9909.0, 9878.0, 9929.0, 9866.0, 9926.0, 9906.0, 9942.0, 9886.0, 9925.0, 9882.0, 9924.0, 9908.0, 9906.0, 9868.0, 9848.0, 9904.0, 9849.0, 9923.0, 9868.0, 9924.0, 9887.0, 9928.0, 9890.0, 9930.0, 9903.0, 9918.0, 9889.0, 9912.0, 9886.0, 9856.0, 9903.0, 9874.0, 9900.0, 9891.0, 9904.0, 9889.0, 9936.0, 9877.0, 9920.0, 9864.0, 9929.0, 9884.0, 9914.0, 9911.0, 9928.0, 9867.0, 9913.0, 9882.0, 9891.0, 9906.0, 9877.0, 9875.0, 9875.0, 9889.0, 9905.0, 9940.0, 9894.0, 9892.0, 9875.0, 9862.0, 9879.0, 9892.0, 9902.0, 9905.0, 9859.0, 9832.0, 9878.0, 9866.0, 9896.0, 9906.0, 9881.0, 9839.0, 9895.0, 9854.0, 9895.0, 9868.0, 9898.0, 9837.0, 9906.0, 9868.0, 9919.0, 9877.0, 9857.0, 9912.0, 9875.0, 9942.0, 9894.0, 9924.0, 9879.0, 9928.0, 9860.0, 9901.0, 9873.0, 9907.0, 9849.0, 9850.0, 9837.0, 9809.0, 9852.0, 9839.0, 9877.0, 9814.0, 9866.0, 9830.0, 9882.0, 9842.0, 9885.0, 9846.0, 9901.0, 9855.0, 9899.0, 9861.0, 9899.0, 9858.0, 9885.0, 9857.0, 9898.0, 9844.0, 9881.0, 9859.0, 9884.0, 9862.0, 9888.0, 9874.0, 9898.0, 9865.0, 9860.0, 9871.0, 9870.0, 9901.0, 9846.0, 9883.0, 9833.0, 9905.0, 9884.0, 9897.0, 9860.0, 9887.0, 9860.0, 9859.0, 9864.0, 9889.0, 9893.0, 9848.0, 9890.0, 9846.0, 9889.0, 9842.0, 9885.0, 9840.0, 9869.0, 9814.0, 9883.0, 9827.0, 9867.0, 9827.0, 9882.0, 9824.0, 9870.0, 9814.0, 9866.0, 9826.0, 9897.0, 9841.0, 9869.0, 9826.0, 9881.0, 9827.0, 9869.0, 9827.0, 9871.0, 9842.0, 9877.0, 9818.0, 9884.0, 9848.0, 9888.0, 9865.0, 9895.0, 9871.0, 9883.0, 9890.0, 9905.0, 9870.0, 9855.0, 9900.0, 9863.0, 9929.0, 9878.0, 9912.0, 9888.0, 9867.0, 9938.0, 9900.0, 9967.0, 9912.0, 9964.0, 9906.0, 9948.0, 9903.0, 9909.0, 9884.0, 9907.0, 9865.0, 9890.0, 9877.0, 9905.0, 9862.0, 9835.0, 9875.0, 9837.0, 9892.0, 9850.0, 9892.0, 9854.0, 9895.0, 9841.0, 9906.0, 9873.0, 9953.0, 9878.0, 9913.0, 9871.0, 9925.0, 9885.0, 9925.0, 9886.0, 9910.0, 9882.0, 9857.0, 9907.0, 9849.0, 9914.0, 9875.0, 9928.0, 9890.0, 9890.0, 9892.0, 9877.0, 9921.0, 9904.0, 9932.0, 9875.0, 9927.0, 9858.0, 9927.0, 9858.0, 9924.0, 9865.0, 9923.0, 9865.0, 9920.0, 9880.0, 9907.0, 9880.0, 9888.0, 9864.0, 9834.0, 9874.0, 9833.0, 9896.0, 9854.0, 9894.0, 9852.0, 9924.0, 9907.0, 9921.0, 9883.0, 9882.0, 9881.0, 9838.0, 9897.0, 9847.0, 9907.0, 9855.0, 9954.0, 9890.0, 9914.0, 9876.0, 9866.0, 9903.0, 9855.0, 9909.0, 9871.0, 9915.0, 9889.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.0013093042575285567</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02837656064382139</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.59140008312887</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2194861413409572</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9991288675987525</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4825</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5147.2441</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10770728429540044</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.384215991692628</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6853819558685323</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7127984807763896</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7697400248733426</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5736073619558657</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00879732</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00017189557547681034</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.013316252268850803</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>963</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.925737481866773</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>22.2996</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3916</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.0261</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298485.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>907.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.503</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5505</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.6196</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.4246</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78059.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4803.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.145</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.025371777126566</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> |