=== 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-0105 --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-0105",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>87a69d17c31aed61c4252b6de774ad29</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>21:44:35.440000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0899129</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>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>0fc8d870-9c7a-4222-aa3f-d2b31339c9de||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['214435.440000', '214435.900000', '214436.360000', '214436.820000', '214437.280000', '214437.740000', '214438.200000', '214438.660000', '214439.120000', '214439.580000', '214440.040000', '214440.500000', '214440.960000', '214441.420000', '214441.880000', '214442.340000', '214442.800000', '214443.260000', '214443.720000', '214444.180000', '214444.640000', '214445.100000', '214445.560000', '214446.020000', '214446.480000', '214446.940000', '214447.400000', '214447.860000', '214448.320000', '214448.780000', '214449.240000', '214449.700000', '214450.160000', '214450.620000', '214451.080000', '214451.540000', '214452.000000', '214452.460000', '214452.920000', '214453.380000', '214453.840000', '214454.300000', '214454.760000', '214455.220000', '214455.680000', '214456.140000', '214456.600000', '214457.060000', '214457.520000', '214457.980000', '214458.440000', '214458.900000', '214459.360000', '214459.820000', '214500.280000', '214500.740000', '214501.200000', '214501.660000', '214502.120000', '214502.580000', '214503.040000', '214503.500000', '214503.960000', '214504.420000', '214504.880000', '214505.340000', '214505.800000', '214506.260000', '214506.720000', '214507.180000', '214507.640000', '214508.100000', '214508.560000', '214509.020000', '214509.480000', '214509.940000', '214510.400000', '214510.860000', '214511.320000', '214511.780000', '214512.240000', '214512.700000', '214513.160000', '214513.620000', '214514.080000', '214514.540000', '214515.000000', '214515.460000', '214515.920000', '214516.380000', '214516.840000', '214517.300000', '214517.760000', '214518.220000', '214518.680000', '214519.140000', '214519.600000', '214520.060000', '214520.520000', '214520.980000', '214521.440000', '214521.900000', '214522.360000', '214522.820000', '214523.280000', '214523.740000', '214524.200000', '214524.660000', '214525.120000', '214525.580000', '214526.040000', '214526.500000', '214526.960000', '214527.420000', '214527.880000', '214528.340000', '214528.800000', '214529.260000', '214529.720000', '214530.180000', '214530.640000', '214531.100000', '214531.560000', '214532.020000', '214532.480000', '214532.940000', '214533.400000', '214533.860000', '214534.320000', '214534.780000', '214535.240000', '214535.700000', '214536.160000', '214536.620000', '214537.080000', '214537.540000', '214538.000000', '214538.460000', '214538.920000', '214539.380000', '214539.840000', '214540.300000', '214540.760000', '214541.220000', '214541.680000', '214542.140000', '214542.600000', '214543.060000', '214543.520000', '214543.980000', '214544.440000', '214544.900000', '214545.360000', '214545.820000', '214546.280000', '214546.740000', '214547.200000', '214547.660000', '214548.120000', '214548.580000', '214549.040000', '214549.500000', '214549.960000', '214550.420000', '214550.880000', '214551.340000', '214551.800000', '214552.260000', '214552.720000', '214553.180000', '214553.640000', '214554.100000', '214554.560000', '214555.020000', '214555.480000', '214555.940000', '214556.400000', '214556.860000', '214557.320000', '214557.780000', '214558.240000', '214558.700000', '214559.160000', '214559.620000', '214600.080000', '214600.540000', '214601.000000', '214601.460000', '214601.920000', '214602.380000', '214602.840000', '214603.300000', '214603.760000', '214604.220000', '214604.680000', '214605.140000', '214605.600000', '214606.060000', '214606.520000', '214606.980000', '214607.440000', '214607.900000', '214608.360000', '214608.820000', '214609.280000', '214609.740000', '214610.200000', '214610.660000', '214611.120000', '214611.580000', '214612.040000', '214612.500000', '214612.960000', '214613.420000', '214613.880000', '214614.340000', '214614.800000', '214615.260000', '214615.720000', '214616.180000', '214616.640000', '214617.100000', '214617.560000', '214618.020000', '214618.480000', '214618.940000', '214619.400000', '214619.860000', '214620.320000', '214620.780000', '214621.240000', '214621.700000', '214622.160000', '214622.620000', '214623.080000', '214623.540000', '214624.000000', '214624.460000', '214624.920000', '214625.380000', '214625.840000', '214626.300000', '214626.760000', '214627.220000', '214627.680000', '214628.140000', '214628.600000', '214629.060000', '214629.520000', '214629.980000', '214630.440000', '214630.900000', '214631.360000', '214631.820000', '214632.280000', '214632.740000', '214633.200000', '214633.660000', '214634.120000', '214634.580000', '214635.040000', '214635.500000', '214635.960000', '214636.420000', '214636.880000', '214637.340000', '214637.800000', '214638.260000', '214638.720000', '214639.180000', '214639.640000', '214640.100000', '214640.560000', '214641.020000', '214641.480000', '214641.940000', '214642.400000', '214642.860000', '214643.320000', '214643.780000', '214644.240000', '214644.700000', '214645.160000', '214645.620000', '214646.080000', '214646.540000', '214647.000000', '214647.460000', '214647.920000', '214648.380000', '214648.840000', '214649.300000', '214649.760000', '214650.220000', '214650.680000', '214651.140000', '214651.600000', '214652.060000', '214652.520000', '214652.980000', '214653.440000', '214653.900000', '214654.360000', '214654.820000', '214655.280000', '214655.740000', '214656.200000', '214656.660000', '214657.120000', '214657.580000', '214658.040000', '214658.500000', '214658.960000', '214659.420000', '214659.880000', '214700.340000', '214700.800000', '214701.260000', '214701.720000', '214702.180000', '214702.640000', '214703.100000', '214703.560000', '214704.020000', '214704.480000', '214704.940000', '214705.400000', '214705.860000', '214706.320000', '214706.780000', '214707.240000', '214707.700000', '214708.160000', '214708.620000', '214709.080000', '214709.540000', '214710.000000', '214710.460000', '214710.920000', '214711.380000', '214711.840000', '214712.300000', '214712.760000', '214713.220000', '214713.680000', '214714.140000', '214714.600000', '214715.060000', '214715.520000', '214715.980000', '214716.440000', '214716.900000', '214717.360000', '214717.820000', '214718.280000', '214718.740000', '214719.200000', '214719.660000', '214720.120000', '214720.580000', '214721.040000', '214721.500000', '214721.960000', '214722.420000', '214722.880000', '214723.340000', '214723.800000', '214724.260000', '214724.720000', '214725.180000', '214725.640000', '214726.100000', '214726.560000', '214727.020000', '214727.480000', '214727.940000', '214728.400000', '214728.860000', '214729.320000', '214729.780000', '214730.240000', '214730.700000', '214731.160000', '214731.620000', '214732.080000', '214732.540000', '214733.000000', '214733.460000', '214733.920000', '214734.380000', '214734.840000', '214735.300000', '214735.760000', '214736.220000', '214736.680000', '214737.140000', '214737.600000', '214738.060000', '214738.520000', '214738.980000', '214739.440000', '214739.900000', '214740.360000', '214740.820000', '214741.280000', '214741.740000', '214742.200000', '214742.660000', '214743.120000', '214743.580000', '214744.040000', '214744.500000', '214744.960000', '214745.420000', '214745.880000', '214746.340000', '214746.800000', '214747.260000', '214747.720000', '214748.180000', '214748.640000', '214749.100000', '214749.560000', '214750.020000', '214750.480000', '214750.940000', '214751.400000', '214751.860000', '214752.320000', '214752.780000', '214753.240000', '214753.700000', '214754.160000', '214754.620000', '214755.080000', '214755.540000', '214756.000000', '214756.460000', '214756.920000', '214757.380000', '214757.840000', '214758.300000', '214758.760000', '214759.220000', '214759.680000', '214800.140000', '214800.600000', '214801.060000', '214801.520000', '214801.980000', '214802.440000', '214802.900000', '214803.360000', '214803.820000', '214804.280000', '214804.740000', '214805.200000', '214805.660000', '214806.120000', '214806.580000', '214807.040000', '214807.500000', '214807.960000', '214808.420000', '214808.880000', '214809.340000', '214809.800000', '214810.260000', '214810.720000', '214811.180000', '214811.640000', '214812.100000', '214812.560000', '214813.020000', '214813.480000', '214813.940000', '214814.400000', '214814.860000', '214815.320000', '214815.780000', '214816.240000', '214816.700000', '214817.160000', '214817.620000', '214818.080000', '214818.540000', '214819.000000', '214819.460000', '214819.920000', '214820.380000', '214820.840000', '214821.300000', '214821.760000', '214822.220000', '214822.680000', '214823.140000', '214823.600000', '214824.060000', '214824.520000', '214824.980000', '214825.440000', '214825.900000', '214826.360000', '214826.820000', '214827.280000', '214827.740000', '214828.200000', '214828.660000', '214829.120000', '214829.580000', '214830.040000', '214830.500000', '214830.960000', '214831.420000', '214831.880000', '214832.340000', '214832.800000', '214833.260000', '214833.720000', '214834.180000', '214834.640000', '214835.100000', '214835.560000', '214836.020000', '214836.480000', '214836.940000', '214837.400000', '214837.860000', '214838.320000', '214838.780000', '214839.240000', '214839.700000', '214840.160000', '214840.620000', '214841.080000', '214841.540000', '214842.000000', '214842.460000', '214842.920000', '214843.380000', '214843.840000', '214844.300000', '214844.760000', '214845.220000', '214845.680000', '214846.140000', '214846.600000', '214847.060000', '214847.520000', '214847.980000', '214848.440000', '214848.900000', '214849.360000', '214849.820000', '214850.280000', '214850.740000', '214851.200000', '214851.660000', '214852.120000', '214852.580000', '214853.040000', '214853.500000', '214853.960000', '214854.420000', '214854.880000', '214855.340000', '214855.800000', '214856.260000', '214856.720000', '214857.180000', '214857.640000', '214858.100000', '214858.560000', '214859.020000', '214859.480000', '214859.940000', '214900.400000', '214900.860000', '214901.320000', '214901.780000', '214902.240000', '214902.700000', '214903.160000', '214903.620000', '214904.080000', '214904.540000', '214905.000000', '214905.460000', '214905.920000', '214906.380000', '214906.840000', '214907.300000', '214907.760000', '214908.220000', '214908.680000', '214909.140000', '214909.600000', '214910.060000', '214910.520000', '214910.980000', '214911.440000', '214911.900000', '214912.360000', '214912.820000', '214913.280000', '214913.740000', '214914.200000', '214914.660000', '214915.120000', '214915.580000', '214916.040000', '214916.500000', '214916.960000', '214917.420000', '214917.880000', '214918.340000', '214918.800000', '214919.260000', '214919.720000', '214920.180000', '214920.640000', '214921.100000', '214921.560000', '214922.020000', '214922.480000', '214922.940000', '214923.400000', '214923.860000', '214924.320000', '214924.780000', '214925.240000', '214925.700000', '214926.160000', '214926.620000', '214927.080000', '214927.540000', '214928.000000', '214928.460000', '214928.920000', '214929.380000', '214929.840000', '214930.300000', '214930.760000', '214931.220000', '214931.680000', '214932.140000', '214932.600000', '214933.060000', '214933.520000', '214933.980000', '214934.440000', '214934.900000', '214935.360000', '214935.820000', '214936.280000', '214936.740000', '214937.200000', '214937.660000', '214938.120000', '214938.580000', '214939.040000', '214939.500000', '214939.960000', '214940.420000', '214940.880000', '214941.340000', '214941.800000', '214942.260000', '214942.720000', '214943.180000', '214943.640000', '214944.100000', '214944.560000', '214945.020000', '214945.480000', '214945.940000', '214946.400000', '214946.860000', '214947.320000', '214947.780000', '214948.240000', '214948.700000', '214949.160000', '214949.620000', '214950.080000', '214950.540000', '214951.000000', '214951.460000', '214951.920000', '214952.380000', '214952.840000', '214953.300000', '214953.760000', '214954.220000', '214954.680000', '214955.140000', '214955.600000', '214956.060000', '214956.520000', '214956.980000', '214957.440000', '214957.900000', '214958.360000', '214958.820000', '214959.280000', '214959.740000', '215000.200000', '215000.660000', '215001.120000', '215001.580000', '215002.040000', '215002.500000', '215002.960000', '215003.420000', '215003.880000', '215004.340000', '215004.800000', '215005.260000', '215005.720000', '215006.180000', '215006.640000', '215007.100000', '215007.560000', '215008.020000', '215008.480000', '215008.940000', '215009.400000', '215009.860000', '215010.320000', '215010.780000', '215011.240000', '215011.700000', '215012.160000', '215012.620000', '215013.080000', '215013.540000', '215014.000000', '215014.460000', '215014.920000', '215015.380000', '215015.840000', '215016.300000', '215016.760000', '215017.220000', '215017.680000', '215018.140000', '215018.600000', '215019.060000', '215019.520000', '215019.980000', '215020.440000', '215020.900000', '215021.360000', '215021.820000', '215022.280000', '215022.740000', '215023.200000', '215023.660000', '215024.120000', '215024.580000', '215025.040000', '215025.500000', '215025.960000', '215026.420000', '215026.880000', '215027.340000', '215027.800000', '215028.260000', '215028.720000', '215029.180000', '215029.640000', '215030.100000', '215030.560000', '215031.020000', '215031.480000', '215031.940000', '215032.400000', '215032.860000', '215033.320000', '215033.780000', '215034.240000', '215034.700000', '215035.160000', '215035.620000', '215036.080000', '215036.540000', '215037.000000', '215037.460000', '215037.920000', '215038.380000', '215038.840000', '215039.300000', '215039.760000', '215040.220000', '215040.680000', '215041.140000', '215041.600000', '215042.060000', '215042.520000', '215042.980000', '215043.440000', '215043.900000', '215044.360000', '215044.820000', '215045.280000', '215045.740000', '215046.200000', '215046.660000', '215047.120000', '215047.580000', '215048.040000', '215048.500000', '215048.960000', '215049.420000', '215049.880000', '215050.340000', '215050.800000', '215051.260000', '215051.720000', '215052.180000', '215052.640000', '215053.100000', '215053.560000', '215054.020000', '215054.480000', '215054.940000', '215055.400000', '215055.860000', '215056.320000', '215056.780000', '215057.240000', '215057.700000', '215058.160000', '215058.620000', '215059.080000', '215059.540000', '215100.000000', '215100.460000', '215100.920000', '215101.380000', '215101.840000', '215102.300000', '215102.760000', '215103.220000', '215103.680000', '215104.140000', '215104.600000', '215105.060000', '215105.520000', '215105.980000', '215106.440000', '215106.900000', '215107.360000', '215107.820000', '215108.280000', '215108.740000', '215109.200000', '215109.660000', '215110.120000', '215110.580000', '215111.040000', '215111.500000', '215111.960000', '215112.420000', '215112.880000', '215113.340000', '215113.800000', '215114.260000', '215114.720000', '215115.180000', '215115.640000', '215116.100000', '215116.560000', '215117.020000', '215117.480000', '215117.940000', '215118.400000', '215118.860000', '215119.320000', '215119.780000', '215120.240000', '215120.700000', '215121.160000', '215121.620000', '215122.080000', '215122.540000', '215123.000000', '215123.460000', '215123.920000', '215124.380000', '215124.840000', '215125.300000', '215125.760000', '215126.220000', '215126.680000', '215127.140000', '215127.600000', '215128.060000', '215128.520000', '215128.980000', '215129.440000', '215129.900000', '215130.360000', '215130.820000', '215131.280000', '215131.740000', '215132.200000', '215132.660000', '215133.120000', '215133.580000', '215134.040000', '215134.500000', '215134.960000', '215135.420000', '215135.880000', '215136.340000', '215136.800000', '215137.260000', '215137.720000', '215138.180000', '215138.640000', '215139.100000', '215139.560000', '215140.020000', '215140.480000', '215140.940000', '215141.400000', '215141.860000', '215142.320000', '215142.780000', '215143.240000', '215143.700000', '215144.160000', '215144.620000', '215145.080000', '215145.540000', '215146.000000', '215146.460000', '215146.920000', '215147.380000', '215147.840000', '215148.300000', '215148.760000', '215149.220000', '215149.680000', '215150.140000', '215150.600000', '215151.060000', '215151.520000', '215151.980000', '215152.440000', '215152.900000', '215153.360000', '215153.820000', '215154.280000', '215154.740000', '215155.200000', '215155.660000', '215156.120000', '215156.580000', '215157.040000', '215157.500000', '215157.960000', '215158.420000', '215158.880000', '215159.340000', '215159.800000'], 'ContentTime': ['214501.013000', '214501.017000', '214501.020000', '214501.023000', '214501.025000', '214501.028000', '214501.030000', '214501.033000', '214501.036000', '214501.038000', '214501.041000', '214501.043000', '214501.046000', '214501.049000', '214501.051000', '214501.060000', '214501.062000', '214501.065000', '214501.068000', '214501.070000', '214501.073000', '214501.076000', '214501.079000', '214501.081000', '214501.084000', '214501.087000', '214501.090000', '214501.093000', '214501.095000', '214501.098000', '214501.112000', '214501.114000', '214501.117000', '214501.119000', '214501.122000', '214501.125000', '214501.127000', '214501.130000', '214501.132000', '214501.135000', '214501.142000', '214501.144000', '214501.147000', '214501.150000', '214501.152000', '214501.155000', '214501.158000', '214501.160000', '214501.163000', '214501.165000', '214501.168000', '214501.171000', '214520.973000', '214520.976000', '214520.979000', '214520.988000', '214520.990000', '214520.993000', '214520.995000', '214520.998000', '214521.002000', '214521.004000', '214521.007000', '214521.010000', '214521.012000', '214521.015000', '214521.017000', '214521.020000', '214521.023000', '214521.025000', '214521.035000', '214521.038000', '214521.040000', '214521.043000', '214521.045000', '214521.048000', '214521.050000', '214521.053000', '214521.056000', '214521.058000', '214521.061000', '214521.063000', '214521.066000', '214521.068000', '214521.071000', '214521.074000', '214521.076000', '214521.079000', '214521.081000', '214521.084000', '214521.086000', '214521.089000', '214521.092000', '214521.094000', '214521.097000', '214521.099000', '214540.973000', '214540.976000', '214540.979000', '214540.982000', '214540.984000', '214540.987000', '214540.989000', '214540.992000', '214540.994000', '214540.997000', '214541.001000', '214541.003000', '214541.006000', '214541.008000', '214541.011000', '214541.014000', '214541.016000', '214541.019000', '214541.021000', '214541.024000', '214541.027000', '214541.029000', '214541.032000', '214541.034000', '214541.037000', '214541.045000', '214541.048000', '214541.051000', '214541.053000', '214541.056000', '214541.058000', '214541.061000', '214541.063000', '214541.066000', '214541.069000', '214541.071000', '214541.074000', '214541.076000', '214541.085000', '214541.088000', '214541.090000', '214541.094000', '214541.097000', '214600.973000', '214600.976000', '214600.979000', '214600.982000', '214600.984000', '214600.987000', '214600.989000', '214600.992000', '214600.995000', '214600.997000', '214601.001000', '214601.004000', '214601.006000', '214601.009000', '214601.011000', '214601.014000', '214601.017000', '214601.019000', '214601.022000', '214601.024000', '214601.027000', '214601.029000', '214601.032000', '214601.035000', '214601.037000', '214601.040000', '214601.042000', '214601.045000', '214601.048000', '214601.050000', '214601.053000', '214601.056000', '214601.058000', '214601.061000', '214601.064000', '214601.066000', '214601.069000', '214601.071000', '214601.074000', '214601.077000', '214601.079000', '214601.082000', '214601.085000', '214601.087000', '214620.973000', '214620.976000', '214620.979000', '214620.982000', '214620.984000', '214620.987000', '214620.990000', '214620.992000', '214620.995000', '214620.997000', '214621.001000', '214621.004000', '214621.006000', '214621.009000', '214621.034000', '214621.036000', '214621.039000', '214621.041000', '214621.044000', '214621.047000', '214621.049000', '214621.052000', '214621.054000', '214621.057000', '214621.060000', '214621.062000', '214621.065000', '214621.067000', '214621.070000', '214621.073000', '214621.075000', '214621.078000', '214621.081000', '214621.083000', '214621.086000', '214621.088000', '214621.091000', '214621.093000', '214621.096000', '214621.099000', '214621.101000', '214621.104000', '214621.106000', '214640.973000', '214640.976000', '214640.979000', '214640.982000', '214640.984000', '214640.987000', '214640.989000', '214640.992000', '214640.995000', '214640.997000', '214641.001000', '214641.004000', '214641.006000', '214641.009000', '214641.011000', '214641.014000', '214641.017000', '214641.026000', '214641.033000', '214641.035000', '214641.038000', '214641.041000', '214641.043000', '214641.046000', '214641.048000', '214641.051000', '214641.053000', '214641.056000', '214641.059000', '214641.061000', '214641.064000', '214641.066000', '214641.069000', '214641.072000', '214641.075000', '214641.077000', '214641.080000', '214641.082000', '214641.085000', '214641.087000', '214641.090000', '214641.093000', '214641.096000', '214641.098000', '214700.973000', '214700.976000', '214700.979000', '214700.982000', '214700.984000', '214700.987000', '214700.989000', '214700.992000', '214700.995000', '214700.997000', '214701.001000', '214701.003000', '214701.006000', '214701.008000', '214701.011000', '214701.014000', '214701.016000', '214701.019000', '214701.021000', '214701.024000', '214701.027000', '214701.029000', '214701.032000', '214701.035000', '214701.037000', '214701.040000', '214701.042000', '214701.045000', '214701.048000', '214701.050000', '214701.053000', '214701.056000', '214701.058000', '214701.061000', '214701.063000', '214701.066000', '214701.068000', '214701.071000', '214701.073000', '214701.076000', '214701.079000', '214701.081000', '214701.084000', '214720.973000', '214720.976000', '214720.979000', '214720.981000', '214720.984000', '214720.987000', '214720.989000', '214720.992000', '214720.995000', '214720.997000', '214721.001000', '214721.003000', '214721.006000', '214721.009000', '214721.011000', '214721.014000', '214721.017000', '214721.019000', '214721.022000', '214721.024000', '214721.027000', '214721.029000', '214721.032000', '214721.035000', '214721.037000', '214721.040000', '214721.043000', '214721.045000', '214721.048000', '214721.050000', '214721.053000', '214721.056000', '214721.058000', '214721.061000', '214721.079000', '214721.082000', '214721.085000', '214721.087000', '214721.090000', '214721.092000', '214721.095000', '214721.098000', '214721.100000', '214721.103000', '214740.973000', '214740.976000', '214740.980000', '214740.982000', '214740.985000', '214740.987000', '214740.990000', '214740.993000', '214740.995000', '214740.998000', '214741.001000', '214741.004000', '214741.007000', '214741.009000', '214741.012000', '214741.014000', '214741.017000', '214741.020000', '214741.022000', '214741.025000', '214741.027000', '214741.030000', '214741.033000', '214741.035000', '214741.038000', '214741.040000', '214741.043000', '214741.046000', '214741.048000', '214741.051000', '214741.053000', '214741.056000', '214741.059000', '214741.061000', '214741.064000', '214741.066000', '214741.069000', '214741.072000', '214741.074000', '214741.077000', '214741.080000', '214741.082000', '214741.085000', '214800.973000', '214800.976000', '214800.979000', '214800.982000', '214800.985000', '214800.988000', '214800.990000', '214800.993000', '214800.996000', '214800.998000', '214801.015000', '214801.018000', '214801.021000', '214801.023000', '214801.026000', '214801.029000', '214801.031000', '214801.034000', '214801.036000', '214801.039000', '214801.042000', '214801.044000', '214801.047000', '214801.050000', '214801.052000', '214801.055000', '214801.057000', '214801.060000', '214801.063000', '214801.065000', '214801.068000', '214801.070000', '214801.073000', '214801.075000', '214801.078000', '214801.081000', '214801.083000', '214801.086000', '214801.088000', '214801.091000', '214801.094000', '214801.096000', '214801.099000', '214801.101000', '214820.973000', '214820.976000', '214820.979000', '214820.982000', '214820.984000', '214820.987000', '214820.990000', '214820.992000', '214820.995000', '214820.997000', '214821.001000', '214821.003000', '214821.006000', '214821.009000', '214821.011000', '214821.014000', '214821.017000', '214821.019000', '214821.022000', '214821.024000', '214821.027000', '214821.030000', '214821.032000', '214821.042000', '214821.045000', '214821.047000', '214821.050000', '214821.053000', '214821.055000', '214821.058000', '214821.060000', '214821.063000', '214821.065000', '214821.068000', '214821.071000', '214821.073000', '214821.076000', '214821.079000', '214821.081000', '214821.084000', '214821.086000', '214821.089000', '214821.092000', '214840.974000', '214840.976000', '214840.979000', '214840.982000', '214840.985000', '214840.987000', '214840.990000', '214840.993000', '214840.996000', '214840.998000', '214841.002000', '214841.004000', '214841.007000', '214841.010000', '214841.012000', '214841.015000', '214841.018000', '214841.021000', '214841.023000', '214841.026000', '214841.028000', '214841.031000', '214841.034000', '214841.036000', '214841.039000', '214841.042000', '214841.044000', '214841.047000', '214841.050000', '214841.052000', '214841.055000', '214841.059000', '214841.062000', '214841.064000', '214841.067000', '214841.070000', '214841.072000', '214841.075000', '214841.078000', '214841.080000', '214841.083000', '214841.094000', '214841.096000', '214900.974000', '214900.977000', '214900.979000', '214900.982000', '214900.985000', '214900.987000', '214900.990000', '214900.992000', '214900.995000', '214900.998000', '214901.001000', '214901.004000', '214901.006000', '214901.009000', '214901.012000', '214901.014000', '214901.017000', '214901.020000', '214901.022000', '214901.025000', '214901.027000', '214901.030000', '214901.033000', '214901.035000', '214901.038000', '214901.040000', '214901.043000', '214901.046000', '214901.048000', '214901.051000', '214901.053000', '214901.056000', '214901.059000', '214901.061000', '214901.064000', '214901.066000', '214901.069000', '214901.072000', '214901.074000', '214901.077000', '214901.080000', '214901.082000', '214901.085000', '214901.087000', '214920.973000', '214920.976000', '214920.979000', '214920.982000', '214920.984000', '214920.987000', '214920.990000', '214920.992000', '214920.995000', '214920.997000', '214921.001000', '214921.003000', '214921.006000', '214921.009000', '214921.011000', '214921.014000', '214921.017000', '214921.019000', '214921.023000', '214921.026000', '214921.028000', '214921.031000', '214921.034000', '214921.036000', '214921.039000', '214921.041000', '214921.044000', '214921.047000', '214921.049000', '214921.052000', '214921.054000', '214921.057000', '214921.059000', '214921.062000', '214921.065000', '214921.082000', '214921.085000', '214921.087000', '214921.090000', '214921.093000', '214921.095000', '214921.098000', '214921.100000', '214940.974000', '214940.976000', '214940.979000', '214940.982000', '214940.984000', '214940.987000', '214940.990000', '214940.992000', '214940.995000', '214940.998000', '214941.001000', '214941.004000', '214941.007000', '214941.009000', '214941.012000', '214941.014000', '214941.017000', '214941.020000', '214941.022000', '214941.025000', '214941.027000', '214941.030000', '214941.033000', '214941.035000', '214941.038000', '214941.040000', '214941.043000', '214941.045000', '214941.048000', '214941.057000', '214941.060000', '214941.062000', '214941.065000', '214941.068000', '214941.071000', '214941.073000', '214941.076000', '214941.078000', '214941.081000', '214941.084000', '214941.086000', '214941.089000', '214941.091000', '214941.094000', '215000.974000', '215000.976000', '215000.979000', '215000.982000', '215000.984000', '215000.987000', '215000.990000', '215000.992000', '215000.995000', '215000.997000', '215001.001000', '215001.003000', '215001.006000', '215001.009000', '215001.011000', '215001.014000', '215001.016000', '215001.019000', '215001.022000', '215001.024000', '215001.027000', '215001.030000', '215001.032000', '215001.035000', '215001.038000', '215001.041000', '215001.043000', '215001.046000', '215001.049000', '215001.051000', '215001.054000', '215001.056000', '215001.059000', '215001.062000', '215001.064000', '215001.067000', '215001.070000', '215001.072000', '215001.075000', '215001.077000', '215001.080000', '215001.083000', '215001.085000', '215020.973000', '215020.976000', '215020.979000', '215020.982000', '215020.984000', '215020.987000', '215020.990000', '215020.992000', '215020.995000', '215020.997000', '215021.001000', '215021.004000', '215021.006000', '215021.009000', '215021.012000', '215021.014000', '215021.017000', '215021.020000', '215021.022000', '215021.025000', '215021.028000', '215021.030000', '215021.033000', '215021.035000', '215021.038000', '215021.041000', '215021.043000', '215021.046000', '215021.048000', '215021.051000', '215021.054000', '215021.056000', '215021.059000', '215021.061000', '215021.064000', '215021.067000', '215021.069000', '215021.072000', '215021.074000', '215021.077000', '215021.089000', '215021.092000', '215021.095000', '215021.098000', '215040.974000', '215040.977000', '215040.979000', '215040.982000', '215040.985000', '215040.987000', '215040.990000', '215040.992000', '215040.995000', '215040.998000', '215041.002000', '215041.004000', '215041.007000', '215041.010000', '215041.012000', '215041.015000', '215041.017000', '215041.020000', '215041.023000', '215041.025000', '215041.028000', '215041.031000', '215041.034000', '215041.036000', '215041.039000', '215041.042000', '215041.045000', '215041.047000', '215041.050000', '215041.053000', '215041.056000', '215041.058000', '215041.062000', '215041.065000', '215041.068000', '215041.071000', '215041.074000', '215041.076000', '215041.079000', '215041.082000', '215041.084000', '215041.087000', '215041.089000', '215100.973000', '215100.976000', '215100.979000', '215100.982000', '215100.985000', '215100.987000', '215100.990000', '215100.992000', '215100.995000', '215100.998000', '215101.001000', '215101.004000', '215101.007000', '215101.009000', '215101.012000', '215101.014000', '215101.017000', '215101.020000', '215101.022000', '215101.025000', '215101.027000', '215101.030000', '215101.033000', '215101.035000', '215101.038000', '215101.040000', '215101.043000', '215101.046000', '215101.048000', '215101.051000', '215101.054000', '215101.056000', '215101.059000', '215101.061000', '215101.064000', '215101.067000', '215101.069000', '215101.072000', '215101.074000', '215101.077000', '215101.080000', '215101.082000', '215101.085000', '215101.087000', '215120.973000', '215120.977000', '215120.980000', '215120.982000', '215120.985000', '215120.987000', '215120.990000', '215120.992000', '215120.995000', '215120.998000', '215121.001000', '215121.004000', '215121.006000', '215121.009000', '215121.012000', '215121.014000', '215121.017000', '215121.020000', '215121.022000', '215121.025000', '215121.027000', '215121.030000', '215121.033000', '215121.035000', '215121.038000', '215121.041000', '215121.043000', '215121.046000', '215121.049000', '215121.062000', '215121.064000', '215121.067000', '215121.070000', '215121.072000', '215121.075000', '215121.077000', '215121.080000', '215121.082000', '215121.085000', '215121.088000', '215121.090000', '215121.093000', '215121.095000', '215140.974000', '215140.977000', '215140.980000', '215140.983000', '215140.985000', '215140.988000', '215140.990000', '215140.993000', '215140.996000', '215140.998000', '215141.002000', '215141.004000', '215141.007000', '215141.010000', '215141.012000', '215141.015000', '215141.018000', '215141.020000', '215141.023000', '215141.025000', '215141.028000', '215141.031000', '215141.033000', '215141.036000', '215141.038000', '215141.041000', '215141.044000', '215141.046000', '215141.049000', '215141.051000', '215141.054000', '215141.057000', '215141.059000', '215141.062000', '215141.064000', '215141.067000', '215141.070000', '215141.072000', '215141.075000', '215141.077000', '215141.080000', '215141.083000', '215141.085000', '215141.088000', '215200.974000', '215200.977000', '215200.979000', '215200.982000', '215200.985000', '215200.987000', '215200.990000', '215200.992000', '215200.995000', '215200.998000', '215201.001000', '215201.004000', '215201.006000', '215201.009000', '215201.012000', '215201.014000', '215201.017000', '215201.019000', '215201.022000', '215201.025000', '215201.027000', '215201.030000', '215201.032000', '215201.035000', '215201.038000', '215201.040000', '215201.043000', '215201.045000', '215201.048000', '215201.051000', '215201.053000', '215201.056000', '215201.059000', '215201.061000', '215201.070000', '215201.072000', '215201.075000', '215201.078000', '215201.080000', '215201.083000', '215201.086000', '215201.088000', '215201.091000', '215201.523000', '215201.527000'], 'InstanceCreationTime': ['214501.013000', '214501.017000', '214501.020000', '214501.023000', '214501.025000', '214501.028000', '214501.030000', '214501.033000', '214501.036000', '214501.038000', '214501.041000', '214501.043000', '214501.046000', '214501.049000', '214501.051000', '214501.060000', '214501.062000', '214501.065000', '214501.068000', '214501.070000', '214501.073000', '214501.076000', '214501.079000', '214501.081000', '214501.084000', '214501.087000', '214501.090000', '214501.093000', '214501.095000', '214501.098000', '214501.112000', '214501.114000', '214501.117000', '214501.119000', '214501.122000', '214501.125000', '214501.127000', '214501.130000', '214501.132000', '214501.135000', '214501.142000', '214501.144000', '214501.147000', '214501.150000', '214501.152000', '214501.155000', '214501.158000', '214501.160000', '214501.163000', '214501.165000', '214501.168000', '214501.171000', '214520.973000', '214520.976000', '214520.979000', '214520.988000', '214520.990000', '214520.993000', '214520.995000', '214520.998000', '214521.002000', '214521.004000', '214521.007000', '214521.010000', '214521.012000', '214521.015000', '214521.017000', '214521.020000', '214521.023000', '214521.025000', '214521.035000', '214521.038000', '214521.040000', '214521.043000', '214521.045000', '214521.048000', '214521.050000', '214521.053000', '214521.056000', '214521.058000', '214521.061000', '214521.063000', '214521.066000', '214521.068000', '214521.071000', '214521.074000', '214521.076000', '214521.079000', '214521.081000', '214521.084000', '214521.086000', '214521.089000', '214521.092000', '214521.094000', '214521.097000', '214521.099000', '214540.973000', '214540.976000', '214540.979000', '214540.982000', '214540.984000', '214540.987000', '214540.989000', '214540.992000', '214540.994000', '214540.997000', '214541.001000', '214541.003000', '214541.006000', '214541.008000', '214541.011000', '214541.014000', '214541.016000', '214541.019000', '214541.021000', '214541.024000', '214541.027000', '214541.029000', '214541.032000', '214541.034000', '214541.037000', '214541.045000', '214541.048000', '214541.051000', '214541.053000', '214541.056000', '214541.058000', '214541.061000', '214541.063000', '214541.066000', '214541.069000', '214541.071000', '214541.074000', '214541.076000', '214541.085000', '214541.088000', '214541.090000', '214541.094000', '214541.097000', '214600.973000', '214600.976000', '214600.979000', '214600.982000', '214600.984000', '214600.987000', '214600.989000', '214600.992000', '214600.995000', '214600.997000', '214601.001000', '214601.004000', '214601.006000', '214601.009000', '214601.011000', '214601.014000', '214601.017000', '214601.019000', '214601.022000', '214601.024000', '214601.027000', '214601.029000', '214601.032000', '214601.035000', '214601.037000', '214601.040000', '214601.042000', '214601.045000', '214601.048000', '214601.050000', '214601.053000', '214601.056000', '214601.058000', '214601.061000', '214601.064000', '214601.066000', '214601.069000', '214601.071000', '214601.074000', '214601.077000', '214601.079000', '214601.082000', '214601.085000', '214601.087000', '214620.973000', '214620.976000', '214620.979000', '214620.982000', '214620.984000', '214620.987000', '214620.990000', '214620.992000', '214620.995000', '214620.997000', '214621.001000', '214621.004000', '214621.006000', '214621.009000', '214621.034000', '214621.036000', '214621.039000', '214621.041000', '214621.044000', '214621.047000', '214621.049000', '214621.052000', '214621.054000', '214621.057000', '214621.060000', '214621.062000', '214621.065000', '214621.067000', '214621.070000', '214621.073000', '214621.075000', '214621.078000', '214621.081000', '214621.083000', '214621.086000', '214621.088000', '214621.091000', '214621.093000', '214621.096000', '214621.099000', '214621.101000', '214621.104000', '214621.106000', '214640.973000', '214640.976000', '214640.979000', '214640.982000', '214640.984000', '214640.987000', '214640.989000', '214640.992000', '214640.995000', '214640.997000', '214641.001000', '214641.004000', '214641.006000', '214641.009000', '214641.011000', '214641.014000', '214641.017000', '214641.026000', '214641.033000', '214641.035000', '214641.038000', '214641.041000', '214641.043000', '214641.046000', '214641.048000', '214641.051000', '214641.053000', '214641.056000', '214641.059000', '214641.061000', '214641.064000', '214641.066000', '214641.069000', '214641.072000', '214641.075000', '214641.077000', '214641.080000', '214641.082000', '214641.085000', '214641.087000', '214641.090000', '214641.093000', '214641.096000', '214641.098000', '214700.973000', '214700.976000', '214700.979000', '214700.982000', '214700.984000', '214700.987000', '214700.989000', '214700.992000', '214700.995000', '214700.997000', '214701.001000', '214701.003000', '214701.006000', '214701.008000', '214701.011000', '214701.014000', '214701.016000', '214701.019000', '214701.021000', '214701.024000', '214701.027000', '214701.029000', '214701.032000', '214701.035000', '214701.037000', '214701.040000', '214701.042000', '214701.045000', '214701.048000', '214701.050000', '214701.053000', '214701.056000', '214701.058000', '214701.061000', '214701.063000', '214701.066000', '214701.068000', '214701.071000', '214701.073000', '214701.076000', '214701.079000', '214701.081000', '214701.084000', '214720.973000', '214720.976000', '214720.979000', '214720.981000', '214720.984000', '214720.987000', '214720.989000', '214720.992000', '214720.995000', '214720.997000', '214721.001000', '214721.003000', '214721.006000', '214721.009000', '214721.011000', '214721.014000', '214721.017000', '214721.019000', '214721.022000', '214721.024000', '214721.027000', '214721.029000', '214721.032000', '214721.035000', '214721.037000', '214721.040000', '214721.043000', '214721.045000', '214721.048000', '214721.050000', '214721.053000', '214721.056000', '214721.058000', '214721.061000', '214721.079000', '214721.082000', '214721.085000', '214721.087000', '214721.090000', '214721.092000', '214721.095000', '214721.098000', '214721.100000', '214721.103000', '214740.973000', '214740.976000', '214740.980000', '214740.982000', '214740.985000', '214740.987000', '214740.990000', '214740.993000', '214740.995000', '214740.998000', '214741.001000', '214741.004000', '214741.007000', '214741.009000', '214741.012000', '214741.014000', '214741.017000', '214741.020000', '214741.022000', '214741.025000', '214741.027000', '214741.030000', '214741.033000', '214741.035000', '214741.038000', '214741.040000', '214741.043000', '214741.046000', '214741.048000', '214741.051000', '214741.053000', '214741.056000', '214741.059000', '214741.061000', '214741.064000', '214741.066000', '214741.069000', '214741.072000', '214741.074000', '214741.077000', '214741.080000', '214741.082000', '214741.085000', '214800.973000', '214800.976000', '214800.979000', '214800.982000', '214800.985000', '214800.988000', '214800.990000', '214800.993000', '214800.996000', '214800.998000', '214801.015000', '214801.018000', '214801.021000', '214801.023000', '214801.026000', '214801.029000', '214801.031000', '214801.034000', '214801.036000', '214801.039000', '214801.042000', '214801.044000', '214801.047000', '214801.050000', '214801.052000', '214801.055000', '214801.057000', '214801.060000', '214801.063000', '214801.065000', '214801.068000', '214801.070000', '214801.073000', '214801.075000', '214801.078000', '214801.081000', '214801.083000', '214801.086000', '214801.088000', '214801.091000', '214801.094000', '214801.096000', '214801.099000', '214801.101000', '214820.973000', '214820.976000', '214820.979000', '214820.982000', '214820.984000', '214820.987000', '214820.990000', '214820.992000', '214820.995000', '214820.997000', '214821.001000', '214821.003000', '214821.006000', '214821.009000', '214821.011000', '214821.014000', '214821.017000', '214821.019000', '214821.022000', '214821.024000', '214821.027000', '214821.030000', '214821.032000', '214821.042000', '214821.045000', '214821.047000', '214821.050000', '214821.053000', '214821.055000', '214821.058000', '214821.060000', '214821.063000', '214821.065000', '214821.068000', '214821.071000', '214821.073000', '214821.076000', '214821.079000', '214821.081000', '214821.084000', '214821.086000', '214821.089000', '214821.092000', '214840.974000', '214840.976000', '214840.979000', '214840.982000', '214840.985000', '214840.987000', '214840.990000', '214840.993000', '214840.996000', '214840.998000', '214841.002000', '214841.004000', '214841.007000', '214841.010000', '214841.012000', '214841.015000', '214841.018000', '214841.021000', '214841.023000', '214841.026000', '214841.028000', '214841.031000', '214841.034000', '214841.036000', '214841.039000', '214841.042000', '214841.044000', '214841.047000', '214841.050000', '214841.052000', '214841.055000', '214841.059000', '214841.062000', '214841.064000', '214841.067000', '214841.070000', '214841.072000', '214841.075000', '214841.078000', '214841.080000', '214841.083000', '214841.094000', '214841.096000', '214900.974000', '214900.977000', '214900.979000', '214900.982000', '214900.985000', '214900.987000', '214900.990000', '214900.992000', '214900.995000', '214900.998000', '214901.001000', '214901.004000', '214901.006000', '214901.009000', '214901.012000', '214901.014000', '214901.017000', '214901.020000', '214901.022000', '214901.025000', '214901.027000', '214901.030000', '214901.033000', '214901.035000', '214901.038000', '214901.040000', '214901.043000', '214901.046000', '214901.048000', '214901.051000', '214901.053000', '214901.056000', '214901.059000', '214901.061000', '214901.064000', '214901.066000', '214901.069000', '214901.072000', '214901.074000', '214901.077000', '214901.080000', '214901.082000', '214901.085000', '214901.087000', '214920.973000', '214920.976000', '214920.979000', '214920.982000', '214920.984000', '214920.987000', '214920.990000', '214920.992000', '214920.995000', '214920.997000', '214921.001000', '214921.003000', '214921.006000', '214921.009000', '214921.011000', '214921.014000', '214921.017000', '214921.019000', '214921.023000', '214921.026000', '214921.028000', '214921.031000', '214921.034000', '214921.036000', '214921.039000', '214921.041000', '214921.044000', '214921.047000', '214921.049000', '214921.052000', '214921.054000', '214921.057000', '214921.059000', '214921.062000', '214921.065000', '214921.082000', '214921.085000', '214921.087000', '214921.090000', '214921.093000', '214921.095000', '214921.098000', '214921.100000', '214940.974000', '214940.976000', '214940.979000', '214940.982000', '214940.984000', '214940.987000', '214940.990000', '214940.992000', '214940.995000', '214940.998000', '214941.001000', '214941.004000', '214941.007000', '214941.009000', '214941.012000', '214941.014000', '214941.017000', '214941.020000', '214941.022000', '214941.025000', '214941.027000', '214941.030000', '214941.033000', '214941.035000', '214941.038000', '214941.040000', '214941.043000', '214941.045000', '214941.048000', '214941.057000', '214941.060000', '214941.062000', '214941.065000', '214941.068000', '214941.071000', '214941.073000', '214941.076000', '214941.078000', '214941.081000', '214941.084000', '214941.086000', '214941.089000', '214941.091000', '214941.094000', '215000.974000', '215000.976000', '215000.979000', '215000.982000', '215000.984000', '215000.987000', '215000.990000', '215000.992000', '215000.995000', '215000.997000', '215001.001000', '215001.003000', '215001.006000', '215001.009000', '215001.011000', '215001.014000', '215001.016000', '215001.019000', '215001.022000', '215001.024000', '215001.027000', '215001.030000', '215001.032000', '215001.035000', '215001.038000', '215001.041000', '215001.043000', '215001.046000', '215001.049000', '215001.051000', '215001.054000', '215001.056000', '215001.059000', '215001.062000', '215001.064000', '215001.067000', '215001.070000', '215001.072000', '215001.075000', '215001.077000', '215001.080000', '215001.083000', '215001.085000', '215020.973000', '215020.976000', '215020.979000', '215020.982000', '215020.984000', '215020.987000', '215020.990000', '215020.992000', '215020.995000', '215020.997000', '215021.001000', '215021.004000', '215021.006000', '215021.009000', '215021.012000', '215021.014000', '215021.017000', '215021.020000', '215021.022000', '215021.025000', '215021.028000', '215021.030000', '215021.033000', '215021.035000', '215021.038000', '215021.041000', '215021.043000', '215021.046000', '215021.048000', '215021.051000', '215021.054000', '215021.056000', '215021.059000', '215021.061000', '215021.064000', '215021.067000', '215021.069000', '215021.072000', '215021.074000', '215021.077000', '215021.089000', '215021.092000', '215021.095000', '215021.098000', '215040.974000', '215040.977000', '215040.979000', '215040.982000', '215040.985000', '215040.987000', '215040.990000', '215040.992000', '215040.995000', '215040.998000', '215041.002000', '215041.004000', '215041.007000', '215041.010000', '215041.012000', '215041.015000', '215041.017000', '215041.020000', '215041.023000', '215041.025000', '215041.028000', '215041.031000', '215041.034000', '215041.036000', '215041.039000', '215041.042000', '215041.045000', '215041.047000', '215041.050000', '215041.053000', '215041.056000', '215041.058000', '215041.062000', '215041.065000', '215041.068000', '215041.071000', '215041.074000', '215041.076000', '215041.079000', '215041.082000', '215041.084000', '215041.087000', '215041.089000', '215100.973000', '215100.976000', '215100.979000', '215100.982000', '215100.985000', '215100.987000', '215100.990000', '215100.992000', '215100.995000', '215100.998000', '215101.001000', '215101.004000', '215101.007000', '215101.009000', '215101.012000', '215101.014000', '215101.017000', '215101.020000', '215101.022000', '215101.025000', '215101.027000', '215101.030000', '215101.033000', '215101.035000', '215101.038000', '215101.040000', '215101.043000', '215101.046000', '215101.048000', '215101.051000', '215101.054000', '215101.056000', '215101.059000', '215101.061000', '215101.064000', '215101.067000', '215101.069000', '215101.072000', '215101.074000', '215101.077000', '215101.080000', '215101.082000', '215101.085000', '215101.087000', '215120.973000', '215120.977000', '215120.980000', '215120.982000', '215120.985000', '215120.987000', '215120.990000', '215120.992000', '215120.995000', '215120.998000', '215121.001000', '215121.004000', '215121.006000', '215121.009000', '215121.012000', '215121.014000', '215121.017000', '215121.020000', '215121.022000', '215121.025000', '215121.027000', '215121.030000', '215121.033000', '215121.035000', '215121.038000', '215121.041000', '215121.043000', '215121.046000', '215121.049000', '215121.062000', '215121.064000', '215121.067000', '215121.070000', '215121.072000', '215121.075000', '215121.077000', '215121.080000', '215121.082000', '215121.085000', '215121.088000', '215121.090000', '215121.093000', '215121.095000', '215140.974000', '215140.977000', '215140.980000', '215140.983000', '215140.985000', '215140.988000', '215140.990000', '215140.993000', '215140.996000', '215140.998000', '215141.002000', '215141.004000', '215141.007000', '215141.010000', '215141.012000', '215141.015000', '215141.018000', '215141.020000', '215141.023000', '215141.025000', '215141.028000', '215141.031000', '215141.033000', '215141.036000', '215141.038000', '215141.041000', '215141.044000', '215141.046000', '215141.049000', '215141.051000', '215141.054000', '215141.057000', '215141.059000', '215141.062000', '215141.064000', '215141.067000', '215141.070000', '215141.072000', '215141.075000', '215141.077000', '215141.080000', '215141.083000', '215141.085000', '215141.088000', '215200.974000', '215200.977000', '215200.979000', '215200.982000', '215200.985000', '215200.987000', '215200.990000', '215200.992000', '215200.995000', '215200.998000', '215201.001000', '215201.004000', '215201.006000', '215201.009000', '215201.012000', '215201.014000', '215201.017000', '215201.019000', '215201.022000', '215201.025000', '215201.027000', '215201.030000', '215201.032000', '215201.035000', '215201.038000', '215201.040000', '215201.043000', '215201.045000', '215201.048000', '215201.051000', '215201.053000', '215201.056000', '215201.059000', '215201.061000', '215201.070000', '215201.072000', '215201.075000', '215201.078000', '215201.080000', '215201.083000', '215201.086000', '215201.088000', '215201.091000', '215201.523000', '215201.527000'], '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': [11460, 7723, 10990, 8007, 11750, 7911, 10986, 7850, 11932, 7837, 12168, 8166, 12348, 7987, 11436, 7650, 10886, 7823, 10331, 7735, 10252, 7334, 10185, 7146, 10159, 6573, 9908, 6969, 9578, 6237, 8693, 6380, 8417, 7678, 8347, 10589, 8041, 11795, 7524, 10358, 7826, 10275, 6964, 10048, 7033, 9855, 6515, 9707, 6460, 9254, 9200, 8813, 10043, 7460, 11445, 7431, 10559, 7405, 10026, 7270, 9768, 6696, 9669, 6343, 9671, 6519, 9456, 8310, 8145, 9112, 7276, 10780, 7462, 10453, 7576, 9770, 6360, 8941, 6279, 8265, 8158, 8532, 10140, 8362, 7918, 8094, 6065, 7838, 7338, 8133, 10710, 7748, 11798, 7962, 10316, 7158, 9755, 7095, 8679, 9313, 8499, 10511, 7732, 11347, 8009, 10540, 7525, 9666, 6970, 9205, 6607, 9020, 6585, 9152, 7292, 8063, 9069, 7410, 11056, 7547, 10417, 7743, 9778, 7219, 9497, 6599, 8940, 6509, 9113, 6451, 8535, 6356, 8317, 7606, 8018, 10115, 7397, 9800, 7208, 9741, 7219, 9244, 6485, 8845, 6219, 8695, 7935, 7805, 10730, 7254, 10414, 7575, 9527, 6766, 9555, 6917, 9569, 7202, 9255, 6851, 10063, 7682, 10977, 7746, 10147, 9135, 10801, 10870, 7187, 11110, 9066, 10556, 13465, 8453, 11621, 8246, 10964, 7013, 9436, 6396, 9103, 7284, 9108, 8897, 8263, 8565, 7756, 10595, 7918, 11488, 7934, 10742, 7359, 10058, 7580, 10266, 7200, 10672, 7407, 9784, 6873, 8808, 11103, 8131, 10967, 8466, 10513, 7787, 9951, 7010, 9678, 6444, 9307, 6693, 9242, 6714, 8406, 9562, 8117, 11487, 7676, 10623, 8021, 9646, 6699, 9145, 6832, 8657, 10727, 8157, 11053, 7353, 9881, 7038, 9449, 6450, 8916, 6640, 8257, 10229, 7464, 10049, 7851, 9526, 7284, 9491, 6431, 9117, 6462, 8954, 7680, 8923, 9048, 8320, 12059, 8099, 10706, 8427, 10319, 7269, 9767, 6663, 9128, 6767, 9449, 6744, 8990, 8493, 8399, 11219, 8128, 10404, 7906, 9701, 6226, 8642, 7856, 8277, 10320, 8376, 10709, 8141, 10592, 7553, 9839, 7444, 9620, 7118, 10177, 6765, 9697, 6841, 8969, 10834, 8105, 11189, 8441, 10311, 8041, 9915, 6876, 9511, 6787, 9175, 8138, 8855, 7721, 8095, 8669, 8938, 10174, 8052, 6561, 10075, 7584, 10932, 7364, 10388, 7015, 9236, 10912, 8495, 11782, 8485, 10079, 7524, 9544, 6943, 9416, 6657, 8512, 8361, 8469, 7692, 8040, 9742, 7435, 11256, 7728, 10044, 8053, 10238, 7629, 10083, 7300, 10034, 7468, 10164, 7023, 9852, 7206, 9031, 9844, 9071, 11376, 8906, 11773, 7763, 10850, 8095, 10251, 7394, 9893, 6564, 9081, 7734, 8333, 10584, 7777, 11724, 7656, 10115, 7206, 9699, 7278, 9690, 6822, 9596, 6582, 9517, 6371, 9832, 9637, 9502, 11340, 9266, 8531, 9116, 10266, 8876, 12221, 8284, 11404, 8386, 10284, 7781, 10063, 7313, 9744, 8105, 9063, 9935, 7929, 11997, 7445, 10336, 8098, 10301, 7458, 9787, 7095, 9498, 7682, 9206, 11178, 8245, 11405, 7759, 10270, 7794, 10061, 7771, 9894, 7063, 9596, 6719, 8914, 9414, 8275, 12091, 7977, 10663, 7567, 11276, 7389, 10529, 7501, 9700, 7201, 10067, 6607, 9853, 7090, 9917, 8998, 9812, 11279, 9397, 11698, 8384, 11191, 8296, 10510, 8052, 10352, 7573, 9587, 6740, 9222, 6496, 9080, 8053, 8804, 8629, 8042, 11510, 7623, 10651, 8123, 10238, 7750, 9516, 6404, 9368, 7107, 9012, 11051, 8787, 11294, 7629, 10632, 8012, 10437, 8048, 10610, 7647, 10488, 7485, 10383, 6951, 10269, 7845, 9911, 6677, 9530, 8865, 9179, 12415, 9118, 12681, 8528, 11912, 7802, 10718, 8072, 10107, 7227, 10020, 7145, 9479, 9109, 8848, 11719, 9260, 11311, 8133, 7341, 10040, 7265, 11011, 8501, 10959, 7694, 11224, 8395, 10850, 8154, 10678, 8172, 10675, 7961, 12268, 8304, 6283, 8558, 12398, 8184, 10066, 6615, 9399, 8957, 9468, 12595, 8625, 12116, 8644, 11207, 8330, 11353, 8495, 10509, 8156, 10293, 8011, 10434, 8212, 10870, 8426, 11076, 8364, 10829, 8024, 10249, 8209, 9367, 8954, 8729, 12914, 8349, 10797, 7598, 10193, 7827, 9227, 7857, 9278, 7507, 9409, 6285, 8976, 8416, 8488, 10868, 8082, 10637, 7832, 10037, 7839, 9974, 7417, 9789, 6339, 9091, 6260, 9054, 8797, 8566, 12499, 8559, 10431, 8121, 9530, 7193, 10629, 7385, 10157, 7689, 11505, 8073, 11118, 8252, 11135, 8266, 10476, 7420, 9807, 6930, 9607, 9068, 9237, 12612, 8130, 11116, 8693, 10510, 7869, 9984, 7671, 10066, 7451, 10405, 7508, 10230, 7116, 9496, 6988, 9468, 7907, 10155, 7276, 9993, 12811, 9071, 11169, 6712, 8752, 11555, 7568, 10977, 7483, 11088, 9585, 9672, 11458, 8847, 12607, 8426, 9777, 9500, 7226, 11205, 8074, 11918, 8339, 11537, 8127, 10492, 7582, 9852, 7739, 9494, 11137, 8890, 11552, 8667, 12049, 8495, 10991, 8259, 10941, 7725, 9751, 7485, 9467, 6488, 8258, 8089, 8001, 10504, 7395, 10615, 7428, 9363, 7576, 9085, 7399, 9371, 6911, 9465, 6524, 9495, 10397, 8721, 12016, 8376, 10491, 8296, 10004, 7510, 9572, 6817, 9842, 6719, 9984, 6601, 9323, 8188, 9547, 9562, 9706, 11780, 8876, 11841, 8720, 10829, 8634, 10529, 7089, 9974, 6815, 9700, 7587, 9581, 9638, 9480, 11565, 8489, 11392, 8503, 10514, 8110, 10210, 7002, 9864, 9733, 9166, 12596, 8461, 10963, 8772, 10260, 7857, 9761, 6876, 10185, 7414, 10328, 7024, 9992, 6750, 10224, 7345, 9938, 10508, 9839, 11365, 9739, 13604, 8292, 11067, 8745, 10772, 8154, 10579, 7460, 9793, 6641, 9536, 9350, 9143, 13180, 8241, 11583, 7777, 10110, 7727, 9913, 7189, 10048, 7458, 10723, 7294, 10138, 7003, 10010, 7078, 8751, 9091, 8555, 10045, 9749, 7712, 11132, 8408, 11273, 8392, 10804, 8034, 10935, 12919, 9235, 11943, 8799, 10480, 7993, 9912, 7176, 9117, 6606, 8906, 9314, 8777, 10200, 7984, 11420, 7889, 10381, 8083, 10252, 7671, 10304, 7196, 9936, 8346, 9295, 12221, 8481, 13458, 8521, 11033, 7872, 10097, 7771, 9835, 7042, 10089, 7067, 9743, 6261, 8969, 8828, 8211, 12356, 8385, 10544, 8075, 9885, 8274, 9217, 11944, 9090, 10690, 8110, 9838, 7084, 9351, 11394, 8443, 11152, 8212, 10462, 8374, 10266, 7565, 10173, 7512, 10319, 6891, 10055, 8305, 9879, 10530, 8847, 12077, 8435, 10768, 8086, 10414, 7834, 9648, 9828, 8386, 11853, 7725, 10364, 8089, 10059, 7600, 9768, 6537, 9646, 8159, 9341, 12411, 8643, 11499, 8506, 10491, 7976, 10378, 7493, 10439, 7563, 10056, 8458, 9475, 12961, 8143, 10873, 8477, 10826, 8299, 10761, 7611, 10292, 7180, 9556, 10251, 9473, 13363, 8728, 12202, 7912, 10416, 7953, 10574, 8370, 10797, 7599, 10074, 6906, 9230, 11172, 8555, 13383, 8412, 12132, 8106, 10614, 8304, 10481, 7273, 10184, 7007, 9337, 10770, 8268, 12505, 8299, 11097, 8666, 10387, 7740, 10037, 6783, 9474, 10214], 'WindowCenter': [3898.0, 3852.0, 3871.0, 3838.0, 3867.0, 3836.0, 3866.0, 3836.0, 3865.0, 3824.0, 3865.0, 3834.0, 3864.0, 3823.0, 3855.0, 3811.0, 3842.0, 3810.0, 3842.0, 3811.0, 3841.0, 3812.0, 3841.0, 3810.0, 3841.0, 3800.0, 3845.0, 3812.0, 3842.0, 3790.0, 3832.0, 3800.0, 3821.0, 3810.0, 3833.0, 3842.0, 3822.0, 3855.0, 3823.0, 3843.0, 3811.0, 3843.0, 3813.0, 3841.0, 3810.0, 3843.0, 3800.0, 3842.0, 3799.0, 3844.0, 3831.0, 3833.0, 3841.0, 3811.0, 3852.0, 3808.0, 3842.0, 3809.0, 3842.0, 3811.0, 3843.0, 3801.0, 3832.0, 3800.0, 3832.0, 3789.0, 3843.0, 3820.0, 3820.0, 3830.0, 3809.0, 3840.0, 3811.0, 3840.0, 3810.0, 3841.0, 3788.0, 3830.0, 3787.0, 3832.0, 3820.0, 3832.0, 3842.0, 3832.0, 3832.0, 3833.0, 3814.0, 3835.0, 3822.0, 3835.0, 3855.0, 3836.0, 3866.0, 3834.0, 3856.0, 3812.0, 3843.0, 3798.0, 3821.0, 3829.0, 3819.0, 3839.0, 3808.0, 3840.0, 3808.0, 3828.0, 3806.0, 3828.0, 3796.0, 3817.0, 3784.0, 3816.0, 3784.0, 3829.0, 3807.0, 3809.0, 3828.0, 3797.0, 3839.0, 3807.0, 3838.0, 3809.0, 3830.0, 3808.0, 3830.0, 3797.0, 3830.0, 3787.0, 3831.0, 3798.0, 3831.0, 3800.0, 3821.0, 3820.0, 3821.0, 3853.0, 3822.0, 3854.0, 3823.0, 3843.0, 3823.0, 3845.0, 3803.0, 3844.0, 3803.0, 3845.0, 3833.0, 3824.0, 3854.0, 3824.0, 3867.0, 3835.0, 3856.0, 3815.0, 3856.0, 3826.0, 3858.0, 3839.0, 3874.0, 3829.0, 3869.0, 3839.0, 3881.0, 3838.0, 3857.0, 3848.0, 3856.0, 3857.0, 3814.0, 3867.0, 3832.0, 3842.0, 3851.0, 3822.0, 3842.0, 3818.0, 3839.0, 3809.0, 3828.0, 3786.0, 3830.0, 3808.0, 3832.0, 3830.0, 3832.0, 3831.0, 3821.0, 3852.0, 3834.0, 3865.0, 3835.0, 3866.0, 3825.0, 3855.0, 3823.0, 3843.0, 3811.0, 3856.0, 3811.0, 3843.0, 3800.0, 3833.0, 3840.0, 3819.0, 3839.0, 3821.0, 3842.0, 3810.0, 3840.0, 3798.0, 3828.0, 3786.0, 3830.0, 3798.0, 3834.0, 3799.0, 3821.0, 3829.0, 3808.0, 3851.0, 3809.0, 3843.0, 3820.0, 3830.0, 3800.0, 3830.0, 3799.0, 3820.0, 3840.0, 3819.0, 3852.0, 3809.0, 3839.0, 3811.0, 3841.0, 3799.0, 3831.0, 3799.0, 3833.0, 3852.0, 3811.0, 3843.0, 3821.0, 3843.0, 3823.0, 3844.0, 3801.0, 3832.0, 3800.0, 3843.0, 3823.0, 3844.0, 3845.0, 3834.0, 3863.0, 3822.0, 3843.0, 3821.0, 3842.0, 3810.0, 3841.0, 3799.0, 3831.0, 3798.0, 3842.0, 3800.0, 3834.0, 3832.0, 3832.0, 3852.0, 3820.0, 3843.0, 3821.0, 3843.0, 3790.0, 3831.0, 3819.0, 3820.0, 3841.0, 3821.0, 3853.0, 3822.0, 3853.0, 3822.0, 3842.0, 3811.0, 3844.0, 3812.0, 3855.0, 3812.0, 3844.0, 3812.0, 3832.0, 3841.0, 3821.0, 3840.0, 3821.0, 3831.0, 3809.0, 3828.0, 3786.0, 3816.0, 3785.0, 3816.0, 3805.0, 3816.0, 3805.0, 3807.0, 3818.0, 3828.0, 3838.0, 3818.0, 3797.0, 3841.0, 3809.0, 3852.0, 3810.0, 3842.0, 3798.0, 3829.0, 3838.0, 3818.0, 3839.0, 3818.0, 3829.0, 3808.0, 3829.0, 3796.0, 3828.0, 3796.0, 3818.0, 3818.0, 3820.0, 3820.0, 3822.0, 3842.0, 3823.0, 3852.0, 3822.0, 3844.0, 3823.0, 3843.0, 3822.0, 3843.0, 3811.0, 3841.0, 3809.0, 3844.0, 3799.0, 3841.0, 3808.0, 3829.0, 3829.0, 3830.0, 3851.0, 3830.0, 3850.0, 3809.0, 3840.0, 3808.0, 3840.0, 3797.0, 3830.0, 3798.0, 3829.0, 3807.0, 3818.0, 3839.0, 3809.0, 3851.0, 3820.0, 3842.0, 3810.0, 3841.0, 3811.0, 3843.0, 3811.0, 3844.0, 3812.0, 3844.0, 3801.0, 3844.0, 3843.0, 3844.0, 3855.0, 3843.0, 3832.0, 3833.0, 3841.0, 3831.0, 3863.0, 3834.0, 3854.0, 3832.0, 3843.0, 3811.0, 3841.0, 3808.0, 3841.0, 3808.0, 3830.0, 3840.0, 3807.0, 3837.0, 3797.0, 3840.0, 3819.0, 3840.0, 3809.0, 3829.0, 3797.0, 3829.0, 3807.0, 3831.0, 3839.0, 3818.0, 3849.0, 3809.0, 3839.0, 3807.0, 3828.0, 3808.0, 3828.0, 3798.0, 3829.0, 3797.0, 3830.0, 3829.0, 3821.0, 3863.0, 3823.0, 3852.0, 3823.0, 3852.0, 3811.0, 3852.0, 3811.0, 3844.0, 3824.0, 3845.0, 3813.0, 3844.0, 3812.0, 3843.0, 3831.0, 3844.0, 3852.0, 3832.0, 3851.0, 3819.0, 3840.0, 3817.0, 3828.0, 3806.0, 3828.0, 3807.0, 3827.0, 3784.0, 3816.0, 3784.0, 3816.0, 3807.0, 3817.0, 3829.0, 3818.0, 3849.0, 3808.0, 3840.0, 3821.0, 3842.0, 3820.0, 3842.0, 3799.0, 3830.0, 3809.0, 3833.0, 3866.0, 3832.0, 3854.0, 3821.0, 3851.0, 3821.0, 3853.0, 3822.0, 3853.0, 3824.0, 3853.0, 3811.0, 3842.0, 3812.0, 3843.0, 3821.0, 3844.0, 3812.0, 3844.0, 3831.0, 3844.0, 3863.0, 3832.0, 3863.0, 3832.0, 3864.0, 3822.0, 3852.0, 3821.0, 3841.0, 3809.0, 3844.0, 3810.0, 3843.0, 3831.0, 3832.0, 3865.0, 3844.0, 3864.0, 3833.0, 3811.0, 3845.0, 3822.0, 3866.0, 3845.0, 3869.0, 3835.0, 3855.0, 3822.0, 3855.0, 3820.0, 3855.0, 3819.0, 3841.0, 3808.0, 3851.0, 3807.0, 3788.0, 3819.0, 3851.0, 3819.0, 3828.0, 3797.0, 3829.0, 3817.0, 3829.0, 3850.0, 3817.0, 3850.0, 3805.0, 3824.0, 3790.0, 3812.0, 3790.0, 3810.0, 3777.0, 3798.0, 3777.0, 3798.0, 3778.0, 3798.0, 3779.0, 3808.0, 3777.0, 3797.0, 3775.0, 3797.0, 3775.0, 3799.0, 3788.0, 3787.0, 3806.0, 3776.0, 3796.0, 3777.0, 3810.0, 3778.0, 3800.0, 3792.0, 3812.0, 3793.0, 3813.0, 3783.0, 3831.0, 3807.0, 3817.0, 3838.0, 3807.0, 3838.0, 3807.0, 3828.0, 3809.0, 3831.0, 3808.0, 3841.0, 3788.0, 3831.0, 3799.0, 3832.0, 3832.0, 3832.0, 3862.0, 3833.0, 3842.0, 3836.0, 3858.0, 3814.0, 3854.0, 3823.0, 3842.0, 3823.0, 3854.0, 3823.0, 3854.0, 3834.0, 3853.0, 3822.0, 3842.0, 3810.0, 3843.0, 3811.0, 3844.0, 3832.0, 3832.0, 3863.0, 3822.0, 3852.0, 3832.0, 3852.0, 3822.0, 3843.0, 3823.0, 3844.0, 3823.0, 3855.0, 3839.0, 3857.0, 3825.0, 3845.0, 3811.0, 3831.0, 3820.0, 3828.0, 3795.0, 3828.0, 3838.0, 3817.0, 3827.0, 3785.0, 3819.0, 3839.0, 3809.0, 3842.0, 3795.0, 3839.0, 3815.0, 3829.0, 3824.0, 3802.0, 3822.0, 3790.0, 3800.0, 3787.0, 3766.0, 3810.0, 3776.0, 3807.0, 3775.0, 3795.0, 3763.0, 3794.0, 3763.0, 3785.0, 3764.0, 3785.0, 3794.0, 3785.0, 3806.0, 3775.0, 3807.0, 3786.0, 3807.0, 3788.0, 3809.0, 3778.0, 3800.0, 3778.0, 3799.0, 3757.0, 3791.0, 3791.0, 3794.0, 3825.0, 3795.0, 3836.0, 3808.0, 3829.0, 3809.0, 3831.0, 3811.0, 3832.0, 3812.0, 3842.0, 3790.0, 3831.0, 3840.0, 3831.0, 3863.0, 3837.0, 3855.0, 3836.0, 3844.0, 3810.0, 3842.0, 3801.0, 3842.0, 3802.0, 3844.0, 3813.0, 3845.0, 3834.0, 3846.0, 3844.0, 3846.0, 3865.0, 3833.0, 3855.0, 3833.0, 3854.0, 3833.0, 3855.0, 3814.0, 3843.0, 3800.0, 3844.0, 3822.0, 3846.0, 3845.0, 3846.0, 3865.0, 3834.0, 3866.0, 3834.0, 3855.0, 3824.0, 3845.0, 3813.0, 3846.0, 3842.0, 3844.0, 3863.0, 3823.0, 3854.0, 3832.0, 3843.0, 3821.0, 3842.0, 3801.0, 3853.0, 3812.0, 3857.0, 3814.0, 3857.0, 3814.0, 3855.0, 3812.0, 3844.0, 3855.0, 3844.0, 3854.0, 3844.0, 3864.0, 3821.0, 3841.0, 3819.0, 3840.0, 3808.0, 3828.0, 3808.0, 3828.0, 3787.0, 3830.0, 3829.0, 3830.0, 3849.0, 3818.0, 3850.0, 3809.0, 3838.0, 3810.0, 3840.0, 3798.0, 3842.0, 3822.0, 3856.0, 3811.0, 3842.0, 3810.0, 3843.0, 3811.0, 3847.0, 3833.0, 3835.0, 3843.0, 3843.0, 3823.0, 3854.0, 3822.0, 3853.0, 3821.0, 3840.0, 3805.0, 3828.0, 3836.0, 3816.0, 3837.0, 3805.0, 3827.0, 3794.0, 3814.0, 3783.0, 3803.0, 3782.0, 3815.0, 3815.0, 3817.0, 3839.0, 3807.0, 3838.0, 3808.0, 3828.0, 3809.0, 3840.0, 3809.0, 3840.0, 3799.0, 3830.0, 3819.0, 3832.0, 3851.0, 3820.0, 3849.0, 3819.0, 3838.0, 3808.0, 3828.0, 3807.0, 3829.0, 3798.0, 3841.0, 3811.0, 3842.0, 3801.0, 3833.0, 3833.0, 3834.0, 3863.0, 3834.0, 3854.0, 3822.0, 3844.0, 3824.0, 3833.0, 3851.0, 3831.0, 3841.0, 3809.0, 3829.0, 3797.0, 3828.0, 3838.0, 3817.0, 3839.0, 3819.0, 3841.0, 3820.0, 3842.0, 3821.0, 3842.0, 3810.0, 3841.0, 3799.0, 3842.0, 3822.0, 3843.0, 3854.0, 3832.0, 3854.0, 3819.0, 3840.0, 3808.0, 3840.0, 3809.0, 3830.0, 3829.0, 3819.0, 3849.0, 3808.0, 3841.0, 3821.0, 3842.0, 3821.0, 3842.0, 3801.0, 3843.0, 3821.0, 3843.0, 3864.0, 3832.0, 3852.0, 3820.0, 3841.0, 3808.0, 3840.0, 3808.0, 3841.0, 3809.0, 3842.0, 3819.0, 3830.0, 3862.0, 3819.0, 3841.0, 3822.0, 3853.0, 3833.0, 3855.0, 3822.0, 3843.0, 3799.0, 3842.0, 3841.0, 3842.0, 3862.0, 3821.0, 3852.0, 3820.0, 3841.0, 3808.0, 3842.0, 3820.0, 3852.0, 3809.0, 3841.0, 3798.0, 3830.0, 3840.0, 3820.0, 3861.0, 3819.0, 3852.0, 3819.0, 3840.0, 3821.0, 3840.0, 3810.0, 3840.0, 3797.0, 3830.0, 3839.0, 3820.0, 3850.0, 3818.0, 3840.0, 3818.0, 3840.0, 3809.0, 3841.0, 3798.0, 3830.0, 3840.0], 'WindowWidth': [8724.0, 8651.0, 8670.0, 8622.0, 8659.0, 8615.0, 8656.0, 8613.0, 8652.0, 8595.0, 8650.0, 8607.0, 8646.0, 8589.0, 8633.0, 8569.0, 8612.0, 8566.0, 8612.0, 8571.0, 8611.0, 8573.0, 8610.0, 8568.0, 8610.0, 8555.0, 8622.0, 8573.0, 8614.0, 8543.0, 8600.0, 8556.0, 8584.0, 8567.0, 8603.0, 8614.0, 8589.0, 8635.0, 8590.0, 8617.0, 8570.0, 8618.0, 8578.0, 8612.0, 8569.0, 8616.0, 8557.0, 8614.0, 8555.0, 8619.0, 8598.0, 8604.0, 8610.0, 8569.0, 8625.0, 8564.0, 8611.0, 8567.0, 8613.0, 8571.0, 8615.0, 8559.0, 8599.0, 8555.0, 8598.0, 8539.0, 8614.0, 8580.0, 8582.0, 8594.0, 8566.0, 8608.0, 8569.0, 8609.0, 8569.0, 8609.0, 8538.0, 8596.0, 8535.0, 8604.0, 8584.0, 8601.0, 8615.0, 8601.0, 8602.0, 8607.0, 8585.0, 8612.0, 8592.0, 8611.0, 8639.0, 8615.0, 8654.0, 8609.0, 8640.0, 8577.0, 8618.0, 8551.0, 8584.0, 8591.0, 8579.0, 8605.0, 8561.0, 8608.0, 8562.0, 8590.0, 8556.0, 8587.0, 8543.0, 8570.0, 8525.0, 8569.0, 8526.0, 8592.0, 8560.0, 8564.0, 8590.0, 8547.0, 8605.0, 8560.0, 8604.0, 8565.0, 8595.0, 8565.0, 8595.0, 8549.0, 8595.0, 8535.0, 8600.0, 8552.0, 8599.0, 8558.0, 8586.0, 8582.0, 8588.0, 8630.0, 8589.0, 8635.0, 8593.0, 8620.0, 8593.0, 8623.0, 8567.0, 8622.0, 8567.0, 8624.0, 8606.0, 8594.0, 8634.0, 8596.0, 8656.0, 8612.0, 8643.0, 8587.0, 8641.0, 8604.0, 8647.0, 8625.0, 8678.0, 8612.0, 8665.0, 8624.0, 8684.0, 8622.0, 8643.0, 8633.0, 8641.0, 8642.0, 8581.0, 8657.0, 8603.0, 8615.0, 8626.0, 8586.0, 8611.0, 8575.0, 8606.0, 8568.0, 8591.0, 8532.0, 8594.0, 8564.0, 8601.0, 8596.0, 8601.0, 8599.0, 8587.0, 8629.0, 8610.0, 8652.0, 8610.0, 8656.0, 8598.0, 8638.0, 8591.0, 8617.0, 8573.0, 8640.0, 8571.0, 8616.0, 8556.0, 8602.0, 8607.0, 8578.0, 8606.0, 8584.0, 8613.0, 8568.0, 8609.0, 8549.0, 8589.0, 8533.0, 8594.0, 8551.0, 8604.0, 8555.0, 8585.0, 8593.0, 8565.0, 8624.0, 8567.0, 8615.0, 8581.0, 8597.0, 8555.0, 8595.0, 8553.0, 8583.0, 8608.0, 8579.0, 8627.0, 8566.0, 8606.0, 8575.0, 8613.0, 8553.0, 8598.0, 8554.0, 8602.0, 8628.0, 8573.0, 8619.0, 8587.0, 8620.0, 8591.0, 8620.0, 8562.0, 8602.0, 8559.0, 8620.0, 8591.0, 8621.0, 8624.0, 8609.0, 8645.0, 8588.0, 8618.0, 8586.0, 8614.0, 8570.0, 8612.0, 8553.0, 8598.0, 8551.0, 8616.0, 8556.0, 8607.0, 8602.0, 8603.0, 8630.0, 8583.0, 8617.0, 8585.0, 8616.0, 8543.0, 8600.0, 8578.0, 8583.0, 8612.0, 8587.0, 8631.0, 8588.0, 8632.0, 8589.0, 8614.0, 8573.0, 8620.0, 8577.0, 8637.0, 8577.0, 8622.0, 8576.0, 8603.0, 8611.0, 8584.0, 8610.0, 8583.0, 8598.0, 8563.0, 8590.0, 8532.0, 8570.0, 8526.0, 8569.0, 8553.0, 8571.0, 8555.0, 8560.0, 8577.0, 8591.0, 8604.0, 8577.0, 8549.0, 8611.0, 8566.0, 8627.0, 8569.0, 8612.0, 8549.0, 8591.0, 8600.0, 8575.0, 8606.0, 8575.0, 8593.0, 8563.0, 8591.0, 8545.0, 8587.0, 8544.0, 8577.0, 8576.0, 8583.0, 8583.0, 8589.0, 8616.0, 8591.0, 8629.0, 8589.0, 8619.0, 8592.0, 8620.0, 8590.0, 8617.0, 8571.0, 8612.0, 8567.0, 8619.0, 8553.0, 8612.0, 8564.0, 8594.0, 8590.0, 8597.0, 8625.0, 8594.0, 8623.0, 8566.0, 8609.0, 8563.0, 8607.0, 8547.0, 8595.0, 8549.0, 8593.0, 8561.0, 8577.0, 8604.0, 8569.0, 8626.0, 8583.0, 8616.0, 8570.0, 8612.0, 8573.0, 8617.0, 8574.0, 8621.0, 8578.0, 8622.0, 8562.0, 8621.0, 8616.0, 8620.0, 8634.0, 8619.0, 8602.0, 8604.0, 8613.0, 8600.0, 8643.0, 8606.0, 8635.0, 8602.0, 8619.0, 8571.0, 8611.0, 8564.0, 8614.0, 8564.0, 8595.0, 8607.0, 8559.0, 8600.0, 8547.0, 8607.0, 8581.0, 8609.0, 8566.0, 8593.0, 8549.0, 8592.0, 8560.0, 8597.0, 8605.0, 8576.0, 8620.0, 8564.0, 8605.0, 8561.0, 8590.0, 8562.0, 8590.0, 8549.0, 8593.0, 8548.0, 8597.0, 8593.0, 8585.0, 8644.0, 8592.0, 8629.0, 8591.0, 8628.0, 8573.0, 8629.0, 8574.0, 8621.0, 8594.0, 8623.0, 8580.0, 8621.0, 8575.0, 8618.0, 8598.0, 8620.0, 8626.0, 8598.0, 8624.0, 8579.0, 8608.0, 8574.0, 8589.0, 8558.0, 8589.0, 8558.0, 8585.0, 8526.0, 8569.0, 8524.0, 8571.0, 8558.0, 8575.0, 8591.0, 8577.0, 8620.0, 8563.0, 8609.0, 8586.0, 8613.0, 8581.0, 8613.0, 8555.0, 8597.0, 8566.0, 8603.0, 8649.0, 8601.0, 8633.0, 8586.0, 8627.0, 8586.0, 8631.0, 8590.0, 8632.0, 8595.0, 8631.0, 8573.0, 8614.0, 8576.0, 8620.0, 8586.0, 8621.0, 8576.0, 8619.0, 8598.0, 8620.0, 8644.0, 8602.0, 8644.0, 8602.0, 8647.0, 8588.0, 8630.0, 8585.0, 8611.0, 8567.0, 8623.0, 8570.0, 8619.0, 8597.0, 8602.0, 8651.0, 8623.0, 8647.0, 8605.0, 8573.0, 8623.0, 8591.0, 8655.0, 8623.0, 8661.0, 8612.0, 8636.0, 8588.0, 8634.0, 8582.0, 8637.0, 8577.0, 8613.0, 8562.0, 8622.0, 8559.0, 8536.0, 8579.0, 8624.0, 8579.0, 8589.0, 8546.0, 8593.0, 8573.0, 8592.0, 8620.0, 8574.0, 8622.0, 8551.0, 8574.0, 8524.0, 8558.0, 8522.0, 8550.0, 8501.0, 8527.0, 8500.0, 8528.0, 8503.0, 8529.0, 8505.0, 8543.0, 8500.0, 8528.0, 8496.0, 8526.0, 8495.0, 8533.0, 8518.0, 8514.0, 8538.0, 8498.0, 8524.0, 8502.0, 8548.0, 8503.0, 8536.0, 8529.0, 8557.0, 8535.0, 8562.0, 8523.0, 8595.0, 8557.0, 8571.0, 8600.0, 8558.0, 8601.0, 8559.0, 8589.0, 8565.0, 8596.0, 8564.0, 8609.0, 8538.0, 8598.0, 8553.0, 8600.0, 8600.0, 8600.0, 8641.0, 8603.0, 8613.0, 8611.0, 8644.0, 8579.0, 8633.0, 8591.0, 8616.0, 8592.0, 8635.0, 8593.0, 8635.0, 8606.0, 8632.0, 8586.0, 8615.0, 8569.0, 8616.0, 8574.0, 8620.0, 8600.0, 8600.0, 8644.0, 8587.0, 8627.0, 8601.0, 8629.0, 8589.0, 8617.0, 8591.0, 8620.0, 8592.0, 8638.0, 8621.0, 8647.0, 8598.0, 8623.0, 8572.0, 8595.0, 8578.0, 8586.0, 8538.0, 8587.0, 8602.0, 8568.0, 8584.0, 8525.0, 8578.0, 8603.0, 8567.0, 8613.0, 8542.0, 8604.0, 8565.0, 8590.0, 8574.0, 8542.0, 8570.0, 8520.0, 8533.0, 8515.0, 8485.0, 8549.0, 8496.0, 8540.0, 8491.0, 8521.0, 8474.0, 8519.0, 8474.0, 8507.0, 8477.0, 8508.0, 8519.0, 8507.0, 8537.0, 8496.0, 8541.0, 8512.0, 8542.0, 8518.0, 8547.0, 8506.0, 8535.0, 8505.0, 8534.0, 8477.0, 8527.0, 8528.0, 8535.0, 8577.0, 8539.0, 8597.0, 8562.0, 8591.0, 8567.0, 8600.0, 8574.0, 8601.0, 8574.0, 8615.0, 8542.0, 8598.0, 8608.0, 8599.0, 8644.0, 8615.0, 8635.0, 8613.0, 8618.0, 8568.0, 8613.0, 8558.0, 8615.0, 8561.0, 8620.0, 8578.0, 8625.0, 8606.0, 8627.0, 8620.0, 8625.0, 8647.0, 8604.0, 8636.0, 8604.0, 8633.0, 8602.0, 8635.0, 8579.0, 8616.0, 8558.0, 8619.0, 8588.0, 8626.0, 8621.0, 8624.0, 8650.0, 8608.0, 8653.0, 8607.0, 8636.0, 8593.0, 8622.0, 8579.0, 8625.0, 8615.0, 8618.0, 8645.0, 8589.0, 8634.0, 8599.0, 8615.0, 8585.0, 8613.0, 8559.0, 8632.0, 8575.0, 8641.0, 8580.0, 8642.0, 8582.0, 8636.0, 8575.0, 8621.0, 8634.0, 8619.0, 8633.0, 8621.0, 8647.0, 8584.0, 8612.0, 8579.0, 8607.0, 8563.0, 8590.0, 8562.0, 8589.0, 8532.0, 8593.0, 8589.0, 8592.0, 8618.0, 8575.0, 8623.0, 8565.0, 8604.0, 8568.0, 8610.0, 8549.0, 8615.0, 8590.0, 8637.0, 8572.0, 8615.0, 8570.0, 8616.0, 8571.0, 8629.0, 8604.0, 8609.0, 8618.0, 8618.0, 8590.0, 8635.0, 8588.0, 8632.0, 8584.0, 8608.0, 8553.0, 8589.0, 8595.0, 8566.0, 8597.0, 8550.0, 8583.0, 8536.0, 8562.0, 8521.0, 8547.0, 8517.0, 8567.0, 8565.0, 8572.0, 8603.0, 8559.0, 8602.0, 8563.0, 8590.0, 8566.0, 8608.0, 8566.0, 8608.0, 8551.0, 8595.0, 8577.0, 8599.0, 8622.0, 8579.0, 8619.0, 8576.0, 8602.0, 8561.0, 8588.0, 8561.0, 8591.0, 8552.0, 8612.0, 8571.0, 8615.0, 8560.0, 8606.0, 8602.0, 8607.0, 8646.0, 8605.0, 8634.0, 8588.0, 8619.0, 8589.0, 8602.0, 8626.0, 8595.0, 8609.0, 8562.0, 8592.0, 8546.0, 8588.0, 8601.0, 8574.0, 8604.0, 8578.0, 8610.0, 8582.0, 8613.0, 8586.0, 8615.0, 8572.0, 8612.0, 8552.0, 8614.0, 8586.0, 8617.0, 8631.0, 8600.0, 8632.0, 8580.0, 8608.0, 8564.0, 8609.0, 8563.0, 8593.0, 8590.0, 8578.0, 8618.0, 8564.0, 8610.0, 8585.0, 8614.0, 8587.0, 8616.0, 8560.0, 8618.0, 8586.0, 8619.0, 8646.0, 8602.0, 8628.0, 8582.0, 8611.0, 8563.0, 8609.0, 8563.0, 8612.0, 8566.0, 8614.0, 8580.0, 8596.0, 8639.0, 8578.0, 8610.0, 8587.0, 8631.0, 8604.0, 8634.0, 8587.0, 8617.0, 8554.0, 8614.0, 8611.0, 8614.0, 8641.0, 8584.0, 8628.0, 8582.0, 8611.0, 8565.0, 8612.0, 8583.0, 8629.0, 8567.0, 8611.0, 8549.0, 8594.0, 8607.0, 8582.0, 8639.0, 8579.0, 8627.0, 8580.0, 8609.0, 8582.0, 8607.0, 8566.0, 8608.0, 8545.0, 8594.0, 8604.0, 8579.0, 8622.0, 8577.0, 8609.0, 8578.0, 8609.0, 8567.0, 8609.0, 8550.0, 8596.0, 8606.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.0008198029045643155</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.032309305394190864</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.79930657847353</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1839276443094517</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866996364485983</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4765.3711</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09316461092513242</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.875518672199171</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5975369530976806</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5209333944417187</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.880510840414179</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3911666244371443</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0156408</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007492353208363056</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.040381595492362976</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>964</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.117350466597927</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>23.032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7365</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.5189</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292977.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>723.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.7754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6196</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>456.8319</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3001.0017</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3166.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83567.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3873.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.9365</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.26538307685405</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> |