=== 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-0017 --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-0017",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-02/func/sub-0017_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>179252d27c084b5016d655f8fe21e10e</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>12:13:0.972500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998184, -0.0434243, 0.0417386, 0.0397423, 0.99556, 0.0853257]</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.107367</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>[4179, -7741, -7255, 634, 27, -133, 117, 45]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>270.888</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>44f69db1-538d-4490-a359-1ded56ee2399||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678056001663208, 0.10662558674812317, 0.12219785898923874, 104.92606353759766], [0.11650416254997253, 2.6710152626037598, 0.22548235952854156, -88.12508392333984], [0.11198154091835022, -0.22892256081104279, 2.6877918243408203, -53.51728439331055], [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': ['121300.972500', '121301.432500', '121301.892500', '121302.352500', '121302.812500', '121303.272500', '121303.732500', '121304.192500', '121304.652500', '121305.112500', '121305.572500', '121306.032500', '121306.492500', '121306.952500', '121307.412500', '121307.872500', '121308.332500', '121308.792500', '121309.252500', '121309.712500', '121310.172500', '121310.632500', '121311.092500', '121311.552500', '121312.012500', '121312.472500', '121312.932500', '121313.392500', '121313.852500', '121314.312500', '121314.772500', '121315.232500', '121315.692500', '121316.152500', '121316.612500', '121317.072500', '121317.532500', '121317.992500', '121318.452500', '121318.912500', '121319.372500', '121319.832500', '121320.292500', '121320.752500', '121321.212500', '121321.672500', '121322.132500', '121322.592500', '121323.052500', '121323.512500', '121323.972500', '121324.432500', '121324.892500', '121325.352500', '121325.812500', '121326.272500', '121326.732500', '121327.192500', '121327.652500', '121328.112500', '121328.572500', '121329.032500', '121329.492500', '121329.952500', '121330.412500', '121330.872500', '121331.332500', '121331.792500', '121332.252500', '121332.712500', '121333.172500', '121333.632500', '121334.092500', '121334.552500', '121335.012500', '121335.472500', '121335.932500', '121336.392500', '121336.852500', '121337.312500', '121337.772500', '121338.232500', '121338.692500', '121339.152500', '121339.612500', '121340.072500', '121340.532500', '121340.992500', '121341.452500', '121341.912500', '121342.372500', '121342.832500', '121343.292500', '121343.752500', '121344.212500', '121344.672500', '121345.132500', '121345.592500', '121346.052500', '121346.512500', '121346.972500', '121347.432500', '121347.892500', '121348.352500', '121348.812500', '121349.272500', '121349.732500', '121350.192500', '121350.652500', '121351.112500', '121351.572500', '121352.032500', '121352.492500', '121352.952500', '121353.412500', '121353.872500', '121354.332500', '121354.792500', '121355.252500', '121355.712500', '121356.172500', '121356.632500', '121357.092500', '121357.552500', '121358.012500', '121358.472500', '121358.932500', '121359.392500', '121359.852500', '121400.312500', '121400.772500', '121401.232500', '121401.692500', '121402.152500', '121402.612500', '121403.072500', '121403.532500', '121403.992500', '121404.452500', '121404.912500', '121405.372500', '121405.832500', '121406.292500', '121406.752500', '121407.212500', '121407.672500', '121408.132500', '121408.592500', '121409.052500', '121409.512500', '121409.972500', '121410.432500', '121410.892500', '121411.352500', '121411.812500', '121412.272500', '121412.732500', '121413.192500', '121413.652500', '121414.112500', '121414.572500', '121415.032500', '121415.492500', '121415.952500', '121416.412500', '121416.872500', '121417.332500', '121417.792500', '121418.252500', '121418.712500', '121419.172500', '121419.632500', '121420.092500', '121420.552500', '121421.012500', '121421.472500', '121421.932500', '121422.392500', '121422.852500', '121423.312500', '121423.772500', '121424.232500', '121424.692500', '121425.152500', '121425.612500', '121426.072500', '121426.532500', '121426.992500', '121427.452500', '121427.912500', '121428.372500', '121428.832500', '121429.292500', '121429.752500', '121430.212500', '121430.672500', '121431.132500', '121431.592500', '121432.052500', '121432.512500', '121432.972500', '121433.432500', '121433.892500', '121434.352500', '121434.812500', '121435.272500', '121435.732500', '121436.192500', '121436.652500', '121437.112500', '121437.572500', '121438.032500', '121438.492500', '121438.952500', '121439.412500', '121439.872500', '121440.332500', '121440.792500', '121441.252500', '121441.712500', '121442.172500', '121442.632500', '121443.092500', '121443.552500', '121444.012500', '121444.472500', '121444.932500', '121445.392500', '121445.852500', '121446.312500', '121446.772500', '121447.232500', '121447.692500', '121448.152500', '121448.612500', '121449.072500', '121449.532500', '121449.992500', '121450.452500', '121450.912500', '121451.372500', '121451.832500', '121452.292500', '121452.752500', '121453.212500', '121453.672500', '121454.132500', '121454.592500', '121455.052500', '121455.512500', '121455.972500', '121456.432500', '121456.892500', '121457.352500', '121457.812500', '121458.272500', '121458.732500', '121459.192500', '121459.652500', '121500.112500', '121500.572500', '121501.032500', '121501.492500', '121501.952500', '121502.412500', '121502.872500', '121503.332500', '121503.792500', '121504.252500', '121504.712500', '121505.172500', '121505.632500', '121506.092500', '121506.552500', '121507.012500', '121507.472500', '121507.932500', '121508.392500', '121508.852500', '121509.312500', '121509.772500', '121510.232500', '121510.692500', '121511.152500', '121511.612500', '121512.072500', '121512.532500', '121512.992500', '121513.452500', '121513.912500', '121514.372500', '121514.832500', '121515.292500', '121515.752500', '121516.212500', '121516.672500', '121517.132500', '121517.592500', '121518.052500', '121518.512500', '121518.972500', '121519.432500', '121519.892500', '121520.352500', '121520.812500', '121521.272500', '121521.732500', '121522.192500', '121522.652500', '121523.112500', '121523.572500', '121524.032500', '121524.492500', '121524.952500', '121525.412500', '121525.872500', '121526.332500', '121526.792500', '121527.252500', '121527.712500', '121528.172500', '121528.632500', '121529.092500', '121529.552500', '121530.012500', '121530.472500', '121530.932500', '121531.392500', '121531.852500', '121532.312500', '121532.772500', '121533.232500', '121533.692500', '121534.152500', '121534.612500', '121535.072500', '121535.532500', '121535.992500', '121536.452500', '121536.912500', '121537.372500', '121537.832500', '121538.292500', '121538.752500', '121539.212500', '121539.672500', '121540.132500', '121540.592500', '121541.052500', '121541.512500', '121541.972500', '121542.432500', '121542.892500', '121543.352500', '121543.812500', '121544.272500', '121544.732500', '121545.192500', '121545.652500', '121546.112500', '121546.572500', '121547.032500', '121547.492500', '121547.952500', '121548.412500', '121548.872500', '121549.332500', '121549.792500', '121550.252500', '121550.712500', '121551.172500', '121551.632500', '121552.092500', '121552.552500', '121553.012500', '121553.472500', '121553.932500', '121554.392500', '121554.852500', '121555.312500', '121555.772500', '121556.232500', '121556.692500', '121557.152500', '121557.612500', '121558.072500', '121558.532500', '121558.992500', '121559.452500', '121559.912500', '121600.372500', '121600.832500', '121601.292500', '121601.752500', '121602.212500', '121602.672500', '121603.132500', '121603.592500', '121604.052500', '121604.512500', '121604.972500', '121605.432500', '121605.892500', '121606.352500', '121606.812500', '121607.272500', '121607.732500', '121608.192500', '121608.652500', '121609.112500', '121609.572500', '121610.032500', '121610.492500', '121610.952500', '121611.412500', '121611.872500', '121612.332500', '121612.792500', '121613.252500', '121613.712500', '121614.172500', '121614.632500', '121615.092500', '121615.552500', '121616.012500', '121616.472500', '121616.932500', '121617.392500', '121617.852500', '121618.312500', '121618.772500', '121619.232500', '121619.692500', '121620.152500', '121620.612500', '121621.072500', '121621.532500', '121621.992500', '121622.452500', '121622.912500', '121623.372500', '121623.832500', '121624.292500', '121624.752500', '121625.212500', '121625.672500', '121626.132500', '121626.592500', '121627.052500', '121627.512500', '121627.972500', '121628.432500', '121628.892500', '121629.352500', '121629.812500', '121630.272500', '121630.732500', '121631.192500', '121631.652500', '121632.112500', '121632.572500', '121633.032500', '121633.492500', '121633.952500', '121634.412500', '121634.872500', '121635.332500', '121635.792500', '121636.252500', '121636.712500', '121637.172500', '121637.632500', '121638.092500', '121638.552500', '121639.012500', '121639.472500', '121639.932500', '121640.392500', '121640.852500', '121641.312500', '121641.772500', '121642.232500', '121642.692500', '121643.152500', '121643.612500', '121644.072500', '121644.532500', '121644.992500', '121645.452500', '121645.912500', '121646.372500', '121646.832500', '121647.292500', '121647.752500', '121648.212500', '121648.672500', '121649.132500', '121649.592500', '121650.052500', '121650.512500', '121650.972500', '121651.432500', '121651.892500', '121652.352500', '121652.812500', '121653.272500', '121653.732500', '121654.192500', '121654.652500', '121655.112500', '121655.572500', '121656.032500', '121656.492500', '121656.952500', '121657.412500', '121657.872500', '121658.332500', '121658.792500', '121659.252500', '121659.712500', '121700.172500', '121700.632500', '121701.092500', '121701.552500', '121702.012500', '121702.472500', '121702.932500', '121703.392500', '121703.852500', '121704.312500', '121704.772500', '121705.232500', '121705.692500', '121706.152500', '121706.612500', '121707.072500', '121707.532500', '121707.992500', '121708.452500', '121708.912500', '121709.372500', '121709.832500', '121710.292500', '121710.752500', '121711.212500', '121711.672500', '121712.132500', '121712.592500', '121713.052500', '121713.512500', '121713.972500', '121714.432500', '121714.892500', '121715.352500', '121715.812500', '121716.272500', '121716.732500', '121717.192500', '121717.652500', '121718.112500', '121718.572500', '121719.032500', '121719.492500', '121719.952500', '121720.412500', '121720.872500', '121721.332500', '121721.792500', '121722.252500', '121722.712500', '121723.172500', '121723.632500', '121724.092500', '121724.552500', '121725.012500', '121725.472500', '121725.932500', '121726.392500', '121726.852500', '121727.312500', '121727.772500', '121728.232500', '121728.692500', '121729.152500', '121729.612500', '121730.072500', '121730.532500', '121730.992500', '121731.452500', '121731.912500', '121732.372500', '121732.832500', '121733.292500', '121733.752500', '121734.212500', '121734.672500', '121735.132500', '121735.592500', '121736.052500', '121736.512500', '121736.972500', '121737.432500', '121737.892500', '121738.352500', '121738.812500', '121739.272500', '121739.732500', '121740.192500', '121740.652500', '121741.112500', '121741.572500', '121742.032500', '121742.492500', '121742.952500', '121743.412500', '121743.872500', '121744.332500', '121744.792500', '121745.252500', '121745.712500', '121746.172500', '121746.632500', '121747.092500', '121747.552500', '121748.012500', '121748.472500', '121748.932500', '121749.392500', '121749.852500', '121750.312500', '121750.772500', '121751.232500', '121751.692500', '121752.152500', '121752.612500', '121753.072500', '121753.532500', '121753.992500', '121754.452500', '121754.912500', '121755.372500', '121755.832500', '121756.292500', '121756.752500', '121757.212500', '121757.672500', '121758.132500', '121758.592500', '121759.052500', '121759.512500', '121759.972500', '121800.432500', '121800.892500', '121801.352500', '121801.812500', '121802.272500', '121802.732500', '121803.192500', '121803.652500', '121804.112500', '121804.572500', '121805.032500', '121805.492500', '121805.952500', '121806.412500', '121806.872500', '121807.332500', '121807.792500', '121808.252500', '121808.712500', '121809.172500', '121809.632500', '121810.092500', '121810.552500', '121811.012500', '121811.472500', '121811.932500', '121812.392500', '121812.852500', '121813.312500', '121813.772500', '121814.232500', '121814.692500', '121815.152500', '121815.612500', '121816.072500', '121816.532500', '121816.992500', '121817.452500', '121817.912500', '121818.372500', '121818.832500', '121819.292500', '121819.752500', '121820.212500', '121820.672500', '121821.132500', '121821.592500', '121822.052500', '121822.512500', '121822.972500', '121823.432500', '121823.892500', '121824.352500', '121824.812500', '121825.272500', '121825.732500', '121826.192500', '121826.652500', '121827.112500', '121827.572500', '121828.032500', '121828.492500', '121828.952500', '121829.412500', '121829.872500', '121830.332500', '121830.792500', '121831.252500', '121831.712500', '121832.172500', '121832.632500', '121833.092500', '121833.552500', '121834.012500', '121834.472500', '121834.932500', '121835.392500', '121835.852500', '121836.312500', '121836.772500', '121837.232500', '121837.692500', '121838.152500', '121838.612500', '121839.072500', '121839.532500', '121839.992500', '121840.452500', '121840.912500', '121841.372500', '121841.832500', '121842.292500', '121842.752500', '121843.212500', '121843.672500', '121844.132500', '121844.592500', '121845.052500', '121845.512500', '121845.972500', '121846.432500', '121846.892500', '121847.352500', '121847.812500', '121848.272500', '121848.732500', '121849.192500', '121849.652500', '121850.112500', '121850.572500', '121851.032500', '121851.492500', '121851.952500', '121852.412500', '121852.872500', '121853.332500', '121853.792500', '121854.252500', '121854.712500', '121855.172500', '121855.632500', '121856.092500', '121856.552500', '121857.012500', '121857.472500', '121857.932500', '121858.392500', '121858.852500', '121859.312500', '121859.772500', '121900.232500', '121900.692500', '121901.152500', '121901.612500', '121902.072500', '121902.532500', '121902.992500', '121903.452500', '121903.912500', '121904.372500', '121904.832500', '121905.292500', '121905.752500', '121906.212500', '121906.672500', '121907.132500', '121907.592500', '121908.052500', '121908.512500', '121908.972500', '121909.432500', '121909.892500', '121910.352500', '121910.812500', '121911.272500', '121911.732500', '121912.192500', '121912.652500', '121913.112500', '121913.572500', '121914.032500', '121914.492500', '121914.952500', '121915.412500', '121915.872500', '121916.332500', '121916.792500', '121917.252500', '121917.712500', '121918.172500', '121918.632500', '121919.092500', '121919.552500', '121920.012500', '121920.472500', '121920.932500', '121921.392500', '121921.852500', '121922.312500', '121922.772500', '121923.232500', '121923.692500', '121924.152500', '121924.612500', '121925.072500', '121925.532500', '121925.992500', '121926.452500', '121926.912500', '121927.372500', '121927.832500', '121928.292500', '121928.752500', '121929.212500', '121929.672500', '121930.132500', '121930.592500', '121931.052500', '121931.512500', '121931.972500', '121932.432500', '121932.892500', '121933.352500', '121933.812500', '121934.272500', '121934.732500', '121935.192500', '121935.652500', '121936.112500', '121936.572500', '121937.032500', '121937.492500', '121937.952500', '121938.412500', '121938.872500', '121939.332500', '121939.792500', '121940.252500', '121940.712500', '121941.172500', '121941.632500', '121942.092500', '121942.552500', '121943.012500', '121943.472500', '121943.932500', '121944.392500', '121944.852500', '121945.312500', '121945.772500', '121946.232500', '121946.692500', '121947.152500', '121947.612500', '121948.072500', '121948.532500', '121948.992500', '121949.452500', '121949.912500', '121950.372500', '121950.832500', '121951.292500', '121951.752500', '121952.212500', '121952.672500', '121953.132500', '121953.592500', '121954.052500', '121954.512500', '121954.972500', '121955.432500', '121955.892500', '121956.352500', '121956.812500', '121957.272500', '121957.732500', '121958.192500', '121958.652500', '121959.112500', '121959.572500', '122000.032500', '122000.492500', '122000.952500', '122001.412500', '122001.872500', '122002.332500', '122002.792500', '122003.252500', '122003.712500', '122004.172500', '122004.632500', '122005.092500', '122005.552500', '122006.012500', '122006.472500', '122006.932500', '122007.392500', '122007.852500', '122008.312500', '122008.772500', '122009.232500', '122009.692500', '122010.152500', '122010.612500', '122011.072500', '122011.532500', '122011.992500', '122012.452500', '122012.912500', '122013.372500', '122013.832500', '122014.292500', '122014.752500', '122015.212500', '122015.672500', '122016.132500', '122016.592500', '122017.052500', '122017.512500', '122017.972500', '122018.432500', '122018.892500', '122019.352500', '122019.812500', '122020.272500', '122020.732500', '122021.192500', '122021.652500', '122022.112500', '122022.572500', '122023.032500', '122023.492500', '122023.952500', '122024.412500', '122024.872500', '122025.332500'], 'ContentTime': ['121310.891000', '121310.895000', '121310.898000', '121310.900000', '121310.903000', '121310.909000', '121310.912000', '121310.915000', '121310.918000', '121310.921000', '121310.923000', '121310.926000', '121310.929000', '121310.932000', '121310.937000', '121310.940000', '121310.943000', '121310.946000', '121310.956000', '121310.959000', '121310.962000', '121330.842000', '121330.851000', '121330.854000', '121330.857000', '121330.860000', '121330.863000', '121330.865000', '121330.868000', '121330.872000', '121330.875000', '121330.878000', '121330.887000', '121330.890000', '121330.893000', '121330.896000', '121330.899000', '121330.901000', '121330.907000', '121330.909000', '121330.913000', '121330.915000', '121330.918000', '121330.921000', '121330.924000', '121330.927000', '121330.930000', '121330.933000', '121330.936000', '121330.939000', '121330.941000', '121330.944000', '121330.947000', '121330.950000', '121330.953000', '121330.956000', '121330.959000', '121330.962000', '121330.965000', '121330.967000', '121330.970000', '121330.973000', '121330.976000', '121330.979000', '121350.842000', '121350.853000', '121350.856000', '121350.859000', '121350.862000', '121350.874000', '121350.877000', '121350.880000', '121350.883000', '121350.885000', '121350.888000', '121350.891000', '121350.894000', '121350.897000', '121350.900000', '121350.903000', '121350.905000', '121350.908000', '121350.911000', '121350.914000', '121350.917000', '121350.920000', '121350.923000', '121350.925000', '121350.928000', '121350.931000', '121350.934000', '121350.937000', '121350.940000', '121350.943000', '121350.946000', '121350.949000', '121350.951000', '121350.954000', '121350.957000', '121350.960000', '121350.963000', '121350.966000', '121350.969000', '121350.972000', '121350.975000', '121350.977000', '121350.980000', '121350.983000', '121410.842000', '121410.845000', '121410.848000', '121410.851000', '121410.854000', '121410.856000', '121410.859000', '121410.862000', '121410.865000', '121410.868000', '121410.870000', '121410.873000', '121410.876000', '121410.879000', '121410.882000', '121410.885000', '121410.887000', '121410.890000', '121410.893000', '121410.896000', '121410.899000', '121410.901000', '121410.904000', '121410.907000', '121410.910000', '121410.913000', '121410.915000', '121410.918000', '121410.921000', '121410.924000', '121410.927000', '121410.930000', '121410.933000', '121410.935000', '121410.938000', '121410.941000', '121410.944000', '121410.947000', '121410.950000', '121410.953000', '121410.955000', '121410.960000', '121410.963000', '121430.841000', '121430.844000', '121430.847000', '121430.850000', '121430.853000', '121430.856000', '121430.858000', '121430.861000', '121430.864000', '121430.867000', '121430.870000', '121430.873000', '121430.875000', '121430.878000', '121430.881000', '121430.884000', '121430.887000', '121430.890000', '121430.893000', '121430.895000', '121430.898000', '121430.901000', '121430.904000', '121430.907000', '121430.910000', '121430.913000', '121430.915000', '121430.918000', '121430.921000', '121430.924000', '121430.927000', '121430.930000', '121430.932000', '121430.941000', '121430.944000', '121430.946000', '121430.949000', '121430.952000', '121430.955000', '121430.958000', '121430.961000', '121430.964000', '121430.966000', '121430.969000', '121450.842000', '121450.845000', '121450.848000', '121450.851000', '121450.854000', '121450.857000', '121450.859000', '121450.862000', '121450.865000', '121450.868000', '121450.871000', '121450.874000', '121450.877000', '121450.879000', '121450.882000', '121450.885000', '121450.888000', '121450.891000', '121450.894000', '121450.897000', '121450.899000', '121450.902000', '121450.905000', '121450.909000', '121450.912000', '121450.915000', '121450.918000', '121450.921000', '121450.924000', '121450.927000', '121450.930000', '121450.933000', '121450.935000', '121450.938000', '121450.941000', '121450.944000', '121450.947000', '121450.949000', '121450.952000', '121450.955000', '121450.958000', '121450.961000', '121450.964000', '121510.842000', '121510.845000', '121510.848000', '121510.851000', '121510.853000', '121510.856000', '121510.859000', '121510.862000', '121510.865000', '121510.868000', '121510.871000', '121510.873000', '121510.876000', '121510.879000', '121510.882000', '121510.885000', '121510.888000', '121510.891000', '121510.893000', '121510.896000', '121510.899000', '121510.909000', '121510.912000', '121510.915000', '121510.918000', '121510.921000', '121510.924000', '121510.926000', '121510.929000', '121510.932000', '121510.935000', '121510.938000', '121510.941000', '121510.944000', '121510.946000', '121510.949000', '121510.952000', '121510.955000', '121510.958000', '121510.961000', '121510.963000', '121510.972000', '121510.975000', '121510.977000', '121530.859000', '121530.862000', '121530.865000', '121530.868000', '121530.870000', '121530.873000', '121530.876000', '121530.879000', '121530.882000', '121530.884000', '121530.887000', '121530.890000', '121530.893000', '121530.896000', '121530.899000', '121530.902000', '121530.904000', '121530.907000', '121530.910000', '121530.913000', '121530.916000', '121530.919000', '121530.922000', '121530.924000', '121530.927000', '121530.930000', '121530.933000', '121530.936000', '121530.939000', '121530.941000', '121530.944000', '121530.947000', '121530.950000', '121530.953000', '121530.956000', '121530.959000', '121530.961000', '121530.964000', '121530.967000', '121530.970000', '121530.973000', '121530.976000', '121530.979000', '121550.842000', '121550.845000', '121550.848000', '121550.860000', '121550.863000', '121550.866000', '121550.869000', '121550.872000', '121550.875000', '121550.877000', '121550.880000', '121550.883000', '121550.886000', '121550.892000', '121550.895000', '121550.898000', '121550.901000', '121550.903000', '121550.906000', '121550.909000', '121550.912000', '121550.915000', '121550.918000', '121550.921000', '121550.923000', '121550.926000', '121550.929000', '121550.932000', '121550.935000', '121550.938000', '121550.940000', '121550.943000', '121550.946000', '121550.949000', '121550.952000', '121550.955000', '121550.958000', '121550.960000', '121550.963000', '121550.966000', '121550.969000', '121550.972000', '121550.975000', '121550.978000', '121610.842000', '121610.845000', '121610.848000', '121610.851000', '121610.854000', '121610.856000', '121610.859000', '121610.862000', '121610.865000', '121610.868000', '121610.871000', '121610.874000', '121610.876000', '121610.880000', '121610.882000', '121610.885000', '121610.888000', '121610.891000', '121610.894000', '121610.897000', '121610.899000', '121610.902000', '121610.905000', '121610.908000', '121610.911000', '121610.914000', '121610.917000', '121610.920000', '121610.922000', '121610.925000', '121610.928000', '121610.931000', '121610.934000', '121610.937000', '121610.940000', '121610.942000', '121610.945000', '121610.950000', '121610.953000', '121610.956000', '121610.958000', '121610.962000', '121610.964000', '121630.842000', '121630.845000', '121630.848000', '121630.851000', '121630.854000', '121630.856000', '121630.859000', '121630.862000', '121630.865000', '121630.868000', '121630.871000', '121630.874000', '121630.876000', '121630.879000', '121630.882000', '121630.885000', '121630.888000', '121630.891000', '121630.894000', '121630.896000', '121630.899000', '121630.902000', '121630.905000', '121630.908000', '121630.910000', '121630.913000', '121630.916000', '121630.919000', '121630.922000', '121630.925000', '121630.928000', '121630.931000', '121630.933000', '121630.936000', '121630.939000', '121630.942000', '121630.945000', '121630.948000', '121630.951000', '121630.953000', '121630.956000', '121630.959000', '121630.962000', '121630.965000', '121650.841000', '121650.844000', '121650.847000', '121650.850000', '121650.853000', '121650.855000', '121650.858000', '121650.861000', '121650.864000', '121650.867000', '121650.870000', '121650.873000', '121650.876000', '121650.878000', '121650.881000', '121650.884000', '121650.887000', '121650.890000', '121650.892000', '121650.895000', '121650.898000', '121650.901000', '121650.911000', '121650.914000', '121650.917000', '121650.929000', '121650.932000', '121650.935000', '121650.938000', '121650.940000', '121650.943000', '121650.946000', '121650.949000', '121650.952000', '121650.955000', '121650.957000', '121650.960000', '121650.963000', '121650.966000', '121650.969000', '121650.972000', '121650.975000', '121650.977000', '121710.842000', '121710.845000', '121710.848000', '121710.851000', '121710.854000', '121710.857000', '121710.859000', '121710.862000', '121710.865000', '121710.868000', '121710.871000', '121710.874000', '121710.876000', '121710.879000', '121710.882000', '121710.885000', '121710.888000', '121710.891000', '121710.894000', '121710.896000', '121710.899000', '121710.902000', '121710.905000', '121710.908000', '121710.911000', '121710.914000', '121710.917000', '121710.919000', '121710.922000', '121710.925000', '121710.928000', '121710.931000', '121710.934000', '121710.937000', '121710.939000', '121710.942000', '121710.945000', '121710.948000', '121710.951000', '121710.954000', '121710.957000', '121710.960000', '121710.971000', '121710.974000', '121730.842000', '121730.845000', '121730.848000', '121730.851000', '121730.854000', '121730.856000', '121730.859000', '121730.862000', '121730.865000', '121730.868000', '121730.871000', '121730.874000', '121730.876000', '121730.879000', '121730.882000', '121730.885000', '121730.888000', '121730.891000', '121730.893000', '121730.896000', '121730.899000', '121730.902000', '121730.905000', '121730.908000', '121730.911000', '121730.913000', '121730.916000', '121730.919000', '121730.922000', '121730.925000', '121730.928000', '121730.931000', '121730.934000', '121730.936000', '121730.939000', '121730.946000', '121730.949000', '121730.951000', '121730.954000', '121730.957000', '121730.960000', '121730.963000', '121730.966000', '121750.842000', '121750.845000', '121750.848000', '121750.851000', '121750.854000', '121750.856000', '121750.859000', '121750.862000', '121750.865000', '121750.868000', '121750.871000', '121750.874000', '121750.877000', '121750.879000', '121750.882000', '121750.885000', '121750.888000', '121750.891000', '121750.894000', '121750.897000', '121750.900000', '121750.902000', '121750.905000', '121750.908000', '121750.911000', '121750.914000', '121750.917000', '121750.919000', '121750.929000', '121750.932000', '121750.935000', '121750.937000', '121750.940000', '121750.943000', '121750.946000', '121750.949000', '121750.952000', '121750.955000', '121750.958000', '121750.960000', '121750.963000', '121750.966000', '121750.969000', '121810.842000', '121810.845000', '121810.848000', '121810.851000', '121810.854000', '121810.856000', '121810.859000', '121810.862000', '121810.865000', '121810.868000', '121810.871000', '121810.874000', '121810.877000', '121810.879000', '121810.882000', '121810.885000', '121810.888000', '121810.891000', '121810.894000', '121810.897000', '121810.900000', '121810.902000', '121810.905000', '121810.908000', '121810.911000', '121810.914000', '121810.917000', '121810.920000', '121810.923000', '121810.926000', '121810.928000', '121810.931000', '121810.934000', '121810.937000', '121810.940000', '121810.943000', '121810.946000', '121810.949000', '121810.951000', '121810.954000', '121810.957000', '121810.960000', '121810.963000', '121810.966000', '121830.842000', '121830.845000', '121830.848000', '121830.851000', '121830.854000', '121830.857000', '121830.860000', '121830.872000', '121830.874000', '121830.877000', '121830.880000', '121830.883000', '121830.886000', '121830.889000', '121830.892000', '121830.901000', '121830.904000', '121830.907000', '121830.910000', '121830.913000', '121830.916000', '121830.918000', '121830.921000', '121830.924000', '121830.927000', '121830.930000', '121830.933000', '121830.936000', '121830.939000', '121830.941000', '121830.944000', '121830.947000', '121830.950000', '121830.953000', '121830.956000', '121830.959000', '121830.962000', '121830.965000', '121830.967000', '121830.970000', '121830.973000', '121830.976000', '121830.979000', '121850.842000', '121850.845000', '121850.848000', '121850.851000', '121850.854000', '121850.857000', '121850.860000', '121850.862000', '121850.865000', '121850.868000', '121850.871000', '121850.874000', '121850.877000', '121850.879000', '121850.882000', '121850.885000', '121850.888000', '121850.891000', '121850.894000', '121850.897000', '121850.899000', '121850.902000', '121850.905000', '121850.908000', '121850.911000', '121850.914000', '121850.917000', '121850.920000', '121850.923000', '121850.925000', '121850.928000', '121850.931000', '121850.934000', '121850.937000', '121850.940000', '121850.943000', '121850.946000', '121850.948000', '121850.951000', '121850.954000', '121850.957000', '121850.966000', '121850.969000', '121850.972000', '121910.841000', '121910.844000', '121910.847000', '121910.850000', '121910.853000', '121910.856000', '121910.858000', '121910.861000', '121910.864000', '121910.869000', '121910.873000', '121910.876000', '121910.879000', '121910.882000', '121910.885000', '121910.888000', '121910.891000', '121910.894000', '121910.897000', '121910.900000', '121910.903000', '121910.905000', '121910.908000', '121910.911000', '121910.914000', '121910.917000', '121910.920000', '121910.923000', '121910.926000', '121910.928000', '121910.931000', '121910.934000', '121910.937000', '121910.940000', '121910.943000', '121910.946000', '121910.949000', '121910.953000', '121910.956000', '121910.959000', '121910.961000', '121910.964000', '121910.967000', '121930.842000', '121930.845000', '121930.848000', '121930.851000', '121930.854000', '121930.857000', '121930.860000', '121930.862000', '121930.865000', '121930.868000', '121930.871000', '121930.874000', '121930.877000', '121930.880000', '121930.883000', '121930.885000', '121930.888000', '121930.891000', '121930.894000', '121930.897000', '121930.900000', '121930.903000', '121930.906000', '121930.908000', '121930.911000', '121930.914000', '121930.917000', '121930.920000', '121930.923000', '121930.926000', '121930.928000', '121930.931000', '121930.934000', '121930.937000', '121930.940000', '121930.943000', '121930.946000', '121930.949000', '121930.951000', '121930.954000', '121930.957000', '121930.960000', '121930.963000', '121930.965000', '121950.842000', '121950.845000', '121950.848000', '121950.851000', '121950.854000', '121950.857000', '121950.859000', '121950.862000', '121950.865000', '121950.868000', '121950.871000', '121950.874000', '121950.877000', '121950.880000', '121950.883000', '121950.886000', '121950.888000', '121950.891000', '121950.906000', '121950.908000', '121950.911000', '121950.914000', '121950.917000', '121950.920000', '121950.923000', '121950.926000', '121950.928000', '121950.931000', '121950.934000', '121950.937000', '121950.940000', '121950.943000', '121950.946000', '121950.948000', '121950.951000', '121950.954000', '121950.957000', '121950.960000', '121950.963000', '121950.966000', '121950.968000', '121950.971000', '121950.974000', '122010.842000', '122010.845000', '122010.848000', '122010.851000', '122010.854000', '122010.856000', '122010.859000', '122010.862000', '122010.865000', '122010.868000', '122010.871000', '122010.873000', '122010.876000', '122010.879000', '122010.882000', '122010.885000', '122010.887000', '122010.890000', '122010.893000', '122010.896000', '122010.899000', '122010.902000', '122010.904000', '122010.907000', '122010.910000', '122010.913000', '122010.916000', '122010.919000', '122010.921000', '122010.924000', '122010.927000', '122010.930000', '122010.933000', '122010.936000', '122010.939000', '122010.941000', '122010.944000', '122010.947000', '122010.950000', '122010.953000', '122010.955000', '122010.958000', '122010.961000', '122010.964000', '122025.903000', '122025.906000', '122025.909000', '122025.912000', '122025.916000', '122025.920000', '122025.923000', '122025.926000', '122025.929000', '122025.932000', '122025.935000', '122025.937000', '122025.940000', '122025.943000', '122025.946000', '122025.949000', '122025.952000', '122025.955000', '122025.958000', '122025.961000', '122025.964000', '122025.967000', '122025.970000', '122025.973000', '122025.976000', '122025.978000', '122025.981000', '122025.984000', '122025.987000', '122025.990000', '122025.993000', '122025.996000', '122026.000000'], 'InstanceCreationTime': ['121310.891000', '121310.895000', '121310.898000', '121310.900000', '121310.903000', '121310.909000', '121310.912000', '121310.915000', '121310.918000', '121310.921000', '121310.923000', '121310.926000', '121310.929000', '121310.932000', '121310.937000', '121310.940000', '121310.943000', '121310.946000', '121310.956000', '121310.959000', '121310.962000', '121330.842000', '121330.851000', '121330.854000', '121330.857000', '121330.860000', '121330.863000', '121330.865000', '121330.868000', '121330.872000', '121330.875000', '121330.878000', '121330.887000', '121330.890000', '121330.893000', '121330.896000', '121330.899000', '121330.901000', '121330.907000', '121330.909000', '121330.913000', '121330.915000', '121330.918000', '121330.921000', '121330.924000', '121330.927000', '121330.930000', '121330.933000', '121330.936000', '121330.939000', '121330.941000', '121330.944000', '121330.947000', '121330.950000', '121330.953000', '121330.956000', '121330.959000', '121330.962000', '121330.965000', '121330.967000', '121330.970000', '121330.973000', '121330.976000', '121330.979000', '121350.842000', '121350.853000', '121350.856000', '121350.859000', '121350.862000', '121350.874000', '121350.877000', '121350.880000', '121350.883000', '121350.885000', '121350.888000', '121350.891000', '121350.894000', '121350.897000', '121350.900000', '121350.903000', '121350.905000', '121350.908000', '121350.911000', '121350.914000', '121350.917000', '121350.920000', '121350.923000', '121350.925000', '121350.928000', '121350.931000', '121350.934000', '121350.937000', '121350.940000', '121350.943000', '121350.946000', '121350.949000', '121350.951000', '121350.954000', '121350.957000', '121350.960000', '121350.963000', '121350.966000', '121350.969000', '121350.972000', '121350.975000', '121350.977000', '121350.980000', '121350.983000', '121410.842000', '121410.845000', '121410.848000', '121410.851000', '121410.854000', '121410.856000', '121410.859000', '121410.862000', '121410.865000', '121410.868000', '121410.870000', '121410.873000', '121410.876000', '121410.879000', '121410.882000', '121410.885000', '121410.887000', '121410.890000', '121410.893000', '121410.896000', '121410.899000', '121410.901000', '121410.904000', '121410.907000', '121410.910000', '121410.913000', '121410.915000', '121410.918000', '121410.921000', '121410.924000', '121410.927000', '121410.930000', '121410.933000', '121410.935000', '121410.938000', '121410.941000', '121410.944000', '121410.947000', '121410.950000', '121410.953000', '121410.955000', '121410.960000', '121410.963000', '121430.841000', '121430.844000', '121430.847000', '121430.850000', '121430.853000', '121430.856000', '121430.858000', '121430.861000', '121430.864000', '121430.867000', '121430.870000', '121430.873000', '121430.875000', '121430.878000', '121430.881000', '121430.884000', '121430.887000', '121430.890000', '121430.893000', '121430.895000', '121430.898000', '121430.901000', '121430.904000', '121430.907000', '121430.910000', '121430.913000', '121430.915000', '121430.918000', '121430.921000', '121430.924000', '121430.927000', '121430.930000', '121430.932000', '121430.941000', '121430.944000', '121430.946000', '121430.949000', '121430.952000', '121430.955000', '121430.958000', '121430.961000', '121430.964000', '121430.966000', '121430.969000', '121450.842000', '121450.845000', '121450.848000', '121450.851000', '121450.854000', '121450.857000', '121450.859000', '121450.862000', '121450.865000', '121450.868000', '121450.871000', '121450.874000', '121450.877000', '121450.879000', '121450.882000', '121450.885000', '121450.888000', '121450.891000', '121450.894000', '121450.897000', '121450.899000', '121450.902000', '121450.905000', '121450.909000', '121450.912000', '121450.915000', '121450.918000', '121450.921000', '121450.924000', '121450.927000', '121450.930000', '121450.933000', '121450.935000', '121450.938000', '121450.941000', '121450.944000', '121450.947000', '121450.949000', '121450.952000', '121450.955000', '121450.958000', '121450.961000', '121450.964000', '121510.842000', '121510.845000', '121510.848000', '121510.851000', '121510.853000', '121510.856000', '121510.859000', '121510.862000', '121510.865000', '121510.868000', '121510.871000', '121510.873000', '121510.876000', '121510.879000', '121510.882000', '121510.885000', '121510.888000', '121510.891000', '121510.893000', '121510.896000', '121510.899000', '121510.909000', '121510.912000', '121510.915000', '121510.918000', '121510.921000', '121510.924000', '121510.926000', '121510.929000', '121510.932000', '121510.935000', '121510.938000', '121510.941000', '121510.944000', '121510.946000', '121510.949000', '121510.952000', '121510.955000', '121510.958000', '121510.961000', '121510.963000', '121510.972000', '121510.975000', '121510.977000', '121530.859000', '121530.862000', '121530.865000', '121530.868000', '121530.870000', '121530.873000', '121530.876000', '121530.879000', '121530.882000', '121530.884000', '121530.887000', '121530.890000', '121530.893000', '121530.896000', '121530.899000', '121530.902000', '121530.904000', '121530.907000', '121530.910000', '121530.913000', '121530.916000', '121530.919000', '121530.922000', '121530.924000', '121530.927000', '121530.930000', '121530.933000', '121530.936000', '121530.939000', '121530.941000', '121530.944000', '121530.947000', '121530.950000', '121530.953000', '121530.956000', '121530.959000', '121530.961000', '121530.964000', '121530.967000', '121530.970000', '121530.973000', '121530.976000', '121530.979000', '121550.842000', '121550.845000', '121550.848000', '121550.860000', '121550.863000', '121550.866000', '121550.869000', '121550.872000', '121550.875000', '121550.877000', '121550.880000', '121550.883000', '121550.886000', '121550.892000', '121550.895000', '121550.898000', '121550.901000', '121550.903000', '121550.906000', '121550.909000', '121550.912000', '121550.915000', '121550.918000', '121550.921000', '121550.923000', '121550.926000', '121550.929000', '121550.932000', '121550.935000', '121550.938000', '121550.940000', '121550.943000', '121550.946000', '121550.949000', '121550.952000', '121550.955000', '121550.958000', '121550.960000', '121550.963000', '121550.966000', '121550.969000', '121550.972000', '121550.975000', '121550.978000', '121610.842000', '121610.845000', '121610.848000', '121610.851000', '121610.854000', '121610.856000', '121610.859000', '121610.862000', '121610.865000', '121610.868000', '121610.871000', '121610.874000', '121610.876000', '121610.880000', '121610.882000', '121610.885000', '121610.888000', '121610.891000', '121610.894000', '121610.897000', '121610.899000', '121610.902000', '121610.905000', '121610.908000', '121610.911000', '121610.914000', '121610.917000', '121610.920000', '121610.922000', '121610.925000', '121610.928000', '121610.931000', '121610.934000', '121610.937000', '121610.940000', '121610.942000', '121610.945000', '121610.950000', '121610.953000', '121610.956000', '121610.958000', '121610.962000', '121610.964000', '121630.842000', '121630.845000', '121630.848000', '121630.851000', '121630.854000', '121630.856000', '121630.859000', '121630.862000', '121630.865000', '121630.868000', '121630.871000', '121630.874000', '121630.876000', '121630.879000', '121630.882000', '121630.885000', '121630.888000', '121630.891000', '121630.894000', '121630.896000', '121630.899000', '121630.902000', '121630.905000', '121630.908000', '121630.910000', '121630.913000', '121630.916000', '121630.919000', '121630.922000', '121630.925000', '121630.928000', '121630.931000', '121630.933000', '121630.936000', '121630.939000', '121630.942000', '121630.945000', '121630.948000', '121630.951000', '121630.953000', '121630.956000', '121630.959000', '121630.962000', '121630.965000', '121650.841000', '121650.844000', '121650.847000', '121650.850000', '121650.853000', '121650.855000', '121650.858000', '121650.861000', '121650.864000', '121650.867000', '121650.870000', '121650.873000', '121650.876000', '121650.878000', '121650.881000', '121650.884000', '121650.887000', '121650.890000', '121650.892000', '121650.895000', '121650.898000', '121650.901000', '121650.911000', '121650.914000', '121650.917000', '121650.929000', '121650.932000', '121650.935000', '121650.938000', '121650.940000', '121650.943000', '121650.946000', '121650.949000', '121650.952000', '121650.955000', '121650.957000', '121650.960000', '121650.963000', '121650.966000', '121650.969000', '121650.972000', '121650.975000', '121650.977000', '121710.842000', '121710.845000', '121710.848000', '121710.851000', '121710.854000', '121710.857000', '121710.859000', '121710.862000', '121710.865000', '121710.868000', '121710.871000', '121710.874000', '121710.876000', '121710.879000', '121710.882000', '121710.885000', '121710.888000', '121710.891000', '121710.894000', '121710.896000', '121710.899000', '121710.902000', '121710.905000', '121710.908000', '121710.911000', '121710.914000', '121710.917000', '121710.919000', '121710.922000', '121710.925000', '121710.928000', '121710.931000', '121710.934000', '121710.937000', '121710.939000', '121710.942000', '121710.945000', '121710.948000', '121710.951000', '121710.954000', '121710.957000', '121710.960000', '121710.971000', '121710.974000', '121730.842000', '121730.845000', '121730.848000', '121730.851000', '121730.854000', '121730.856000', '121730.859000', '121730.862000', '121730.865000', '121730.868000', '121730.871000', '121730.874000', '121730.876000', '121730.879000', '121730.882000', '121730.885000', '121730.888000', '121730.891000', '121730.893000', '121730.896000', '121730.899000', '121730.902000', '121730.905000', '121730.908000', '121730.911000', '121730.913000', '121730.916000', '121730.919000', '121730.922000', '121730.925000', '121730.928000', '121730.931000', '121730.934000', '121730.936000', '121730.939000', '121730.946000', '121730.949000', '121730.951000', '121730.954000', '121730.957000', '121730.960000', '121730.963000', '121730.966000', '121750.842000', '121750.845000', '121750.848000', '121750.851000', '121750.854000', '121750.856000', '121750.859000', '121750.862000', '121750.865000', '121750.868000', '121750.871000', '121750.874000', '121750.877000', '121750.879000', '121750.882000', '121750.885000', '121750.888000', '121750.891000', '121750.894000', '121750.897000', '121750.900000', '121750.902000', '121750.905000', '121750.908000', '121750.911000', '121750.914000', '121750.917000', '121750.919000', '121750.929000', '121750.932000', '121750.935000', '121750.937000', '121750.940000', '121750.943000', '121750.946000', '121750.949000', '121750.952000', '121750.955000', '121750.958000', '121750.960000', '121750.963000', '121750.966000', '121750.969000', '121810.842000', '121810.845000', '121810.848000', '121810.851000', '121810.854000', '121810.856000', '121810.859000', '121810.862000', '121810.865000', '121810.868000', '121810.871000', '121810.874000', '121810.877000', '121810.879000', '121810.882000', '121810.885000', '121810.888000', '121810.891000', '121810.894000', '121810.897000', '121810.900000', '121810.902000', '121810.905000', '121810.908000', '121810.911000', '121810.914000', '121810.917000', '121810.920000', '121810.923000', '121810.926000', '121810.928000', '121810.931000', '121810.934000', '121810.937000', '121810.940000', '121810.943000', '121810.946000', '121810.949000', '121810.951000', '121810.954000', '121810.957000', '121810.960000', '121810.963000', '121810.966000', '121830.842000', '121830.845000', '121830.848000', '121830.851000', '121830.854000', '121830.857000', '121830.860000', '121830.872000', '121830.874000', '121830.877000', '121830.880000', '121830.883000', '121830.886000', '121830.889000', '121830.892000', '121830.901000', '121830.904000', '121830.907000', '121830.910000', '121830.913000', '121830.916000', '121830.918000', '121830.921000', '121830.924000', '121830.927000', '121830.930000', '121830.933000', '121830.936000', '121830.939000', '121830.941000', '121830.944000', '121830.947000', '121830.950000', '121830.953000', '121830.956000', '121830.959000', '121830.962000', '121830.965000', '121830.967000', '121830.970000', '121830.973000', '121830.976000', '121830.979000', '121850.842000', '121850.845000', '121850.848000', '121850.851000', '121850.854000', '121850.857000', '121850.860000', '121850.862000', '121850.865000', '121850.868000', '121850.871000', '121850.874000', '121850.877000', '121850.879000', '121850.882000', '121850.885000', '121850.888000', '121850.891000', '121850.894000', '121850.897000', '121850.899000', '121850.902000', '121850.905000', '121850.908000', '121850.911000', '121850.914000', '121850.917000', '121850.920000', '121850.923000', '121850.925000', '121850.928000', '121850.931000', '121850.934000', '121850.937000', '121850.940000', '121850.943000', '121850.946000', '121850.948000', '121850.951000', '121850.954000', '121850.957000', '121850.966000', '121850.969000', '121850.972000', '121910.841000', '121910.844000', '121910.847000', '121910.850000', '121910.853000', '121910.856000', '121910.858000', '121910.861000', '121910.864000', '121910.869000', '121910.873000', '121910.876000', '121910.879000', '121910.882000', '121910.885000', '121910.888000', '121910.891000', '121910.894000', '121910.897000', '121910.900000', '121910.903000', '121910.905000', '121910.908000', '121910.911000', '121910.914000', '121910.917000', '121910.920000', '121910.923000', '121910.926000', '121910.928000', '121910.931000', '121910.934000', '121910.937000', '121910.940000', '121910.943000', '121910.946000', '121910.949000', '121910.953000', '121910.956000', '121910.959000', '121910.961000', '121910.964000', '121910.967000', '121930.842000', '121930.845000', '121930.848000', '121930.851000', '121930.854000', '121930.857000', '121930.860000', '121930.862000', '121930.865000', '121930.868000', '121930.871000', '121930.874000', '121930.877000', '121930.880000', '121930.883000', '121930.885000', '121930.888000', '121930.891000', '121930.894000', '121930.897000', '121930.900000', '121930.903000', '121930.906000', '121930.908000', '121930.911000', '121930.914000', '121930.917000', '121930.920000', '121930.923000', '121930.926000', '121930.928000', '121930.931000', '121930.934000', '121930.937000', '121930.940000', '121930.943000', '121930.946000', '121930.949000', '121930.951000', '121930.954000', '121930.957000', '121930.960000', '121930.963000', '121930.965000', '121950.842000', '121950.845000', '121950.848000', '121950.851000', '121950.854000', '121950.857000', '121950.859000', '121950.862000', '121950.865000', '121950.868000', '121950.871000', '121950.874000', '121950.877000', '121950.880000', '121950.883000', '121950.886000', '121950.888000', '121950.891000', '121950.906000', '121950.908000', '121950.911000', '121950.914000', '121950.917000', '121950.920000', '121950.923000', '121950.926000', '121950.928000', '121950.931000', '121950.934000', '121950.937000', '121950.940000', '121950.943000', '121950.946000', '121950.948000', '121950.951000', '121950.954000', '121950.957000', '121950.960000', '121950.963000', '121950.966000', '121950.968000', '121950.971000', '121950.974000', '122010.842000', '122010.845000', '122010.848000', '122010.851000', '122010.854000', '122010.856000', '122010.859000', '122010.862000', '122010.865000', '122010.868000', '122010.871000', '122010.873000', '122010.876000', '122010.879000', '122010.882000', '122010.885000', '122010.887000', '122010.890000', '122010.893000', '122010.896000', '122010.899000', '122010.902000', '122010.904000', '122010.907000', '122010.910000', '122010.913000', '122010.916000', '122010.919000', '122010.921000', '122010.924000', '122010.927000', '122010.930000', '122010.933000', '122010.936000', '122010.939000', '122010.941000', '122010.944000', '122010.947000', '122010.950000', '122010.953000', '122010.955000', '122010.958000', '122010.961000', '122010.964000', '122025.903000', '122025.906000', '122025.909000', '122025.912000', '122025.916000', '122025.920000', '122025.923000', '122025.926000', '122025.929000', '122025.932000', '122025.935000', '122025.937000', '122025.940000', '122025.943000', '122025.946000', '122025.949000', '122025.952000', '122025.955000', '122025.958000', '122025.961000', '122025.964000', '122025.967000', '122025.970000', '122025.973000', '122025.976000', '122025.978000', '122025.981000', '122025.984000', '122025.987000', '122025.990000', '122025.993000', '122025.996000', '122026.000000'], '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': [9576, 7855, 9855, 7161, 9370, 6955, 9722, 6991, 10984, 6756, 11786, 8768, 7405, 8175, 6897, 12696, 8082, 6890, 8168, 7053, 10440, 7064, 12572, 8464, 8167, 9496, 6934, 10138, 7335, 13374, 8598, 7282, 9256, 6979, 9695, 6853, 12287, 7627, 11999, 7828, 10574, 10006, 7799, 10321, 6970, 11279, 7573, 12767, 9714, 10606, 8881, 7864, 9432, 7327, 10324, 7589, 11175, 7007, 10593, 8715, 7843, 9602, 7033, 9675, 7206, 10775, 7326, 13215, 8450, 7035, 8806, 6915, 9782, 7013, 10687, 7140, 12268, 7153, 9905, 9258, 6986, 9141, 6936, 10121, 6775, 11398, 7864, 11870, 8485, 7016, 9008, 7034, 10010, 7025, 11230, 7418, 11773, 7369, 11825, 8763, 10386, 8703, 6821, 9218, 7044, 10470, 7135, 11245, 7057, 11943, 8109, 11596, 9438, 7071, 9102, 6859, 8825, 6877, 10395, 7258, 12620, 7200, 8154, 8995, 6879, 9561, 6940, 10308, 7009, 11447, 7697, 10483, 9701, 7174, 9331, 6836, 10340, 7009, 10534, 8932, 7955, 9254, 7305, 10970, 8386, 7043, 9851, 7060, 9545, 9859, 8038, 11198, 7078, 9616, 9807, 7515, 11819, 10118, 13371, 9357, 8137, 10396, 8855, 12197, 9594, 12557, 9109, 11141, 10186, 8797, 10540, 8696, 10117, 7143, 11405, 7448, 10158, 8058, 7047, 9255, 6920, 11428, 7567, 7121, 8322, 6930, 11290, 8345, 8365, 9109, 6902, 10788, 7672, 12344, 11547, 12015, 8831, 7531, 10524, 8489, 11794, 7997, 11752, 7679, 11870, 9085, 10397, 8667, 6845, 9180, 6909, 10955, 7067, 11459, 7320, 11030, 7645, 10418, 8512, 8568, 8929, 6972, 8839, 7220, 9966, 6933, 10992, 6968, 10768, 6872, 7399, 8631, 6989, 10003, 6841, 11290, 7076, 8736, 8785, 7054, 9289, 7176, 10437, 8743, 11396, 8173, 11236, 7534, 11377, 8658, 12486, 10603, 12243, 8303, 7214, 9745, 7874, 10753, 8301, 10311, 6944, 10771, 6859, 11419, 8607, 12884, 8823, 9211, 8247, 8619, 8861, 8887, 9425, 7474, 9176, 7020, 9515, 6904, 11008, 7271, 11594, 7045, 10184, 7975, 7185, 8784, 7103, 9757, 7012, 10792, 7053, 12588, 7783, 11234, 7659, 9904, 9202, 7920, 9962, 7821, 10681, 7056, 11361, 8227, 13213, 9872, 12327, 8163, 8272, 9346, 7892, 9809, 7883, 10666, 6878, 11065, 6978, 11445, 7903, 13168, 7791, 9706, 8237, 7426, 9514, 7915, 9783, 6998, 10046, 7263, 11427, 8019, 12146, 7099, 10490, 8717, 10249, 9697, 8028, 9742, 7434, 10143, 7452, 11545, 7862, 13307, 7305, 10332, 8800, 7734, 10253, 7645, 11187, 7137, 11662, 7852, 12589, 10159, 11018, 8722, 9359, 8872, 8134, 9530, 7630, 9872, 6934, 10840, 6897, 11647, 7856, 7375, 8593, 7215, 9703, 7092, 11167, 6993, 11325, 7786, 9989, 9668, 8321, 9750, 7291, 10113, 7713, 11267, 7818, 11602, 7186, 12136, 7334, 11000, 8236, 7531, 9256, 6960, 10170, 7153, 11345, 7697, 13734, 8266, 10798, 8777, 7313, 9847, 7753, 11313, 7080, 11623, 7259, 10450, 9740, 7564, 10020, 6890, 11220, 7185, 11341, 9737, 8476, 9506, 7092, 10362, 7275, 12355, 8803, 9244, 8387, 7022, 10623, 7145, 12311, 7027, 10255, 8941, 7546, 10478, 7533, 11968, 7208, 8741, 9413, 7918, 11466, 7796, 13035, 7631, 10681, 9576, 8043, 10569, 7679, 11500, 7306, 11754, 8822, 8749, 9318, 7095, 10009, 6904, 11490, 7964, 12309, 8120, 7048, 9015, 7171, 10914, 7314, 9309, 8647, 7190, 10113, 7480, 12123, 8347, 11541, 9107, 9454, 10507, 8528, 11666, 7518, 11834, 8213, 12185, 9345, 11030, 9703, 8014, 9134, 7386, 10525, 7551, 11426, 6964, 11523, 7205, 9417, 9371, 8011, 9555, 7057, 10755, 6936, 11812, 8142, 11198, 7902, 9484, 9277, 8330, 9883, 7476, 10312, 6907, 11496, 7251, 12323, 8914, 9585, 8728, 7017, 9964, 7921, 9670, 7587, 10687, 6927, 11344, 6879, 12048, 8076, 8679, 8819, 7186, 9850, 6999, 11963, 8179, 12729, 7869, 11602, 9283, 9431, 10617, 7985, 9896, 7068, 10721, 7162, 12749, 9359, 9559, 8372, 6967, 9360, 7426, 11503, 7967, 12132, 7045, 12155, 8281, 10788, 9101, 7231, 9637, 7055, 10380, 7624, 10884, 7786, 11287, 7198, 9630, 7779, 7310, 9632, 7803, 10493, 6994, 11511, 7413, 11248, 8711, 8029, 9970, 8072, 9885, 7693, 11531, 8683, 13493, 8951, 11669, 8647, 8903, 9947, 8880, 10022, 7793, 9780, 7784, 10305, 7726, 11162, 7619, 10870, 6865, 11516, 7997, 8028, 8614, 7022, 9709, 7658, 9784, 8113, 10516, 6894, 11306, 7272, 8589, 9283, 8845, 10298, 8750, 10230, 8277, 9661, 8187, 10492, 8465, 11330, 7096, 12698, 7052, 11907, 9206, 9232, 10858, 8599, 10093, 7398, 9854, 7779, 11285, 8058, 11261, 7098, 11629, 8308, 11709, 9439, 12061, 7267, 12570, 7880, 10296, 8630, 6861, 9212, 7060, 9957, 7234, 10975, 7280, 11895, 7131, 11368, 7465, 10755, 8447, 7750, 8655, 7082, 8934, 8508, 9074, 8200, 9020, 7005, 9618, 6893, 10788, 7435, 11992, 7488, 11856, 7872, 10117, 9317, 7669, 9248, 7002, 11054, 7139, 11173, 8644, 7075, 9757, 7015, 11393, 7669, 12790, 9188, 7315, 9938, 7070, 11252, 8574, 12669, 10496, 10581, 8906, 10186, 9438, 12696, 9864, 11314, 9050, 8027, 8692, 8476, 10109, 8507, 10256, 6809, 10381, 6915, 10944, 8143, 11834, 7585, 11130, 7067, 10943, 8593, 8580, 8779, 7268, 8936, 6910, 10007, 7872, 10604, 7989, 10648, 8265, 6900, 9925, 7253, 6947, 9855, 7082, 11518, 7241, 11340, 9340, 10482, 9725, 7550, 9571, 8093, 10185, 8704, 10545, 8414, 10225, 6833, 10640, 7638, 11291, 7790, 11097, 6992, 10774, 7617, 7144, 8979, 7119, 10676, 7195, 11473, 7492, 12112, 9029, 12018, 8217, 12038, 8382, 11245, 9693, 9487, 9862, 7503, 10167, 7970, 11146, 8219, 11796, 8050, 11597, 7652, 11592, 8934, 12710, 8740, 10928, 8371, 9691, 8761, 8186, 9740, 8313, 9829, 6888, 11542, 6864, 11180, 8439, 9485, 8895, 7043, 9400, 7515, 10037, 7868, 10878, 8152, 11441, 6956, 11844, 7930, 11484, 8794, 9103, 9325, 7190, 10131, 7888, 10443, 8373, 10929, 8419, 11058, 7065, 11458, 7189, 11641, 8226, 12208, 7787, 11754, 8048, 10645, 9054, 7849, 9394, 7148, 10454, 8173, 11068, 8171, 11643, 7268, 11763, 7626, 10882, 8210, 10908, 8638, 8952, 9161, 7571, 10399, 9002, 10562, 9160, 10122, 7108, 10224, 7991, 10892, 8553, 12147, 7788, 12408, 7367, 11730, 8129, 10918, 8670, 8387, 9163, 7449, 10432, 8889, 10369, 8802, 10485, 7318, 10889, 7853, 12032, 7656, 11286, 7476, 10934, 8110, 10477, 8732, 6988, 9098, 6930, 10208, 7725, 11357, 8383, 12093, 7731, 10749, 8923, 10918, 9359, 10962, 9249, 10053, 8591, 9664, 9053, 9422, 9849, 7814, 9425, 7373, 9199, 8602, 9703, 9090, 9959, 6929, 10335, 7819, 11367, 7950, 11970, 7224, 11454, 7570, 10543, 8628, 7465, 9484, 7148, 9773, 8167, 10087, 8758, 10595, 7045, 11035], 'WindowCenter': [4460.0, 4424.0, 4443.0, 4402.0, 4421.0, 4390.0, 4419.0, 4389.0, 4439.0, 4390.0, 4452.0, 4421.0, 4400.0, 4410.0, 4390.0, 4459.0, 4409.0, 4389.0, 4410.0, 4401.0, 4441.0, 4415.0, 4475.0, 4423.0, 4425.0, 4444.0, 4401.0, 4430.0, 4399.0, 4461.0, 4422.0, 4412.0, 4433.0, 4400.0, 4430.0, 4391.0, 4453.0, 4413.0, 4451.0, 4410.0, 4439.0, 4430.0, 4401.0, 4430.0, 4401.0, 4440.0, 4399.0, 4448.0, 4430.0, 4428.0, 4419.0, 4397.0, 4406.0, 4385.0, 4416.0, 4398.0, 4437.0, 4386.0, 4427.0, 4407.0, 4398.0, 4419.0, 4388.0, 4435.0, 4400.0, 4428.0, 4389.0, 4446.0, 4407.0, 4387.0, 4411.0, 4387.0, 4416.0, 4388.0, 4426.0, 4389.0, 4449.0, 4389.0, 4418.0, 4406.0, 4376.0, 4418.0, 4387.0, 4426.0, 4388.0, 4427.0, 4396.0, 4436.0, 4408.0, 4388.0, 4407.0, 4387.0, 4416.0, 4386.0, 4427.0, 4388.0, 4439.0, 4389.0, 4435.0, 4406.0, 4417.0, 4406.0, 4377.0, 4407.0, 4374.0, 4427.0, 4388.0, 4427.0, 4386.0, 4437.0, 4397.0, 4426.0, 4406.0, 4375.0, 4407.0, 4377.0, 4405.0, 4375.0, 4415.0, 4388.0, 4450.0, 4391.0, 4396.0, 4406.0, 4376.0, 4417.0, 4388.0, 4429.0, 4391.0, 4439.0, 4398.0, 4427.0, 4419.0, 4387.0, 4422.0, 4391.0, 4428.0, 4403.0, 4484.0, 4458.0, 4448.0, 4428.0, 4399.0, 4450.0, 4423.0, 4414.0, 4456.0, 4415.0, 4443.0, 4443.0, 4440.0, 4465.0, 4430.0, 4460.0, 4456.0, 4413.0, 4452.0, 4455.0, 4462.0, 4431.0, 4408.0, 4428.0, 4408.0, 4440.0, 4418.0, 4448.0, 4407.0, 4428.0, 4414.0, 4395.0, 4416.0, 4395.0, 4413.0, 4374.0, 4437.0, 4400.0, 4413.0, 4396.0, 4385.0, 4415.0, 4386.0, 4436.0, 4439.0, 4400.0, 4394.0, 4386.0, 4440.0, 4419.0, 4421.0, 4421.0, 4402.0, 4440.0, 4399.0, 4448.0, 4451.0, 4450.0, 4435.0, 4397.0, 4414.0, 4395.0, 4438.0, 4395.0, 4436.0, 4386.0, 4422.0, 4395.0, 4413.0, 4393.0, 4362.0, 4401.0, 4372.0, 4413.0, 4373.0, 4423.0, 4383.0, 4412.0, 4384.0, 4410.0, 4394.0, 4394.0, 4393.0, 4374.0, 4393.0, 4373.0, 4401.0, 4372.0, 4414.0, 4375.0, 4425.0, 4375.0, 4387.0, 4406.0, 4387.0, 4427.0, 4389.0, 4439.0, 4401.0, 4421.0, 4421.0, 4401.0, 4432.0, 4401.0, 4441.0, 4409.0, 4441.0, 4410.0, 4439.0, 4398.0, 4437.0, 4407.0, 4438.0, 4427.0, 4437.0, 4397.0, 4387.0, 4417.0, 4395.0, 4427.0, 4395.0, 4414.0, 4376.0, 4424.0, 4374.0, 4425.0, 4395.0, 4434.0, 4406.0, 4405.0, 4394.0, 4394.0, 4395.0, 4392.0, 4404.0, 4375.0, 4404.0, 4374.0, 4403.0, 4375.0, 4425.0, 4385.0, 4434.0, 4386.0, 4415.0, 4396.0, 4387.0, 4407.0, 4387.0, 4418.0, 4389.0, 4427.0, 4388.0, 4448.0, 4399.0, 4439.0, 4399.0, 4418.0, 4410.0, 4396.0, 4420.0, 4399.0, 4428.0, 4390.0, 4427.0, 4396.0, 4447.0, 4421.0, 4437.0, 4398.0, 4397.0, 4406.0, 4385.0, 4407.0, 4385.0, 4416.0, 4376.0, 4424.0, 4374.0, 4425.0, 4395.0, 4446.0, 4396.0, 4416.0, 4407.0, 4386.0, 4418.0, 4396.0, 4418.0, 4389.0, 4418.0, 4386.0, 4438.0, 4398.0, 4450.0, 4389.0, 4427.0, 4409.0, 4427.0, 4419.0, 4396.0, 4419.0, 4388.0, 4416.0, 4386.0, 4427.0, 4398.0, 4448.0, 4387.0, 4418.0, 4407.0, 4386.0, 4418.0, 4398.0, 4438.0, 4389.0, 4437.0, 4397.0, 4435.0, 4416.0, 4425.0, 4395.0, 4402.0, 4393.0, 4384.0, 4404.0, 4383.0, 4414.0, 4375.0, 4422.0, 4376.0, 4426.0, 4396.0, 4386.0, 4406.0, 4386.0, 4417.0, 4387.0, 4438.0, 4388.0, 4436.0, 4399.0, 4418.0, 4420.0, 4408.0, 4419.0, 4399.0, 4428.0, 4396.0, 4427.0, 4386.0, 4425.0, 4374.0, 4433.0, 4386.0, 4415.0, 4394.0, 4384.0, 4405.0, 4386.0, 4416.0, 4386.0, 4426.0, 4398.0, 4456.0, 4408.0, 4426.0, 4408.0, 4386.0, 4418.0, 4398.0, 4428.0, 4388.0, 4438.0, 4387.0, 4425.0, 4420.0, 4397.0, 4417.0, 4389.0, 4439.0, 4389.0, 4427.0, 4419.0, 4397.0, 4418.0, 4387.0, 4416.0, 4386.0, 4437.0, 4405.0, 4418.0, 4395.0, 4387.0, 4427.0, 4388.0, 4448.0, 4387.0, 4428.0, 4407.0, 4397.0, 4427.0, 4401.0, 4450.0, 4401.0, 4409.0, 4418.0, 4399.0, 4440.0, 4401.0, 4450.0, 4398.0, 4427.0, 4417.0, 4396.0, 4427.0, 4385.0, 4426.0, 4387.0, 4435.0, 4404.0, 4396.0, 4407.0, 4386.0, 4415.0, 4386.0, 4426.0, 4397.0, 4438.0, 4397.0, 4389.0, 4405.0, 4387.0, 4428.0, 4398.0, 4418.0, 4419.0, 4399.0, 4430.0, 4401.0, 4452.0, 4412.0, 4450.0, 4421.0, 4430.0, 4431.0, 4409.0, 4440.0, 4390.0, 4437.0, 4409.0, 4436.0, 4405.0, 4415.0, 4406.0, 4384.0, 4405.0, 4374.0, 4418.0, 4398.0, 4426.0, 4385.0, 4423.0, 4371.0, 4390.0, 4404.0, 4385.0, 4404.0, 4375.0, 4423.0, 4374.0, 4423.0, 4398.0, 4425.0, 4396.0, 4404.0, 4404.0, 4395.0, 4428.0, 4387.0, 4414.0, 4375.0, 4426.0, 4386.0, 4435.0, 4406.0, 4405.0, 4408.0, 4386.0, 4414.0, 4384.0, 4405.0, 4387.0, 4415.0, 4376.0, 4424.0, 4375.0, 4425.0, 4386.0, 4395.0, 4407.0, 4387.0, 4416.0, 4387.0, 4438.0, 4409.0, 4447.0, 4397.0, 4438.0, 4418.0, 4405.0, 4429.0, 4396.0, 4417.0, 4376.0, 4416.0, 4375.0, 4435.0, 4407.0, 4418.0, 4397.0, 4389.0, 4407.0, 4388.0, 4425.0, 4396.0, 4438.0, 4387.0, 4437.0, 4398.0, 4427.0, 4409.0, 4387.0, 4419.0, 4387.0, 4426.0, 4386.0, 4424.0, 4386.0, 4427.0, 4386.0, 4416.0, 4398.0, 4387.0, 4431.0, 4410.0, 4440.0, 4401.0, 4450.0, 4402.0, 4450.0, 4434.0, 4423.0, 4443.0, 4410.0, 4428.0, 4399.0, 4437.0, 4408.0, 4449.0, 4407.0, 4437.0, 4407.0, 4407.0, 4415.0, 4396.0, 4415.0, 4384.0, 4405.0, 4384.0, 4413.0, 4383.0, 4425.0, 4388.0, 4412.0, 4363.0, 4424.0, 4394.0, 4394.0, 4408.0, 4385.0, 4416.0, 4397.0, 4416.0, 4397.0, 4429.0, 4389.0, 4437.0, 4398.0, 4407.0, 4419.0, 4407.0, 4429.0, 4406.0, 4427.0, 4405.0, 4417.0, 4395.0, 4416.0, 4396.0, 4427.0, 4404.0, 4448.0, 4391.0, 4437.0, 4419.0, 4419.0, 4440.0, 4408.0, 4428.0, 4385.0, 4406.0, 4385.0, 4427.0, 4399.0, 4425.0, 4375.0, 4425.0, 4382.0, 4422.0, 4392.0, 4422.0, 4373.0, 4420.0, 4382.0, 4401.0, 4381.0, 4364.0, 4403.0, 4373.0, 4404.0, 4383.0, 4414.0, 4383.0, 4435.0, 4375.0, 4434.0, 4385.0, 4425.0, 4396.0, 4385.0, 4407.0, 4385.0, 4407.0, 4395.0, 4407.0, 4395.0, 4405.0, 4384.0, 4415.0, 4386.0, 4425.0, 4387.0, 4438.0, 4397.0, 4447.0, 4397.0, 4426.0, 4418.0, 4400.0, 4429.0, 4399.0, 4437.0, 4399.0, 4440.0, 4422.0, 4401.0, 4431.0, 4403.0, 4441.0, 4401.0, 4461.0, 4421.0, 4401.0, 4431.0, 4401.0, 4441.0, 4410.0, 4450.0, 4431.0, 4430.0, 4408.0, 4417.0, 4408.0, 4436.0, 4406.0, 4413.0, 4395.0, 4384.0, 4392.0, 4382.0, 4402.0, 4389.0, 4402.0, 4364.0, 4402.0, 4373.0, 4410.0, 4382.0, 4434.0, 4385.0, 4424.0, 4374.0, 4414.0, 4393.0, 4394.0, 4393.0, 4372.0, 4394.0, 4372.0, 4412.0, 4397.0, 4415.0, 4396.0, 4427.0, 4409.0, 4399.0, 4429.0, 4400.0, 4388.0, 4430.0, 4389.0, 4438.0, 4398.0, 4427.0, 4417.0, 4428.0, 4419.0, 4398.0, 4417.0, 4387.0, 4415.0, 4394.0, 4413.0, 4383.0, 4402.0, 4362.0, 4412.0, 4384.0, 4424.0, 4384.0, 4422.0, 4373.0, 4423.0, 4384.0, 4375.0, 4407.0, 4388.0, 4439.0, 4399.0, 4438.0, 4400.0, 4449.0, 4420.0, 4450.0, 4410.0, 4449.0, 4408.0, 4436.0, 4418.0, 4417.0, 4417.0, 4386.0, 4417.0, 4396.0, 4426.0, 4395.0, 4424.0, 4384.0, 4424.0, 4383.0, 4423.0, 4394.0, 4434.0, 4394.0, 4413.0, 4384.0, 4402.0, 4394.0, 4393.0, 4416.0, 4396.0, 4414.0, 4384.0, 4434.0, 4377.0, 4425.0, 4396.0, 4416.0, 4408.0, 4387.0, 4416.0, 4387.0, 4415.0, 4396.0, 4427.0, 4398.0, 4438.0, 4387.0, 4437.0, 4399.0, 4427.0, 4397.0, 4408.0, 4407.0, 4376.0, 4416.0, 4384.0, 4415.0, 4394.0, 4414.0, 4395.0, 4424.0, 4377.0, 4424.0, 4376.0, 4424.0, 4396.0, 4435.0, 4398.0, 4435.0, 4396.0, 4426.0, 4407.0, 4397.0, 4417.0, 4388.0, 4429.0, 4407.0, 4437.0, 4409.0, 4438.0, 4400.0, 4448.0, 4410.0, 4439.0, 4420.0, 4439.0, 4408.0, 4407.0, 4418.0, 4397.0, 4426.0, 4404.0, 4416.0, 4404.0, 4414.0, 4376.0, 4413.0, 4383.0, 4425.0, 4405.0, 4434.0, 4385.0, 4435.0, 4386.0, 4435.0, 4395.0, 4426.0, 4397.0, 4394.0, 4405.0, 4384.0, 4414.0, 4394.0, 4417.0, 4404.0, 4415.0, 4385.0, 4424.0, 4393.0, 4435.0, 4387.0, 4423.0, 4387.0, 4425.0, 4396.0, 4427.0, 4407.0, 4388.0, 4407.0, 4389.0, 4426.0, 4398.0, 4429.0, 4409.0, 4448.0, 4399.0, 4438.0, 4419.0, 4426.0, 4408.0, 4427.0, 4406.0, 4414.0, 4394.0, 4403.0, 4393.0, 4393.0, 4403.0, 4373.0, 4405.0, 4372.0, 4402.0, 4393.0, 4404.0, 4392.0, 4404.0, 4374.0, 4411.0, 4384.0, 4424.0, 4394.0, 4435.0, 4385.0, 4424.0, 4385.0, 4413.0, 4405.0, 4386.0, 4416.0, 4386.0, 4416.0, 4394.0, 4426.0, 4422.0, 4439.0, 4429.0, 4440.0], 'WindowWidth': [9825.0, 9765.0, 9788.0, 9729.0, 9752.0, 9708.0, 9747.0, 9706.0, 9773.0, 9709.0, 9799.0, 9755.0, 9725.0, 9736.0, 9710.0, 9801.0, 9735.0, 9709.0, 9736.0, 9727.0, 9781.0, 9755.0, 9838.0, 9762.0, 9767.0, 9791.0, 9725.0, 9764.0, 9720.0, 9807.0, 9757.0, 9745.0, 9772.0, 9727.0, 9766.0, 9712.0, 9800.0, 9744.0, 9795.0, 9738.0, 9775.0, 9764.0, 9725.0, 9764.0, 9726.0, 9777.0, 9721.0, 9784.0, 9765.0, 9759.0, 9746.0, 9715.0, 9724.0, 9694.0, 9738.0, 9714.0, 9768.0, 9699.0, 9753.0, 9726.0, 9714.0, 9745.0, 9702.0, 9778.0, 9725.0, 9758.0, 9705.0, 9778.0, 9728.0, 9703.0, 9736.0, 9701.0, 9739.0, 9701.0, 9754.0, 9704.0, 9787.0, 9707.0, 9743.0, 9726.0, 9685.0, 9744.0, 9701.0, 9752.0, 9705.0, 9753.0, 9712.0, 9765.0, 9729.0, 9704.0, 9727.0, 9701.0, 9737.0, 9698.0, 9754.0, 9702.0, 9773.0, 9704.0, 9762.0, 9726.0, 9739.0, 9726.0, 9687.0, 9725.0, 9679.0, 9752.0, 9703.0, 9756.0, 9699.0, 9766.0, 9713.0, 9748.0, 9725.0, 9681.0, 9725.0, 9686.0, 9720.0, 9681.0, 9734.0, 9702.0, 9787.0, 9710.0, 9713.0, 9725.0, 9684.0, 9741.0, 9704.0, 9759.0, 9712.0, 9774.0, 9718.0, 9755.0, 9747.0, 9702.0, 9752.0, 9713.0, 9757.0, 9730.0, 9865.0, 9821.0, 9807.0, 9764.0, 9723.0, 9793.0, 9764.0, 9753.0, 9813.0, 9755.0, 9791.0, 9791.0, 9796.0, 9821.0, 9783.0, 9826.0, 9809.0, 9744.0, 9796.0, 9808.0, 9812.0, 9767.0, 9733.0, 9757.0, 9730.0, 9777.0, 9745.0, 9785.0, 9727.0, 9753.0, 9734.0, 9707.0, 9736.0, 9705.0, 9728.0, 9676.0, 9767.0, 9724.0, 9731.0, 9710.0, 9696.0, 9735.0, 9701.0, 9767.0, 9795.0, 9725.0, 9705.0, 9700.0, 9779.0, 9750.0, 9754.0, 9754.0, 9729.0, 9777.0, 9721.0, 9787.0, 9794.0, 9791.0, 9778.0, 9716.0, 9728.0, 9705.0, 9772.0, 9708.0, 9763.0, 9697.0, 9739.0, 9706.0, 9726.0, 9701.0, 9658.0, 9710.0, 9672.0, 9726.0, 9674.0, 9742.0, 9689.0, 9724.0, 9688.0, 9720.0, 9702.0, 9700.0, 9701.0, 9676.0, 9699.0, 9674.0, 9709.0, 9672.0, 9731.0, 9681.0, 9746.0, 9682.0, 9699.0, 9723.0, 9700.0, 9756.0, 9707.0, 9774.0, 9726.0, 9753.0, 9755.0, 9729.0, 9770.0, 9727.0, 9779.0, 9733.0, 9779.0, 9735.0, 9774.0, 9717.0, 9766.0, 9725.0, 9770.0, 9753.0, 9766.0, 9713.0, 9699.0, 9739.0, 9706.0, 9753.0, 9706.0, 9732.0, 9684.0, 9744.0, 9678.0, 9747.0, 9706.0, 9759.0, 9723.0, 9721.0, 9706.0, 9704.0, 9706.0, 9699.0, 9719.0, 9678.0, 9719.0, 9679.0, 9714.0, 9678.0, 9747.0, 9695.0, 9760.0, 9698.0, 9734.0, 9710.0, 9699.0, 9727.0, 9704.0, 9743.0, 9706.0, 9753.0, 9703.0, 9785.0, 9719.0, 9772.0, 9720.0, 9742.0, 9732.0, 9710.0, 9747.0, 9716.0, 9756.0, 9705.0, 9754.0, 9710.0, 9780.0, 9746.0, 9764.0, 9713.0, 9711.0, 9723.0, 9691.0, 9723.0, 9692.0, 9734.0, 9682.0, 9745.0, 9680.0, 9746.0, 9708.0, 9780.0, 9712.0, 9739.0, 9727.0, 9697.0, 9745.0, 9712.0, 9744.0, 9705.0, 9742.0, 9698.0, 9770.0, 9718.0, 9789.0, 9707.0, 9756.0, 9733.0, 9752.0, 9746.0, 9713.0, 9745.0, 9704.0, 9736.0, 9697.0, 9752.0, 9714.0, 9782.0, 9699.0, 9740.0, 9725.0, 9696.0, 9743.0, 9715.0, 9770.0, 9705.0, 9767.0, 9713.0, 9762.0, 9739.0, 9747.0, 9707.0, 9713.0, 9701.0, 9688.0, 9717.0, 9689.0, 9731.0, 9680.0, 9741.0, 9683.0, 9750.0, 9712.0, 9699.0, 9725.0, 9698.0, 9739.0, 9702.0, 9772.0, 9706.0, 9768.0, 9721.0, 9742.0, 9748.0, 9729.0, 9746.0, 9718.0, 9756.0, 9710.0, 9752.0, 9695.0, 9748.0, 9679.0, 9757.0, 9695.0, 9732.0, 9705.0, 9692.0, 9722.0, 9697.0, 9737.0, 9699.0, 9751.0, 9717.0, 9793.0, 9729.0, 9752.0, 9729.0, 9697.0, 9742.0, 9715.0, 9756.0, 9704.0, 9770.0, 9702.0, 9749.0, 9746.0, 9713.0, 9742.0, 9706.0, 9772.0, 9706.0, 9753.0, 9745.0, 9713.0, 9743.0, 9701.0, 9737.0, 9696.0, 9768.0, 9723.0, 9742.0, 9711.0, 9700.0, 9754.0, 9704.0, 9786.0, 9703.0, 9756.0, 9728.0, 9714.0, 9756.0, 9724.0, 9790.0, 9724.0, 9732.0, 9742.0, 9717.0, 9777.0, 9722.0, 9789.0, 9717.0, 9751.0, 9739.0, 9710.0, 9754.0, 9696.0, 9751.0, 9701.0, 9760.0, 9719.0, 9709.0, 9724.0, 9698.0, 9734.0, 9698.0, 9750.0, 9713.0, 9769.0, 9715.0, 9706.0, 9723.0, 9701.0, 9757.0, 9720.0, 9745.0, 9749.0, 9723.0, 9763.0, 9726.0, 9798.0, 9742.0, 9791.0, 9752.0, 9761.0, 9763.0, 9732.0, 9776.0, 9706.0, 9769.0, 9729.0, 9764.0, 9721.0, 9733.0, 9721.0, 9689.0, 9719.0, 9675.0, 9740.0, 9717.0, 9750.0, 9697.0, 9739.0, 9668.0, 9693.0, 9718.0, 9691.0, 9716.0, 9681.0, 9743.0, 9677.0, 9743.0, 9713.0, 9748.0, 9711.0, 9719.0, 9719.0, 9704.0, 9759.0, 9698.0, 9730.0, 9679.0, 9750.0, 9696.0, 9759.0, 9722.0, 9721.0, 9731.0, 9696.0, 9731.0, 9690.0, 9719.0, 9696.0, 9733.0, 9682.0, 9744.0, 9683.0, 9746.0, 9695.0, 9707.0, 9724.0, 9699.0, 9736.0, 9699.0, 9769.0, 9731.0, 9781.0, 9715.0, 9769.0, 9741.0, 9720.0, 9757.0, 9709.0, 9736.0, 9682.0, 9733.0, 9679.0, 9760.0, 9725.0, 9740.0, 9711.0, 9703.0, 9723.0, 9698.0, 9748.0, 9710.0, 9769.0, 9701.0, 9767.0, 9715.0, 9751.0, 9731.0, 9699.0, 9744.0, 9701.0, 9752.0, 9696.0, 9746.0, 9698.0, 9753.0, 9698.0, 9738.0, 9716.0, 9701.0, 9765.0, 9736.0, 9777.0, 9728.0, 9791.0, 9728.0, 9791.0, 9777.0, 9762.0, 9787.0, 9737.0, 9757.0, 9718.0, 9767.0, 9730.0, 9786.0, 9727.0, 9768.0, 9728.0, 9725.0, 9735.0, 9707.0, 9735.0, 9691.0, 9719.0, 9693.0, 9728.0, 9687.0, 9749.0, 9702.0, 9724.0, 9660.0, 9743.0, 9704.0, 9706.0, 9727.0, 9695.0, 9738.0, 9714.0, 9737.0, 9715.0, 9759.0, 9705.0, 9770.0, 9717.0, 9730.0, 9747.0, 9727.0, 9760.0, 9726.0, 9756.0, 9724.0, 9740.0, 9707.0, 9737.0, 9709.0, 9753.0, 9734.0, 9784.0, 9712.0, 9769.0, 9747.0, 9744.0, 9777.0, 9727.0, 9755.0, 9694.0, 9720.0, 9693.0, 9751.0, 9714.0, 9747.0, 9679.0, 9744.0, 9683.0, 9737.0, 9697.0, 9738.0, 9672.0, 9732.0, 9682.0, 9707.0, 9682.0, 9660.0, 9713.0, 9676.0, 9715.0, 9688.0, 9730.0, 9690.0, 9760.0, 9681.0, 9759.0, 9696.0, 9748.0, 9710.0, 9696.0, 9727.0, 9697.0, 9727.0, 9707.0, 9725.0, 9706.0, 9721.0, 9695.0, 9735.0, 9698.0, 9749.0, 9701.0, 9770.0, 9715.0, 9782.0, 9716.0, 9750.0, 9745.0, 9722.0, 9762.0, 9724.0, 9771.0, 9722.0, 9776.0, 9755.0, 9726.0, 9766.0, 9732.0, 9779.0, 9724.0, 9804.0, 9753.0, 9726.0, 9764.0, 9726.0, 9778.0, 9736.0, 9792.0, 9764.0, 9761.0, 9731.0, 9739.0, 9728.0, 9762.0, 9723.0, 9729.0, 9705.0, 9688.0, 9697.0, 9682.0, 9712.0, 9690.0, 9710.0, 9662.0, 9709.0, 9673.0, 9720.0, 9685.0, 9760.0, 9692.0, 9744.0, 9678.0, 9729.0, 9700.0, 9701.0, 9702.0, 9671.0, 9703.0, 9671.0, 9725.0, 9713.0, 9734.0, 9710.0, 9755.0, 9734.0, 9723.0, 9763.0, 9724.0, 9706.0, 9762.0, 9707.0, 9771.0, 9718.0, 9753.0, 9742.0, 9755.0, 9745.0, 9715.0, 9739.0, 9696.0, 9733.0, 9701.0, 9727.0, 9686.0, 9709.0, 9658.0, 9724.0, 9688.0, 9746.0, 9691.0, 9739.0, 9676.0, 9741.0, 9693.0, 9681.0, 9727.0, 9706.0, 9773.0, 9721.0, 9772.0, 9723.0, 9788.0, 9751.0, 9789.0, 9736.0, 9786.0, 9732.0, 9765.0, 9743.0, 9740.0, 9740.0, 9696.0, 9737.0, 9709.0, 9749.0, 9706.0, 9746.0, 9689.0, 9742.0, 9688.0, 9740.0, 9702.0, 9756.0, 9704.0, 9728.0, 9689.0, 9712.0, 9703.0, 9701.0, 9737.0, 9708.0, 9731.0, 9693.0, 9760.0, 9687.0, 9749.0, 9712.0, 9737.0, 9728.0, 9701.0, 9739.0, 9699.0, 9735.0, 9708.0, 9751.0, 9714.0, 9768.0, 9700.0, 9765.0, 9716.0, 9752.0, 9712.0, 9725.0, 9723.0, 9682.0, 9735.0, 9691.0, 9732.0, 9702.0, 9731.0, 9705.0, 9744.0, 9684.0, 9745.0, 9683.0, 9747.0, 9713.0, 9764.0, 9716.0, 9764.0, 9712.0, 9751.0, 9728.0, 9715.0, 9741.0, 9705.0, 9758.0, 9727.0, 9766.0, 9733.0, 9775.0, 9723.0, 9787.0, 9740.0, 9776.0, 9753.0, 9774.0, 9730.0, 9727.0, 9744.0, 9715.0, 9752.0, 9718.0, 9737.0, 9716.0, 9733.0, 9684.0, 9729.0, 9690.0, 9746.0, 9724.0, 9759.0, 9695.0, 9762.0, 9697.0, 9762.0, 9708.0, 9750.0, 9713.0, 9705.0, 9720.0, 9692.0, 9732.0, 9703.0, 9741.0, 9718.0, 9733.0, 9694.0, 9743.0, 9703.0, 9764.0, 9701.0, 9747.0, 9700.0, 9750.0, 9713.0, 9755.0, 9732.0, 9703.0, 9728.0, 9705.0, 9752.0, 9717.0, 9758.0, 9733.0, 9786.0, 9721.0, 9771.0, 9746.0, 9750.0, 9729.0, 9752.0, 9724.0, 9732.0, 9704.0, 9714.0, 9702.0, 9700.0, 9717.0, 9673.0, 9720.0, 9673.0, 9713.0, 9699.0, 9719.0, 9700.0, 9716.0, 9678.0, 9724.0, 9691.0, 9743.0, 9707.0, 9762.0, 9694.0, 9746.0, 9695.0, 9731.0, 9723.0, 9698.0, 9739.0, 9698.0, 9740.0, 9708.0, 9752.0, 9758.0, 9776.0, 9781.0, 9778.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.0030950103519668737</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02906147546583851</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.05714599521242</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2173243382383414</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0290359784974086</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4811</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7639.9536</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10493881052725615</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.865424430641822</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.619932209681568</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.452165214263098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9663573838219834</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4412740309596233</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00802351</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002932943170890212</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04224634915590286</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</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.7809027015346084</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>18.3572</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0986</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.535</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296960.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>897.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.4549</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9844</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.5458</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.6571</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3812.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1103.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4691.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1008.2185</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.317097838560585</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> |