=== 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-0086 --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-0086",
"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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-02/func/sub-0086_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>1a2cb4c997793b2a8a504eab51ba4e76</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:40:22.620000</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.999659, -0.00200857, -0.0260303, 0.00471085, 0.994548, 0.104172]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10399</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>[4135, -7765, -7255, 637, -58, -168, 112, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>240.828</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1acb3a35-02ac-48c5-a887-5347e30ddfd8||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.6820123195648193, 0.01263886597007513, -0.06933370977640152, 113.42427825927734], [0.005388855002820492, 2.668299913406372, 0.28149887919425964, -99.28156280517578], [-0.06983739137649536, -0.27948513627052307, 2.6843903064727783, -51.106658935546875], [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': ['164022.620000', '164023.080000', '164023.540000', '164024.000000', '164024.460000', '164024.920000', '164025.380000', '164025.840000', '164026.300000', '164026.760000', '164027.220000', '164027.680000', '164028.140000', '164028.600000', '164029.060000', '164029.520000', '164029.980000', '164030.440000', '164030.900000', '164031.360000', '164031.820000', '164032.280000', '164032.740000', '164033.200000', '164033.660000', '164034.120000', '164034.580000', '164035.040000', '164035.500000', '164035.960000', '164036.420000', '164036.880000', '164037.340000', '164037.800000', '164038.260000', '164038.720000', '164039.180000', '164039.640000', '164040.100000', '164040.560000', '164041.020000', '164041.480000', '164041.940000', '164042.400000', '164042.860000', '164043.320000', '164043.780000', '164044.240000', '164044.700000', '164045.160000', '164045.620000', '164046.080000', '164046.540000', '164047.000000', '164047.460000', '164047.920000', '164048.380000', '164048.840000', '164049.300000', '164049.760000', '164050.220000', '164050.680000', '164051.140000', '164051.600000', '164052.060000', '164052.520000', '164052.980000', '164053.440000', '164053.900000', '164054.360000', '164054.820000', '164055.280000', '164055.740000', '164056.200000', '164056.660000', '164057.120000', '164057.580000', '164058.040000', '164058.500000', '164058.960000', '164059.420000', '164059.880000', '164100.340000', '164100.800000', '164101.260000', '164101.720000', '164102.180000', '164102.640000', '164103.100000', '164103.560000', '164104.020000', '164104.480000', '164104.940000', '164105.400000', '164105.860000', '164106.320000', '164106.780000', '164107.240000', '164107.700000', '164108.160000', '164108.620000', '164109.080000', '164109.540000', '164110.000000', '164110.460000', '164110.920000', '164111.380000', '164111.840000', '164112.300000', '164112.760000', '164113.220000', '164113.680000', '164114.140000', '164114.600000', '164115.060000', '164115.520000', '164115.980000', '164116.440000', '164116.900000', '164117.360000', '164117.820000', '164118.280000', '164118.740000', '164119.200000', '164119.660000', '164120.120000', '164120.580000', '164121.040000', '164121.500000', '164121.960000', '164122.420000', '164122.880000', '164123.340000', '164123.800000', '164124.260000', '164124.720000', '164125.180000', '164125.640000', '164126.100000', '164126.560000', '164127.020000', '164127.480000', '164127.940000', '164128.400000', '164128.860000', '164129.320000', '164129.780000', '164130.240000', '164130.700000', '164131.160000', '164131.620000', '164132.080000', '164132.540000', '164133.000000', '164133.460000', '164133.920000', '164134.380000', '164134.840000', '164135.300000', '164135.760000', '164136.220000', '164136.680000', '164137.140000', '164137.600000', '164138.060000', '164138.520000', '164138.980000', '164139.440000', '164139.900000', '164140.360000', '164140.820000', '164141.280000', '164141.740000', '164142.200000', '164142.660000', '164143.120000', '164143.580000', '164144.040000', '164144.500000', '164144.960000', '164145.420000', '164145.880000', '164146.340000', '164146.800000', '164147.260000', '164147.720000', '164148.180000', '164148.640000', '164149.100000', '164149.560000', '164150.020000', '164150.480000', '164150.940000', '164151.400000', '164151.860000', '164152.320000', '164152.780000', '164153.240000', '164153.700000', '164154.160000', '164154.620000', '164155.080000', '164155.540000', '164156.000000', '164156.460000', '164156.920000', '164157.380000', '164157.840000', '164158.300000', '164158.760000', '164159.220000', '164159.680000', '164200.140000', '164200.600000', '164201.060000', '164201.520000', '164201.980000', '164202.440000', '164202.900000', '164203.360000', '164203.820000', '164204.280000', '164204.740000', '164205.200000', '164205.660000', '164206.120000', '164206.580000', '164207.040000', '164207.500000', '164207.960000', '164208.420000', '164208.880000', '164209.340000', '164209.800000', '164210.260000', '164210.720000', '164211.180000', '164211.640000', '164212.100000', '164212.560000', '164213.020000', '164213.480000', '164213.940000', '164214.400000', '164214.860000', '164215.320000', '164215.780000', '164216.240000', '164216.700000', '164217.160000', '164217.620000', '164218.080000', '164218.540000', '164219.000000', '164219.460000', '164219.920000', '164220.380000', '164220.840000', '164221.300000', '164221.760000', '164222.220000', '164222.680000', '164223.140000', '164223.600000', '164224.060000', '164224.520000', '164224.980000', '164225.440000', '164225.900000', '164226.360000', '164226.820000', '164227.280000', '164227.740000', '164228.200000', '164228.660000', '164229.120000', '164229.580000', '164230.040000', '164230.500000', '164230.960000', '164231.420000', '164231.880000', '164232.340000', '164232.800000', '164233.260000', '164233.720000', '164234.180000', '164234.640000', '164235.100000', '164235.560000', '164236.020000', '164236.480000', '164236.940000', '164237.400000', '164237.860000', '164238.320000', '164238.780000', '164239.240000', '164239.700000', '164240.160000', '164240.620000', '164241.080000', '164241.540000', '164242.000000', '164242.460000', '164242.920000', '164243.380000', '164243.840000', '164244.300000', '164244.760000', '164245.220000', '164245.680000', '164246.140000', '164246.600000', '164247.060000', '164247.520000', '164247.980000', '164248.440000', '164248.900000', '164249.360000', '164249.820000', '164250.280000', '164250.740000', '164251.200000', '164251.660000', '164252.120000', '164252.580000', '164253.040000', '164253.500000', '164253.960000', '164254.420000', '164254.880000', '164255.340000', '164255.800000', '164256.260000', '164256.720000', '164257.180000', '164257.640000', '164258.100000', '164258.560000', '164259.020000', '164259.480000', '164259.940000', '164300.400000', '164300.860000', '164301.320000', '164301.780000', '164302.240000', '164302.700000', '164303.160000', '164303.620000', '164304.080000', '164304.540000', '164305.000000', '164305.460000', '164305.920000', '164306.380000', '164306.840000', '164307.300000', '164307.760000', '164308.220000', '164308.680000', '164309.140000', '164309.600000', '164310.060000', '164310.520000', '164310.980000', '164311.440000', '164311.900000', '164312.360000', '164312.820000', '164313.280000', '164313.740000', '164314.200000', '164314.660000', '164315.120000', '164315.580000', '164316.040000', '164316.500000', '164316.960000', '164317.420000', '164317.880000', '164318.340000', '164318.800000', '164319.260000', '164319.720000', '164320.180000', '164320.640000', '164321.100000', '164321.560000', '164322.020000', '164322.480000', '164322.940000', '164323.400000', '164323.860000', '164324.320000', '164324.780000', '164325.240000', '164325.700000', '164326.160000', '164326.620000', '164327.080000', '164327.540000', '164328.000000', '164328.460000', '164328.920000', '164329.380000', '164329.840000', '164330.300000', '164330.760000', '164331.220000', '164331.680000', '164332.140000', '164332.600000', '164333.060000', '164333.520000', '164333.980000', '164334.440000', '164334.900000', '164335.360000', '164335.820000', '164336.280000', '164336.740000', '164337.200000', '164337.660000', '164338.120000', '164338.580000', '164339.040000', '164339.500000', '164339.960000', '164340.420000', '164340.880000', '164341.340000', '164341.800000', '164342.260000', '164342.720000', '164343.180000', '164343.640000', '164344.100000', '164344.560000', '164345.020000', '164345.480000', '164345.940000', '164346.400000', '164346.860000', '164347.320000', '164347.780000', '164348.240000', '164348.700000', '164349.160000', '164349.620000', '164350.080000', '164350.540000', '164351.000000', '164351.460000', '164351.920000', '164352.380000', '164352.840000', '164353.300000', '164353.760000', '164354.220000', '164354.680000', '164355.140000', '164355.600000', '164356.060000', '164356.520000', '164356.980000', '164357.440000', '164357.900000', '164358.360000', '164358.820000', '164359.280000', '164359.740000', '164400.200000', '164400.660000', '164401.120000', '164401.580000', '164402.040000', '164402.500000', '164402.960000', '164403.420000', '164403.880000', '164404.340000', '164404.800000', '164405.260000', '164405.720000', '164406.180000', '164406.640000', '164407.100000', '164407.560000', '164408.020000', '164408.480000', '164408.940000', '164409.400000', '164409.860000', '164410.320000', '164410.780000', '164411.240000', '164411.700000', '164412.160000', '164412.620000', '164413.080000', '164413.540000', '164414.000000', '164414.460000', '164414.920000', '164415.380000', '164415.840000', '164416.300000', '164416.760000', '164417.220000', '164417.680000', '164418.140000', '164418.600000', '164419.060000', '164419.520000', '164419.980000', '164420.440000', '164420.900000', '164421.360000', '164421.820000', '164422.280000', '164422.740000', '164423.200000', '164423.660000', '164424.120000', '164424.580000', '164425.040000', '164425.500000', '164425.960000', '164426.420000', '164426.880000', '164427.340000', '164427.800000', '164428.260000', '164428.720000', '164429.180000', '164429.640000', '164430.100000', '164430.560000', '164431.020000', '164431.480000', '164431.940000', '164432.400000', '164432.860000', '164433.320000', '164433.780000', '164434.240000', '164434.700000', '164435.160000', '164435.620000', '164436.080000', '164436.540000', '164437.000000', '164437.460000', '164437.920000', '164438.380000', '164438.840000', '164439.300000', '164439.760000', '164440.220000', '164440.680000', '164441.140000', '164441.600000', '164442.060000', '164442.520000', '164442.980000', '164443.440000', '164443.900000', '164444.360000', '164444.820000', '164445.280000', '164445.740000', '164446.200000', '164446.660000', '164447.120000', '164447.580000', '164448.040000', '164448.500000', '164448.960000', '164449.420000', '164449.880000', '164450.340000', '164450.800000', '164451.260000', '164451.720000', '164452.180000', '164452.640000', '164453.100000', '164453.560000', '164454.020000', '164454.480000', '164454.940000', '164455.400000', '164455.860000', '164456.320000', '164456.780000', '164457.240000', '164457.700000', '164458.160000', '164458.620000', '164459.080000', '164459.540000', '164500.000000', '164500.460000', '164500.920000', '164501.380000', '164501.840000', '164502.300000', '164502.760000', '164503.220000', '164503.680000', '164504.140000', '164504.600000', '164505.060000', '164505.520000', '164505.980000', '164506.440000', '164506.900000', '164507.360000', '164507.820000', '164508.280000', '164508.740000', '164509.200000', '164509.660000', '164510.120000', '164510.580000', '164511.040000', '164511.500000', '164511.960000', '164512.420000', '164512.880000', '164513.340000', '164513.800000', '164514.260000', '164514.720000', '164515.180000', '164515.640000', '164516.100000', '164516.560000', '164517.020000', '164517.480000', '164517.940000', '164518.400000', '164518.860000', '164519.320000', '164519.780000', '164520.240000', '164520.700000', '164521.160000', '164521.620000', '164522.080000', '164522.540000', '164523.000000', '164523.460000', '164523.920000', '164524.380000', '164524.840000', '164525.300000', '164525.760000', '164526.220000', '164526.680000', '164527.140000', '164527.600000', '164528.060000', '164528.520000', '164528.980000', '164529.440000', '164529.900000', '164530.360000', '164530.820000', '164531.280000', '164531.740000', '164532.200000', '164532.660000', '164533.120000', '164533.580000', '164534.040000', '164534.500000', '164534.960000', '164535.420000', '164535.880000', '164536.340000', '164536.800000', '164537.260000', '164537.720000', '164538.180000', '164538.640000', '164539.100000', '164539.560000', '164540.020000', '164540.480000', '164540.940000', '164541.400000', '164541.860000', '164542.320000', '164542.780000', '164543.240000', '164543.700000', '164544.160000', '164544.620000', '164545.080000', '164545.540000', '164546.000000', '164546.460000', '164546.920000', '164547.380000', '164547.840000', '164548.300000', '164548.760000', '164549.220000', '164549.680000', '164550.140000', '164550.600000', '164551.060000', '164551.520000', '164551.980000', '164552.440000', '164552.900000', '164553.360000', '164553.820000', '164554.280000', '164554.740000', '164555.200000', '164555.660000', '164556.120000', '164556.580000', '164557.040000', '164557.500000', '164557.960000', '164558.420000', '164558.880000', '164559.340000', '164559.800000', '164600.260000', '164600.720000', '164601.180000', '164601.640000', '164602.100000', '164602.560000', '164603.020000', '164603.480000', '164603.940000', '164604.400000', '164604.860000', '164605.320000', '164605.780000', '164606.240000', '164606.700000', '164607.160000', '164607.620000', '164608.080000', '164608.540000', '164609.000000', '164609.460000', '164609.920000', '164610.380000', '164610.840000', '164611.300000', '164611.760000', '164612.220000', '164612.680000', '164613.140000', '164613.600000', '164614.060000', '164614.520000', '164614.980000', '164615.440000', '164615.900000', '164616.360000', '164616.820000', '164617.280000', '164617.740000', '164618.200000', '164618.660000', '164619.120000', '164619.580000', '164620.040000', '164620.500000', '164620.960000', '164621.420000', '164621.880000', '164622.340000', '164622.800000', '164623.260000', '164623.720000', '164624.180000', '164624.640000', '164625.100000', '164625.560000', '164626.020000', '164626.480000', '164626.940000', '164627.400000', '164627.860000', '164628.320000', '164628.780000', '164629.240000', '164629.700000', '164630.160000', '164630.620000', '164631.080000', '164631.540000', '164632.000000', '164632.460000', '164632.920000', '164633.380000', '164633.840000', '164634.300000', '164634.760000', '164635.220000', '164635.680000', '164636.140000', '164636.600000', '164637.060000', '164637.520000', '164637.980000', '164638.440000', '164638.900000', '164639.360000', '164639.820000', '164640.280000', '164640.740000', '164641.200000', '164641.660000', '164642.120000', '164642.580000', '164643.040000', '164643.500000', '164643.960000', '164644.420000', '164644.880000', '164645.340000', '164645.800000', '164646.260000', '164646.720000', '164647.180000', '164647.640000', '164648.100000', '164648.560000', '164649.020000', '164649.480000', '164649.940000', '164650.400000', '164650.860000', '164651.320000', '164651.780000', '164652.240000', '164652.700000', '164653.160000', '164653.620000', '164654.080000', '164654.540000', '164655.000000', '164655.460000', '164655.920000', '164656.380000', '164656.840000', '164657.300000', '164657.760000', '164658.220000', '164658.680000', '164659.140000', '164659.600000', '164700.060000', '164700.520000', '164700.980000', '164701.440000', '164701.900000', '164702.360000', '164702.820000', '164703.280000', '164703.740000', '164704.200000', '164704.660000', '164705.120000', '164705.580000', '164706.040000', '164706.500000', '164706.960000', '164707.420000', '164707.880000', '164708.340000', '164708.800000', '164709.260000', '164709.720000', '164710.180000', '164710.640000', '164711.100000', '164711.560000', '164712.020000', '164712.480000', '164712.940000', '164713.400000', '164713.860000', '164714.320000', '164714.780000', '164715.240000', '164715.700000', '164716.160000', '164716.620000', '164717.080000', '164717.540000', '164718.000000', '164718.460000', '164718.920000', '164719.380000', '164719.840000', '164720.300000', '164720.760000', '164721.220000', '164721.680000', '164722.140000', '164722.600000', '164723.060000', '164723.520000', '164723.980000', '164724.440000', '164724.900000', '164725.360000', '164725.820000', '164726.280000', '164726.740000', '164727.200000', '164727.660000', '164728.120000', '164728.580000', '164729.040000', '164729.500000', '164729.960000', '164730.420000', '164730.880000', '164731.340000', '164731.800000', '164732.260000', '164732.720000', '164733.180000', '164733.640000', '164734.100000', '164734.560000', '164735.020000', '164735.480000', '164735.940000', '164736.400000', '164736.860000', '164737.320000', '164737.780000', '164738.240000', '164738.700000', '164739.160000', '164739.620000', '164740.080000', '164740.540000', '164741.000000', '164741.460000', '164741.920000', '164742.380000', '164742.840000', '164743.300000', '164743.760000', '164744.220000', '164744.680000', '164745.140000', '164745.600000', '164746.060000', '164746.520000', '164746.980000'], 'ContentTime': ['164044.607000', '164044.610000', '164044.613000', '164044.616000', '164044.618000', '164044.621000', '164044.624000', '164044.626000', '164044.629000', '164044.631000', '164044.634000', '164044.636000', '164044.639000', '164044.641000', '164044.644000', '164044.647000', '164044.649000', '164044.652000', '164044.654000', '164044.657000', '164044.659000', '164044.662000', '164044.664000', '164044.667000', '164044.670000', '164044.672000', '164044.675000', '164044.677000', '164044.680000', '164044.683000', '164044.685000', '164044.688000', '164044.690000', '164044.693000', '164044.695000', '164044.698000', '164044.700000', '164044.703000', '164044.706000', '164044.708000', '164044.711000', '164044.713000', '164044.716000', '164044.718000', '164044.721000', '164044.723000', '164104.572000', '164104.575000', '164104.578000', '164104.581000', '164104.583000', '164104.586000', '164104.588000', '164104.591000', '164104.593000', '164104.596000', '164104.598000', '164104.601000', '164104.604000', '164104.606000', '164104.609000', '164104.611000', '164104.614000', '164104.617000', '164104.619000', '164104.622000', '164104.625000', '164104.627000', '164104.630000', '164104.632000', '164104.635000', '164104.638000', '164104.645000', '164104.648000', '164104.651000', '164104.653000', '164104.656000', '164104.658000', '164104.661000', '164104.663000', '164104.667000', '164104.670000', '164104.673000', '164104.675000', '164104.691000', '164104.694000', '164104.697000', '164104.699000', '164104.702000', '164124.572000', '164124.575000', '164124.578000', '164124.580000', '164124.583000', '164124.586000', '164124.588000', '164124.591000', '164124.593000', '164124.596000', '164124.599000', '164124.601000', '164124.604000', '164124.606000', '164124.609000', '164124.612000', '164124.614000', '164124.617000', '164124.619000', '164124.622000', '164124.624000', '164124.627000', '164124.629000', '164124.632000', '164124.635000', '164124.637000', '164124.645000', '164124.648000', '164124.650000', '164124.653000', '164124.656000', '164124.658000', '164124.661000', '164124.663000', '164124.666000', '164124.669000', '164124.671000', '164124.674000', '164124.676000', '164124.679000', '164124.681000', '164124.684000', '164124.687000', '164124.689000', '164144.572000', '164144.575000', '164144.578000', '164144.580000', '164144.583000', '164144.585000', '164144.588000', '164144.591000', '164144.593000', '164144.596000', '164144.598000', '164144.601000', '164144.604000', '164144.606000', '164144.609000', '164144.611000', '164144.614000', '164144.616000', '164144.619000', '164144.622000', '164144.624000', '164144.627000', '164144.635000', '164144.637000', '164144.640000', '164144.642000', '164144.645000', '164144.647000', '164144.650000', '164144.653000', '164144.655000', '164144.658000', '164144.660000', '164144.663000', '164144.665000', '164144.668000', '164144.671000', '164144.673000', '164144.676000', '164144.678000', '164144.681000', '164144.683000', '164144.686000', '164204.572000', '164204.575000', '164204.578000', '164204.581000', '164204.583000', '164204.586000', '164204.588000', '164204.591000', '164204.594000', '164204.596000', '164204.599000', '164204.601000', '164204.604000', '164204.607000', '164204.609000', '164204.612000', '164204.614000', '164204.617000', '164204.619000', '164204.622000', '164204.625000', '164204.627000', '164204.630000', '164204.632000', '164204.635000', '164204.637000', '164204.640000', '164204.643000', '164204.645000', '164204.648000', '164204.650000', '164204.653000', '164204.655000', '164204.658000', '164204.661000', '164204.663000', '164204.666000', '164204.669000', '164204.671000', '164204.674000', '164204.676000', '164204.679000', '164204.682000', '164204.684000', '164224.572000', '164224.575000', '164224.578000', '164224.581000', '164224.583000', '164224.586000', '164224.588000', '164224.591000', '164224.593000', '164224.596000', '164224.599000', '164224.601000', '164224.604000', '164224.606000', '164224.609000', '164224.612000', '164224.614000', '164224.617000', '164224.619000', '164224.622000', '164224.625000', '164224.627000', '164224.630000', '164224.632000', '164224.635000', '164224.637000', '164224.640000', '164224.643000', '164224.645000', '164224.648000', '164224.650000', '164224.653000', '164224.656000', '164224.658000', '164224.661000', '164224.663000', '164224.666000', '164224.669000', '164224.671000', '164224.674000', '164224.676000', '164224.679000', '164224.681000', '164244.574000', '164244.576000', '164244.579000', '164244.582000', '164244.584000', '164244.587000', '164244.589000', '164244.592000', '164244.595000', '164244.597000', '164244.600000', '164244.603000', '164244.605000', '164244.608000', '164244.610000', '164244.613000', '164244.615000', '164244.618000', '164244.621000', '164244.623000', '164244.626000', '164244.628000', '164244.631000', '164244.633000', '164244.636000', '164244.639000', '164244.641000', '164244.644000', '164244.646000', '164244.649000', '164244.652000', '164244.654000', '164244.657000', '164244.659000', '164244.687000', '164244.690000', '164244.692000', '164244.695000', '164244.697000', '164244.700000', '164244.703000', '164244.705000', '164244.708000', '164244.710000', '164304.573000', '164304.576000', '164304.579000', '164304.582000', '164304.584000', '164304.587000', '164304.589000', '164304.592000', '164304.595000', '164304.597000', '164304.600000', '164304.602000', '164304.605000', '164304.607000', '164304.610000', '164304.612000', '164304.615000', '164304.618000', '164304.620000', '164304.623000', '164304.625000', '164304.628000', '164304.631000', '164304.633000', '164304.636000', '164304.638000', '164304.641000', '164304.644000', '164304.646000', '164304.649000', '164304.651000', '164304.654000', '164304.656000', '164304.659000', '164304.662000', '164304.664000', '164304.667000', '164304.669000', '164304.672000', '164304.675000', '164304.677000', '164304.680000', '164304.683000', '164324.572000', '164324.575000', '164324.578000', '164324.580000', '164324.583000', '164324.586000', '164324.588000', '164324.591000', '164324.593000', '164324.596000', '164324.599000', '164324.601000', '164324.604000', '164324.607000', '164324.609000', '164324.612000', '164324.614000', '164324.617000', '164324.620000', '164324.622000', '164324.625000', '164324.627000', '164324.630000', '164324.632000', '164324.635000', '164324.638000', '164324.640000', '164324.643000', '164324.645000', '164324.648000', '164324.651000', '164324.653000', '164324.657000', '164324.660000', '164324.662000', '164324.665000', '164324.667000', '164324.670000', '164324.672000', '164324.675000', '164324.678000', '164324.680000', '164324.683000', '164324.685000', '164344.573000', '164344.575000', '164344.578000', '164344.581000', '164344.583000', '164344.586000', '164344.588000', '164344.591000', '164344.594000', '164344.596000', '164344.599000', '164344.601000', '164344.604000', '164344.607000', '164344.609000', '164344.612000', '164344.614000', '164344.617000', '164344.620000', '164344.622000', '164344.625000', '164344.627000', '164344.630000', '164344.632000', '164344.635000', '164344.638000', '164344.640000', '164344.643000', '164344.645000', '164344.648000', '164344.650000', '164344.653000', '164344.656000', '164344.658000', '164344.661000', '164344.663000', '164344.666000', '164344.669000', '164344.671000', '164344.674000', '164344.677000', '164344.679000', '164344.682000', '164404.572000', '164404.575000', '164404.578000', '164404.580000', '164404.583000', '164404.586000', '164404.588000', '164404.591000', '164404.593000', '164404.596000', '164404.599000', '164404.601000', '164404.604000', '164404.607000', '164404.609000', '164404.612000', '164404.614000', '164404.617000', '164404.620000', '164404.622000', '164404.625000', '164404.627000', '164404.630000', '164404.632000', '164404.635000', '164404.638000', '164404.640000', '164404.643000', '164404.645000', '164404.648000', '164404.650000', '164404.653000', '164404.656000', '164404.658000', '164404.661000', '164404.663000', '164404.666000', '164404.669000', '164404.671000', '164404.674000', '164404.676000', '164404.679000', '164404.681000', '164404.684000', '164424.573000', '164424.576000', '164424.578000', '164424.581000', '164424.583000', '164424.586000', '164424.589000', '164424.591000', '164424.594000', '164424.596000', '164424.599000', '164424.602000', '164424.604000', '164424.607000', '164424.609000', '164424.623000', '164424.626000', '164424.628000', '164424.631000', '164424.633000', '164424.636000', '164424.639000', '164424.641000', '164424.644000', '164424.646000', '164424.649000', '164424.652000', '164424.654000', '164424.657000', '164424.659000', '164424.662000', '164424.665000', '164424.667000', '164424.670000', '164424.672000', '164424.675000', '164424.678000', '164424.680000', '164424.683000', '164424.685000', '164424.696000', '164424.699000', '164424.701000', '164444.572000', '164444.575000', '164444.578000', '164444.580000', '164444.583000', '164444.586000', '164444.588000', '164444.591000', '164444.594000', '164444.596000', '164444.599000', '164444.602000', '164444.604000', '164444.607000', '164444.609000', '164444.612000', '164444.615000', '164444.617000', '164444.620000', '164444.622000', '164444.625000', '164444.628000', '164444.630000', '164444.633000', '164444.635000', '164444.638000', '164444.640000', '164444.643000', '164444.646000', '164444.648000', '164444.651000', '164444.653000', '164444.656000', '164444.659000', '164444.661000', '164444.664000', '164444.666000', '164444.669000', '164444.671000', '164444.674000', '164444.676000', '164444.679000', '164444.682000', '164444.684000', '164504.573000', '164504.576000', '164504.579000', '164504.582000', '164504.584000', '164504.587000', '164504.589000', '164504.592000', '164504.594000', '164504.597000', '164504.600000', '164504.602000', '164504.605000', '164504.608000', '164504.610000', '164504.613000', '164504.615000', '164504.618000', '164504.621000', '164504.623000', '164504.626000', '164504.628000', '164504.631000', '164504.634000', '164504.636000', '164504.639000', '164504.641000', '164504.644000', '164504.647000', '164504.649000', '164504.652000', '164504.654000', '164504.657000', '164504.660000', '164504.662000', '164504.665000', '164504.667000', '164504.670000', '164504.673000', '164504.675000', '164504.678000', '164504.680000', '164504.683000', '164524.574000', '164524.576000', '164524.579000', '164524.582000', '164524.584000', '164524.587000', '164524.589000', '164524.592000', '164524.595000', '164524.597000', '164524.600000', '164524.603000', '164524.605000', '164524.608000', '164524.611000', '164524.613000', '164524.616000', '164524.618000', '164524.621000', '164524.623000', '164524.626000', '164524.628000', '164524.631000', '164524.634000', '164524.636000', '164524.639000', '164524.641000', '164524.644000', '164524.647000', '164524.649000', '164524.652000', '164524.654000', '164524.657000', '164524.659000', '164524.662000', '164524.665000', '164524.667000', '164524.670000', '164524.672000', '164524.675000', '164524.677000', '164524.680000', '164524.683000', '164524.685000', '164544.572000', '164544.575000', '164544.578000', '164544.581000', '164544.583000', '164544.586000', '164544.588000', '164544.591000', '164544.593000', '164544.596000', '164544.599000', '164544.601000', '164544.604000', '164544.606000', '164544.609000', '164544.612000', '164544.614000', '164544.617000', '164544.619000', '164544.622000', '164544.624000', '164544.627000', '164544.630000', '164544.632000', '164544.635000', '164544.648000', '164544.650000', '164544.653000', '164544.656000', '164544.658000', '164544.661000', '164544.664000', '164544.666000', '164544.669000', '164544.671000', '164544.674000', '164544.676000', '164544.679000', '164544.682000', '164544.684000', '164544.687000', '164544.689000', '164544.692000', '164604.573000', '164604.575000', '164604.578000', '164604.581000', '164604.583000', '164604.587000', '164604.589000', '164604.592000', '164604.595000', '164604.597000', '164604.600000', '164604.602000', '164604.605000', '164604.608000', '164604.610000', '164604.613000', '164604.615000', '164604.618000', '164604.621000', '164604.623000', '164604.626000', '164604.629000', '164604.631000', '164604.634000', '164604.636000', '164604.639000', '164604.642000', '164604.644000', '164604.647000', '164604.649000', '164604.652000', '164604.655000', '164604.657000', '164604.660000', '164604.662000', '164604.665000', '164604.667000', '164604.670000', '164604.672000', '164604.675000', '164604.678000', '164604.680000', '164604.683000', '164604.685000', '164624.573000', '164624.575000', '164624.578000', '164624.581000', '164624.583000', '164624.586000', '164624.588000', '164624.591000', '164624.594000', '164624.596000', '164624.599000', '164624.602000', '164624.604000', '164624.607000', '164624.609000', '164624.612000', '164624.615000', '164624.617000', '164624.620000', '164624.622000', '164624.625000', '164624.628000', '164624.630000', '164624.633000', '164624.636000', '164624.638000', '164624.641000', '164624.643000', '164624.646000', '164624.649000', '164624.651000', '164624.654000', '164624.657000', '164624.659000', '164624.662000', '164624.664000', '164624.667000', '164624.670000', '164624.672000', '164624.675000', '164624.677000', '164624.680000', '164624.683000', '164644.572000', '164644.575000', '164644.578000', '164644.581000', '164644.583000', '164644.586000', '164644.590000', '164644.593000', '164644.595000', '164644.598000', '164644.601000', '164644.603000', '164644.606000', '164644.608000', '164644.611000', '164644.614000', '164644.616000', '164644.619000', '164644.621000', '164644.624000', '164644.627000', '164644.629000', '164644.632000', '164644.634000', '164644.637000', '164644.640000', '164644.642000', '164644.645000', '164644.647000', '164644.650000', '164644.652000', '164644.655000', '164644.658000', '164644.660000', '164644.663000', '164644.665000', '164644.668000', '164644.671000', '164644.673000', '164644.676000', '164644.678000', '164644.681000', '164644.683000', '164704.573000', '164704.575000', '164704.578000', '164704.581000', '164704.583000', '164704.586000', '164704.589000', '164704.591000', '164704.594000', '164704.596000', '164704.599000', '164704.602000', '164704.604000', '164704.607000', '164704.610000', '164704.612000', '164704.615000', '164704.617000', '164704.620000', '164704.622000', '164704.625000', '164704.628000', '164704.630000', '164704.633000', '164704.635000', '164704.638000', '164704.640000', '164704.643000', '164704.646000', '164704.648000', '164704.651000', '164704.654000', '164704.656000', '164704.659000', '164704.661000', '164704.664000', '164704.666000', '164704.685000', '164704.688000', '164704.691000', '164704.693000', '164704.696000', '164704.698000', '164704.701000', '164724.574000', '164724.577000', '164724.586000', '164724.588000', '164724.591000', '164724.594000', '164724.596000', '164724.599000', '164724.602000', '164724.604000', '164724.607000', '164724.609000', '164724.612000', '164724.614000', '164724.617000', '164724.620000', '164724.622000', '164724.626000', '164724.629000', '164724.632000', '164724.634000', '164724.637000', '164724.639000', '164724.642000', '164724.645000', '164724.647000', '164724.650000', '164724.652000', '164724.655000', '164724.657000', '164724.660000', '164724.663000', '164724.665000', '164724.668000', '164724.670000', '164724.673000', '164724.675000', '164724.678000', '164724.681000', '164724.683000', '164724.686000', '164724.688000', '164724.691000', '164744.573000', '164744.576000', '164744.579000', '164744.582000', '164744.584000', '164744.587000', '164744.589000', '164744.592000', '164744.595000', '164744.597000', '164744.600000', '164744.603000', '164744.605000', '164744.608000', '164744.610000', '164744.613000', '164744.615000', '164744.618000', '164744.621000', '164744.623000', '164744.626000', '164744.628000', '164744.631000', '164744.634000', '164744.636000', '164744.639000', '164744.641000', '164744.644000', '164744.646000', '164744.649000', '164744.652000', '164744.654000', '164744.657000', '164744.660000', '164744.662000', '164744.665000', '164744.667000', '164744.670000', '164744.673000', '164744.675000', '164744.678000', '164744.680000', '164744.683000', '164744.685000', '164748.083000', '164748.089000', '164748.091000', '164748.094000', '164748.097000', '164748.099000', '164748.102000', '164748.105000'], 'InstanceCreationTime': ['164044.607000', '164044.610000', '164044.613000', '164044.616000', '164044.618000', '164044.621000', '164044.624000', '164044.626000', '164044.629000', '164044.631000', '164044.634000', '164044.636000', '164044.639000', '164044.641000', '164044.644000', '164044.647000', '164044.649000', '164044.652000', '164044.654000', '164044.657000', '164044.659000', '164044.662000', '164044.664000', '164044.667000', '164044.670000', '164044.672000', '164044.675000', '164044.677000', '164044.680000', '164044.683000', '164044.685000', '164044.688000', '164044.690000', '164044.693000', '164044.695000', '164044.698000', '164044.700000', '164044.703000', '164044.706000', '164044.708000', '164044.711000', '164044.713000', '164044.716000', '164044.718000', '164044.721000', '164044.723000', '164104.572000', '164104.575000', '164104.578000', '164104.581000', '164104.583000', '164104.586000', '164104.588000', '164104.591000', '164104.593000', '164104.596000', '164104.598000', '164104.601000', '164104.604000', '164104.606000', '164104.609000', '164104.611000', '164104.614000', '164104.617000', '164104.619000', '164104.622000', '164104.625000', '164104.627000', '164104.630000', '164104.632000', '164104.635000', '164104.638000', '164104.645000', '164104.648000', '164104.651000', '164104.653000', '164104.656000', '164104.658000', '164104.661000', '164104.663000', '164104.667000', '164104.670000', '164104.673000', '164104.675000', '164104.691000', '164104.694000', '164104.697000', '164104.699000', '164104.702000', '164124.572000', '164124.575000', '164124.578000', '164124.580000', '164124.583000', '164124.586000', '164124.588000', '164124.591000', '164124.593000', '164124.596000', '164124.599000', '164124.601000', '164124.604000', '164124.606000', '164124.609000', '164124.612000', '164124.614000', '164124.617000', '164124.619000', '164124.622000', '164124.624000', '164124.627000', '164124.629000', '164124.632000', '164124.635000', '164124.637000', '164124.645000', '164124.648000', '164124.650000', '164124.653000', '164124.656000', '164124.658000', '164124.661000', '164124.663000', '164124.666000', '164124.669000', '164124.671000', '164124.674000', '164124.676000', '164124.679000', '164124.681000', '164124.684000', '164124.687000', '164124.689000', '164144.572000', '164144.575000', '164144.578000', '164144.580000', '164144.583000', '164144.585000', '164144.588000', '164144.591000', '164144.593000', '164144.596000', '164144.598000', '164144.601000', '164144.604000', '164144.606000', '164144.609000', '164144.611000', '164144.614000', '164144.616000', '164144.619000', '164144.622000', '164144.624000', '164144.627000', '164144.635000', '164144.637000', '164144.640000', '164144.642000', '164144.645000', '164144.647000', '164144.650000', '164144.653000', '164144.655000', '164144.658000', '164144.660000', '164144.663000', '164144.665000', '164144.668000', '164144.671000', '164144.673000', '164144.676000', '164144.678000', '164144.681000', '164144.683000', '164144.686000', '164204.572000', '164204.575000', '164204.578000', '164204.581000', '164204.583000', '164204.586000', '164204.588000', '164204.591000', '164204.594000', '164204.596000', '164204.599000', '164204.601000', '164204.604000', '164204.607000', '164204.609000', '164204.612000', '164204.614000', '164204.617000', '164204.619000', '164204.622000', '164204.625000', '164204.627000', '164204.630000', '164204.632000', '164204.635000', '164204.637000', '164204.640000', '164204.643000', '164204.645000', '164204.648000', '164204.650000', '164204.653000', '164204.655000', '164204.658000', '164204.661000', '164204.663000', '164204.666000', '164204.669000', '164204.671000', '164204.674000', '164204.676000', '164204.679000', '164204.682000', '164204.684000', '164224.572000', '164224.575000', '164224.578000', '164224.581000', '164224.583000', '164224.586000', '164224.588000', '164224.591000', '164224.593000', '164224.596000', '164224.599000', '164224.601000', '164224.604000', '164224.606000', '164224.609000', '164224.612000', '164224.614000', '164224.617000', '164224.619000', '164224.622000', '164224.625000', '164224.627000', '164224.630000', '164224.632000', '164224.635000', '164224.637000', '164224.640000', '164224.643000', '164224.645000', '164224.648000', '164224.650000', '164224.653000', '164224.656000', '164224.658000', '164224.661000', '164224.663000', '164224.666000', '164224.669000', '164224.671000', '164224.674000', '164224.676000', '164224.679000', '164224.681000', '164244.574000', '164244.576000', '164244.579000', '164244.582000', '164244.584000', '164244.587000', '164244.589000', '164244.592000', '164244.595000', '164244.597000', '164244.600000', '164244.603000', '164244.605000', '164244.608000', '164244.610000', '164244.613000', '164244.615000', '164244.618000', '164244.621000', '164244.623000', '164244.626000', '164244.628000', '164244.631000', '164244.633000', '164244.636000', '164244.639000', '164244.641000', '164244.644000', '164244.646000', '164244.649000', '164244.652000', '164244.654000', '164244.657000', '164244.659000', '164244.687000', '164244.690000', '164244.692000', '164244.695000', '164244.697000', '164244.700000', '164244.703000', '164244.705000', '164244.708000', '164244.710000', '164304.573000', '164304.576000', '164304.579000', '164304.582000', '164304.584000', '164304.587000', '164304.589000', '164304.592000', '164304.595000', '164304.597000', '164304.600000', '164304.602000', '164304.605000', '164304.607000', '164304.610000', '164304.612000', '164304.615000', '164304.618000', '164304.620000', '164304.623000', '164304.625000', '164304.628000', '164304.631000', '164304.633000', '164304.636000', '164304.638000', '164304.641000', '164304.644000', '164304.646000', '164304.649000', '164304.651000', '164304.654000', '164304.656000', '164304.659000', '164304.662000', '164304.664000', '164304.667000', '164304.669000', '164304.672000', '164304.675000', '164304.677000', '164304.680000', '164304.683000', '164324.572000', '164324.575000', '164324.578000', '164324.580000', '164324.583000', '164324.586000', '164324.588000', '164324.591000', '164324.593000', '164324.596000', '164324.599000', '164324.601000', '164324.604000', '164324.607000', '164324.609000', '164324.612000', '164324.614000', '164324.617000', '164324.620000', '164324.622000', '164324.625000', '164324.627000', '164324.630000', '164324.632000', '164324.635000', '164324.638000', '164324.640000', '164324.643000', '164324.645000', '164324.648000', '164324.651000', '164324.653000', '164324.657000', '164324.660000', '164324.662000', '164324.665000', '164324.667000', '164324.670000', '164324.672000', '164324.675000', '164324.678000', '164324.680000', '164324.683000', '164324.685000', '164344.573000', '164344.575000', '164344.578000', '164344.581000', '164344.583000', '164344.586000', '164344.588000', '164344.591000', '164344.594000', '164344.596000', '164344.599000', '164344.601000', '164344.604000', '164344.607000', '164344.609000', '164344.612000', '164344.614000', '164344.617000', '164344.620000', '164344.622000', '164344.625000', '164344.627000', '164344.630000', '164344.632000', '164344.635000', '164344.638000', '164344.640000', '164344.643000', '164344.645000', '164344.648000', '164344.650000', '164344.653000', '164344.656000', '164344.658000', '164344.661000', '164344.663000', '164344.666000', '164344.669000', '164344.671000', '164344.674000', '164344.677000', '164344.679000', '164344.682000', '164404.572000', '164404.575000', '164404.578000', '164404.580000', '164404.583000', '164404.586000', '164404.588000', '164404.591000', '164404.593000', '164404.596000', '164404.599000', '164404.601000', '164404.604000', '164404.607000', '164404.609000', '164404.612000', '164404.614000', '164404.617000', '164404.620000', '164404.622000', '164404.625000', '164404.627000', '164404.630000', '164404.632000', '164404.635000', '164404.638000', '164404.640000', '164404.643000', '164404.645000', '164404.648000', '164404.650000', '164404.653000', '164404.656000', '164404.658000', '164404.661000', '164404.663000', '164404.666000', '164404.669000', '164404.671000', '164404.674000', '164404.676000', '164404.679000', '164404.681000', '164404.684000', '164424.573000', '164424.576000', '164424.578000', '164424.581000', '164424.583000', '164424.586000', '164424.589000', '164424.591000', '164424.594000', '164424.596000', '164424.599000', '164424.602000', '164424.604000', '164424.607000', '164424.609000', '164424.623000', '164424.626000', '164424.628000', '164424.631000', '164424.633000', '164424.636000', '164424.639000', '164424.641000', '164424.644000', '164424.646000', '164424.649000', '164424.652000', '164424.654000', '164424.657000', '164424.659000', '164424.662000', '164424.665000', '164424.667000', '164424.670000', '164424.672000', '164424.675000', '164424.678000', '164424.680000', '164424.683000', '164424.685000', '164424.696000', '164424.699000', '164424.701000', '164444.572000', '164444.575000', '164444.578000', '164444.580000', '164444.583000', '164444.586000', '164444.588000', '164444.591000', '164444.594000', '164444.596000', '164444.599000', '164444.602000', '164444.604000', '164444.607000', '164444.609000', '164444.612000', '164444.615000', '164444.617000', '164444.620000', '164444.622000', '164444.625000', '164444.628000', '164444.630000', '164444.633000', '164444.635000', '164444.638000', '164444.640000', '164444.643000', '164444.646000', '164444.648000', '164444.651000', '164444.653000', '164444.656000', '164444.659000', '164444.661000', '164444.664000', '164444.666000', '164444.669000', '164444.671000', '164444.674000', '164444.676000', '164444.679000', '164444.682000', '164444.684000', '164504.573000', '164504.576000', '164504.579000', '164504.582000', '164504.584000', '164504.587000', '164504.589000', '164504.592000', '164504.594000', '164504.597000', '164504.600000', '164504.602000', '164504.605000', '164504.608000', '164504.610000', '164504.613000', '164504.615000', '164504.618000', '164504.621000', '164504.623000', '164504.626000', '164504.628000', '164504.631000', '164504.634000', '164504.636000', '164504.639000', '164504.641000', '164504.644000', '164504.647000', '164504.649000', '164504.652000', '164504.654000', '164504.657000', '164504.660000', '164504.662000', '164504.665000', '164504.667000', '164504.670000', '164504.673000', '164504.675000', '164504.678000', '164504.680000', '164504.683000', '164524.574000', '164524.576000', '164524.579000', '164524.582000', '164524.584000', '164524.587000', '164524.589000', '164524.592000', '164524.595000', '164524.597000', '164524.600000', '164524.603000', '164524.605000', '164524.608000', '164524.611000', '164524.613000', '164524.616000', '164524.618000', '164524.621000', '164524.623000', '164524.626000', '164524.628000', '164524.631000', '164524.634000', '164524.636000', '164524.639000', '164524.641000', '164524.644000', '164524.647000', '164524.649000', '164524.652000', '164524.654000', '164524.657000', '164524.659000', '164524.662000', '164524.665000', '164524.667000', '164524.670000', '164524.672000', '164524.675000', '164524.677000', '164524.680000', '164524.683000', '164524.685000', '164544.572000', '164544.575000', '164544.578000', '164544.581000', '164544.583000', '164544.586000', '164544.588000', '164544.591000', '164544.593000', '164544.596000', '164544.599000', '164544.601000', '164544.604000', '164544.606000', '164544.609000', '164544.612000', '164544.614000', '164544.617000', '164544.619000', '164544.622000', '164544.624000', '164544.627000', '164544.630000', '164544.632000', '164544.635000', '164544.648000', '164544.650000', '164544.653000', '164544.656000', '164544.658000', '164544.661000', '164544.664000', '164544.666000', '164544.669000', '164544.671000', '164544.674000', '164544.676000', '164544.679000', '164544.682000', '164544.684000', '164544.687000', '164544.689000', '164544.692000', '164604.573000', '164604.575000', '164604.578000', '164604.581000', '164604.583000', '164604.587000', '164604.589000', '164604.592000', '164604.595000', '164604.597000', '164604.600000', '164604.602000', '164604.605000', '164604.608000', '164604.610000', '164604.613000', '164604.615000', '164604.618000', '164604.621000', '164604.623000', '164604.626000', '164604.629000', '164604.631000', '164604.634000', '164604.636000', '164604.639000', '164604.642000', '164604.644000', '164604.647000', '164604.649000', '164604.652000', '164604.655000', '164604.657000', '164604.660000', '164604.662000', '164604.665000', '164604.667000', '164604.670000', '164604.672000', '164604.675000', '164604.678000', '164604.680000', '164604.683000', '164604.685000', '164624.573000', '164624.575000', '164624.578000', '164624.581000', '164624.583000', '164624.586000', '164624.588000', '164624.591000', '164624.594000', '164624.596000', '164624.599000', '164624.602000', '164624.604000', '164624.607000', '164624.609000', '164624.612000', '164624.615000', '164624.617000', '164624.620000', '164624.622000', '164624.625000', '164624.628000', '164624.630000', '164624.633000', '164624.636000', '164624.638000', '164624.641000', '164624.643000', '164624.646000', '164624.649000', '164624.651000', '164624.654000', '164624.657000', '164624.659000', '164624.662000', '164624.664000', '164624.667000', '164624.670000', '164624.672000', '164624.675000', '164624.677000', '164624.680000', '164624.683000', '164644.572000', '164644.575000', '164644.578000', '164644.581000', '164644.583000', '164644.586000', '164644.590000', '164644.593000', '164644.595000', '164644.598000', '164644.601000', '164644.603000', '164644.606000', '164644.608000', '164644.611000', '164644.614000', '164644.616000', '164644.619000', '164644.621000', '164644.624000', '164644.627000', '164644.629000', '164644.632000', '164644.634000', '164644.637000', '164644.640000', '164644.642000', '164644.645000', '164644.647000', '164644.650000', '164644.652000', '164644.655000', '164644.658000', '164644.660000', '164644.663000', '164644.665000', '164644.668000', '164644.671000', '164644.673000', '164644.676000', '164644.678000', '164644.681000', '164644.683000', '164704.573000', '164704.575000', '164704.578000', '164704.581000', '164704.583000', '164704.586000', '164704.589000', '164704.591000', '164704.594000', '164704.596000', '164704.599000', '164704.602000', '164704.604000', '164704.607000', '164704.610000', '164704.612000', '164704.615000', '164704.617000', '164704.620000', '164704.622000', '164704.625000', '164704.628000', '164704.630000', '164704.633000', '164704.635000', '164704.638000', '164704.640000', '164704.643000', '164704.646000', '164704.648000', '164704.651000', '164704.654000', '164704.656000', '164704.659000', '164704.661000', '164704.664000', '164704.666000', '164704.685000', '164704.688000', '164704.691000', '164704.693000', '164704.696000', '164704.698000', '164704.701000', '164724.574000', '164724.577000', '164724.586000', '164724.588000', '164724.591000', '164724.594000', '164724.596000', '164724.599000', '164724.602000', '164724.604000', '164724.607000', '164724.609000', '164724.612000', '164724.614000', '164724.617000', '164724.620000', '164724.622000', '164724.626000', '164724.629000', '164724.632000', '164724.634000', '164724.637000', '164724.639000', '164724.642000', '164724.645000', '164724.647000', '164724.650000', '164724.652000', '164724.655000', '164724.657000', '164724.660000', '164724.663000', '164724.665000', '164724.668000', '164724.670000', '164724.673000', '164724.675000', '164724.678000', '164724.681000', '164724.683000', '164724.686000', '164724.688000', '164724.691000', '164744.573000', '164744.576000', '164744.579000', '164744.582000', '164744.584000', '164744.587000', '164744.589000', '164744.592000', '164744.595000', '164744.597000', '164744.600000', '164744.603000', '164744.605000', '164744.608000', '164744.610000', '164744.613000', '164744.615000', '164744.618000', '164744.621000', '164744.623000', '164744.626000', '164744.628000', '164744.631000', '164744.634000', '164744.636000', '164744.639000', '164744.641000', '164744.644000', '164744.646000', '164744.649000', '164744.652000', '164744.654000', '164744.657000', '164744.660000', '164744.662000', '164744.665000', '164744.667000', '164744.670000', '164744.673000', '164744.675000', '164744.678000', '164744.680000', '164744.683000', '164744.685000', '164748.083000', '164748.089000', '164748.091000', '164748.094000', '164748.097000', '164748.099000', '164748.102000', '164748.105000'], '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': [9286, 13721, 8628, 12543, 8295, 11323, 14272, 10310, 13832, 10597, 14316, 9705, 13105, 8438, 13118, 9282, 12792, 8434, 11630, 10729, 10145, 14186, 10566, 14037, 8986, 12054, 7648, 10469, 13303, 10190, 12372, 8983, 12131, 7657, 10888, 12968, 9909, 12799, 9928, 12572, 8756, 12096, 7794, 10914, 13562, 10559, 12816, 9337, 12581, 7733, 12165, 9794, 10823, 12856, 8844, 12063, 7940, 12300, 7547, 10328, 13056, 9508, 12391, 9759, 12165, 7391, 11670, 9935, 10118, 12459, 8938, 12393, 8227, 13001, 7645, 11732, 8028, 10967, 13624, 10345, 12945, 9387, 13138, 8770, 14070, 8774, 12439, 13236, 10373, 14253, 10602, 13796, 8836, 12555, 8266, 11406, 13813, 10232, 12509, 8718, 12336, 7968, 12078, 7466, 10051, 12909, 9390, 13064, 8879, 12214, 7551, 11035, 11751, 9976, 12729, 8917, 12476, 9090, 13254, 7635, 12140, 9112, 10986, 13888, 10704, 13112, 9363, 12583, 8087, 12879, 8675, 11048, 13442, 9786, 13413, 8443, 14035, 7317, 11450, 11623, 9548, 13327, 10096, 12696, 8101, 11760, 7776, 10931, 12640, 9400, 12675, 9610, 12292, 8791, 12173, 7554, 12432, 9160, 11455, 12594, 9166, 13017, 8471, 13321, 7949, 11819, 9252, 9583, 13255, 9580, 13594, 7958, 11954, 7501, 10242, 13642, 9955, 12523, 8363, 11778, 7458, 11632, 8040, 10386, 12954, 8914, 12439, 8311, 13294, 7585, 12254, 8548, 10231, 13913, 10212, 12490, 8549, 12722, 7598, 12525, 11148, 10918, 12917, 9799, 13341, 9308, 13101, 7856, 13055, 7920, 11613, 13917, 9678, 13273, 8906, 13727, 7661, 11772, 8064, 9997, 13153, 9267, 13357, 9168, 12701, 7477, 11056, 9862, 10106, 11394, 9036, 12807, 8748, 12837, 7742, 12522, 7340, 10343, 12902, 9392, 12831, 8630, 11984, 9370, 10309, 9428, 13209, 9156, 13550, 8910, 14069, 7597, 12502, 9479, 11004, 14328, 9764, 13317, 7544, 13077, 7649, 10909, 9971, 9236, 12924, 9138, 13071, 8218, 11722, 7282, 10637, 12229, 9701, 11853, 8235, 11805, 7507, 12735, 7356, 11158, 12249, 9350, 13537, 9544, 13747, 8177, 12924, 7993, 11685, 14466, 10686, 13286, 9008, 13123, 7448, 12149, 8482, 10419, 11683, 8488, 12299, 8809, 12472, 7516, 11558, 7757, 10751, 10688, 9852, 12996, 8797, 12683, 7760, 13234, 7749, 11743, 9107, 10034, 13246, 9813, 12581, 8901, 12834, 7758, 13591, 8625, 11273, 7609, 9890, 13939, 9251, 13810, 9185, 12845, 7621, 11732, 10162, 9591, 13394, 9030, 13249, 7721, 10382, 7661, 9232, 11496, 8462, 11396, 8005, 12281, 7565, 11268, 7600, 10235, 11894, 9868, 10983, 8602, 11913, 8400, 11886, 7776, 9509, 8349, 10527, 13107, 10087, 11454, 8658, 12603, 8733, 12750, 8788, 12599, 7360, 11523, 8502, 9953, 12931, 9228, 12166, 7785, 11520, 7660, 10841, 11167, 9331, 12473, 8463, 11696, 7453, 11765, 7311, 10483, 10028, 9148, 12271, 8639, 12587, 7998, 11360, 7643, 10505, 9096, 9246, 12211, 9129, 12575, 9178, 12134, 8183, 12249, 7739, 11427, 10936, 9645, 13108, 8723, 12464, 7635, 11908, 8109, 10852, 12195, 9500, 12762, 8744, 12177, 7724, 10620, 10966, 10058, 9847, 9204, 12086, 8584, 11785, 7618, 12463, 8124, 11275, 7409, 10132, 12574, 9343, 11987, 8565, 12181, 7784, 11627, 9028, 10014, 11860, 8462, 12176, 7534, 12462, 7426, 10612, 10561, 8681, 12727, 8966, 11762, 7854, 11522, 7706, 11233, 11604, 10345, 12844, 8572, 12883, 8216, 13257, 8341, 12226, 7702, 10207, 13360, 9002, 13348, 9409, 12966, 7843, 11579, 8111, 10063, 13010, 9457, 12228, 7468, 11413, 7616, 10229, 9046, 10075, 13328, 10238, 11628, 8281, 11455, 8321, 11929, 7979, 12952, 7814, 11353, 8288, 9960, 12623, 9479, 13230, 8582, 11978, 7371, 10954, 7452, 10537, 9468, 9823, 11455, 8606, 11714, 8039, 12215, 7592, 11421, 7569, 9827, 12807, 9137, 12604, 7596, 11547, 7910, 10367, 12631, 9155, 12251, 8637, 11916, 7522, 10497, 11730, 8960, 12222, 8619, 11882, 7648, 10184, 11467, 8978, 12022, 8866, 11929, 8014, 11427, 7546, 11214, 9389, 9897, 12100, 8711, 11983, 8369, 12713, 7850, 12248, 7403, 10764, 9696, 10146, 11168, 9237, 12335, 8754, 12014, 7665, 12409, 7675, 11226, 7403, 9981, 13517, 9689, 12267, 8196, 12122, 7679, 12271, 7655, 11126, 7406, 10676, 7400, 10140, 12059, 9101, 12752, 9919, 12638, 8497, 12382, 8241, 12717, 7866, 12712, 7793, 11285, 9770, 10090, 13355, 9568, 13547, 8223, 11662, 7496, 10371, 11455, 9529, 11636, 8203, 11119, 7742, 11570, 7536, 10748, 10457, 9563, 10939, 7825, 10629, 9600, 8400, 11200, 11201, 9761, 13763, 9253, 13528, 9449, 14266, 8934, 12981, 8426, 12274, 7762, 11817, 8975, 10371, 13654, 9532, 12031, 8213, 12009, 7647, 11861, 8270, 11375, 8124, 9521, 13328, 8821, 12228, 7339, 11999, 7321, 9704, 12657, 7949, 11905, 7627, 11806, 7378, 10728, 7738, 9715, 13012, 9319, 12139, 7563, 10838, 7601, 10456, 7704, 9345, 12389, 8093, 12000, 8137, 12669, 7530, 12014, 8453, 10226, 13914, 10074, 12457, 7742, 11897, 7532, 11035, 13427, 9695, 12347, 8108, 12108, 7359, 11474, 10472, 10072, 11894, 8162, 11783, 7376, 11271, 7669, 9944, 11221, 7942, 11286, 7346, 12088, 7495, 10677, 8484, 8941, 12762, 9356, 11821, 7756, 11217, 7676, 11483, 9011, 10761, 8703, 9515, 13222, 8863, 13277, 8554, 12702, 7407, 10210, 12100, 8881, 12960, 8911, 12294, 7737, 10660, 11244, 8928, 12314, 8521, 11887, 7652, 10543, 8723, 9167, 11445, 8199, 11201, 7535, 10732, 7377, 11611, 7411, 10722, 8248, 9499, 12926, 9349, 11755, 8471, 11877, 7526, 12103, 8734, 11022, 10063, 9104, 13031, 8619, 12895, 8429, 13048, 7361, 10432, 11934, 8608, 13010, 8720, 12658, 7528, 10702, 7710, 9514, 12756, 9204, 12435, 7746, 11322, 7609, 10321, 10058, 9154, 11606, 8099, 11110, 7392, 10966, 7364, 9271, 11694, 8240, 11739, 7742, 11216, 7569, 10157, 11413, 8721, 12200, 8798, 12306, 7938, 11668, 7464, 12336, 9699, 10397, 13265, 8189, 12482, 7631, 12244, 7939, 10207, 12531, 8064, 11898, 7388, 11926, 7409, 10164, 13075, 8431, 11581, 7506, 12284, 7396, 9977, 12025, 8233, 11652, 7541, 11690, 7372, 9797, 12182, 8049, 12150, 7626, 11841, 7410, 10120, 11238, 8371, 11882, 8669, 11702, 7456, 10594, 7478, 10872, 8105, 9145, 12110, 8428, 12067, 8053, 11212, 7583, 10790, 7682, 10262, 9644, 9721, 11793, 8633, 12553, 8625, 12770, 7967, 12005, 7612, 10835, 10014, 9609, 12756, 9740, 12466, 7634, 11134, 7872, 9915, 12947, 8924, 11902, 7918, 10652, 7603, 11116, 7524, 10549, 7564, 9891, 12992, 8762, 12874, 8640, 12225, 7466, 10782, 11826, 10128, 11358, 8459, 12468, 8035, 12003, 7677, 11918, 7536, 9306, 12775, 8486, 12273, 7714, 11931, 7142, 10187, 10824, 9037, 12288, 9008, 11780, 7523, 10634, 7450, 10252, 10658, 8796, 11744, 7919, 11242, 7502, 11689, 7576, 10363, 9338, 9243, 12519, 9191], 'WindowCenter': [4553.0, 4561.0, 4484.0, 4521.0, 4468.0, 4497.0, 4530.0, 4489.0, 4504.0, 4471.0, 4501.0, 4460.0, 4487.0, 4441.0, 4491.0, 4448.0, 4478.0, 4427.0, 4468.0, 4456.0, 4459.0, 4500.0, 4458.0, 4486.0, 4437.0, 4465.0, 4416.0, 4470.0, 4490.0, 4460.0, 4476.0, 4438.0, 4477.0, 4416.0, 4458.0, 4491.0, 4473.0, 4477.0, 4445.0, 4465.0, 4425.0, 4466.0, 4415.0, 4469.0, 4489.0, 4458.0, 4476.0, 4437.0, 4466.0, 4416.0, 4478.0, 4445.0, 4454.0, 4466.0, 4435.0, 4477.0, 4430.0, 4476.0, 4415.0, 4457.0, 4489.0, 4461.0, 4489.0, 4458.0, 4478.0, 4428.0, 4482.0, 4459.0, 4470.0, 4479.0, 4449.0, 4490.0, 4452.0, 4491.0, 4440.0, 4482.0, 4441.0, 4495.0, 4503.0, 4473.0, 4491.0, 4461.0, 4493.0, 4466.0, 4503.0, 4440.0, 4491.0, 4478.0, 4460.0, 4502.0, 4469.0, 4488.0, 4436.0, 4477.0, 4439.0, 4479.0, 4487.0, 4470.0, 4476.0, 4438.0, 4489.0, 4427.0, 4477.0, 4415.0, 4457.0, 4489.0, 4460.0, 4488.0, 4437.0, 4478.0, 4427.0, 4469.0, 4478.0, 4459.0, 4478.0, 4449.0, 4492.0, 4450.0, 4481.0, 4418.0, 4478.0, 4448.0, 4481.0, 4488.0, 4456.0, 4476.0, 4435.0, 4476.0, 4440.0, 4479.0, 4424.0, 4455.0, 4473.0, 4443.0, 4488.0, 4427.0, 4475.0, 4403.0, 4464.0, 4453.0, 4445.0, 4476.0, 4456.0, 4464.0, 4413.0, 4453.0, 4412.0, 4454.0, 4476.0, 4461.0, 4488.0, 4446.0, 4464.0, 4423.0, 4464.0, 4414.0, 4491.0, 4447.0, 4466.0, 4464.0, 4434.0, 4474.0, 4426.0, 4488.0, 4425.0, 4465.0, 4434.0, 4445.0, 4475.0, 4459.0, 4488.0, 4425.0, 4467.0, 4404.0, 4456.0, 4488.0, 4446.0, 4475.0, 4426.0, 4476.0, 4429.0, 4480.0, 4427.0, 4456.0, 4475.0, 4436.0, 4490.0, 4453.0, 4488.0, 4427.0, 4474.0, 4436.0, 4470.0, 4500.0, 4459.0, 4480.0, 4438.0, 4476.0, 4416.0, 4489.0, 4482.0, 4470.0, 4477.0, 4447.0, 4476.0, 4435.0, 4487.0, 4442.0, 4477.0, 4426.0, 4466.0, 4475.0, 4434.0, 4473.0, 4438.0, 4484.0, 4402.0, 4463.0, 4412.0, 4432.0, 4473.0, 4447.0, 4487.0, 4434.0, 4476.0, 4403.0, 4465.0, 4459.0, 4456.0, 4464.0, 4435.0, 4474.0, 4450.0, 4489.0, 4415.0, 4465.0, 4416.0, 4459.0, 4477.0, 4448.0, 4486.0, 4463.0, 4504.0, 4463.0, 4470.0, 4460.0, 4488.0, 4450.0, 4503.0, 4450.0, 4489.0, 4417.0, 4479.0, 4448.0, 4457.0, 4487.0, 4445.0, 4476.0, 4435.0, 4489.0, 4414.0, 4453.0, 4442.0, 4434.0, 4476.0, 4446.0, 4476.0, 4424.0, 4478.0, 4417.0, 4482.0, 4478.0, 4448.0, 4477.0, 4438.0, 4479.0, 4434.0, 4489.0, 4429.0, 4456.0, 4477.0, 4449.0, 4503.0, 4461.0, 4490.0, 4439.0, 4479.0, 4426.0, 4481.0, 4513.0, 4458.0, 4475.0, 4435.0, 4476.0, 4404.0, 4477.0, 4433.0, 4455.0, 4464.0, 4436.0, 4465.0, 4447.0, 4477.0, 4418.0, 4480.0, 4430.0, 4481.0, 4467.0, 4457.0, 4487.0, 4436.0, 4477.0, 4443.0, 4490.0, 4428.0, 4478.0, 4447.0, 4473.0, 4490.0, 4459.0, 4478.0, 4435.0, 4478.0, 4415.0, 4501.0, 4436.0, 4469.0, 4414.0, 4445.0, 4484.0, 4460.0, 4488.0, 4435.0, 4464.0, 4413.0, 4464.0, 4443.0, 4444.0, 4476.0, 4435.0, 4477.0, 4402.0, 4444.0, 4402.0, 4434.0, 4453.0, 4426.0, 4482.0, 4442.0, 4479.0, 4416.0, 4466.0, 4415.0, 4470.0, 4481.0, 4459.0, 4456.0, 4436.0, 4465.0, 4427.0, 4469.0, 4428.0, 4448.0, 4438.0, 4472.0, 4490.0, 4458.0, 4466.0, 4436.0, 4475.0, 4451.0, 4493.0, 4439.0, 4478.0, 4416.0, 4467.0, 4438.0, 4461.0, 4492.0, 4448.0, 4460.0, 4417.0, 4466.0, 4430.0, 4481.0, 4467.0, 4448.0, 4477.0, 4426.0, 4467.0, 4432.0, 4481.0, 4419.0, 4459.0, 4446.0, 4447.0, 4478.0, 4463.0, 4493.0, 4440.0, 4470.0, 4416.0, 4457.0, 4436.0, 4448.0, 4492.0, 4463.0, 4479.0, 4448.0, 4478.0, 4438.0, 4478.0, 4429.0, 4483.0, 4469.0, 4451.0, 4477.0, 4438.0, 4477.0, 4417.0, 4479.0, 4441.0, 4481.0, 4475.0, 4447.0, 4477.0, 4425.0, 4465.0, 4413.0, 4458.0, 4479.0, 4458.0, 4448.0, 4447.0, 4463.0, 4437.0, 4467.0, 4442.0, 4504.0, 4429.0, 4466.0, 4417.0, 4458.0, 4491.0, 4461.0, 4480.0, 4439.0, 4481.0, 4430.0, 4482.0, 4448.0, 4458.0, 4454.0, 4440.0, 4479.0, 4442.0, 4480.0, 4418.0, 4471.0, 4458.0, 4451.0, 4492.0, 4450.0, 4480.0, 4430.0, 4480.0, 4430.0, 4495.0, 4482.0, 4460.0, 4480.0, 4440.0, 4478.0, 4428.0, 4491.0, 4438.0, 4468.0, 4417.0, 4456.0, 4472.0, 4451.0, 4485.0, 4437.0, 4476.0, 4416.0, 4466.0, 4416.0, 4446.0, 4478.0, 4450.0, 4469.0, 4405.0, 4454.0, 4405.0, 4458.0, 4436.0, 4446.0, 4487.0, 4446.0, 4454.0, 4425.0, 4454.0, 4426.0, 4478.0, 4431.0, 4478.0, 4418.0, 4457.0, 4425.0, 4446.0, 4478.0, 4462.0, 4478.0, 4427.0, 4468.0, 4405.0, 4457.0, 4420.0, 4470.0, 4447.0, 4443.0, 4466.0, 4437.0, 4466.0, 4440.0, 4479.0, 4418.0, 4469.0, 4417.0, 4447.0, 4478.0, 4450.0, 4477.0, 4416.0, 4467.0, 4426.0, 4444.0, 4479.0, 4449.0, 4466.0, 4425.0, 4466.0, 4415.0, 4456.0, 4467.0, 4449.0, 4467.0, 4426.0, 4466.0, 4416.0, 4446.0, 4470.0, 4451.0, 4478.0, 4440.0, 4468.0, 4428.0, 4466.0, 4430.0, 4481.0, 4449.0, 4459.0, 4469.0, 4438.0, 4480.0, 4442.0, 4489.0, 4428.0, 4479.0, 4418.0, 4469.0, 4474.0, 4473.0, 4469.0, 4450.0, 4478.0, 4434.0, 4479.0, 4444.0, 4490.0, 4428.0, 4482.0, 4417.0, 4460.0, 4503.0, 4462.0, 4479.0, 4439.0, 4477.0, 4443.0, 4491.0, 4431.0, 4471.0, 4419.0, 4470.0, 4423.0, 4471.0, 4489.0, 4478.0, 4505.0, 4464.0, 4480.0, 4436.0, 4479.0, 4439.0, 4492.0, 4441.0, 4481.0, 4418.0, 4468.0, 4447.0, 4458.0, 4489.0, 4461.0, 4479.0, 4427.0, 4469.0, 4417.0, 4470.0, 4480.0, 4448.0, 4467.0, 4441.0, 4464.0, 4431.0, 4479.0, 4430.0, 4484.0, 4469.0, 4459.0, 4466.0, 4430.0, 4483.0, 4473.0, 4441.0, 4471.0, 4467.0, 4460.0, 4488.0, 4451.0, 4503.0, 4462.0, 4487.0, 4438.0, 4477.0, 4428.0, 4467.0, 4416.0, 4468.0, 4440.0, 4462.0, 4488.0, 4436.0, 4466.0, 4425.0, 4465.0, 4414.0, 4469.0, 4427.0, 4467.0, 4414.0, 4435.0, 4465.0, 4424.0, 4465.0, 4419.0, 4466.0, 4403.0, 4446.0, 4465.0, 4427.0, 4478.0, 4417.0, 4468.0, 4416.0, 4457.0, 4427.0, 4460.0, 4488.0, 4437.0, 4462.0, 4416.0, 4468.0, 4427.0, 4457.0, 4417.0, 4448.0, 4477.0, 4441.0, 4494.0, 4443.0, 4491.0, 4429.0, 4479.0, 4428.0, 4472.0, 4491.0, 4448.0, 4477.0, 4417.0, 4465.0, 4415.0, 4470.0, 4489.0, 4447.0, 4467.0, 4416.0, 4465.0, 4404.0, 4468.0, 4459.0, 4442.0, 4464.0, 4425.0, 4461.0, 4405.0, 4470.0, 4415.0, 4446.0, 4455.0, 4416.0, 4466.0, 4429.0, 4478.0, 4416.0, 4457.0, 4425.0, 4449.0, 4491.0, 4449.0, 4466.0, 4417.0, 4468.0, 4418.0, 4481.0, 4449.0, 4459.0, 4435.0, 4446.0, 4478.0, 4447.0, 4491.0, 4438.0, 4472.0, 4404.0, 4446.0, 4464.0, 4436.0, 4477.0, 4424.0, 4467.0, 4403.0, 4444.0, 4454.0, 4437.0, 4465.0, 4423.0, 4453.0, 4403.0, 4443.0, 4438.0, 4446.0, 4460.0, 4426.0, 4466.0, 4416.0, 4469.0, 4424.0, 4478.0, 4417.0, 4467.0, 4424.0, 4460.0, 4487.0, 4448.0, 4468.0, 4440.0, 4468.0, 4429.0, 4480.0, 4437.0, 4470.0, 4447.0, 4437.0, 4476.0, 4438.0, 4489.0, 4427.0, 4476.0, 4402.0, 4455.0, 4454.0, 4437.0, 4488.0, 4435.0, 4465.0, 4405.0, 4455.0, 4415.0, 4447.0, 4475.0, 4436.0, 4463.0, 4413.0, 4456.0, 4416.0, 4459.0, 4446.0, 4436.0, 4467.0, 4427.0, 4456.0, 4420.0, 4467.0, 4417.0, 4450.0, 4466.0, 4438.0, 4479.0, 4428.0, 4468.0, 4415.0, 4458.0, 4480.0, 4454.0, 4479.0, 4438.0, 4469.0, 4417.0, 4468.0, 4418.0, 4484.0, 4445.0, 4447.0, 4475.0, 4423.0, 4464.0, 4416.0, 4478.0, 4408.0, 4447.0, 4465.0, 4415.0, 4466.0, 4418.0, 4478.0, 4405.0, 4441.0, 4464.0, 4426.0, 4454.0, 4416.0, 4465.0, 4404.0, 4445.0, 4465.0, 4425.0, 4466.0, 4416.0, 4466.0, 4405.0, 4447.0, 4464.0, 4427.0, 4479.0, 4417.0, 4467.0, 4418.0, 4459.0, 4470.0, 4442.0, 4480.0, 4440.0, 4480.0, 4416.0, 4468.0, 4430.0, 4468.0, 4428.0, 4449.0, 4478.0, 4455.0, 4494.0, 4440.0, 4482.0, 4431.0, 4483.0, 4445.0, 4484.0, 4461.0, 4462.0, 4480.0, 4452.0, 4491.0, 4454.0, 4489.0, 4441.0, 4483.0, 4429.0, 4472.0, 4460.0, 4462.0, 4492.0, 4451.0, 4479.0, 4429.0, 4469.0, 4429.0, 4462.0, 4478.0, 4451.0, 4478.0, 4429.0, 4454.0, 4442.0, 4483.0, 4429.0, 4472.0, 4429.0, 4460.0, 4491.0, 4452.0, 4491.0, 4441.0, 4478.0, 4417.0, 4466.0, 4481.0, 4459.0, 4469.0, 4439.0, 4477.0, 4429.0, 4491.0, 4429.0, 4464.0, 4417.0, 4447.0, 4476.0, 4439.0, 4482.0, 4428.0, 4467.0, 4406.0, 4458.0, 4456.0, 4450.0, 4491.0, 4437.0, 4466.0, 4417.0, 4453.0, 4419.0, 4458.0, 4455.0, 4439.0, 4468.0, 4428.0, 4483.0, 4431.0, 4482.0, 4428.0, 4460.0, 4461.0, 4464.0, 4489.0, 4450.0], 'WindowWidth': [10032.0, 10014.0, 9892.0, 9933.0, 9857.0, 9891.0, 9943.0, 9884.0, 9894.0, 9846.0, 9884.0, 9828.0, 9860.0, 9805.0, 9872.0, 9807.0, 9847.0, 9777.0, 9833.0, 9814.0, 9821.0, 9882.0, 9819.0, 9854.0, 9788.0, 9825.0, 9759.0, 9839.0, 9868.0, 9824.0, 9841.0, 9793.0, 9844.0, 9760.0, 9817.0, 9870.0, 9847.0, 9847.0, 9798.0, 9824.0, 9771.0, 9826.0, 9757.0, 9837.0, 9864.0, 9818.0, 9839.0, 9788.0, 9828.0, 9761.0, 9847.0, 9798.0, 9809.0, 9826.0, 9786.0, 9845.0, 9785.0, 9841.0, 9760.0, 9819.0, 9864.0, 9830.0, 9863.0, 9824.0, 9849.0, 9782.0, 9861.0, 9826.0, 9839.0, 9850.0, 9811.0, 9869.0, 9822.0, 9871.0, 9802.0, 9859.0, 9805.0, 9884.0, 9892.0, 9849.0, 9868.0, 9830.0, 9875.0, 9845.0, 9887.0, 9800.0, 9867.0, 9846.0, 9826.0, 9888.0, 9837.0, 9859.0, 9786.0, 9845.0, 9797.0, 9851.0, 9858.0, 9840.0, 9840.0, 9794.0, 9866.0, 9779.0, 9845.0, 9761.0, 9819.0, 9868.0, 9830.0, 9861.0, 9790.0, 9845.0, 9777.0, 9839.0, 9848.0, 9825.0, 9847.0, 9813.0, 9876.0, 9815.0, 9847.0, 9766.0, 9848.0, 9809.0, 9858.0, 9860.0, 9815.0, 9841.0, 9784.0, 9841.0, 9803.0, 9850.0, 9769.0, 9809.0, 9832.0, 9795.0, 9863.0, 9778.0, 9837.0, 9740.0, 9822.0, 9804.0, 9797.0, 9843.0, 9814.0, 9820.0, 9750.0, 9803.0, 9749.0, 9806.0, 9840.0, 9832.0, 9865.0, 9801.0, 9821.0, 9768.0, 9822.0, 9755.0, 9869.0, 9804.0, 9827.0, 9822.0, 9782.0, 9834.0, 9775.0, 9862.0, 9770.0, 9822.0, 9781.0, 9799.0, 9838.0, 9824.0, 9861.0, 9772.0, 9830.0, 9742.0, 9816.0, 9864.0, 9801.0, 9837.0, 9776.0, 9843.0, 9786.0, 9855.0, 9778.0, 9817.0, 9839.0, 9790.0, 9870.0, 9824.0, 9863.0, 9777.0, 9839.0, 9788.0, 9840.0, 9883.0, 9823.0, 9853.0, 9793.0, 9841.0, 9759.0, 9864.0, 9864.0, 9839.0, 9845.0, 9804.0, 9840.0, 9783.0, 9858.0, 9807.0, 9846.0, 9773.0, 9828.0, 9836.0, 9780.0, 9833.0, 9794.0, 9852.0, 9737.0, 9819.0, 9748.0, 9776.0, 9832.0, 9805.0, 9858.0, 9781.0, 9840.0, 9740.0, 9825.0, 9825.0, 9816.0, 9824.0, 9786.0, 9837.0, 9814.0, 9866.0, 9760.0, 9825.0, 9762.0, 9823.0, 9846.0, 9809.0, 9859.0, 9840.0, 9896.0, 9838.0, 9841.0, 9828.0, 9863.0, 9813.0, 9889.0, 9817.0, 9866.0, 9764.0, 9847.0, 9804.0, 9816.0, 9856.0, 9798.0, 9842.0, 9795.0, 9865.0, 9755.0, 9807.0, 9790.0, 9782.0, 9843.0, 9804.0, 9843.0, 9771.0, 9849.0, 9766.0, 9863.0, 9851.0, 9807.0, 9844.0, 9795.0, 9851.0, 9799.0, 9865.0, 9785.0, 9813.0, 9844.0, 9811.0, 9890.0, 9832.0, 9866.0, 9797.0, 9848.0, 9774.0, 9856.0, 9905.0, 9820.0, 9839.0, 9783.0, 9840.0, 9742.0, 9846.0, 9783.0, 9813.0, 9824.0, 9790.0, 9825.0, 9807.0, 9845.0, 9771.0, 9852.0, 9789.0, 9859.0, 9834.0, 9818.0, 9859.0, 9791.0, 9845.0, 9809.0, 9868.0, 9780.0, 9847.0, 9807.0, 9849.0, 9868.0, 9824.0, 9846.0, 9787.0, 9845.0, 9756.0, 9884.0, 9790.0, 9837.0, 9756.0, 9798.0, 9852.0, 9828.0, 9862.0, 9786.0, 9822.0, 9753.0, 9823.0, 9793.0, 9796.0, 9842.0, 9786.0, 9845.0, 9737.0, 9795.0, 9737.0, 9780.0, 9806.0, 9774.0, 9862.0, 9806.0, 9849.0, 9761.0, 9828.0, 9757.0, 9843.0, 9857.0, 9823.0, 9814.0, 9788.0, 9825.0, 9778.0, 9835.0, 9780.0, 9807.0, 9795.0, 9848.0, 9869.0, 9822.0, 9826.0, 9788.0, 9839.0, 9815.0, 9875.0, 9797.0, 9847.0, 9762.0, 9832.0, 9793.0, 9828.0, 9872.0, 9807.0, 9816.0, 9762.0, 9828.0, 9788.0, 9858.0, 9833.0, 9808.0, 9843.0, 9775.0, 9832.0, 9794.0, 9855.0, 9770.0, 9823.0, 9801.0, 9804.0, 9847.0, 9840.0, 9876.0, 9800.0, 9837.0, 9763.0, 9818.0, 9790.0, 9808.0, 9875.0, 9838.0, 9852.0, 9808.0, 9847.0, 9795.0, 9848.0, 9785.0, 9861.0, 9837.0, 9813.0, 9844.0, 9792.0, 9842.0, 9763.0, 9849.0, 9806.0, 9858.0, 9842.0, 9803.0, 9842.0, 9773.0, 9825.0, 9755.0, 9820.0, 9854.0, 9822.0, 9807.0, 9805.0, 9816.0, 9791.0, 9830.0, 9808.0, 9893.0, 9783.0, 9828.0, 9763.0, 9822.0, 9872.0, 9831.0, 9853.0, 9799.0, 9855.0, 9787.0, 9859.0, 9808.0, 9820.0, 9807.0, 9798.0, 9851.0, 9807.0, 9854.0, 9769.0, 9841.0, 9821.0, 9816.0, 9875.0, 9816.0, 9852.0, 9787.0, 9852.0, 9789.0, 9882.0, 9860.0, 9827.0, 9851.0, 9799.0, 9846.0, 9779.0, 9870.0, 9796.0, 9832.0, 9762.0, 9815.0, 9836.0, 9816.0, 9859.0, 9790.0, 9842.0, 9760.0, 9826.0, 9758.0, 9800.0, 9845.0, 9814.0, 9835.0, 9742.0, 9806.0, 9740.0, 9822.0, 9788.0, 9802.0, 9859.0, 9800.0, 9808.0, 9771.0, 9809.0, 9773.0, 9849.0, 9788.0, 9848.0, 9765.0, 9817.0, 9771.0, 9800.0, 9849.0, 9833.0, 9846.0, 9777.0, 9830.0, 9745.0, 9818.0, 9774.0, 9842.0, 9804.0, 9798.0, 9829.0, 9790.0, 9829.0, 9803.0, 9850.0, 9766.0, 9835.0, 9764.0, 9804.0, 9847.0, 9812.0, 9846.0, 9762.0, 9831.0, 9775.0, 9794.0, 9851.0, 9810.0, 9830.0, 9774.0, 9827.0, 9758.0, 9815.0, 9831.0, 9811.0, 9831.0, 9774.0, 9827.0, 9761.0, 9802.0, 9839.0, 9816.0, 9847.0, 9798.0, 9832.0, 9779.0, 9829.0, 9786.0, 9855.0, 9809.0, 9823.0, 9834.0, 9792.0, 9852.0, 9807.0, 9865.0, 9782.0, 9851.0, 9766.0, 9839.0, 9854.0, 9849.0, 9839.0, 9813.0, 9847.0, 9787.0, 9853.0, 9814.0, 9867.0, 9784.0, 9857.0, 9766.0, 9829.0, 9891.0, 9833.0, 9851.0, 9797.0, 9847.0, 9811.0, 9872.0, 9790.0, 9842.0, 9770.0, 9841.0, 9774.0, 9844.0, 9873.0, 9868.0, 9897.0, 9837.0, 9853.0, 9794.0, 9850.0, 9796.0, 9874.0, 9805.0, 9855.0, 9766.0, 9832.0, 9802.0, 9819.0, 9864.0, 9828.0, 9848.0, 9779.0, 9835.0, 9763.0, 9843.0, 9854.0, 9807.0, 9831.0, 9804.0, 9829.0, 9793.0, 9852.0, 9785.0, 9864.0, 9838.0, 9825.0, 9831.0, 9788.0, 9865.0, 9852.0, 9804.0, 9842.0, 9832.0, 9824.0, 9861.0, 9815.0, 9892.0, 9832.0, 9859.0, 9795.0, 9842.0, 9780.0, 9828.0, 9759.0, 9832.0, 9799.0, 9830.0, 9859.0, 9785.0, 9825.0, 9770.0, 9824.0, 9756.0, 9837.0, 9779.0, 9830.0, 9757.0, 9785.0, 9822.0, 9767.0, 9827.0, 9772.0, 9826.0, 9740.0, 9800.0, 9824.0, 9778.0, 9849.0, 9765.0, 9832.0, 9761.0, 9818.0, 9778.0, 9829.0, 9861.0, 9791.0, 9820.0, 9760.0, 9834.0, 9780.0, 9818.0, 9766.0, 9808.0, 9845.0, 9804.0, 9880.0, 9809.0, 9868.0, 9782.0, 9851.0, 9780.0, 9847.0, 9872.0, 9808.0, 9845.0, 9761.0, 9825.0, 9760.0, 9839.0, 9865.0, 9804.0, 9829.0, 9763.0, 9827.0, 9743.0, 9834.0, 9823.0, 9794.0, 9822.0, 9772.0, 9819.0, 9747.0, 9839.0, 9758.0, 9802.0, 9812.0, 9762.0, 9830.0, 9786.0, 9847.0, 9763.0, 9818.0, 9772.0, 9812.0, 9872.0, 9809.0, 9829.0, 9763.0, 9832.0, 9767.0, 9857.0, 9811.0, 9821.0, 9787.0, 9802.0, 9844.0, 9808.0, 9868.0, 9791.0, 9834.0, 9741.0, 9799.0, 9824.0, 9790.0, 9844.0, 9770.0, 9829.0, 9739.0, 9794.0, 9809.0, 9792.0, 9824.0, 9766.0, 9806.0, 9738.0, 9794.0, 9794.0, 9804.0, 9816.0, 9777.0, 9828.0, 9762.0, 9836.0, 9780.0, 9850.0, 9766.0, 9833.0, 9771.0, 9829.0, 9865.0, 9811.0, 9832.0, 9799.0, 9834.0, 9784.0, 9855.0, 9792.0, 9837.0, 9804.0, 9789.0, 9840.0, 9794.0, 9866.0, 9779.0, 9840.0, 9739.0, 9811.0, 9809.0, 9793.0, 9863.0, 9787.0, 9825.0, 9743.0, 9811.0, 9759.0, 9806.0, 9840.0, 9787.0, 9822.0, 9755.0, 9811.0, 9765.0, 9824.0, 9801.0, 9789.0, 9829.0, 9778.0, 9814.0, 9775.0, 9833.0, 9765.0, 9813.0, 9830.0, 9798.0, 9853.0, 9781.0, 9834.0, 9760.0, 9820.0, 9855.0, 9825.0, 9851.0, 9794.0, 9836.0, 9764.0, 9831.0, 9770.0, 9858.0, 9802.0, 9804.0, 9840.0, 9769.0, 9824.0, 9764.0, 9847.0, 9747.0, 9805.0, 9825.0, 9759.0, 9828.0, 9768.0, 9849.0, 9746.0, 9792.0, 9822.0, 9773.0, 9811.0, 9762.0, 9826.0, 9744.0, 9800.0, 9825.0, 9772.0, 9829.0, 9764.0, 9827.0, 9744.0, 9802.0, 9824.0, 9778.0, 9850.0, 9766.0, 9831.0, 9766.0, 9825.0, 9840.0, 9808.0, 9852.0, 9800.0, 9851.0, 9763.0, 9838.0, 9791.0, 9837.0, 9782.0, 9813.0, 9851.0, 9832.0, 9880.0, 9803.0, 9861.0, 9791.0, 9863.0, 9818.0, 9868.0, 9832.0, 9834.0, 9855.0, 9819.0, 9871.0, 9828.0, 9870.0, 9803.0, 9860.0, 9785.0, 9845.0, 9829.0, 9836.0, 9874.0, 9815.0, 9852.0, 9782.0, 9838.0, 9785.0, 9834.0, 9848.0, 9814.0, 9848.0, 9784.0, 9814.0, 9809.0, 9864.0, 9786.0, 9846.0, 9785.0, 9827.0, 9873.0, 9822.0, 9869.0, 9801.0, 9849.0, 9765.0, 9834.0, 9859.0, 9825.0, 9837.0, 9797.0, 9845.0, 9783.0, 9870.0, 9786.0, 9827.0, 9765.0, 9804.0, 9842.0, 9798.0, 9860.0, 9782.0, 9831.0, 9748.0, 9819.0, 9814.0, 9814.0, 9873.0, 9793.0, 9830.0, 9763.0, 9811.0, 9773.0, 9824.0, 9816.0, 9797.0, 9833.0, 9783.0, 9865.0, 9793.0, 9859.0, 9781.0, 9825.0, 9833.0, 9840.0, 9866.0, 9815.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.005448931535269709</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.031991725</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.54004477854613</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1849264260539996</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0181129124402901</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5005</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5261.2686</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08992208710813739</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.4896265560165975</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5084649506898686</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4358919419238103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.718777026088395</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3707258840574004</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00635756</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013662086799740791</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0406772680580616</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.063323616223673</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>20.9312</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.1692</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.5055</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291166.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>920.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.1053</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8559</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.6428</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3605.3729</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3744.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85378.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1425.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.4078</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.072246845345944</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> |