=== 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-0083 --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-0083",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>fd045111bbc123c4126e0d755eeb44e0</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>15:54:55.952500</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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.09311</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>[4150, -7888, -7279, 870, -74, -554, 251, 104]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>97cc9507-2c7a-44a0-98d4-e506c49d13d0||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['155455.952500', '155456.412500', '155456.872500', '155457.332500', '155457.792500', '155458.252500', '155458.712500', '155459.172500', '155459.632500', '155500.092500', '155500.552500', '155501.012500', '155501.472500', '155501.932500', '155502.392500', '155502.852500', '155503.312500', '155503.772500', '155504.232500', '155504.692500', '155505.152500', '155505.612500', '155506.072500', '155506.532500', '155506.992500', '155507.452500', '155507.912500', '155508.372500', '155508.832500', '155509.292500', '155509.752500', '155510.212500', '155510.672500', '155511.132500', '155511.592500', '155512.052500', '155512.512500', '155512.972500', '155513.432500', '155513.892500', '155514.352500', '155514.812500', '155515.272500', '155515.732500', '155516.192500', '155516.652500', '155517.112500', '155517.572500', '155518.032500', '155518.492500', '155518.952500', '155519.412500', '155519.872500', '155520.332500', '155520.792500', '155521.252500', '155521.712500', '155522.172500', '155522.632500', '155523.092500', '155523.552500', '155524.012500', '155524.472500', '155524.932500', '155525.392500', '155525.852500', '155526.312500', '155526.772500', '155527.232500', '155527.692500', '155528.152500', '155528.612500', '155529.072500', '155529.532500', '155529.992500', '155530.452500', '155530.912500', '155531.372500', '155531.832500', '155532.292500', '155532.752500', '155533.212500', '155533.672500', '155534.132500', '155534.592500', '155535.052500', '155535.512500', '155535.972500', '155536.432500', '155536.892500', '155537.352500', '155537.812500', '155538.272500', '155538.732500', '155539.192500', '155539.652500', '155540.112500', '155540.572500', '155541.032500', '155541.492500', '155541.952500', '155542.412500', '155542.872500', '155543.332500', '155543.792500', '155544.252500', '155544.712500', '155545.172500', '155545.632500', '155546.092500', '155546.552500', '155547.012500', '155547.472500', '155547.932500', '155548.392500', '155548.852500', '155549.312500', '155549.772500', '155550.232500', '155550.692500', '155551.152500', '155551.612500', '155552.072500', '155552.532500', '155552.992500', '155553.452500', '155553.912500', '155554.372500', '155554.832500', '155555.292500', '155555.752500', '155556.212500', '155556.672500', '155557.132500', '155557.592500', '155558.052500', '155558.512500', '155558.972500', '155559.432500', '155559.892500', '155600.352500', '155600.812500', '155601.272500', '155601.732500', '155602.192500', '155602.652500', '155603.112500', '155603.572500', '155604.032500', '155604.492500', '155604.952500', '155605.412500', '155605.872500', '155606.332500', '155606.792500', '155607.252500', '155607.712500', '155608.172500', '155608.632500', '155609.092500', '155609.552500', '155610.012500', '155610.472500', '155610.932500', '155611.392500', '155611.852500', '155612.312500', '155612.772500', '155613.232500', '155613.692500', '155614.152500', '155614.612500', '155615.072500', '155615.532500', '155615.992500', '155616.452500', '155616.912500', '155617.372500', '155617.832500', '155618.292500', '155618.752500', '155619.212500', '155619.672500', '155620.132500', '155620.592500', '155621.052500', '155621.512500', '155621.972500', '155622.432500', '155622.892500', '155623.352500', '155623.812500', '155624.272500', '155624.732500', '155625.192500', '155625.652500', '155626.112500', '155626.572500', '155627.032500', '155627.492500', '155627.952500', '155628.412500', '155628.872500', '155629.332500', '155629.792500', '155630.252500', '155630.712500', '155631.172500', '155631.632500', '155632.092500', '155632.552500', '155633.012500', '155633.472500', '155633.932500', '155634.392500', '155634.852500', '155635.312500', '155635.772500', '155636.232500', '155636.692500', '155637.152500', '155637.612500', '155638.072500', '155638.532500', '155638.992500', '155639.452500', '155639.912500', '155640.372500', '155640.832500', '155641.292500', '155641.752500', '155642.212500', '155642.672500', '155643.132500', '155643.592500', '155644.052500', '155644.512500', '155644.972500', '155645.432500', '155645.892500', '155646.352500', '155646.812500', '155647.272500', '155647.732500', '155648.192500', '155648.652500', '155649.112500', '155649.572500', '155650.032500', '155650.492500', '155650.952500', '155651.412500', '155651.872500', '155652.332500', '155652.792500', '155653.252500', '155653.712500', '155654.172500', '155654.632500', '155655.092500', '155655.552500', '155656.012500', '155656.472500', '155656.932500', '155657.392500', '155657.852500', '155658.312500', '155658.772500', '155659.232500', '155659.692500', '155700.152500', '155700.612500', '155701.072500', '155701.532500', '155701.992500', '155702.452500', '155702.912500', '155703.372500', '155703.832500', '155704.292500', '155704.752500', '155705.212500', '155705.672500', '155706.132500', '155706.592500', '155707.052500', '155707.512500', '155707.972500', '155708.432500', '155708.892500', '155709.352500', '155709.812500', '155710.272500', '155710.732500', '155711.192500', '155711.652500', '155712.112500', '155712.572500', '155713.032500', '155713.492500', '155713.952500', '155714.412500', '155714.872500', '155715.332500', '155715.792500', '155716.252500', '155716.712500', '155717.172500', '155717.632500', '155718.092500', '155718.552500', '155719.012500', '155719.472500', '155719.932500', '155720.392500', '155720.852500', '155721.312500', '155721.772500', '155722.232500', '155722.692500', '155723.152500', '155723.612500', '155724.072500', '155724.532500', '155724.992500', '155725.452500', '155725.912500', '155726.372500', '155726.832500', '155727.292500', '155727.752500', '155728.212500', '155728.672500', '155729.132500', '155729.592500', '155730.052500', '155730.512500', '155730.972500', '155731.432500', '155731.892500', '155732.352500', '155732.812500', '155733.272500', '155733.732500', '155734.192500', '155734.652500', '155735.112500', '155735.572500', '155736.032500', '155736.492500', '155736.952500', '155737.412500', '155737.872500', '155738.332500', '155738.792500', '155739.252500', '155739.712500', '155740.172500', '155740.632500', '155741.092500', '155741.552500', '155742.012500', '155742.472500', '155742.932500', '155743.392500', '155743.852500', '155744.312500', '155744.772500', '155745.232500', '155745.692500', '155746.152500', '155746.612500', '155747.072500', '155747.532500', '155747.992500', '155748.452500', '155748.912500', '155749.372500', '155749.832500', '155750.292500', '155750.752500', '155751.212500', '155751.672500', '155752.132500', '155752.592500', '155753.052500', '155753.512500', '155753.972500', '155754.432500', '155754.892500', '155755.352500', '155755.812500', '155756.272500', '155756.732500', '155757.192500', '155757.652500', '155758.112500', '155758.572500', '155759.032500', '155759.492500', '155759.952500', '155800.412500', '155800.872500', '155801.332500', '155801.792500', '155802.252500', '155802.712500', '155803.172500', '155803.632500', '155804.092500', '155804.552500', '155805.012500', '155805.472500', '155805.932500', '155806.392500', '155806.852500', '155807.312500', '155807.772500', '155808.232500', '155808.692500', '155809.152500', '155809.612500', '155810.072500', '155810.532500', '155810.992500', '155811.452500', '155811.912500', '155812.372500', '155812.832500', '155813.292500', '155813.752500', '155814.212500', '155814.672500', '155815.132500', '155815.592500', '155816.052500', '155816.512500', '155816.972500', '155817.432500', '155817.892500', '155818.352500', '155818.812500', '155819.272500', '155819.732500', '155820.192500', '155820.652500', '155821.112500', '155821.572500', '155822.032500', '155822.492500', '155822.952500', '155823.412500', '155823.872500', '155824.332500', '155824.792500', '155825.252500', '155825.712500', '155826.172500', '155826.632500', '155827.092500', '155827.552500', '155828.012500', '155828.472500', '155828.932500', '155829.392500', '155829.852500', '155830.312500', '155830.772500', '155831.232500', '155831.692500', '155832.152500', '155832.612500', '155833.072500', '155833.532500', '155833.992500', '155834.452500', '155834.912500', '155835.372500', '155835.832500', '155836.292500', '155836.752500', '155837.212500', '155837.672500', '155838.132500', '155838.592500', '155839.052500', '155839.512500', '155839.972500', '155840.432500', '155840.892500', '155841.352500', '155841.812500', '155842.272500', '155842.732500', '155843.192500', '155843.652500', '155844.112500', '155844.572500', '155845.032500', '155845.492500', '155845.952500', '155846.412500', '155846.872500', '155847.332500', '155847.792500', '155848.252500', '155848.712500', '155849.172500', '155849.632500', '155850.092500', '155850.552500', '155851.012500', '155851.472500', '155851.932500', '155852.392500', '155852.852500', '155853.312500', '155853.772500', '155854.232500', '155854.692500', '155855.152500', '155855.612500', '155856.072500', '155856.532500', '155856.992500', '155857.452500', '155857.912500', '155858.372500', '155858.832500', '155859.292500', '155859.752500', '155900.212500', '155900.672500', '155901.132500', '155901.592500', '155902.052500', '155902.512500', '155902.972500', '155903.432500', '155903.892500', '155904.352500', '155904.812500', '155905.272500', '155905.732500', '155906.192500', '155906.652500', '155907.112500', '155907.572500', '155908.032500', '155908.492500', '155908.952500', '155909.412500', '155909.872500', '155910.332500', '155910.792500', '155911.252500', '155911.712500', '155912.172500', '155912.632500', '155913.092500', '155913.552500', '155914.012500', '155914.472500', '155914.932500', '155915.392500', '155915.852500', '155916.312500', '155916.772500', '155917.232500', '155917.692500', '155918.152500', '155918.612500', '155919.072500', '155919.532500', '155919.992500', '155920.452500', '155920.912500', '155921.372500', '155921.832500', '155922.292500', '155922.752500', '155923.212500', '155923.672500', '155924.132500', '155924.592500', '155925.052500', '155925.512500', '155925.972500', '155926.432500', '155926.892500', '155927.352500', '155927.812500', '155928.272500', '155928.732500', '155929.192500', '155929.652500', '155930.112500', '155930.572500', '155931.032500', '155931.492500', '155931.952500', '155932.412500', '155932.872500', '155933.332500', '155933.792500', '155934.252500', '155934.712500', '155935.172500', '155935.632500', '155936.092500', '155936.552500', '155937.012500', '155937.472500', '155937.932500', '155938.392500', '155938.852500', '155939.312500', '155939.772500', '155940.232500', '155940.692500', '155941.152500', '155941.612500', '155942.072500', '155942.532500', '155942.992500', '155943.452500', '155943.912500', '155944.372500', '155944.832500', '155945.292500', '155945.752500', '155946.212500', '155946.672500', '155947.132500', '155947.592500', '155948.052500', '155948.512500', '155948.972500', '155949.432500', '155949.892500', '155950.352500', '155950.812500', '155951.272500', '155951.732500', '155952.192500', '155952.652500', '155953.112500', '155953.572500', '155954.032500', '155954.492500', '155954.952500', '155955.412500', '155955.872500', '155956.332500', '155956.792500', '155957.252500', '155957.712500', '155958.172500', '155958.632500', '155959.092500', '155959.552500', '160000.012500', '160000.472500', '160000.932500', '160001.392500', '160001.852500', '160002.312500', '160002.772500', '160003.232500', '160003.692500', '160004.152500', '160004.612500', '160005.072500', '160005.532500', '160005.992500', '160006.452500', '160006.912500', '160007.372500', '160007.832500', '160008.292500', '160008.752500', '160009.212500', '160009.672500', '160010.132500', '160010.592500', '160011.052500', '160011.512500', '160011.972500', '160012.432500', '160012.892500', '160013.352500', '160013.812500', '160014.272500', '160014.732500', '160015.192500', '160015.652500', '160016.112500', '160016.572500', '160017.032500', '160017.492500', '160017.952500', '160018.412500', '160018.872500', '160019.332500', '160019.792500', '160020.252500', '160020.712500', '160021.172500', '160021.632500', '160022.092500', '160022.552500', '160023.012500', '160023.472500', '160023.932500', '160024.392500', '160024.852500', '160025.312500', '160025.772500', '160026.232500', '160026.692500', '160027.152500', '160027.612500', '160028.072500', '160028.532500', '160028.992500', '160029.452500', '160029.912500', '160030.372500', '160030.832500', '160031.292500', '160031.752500', '160032.212500', '160032.672500', '160033.132500', '160033.592500', '160034.052500', '160034.512500', '160034.972500', '160035.432500', '160035.892500', '160036.352500', '160036.812500', '160037.272500', '160037.732500', '160038.192500', '160038.652500', '160039.112500', '160039.572500', '160040.032500', '160040.492500', '160040.952500', '160041.412500', '160041.872500', '160042.332500', '160042.792500', '160043.252500', '160043.712500', '160044.172500', '160044.632500', '160045.092500', '160045.552500', '160046.012500', '160046.472500', '160046.932500', '160047.392500', '160047.852500', '160048.312500', '160048.772500', '160049.232500', '160049.692500', '160050.152500', '160050.612500', '160051.072500', '160051.532500', '160051.992500', '160052.452500', '160052.912500', '160053.372500', '160053.832500', '160054.292500', '160054.752500', '160055.212500', '160055.672500', '160056.132500', '160056.592500', '160057.052500', '160057.512500', '160057.972500', '160058.432500', '160058.892500', '160059.352500', '160059.812500', '160100.272500', '160100.732500', '160101.192500', '160101.652500', '160102.112500', '160102.572500', '160103.032500', '160103.492500', '160103.952500', '160104.412500', '160104.872500', '160105.332500', '160105.792500', '160106.252500', '160106.712500', '160107.172500', '160107.632500', '160108.092500', '160108.552500', '160109.012500', '160109.472500', '160109.932500', '160110.392500', '160110.852500', '160111.312500', '160111.772500', '160112.232500', '160112.692500', '160113.152500', '160113.612500', '160114.072500', '160114.532500', '160114.992500', '160115.452500', '160115.912500', '160116.372500', '160116.832500', '160117.292500', '160117.752500', '160118.212500', '160118.672500', '160119.132500', '160119.592500', '160120.052500', '160120.512500', '160120.972500', '160121.432500', '160121.892500', '160122.352500', '160122.812500', '160123.272500', '160123.732500', '160124.192500', '160124.652500', '160125.112500', '160125.572500', '160126.032500', '160126.492500', '160126.952500', '160127.412500', '160127.872500', '160128.332500', '160128.792500', '160129.252500', '160129.712500', '160130.172500', '160130.632500', '160131.092500', '160131.552500', '160132.012500', '160132.472500', '160132.932500', '160133.392500', '160133.852500', '160134.312500', '160134.772500', '160135.232500', '160135.692500', '160136.152500', '160136.612500', '160137.072500', '160137.532500', '160137.992500', '160138.452500', '160138.912500', '160139.372500', '160139.832500', '160140.292500', '160140.752500', '160141.212500', '160141.672500', '160142.132500', '160142.592500', '160143.052500', '160143.512500', '160143.972500', '160144.432500', '160144.892500', '160145.352500', '160145.812500', '160146.272500', '160146.732500', '160147.192500', '160147.652500', '160148.112500', '160148.572500', '160149.032500', '160149.492500', '160149.952500', '160150.412500', '160150.872500', '160151.332500', '160151.792500', '160152.252500', '160152.712500', '160153.172500', '160153.632500', '160154.092500', '160154.552500', '160155.012500', '160155.472500', '160155.932500', '160156.392500', '160156.852500', '160157.312500', '160157.772500', '160158.232500', '160158.692500', '160159.152500', '160159.612500', '160200.072500', '160200.532500', '160200.992500', '160201.452500', '160201.912500', '160202.372500', '160202.832500', '160203.292500', '160203.752500', '160204.212500', '160204.672500', '160205.132500', '160205.592500', '160206.052500', '160206.512500', '160206.972500', '160207.432500', '160207.892500', '160208.352500', '160208.812500', '160209.272500', '160209.732500', '160210.192500', '160210.652500', '160211.112500', '160211.572500', '160212.032500', '160212.492500', '160212.952500', '160213.412500', '160213.872500', '160214.332500', '160214.792500', '160215.252500', '160215.712500', '160216.172500', '160216.632500', '160217.092500', '160217.552500', '160218.012500', '160218.472500', '160218.932500', '160219.392500', '160219.852500', '160220.312500'], 'ContentTime': ['155516.739000', '155516.742000', '155516.744000', '155516.747000', '155516.750000', '155516.760000', '155516.762000', '155516.765000', '155516.768000', '155516.770000', '155516.773000', '155516.775000', '155516.778000', '155516.780000', '155516.783000', '155516.786000', '155516.791000', '155516.794000', '155516.796000', '155516.799000', '155516.801000', '155516.804000', '155516.807000', '155516.809000', '155516.812000', '155516.814000', '155516.817000', '155516.819000', '155516.822000', '155516.825000', '155516.827000', '155516.830000', '155516.832000', '155516.835000', '155516.837000', '155516.840000', '155516.842000', '155516.845000', '155516.848000', '155516.857000', '155516.859000', '155516.875000', '155516.877000', '155536.703000', '155536.706000', '155536.709000', '155536.711000', '155536.714000', '155536.716000', '155536.719000', '155536.721000', '155536.724000', '155536.727000', '155536.729000', '155536.732000', '155536.734000', '155536.737000', '155536.740000', '155536.742000', '155536.745000', '155536.747000', '155536.750000', '155536.752000', '155536.755000', '155536.757000', '155536.760000', '155536.762000', '155536.765000', '155536.767000', '155536.770000', '155536.773000', '155536.775000', '155536.778000', '155536.780000', '155536.783000', '155536.785000', '155536.788000', '155536.791000', '155536.793000', '155536.796000', '155536.798000', '155536.801000', '155536.803000', '155536.806000', '155536.809000', '155536.811000', '155536.814000', '155556.704000', '155556.707000', '155556.710000', '155556.712000', '155556.715000', '155556.718000', '155556.720000', '155556.723000', '155556.725000', '155556.728000', '155556.730000', '155556.733000', '155556.735000', '155556.738000', '155556.741000', '155556.743000', '155556.746000', '155556.748000', '155556.751000', '155556.754000', '155556.756000', '155556.759000', '155556.761000', '155556.764000', '155556.766000', '155556.769000', '155556.771000', '155556.774000', '155556.777000', '155556.779000', '155556.782000', '155556.784000', '155556.787000', '155556.789000', '155556.792000', '155556.794000', '155556.797000', '155556.799000', '155556.802000', '155556.804000', '155556.807000', '155556.810000', '155556.812000', '155616.705000', '155616.707000', '155616.710000', '155616.712000', '155616.715000', '155616.718000', '155616.720000', '155616.723000', '155616.725000', '155616.728000', '155616.730000', '155616.733000', '155616.736000', '155616.738000', '155616.741000', '155616.743000', '155616.746000', '155616.748000', '155616.752000', '155616.755000', '155616.757000', '155616.760000', '155616.762000', '155616.765000', '155616.767000', '155616.770000', '155616.773000', '155616.775000', '155616.778000', '155616.780000', '155616.783000', '155616.785000', '155616.788000', '155616.791000', '155616.793000', '155616.796000', '155616.798000', '155616.801000', '155616.803000', '155616.807000', '155616.810000', '155616.812000', '155616.815000', '155636.704000', '155636.707000', '155636.710000', '155636.712000', '155636.715000', '155636.717000', '155636.720000', '155636.722000', '155636.725000', '155636.728000', '155636.730000', '155636.733000', '155636.735000', '155636.738000', '155636.740000', '155636.743000', '155636.745000', '155636.748000', '155636.751000', '155636.753000', '155636.756000', '155636.758000', '155636.761000', '155636.763000', '155636.766000', '155636.769000', '155636.771000', '155636.774000', '155636.776000', '155636.779000', '155636.781000', '155636.784000', '155636.786000', '155636.789000', '155636.792000', '155636.794000', '155636.797000', '155636.799000', '155636.802000', '155636.812000', '155636.815000', '155636.818000', '155636.820000', '155636.823000', '155656.704000', '155656.707000', '155656.710000', '155656.712000', '155656.715000', '155656.718000', '155656.720000', '155656.723000', '155656.725000', '155656.728000', '155656.730000', '155656.733000', '155656.736000', '155656.738000', '155656.741000', '155656.743000', '155656.746000', '155656.748000', '155656.751000', '155656.754000', '155656.756000', '155656.759000', '155656.762000', '155656.764000', '155656.767000', '155656.770000', '155656.772000', '155656.775000', '155656.778000', '155656.780000', '155656.783000', '155656.785000', '155656.788000', '155656.790000', '155656.793000', '155656.796000', '155656.798000', '155656.801000', '155656.803000', '155656.806000', '155656.808000', '155656.811000', '155656.814000', '155716.704000', '155716.707000', '155716.710000', '155716.712000', '155716.715000', '155716.718000', '155716.720000', '155716.723000', '155716.725000', '155716.728000', '155716.731000', '155716.733000', '155716.736000', '155716.738000', '155716.741000', '155716.743000', '155716.746000', '155716.748000', '155716.751000', '155716.753000', '155716.756000', '155716.758000', '155716.761000', '155716.763000', '155716.766000', '155716.769000', '155716.771000', '155716.774000', '155716.776000', '155716.779000', '155716.781000', '155716.784000', '155716.787000', '155716.789000', '155716.792000', '155716.794000', '155716.797000', '155716.800000', '155716.802000', '155716.805000', '155716.807000', '155716.810000', '155716.812000', '155716.815000', '155736.704000', '155736.706000', '155736.709000', '155736.712000', '155736.714000', '155736.717000', '155736.719000', '155736.722000', '155736.725000', '155736.727000', '155736.730000', '155736.733000', '155736.736000', '155736.738000', '155736.741000', '155736.744000', '155736.746000', '155736.749000', '155736.751000', '155736.754000', '155736.756000', '155736.759000', '155736.762000', '155736.764000', '155736.767000', '155736.769000', '155736.772000', '155736.774000', '155736.777000', '155736.780000', '155736.782000', '155736.785000', '155736.787000', '155736.791000', '155736.795000', '155736.797000', '155736.800000', '155736.802000', '155736.805000', '155736.808000', '155736.810000', '155736.813000', '155736.816000', '155756.703000', '155756.706000', '155756.709000', '155756.711000', '155756.714000', '155756.717000', '155756.719000', '155756.722000', '155756.725000', '155756.727000', '155756.730000', '155756.732000', '155756.735000', '155756.737000', '155756.740000', '155756.742000', '155756.745000', '155756.748000', '155756.750000', '155756.753000', '155756.755000', '155756.758000', '155756.761000', '155756.763000', '155756.766000', '155756.768000', '155756.771000', '155756.773000', '155756.776000', '155756.779000', '155756.781000', '155756.784000', '155756.786000', '155756.789000', '155756.792000', '155756.794000', '155756.797000', '155756.800000', '155756.802000', '155756.805000', '155756.807000', '155756.810000', '155756.813000', '155756.815000', '155816.704000', '155816.707000', '155816.710000', '155816.712000', '155816.715000', '155816.718000', '155816.720000', '155816.723000', '155816.725000', '155816.728000', '155816.730000', '155816.733000', '155816.736000', '155816.738000', '155816.741000', '155816.743000', '155816.746000', '155816.749000', '155816.751000', '155816.754000', '155816.756000', '155816.759000', '155816.761000', '155816.764000', '155816.767000', '155816.769000', '155816.772000', '155816.774000', '155816.777000', '155816.779000', '155816.782000', '155816.784000', '155816.787000', '155816.790000', '155816.793000', '155816.795000', '155816.798000', '155816.800000', '155816.803000', '155816.806000', '155816.808000', '155816.811000', '155816.813000', '155836.704000', '155836.707000', '155836.710000', '155836.712000', '155836.715000', '155836.718000', '155836.720000', '155836.723000', '155836.725000', '155836.728000', '155836.730000', '155836.733000', '155836.736000', '155836.738000', '155836.741000', '155836.743000', '155836.746000', '155836.749000', '155836.751000', '155836.754000', '155836.756000', '155836.759000', '155836.762000', '155836.764000', '155836.767000', '155836.769000', '155836.772000', '155836.774000', '155836.777000', '155836.779000', '155836.782000', '155836.785000', '155836.787000', '155836.819000', '155836.821000', '155836.824000', '155836.826000', '155836.829000', '155836.831000', '155836.834000', '155836.836000', '155836.839000', '155836.841000', '155836.844000', '155856.705000', '155856.707000', '155856.710000', '155856.713000', '155856.715000', '155856.718000', '155856.720000', '155856.723000', '155856.726000', '155856.728000', '155856.731000', '155856.733000', '155856.736000', '155856.738000', '155856.741000', '155856.743000', '155856.746000', '155856.749000', '155856.751000', '155856.754000', '155856.756000', '155856.759000', '155856.762000', '155856.764000', '155856.767000', '155856.769000', '155856.772000', '155856.774000', '155856.777000', '155856.779000', '155856.782000', '155856.784000', '155856.787000', '155856.790000', '155856.792000', '155856.795000', '155856.797000', '155856.800000', '155856.802000', '155856.805000', '155856.808000', '155856.810000', '155856.813000', '155916.704000', '155916.707000', '155916.710000', '155916.713000', '155916.715000', '155916.718000', '155916.720000', '155916.723000', '155916.725000', '155916.728000', '155916.731000', '155916.733000', '155916.736000', '155916.738000', '155916.741000', '155916.743000', '155916.746000', '155916.749000', '155916.751000', '155916.754000', '155916.756000', '155916.759000', '155916.761000', '155916.764000', '155916.767000', '155916.769000', '155916.772000', '155916.774000', '155916.777000', '155916.779000', '155916.782000', '155916.785000', '155916.787000', '155916.790000', '155916.792000', '155916.795000', '155916.797000', '155916.800000', '155916.802000', '155916.805000', '155916.808000', '155916.810000', '155916.813000', '155916.815000', '155936.705000', '155936.707000', '155936.710000', '155936.713000', '155936.715000', '155936.718000', '155936.720000', '155936.723000', '155936.726000', '155936.728000', '155936.731000', '155936.733000', '155936.736000', '155936.738000', '155936.741000', '155936.744000', '155936.746000', '155936.749000', '155936.751000', '155936.754000', '155936.757000', '155936.759000', '155936.762000', '155936.764000', '155936.767000', '155936.769000', '155936.772000', '155936.775000', '155936.777000', '155936.780000', '155936.783000', '155936.785000', '155936.788000', '155936.790000', '155936.793000', '155936.796000', '155936.798000', '155936.801000', '155936.804000', '155936.806000', '155936.809000', '155936.811000', '155936.814000', '155956.703000', '155956.706000', '155956.709000', '155956.712000', '155956.714000', '155956.717000', '155956.719000', '155956.722000', '155956.724000', '155956.727000', '155956.730000', '155956.732000', '155956.735000', '155956.737000', '155956.740000', '155956.743000', '155956.745000', '155956.748000', '155956.750000', '155956.753000', '155956.755000', '155956.758000', '155956.761000', '155956.763000', '155956.766000', '155956.768000', '155956.771000', '155956.773000', '155956.776000', '155956.779000', '155956.781000', '155956.784000', '155956.786000', '155956.789000', '155956.791000', '155956.794000', '155956.797000', '155956.799000', '155956.802000', '155956.805000', '155956.807000', '155956.810000', '155956.812000', '155956.815000', '160016.735000', '160016.748000', '160016.751000', '160016.753000', '160016.756000', '160016.759000', '160016.761000', '160016.764000', '160016.766000', '160016.769000', '160016.771000', '160016.774000', '160016.777000', '160016.779000', '160016.782000', '160016.784000', '160016.787000', '160016.790000', '160016.792000', '160016.795000', '160016.797000', '160016.800000', '160016.802000', '160016.805000', '160016.808000', '160016.811000', '160016.814000', '160016.817000', '160016.820000', '160016.822000', '160016.825000', '160016.827000', '160016.830000', '160016.833000', '160016.835000', '160016.838000', '160016.840000', '160016.843000', '160016.845000', '160016.848000', '160016.851000', '160016.853000', '160016.856000', '160036.704000', '160036.707000', '160036.710000', '160036.712000', '160036.715000', '160036.718000', '160036.720000', '160036.723000', '160036.725000', '160036.728000', '160036.730000', '160036.733000', '160036.735000', '160036.738000', '160036.741000', '160036.743000', '160036.746000', '160036.748000', '160036.751000', '160036.753000', '160036.756000', '160036.758000', '160036.761000', '160036.764000', '160036.766000', '160036.769000', '160036.771000', '160036.774000', '160036.776000', '160036.779000', '160036.782000', '160036.784000', '160036.787000', '160036.789000', '160036.792000', '160036.794000', '160036.797000', '160036.799000', '160036.802000', '160036.804000', '160036.807000', '160036.810000', '160036.812000', '160036.815000', '160056.704000', '160056.707000', '160056.710000', '160056.712000', '160056.715000', '160056.718000', '160056.720000', '160056.723000', '160056.725000', '160056.728000', '160056.730000', '160056.733000', '160056.736000', '160056.738000', '160056.741000', '160056.743000', '160056.746000', '160056.748000', '160056.751000', '160056.753000', '160056.756000', '160056.759000', '160056.761000', '160056.764000', '160056.766000', '160056.769000', '160056.771000', '160056.774000', '160056.776000', '160056.779000', '160056.782000', '160056.784000', '160056.787000', '160056.789000', '160056.792000', '160056.794000', '160056.797000', '160056.799000', '160056.802000', '160056.805000', '160056.807000', '160056.810000', '160056.812000', '160116.705000', '160116.707000', '160116.710000', '160116.713000', '160116.715000', '160116.718000', '160116.721000', '160116.723000', '160116.726000', '160116.730000', '160116.732000', '160116.735000', '160116.738000', '160116.740000', '160116.743000', '160116.746000', '160116.748000', '160116.751000', '160116.753000', '160116.756000', '160116.758000', '160116.761000', '160116.763000', '160116.766000', '160116.769000', '160116.771000', '160116.774000', '160116.776000', '160116.779000', '160116.781000', '160116.784000', '160116.787000', '160116.789000', '160116.792000', '160116.794000', '160116.797000', '160116.799000', '160116.802000', '160116.805000', '160116.807000', '160116.810000', '160116.812000', '160116.815000', '160116.817000', '160136.705000', '160136.708000', '160136.710000', '160136.713000', '160136.715000', '160136.718000', '160136.721000', '160136.723000', '160136.726000', '160136.728000', '160136.731000', '160136.747000', '160136.750000', '160136.752000', '160136.755000', '160136.757000', '160136.760000', '160136.763000', '160136.765000', '160136.768000', '160136.770000', '160136.773000', '160136.775000', '160136.778000', '160136.780000', '160136.783000', '160136.786000', '160136.788000', '160136.791000', '160136.793000', '160136.796000', '160136.798000', '160136.801000', '160136.804000', '160136.806000', '160136.809000', '160136.811000', '160136.814000', '160136.816000', '160136.819000', '160136.822000', '160136.824000', '160136.827000', '160156.704000', '160156.707000', '160156.720000', '160156.723000', '160156.726000', '160156.728000', '160156.731000', '160156.733000', '160156.736000', '160156.739000', '160156.741000', '160156.744000', '160156.746000', '160156.749000', '160156.751000', '160156.754000', '160156.757000', '160156.759000', '160156.762000', '160156.764000', '160156.767000', '160156.770000', '160156.772000', '160156.775000', '160156.777000', '160156.780000', '160156.783000', '160156.785000', '160156.788000', '160156.790000', '160156.793000', '160156.796000', '160156.798000', '160156.801000', '160156.803000', '160156.806000', '160156.808000', '160156.811000', '160156.814000', '160156.816000', '160156.819000', '160156.821000', '160156.824000', '160156.827000', '160216.703000', '160216.706000', '160216.709000', '160216.711000', '160216.714000', '160216.717000', '160216.719000', '160216.722000', '160216.725000', '160216.727000', '160216.730000', '160216.732000', '160216.735000', '160216.737000', '160216.740000', '160216.742000', '160216.745000', '160216.748000', '160216.750000', '160216.753000', '160216.755000', '160216.758000', '160216.760000', '160216.763000', '160216.766000', '160216.768000', '160216.771000', '160216.773000', '160216.776000', '160216.778000', '160216.781000', '160216.783000', '160216.786000', '160216.789000', '160216.791000', '160216.794000', '160216.796000', '160216.799000', '160216.802000', '160216.804000', '160216.807000', '160216.809000', '160216.812000', '160221.502000', '160221.506000', '160221.509000', '160221.512000', '160221.515000', '160221.518000', '160221.520000', '160221.523000', '160221.526000', '160221.528000', '160221.531000'], 'InstanceCreationTime': ['155516.739000', '155516.742000', '155516.744000', '155516.747000', '155516.750000', '155516.760000', '155516.762000', '155516.765000', '155516.768000', '155516.770000', '155516.773000', '155516.775000', '155516.778000', '155516.780000', '155516.783000', '155516.786000', '155516.791000', '155516.794000', '155516.796000', '155516.799000', '155516.801000', '155516.804000', '155516.807000', '155516.809000', '155516.812000', '155516.814000', '155516.817000', '155516.819000', '155516.822000', '155516.825000', '155516.827000', '155516.830000', '155516.832000', '155516.835000', '155516.837000', '155516.840000', '155516.842000', '155516.845000', '155516.848000', '155516.857000', '155516.859000', '155516.875000', '155516.877000', '155536.703000', '155536.706000', '155536.709000', '155536.711000', '155536.714000', '155536.716000', '155536.719000', '155536.721000', '155536.724000', '155536.727000', '155536.729000', '155536.732000', '155536.734000', '155536.737000', '155536.740000', '155536.742000', '155536.745000', '155536.747000', '155536.750000', '155536.752000', '155536.755000', '155536.757000', '155536.760000', '155536.762000', '155536.765000', '155536.767000', '155536.770000', '155536.773000', '155536.775000', '155536.778000', '155536.780000', '155536.783000', '155536.785000', '155536.788000', '155536.791000', '155536.793000', '155536.796000', '155536.798000', '155536.801000', '155536.803000', '155536.806000', '155536.809000', '155536.811000', '155536.814000', '155556.704000', '155556.707000', '155556.710000', '155556.712000', '155556.715000', '155556.718000', '155556.720000', '155556.723000', '155556.725000', '155556.728000', '155556.730000', '155556.733000', '155556.735000', '155556.738000', '155556.741000', '155556.743000', '155556.746000', '155556.748000', '155556.751000', '155556.754000', '155556.756000', '155556.759000', '155556.761000', '155556.764000', '155556.766000', '155556.769000', '155556.771000', '155556.774000', '155556.777000', '155556.779000', '155556.782000', '155556.784000', '155556.787000', '155556.789000', '155556.792000', '155556.794000', '155556.797000', '155556.799000', '155556.802000', '155556.804000', '155556.807000', '155556.810000', '155556.812000', '155616.705000', '155616.707000', '155616.710000', '155616.712000', '155616.715000', '155616.718000', '155616.720000', '155616.723000', '155616.725000', '155616.728000', '155616.730000', '155616.733000', '155616.736000', '155616.738000', '155616.741000', '155616.743000', '155616.746000', '155616.748000', '155616.752000', '155616.755000', '155616.757000', '155616.760000', '155616.762000', '155616.765000', '155616.767000', '155616.770000', '155616.773000', '155616.775000', '155616.778000', '155616.780000', '155616.783000', '155616.785000', '155616.788000', '155616.791000', '155616.793000', '155616.796000', '155616.798000', '155616.801000', '155616.803000', '155616.807000', '155616.810000', '155616.812000', '155616.815000', '155636.704000', '155636.707000', '155636.710000', '155636.712000', '155636.715000', '155636.717000', '155636.720000', '155636.722000', '155636.725000', '155636.728000', '155636.730000', '155636.733000', '155636.735000', '155636.738000', '155636.740000', '155636.743000', '155636.745000', '155636.748000', '155636.751000', '155636.753000', '155636.756000', '155636.758000', '155636.761000', '155636.763000', '155636.766000', '155636.769000', '155636.771000', '155636.774000', '155636.776000', '155636.779000', '155636.781000', '155636.784000', '155636.786000', '155636.789000', '155636.792000', '155636.794000', '155636.797000', '155636.799000', '155636.802000', '155636.812000', '155636.815000', '155636.818000', '155636.820000', '155636.823000', '155656.704000', '155656.707000', '155656.710000', '155656.712000', '155656.715000', '155656.718000', '155656.720000', '155656.723000', '155656.725000', '155656.728000', '155656.730000', '155656.733000', '155656.736000', '155656.738000', '155656.741000', '155656.743000', '155656.746000', '155656.748000', '155656.751000', '155656.754000', '155656.756000', '155656.759000', '155656.762000', '155656.764000', '155656.767000', '155656.770000', '155656.772000', '155656.775000', '155656.778000', '155656.780000', '155656.783000', '155656.785000', '155656.788000', '155656.790000', '155656.793000', '155656.796000', '155656.798000', '155656.801000', '155656.803000', '155656.806000', '155656.808000', '155656.811000', '155656.814000', '155716.704000', '155716.707000', '155716.710000', '155716.712000', '155716.715000', '155716.718000', '155716.720000', '155716.723000', '155716.725000', '155716.728000', '155716.731000', '155716.733000', '155716.736000', '155716.738000', '155716.741000', '155716.743000', '155716.746000', '155716.748000', '155716.751000', '155716.753000', '155716.756000', '155716.758000', '155716.761000', '155716.763000', '155716.766000', '155716.769000', '155716.771000', '155716.774000', '155716.776000', '155716.779000', '155716.781000', '155716.784000', '155716.787000', '155716.789000', '155716.792000', '155716.794000', '155716.797000', '155716.800000', '155716.802000', '155716.805000', '155716.807000', '155716.810000', '155716.812000', '155716.815000', '155736.704000', '155736.706000', '155736.709000', '155736.712000', '155736.714000', '155736.717000', '155736.719000', '155736.722000', '155736.725000', '155736.727000', '155736.730000', '155736.733000', '155736.736000', '155736.738000', '155736.741000', '155736.744000', '155736.746000', '155736.749000', '155736.751000', '155736.754000', '155736.756000', '155736.759000', '155736.762000', '155736.764000', '155736.767000', '155736.769000', '155736.772000', '155736.774000', '155736.777000', '155736.780000', '155736.782000', '155736.785000', '155736.787000', '155736.791000', '155736.795000', '155736.797000', '155736.800000', '155736.802000', '155736.805000', '155736.808000', '155736.810000', '155736.813000', '155736.816000', '155756.703000', '155756.706000', '155756.709000', '155756.711000', '155756.714000', '155756.717000', '155756.719000', '155756.722000', '155756.725000', '155756.727000', '155756.730000', '155756.732000', '155756.735000', '155756.737000', '155756.740000', '155756.742000', '155756.745000', '155756.748000', '155756.750000', '155756.753000', '155756.755000', '155756.758000', '155756.761000', '155756.763000', '155756.766000', '155756.768000', '155756.771000', '155756.773000', '155756.776000', '155756.779000', '155756.781000', '155756.784000', '155756.786000', '155756.789000', '155756.792000', '155756.794000', '155756.797000', '155756.800000', '155756.802000', '155756.805000', '155756.807000', '155756.810000', '155756.813000', '155756.815000', '155816.704000', '155816.707000', '155816.710000', '155816.712000', '155816.715000', '155816.718000', '155816.720000', '155816.723000', '155816.725000', '155816.728000', '155816.730000', '155816.733000', '155816.736000', '155816.738000', '155816.741000', '155816.743000', '155816.746000', '155816.749000', '155816.751000', '155816.754000', '155816.756000', '155816.759000', '155816.761000', '155816.764000', '155816.767000', '155816.769000', '155816.772000', '155816.774000', '155816.777000', '155816.779000', '155816.782000', '155816.784000', '155816.787000', '155816.790000', '155816.793000', '155816.795000', '155816.798000', '155816.800000', '155816.803000', '155816.806000', '155816.808000', '155816.811000', '155816.813000', '155836.704000', '155836.707000', '155836.710000', '155836.712000', '155836.715000', '155836.718000', '155836.720000', '155836.723000', '155836.725000', '155836.728000', '155836.730000', '155836.733000', '155836.736000', '155836.738000', '155836.741000', '155836.743000', '155836.746000', '155836.749000', '155836.751000', '155836.754000', '155836.756000', '155836.759000', '155836.762000', '155836.764000', '155836.767000', '155836.769000', '155836.772000', '155836.774000', '155836.777000', '155836.779000', '155836.782000', '155836.785000', '155836.787000', '155836.819000', '155836.821000', '155836.824000', '155836.826000', '155836.829000', '155836.831000', '155836.834000', '155836.836000', '155836.839000', '155836.841000', '155836.844000', '155856.705000', '155856.707000', '155856.710000', '155856.713000', '155856.715000', '155856.718000', '155856.720000', '155856.723000', '155856.726000', '155856.728000', '155856.731000', '155856.733000', '155856.736000', '155856.738000', '155856.741000', '155856.743000', '155856.746000', '155856.749000', '155856.751000', '155856.754000', '155856.756000', '155856.759000', '155856.762000', '155856.764000', '155856.767000', '155856.769000', '155856.772000', '155856.774000', '155856.777000', '155856.779000', '155856.782000', '155856.784000', '155856.787000', '155856.790000', '155856.792000', '155856.795000', '155856.797000', '155856.800000', '155856.802000', '155856.805000', '155856.808000', '155856.810000', '155856.813000', '155916.704000', '155916.707000', '155916.710000', '155916.713000', '155916.715000', '155916.718000', '155916.720000', '155916.723000', '155916.725000', '155916.728000', '155916.731000', '155916.733000', '155916.736000', '155916.738000', '155916.741000', '155916.743000', '155916.746000', '155916.749000', '155916.751000', '155916.754000', '155916.756000', '155916.759000', '155916.761000', '155916.764000', '155916.767000', '155916.769000', '155916.772000', '155916.774000', '155916.777000', '155916.779000', '155916.782000', '155916.785000', '155916.787000', '155916.790000', '155916.792000', '155916.795000', '155916.797000', '155916.800000', '155916.802000', '155916.805000', '155916.808000', '155916.810000', '155916.813000', '155916.815000', '155936.705000', '155936.707000', '155936.710000', '155936.713000', '155936.715000', '155936.718000', '155936.720000', '155936.723000', '155936.726000', '155936.728000', '155936.731000', '155936.733000', '155936.736000', '155936.738000', '155936.741000', '155936.744000', '155936.746000', '155936.749000', '155936.751000', '155936.754000', '155936.757000', '155936.759000', '155936.762000', '155936.764000', '155936.767000', '155936.769000', '155936.772000', '155936.775000', '155936.777000', '155936.780000', '155936.783000', '155936.785000', '155936.788000', '155936.790000', '155936.793000', '155936.796000', '155936.798000', '155936.801000', '155936.804000', '155936.806000', '155936.809000', '155936.811000', '155936.814000', '155956.703000', '155956.706000', '155956.709000', '155956.712000', '155956.714000', '155956.717000', '155956.719000', '155956.722000', '155956.724000', '155956.727000', '155956.730000', '155956.732000', '155956.735000', '155956.737000', '155956.740000', '155956.743000', '155956.745000', '155956.748000', '155956.750000', '155956.753000', '155956.755000', '155956.758000', '155956.761000', '155956.763000', '155956.766000', '155956.768000', '155956.771000', '155956.773000', '155956.776000', '155956.779000', '155956.781000', '155956.784000', '155956.786000', '155956.789000', '155956.791000', '155956.794000', '155956.797000', '155956.799000', '155956.802000', '155956.805000', '155956.807000', '155956.810000', '155956.812000', '155956.815000', '160016.735000', '160016.748000', '160016.751000', '160016.753000', '160016.756000', '160016.759000', '160016.761000', '160016.764000', '160016.766000', '160016.769000', '160016.771000', '160016.774000', '160016.777000', '160016.779000', '160016.782000', '160016.784000', '160016.787000', '160016.790000', '160016.792000', '160016.795000', '160016.797000', '160016.800000', '160016.802000', '160016.805000', '160016.808000', '160016.811000', '160016.814000', '160016.817000', '160016.820000', '160016.822000', '160016.825000', '160016.827000', '160016.830000', '160016.833000', '160016.835000', '160016.838000', '160016.840000', '160016.843000', '160016.845000', '160016.848000', '160016.851000', '160016.853000', '160016.856000', '160036.704000', '160036.707000', '160036.710000', '160036.712000', '160036.715000', '160036.718000', '160036.720000', '160036.723000', '160036.725000', '160036.728000', '160036.730000', '160036.733000', '160036.735000', '160036.738000', '160036.741000', '160036.743000', '160036.746000', '160036.748000', '160036.751000', '160036.753000', '160036.756000', '160036.758000', '160036.761000', '160036.764000', '160036.766000', '160036.769000', '160036.771000', '160036.774000', '160036.776000', '160036.779000', '160036.782000', '160036.784000', '160036.787000', '160036.789000', '160036.792000', '160036.794000', '160036.797000', '160036.799000', '160036.802000', '160036.804000', '160036.807000', '160036.810000', '160036.812000', '160036.815000', '160056.704000', '160056.707000', '160056.710000', '160056.712000', '160056.715000', '160056.718000', '160056.720000', '160056.723000', '160056.725000', '160056.728000', '160056.730000', '160056.733000', '160056.736000', '160056.738000', '160056.741000', '160056.743000', '160056.746000', '160056.748000', '160056.751000', '160056.753000', '160056.756000', '160056.759000', '160056.761000', '160056.764000', '160056.766000', '160056.769000', '160056.771000', '160056.774000', '160056.776000', '160056.779000', '160056.782000', '160056.784000', '160056.787000', '160056.789000', '160056.792000', '160056.794000', '160056.797000', '160056.799000', '160056.802000', '160056.805000', '160056.807000', '160056.810000', '160056.812000', '160116.705000', '160116.707000', '160116.710000', '160116.713000', '160116.715000', '160116.718000', '160116.721000', '160116.723000', '160116.726000', '160116.730000', '160116.732000', '160116.735000', '160116.738000', '160116.740000', '160116.743000', '160116.746000', '160116.748000', '160116.751000', '160116.753000', '160116.756000', '160116.758000', '160116.761000', '160116.763000', '160116.766000', '160116.769000', '160116.771000', '160116.774000', '160116.776000', '160116.779000', '160116.781000', '160116.784000', '160116.787000', '160116.789000', '160116.792000', '160116.794000', '160116.797000', '160116.799000', '160116.802000', '160116.805000', '160116.807000', '160116.810000', '160116.812000', '160116.815000', '160116.817000', '160136.705000', '160136.708000', '160136.710000', '160136.713000', '160136.715000', '160136.718000', '160136.721000', '160136.723000', '160136.726000', '160136.728000', '160136.731000', '160136.747000', '160136.750000', '160136.752000', '160136.755000', '160136.757000', '160136.760000', '160136.763000', '160136.765000', '160136.768000', '160136.770000', '160136.773000', '160136.775000', '160136.778000', '160136.780000', '160136.783000', '160136.786000', '160136.788000', '160136.791000', '160136.793000', '160136.796000', '160136.798000', '160136.801000', '160136.804000', '160136.806000', '160136.809000', '160136.811000', '160136.814000', '160136.816000', '160136.819000', '160136.822000', '160136.824000', '160136.827000', '160156.704000', '160156.707000', '160156.720000', '160156.723000', '160156.726000', '160156.728000', '160156.731000', '160156.733000', '160156.736000', '160156.739000', '160156.741000', '160156.744000', '160156.746000', '160156.749000', '160156.751000', '160156.754000', '160156.757000', '160156.759000', '160156.762000', '160156.764000', '160156.767000', '160156.770000', '160156.772000', '160156.775000', '160156.777000', '160156.780000', '160156.783000', '160156.785000', '160156.788000', '160156.790000', '160156.793000', '160156.796000', '160156.798000', '160156.801000', '160156.803000', '160156.806000', '160156.808000', '160156.811000', '160156.814000', '160156.816000', '160156.819000', '160156.821000', '160156.824000', '160156.827000', '160216.703000', '160216.706000', '160216.709000', '160216.711000', '160216.714000', '160216.717000', '160216.719000', '160216.722000', '160216.725000', '160216.727000', '160216.730000', '160216.732000', '160216.735000', '160216.737000', '160216.740000', '160216.742000', '160216.745000', '160216.748000', '160216.750000', '160216.753000', '160216.755000', '160216.758000', '160216.760000', '160216.763000', '160216.766000', '160216.768000', '160216.771000', '160216.773000', '160216.776000', '160216.778000', '160216.781000', '160216.783000', '160216.786000', '160216.789000', '160216.791000', '160216.794000', '160216.796000', '160216.799000', '160216.802000', '160216.804000', '160216.807000', '160216.809000', '160216.812000', '160221.502000', '160221.506000', '160221.509000', '160221.512000', '160221.515000', '160221.518000', '160221.520000', '160221.523000', '160221.526000', '160221.528000', '160221.531000'], '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': [11002, 10599, 11157, 11097, 9528, 11421, 10006, 11232, 9887, 11340, 10159, 12142, 11110, 10090, 11540, 9436, 11320, 9732, 10615, 9950, 11582, 10356, 12355, 10920, 10491, 11160, 9696, 11335, 9766, 11946, 9822, 11482, 9982, 10968, 10425, 13232, 11192, 10651, 11360, 9732, 11518, 9528, 11306, 9896, 11563, 10107, 11227, 10861, 10538, 11216, 9243, 10986, 9758, 11497, 9820, 11465, 10005, 11425, 10282, 12906, 11147, 10480, 10888, 9660, 11219, 9581, 11625, 9727, 11623, 10010, 11392, 10549, 11314, 10756, 9978, 10866, 9258, 11350, 9500, 11363, 9694, 11684, 9652, 10189, 10176, 12003, 10845, 10203, 11127, 9233, 11075, 9095, 11427, 9808, 11070, 9814, 10584, 10440, 11845, 10714, 9906, 10656, 9342, 10909, 9596, 11549, 9600, 11379, 9538, 11407, 9823, 9910, 10814, 10040, 11052, 11668, 10778, 9132, 10911, 9238, 11069, 9511, 11453, 9696, 11981, 9793, 11432, 9722, 12097, 10124, 10884, 10689, 9302, 11319, 9562, 11168, 9551, 10915, 9491, 9987, 9961, 11324, 10028, 10348, 9961, 10637, 9433, 10544, 9830, 11035, 9243, 11296, 9532, 10910, 9884, 11267, 9675, 10594, 9365, 10887, 9600, 10526, 9594, 10679, 9710, 10452, 9510, 10511, 9873, 10814, 10551, 10353, 11232, 9320, 11170, 9531, 11221, 9621, 10547, 9717, 10660, 9839, 10548, 10621, 8793, 10697, 8686, 10591, 9312, 11611, 8969, 10953, 9711, 11041, 9188, 10389, 9437, 10888, 9849, 10589, 10342, 11050, 11117, 9296, 10895, 9231, 10551, 10094, 11288, 10166, 10628, 9953, 10989, 10207, 12335, 10165, 10271, 10774, 9721, 11376, 9960, 11165, 9968, 10957, 9727, 10958, 10086, 12390, 10369, 9285, 10555, 9434, 10732, 9493, 10989, 9162, 10331, 9993, 10617, 9880, 8847, 10436, 9187, 10388, 8978, 11110, 9432, 11179, 9670, 11406, 9163, 10717, 9488, 11019, 9843, 10943, 9929, 12817, 10554, 11047, 10703, 9531, 10716, 9851, 11320, 9690, 10945, 9799, 10333, 10052, 10612, 10230, 9256, 10553, 9397, 10904, 9311, 10862, 9565, 10588, 9777, 10806, 10068, 12510, 10744, 9177, 10599, 9583, 11242, 9611, 11071, 9327, 10866, 9053, 10915, 9854, 10077, 10327, 10885, 10809, 8810, 10602, 8558, 10806, 9150, 11049, 11515, 10561, 9382, 11256, 8898, 10668, 9457, 10815, 9956, 11090, 10229, 12471, 10259, 9810, 10543, 9384, 10789, 9323, 11255, 9676, 10454, 9411, 10730, 10178, 12425, 10279, 9927, 10919, 9766, 11242, 8862, 10828, 9165, 11234, 9440, 11133, 9442, 10919, 8821, 10965, 9537, 11021, 9453, 11397, 9385, 10857, 9639, 10885, 9989, 12780, 10375, 9378, 10535, 9324, 11118, 9086, 10674, 9422, 10861, 9446, 10407, 9554, 10695, 9803, 9727, 10121, 10605, 9908, 8981, 10627, 9661, 13341, 10527, 11042, 11011, 9996, 11058, 11283, 10461, 10224, 10252, 11893, 11024, 9575, 10394, 9515, 10506, 9733, 10442, 9586, 10708, 9502, 10813, 10135, 9164, 10608, 9561, 10600, 8924, 10560, 9379, 9672, 9469, 10307, 9732, 11586, 10282, 9671, 10102, 9119, 10416, 9253, 10643, 9573, 10521, 9538, 10869, 9812, 12359, 9890, 8909, 10116, 9030, 10386, 9052, 10171, 9306, 10200, 9294, 9122, 9640, 9124, 10310, 8773, 10724, 8869, 10141, 9191, 10476, 9193, 10489, 9253, 10264, 9125, 10457, 9605, 10469, 9597, 11060, 9443, 10554, 9842, 10506, 9910, 9634, 10159, 9384, 10579, 9314, 10512, 9684, 10581, 9388, 10520, 9765, 10586, 9623, 11909, 10125, 8999, 10531, 8800, 10359, 9068, 10798, 9576, 10876, 9624, 10337, 9996, 10719, 9553, 9815, 9839, 12412, 10205, 9293, 10531, 9354, 10340, 12748, 10398, 10751, 9730, 10005, 9914, 10774, 10273, 11754, 10211, 9605, 10500, 9738, 10504, 9967, 10570, 9921, 10769, 9776, 9030, 9869, 11304, 10149, 9004, 10803, 9093, 10231, 9555, 10492, 9408, 10593, 9295, 10942, 9644, 10392, 9840, 9685, 9285, 10090, 9381, 10364, 8989, 10714, 9521, 10304, 9907, 10871, 11629, 12442, 10608, 10505, 9618, 10581, 9271, 10052, 10249, 10073, 9172, 9958, 10544, 10548, 9169, 10305, 9852, 10886, 9928, 10302, 9777, 9297, 10415, 9663, 10437, 9064, 10485, 9031, 10167, 8907, 10462, 8900, 10020, 10855, 10066, 9171, 11031, 8939, 10229, 9353, 10231, 9672, 10075, 9722, 8991, 10349, 10621, 9987, 10372, 10659, 9320, 10282, 9066, 9959, 9113, 10168, 9441, 9812, 9722, 10807, 10215, 10481, 9740, 9016, 10193, 9317, 10510, 9577, 10063, 9134, 10679, 9873, 11563, 9794, 8680, 10089, 9067, 10379, 9399, 10226, 9442, 10001, 9288, 10309, 9312, 9428, 9584, 10261, 9851, 10690, 9917, 9600, 10039, 10545, 10269, 9497, 10689, 9598, 10676, 9092, 10347, 9500, 10196, 9488, 9665, 9610, 9997, 10096, 9629, 10061, 9231, 10340, 9514, 10503, 8996, 10480, 9708, 10901, 9705, 12020, 10004, 9324, 10074, 9111, 10218, 8650, 10565, 9105, 10285, 8474, 10931, 9158, 10562, 9329, 10709, 9872, 10475, 9382, 10463, 9831, 10803, 9934, 9068, 10244, 9013, 10338, 9580, 10360, 9603, 10166, 9396, 10461, 8806, 10261, 9439, 10423, 9610, 11610, 9611, 10556, 9176, 10851, 9638, 10787, 9985, 10754, 10091, 12769, 10422, 10862, 10483, 9422, 10716, 9583, 11028, 9744, 10731, 9138, 10774, 9839, 11110, 10037, 9773, 10342, 8486, 10419, 8992, 10339, 9331, 10690, 9632, 10586, 9498, 10394, 9834, 11989, 9674, 8989, 10098, 8939, 10288, 9416, 10196, 9296, 10475, 9008, 10302, 9400, 10545, 9136, 10613, 9379, 10321, 11077, 10233, 11271, 10633, 9889, 11339, 9557, 10910, 9793, 10237, 9722, 10376, 9512, 11406, 10318, 12437, 9765, 11902, 9799, 11207, 10102, 9674, 10315, 10013, 10032, 10457, 9852, 10749, 10202, 10722, 10487, 11289, 9990, 9608, 10188, 9137, 10054, 9951, 10558, 9339, 10461, 9352, 10003, 9518, 10455, 9760, 10704, 9858, 10221, 10117, 10649, 10012, 11554, 10230, 9561, 9852, 9325, 10261, 9784, 10523, 9070, 10337, 9748, 10434, 9750, 10752, 9894, 10609, 10249, 10181, 10681, 9923, 9982, 9198, 9992, 9706, 10190, 9836, 10436, 9487, 11053, 9937, 11773, 9633, 8583, 9821, 9070, 10070, 9142, 9796, 9331, 9834, 9396, 10228, 9464, 10048, 9566, 10526, 9810, 11972, 9647, 9472, 9755, 9368, 10326, 9184, 10038, 9534, 9879, 9427, 10504, 9715, 9514, 9511, 10584, 9352, 10251, 9784, 10980, 9866, 11126, 10109, 12116, 10240, 10608, 10227, 9666, 10638, 9494, 10351, 9891, 9895, 9968, 8988, 9961, 9335, 10113, 9365, 9685, 9699, 10087, 9816, 9037, 9862, 9572, 9835, 9425, 10285, 9484, 9933, 9621, 9874, 9886, 10328, 9628, 9730, 9452, 9961, 9851, 9989, 9619, 10212, 9547, 10590, 9712, 9306, 9502, 9597, 9850, 12324, 10268, 9322, 10333, 9216, 9983, 9508, 10136, 9434, 10272, 9409, 11806, 9874, 9820, 10258, 8571, 10482, 9570, 9897, 9411, 10160, 9860, 10208, 9008, 10249, 9780, 8337, 9696, 9507, 9891, 8697, 10116, 9192, 9922, 9450, 9810, 9231, 10021, 9323, 9823, 8546, 10171], 'WindowCenter': [4337.0, 4314.0, 4308.0, 4307.0, 4285.0, 4295.0, 4286.0, 4295.0, 4285.0, 4294.0, 4284.0, 4303.0, 4293.0, 4280.0, 4293.0, 4274.0, 4305.0, 4275.0, 4285.0, 4283.0, 4292.0, 4283.0, 4303.0, 4294.0, 4283.0, 4294.0, 4273.0, 4294.0, 4284.0, 4306.0, 4296.0, 4306.0, 4287.0, 4294.0, 4285.0, 4304.0, 4295.0, 4283.0, 4305.0, 4284.0, 4306.0, 4285.0, 4295.0, 4285.0, 4294.0, 4284.0, 4293.0, 4295.0, 4295.0, 4295.0, 4274.0, 4295.0, 4274.0, 4294.0, 4284.0, 4304.0, 4284.0, 4294.0, 4285.0, 4306.0, 4295.0, 4284.0, 4295.0, 4274.0, 4294.0, 4273.0, 4294.0, 4275.0, 4295.0, 4285.0, 4294.0, 4285.0, 4294.0, 4293.0, 4283.0, 4294.0, 4274.0, 4294.0, 4284.0, 4305.0, 4285.0, 4306.0, 4288.0, 4295.0, 4286.0, 4304.0, 4293.0, 4282.0, 4293.0, 4273.0, 4294.0, 4263.0, 4293.0, 4283.0, 4294.0, 4284.0, 4283.0, 4284.0, 4293.0, 4283.0, 4284.0, 4284.0, 4273.0, 4295.0, 4284.0, 4305.0, 4285.0, 4306.0, 4287.0, 4295.0, 4286.0, 4284.0, 4294.0, 4286.0, 4306.0, 4305.0, 4296.0, 4288.0, 4297.0, 4275.0, 4296.0, 4285.0, 4307.0, 4285.0, 4305.0, 4287.0, 4306.0, 4286.0, 4305.0, 4285.0, 4294.0, 4295.0, 4274.0, 4294.0, 4273.0, 4294.0, 4285.0, 4295.0, 4286.0, 4297.0, 4310.0, 4308.0, 4299.0, 4310.0, 4309.0, 4321.0, 4301.0, 4312.0, 4300.0, 4311.0, 4289.0, 4310.0, 4299.0, 4310.0, 4299.0, 4309.0, 4300.0, 4312.0, 4289.0, 4308.0, 4299.0, 4309.0, 4300.0, 4310.0, 4312.0, 4312.0, 4300.0, 4310.0, 4311.0, 4310.0, 4311.0, 4298.0, 4309.0, 4300.0, 4322.0, 4300.0, 4310.0, 4300.0, 4297.0, 4300.0, 4297.0, 4299.0, 4297.0, 4310.0, 4303.0, 4313.0, 4291.0, 4323.0, 4300.0, 4320.0, 4289.0, 4321.0, 4300.0, 4321.0, 4301.0, 4311.0, 4291.0, 4310.0, 4302.0, 4309.0, 4299.0, 4307.0, 4310.0, 4290.0, 4310.0, 4288.0, 4309.0, 4299.0, 4308.0, 4298.0, 4297.0, 4298.0, 4297.0, 4298.0, 4306.0, 4288.0, 4285.0, 4297.0, 4285.0, 4306.0, 4285.0, 4295.0, 4285.0, 4295.0, 4288.0, 4297.0, 4297.0, 4304.0, 4287.0, 4274.0, 4294.0, 4273.0, 4295.0, 4284.0, 4308.0, 4289.0, 4298.0, 4299.0, 4298.0, 4298.0, 4287.0, 4310.0, 4300.0, 4299.0, 4277.0, 4308.0, 4287.0, 4308.0, 4287.0, 4320.0, 4301.0, 4299.0, 4289.0, 4297.0, 4299.0, 4308.0, 4299.0, 4316.0, 4310.0, 4309.0, 4298.0, 4286.0, 4296.0, 4284.0, 4294.0, 4274.0, 4283.0, 4284.0, 4283.0, 4275.0, 4282.0, 4284.0, 4273.0, 4294.0, 4273.0, 4295.0, 4275.0, 4296.0, 4285.0, 4295.0, 4286.0, 4296.0, 4297.0, 4317.0, 4309.0, 4288.0, 4310.0, 4287.0, 4309.0, 4287.0, 4308.0, 4289.0, 4311.0, 4289.0, 4298.0, 4299.0, 4286.0, 4298.0, 4297.0, 4311.0, 4302.0, 4309.0, 4277.0, 4298.0, 4287.0, 4308.0, 4307.0, 4311.0, 4289.0, 4310.0, 4278.0, 4287.0, 4275.0, 4294.0, 4275.0, 4293.0, 4286.0, 4304.0, 4286.0, 4284.0, 4296.0, 4275.0, 4296.0, 4287.0, 4295.0, 4285.0, 4296.0, 4275.0, 4295.0, 4295.0, 4306.0, 4298.0, 4296.0, 4307.0, 4286.0, 4320.0, 4289.0, 4310.0, 4288.0, 4308.0, 4287.0, 4309.0, 4301.0, 4321.0, 4289.0, 4310.0, 4299.0, 4311.0, 4288.0, 4308.0, 4289.0, 4308.0, 4288.0, 4296.0, 4286.0, 4306.0, 4296.0, 4275.0, 4296.0, 4287.0, 4306.0, 4274.0, 4296.0, 4276.0, 4295.0, 4286.0, 4297.0, 4286.0, 4296.0, 4288.0, 4287.0, 4299.0, 4310.0, 4299.0, 4277.0, 4308.0, 4299.0, 4342.0, 4309.0, 4321.0, 4333.0, 4312.0, 4323.0, 4322.0, 4323.0, 4312.0, 4313.0, 4333.0, 4312.0, 4289.0, 4299.0, 4288.0, 4308.0, 4288.0, 4296.0, 4288.0, 4299.0, 4288.0, 4296.0, 4296.0, 4276.0, 4296.0, 4286.0, 4297.0, 4277.0, 4297.0, 4278.0, 4288.0, 4287.0, 4295.0, 4288.0, 4307.0, 4299.0, 4288.0, 4299.0, 4276.0, 4297.0, 4276.0, 4296.0, 4285.0, 4285.0, 4286.0, 4295.0, 4285.0, 4304.0, 4285.0, 4275.0, 4296.0, 4275.0, 4296.0, 4277.0, 4285.0, 4276.0, 4286.0, 4276.0, 4275.0, 4288.0, 4287.0, 4298.0, 4276.0, 4308.0, 4276.0, 4297.0, 4287.0, 4308.0, 4287.0, 4308.0, 4289.0, 4299.0, 4291.0, 4311.0, 4300.0, 4311.0, 4300.0, 4321.0, 4300.0, 4298.0, 4288.0, 4297.0, 4287.0, 4286.0, 4297.0, 4276.0, 4297.0, 4275.0, 4295.0, 4284.0, 4308.0, 4287.0, 4296.0, 4288.0, 4295.0, 4287.0, 4307.0, 4297.0, 4277.0, 4308.0, 4287.0, 4299.0, 4289.0, 4313.0, 4303.0, 4313.0, 4302.0, 4312.0, 4311.0, 4312.0, 4313.0, 4301.0, 4300.0, 4318.0, 4299.0, 4287.0, 4310.0, 4289.0, 4300.0, 4320.0, 4300.0, 4309.0, 4299.0, 4299.0, 4298.0, 4297.0, 4299.0, 4305.0, 4286.0, 4274.0, 4285.0, 4274.0, 4286.0, 4286.0, 4295.0, 4286.0, 4295.0, 4286.0, 4274.0, 4285.0, 4294.0, 4296.0, 4276.0, 4299.0, 4276.0, 4298.0, 4286.0, 4297.0, 4288.0, 4298.0, 4287.0, 4309.0, 4299.0, 4310.0, 4300.0, 4301.0, 4289.0, 4299.0, 4288.0, 4298.0, 4278.0, 4298.0, 4289.0, 4298.0, 4312.0, 4310.0, 4322.0, 4329.0, 4309.0, 4321.0, 4312.0, 4311.0, 4301.0, 4301.0, 4311.0, 4301.0, 4287.0, 4289.0, 4295.0, 4298.0, 4276.0, 4287.0, 4285.0, 4297.0, 4285.0, 4284.0, 4287.0, 4274.0, 4296.0, 4275.0, 4296.0, 4274.0, 4297.0, 4288.0, 4298.0, 4276.0, 4308.0, 4288.0, 4310.0, 4309.0, 4312.0, 4301.0, 4312.0, 4291.0, 4311.0, 4301.0, 4310.0, 4300.0, 4299.0, 4300.0, 4289.0, 4301.0, 4299.0, 4299.0, 4298.0, 4297.0, 4287.0, 4298.0, 4278.0, 4287.0, 4277.0, 4285.0, 4288.0, 4286.0, 4288.0, 4308.0, 4298.0, 4296.0, 4286.0, 4275.0, 4285.0, 4274.0, 4285.0, 4275.0, 4287.0, 4287.0, 4296.0, 4287.0, 4306.0, 4297.0, 4275.0, 4297.0, 4277.0, 4296.0, 4276.0, 4296.0, 4288.0, 4297.0, 4288.0, 4298.0, 4289.0, 4299.0, 4300.0, 4311.0, 4311.0, 4309.0, 4312.0, 4301.0, 4301.0, 4298.0, 4299.0, 4286.0, 4298.0, 4287.0, 4298.0, 4279.0, 4297.0, 4288.0, 4297.0, 4287.0, 4287.0, 4289.0, 4288.0, 4297.0, 4286.0, 4287.0, 4275.0, 4296.0, 4286.0, 4297.0, 4277.0, 4297.0, 4288.0, 4296.0, 4287.0, 4316.0, 4298.0, 4276.0, 4287.0, 4276.0, 4297.0, 4276.0, 4298.0, 4288.0, 4299.0, 4267.0, 4309.0, 4288.0, 4309.0, 4289.0, 4308.0, 4298.0, 4297.0, 4289.0, 4297.0, 4299.0, 4297.0, 4297.0, 4276.0, 4297.0, 4276.0, 4297.0, 4286.0, 4296.0, 4286.0, 4296.0, 4289.0, 4309.0, 4288.0, 4298.0, 4288.0, 4310.0, 4300.0, 4331.0, 4301.0, 4324.0, 4301.0, 4322.0, 4301.0, 4311.0, 4301.0, 4309.0, 4299.0, 4318.0, 4310.0, 4297.0, 4298.0, 4287.0, 4297.0, 4285.0, 4297.0, 4287.0, 4310.0, 4287.0, 4296.0, 4287.0, 4295.0, 4287.0, 4287.0, 4299.0, 4277.0, 4298.0, 4276.0, 4296.0, 4275.0, 4296.0, 4287.0, 4295.0, 4285.0, 4285.0, 4286.0, 4305.0, 4286.0, 4275.0, 4297.0, 4277.0, 4297.0, 4275.0, 4296.0, 4290.0, 4308.0, 4287.0, 4298.0, 4287.0, 4310.0, 4289.0, 4311.0, 4302.0, 4311.0, 4310.0, 4311.0, 4310.0, 4311.0, 4287.0, 4308.0, 4289.0, 4297.0, 4287.0, 4296.0, 4287.0, 4297.0, 4286.0, 4296.0, 4286.0, 4306.0, 4286.0, 4305.0, 4286.0, 4296.0, 4296.0, 4287.0, 4298.0, 4298.0, 4298.0, 4298.0, 4298.0, 4297.0, 4299.0, 4297.0, 4299.0, 4298.0, 4288.0, 4287.0, 4298.0, 4288.0, 4287.0, 4286.0, 4286.0, 4276.0, 4286.0, 4276.0, 4285.0, 4286.0, 4295.0, 4285.0, 4295.0, 4285.0, 4286.0, 4286.0, 4285.0, 4287.0, 4295.0, 4286.0, 4285.0, 4286.0, 4274.0, 4285.0, 4273.0, 4285.0, 4265.0, 4284.0, 4274.0, 4295.0, 4285.0, 4309.0, 4299.0, 4308.0, 4297.0, 4310.0, 4310.0, 4300.0, 4312.0, 4302.0, 4311.0, 4289.0, 4299.0, 4289.0, 4296.0, 4287.0, 4295.0, 4287.0, 4306.0, 4287.0, 4265.0, 4285.0, 4274.0, 4286.0, 4276.0, 4286.0, 4276.0, 4298.0, 4288.0, 4299.0, 4299.0, 4298.0, 4289.0, 4298.0, 4299.0, 4308.0, 4289.0, 4287.0, 4288.0, 4277.0, 4298.0, 4277.0, 4287.0, 4286.0, 4287.0, 4287.0, 4297.0, 4288.0, 4299.0, 4300.0, 4312.0, 4301.0, 4313.0, 4302.0, 4310.0, 4300.0, 4309.0, 4300.0, 4319.0, 4300.0, 4298.0, 4299.0, 4276.0, 4285.0, 4276.0, 4285.0, 4286.0, 4284.0, 4286.0, 4264.0, 4285.0, 4274.0, 4285.0, 4275.0, 4275.0, 4275.0, 4285.0, 4287.0, 4275.0, 4287.0, 4286.0, 4298.0, 4275.0, 4296.0, 4287.0, 4286.0, 4287.0, 4287.0, 4287.0, 4286.0, 4287.0, 4287.0, 4299.0, 4298.0, 4298.0, 4298.0, 4288.0, 4298.0, 4300.0, 4298.0, 4289.0, 4290.0, 4300.0, 4300.0, 4300.0, 4318.0, 4300.0, 4288.0, 4299.0, 4288.0, 4299.0, 4289.0, 4299.0, 4289.0, 4298.0, 4289.0, 4308.0, 4299.0, 4298.0, 4310.0, 4279.0, 4310.0, 4299.0, 4300.0, 4289.0, 4299.0, 4289.0, 4298.0, 4278.0, 4286.0, 4287.0, 4266.0, 4288.0, 4286.0, 4298.0, 4278.0, 4299.0, 4287.0, 4298.0, 4288.0, 4298.0, 4289.0, 4299.0, 4291.0, 4311.0, 4292.0, 4323.0], 'WindowWidth': [9568.0, 9528.0, 9509.0, 9506.0, 9471.0, 9485.0, 9475.0, 9487.0, 9472.0, 9479.0, 9469.0, 9491.0, 9478.0, 9457.0, 9478.0, 9454.0, 9499.0, 9456.0, 9469.0, 9467.0, 9475.0, 9466.0, 9490.0, 9482.0, 9465.0, 9481.0, 9452.0, 9483.0, 9469.0, 9501.0, 9489.0, 9502.0, 9478.0, 9482.0, 9470.0, 9493.0, 9483.0, 9465.0, 9498.0, 9470.0, 9502.0, 9472.0, 9484.0, 9470.0, 9480.0, 9469.0, 9480.0, 9483.0, 9484.0, 9485.0, 9455.0, 9483.0, 9453.0, 9482.0, 9467.0, 9497.0, 9470.0, 9481.0, 9472.0, 9500.0, 9485.0, 9469.0, 9483.0, 9455.0, 9483.0, 9452.0, 9481.0, 9456.0, 9484.0, 9471.0, 9481.0, 9469.0, 9481.0, 9479.0, 9464.0, 9480.0, 9453.0, 9482.0, 9469.0, 9498.0, 9473.0, 9501.0, 9480.0, 9485.0, 9474.0, 9495.0, 9478.0, 9462.0, 9477.0, 9451.0, 9480.0, 9438.0, 9478.0, 9464.0, 9481.0, 9466.0, 9463.0, 9468.0, 9476.0, 9465.0, 9467.0, 9468.0, 9453.0, 9484.0, 9470.0, 9499.0, 9472.0, 9499.0, 9476.0, 9484.0, 9473.0, 9467.0, 9482.0, 9472.0, 9501.0, 9497.0, 9487.0, 9480.0, 9489.0, 9456.0, 9487.0, 9473.0, 9505.0, 9473.0, 9498.0, 9476.0, 9501.0, 9474.0, 9496.0, 9471.0, 9480.0, 9484.0, 9453.0, 9481.0, 9453.0, 9483.0, 9470.0, 9487.0, 9477.0, 9492.0, 9515.0, 9508.0, 9499.0, 9515.0, 9514.0, 9533.0, 9505.0, 9521.0, 9501.0, 9517.0, 9484.0, 9515.0, 9498.0, 9514.0, 9497.0, 9510.0, 9500.0, 9519.0, 9483.0, 9509.0, 9499.0, 9514.0, 9502.0, 9514.0, 9523.0, 9520.0, 9502.0, 9516.0, 9518.0, 9514.0, 9517.0, 9496.0, 9511.0, 9502.0, 9531.0, 9500.0, 9512.0, 9499.0, 9492.0, 9499.0, 9492.0, 9497.0, 9491.0, 9514.0, 9514.0, 9524.0, 9488.0, 9537.0, 9501.0, 9528.0, 9487.0, 9531.0, 9501.0, 9531.0, 9505.0, 9517.0, 9488.0, 9514.0, 9507.0, 9509.0, 9499.0, 9506.0, 9513.0, 9490.0, 9513.0, 9480.0, 9509.0, 9498.0, 9507.0, 9495.0, 9490.0, 9494.0, 9492.0, 9492.0, 9501.0, 9478.0, 9471.0, 9488.0, 9472.0, 9502.0, 9472.0, 9485.0, 9472.0, 9484.0, 9480.0, 9490.0, 9490.0, 9495.0, 9475.0, 9456.0, 9482.0, 9451.0, 9482.0, 9469.0, 9507.0, 9484.0, 9492.0, 9500.0, 9493.0, 9494.0, 9477.0, 9517.0, 9503.0, 9498.0, 9466.0, 9508.0, 9478.0, 9508.0, 9479.0, 9529.0, 9503.0, 9497.0, 9483.0, 9491.0, 9498.0, 9506.0, 9497.0, 9516.0, 9513.0, 9513.0, 9492.0, 9473.0, 9485.0, 9468.0, 9481.0, 9452.0, 9464.0, 9468.0, 9464.0, 9456.0, 9461.0, 9466.0, 9450.0, 9481.0, 9453.0, 9486.0, 9459.0, 9486.0, 9470.0, 9484.0, 9473.0, 9486.0, 9491.0, 9517.0, 9512.0, 9481.0, 9514.0, 9479.0, 9511.0, 9479.0, 9507.0, 9486.0, 9517.0, 9484.0, 9495.0, 9498.0, 9475.0, 9493.0, 9492.0, 9518.0, 9508.0, 9511.0, 9463.0, 9492.0, 9477.0, 9510.0, 9506.0, 9516.0, 9484.0, 9515.0, 9467.0, 9476.0, 9457.0, 9481.0, 9457.0, 9478.0, 9473.0, 9493.0, 9473.0, 9469.0, 9486.0, 9457.0, 9489.0, 9477.0, 9484.0, 9471.0, 9486.0, 9459.0, 9483.0, 9485.0, 9499.0, 9494.0, 9489.0, 9504.0, 9477.0, 9528.0, 9486.0, 9512.0, 9480.0, 9507.0, 9477.0, 9511.0, 9505.0, 9533.0, 9485.0, 9513.0, 9499.0, 9516.0, 9481.0, 9506.0, 9484.0, 9508.0, 9479.0, 9485.0, 9474.0, 9499.0, 9487.0, 9460.0, 9488.0, 9478.0, 9500.0, 9455.0, 9487.0, 9459.0, 9486.0, 9475.0, 9490.0, 9474.0, 9487.0, 9480.0, 9479.0, 9499.0, 9513.0, 9499.0, 9464.0, 9508.0, 9499.0, 9563.0, 9512.0, 9533.0, 9555.0, 9522.0, 9537.0, 9535.0, 9537.0, 9521.0, 9525.0, 9552.0, 9520.0, 9484.0, 9497.0, 9482.0, 9509.0, 9479.0, 9489.0, 9481.0, 9495.0, 9481.0, 9488.0, 9487.0, 9461.0, 9489.0, 9473.0, 9489.0, 9465.0, 9490.0, 9464.0, 9478.0, 9478.0, 9486.0, 9481.0, 9503.0, 9496.0, 9480.0, 9495.0, 9462.0, 9488.0, 9459.0, 9487.0, 9471.0, 9469.0, 9474.0, 9482.0, 9470.0, 9494.0, 9472.0, 9457.0, 9487.0, 9459.0, 9488.0, 9462.0, 9471.0, 9459.0, 9473.0, 9461.0, 9458.0, 9478.0, 9477.0, 9493.0, 9462.0, 9506.0, 9462.0, 9491.0, 9476.0, 9508.0, 9479.0, 9509.0, 9484.0, 9499.0, 9488.0, 9517.0, 9502.0, 9519.0, 9502.0, 9529.0, 9501.0, 9492.0, 9481.0, 9489.0, 9477.0, 9476.0, 9490.0, 9463.0, 9490.0, 9457.0, 9484.0, 9469.0, 9508.0, 9479.0, 9487.0, 9478.0, 9484.0, 9478.0, 9503.0, 9491.0, 9464.0, 9510.0, 9480.0, 9496.0, 9483.0, 9519.0, 9507.0, 9521.0, 9506.0, 9520.0, 9519.0, 9522.0, 9525.0, 9503.0, 9501.0, 9519.0, 9495.0, 9479.0, 9514.0, 9483.0, 9499.0, 9526.0, 9499.0, 9509.0, 9498.0, 9499.0, 9496.0, 9490.0, 9494.0, 9499.0, 9472.0, 9456.0, 9470.0, 9455.0, 9472.0, 9472.0, 9485.0, 9474.0, 9484.0, 9473.0, 9453.0, 9470.0, 9481.0, 9487.0, 9460.0, 9495.0, 9462.0, 9492.0, 9476.0, 9493.0, 9480.0, 9494.0, 9480.0, 9513.0, 9498.0, 9515.0, 9501.0, 9504.0, 9485.0, 9499.0, 9480.0, 9494.0, 9466.0, 9492.0, 9484.0, 9494.0, 9519.0, 9513.0, 9533.0, 9537.0, 9511.0, 9533.0, 9522.0, 9520.0, 9506.0, 9504.0, 9519.0, 9504.0, 9479.0, 9482.0, 9487.0, 9491.0, 9461.0, 9476.0, 9472.0, 9488.0, 9470.0, 9468.0, 9475.0, 9453.0, 9485.0, 9457.0, 9485.0, 9456.0, 9491.0, 9481.0, 9494.0, 9463.0, 9507.0, 9482.0, 9517.0, 9514.0, 9522.0, 9504.0, 9519.0, 9491.0, 9517.0, 9503.0, 9515.0, 9501.0, 9497.0, 9502.0, 9486.0, 9503.0, 9497.0, 9496.0, 9493.0, 9492.0, 9476.0, 9494.0, 9468.0, 9476.0, 9463.0, 9472.0, 9478.0, 9473.0, 9480.0, 9507.0, 9492.0, 9487.0, 9475.0, 9458.0, 9471.0, 9455.0, 9470.0, 9457.0, 9477.0, 9477.0, 9486.0, 9478.0, 9500.0, 9490.0, 9460.0, 9491.0, 9462.0, 9488.0, 9460.0, 9489.0, 9478.0, 9493.0, 9481.0, 9493.0, 9484.0, 9500.0, 9504.0, 9518.0, 9517.0, 9510.0, 9521.0, 9505.0, 9503.0, 9494.0, 9498.0, 9478.0, 9494.0, 9478.0, 9495.0, 9468.0, 9491.0, 9480.0, 9492.0, 9479.0, 9477.0, 9483.0, 9481.0, 9491.0, 9474.0, 9476.0, 9459.0, 9488.0, 9474.0, 9490.0, 9465.0, 9489.0, 9481.0, 9489.0, 9478.0, 9516.0, 9495.0, 9463.0, 9477.0, 9460.0, 9491.0, 9461.0, 9493.0, 9481.0, 9497.0, 9452.0, 9510.0, 9480.0, 9511.0, 9483.0, 9509.0, 9493.0, 9491.0, 9484.0, 9492.0, 9496.0, 9490.0, 9492.0, 9461.0, 9491.0, 9462.0, 9489.0, 9473.0, 9488.0, 9475.0, 9488.0, 9483.0, 9510.0, 9481.0, 9493.0, 9483.0, 9515.0, 9501.0, 9547.0, 9506.0, 9541.0, 9506.0, 9534.0, 9505.0, 9517.0, 9503.0, 9510.0, 9497.0, 9521.0, 9512.0, 9492.0, 9491.0, 9476.0, 9489.0, 9472.0, 9491.0, 9478.0, 9514.0, 9479.0, 9487.0, 9477.0, 9485.0, 9477.0, 9476.0, 9496.0, 9464.0, 9493.0, 9461.0, 9488.0, 9458.0, 9487.0, 9476.0, 9484.0, 9473.0, 9470.0, 9474.0, 9497.0, 9474.0, 9457.0, 9491.0, 9464.0, 9491.0, 9459.0, 9488.0, 9485.0, 9509.0, 9479.0, 9494.0, 9480.0, 9515.0, 9484.0, 9518.0, 9508.0, 9517.0, 9512.0, 9516.0, 9513.0, 9517.0, 9479.0, 9508.0, 9482.0, 9490.0, 9475.0, 9487.0, 9476.0, 9491.0, 9475.0, 9486.0, 9473.0, 9499.0, 9475.0, 9498.0, 9476.0, 9487.0, 9489.0, 9478.0, 9492.0, 9493.0, 9494.0, 9494.0, 9494.0, 9490.0, 9495.0, 9489.0, 9495.0, 9492.0, 9479.0, 9478.0, 9494.0, 9480.0, 9479.0, 9473.0, 9472.0, 9459.0, 9472.0, 9460.0, 9470.0, 9471.0, 9485.0, 9470.0, 9485.0, 9472.0, 9472.0, 9475.0, 9470.0, 9476.0, 9484.0, 9474.0, 9472.0, 9473.0, 9455.0, 9469.0, 9451.0, 9470.0, 9442.0, 9465.0, 9453.0, 9484.0, 9472.0, 9511.0, 9498.0, 9509.0, 9493.0, 9514.0, 9515.0, 9502.0, 9522.0, 9508.0, 9518.0, 9483.0, 9496.0, 9480.0, 9487.0, 9476.0, 9482.0, 9476.0, 9499.0, 9475.0, 9442.0, 9471.0, 9455.0, 9471.0, 9460.0, 9474.0, 9462.0, 9495.0, 9481.0, 9499.0, 9499.0, 9495.0, 9484.0, 9494.0, 9498.0, 9508.0, 9483.0, 9479.0, 9482.0, 9463.0, 9492.0, 9463.0, 9475.0, 9475.0, 9476.0, 9478.0, 9489.0, 9481.0, 9498.0, 9502.0, 9521.0, 9505.0, 9524.0, 9507.0, 9513.0, 9501.0, 9509.0, 9500.0, 9523.0, 9500.0, 9494.0, 9494.0, 9460.0, 9471.0, 9458.0, 9467.0, 9472.0, 9468.0, 9472.0, 9441.0, 9471.0, 9453.0, 9470.0, 9457.0, 9456.0, 9457.0, 9472.0, 9476.0, 9457.0, 9477.0, 9474.0, 9493.0, 9458.0, 9489.0, 9474.0, 9475.0, 9476.0, 9475.0, 9475.0, 9473.0, 9476.0, 9478.0, 9497.0, 9495.0, 9494.0, 9496.0, 9482.0, 9493.0, 9498.0, 9493.0, 9483.0, 9486.0, 9500.0, 9501.0, 9502.0, 9521.0, 9499.0, 9481.0, 9497.0, 9481.0, 9496.0, 9483.0, 9496.0, 9482.0, 9493.0, 9485.0, 9507.0, 9497.0, 9495.0, 9513.0, 9472.0, 9515.0, 9498.0, 9502.0, 9485.0, 9499.0, 9482.0, 9493.0, 9468.0, 9474.0, 9478.0, 9447.0, 9479.0, 9476.0, 9495.0, 9466.0, 9496.0, 9479.0, 9495.0, 9480.0, 9495.0, 9485.0, 9497.0, 9489.0, 9519.0, 9495.0, 9539.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.0003081036269430052</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.014377758549222798</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.13279159828839</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2315788981431532</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999964742541493</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7080.4072</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0736926098570439</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2435233160621761</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.656371002447129</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5727573932061385</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8852556584828717</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5110999556523788</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0108952</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012894419953227043</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019402632489800453</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.685561660474657</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>35.6839</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1111</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307743.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.5111</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.786</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3521.931</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68801.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1010.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4678.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.4766</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.073108474491164</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> |