=== 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-0064 --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-0064",
"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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-02/func/sub-0064_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>bdb547d7edd2115e484f4898e61d01b0</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>08:44:24.425000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998913, 0.0437386, 0.016128, -0.0444869, 0.997788, 0.0493986]</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_brain_imaging_center</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.0871019</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>[4117, -7717, -7235, 588, -97, -58, 27, 133]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>89f72a1d-1ff9-4191-9962-a4ef5e0e9389||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800100803375244, -0.11935500055551529, 0.037615496665239334, 118.99472045898438], [-0.1173473373055458, 2.6769919395446777, 0.13516847789287567, -91.03534698486328], [0.04327015578746796, -0.13253289461135864, 2.696352005004883, -59.009254455566406], [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': ['084424.425000', '084424.885000', '084425.345000', '084425.805000', '084426.265000', '084426.725000', '084427.185000', '084427.645000', '084428.105000', '084428.565000', '084429.025000', '084429.485000', '084429.945000', '084430.405000', '084430.865000', '084431.325000', '084431.785000', '084432.245000', '084432.705000', '084433.165000', '084433.625000', '084434.085000', '084434.545000', '084435.005000', '084435.465000', '084435.925000', '084436.385000', '084436.845000', '084437.305000', '084437.765000', '084438.225000', '084438.685000', '084439.145000', '084439.605000', '084440.065000', '084440.525000', '084440.985000', '084441.445000', '084441.905000', '084442.365000', '084442.825000', '084443.285000', '084443.745000', '084444.205000', '084444.665000', '084445.125000', '084445.585000', '084446.045000', '084446.505000', '084446.965000', '084447.425000', '084447.885000', '084448.345000', '084448.805000', '084449.265000', '084449.725000', '084450.185000', '084450.645000', '084451.105000', '084451.565000', '084452.025000', '084452.485000', '084452.945000', '084453.405000', '084453.865000', '084454.325000', '084454.785000', '084455.245000', '084455.705000', '084456.165000', '084456.625000', '084457.085000', '084457.545000', '084458.005000', '084458.465000', '084458.925000', '084459.385000', '084459.845000', '084500.305000', '084500.765000', '084501.225000', '084501.685000', '084502.145000', '084502.605000', '084503.065000', '084503.525000', '084503.985000', '084504.445000', '084504.905000', '084505.365000', '084505.825000', '084506.285000', '084506.745000', '084507.205000', '084507.665000', '084508.125000', '084508.585000', '084509.045000', '084509.505000', '084509.965000', '084510.425000', '084510.885000', '084511.345000', '084511.805000', '084512.265000', '084512.725000', '084513.185000', '084513.645000', '084514.105000', '084514.565000', '084515.025000', '084515.485000', '084515.945000', '084516.405000', '084516.865000', '084517.325000', '084517.785000', '084518.245000', '084518.705000', '084519.165000', '084519.625000', '084520.085000', '084520.545000', '084521.005000', '084521.465000', '084521.925000', '084522.385000', '084522.845000', '084523.305000', '084523.765000', '084524.225000', '084524.685000', '084525.145000', '084525.605000', '084526.065000', '084526.525000', '084526.985000', '084527.445000', '084527.905000', '084528.365000', '084528.825000', '084529.285000', '084529.745000', '084530.205000', '084530.665000', '084531.125000', '084531.585000', '084532.045000', '084532.505000', '084532.965000', '084533.425000', '084533.885000', '084534.345000', '084534.805000', '084535.265000', '084535.725000', '084536.185000', '084536.645000', '084537.105000', '084537.565000', '084538.025000', '084538.485000', '084538.945000', '084539.405000', '084539.865000', '084540.325000', '084540.785000', '084541.245000', '084541.705000', '084542.165000', '084542.625000', '084543.085000', '084543.545000', '084544.005000', '084544.465000', '084544.925000', '084545.385000', '084545.845000', '084546.305000', '084546.765000', '084547.225000', '084547.685000', '084548.145000', '084548.605000', '084549.065000', '084549.525000', '084549.985000', '084550.445000', '084550.905000', '084551.365000', '084551.825000', '084552.285000', '084552.745000', '084553.205000', '084553.665000', '084554.125000', '084554.585000', '084555.045000', '084555.505000', '084555.965000', '084556.425000', '084556.885000', '084557.345000', '084557.805000', '084558.265000', '084558.725000', '084559.185000', '084559.645000', '084600.105000', '084600.565000', '084601.025000', '084601.485000', '084601.945000', '084602.405000', '084602.865000', '084603.325000', '084603.785000', '084604.245000', '084604.705000', '084605.165000', '084605.625000', '084606.085000', '084606.545000', '084607.005000', '084607.465000', '084607.925000', '084608.385000', '084608.845000', '084609.305000', '084609.765000', '084610.225000', '084610.685000', '084611.145000', '084611.605000', '084612.065000', '084612.525000', '084612.985000', '084613.445000', '084613.905000', '084614.365000', '084614.825000', '084615.285000', '084615.745000', '084616.205000', '084616.665000', '084617.125000', '084617.585000', '084618.045000', '084618.505000', '084618.965000', '084619.425000', '084619.885000', '084620.345000', '084620.805000', '084621.265000', '084621.725000', '084622.185000', '084622.645000', '084623.105000', '084623.565000', '084624.025000', '084624.485000', '084624.945000', '084625.405000', '084625.865000', '084626.325000', '084626.785000', '084627.245000', '084627.705000', '084628.165000', '084628.625000', '084629.085000', '084629.545000', '084630.005000', '084630.465000', '084630.925000', '084631.385000', '084631.845000', '084632.305000', '084632.765000', '084633.225000', '084633.685000', '084634.145000', '084634.605000', '084635.065000', '084635.525000', '084635.985000', '084636.445000', '084636.905000', '084637.365000', '084637.825000', '084638.285000', '084638.745000', '084639.205000', '084639.665000', '084640.125000', '084640.585000', '084641.045000', '084641.505000', '084641.965000', '084642.425000', '084642.885000', '084643.345000', '084643.805000', '084644.265000', '084644.725000', '084645.185000', '084645.645000', '084646.105000', '084646.565000', '084647.025000', '084647.485000', '084647.945000', '084648.405000', '084648.865000', '084649.325000', '084649.785000', '084650.245000', '084650.705000', '084651.165000', '084651.625000', '084652.085000', '084652.545000', '084653.005000', '084653.465000', '084653.925000', '084654.385000', '084654.845000', '084655.305000', '084655.765000', '084656.225000', '084656.685000', '084657.145000', '084657.605000', '084658.065000', '084658.525000', '084658.985000', '084659.445000', '084659.905000', '084700.365000', '084700.825000', '084701.285000', '084701.745000', '084702.205000', '084702.665000', '084703.125000', '084703.585000', '084704.045000', '084704.505000', '084704.965000', '084705.425000', '084705.885000', '084706.345000', '084706.805000', '084707.265000', '084707.725000', '084708.185000', '084708.645000', '084709.105000', '084709.565000', '084710.025000', '084710.485000', '084710.945000', '084711.405000', '084711.865000', '084712.325000', '084712.785000', '084713.245000', '084713.705000', '084714.165000', '084714.625000', '084715.085000', '084715.545000', '084716.005000', '084716.465000', '084716.925000', '084717.385000', '084717.845000', '084718.305000', '084718.765000', '084719.225000', '084719.685000', '084720.145000', '084720.605000', '084721.065000', '084721.525000', '084721.985000', '084722.445000', '084722.905000', '084723.365000', '084723.825000', '084724.285000', '084724.745000', '084725.205000', '084725.665000', '084726.125000', '084726.585000', '084727.045000', '084727.505000', '084727.965000', '084728.425000', '084728.885000', '084729.345000', '084729.805000', '084730.265000', '084730.725000', '084731.185000', '084731.645000', '084732.105000', '084732.565000', '084733.025000', '084733.485000', '084733.945000', '084734.405000', '084734.865000', '084735.325000', '084735.785000', '084736.245000', '084736.705000', '084737.165000', '084737.625000', '084738.085000', '084738.545000', '084739.005000', '084739.465000', '084739.925000', '084740.385000', '084740.845000', '084741.305000', '084741.765000', '084742.225000', '084742.685000', '084743.145000', '084743.605000', '084744.065000', '084744.525000', '084744.985000', '084745.445000', '084745.905000', '084746.365000', '084746.825000', '084747.285000', '084747.745000', '084748.205000', '084748.665000', '084749.125000', '084749.585000', '084750.045000', '084750.505000', '084750.965000', '084751.425000', '084751.885000', '084752.345000', '084752.805000', '084753.265000', '084753.725000', '084754.185000', '084754.645000', '084755.105000', '084755.565000', '084756.025000', '084756.485000', '084756.945000', '084757.405000', '084757.865000', '084758.325000', '084758.785000', '084759.245000', '084759.705000', '084800.165000', '084800.625000', '084801.085000', '084801.545000', '084802.005000', '084802.465000', '084802.925000', '084803.385000', '084803.845000', '084804.305000', '084804.765000', '084805.225000', '084805.685000', '084806.145000', '084806.605000', '084807.065000', '084807.525000', '084807.985000', '084808.445000', '084808.905000', '084809.365000', '084809.825000', '084810.285000', '084810.745000', '084811.205000', '084811.665000', '084812.125000', '084812.585000', '084813.045000', '084813.505000', '084813.965000', '084814.425000', '084814.885000', '084815.345000', '084815.805000', '084816.265000', '084816.725000', '084817.185000', '084817.645000', '084818.105000', '084818.565000', '084819.025000', '084819.485000', '084819.945000', '084820.405000', '084820.865000', '084821.325000', '084821.785000', '084822.245000', '084822.705000', '084823.165000', '084823.625000', '084824.085000', '084824.545000', '084825.005000', '084825.465000', '084825.925000', '084826.385000', '084826.845000', '084827.305000', '084827.765000', '084828.225000', '084828.685000', '084829.145000', '084829.605000', '084830.065000', '084830.525000', '084830.985000', '084831.445000', '084831.905000', '084832.365000', '084832.825000', '084833.285000', '084833.745000', '084834.205000', '084834.665000', '084835.125000', '084835.585000', '084836.045000', '084836.505000', '084836.965000', '084837.425000', '084837.885000', '084838.345000', '084838.805000', '084839.265000', '084839.725000', '084840.185000', '084840.645000', '084841.105000', '084841.565000', '084842.025000', '084842.485000', '084842.945000', '084843.405000', '084843.865000', '084844.325000', '084844.785000', '084845.245000', '084845.705000', '084846.165000', '084846.625000', '084847.085000', '084847.545000', '084848.005000', '084848.465000', '084848.925000', '084849.385000', '084849.845000', '084850.305000', '084850.765000', '084851.225000', '084851.685000', '084852.145000', '084852.605000', '084853.065000', '084853.525000', '084853.985000', '084854.445000', '084854.905000', '084855.365000', '084855.825000', '084856.285000', '084856.745000', '084857.205000', '084857.665000', '084858.125000', '084858.585000', '084859.045000', '084859.505000', '084859.965000', '084900.425000', '084900.885000', '084901.345000', '084901.805000', '084902.265000', '084902.725000', '084903.185000', '084903.645000', '084904.105000', '084904.565000', '084905.025000', '084905.485000', '084905.945000', '084906.405000', '084906.865000', '084907.325000', '084907.785000', '084908.245000', '084908.705000', '084909.165000', '084909.625000', '084910.085000', '084910.545000', '084911.005000', '084911.465000', '084911.925000', '084912.385000', '084912.845000', '084913.305000', '084913.765000', '084914.225000', '084914.685000', '084915.145000', '084915.605000', '084916.065000', '084916.525000', '084916.985000', '084917.445000', '084917.905000', '084918.365000', '084918.825000', '084919.285000', '084919.745000', '084920.205000', '084920.665000', '084921.125000', '084921.585000', '084922.045000', '084922.505000', '084922.965000', '084923.425000', '084923.885000', '084924.345000', '084924.805000', '084925.265000', '084925.725000', '084926.185000', '084926.645000', '084927.105000', '084927.565000', '084928.025000', '084928.485000', '084928.945000', '084929.405000', '084929.865000', '084930.325000', '084930.785000', '084931.245000', '084931.705000', '084932.165000', '084932.625000', '084933.085000', '084933.545000', '084934.005000', '084934.465000', '084934.925000', '084935.385000', '084935.845000', '084936.305000', '084936.765000', '084937.225000', '084937.685000', '084938.145000', '084938.605000', '084939.065000', '084939.525000', '084939.985000', '084940.445000', '084940.905000', '084941.365000', '084941.825000', '084942.285000', '084942.745000', '084943.205000', '084943.665000', '084944.125000', '084944.585000', '084945.045000', '084945.505000', '084945.965000', '084946.425000', '084946.885000', '084947.345000', '084947.805000', '084948.265000', '084948.725000', '084949.185000', '084949.645000', '084950.105000', '084950.565000', '084951.025000', '084951.485000', '084951.945000', '084952.405000', '084952.865000', '084953.325000', '084953.785000', '084954.245000', '084954.705000', '084955.165000', '084955.625000', '084956.085000', '084956.545000', '084957.005000', '084957.465000', '084957.925000', '084958.385000', '084958.845000', '084959.305000', '084959.765000', '085000.225000', '085000.685000', '085001.145000', '085001.605000', '085002.065000', '085002.525000', '085002.985000', '085003.445000', '085003.905000', '085004.365000', '085004.825000', '085005.285000', '085005.745000', '085006.205000', '085006.665000', '085007.125000', '085007.585000', '085008.045000', '085008.505000', '085008.965000', '085009.425000', '085009.885000', '085010.345000', '085010.805000', '085011.265000', '085011.725000', '085012.185000', '085012.645000', '085013.105000', '085013.565000', '085014.025000', '085014.485000', '085014.945000', '085015.405000', '085015.865000', '085016.325000', '085016.785000', '085017.245000', '085017.705000', '085018.165000', '085018.625000', '085019.085000', '085019.545000', '085020.005000', '085020.465000', '085020.925000', '085021.385000', '085021.845000', '085022.305000', '085022.765000', '085023.225000', '085023.685000', '085024.145000', '085024.605000', '085025.065000', '085025.525000', '085025.985000', '085026.445000', '085026.905000', '085027.365000', '085027.825000', '085028.285000', '085028.745000', '085029.205000', '085029.665000', '085030.125000', '085030.585000', '085031.045000', '085031.505000', '085031.965000', '085032.425000', '085032.885000', '085033.345000', '085033.805000', '085034.265000', '085034.725000', '085035.185000', '085035.645000', '085036.105000', '085036.565000', '085037.025000', '085037.485000', '085037.945000', '085038.405000', '085038.865000', '085039.325000', '085039.785000', '085040.245000', '085040.705000', '085041.165000', '085041.625000', '085042.085000', '085042.545000', '085043.005000', '085043.465000', '085043.925000', '085044.385000', '085044.845000', '085045.305000', '085045.765000', '085046.225000', '085046.685000', '085047.145000', '085047.605000', '085048.065000', '085048.525000', '085048.985000', '085049.445000', '085049.905000', '085050.365000', '085050.825000', '085051.285000', '085051.745000', '085052.205000', '085052.665000', '085053.125000', '085053.585000', '085054.045000', '085054.505000', '085054.965000', '085055.425000', '085055.885000', '085056.345000', '085056.805000', '085057.265000', '085057.725000', '085058.185000', '085058.645000', '085059.105000', '085059.565000', '085100.025000', '085100.485000', '085100.945000', '085101.405000', '085101.865000', '085102.325000', '085102.785000', '085103.245000', '085103.705000', '085104.165000', '085104.625000', '085105.085000', '085105.545000', '085106.005000', '085106.465000', '085106.925000', '085107.385000', '085107.845000', '085108.305000', '085108.765000', '085109.225000', '085109.685000', '085110.145000', '085110.605000', '085111.065000', '085111.525000', '085111.985000', '085112.445000', '085112.905000', '085113.365000', '085113.825000', '085114.285000', '085114.745000', '085115.205000', '085115.665000', '085116.125000', '085116.585000', '085117.045000', '085117.505000', '085117.965000', '085118.425000', '085118.885000', '085119.345000', '085119.805000', '085120.265000', '085120.725000', '085121.185000', '085121.645000', '085122.105000', '085122.565000', '085123.025000', '085123.485000', '085123.945000', '085124.405000', '085124.865000', '085125.325000', '085125.785000', '085126.245000', '085126.705000', '085127.165000', '085127.625000', '085128.085000', '085128.545000', '085129.005000', '085129.465000', '085129.925000', '085130.385000', '085130.845000', '085131.305000', '085131.765000', '085132.225000', '085132.685000', '085133.145000', '085133.605000', '085134.065000', '085134.525000', '085134.985000', '085135.445000', '085135.905000', '085136.365000', '085136.825000', '085137.285000', '085137.745000', '085138.205000', '085138.665000', '085139.125000', '085139.585000', '085140.045000', '085140.505000', '085140.965000', '085141.425000', '085141.885000', '085142.345000', '085142.805000', '085143.265000', '085143.725000', '085144.185000', '085144.645000', '085145.105000', '085145.565000', '085146.025000', '085146.485000', '085146.945000', '085147.405000', '085147.865000', '085148.325000', '085148.785000'], 'ContentTime': ['084449.555000', '084449.558000', '084449.561000', '084449.563000', '084449.566000', '084449.569000', '084449.571000', '084449.574000', '084449.576000', '084449.579000', '084449.582000', '084449.584000', '084449.587000', '084449.590000', '084449.593000', '084449.595000', '084449.598000', '084449.600000', '084449.603000', '084449.606000', '084449.608000', '084449.611000', '084449.614000', '084449.616000', '084449.619000', '084449.621000', '084449.624000', '084449.627000', '084449.629000', '084449.632000', '084449.634000', '084449.637000', '084449.640000', '084449.642000', '084449.645000', '084449.647000', '084449.650000', '084449.653000', '084449.655000', '084449.658000', '084449.660000', '084449.663000', '084449.666000', '084449.668000', '084449.671000', '084449.686000', '084449.689000', '084449.691000', '084449.694000', '084449.696000', '084449.699000', '084449.702000', '084449.704000', '084509.525000', '084509.528000', '084509.531000', '084509.534000', '084509.536000', '084509.539000', '084509.541000', '084509.544000', '084509.547000', '084509.549000', '084509.552000', '084509.554000', '084509.557000', '084509.559000', '084509.562000', '084509.565000', '084509.567000', '084509.570000', '084509.573000', '084509.575000', '084509.578000', '084509.580000', '084509.583000', '084509.586000', '084509.588000', '084509.593000', '084509.595000', '084509.598000', '084509.600000', '084509.603000', '084509.606000', '084509.608000', '084509.611000', '084509.613000', '084509.616000', '084509.619000', '084509.621000', '084509.624000', '084509.626000', '084509.629000', '084509.632000', '084509.634000', '084509.637000', '084509.639000', '084529.525000', '084529.528000', '084529.531000', '084529.534000', '084529.536000', '084529.539000', '084529.541000', '084529.544000', '084529.546000', '084529.549000', '084529.552000', '084529.554000', '084529.557000', '084529.559000', '084529.562000', '084529.565000', '084529.574000', '084529.577000', '084529.579000', '084529.582000', '084529.584000', '084529.587000', '084529.589000', '084529.592000', '084529.595000', '084529.597000', '084529.600000', '084529.603000', '084529.605000', '084529.608000', '084529.611000', '084529.613000', '084529.616000', '084529.618000', '084529.621000', '084529.624000', '084529.626000', '084529.629000', '084529.631000', '084529.634000', '084529.636000', '084529.639000', '084529.642000', '084549.526000', '084549.528000', '084549.531000', '084549.534000', '084549.536000', '084549.539000', '084549.542000', '084549.544000', '084549.553000', '084549.556000', '084549.558000', '084549.561000', '084549.564000', '084549.567000', '084549.569000', '084549.579000', '084549.582000', '084549.585000', '084549.587000', '084549.590000', '084549.594000', '084549.596000', '084549.599000', '084549.606000', '084549.608000', '084549.611000', '084549.614000', '084549.616000', '084549.619000', '084549.621000', '084549.624000', '084549.627000', '084549.629000', '084549.632000', '084549.634000', '084549.637000', '084549.639000', '084549.642000', '084549.645000', '084549.648000', '084549.650000', '084549.653000', '084549.656000', '084609.552000', '084609.555000', '084609.557000', '084609.560000', '084609.563000', '084609.565000', '084609.568000', '084609.570000', '084609.573000', '084609.576000', '084609.578000', '084609.581000', '084609.583000', '084609.586000', '084609.589000', '084609.591000', '084609.594000', '084609.597000', '084609.599000', '084609.602000', '084609.604000', '084609.607000', '084609.610000', '084609.612000', '084609.615000', '084609.617000', '084609.620000', '084609.623000', '084609.625000', '084609.628000', '084609.631000', '084609.633000', '084609.636000', '084609.639000', '084609.641000', '084609.644000', '084609.646000', '084609.649000', '084609.652000', '084609.654000', '084609.657000', '084609.660000', '084609.662000', '084609.665000', '084629.525000', '084629.528000', '084629.531000', '084629.534000', '084629.536000', '084629.539000', '084629.542000', '084629.544000', '084629.547000', '084629.550000', '084629.552000', '084629.555000', '084629.558000', '084629.560000', '084629.563000', '084629.566000', '084629.568000', '084629.571000', '084629.573000', '084629.576000', '084629.579000', '084629.581000', '084629.584000', '084629.587000', '084629.597000', '084629.599000', '084629.602000', '084629.605000', '084629.607000', '084629.610000', '084629.612000', '084629.615000', '084629.618000', '084629.620000', '084629.623000', '084629.625000', '084629.628000', '084629.631000', '084629.633000', '084629.636000', '084629.638000', '084629.641000', '084629.644000', '084649.524000', '084649.527000', '084649.530000', '084649.532000', '084649.535000', '084649.538000', '084649.540000', '084649.543000', '084649.545000', '084649.548000', '084649.551000', '084649.553000', '084649.556000', '084649.559000', '084649.561000', '084649.564000', '084649.566000', '084649.569000', '084649.572000', '084649.574000', '084649.577000', '084649.579000', '084649.582000', '084649.584000', '084649.587000', '084649.590000', '084649.592000', '084649.595000', '084649.598000', '084649.601000', '084649.603000', '084649.606000', '084649.609000', '084649.611000', '084649.614000', '084649.616000', '084649.619000', '084649.622000', '084649.624000', '084649.627000', '084649.629000', '084649.632000', '084649.635000', '084649.637000', '084709.526000', '084709.528000', '084709.542000', '084709.544000', '084709.547000', '084709.550000', '084709.552000', '084709.555000', '084709.557000', '084709.560000', '084709.563000', '084709.565000', '084709.568000', '084709.571000', '084709.573000', '084709.576000', '084709.578000', '084709.581000', '084709.584000', '084709.586000', '084709.589000', '084709.592000', '084709.594000', '084709.597000', '084709.600000', '084709.602000', '084709.605000', '084709.608000', '084709.611000', '084709.613000', '084709.616000', '084709.618000', '084709.621000', '084709.623000', '084709.626000', '084709.629000', '084709.631000', '084709.636000', '084709.638000', '084709.641000', '084709.644000', '084709.646000', '084709.649000', '084729.525000', '084729.528000', '084729.531000', '084729.535000', '084729.537000', '084729.540000', '084729.542000', '084729.545000', '084729.548000', '084729.550000', '084729.553000', '084729.555000', '084729.558000', '084729.561000', '084729.563000', '084729.566000', '084729.569000', '084729.571000', '084729.574000', '084729.576000', '084729.579000', '084729.581000', '084729.584000', '084729.587000', '084729.589000', '084729.592000', '084729.595000', '084729.597000', '084729.600000', '084729.603000', '084729.605000', '084729.608000', '084729.611000', '084729.613000', '084729.616000', '084729.618000', '084729.621000', '084729.624000', '084729.626000', '084729.639000', '084729.642000', '084729.644000', '084729.647000', '084729.649000', '084749.526000', '084749.529000', '084749.531000', '084749.534000', '084749.537000', '084749.540000', '084749.542000', '084749.545000', '084749.548000', '084749.550000', '084749.553000', '084749.556000', '084749.568000', '084749.571000', '084749.573000', '084749.576000', '084749.579000', '084749.581000', '084749.584000', '084749.587000', '084749.589000', '084749.592000', '084749.595000', '084749.597000', '084749.600000', '084749.603000', '084749.605000', '084749.608000', '084749.611000', '084749.613000', '084749.616000', '084749.619000', '084749.621000', '084749.624000', '084749.626000', '084749.629000', '084749.632000', '084749.634000', '084749.637000', '084749.639000', '084749.642000', '084749.645000', '084749.647000', '084809.525000', '084809.528000', '084809.531000', '084809.534000', '084809.536000', '084809.539000', '084809.541000', '084809.544000', '084809.547000', '084809.549000', '084809.552000', '084809.555000', '084809.557000', '084809.560000', '084809.563000', '084809.565000', '084809.568000', '084809.570000', '084809.573000', '084809.575000', '084809.578000', '084809.581000', '084809.583000', '084809.586000', '084809.589000', '084809.591000', '084809.594000', '084809.597000', '084809.599000', '084809.602000', '084809.604000', '084809.607000', '084809.610000', '084809.612000', '084809.615000', '084809.618000', '084809.620000', '084809.623000', '084809.625000', '084809.628000', '084809.631000', '084809.633000', '084809.636000', '084809.638000', '084829.525000', '084829.528000', '084829.531000', '084829.533000', '084829.536000', '084829.539000', '084829.541000', '084829.544000', '084829.547000', '084829.549000', '084829.552000', '084829.554000', '084829.557000', '084829.560000', '084829.562000', '084829.565000', '084829.567000', '084829.570000', '084829.573000', '084829.575000', '084829.578000', '084829.580000', '084829.583000', '084829.586000', '084829.588000', '084829.591000', '084829.593000', '084829.596000', '084829.599000', '084829.601000', '084829.604000', '084829.606000', '084829.609000', '084829.612000', '084829.615000', '084829.617000', '084829.620000', '084829.623000', '084829.625000', '084829.628000', '084829.631000', '084829.633000', '084829.636000', '084849.525000', '084849.529000', '084849.531000', '084849.534000', '084849.536000', '084849.539000', '084849.542000', '084849.544000', '084849.547000', '084849.550000', '084849.553000', '084849.555000', '084849.558000', '084849.560000', '084849.563000', '084849.566000', '084849.568000', '084849.571000', '084849.573000', '084849.576000', '084849.579000', '084849.581000', '084849.584000', '084849.587000', '084849.589000', '084849.592000', '084849.595000', '084849.597000', '084849.600000', '084849.602000', '084849.605000', '084849.608000', '084849.610000', '084849.613000', '084849.616000', '084849.618000', '084849.621000', '084849.623000', '084849.626000', '084849.629000', '084849.631000', '084849.634000', '084849.637000', '084849.639000', '084909.524000', '084909.527000', '084909.530000', '084909.533000', '084909.535000', '084909.538000', '084909.540000', '084909.543000', '084909.546000', '084909.548000', '084909.551000', '084909.553000', '084909.556000', '084909.559000', '084909.561000', '084909.564000', '084909.567000', '084909.569000', '084909.572000', '084909.575000', '084909.584000', '084909.587000', '084909.590000', '084909.592000', '084909.595000', '084909.598000', '084909.600000', '084909.603000', '084909.606000', '084909.608000', '084909.611000', '084909.614000', '084909.616000', '084909.619000', '084909.622000', '084909.624000', '084909.627000', '084909.630000', '084909.632000', '084909.635000', '084909.638000', '084909.640000', '084909.643000', '084929.526000', '084929.529000', '084929.531000', '084929.534000', '084929.537000', '084929.540000', '084929.542000', '084929.545000', '084929.547000', '084929.550000', '084929.553000', '084929.555000', '084929.558000', '084929.561000', '084929.563000', '084929.566000', '084929.569000', '084929.571000', '084929.574000', '084929.576000', '084929.579000', '084929.582000', '084929.584000', '084929.587000', '084929.590000', '084929.592000', '084929.595000', '084929.597000', '084929.600000', '084929.603000', '084929.605000', '084929.608000', '084929.611000', '084929.613000', '084929.616000', '084929.619000', '084929.621000', '084929.624000', '084929.627000', '084929.629000', '084929.632000', '084929.634000', '084929.637000', '084929.640000', '084949.525000', '084949.528000', '084949.531000', '084949.534000', '084949.536000', '084949.539000', '084949.542000', '084949.544000', '084949.557000', '084949.559000', '084949.562000', '084949.565000', '084949.567000', '084949.570000', '084949.573000', '084949.575000', '084949.578000', '084949.580000', '084949.583000', '084949.586000', '084949.588000', '084949.591000', '084949.594000', '084949.596000', '084949.599000', '084949.602000', '084949.604000', '084949.607000', '084949.610000', '084949.612000', '084949.615000', '084949.618000', '084949.620000', '084949.623000', '084949.625000', '084949.628000', '084949.631000', '084949.633000', '084949.636000', '084949.638000', '084949.641000', '084949.644000', '084949.646000', '085009.525000', '085009.528000', '085009.531000', '085009.534000', '085009.536000', '085009.539000', '085009.542000', '085009.544000', '085009.547000', '085009.550000', '085009.552000', '085009.555000', '085009.558000', '085009.560000', '085009.563000', '085009.566000', '085009.568000', '085009.571000', '085009.574000', '085009.576000', '085009.579000', '085009.581000', '085009.584000', '085009.587000', '085009.589000', '085009.592000', '085009.594000', '085009.597000', '085009.600000', '085009.602000', '085009.605000', '085009.608000', '085009.611000', '085009.613000', '085009.616000', '085009.619000', '085009.621000', '085009.624000', '085009.626000', '085009.629000', '085009.632000', '085009.634000', '085009.637000', '085009.640000', '085029.526000', '085029.529000', '085029.532000', '085029.534000', '085029.537000', '085029.539000', '085029.542000', '085029.545000', '085029.547000', '085029.550000', '085029.552000', '085029.555000', '085029.558000', '085029.560000', '085029.563000', '085029.565000', '085029.568000', '085029.571000', '085029.573000', '085029.576000', '085029.579000', '085029.581000', '085029.584000', '085029.587000', '085029.589000', '085029.592000', '085029.595000', '085029.598000', '085029.600000', '085029.603000', '085029.605000', '085029.608000', '085029.611000', '085029.613000', '085029.616000', '085029.618000', '085029.621000', '085029.624000', '085029.626000', '085029.629000', '085029.632000', '085029.634000', '085029.637000', '085049.525000', '085049.528000', '085049.532000', '085049.535000', '085049.538000', '085049.540000', '085049.543000', '085049.545000', '085049.548000', '085049.551000', '085049.553000', '085049.556000', '085049.559000', '085049.561000', '085049.564000', '085049.567000', '085049.569000', '085049.572000', '085049.575000', '085049.577000', '085049.580000', '085049.582000', '085049.585000', '085049.587000', '085049.590000', '085049.593000', '085049.596000', '085049.598000', '085049.601000', '085049.603000', '085049.606000', '085049.609000', '085049.611000', '085049.614000', '085049.616000', '085049.619000', '085049.622000', '085049.624000', '085049.627000', '085049.630000', '085049.632000', '085049.635000', '085049.637000', '085109.525000', '085109.528000', '085109.531000', '085109.533000', '085109.536000', '085109.538000', '085109.541000', '085109.544000', '085109.546000', '085109.549000', '085109.551000', '085109.554000', '085109.556000', '085109.559000', '085109.562000', '085109.564000', '085109.567000', '085109.570000', '085109.572000', '085109.575000', '085109.578000', '085109.580000', '085109.583000', '085109.585000', '085109.588000', '085109.591000', '085109.593000', '085109.596000', '085109.599000', '085109.601000', '085109.604000', '085109.606000', '085109.609000', '085109.612000', '085109.614000', '085109.617000', '085109.619000', '085109.622000', '085109.625000', '085109.627000', '085109.630000', '085109.633000', '085109.635000', '085109.638000', '085129.525000', '085129.528000', '085129.530000', '085129.533000', '085129.535000', '085129.538000', '085129.541000', '085129.543000', '085129.546000', '085129.549000', '085129.551000', '085129.554000', '085129.556000', '085129.559000', '085129.562000', '085129.564000', '085129.567000', '085129.570000', '085129.572000', '085129.575000', '085129.578000', '085129.580000', '085129.583000', '085129.586000', '085129.588000', '085129.591000', '085129.594000', '085129.596000', '085129.599000', '085129.602000', '085129.604000', '085129.607000', '085129.609000', '085129.612000', '085129.615000', '085129.617000', '085129.620000', '085129.622000', '085129.625000', '085129.628000', '085129.630000', '085129.633000', '085129.636000', '085129.638000', '085149.526000', '085149.529000', '085149.532000', '085149.535000', '085149.537000', '085149.540000', '085149.542000', '085149.545000', '085149.548000', '085149.550000', '085149.553000', '085149.556000', '085149.558000', '085149.561000', '085149.563000', '085149.566000', '085149.569000', '085149.571000', '085149.574000', '085149.577000', '085149.579000', '085149.582000', '085149.585000', '085149.588000', '085149.590000', '085149.593000', '085149.596000', '085149.599000', '085149.601000', '085149.604000', '085149.606000', '085149.610000', '085149.613000', '085149.616000', '085149.619000', '085149.621000', '085149.624000', '085149.627000', '085149.630000', '085149.633000', '085149.636000', '085149.644000', '085149.647000', '085149.771000'], 'InstanceCreationTime': ['084449.555000', '084449.558000', '084449.561000', '084449.563000', '084449.566000', '084449.569000', '084449.571000', '084449.574000', '084449.576000', '084449.579000', '084449.582000', '084449.584000', '084449.587000', '084449.590000', '084449.593000', '084449.595000', '084449.598000', '084449.600000', '084449.603000', '084449.606000', '084449.608000', '084449.611000', '084449.614000', '084449.616000', '084449.619000', '084449.621000', '084449.624000', '084449.627000', '084449.629000', '084449.632000', '084449.634000', '084449.637000', '084449.640000', '084449.642000', '084449.645000', '084449.647000', '084449.650000', '084449.653000', '084449.655000', '084449.658000', '084449.660000', '084449.663000', '084449.666000', '084449.668000', '084449.671000', '084449.686000', '084449.689000', '084449.691000', '084449.694000', '084449.696000', '084449.699000', '084449.702000', '084449.704000', '084509.525000', '084509.528000', '084509.531000', '084509.534000', '084509.536000', '084509.539000', '084509.541000', '084509.544000', '084509.547000', '084509.549000', '084509.552000', '084509.554000', '084509.557000', '084509.559000', '084509.562000', '084509.565000', '084509.567000', '084509.570000', '084509.573000', '084509.575000', '084509.578000', '084509.580000', '084509.583000', '084509.586000', '084509.588000', '084509.593000', '084509.595000', '084509.598000', '084509.600000', '084509.603000', '084509.606000', '084509.608000', '084509.611000', '084509.613000', '084509.616000', '084509.619000', '084509.621000', '084509.624000', '084509.626000', '084509.629000', '084509.632000', '084509.634000', '084509.637000', '084509.639000', '084529.525000', '084529.528000', '084529.531000', '084529.534000', '084529.536000', '084529.539000', '084529.541000', '084529.544000', '084529.546000', '084529.549000', '084529.552000', '084529.554000', '084529.557000', '084529.559000', '084529.562000', '084529.565000', '084529.574000', '084529.577000', '084529.579000', '084529.582000', '084529.584000', '084529.587000', '084529.589000', '084529.592000', '084529.595000', '084529.597000', '084529.600000', '084529.603000', '084529.605000', '084529.608000', '084529.611000', '084529.613000', '084529.616000', '084529.618000', '084529.621000', '084529.624000', '084529.626000', '084529.629000', '084529.631000', '084529.634000', '084529.636000', '084529.639000', '084529.642000', '084549.526000', '084549.528000', '084549.531000', '084549.534000', '084549.536000', '084549.539000', '084549.542000', '084549.544000', '084549.553000', '084549.556000', '084549.558000', '084549.561000', '084549.564000', '084549.567000', '084549.569000', '084549.579000', '084549.582000', '084549.585000', '084549.587000', '084549.590000', '084549.594000', '084549.596000', '084549.599000', '084549.606000', '084549.608000', '084549.611000', '084549.614000', '084549.616000', '084549.619000', '084549.621000', '084549.624000', '084549.627000', '084549.629000', '084549.632000', '084549.634000', '084549.637000', '084549.639000', '084549.642000', '084549.645000', '084549.648000', '084549.650000', '084549.653000', '084549.656000', '084609.552000', '084609.555000', '084609.557000', '084609.560000', '084609.563000', '084609.565000', '084609.568000', '084609.570000', '084609.573000', '084609.576000', '084609.578000', '084609.581000', '084609.583000', '084609.586000', '084609.589000', '084609.591000', '084609.594000', '084609.597000', '084609.599000', '084609.602000', '084609.604000', '084609.607000', '084609.610000', '084609.612000', '084609.615000', '084609.617000', '084609.620000', '084609.623000', '084609.625000', '084609.628000', '084609.631000', '084609.633000', '084609.636000', '084609.639000', '084609.641000', '084609.644000', '084609.646000', '084609.649000', '084609.652000', '084609.654000', '084609.657000', '084609.660000', '084609.662000', '084609.665000', '084629.525000', '084629.528000', '084629.531000', '084629.534000', '084629.536000', '084629.539000', '084629.542000', '084629.544000', '084629.547000', '084629.550000', '084629.552000', '084629.555000', '084629.558000', '084629.560000', '084629.563000', '084629.566000', '084629.568000', '084629.571000', '084629.573000', '084629.576000', '084629.579000', '084629.581000', '084629.584000', '084629.587000', '084629.597000', '084629.599000', '084629.602000', '084629.605000', '084629.607000', '084629.610000', '084629.612000', '084629.615000', '084629.618000', '084629.620000', '084629.623000', '084629.625000', '084629.628000', '084629.631000', '084629.633000', '084629.636000', '084629.638000', '084629.641000', '084629.644000', '084649.524000', '084649.527000', '084649.530000', '084649.532000', '084649.535000', '084649.538000', '084649.540000', '084649.543000', '084649.545000', '084649.548000', '084649.551000', '084649.553000', '084649.556000', '084649.559000', '084649.561000', '084649.564000', '084649.566000', '084649.569000', '084649.572000', '084649.574000', '084649.577000', '084649.579000', '084649.582000', '084649.584000', '084649.587000', '084649.590000', '084649.592000', '084649.595000', '084649.598000', '084649.601000', '084649.603000', '084649.606000', '084649.609000', '084649.611000', '084649.614000', '084649.616000', '084649.619000', '084649.622000', '084649.624000', '084649.627000', '084649.629000', '084649.632000', '084649.635000', '084649.637000', '084709.526000', '084709.528000', '084709.542000', '084709.544000', '084709.547000', '084709.550000', '084709.552000', '084709.555000', '084709.557000', '084709.560000', '084709.563000', '084709.565000', '084709.568000', '084709.571000', '084709.573000', '084709.576000', '084709.578000', '084709.581000', '084709.584000', '084709.586000', '084709.589000', '084709.592000', '084709.594000', '084709.597000', '084709.600000', '084709.602000', '084709.605000', '084709.608000', '084709.611000', '084709.613000', '084709.616000', '084709.618000', '084709.621000', '084709.623000', '084709.626000', '084709.629000', '084709.631000', '084709.636000', '084709.638000', '084709.641000', '084709.644000', '084709.646000', '084709.649000', '084729.525000', '084729.528000', '084729.531000', '084729.535000', '084729.537000', '084729.540000', '084729.542000', '084729.545000', '084729.548000', '084729.550000', '084729.553000', '084729.555000', '084729.558000', '084729.561000', '084729.563000', '084729.566000', '084729.569000', '084729.571000', '084729.574000', '084729.576000', '084729.579000', '084729.581000', '084729.584000', '084729.587000', '084729.589000', '084729.592000', '084729.595000', '084729.597000', '084729.600000', '084729.603000', '084729.605000', '084729.608000', '084729.611000', '084729.613000', '084729.616000', '084729.618000', '084729.621000', '084729.624000', '084729.626000', '084729.639000', '084729.642000', '084729.644000', '084729.647000', '084729.649000', '084749.526000', '084749.529000', '084749.531000', '084749.534000', '084749.537000', '084749.540000', '084749.542000', '084749.545000', '084749.548000', '084749.550000', '084749.553000', '084749.556000', '084749.568000', '084749.571000', '084749.573000', '084749.576000', '084749.579000', '084749.581000', '084749.584000', '084749.587000', '084749.589000', '084749.592000', '084749.595000', '084749.597000', '084749.600000', '084749.603000', '084749.605000', '084749.608000', '084749.611000', '084749.613000', '084749.616000', '084749.619000', '084749.621000', '084749.624000', '084749.626000', '084749.629000', '084749.632000', '084749.634000', '084749.637000', '084749.639000', '084749.642000', '084749.645000', '084749.647000', '084809.525000', '084809.528000', '084809.531000', '084809.534000', '084809.536000', '084809.539000', '084809.541000', '084809.544000', '084809.547000', '084809.549000', '084809.552000', '084809.555000', '084809.557000', '084809.560000', '084809.563000', '084809.565000', '084809.568000', '084809.570000', '084809.573000', '084809.575000', '084809.578000', '084809.581000', '084809.583000', '084809.586000', '084809.589000', '084809.591000', '084809.594000', '084809.597000', '084809.599000', '084809.602000', '084809.604000', '084809.607000', '084809.610000', '084809.612000', '084809.615000', '084809.618000', '084809.620000', '084809.623000', '084809.625000', '084809.628000', '084809.631000', '084809.633000', '084809.636000', '084809.638000', '084829.525000', '084829.528000', '084829.531000', '084829.533000', '084829.536000', '084829.539000', '084829.541000', '084829.544000', '084829.547000', '084829.549000', '084829.552000', '084829.554000', '084829.557000', '084829.560000', '084829.562000', '084829.565000', '084829.567000', '084829.570000', '084829.573000', '084829.575000', '084829.578000', '084829.580000', '084829.583000', '084829.586000', '084829.588000', '084829.591000', '084829.593000', '084829.596000', '084829.599000', '084829.601000', '084829.604000', '084829.606000', '084829.609000', '084829.612000', '084829.615000', '084829.617000', '084829.620000', '084829.623000', '084829.625000', '084829.628000', '084829.631000', '084829.633000', '084829.636000', '084849.525000', '084849.529000', '084849.531000', '084849.534000', '084849.536000', '084849.539000', '084849.542000', '084849.544000', '084849.547000', '084849.550000', '084849.553000', '084849.555000', '084849.558000', '084849.560000', '084849.563000', '084849.566000', '084849.568000', '084849.571000', '084849.573000', '084849.576000', '084849.579000', '084849.581000', '084849.584000', '084849.587000', '084849.589000', '084849.592000', '084849.595000', '084849.597000', '084849.600000', '084849.602000', '084849.605000', '084849.608000', '084849.610000', '084849.613000', '084849.616000', '084849.618000', '084849.621000', '084849.623000', '084849.626000', '084849.629000', '084849.631000', '084849.634000', '084849.637000', '084849.639000', '084909.524000', '084909.527000', '084909.530000', '084909.533000', '084909.535000', '084909.538000', '084909.540000', '084909.543000', '084909.546000', '084909.548000', '084909.551000', '084909.553000', '084909.556000', '084909.559000', '084909.561000', '084909.564000', '084909.567000', '084909.569000', '084909.572000', '084909.575000', '084909.584000', '084909.587000', '084909.590000', '084909.592000', '084909.595000', '084909.598000', '084909.600000', '084909.603000', '084909.606000', '084909.608000', '084909.611000', '084909.614000', '084909.616000', '084909.619000', '084909.622000', '084909.624000', '084909.627000', '084909.630000', '084909.632000', '084909.635000', '084909.638000', '084909.640000', '084909.643000', '084929.526000', '084929.529000', '084929.531000', '084929.534000', '084929.537000', '084929.540000', '084929.542000', '084929.545000', '084929.547000', '084929.550000', '084929.553000', '084929.555000', '084929.558000', '084929.561000', '084929.563000', '084929.566000', '084929.569000', '084929.571000', '084929.574000', '084929.576000', '084929.579000', '084929.582000', '084929.584000', '084929.587000', '084929.590000', '084929.592000', '084929.595000', '084929.597000', '084929.600000', '084929.603000', '084929.605000', '084929.608000', '084929.611000', '084929.613000', '084929.616000', '084929.619000', '084929.621000', '084929.624000', '084929.627000', '084929.629000', '084929.632000', '084929.634000', '084929.637000', '084929.640000', '084949.525000', '084949.528000', '084949.531000', '084949.534000', '084949.536000', '084949.539000', '084949.542000', '084949.544000', '084949.557000', '084949.559000', '084949.562000', '084949.565000', '084949.567000', '084949.570000', '084949.573000', '084949.575000', '084949.578000', '084949.580000', '084949.583000', '084949.586000', '084949.588000', '084949.591000', '084949.594000', '084949.596000', '084949.599000', '084949.602000', '084949.604000', '084949.607000', '084949.610000', '084949.612000', '084949.615000', '084949.618000', '084949.620000', '084949.623000', '084949.625000', '084949.628000', '084949.631000', '084949.633000', '084949.636000', '084949.638000', '084949.641000', '084949.644000', '084949.646000', '085009.525000', '085009.528000', '085009.531000', '085009.534000', '085009.536000', '085009.539000', '085009.542000', '085009.544000', '085009.547000', '085009.550000', '085009.552000', '085009.555000', '085009.558000', '085009.560000', '085009.563000', '085009.566000', '085009.568000', '085009.571000', '085009.574000', '085009.576000', '085009.579000', '085009.581000', '085009.584000', '085009.587000', '085009.589000', '085009.592000', '085009.594000', '085009.597000', '085009.600000', '085009.602000', '085009.605000', '085009.608000', '085009.611000', '085009.613000', '085009.616000', '085009.619000', '085009.621000', '085009.624000', '085009.626000', '085009.629000', '085009.632000', '085009.634000', '085009.637000', '085009.640000', '085029.526000', '085029.529000', '085029.532000', '085029.534000', '085029.537000', '085029.539000', '085029.542000', '085029.545000', '085029.547000', '085029.550000', '085029.552000', '085029.555000', '085029.558000', '085029.560000', '085029.563000', '085029.565000', '085029.568000', '085029.571000', '085029.573000', '085029.576000', '085029.579000', '085029.581000', '085029.584000', '085029.587000', '085029.589000', '085029.592000', '085029.595000', '085029.598000', '085029.600000', '085029.603000', '085029.605000', '085029.608000', '085029.611000', '085029.613000', '085029.616000', '085029.618000', '085029.621000', '085029.624000', '085029.626000', '085029.629000', '085029.632000', '085029.634000', '085029.637000', '085049.525000', '085049.528000', '085049.532000', '085049.535000', '085049.538000', '085049.540000', '085049.543000', '085049.545000', '085049.548000', '085049.551000', '085049.553000', '085049.556000', '085049.559000', '085049.561000', '085049.564000', '085049.567000', '085049.569000', '085049.572000', '085049.575000', '085049.577000', '085049.580000', '085049.582000', '085049.585000', '085049.587000', '085049.590000', '085049.593000', '085049.596000', '085049.598000', '085049.601000', '085049.603000', '085049.606000', '085049.609000', '085049.611000', '085049.614000', '085049.616000', '085049.619000', '085049.622000', '085049.624000', '085049.627000', '085049.630000', '085049.632000', '085049.635000', '085049.637000', '085109.525000', '085109.528000', '085109.531000', '085109.533000', '085109.536000', '085109.538000', '085109.541000', '085109.544000', '085109.546000', '085109.549000', '085109.551000', '085109.554000', '085109.556000', '085109.559000', '085109.562000', '085109.564000', '085109.567000', '085109.570000', '085109.572000', '085109.575000', '085109.578000', '085109.580000', '085109.583000', '085109.585000', '085109.588000', '085109.591000', '085109.593000', '085109.596000', '085109.599000', '085109.601000', '085109.604000', '085109.606000', '085109.609000', '085109.612000', '085109.614000', '085109.617000', '085109.619000', '085109.622000', '085109.625000', '085109.627000', '085109.630000', '085109.633000', '085109.635000', '085109.638000', '085129.525000', '085129.528000', '085129.530000', '085129.533000', '085129.535000', '085129.538000', '085129.541000', '085129.543000', '085129.546000', '085129.549000', '085129.551000', '085129.554000', '085129.556000', '085129.559000', '085129.562000', '085129.564000', '085129.567000', '085129.570000', '085129.572000', '085129.575000', '085129.578000', '085129.580000', '085129.583000', '085129.586000', '085129.588000', '085129.591000', '085129.594000', '085129.596000', '085129.599000', '085129.602000', '085129.604000', '085129.607000', '085129.609000', '085129.612000', '085129.615000', '085129.617000', '085129.620000', '085129.622000', '085129.625000', '085129.628000', '085129.630000', '085129.633000', '085129.636000', '085129.638000', '085149.526000', '085149.529000', '085149.532000', '085149.535000', '085149.537000', '085149.540000', '085149.542000', '085149.545000', '085149.548000', '085149.550000', '085149.553000', '085149.556000', '085149.558000', '085149.561000', '085149.563000', '085149.566000', '085149.569000', '085149.571000', '085149.574000', '085149.577000', '085149.579000', '085149.582000', '085149.585000', '085149.588000', '085149.590000', '085149.593000', '085149.596000', '085149.599000', '085149.601000', '085149.604000', '085149.606000', '085149.610000', '085149.613000', '085149.616000', '085149.619000', '085149.621000', '085149.624000', '085149.627000', '085149.630000', '085149.633000', '085149.636000', '085149.644000', '085149.647000', '085149.771000'], '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': [12376, 8500, 6991, 9049, 7071, 9374, 9588, 7403, 6845, 7189, 6800, 6677, 8699, 6911, 7749, 9018, 8228, 11632, 10400, 6622, 12868, 10229, 8320, 14344, 8453, 8706, 7973, 6694, 14490, 11401, 8541, 11959, 7892, 6571, 11135, 8311, 8008, 8780, 7237, 10377, 9777, 8819, 12119, 9568, 6664, 10370, 7873, 9351, 9032, 7115, 10986, 8096, 6968, 10372, 6720, 6481, 8074, 6714, 6742, 8940, 6823, 6660, 9066, 6743, 7219, 8026, 6649, 10113, 6740, 8638, 9663, 7290, 9427, 6881, 9036, 8269, 6483, 9550, 6633, 6987, 7430, 6623, 9471, 9171, 7300, 10351, 6829, 7067, 8107, 8560, 6727, 12116, 9354, 8021, 10838, 6755, 14319, 7157, 13119, 11546, 7374, 9307, 6971, 6848, 9534, 9118, 7477, 10212, 6939, 6780, 10053, 8819, 7511, 11667, 7839, 6785, 11602, 8427, 8760, 12049, 7598, 11233, 8405, 6896, 13467, 10697, 8933, 11475, 6877, 6850, 8711, 8972, 6811, 7158, 8068, 6922, 10028, 9913, 7013, 7085, 7444, 7083, 10254, 9930, 8541, 11006, 6828, 7230, 6983, 7078, 10486, 9516, 8000, 10317, 6849, 6876, 8625, 7074, 11143, 7791, 9858, 7356, 6865, 9990, 7055, 10539, 10426, 8249, 10470, 6951, 10182, 8066, 6770, 10765, 6961, 6957, 7552, 7138, 10072, 9196, 7379, 9180, 6828, 8434, 9163, 7066, 11044, 7873, 7229, 7546, 6831, 10019, 9382, 7552, 10840, 6794, 10028, 8506, 6730, 10044, 8232, 10362, 9699, 6736, 8548, 9353, 6662, 10562, 6853, 10535, 8633, 6834, 9401, 7384, 12361, 8095, 7361, 7604, 6869, 12916, 9198, 6893, 7809, 7014, 10213, 7161, 8569, 7126, 6901, 9984, 6999, 11030, 8455, 7834, 7221, 6919, 10273, 8425, 7996, 8381, 6852, 10536, 7544, 8999, 9237, 7863, 11520, 7010, 7065, 7382, 6923, 11371, 8703, 6825, 8381, 7138, 10596, 9536, 7552, 8609, 6773, 10605, 6924, 8002, 7987, 6811, 10048, 7384, 7873, 9250, 7144, 11131, 6880, 8938, 8058, 7081, 11447, 7919, 6602, 9028, 7171, 8999, 9995, 7327, 10664, 9357, 10421, 8849, 7070, 7817, 8474, 7025, 10904, 7158, 10162, 9989, 7618, 9077, 6897, 10294, 8666, 7026, 11264, 7198, 9294, 7814, 6883, 11090, 7180, 11516, 10235, 8053, 7787, 7125, 11389, 10445, 8378, 9473, 6818, 8590, 8303, 6747, 11294, 7332, 6727, 7948, 7131, 10771, 8241, 6820, 8688, 6858, 10532, 7149, 9819, 9837, 7925, 8684, 7106, 10262, 7061, 11093, 8324, 6729, 7848, 7080, 9599, 8701, 7252, 9020, 7040, 10399, 9215, 7038, 9625, 6939, 10290, 8234, 8972, 10038, 7507, 9842, 7111, 10833, 7151, 9558, 9131, 6908, 10702, 7209, 6671, 8626, 6852, 10588, 8486, 6843, 9044, 7043, 11531, 7091, 9621, 9947, 7005, 9075, 6981, 12424, 7119, 7277, 9294, 6809, 10465, 7112, 7422, 8309, 6799, 9908, 6676, 8165, 7481, 7111, 10575, 9120, 6959, 9010, 6858, 9545, 9217, 7268, 10812, 7162, 6850, 8126, 6878, 6797, 9180, 7686, 8881, 7273, 7441, 7155, 8825, 8969, 7559, 13915, 8011, 6819, 7732, 9154, 9317, 12329, 8267, 7766, 8984, 7900, 14264, 13270, 7066, 6543, 6954, 6665, 8965, 8361, 7104, 9702, 7155, 7760, 8452, 8082, 7572, 9574, 9472, 7277, 8841, 7654, 12454, 9477, 12775, 9449, 7151, 10183, 7829, 6798, 8682, 7622, 9043, 8259, 6682, 6855, 8113, 7178, 10290, 7311, 10238, 9282, 9339, 10981, 7315, 14026, 7183, 10189, 10501, 7502, 13678, 7245, 13711, 7501, 6945, 8599, 7627, 12299, 7708, 7051, 8367, 7622, 11506, 9785, 7338, 8343, 7190, 9668, 7877, 7139, 8442, 7592, 11508, 10219, 7631, 8992, 7642, 9727, 7327, 11454, 10187, 7328, 7906, 7374, 10211, 8890, 7206, 8184, 7265, 9816, 8297, 7669, 8044, 7484, 9675, 7523, 8029, 8688, 7280, 9961, 7876, 9423, 9914, 7392, 9289, 7269, 8316, 9237, 6998, 9628, 7329, 10421, 7528, 9865, 9248, 7345, 7579, 7217, 10199, 7099, 7178, 8602, 7323, 6712, 7630, 7006, 9887, 7830, 8288, 9383, 7151, 9979, 7242, 12062, 7553, 12723, 7345, 6774, 9465, 7055, 9505, 7654, 10128, 7795, 9172, 9347, 6895, 8936, 7444, 7691, 9088, 6724, 9984, 7361, 6837, 8091, 7455, 9503, 8414, 8929, 9105, 7233, 10165, 7500, 6976, 8348, 7739, 10113, 9332, 7938, 9779, 7503, 7569, 9847, 8008, 9704, 9775, 7706, 9128, 7945, 10778, 7730, 10490, 10393, 7360, 8767, 7848, 9709, 8493, 7498, 9142, 7819, 8906, 8988, 7682, 10590, 7648, 9799, 9951, 7543, 11295, 7243, 7120, 8162, 7482, 10106, 9637, 9124, 10068, 7380, 10086, 7464, 10593, 7519, 10617, 7528, 10532, 7404, 10764, 7521, 8687, 8097, 7357, 9574, 7435, 8706, 9635, 7263, 9127, 7505, 9730, 8815, 9547, 9553, 7121, 8833, 7598, 9656, 7944, 8320, 9025, 7377, 10030, 7385, 8157, 8898, 7470, 10837, 7149, 6915, 8880, 7450, 11599, 8968, 7161, 8649, 7739, 10113, 10084, 7902, 9987, 7489, 10027, 9294, 7406, 10446, 7733, 8900, 8164, 7659, 10514, 8840, 8213, 8003, 7578, 9652, 9344, 7477, 9335, 7708, 9842, 8891, 8447, 10441, 7474, 10380, 7626, 7874, 9097, 7370, 10463, 7400, 7081, 8394, 7473, 10607, 9224, 7257, 8256, 7843, 10305, 9248, 7178, 8822, 7430, 9753, 10315, 8027, 10941, 7021, 7419, 10415, 7953, 10166, 7253, 7324, 7797, 8000, 9975, 9437, 7735, 10575, 7706, 8208, 9899, 7905, 9388, 8275, 7796, 12305, 7826, 7771, 9909, 7594, 8244, 9541, 7841, 11566, 7903, 10001, 8074, 10342, 10417, 8016, 9233, 7502, 10334, 7608, 6833, 10094, 7254, 10047, 7954, 9188, 9046, 7597, 9674, 7874, 10905, 8792, 11237, 7888, 7785, 9492, 7904, 10599, 7777, 9968, 7632, 8954, 8637, 9524, 10001, 8113, 9401, 6921, 8691, 7757, 11642, 7784, 10422, 7817, 8240, 9265, 6981, 10080, 7749, 9932, 7771, 10978, 8061, 9255, 9082, 8177, 10720, 7865, 9571, 8854, 7635, 10737, 7978, 11068, 7883, 10775, 7978, 9123, 10264, 7485, 9333, 7913, 9323, 7807, 10489, 7643, 10631, 7603, 11121, 7602, 10879, 8168, 7048, 7752, 7160, 9444, 7591, 8530, 9678, 7422, 9421, 7719, 10306, 7810, 10021, 9742, 8833, 9211, 7317, 8635, 7286, 9975, 9201, 6936, 8659, 7371, 10114, 7973, 9616, 10126, 7623, 9498, 7778, 10753, 9216, 9024, 8398, 7600, 9371, 7017, 8342, 9620, 6909, 6718, 7586, 7569, 10146, 9616, 7610, 9626, 7871, 10730, 8427, 10048, 11019, 8411, 10052, 7689, 10264, 7682, 9849, 9020, 7408, 10048, 7786, 8248, 9718, 7637, 11023, 8050, 10042, 8237, 7232, 9842, 7723, 11964, 8386, 7724, 9195, 8119, 7226, 10182, 7449, 11080, 8014, 8598, 8862, 8179, 11100, 7312, 9825, 7764, 10785, 7682, 10741, 10334, 7156, 9051, 7923, 10337, 7849, 6577, 8881, 7586, 10337, 7945, 7719, 9086, 7556, 10358, 7394, 10801, 10394, 7155, 10431, 6882, 6736], 'WindowCenter': [4014.0, 3969.0, 3946.0, 3966.0, 3945.0, 3964.0, 3975.0, 3943.0, 3933.0, 3943.0, 3945.0, 3944.0, 3964.0, 3945.0, 3954.0, 3965.0, 3966.0, 3985.0, 3975.0, 3945.0, 3995.0, 3963.0, 3941.0, 3995.0, 3953.0, 3950.0, 3941.0, 3931.0, 3981.0, 3973.0, 3950.0, 3970.0, 3940.0, 3930.0, 3959.0, 3939.0, 3940.0, 3939.0, 3929.0, 3959.0, 3949.0, 3949.0, 3969.0, 3949.0, 3930.0, 3960.0, 3939.0, 3949.0, 3949.0, 3929.0, 3959.0, 3939.0, 3928.0, 3960.0, 3920.0, 3919.0, 3940.0, 3931.0, 3933.0, 3964.0, 3957.0, 3959.0, 3977.0, 3957.0, 3957.0, 3968.0, 3947.0, 3990.0, 3959.0, 3966.0, 3978.0, 3956.0, 3978.0, 3971.0, 3979.0, 3968.0, 3935.0, 3976.0, 3947.0, 3958.0, 3959.0, 3959.0, 3990.0, 3991.0, 3959.0, 3990.0, 3960.0, 3960.0, 3969.0, 3981.0, 3960.0, 4000.0, 3980.0, 3969.0, 3989.0, 3948.0, 4008.0, 3946.0, 3985.0, 3986.0, 3944.0, 3964.0, 3944.0, 3945.0, 3975.0, 3966.0, 3956.0, 3976.0, 3957.0, 3972.0, 3987.0, 3979.0, 3959.0, 3987.0, 3955.0, 3946.0, 3986.0, 3955.0, 3954.0, 3985.0, 3944.0, 3973.0, 3953.0, 3944.0, 3983.0, 3963.0, 3952.0, 3972.0, 3931.0, 3932.0, 3952.0, 3963.0, 3944.0, 3942.0, 3967.0, 3958.0, 3975.0, 3975.0, 3944.0, 3943.0, 3943.0, 3945.0, 3975.0, 3964.0, 3953.0, 3973.0, 3933.0, 3943.0, 3942.0, 3944.0, 3974.0, 3976.0, 3955.0, 3975.0, 3945.0, 3945.0, 3966.0, 3957.0, 3986.0, 3956.0, 3964.0, 3944.0, 3933.0, 3974.0, 3944.0, 3973.0, 3973.0, 3953.0, 3973.0, 3943.0, 3962.0, 3953.0, 3932.0, 3973.0, 3944.0, 3945.0, 3969.0, 3956.0, 3975.0, 3977.0, 3957.0, 3976.0, 3946.0, 3967.0, 3976.0, 3946.0, 3986.0, 3967.0, 3955.0, 3955.0, 3945.0, 3976.0, 3965.0, 3955.0, 3987.0, 3946.0, 3974.0, 3966.0, 3944.0, 3975.0, 3965.0, 3976.0, 3964.0, 3933.0, 3963.0, 3975.0, 3944.0, 3974.0, 3933.0, 3973.0, 3964.0, 3933.0, 3962.0, 3942.0, 3971.0, 3941.0, 3930.0, 3940.0, 3930.0, 3981.0, 3951.0, 3930.0, 3940.0, 3931.0, 3961.0, 3930.0, 3951.0, 3930.0, 3942.0, 3973.0, 3942.0, 3972.0, 3952.0, 3941.0, 3941.0, 3941.0, 3962.0, 3952.0, 3952.0, 3952.0, 3931.0, 3974.0, 3942.0, 3951.0, 3962.0, 3941.0, 3972.0, 3941.0, 3942.0, 3942.0, 3931.0, 3971.0, 3951.0, 3931.0, 3951.0, 3931.0, 3960.0, 3962.0, 3940.0, 3950.0, 3930.0, 3961.0, 3931.0, 3941.0, 3951.0, 3931.0, 3963.0, 3942.0, 3952.0, 3963.0, 3942.0, 3984.0, 3944.0, 3951.0, 3952.0, 3943.0, 3984.0, 3953.0, 3933.0, 3964.0, 3958.0, 3965.0, 3975.0, 3943.0, 3987.0, 3978.0, 3987.0, 3966.0, 3945.0, 3954.0, 3965.0, 3943.0, 3973.0, 3943.0, 3974.0, 3963.0, 3942.0, 3964.0, 3945.0, 3986.0, 3951.0, 3930.0, 3971.0, 3930.0, 3949.0, 3939.0, 3929.0, 3971.0, 3941.0, 3970.0, 3960.0, 3941.0, 3939.0, 3929.0, 3969.0, 3972.0, 3939.0, 3961.0, 3932.0, 3963.0, 3952.0, 3943.0, 3984.0, 3942.0, 3932.0, 3966.0, 3945.0, 3974.0, 3953.0, 3932.0, 3953.0, 3933.0, 3974.0, 3945.0, 3962.0, 3963.0, 3941.0, 3951.0, 3942.0, 3973.0, 3943.0, 3971.0, 3951.0, 3929.0, 3940.0, 3943.0, 3962.0, 3964.0, 3954.0, 3964.0, 3955.0, 3976.0, 3978.0, 3956.0, 3977.0, 3956.0, 3975.0, 3966.0, 3965.0, 3975.0, 3944.0, 3975.0, 3944.0, 3974.0, 3944.0, 3963.0, 3964.0, 3944.0, 3974.0, 3943.0, 3944.0, 3964.0, 3944.0, 3974.0, 3965.0, 3945.0, 3966.0, 3944.0, 3986.0, 3944.0, 3963.0, 3974.0, 3943.0, 3963.0, 3933.0, 3982.0, 3931.0, 3941.0, 3963.0, 3931.0, 3971.0, 3931.0, 3941.0, 3951.0, 3933.0, 3974.0, 3944.0, 3954.0, 3952.0, 3946.0, 3975.0, 3965.0, 3944.0, 3965.0, 3945.0, 3975.0, 3975.0, 3956.0, 3986.0, 3958.0, 3946.0, 3966.0, 3947.0, 3946.0, 3976.0, 3967.0, 3978.0, 3968.0, 3970.0, 3970.0, 3989.0, 3990.0, 3968.0, 4022.0, 3969.0, 3947.0, 3955.0, 3965.0, 3976.0, 3986.0, 3966.0, 3953.0, 3966.0, 3955.0, 3994.0, 3995.0, 3943.0, 3934.0, 3943.0, 3932.0, 3963.0, 3965.0, 3958.0, 3988.0, 3958.0, 3968.0, 3979.0, 3969.0, 3970.0, 3988.0, 3991.0, 3971.0, 3977.0, 3968.0, 3998.0, 3977.0, 3997.0, 3976.0, 3945.0, 3986.0, 3955.0, 3945.0, 3965.0, 3955.0, 3976.0, 3978.0, 3959.0, 3959.0, 3980.0, 3959.0, 3989.0, 3957.0, 3989.0, 3978.0, 3977.0, 3987.0, 3957.0, 4006.0, 3945.0, 3975.0, 3975.0, 3942.0, 3994.0, 3942.0, 3981.0, 3940.0, 3930.0, 3950.0, 3940.0, 3970.0, 3939.0, 3929.0, 3951.0, 3940.0, 3969.0, 3961.0, 3929.0, 3950.0, 3930.0, 3960.0, 3940.0, 3930.0, 3951.0, 3941.0, 3971.0, 3961.0, 3940.0, 3950.0, 3940.0, 3960.0, 3929.0, 3967.0, 3958.0, 3928.0, 3937.0, 3939.0, 3959.0, 3950.0, 3929.0, 3949.0, 3940.0, 3961.0, 3951.0, 3940.0, 3940.0, 3941.0, 3961.0, 3952.0, 3951.0, 3952.0, 3941.0, 3963.0, 3951.0, 3962.0, 3973.0, 3942.0, 3962.0, 3942.0, 3952.0, 3963.0, 3942.0, 3963.0, 3943.0, 3974.0, 3955.0, 3973.0, 3963.0, 3941.0, 3942.0, 3941.0, 3973.0, 3943.0, 3943.0, 3963.0, 3954.0, 3944.0, 3967.0, 3957.0, 3987.0, 3968.0, 3968.0, 3978.0, 3956.0, 3987.0, 3944.0, 3997.0, 3955.0, 3995.0, 3954.0, 3943.0, 3975.0, 3943.0, 3963.0, 3953.0, 3973.0, 3954.0, 3973.0, 3975.0, 3943.0, 3964.0, 3944.0, 3966.0, 3965.0, 3945.0, 3987.0, 3957.0, 3947.0, 3967.0, 3970.0, 3989.0, 3978.0, 3977.0, 3978.0, 3956.0, 3986.0, 3955.0, 3956.0, 3967.0, 3955.0, 3975.0, 3976.0, 3955.0, 3975.0, 3954.0, 3955.0, 3986.0, 3965.0, 3963.0, 3974.0, 3942.0, 3962.0, 3952.0, 3973.0, 3942.0, 3959.0, 3960.0, 3928.0, 3949.0, 3941.0, 3960.0, 3950.0, 3940.0, 3961.0, 3953.0, 3963.0, 3963.0, 3953.0, 3971.0, 3953.0, 3961.0, 3962.0, 3954.0, 3973.0, 3942.0, 3941.0, 3952.0, 3942.0, 3973.0, 3963.0, 3961.0, 3962.0, 3940.0, 3961.0, 3929.0, 3960.0, 3929.0, 3958.0, 3939.0, 3957.0, 3928.0, 3959.0, 3940.0, 3950.0, 3952.0, 3939.0, 3961.0, 3954.0, 3964.0, 3974.0, 3942.0, 3964.0, 3943.0, 3976.0, 3977.0, 3973.0, 3975.0, 3943.0, 3963.0, 3954.0, 3975.0, 3966.0, 3954.0, 3965.0, 3954.0, 3975.0, 3955.0, 3965.0, 3976.0, 3955.0, 3985.0, 3945.0, 3944.0, 3976.0, 3955.0, 3985.0, 3965.0, 3944.0, 3964.0, 3955.0, 3974.0, 3974.0, 3953.0, 3975.0, 3955.0, 3973.0, 3975.0, 3943.0, 3973.0, 3942.0, 3961.0, 3951.0, 3939.0, 3961.0, 3962.0, 3951.0, 3941.0, 3942.0, 3963.0, 3962.0, 3941.0, 3961.0, 3941.0, 3960.0, 3952.0, 3952.0, 3972.0, 3930.0, 3960.0, 3952.0, 3952.0, 3961.0, 3940.0, 3971.0, 3942.0, 3942.0, 3964.0, 3954.0, 3973.0, 3977.0, 3954.0, 3964.0, 3954.0, 3973.0, 3976.0, 3944.0, 3963.0, 3954.0, 3975.0, 3975.0, 3953.0, 3973.0, 3943.0, 3954.0, 3986.0, 3954.0, 3973.0, 3942.0, 3941.0, 3952.0, 3952.0, 3961.0, 3962.0, 3951.0, 3973.0, 3954.0, 3951.0, 3987.0, 3955.0, 3975.0, 3953.0, 3954.0, 3984.0, 3956.0, 3955.0, 3974.0, 3955.0, 3953.0, 3964.0, 3952.0, 3984.0, 3954.0, 3973.0, 3955.0, 3973.0, 3973.0, 3941.0, 3962.0, 3941.0, 3972.0, 3952.0, 3930.0, 3975.0, 3943.0, 3974.0, 3954.0, 3975.0, 3978.0, 3967.0, 3975.0, 3955.0, 3975.0, 3954.0, 3974.0, 3953.0, 3953.0, 3963.0, 3953.0, 3972.0, 3942.0, 3962.0, 3940.0, 3947.0, 3951.0, 3958.0, 3960.0, 3939.0, 3949.0, 3928.0, 3937.0, 3927.0, 3958.0, 3937.0, 3959.0, 3939.0, 3950.0, 3960.0, 3927.0, 3960.0, 3939.0, 3959.0, 3939.0, 3957.0, 3937.0, 3948.0, 3950.0, 3950.0, 3970.0, 3951.0, 3960.0, 3950.0, 3939.0, 3970.0, 3939.0, 3971.0, 3939.0, 3969.0, 3950.0, 3960.0, 3960.0, 3928.0, 3949.0, 3939.0, 3948.0, 3939.0, 3959.0, 3939.0, 3959.0, 3939.0, 3969.0, 3939.0, 3959.0, 3949.0, 3928.0, 3939.0, 3929.0, 3960.0, 3952.0, 3963.0, 3974.0, 3954.0, 3975.0, 3955.0, 3975.0, 3955.0, 3975.0, 3977.0, 3962.0, 3964.0, 3943.0, 3963.0, 3954.0, 3974.0, 3974.0, 3944.0, 3964.0, 3954.0, 3985.0, 3966.0, 3974.0, 3984.0, 3955.0, 3976.0, 3954.0, 3973.0, 3964.0, 3963.0, 3964.0, 3953.0, 3963.0, 3943.0, 3964.0, 3976.0, 3956.0, 3944.0, 3954.0, 3966.0, 3987.0, 3976.0, 3956.0, 3976.0, 3966.0, 3986.0, 3965.0, 3974.0, 3974.0, 3951.0, 3961.0, 3940.0, 3960.0, 3938.0, 3960.0, 3962.0, 3940.0, 3960.0, 3940.0, 3950.0, 3961.0, 3938.0, 3971.0, 3951.0, 3960.0, 3951.0, 3940.0, 3960.0, 3952.0, 3982.0, 3951.0, 3941.0, 3959.0, 3952.0, 3941.0, 3974.0, 3954.0, 3984.0, 3954.0, 3963.0, 3977.0, 3964.0, 3983.0, 3941.0, 3962.0, 3939.0, 3972.0, 3953.0, 3971.0, 3960.0, 3929.0, 3950.0, 3950.0, 3960.0, 3950.0, 3930.0, 3961.0, 3940.0, 3972.0, 3952.0, 3941.0, 3960.0, 3952.0, 3973.0, 3942.0, 3969.0, 3973.0, 3942.0, 3972.0, 3941.0, 3931.0], 'WindowWidth': [8949.0, 8879.0, 8843.0, 8867.0, 8837.0, 8861.0, 8876.0, 8831.0, 8817.0, 8832.0, 8836.0, 8833.0, 8861.0, 8838.0, 8847.0, 8864.0, 8865.0, 8890.0, 8877.0, 8836.0, 8903.0, 8854.0, 8824.0, 8901.0, 8843.0, 8834.0, 8825.0, 8811.0, 8877.0, 8868.0, 8832.0, 8860.0, 8819.0, 8807.0, 8843.0, 8818.0, 8818.0, 8816.0, 8805.0, 8844.0, 8831.0, 8828.0, 8857.0, 8830.0, 8807.0, 8848.0, 8816.0, 8830.0, 8830.0, 8805.0, 8842.0, 8816.0, 8802.0, 8846.0, 8793.0, 8792.0, 8822.0, 8813.0, 8817.0, 8861.0, 8857.0, 8867.0, 8885.0, 8858.0, 8856.0, 8872.0, 8845.0, 8904.0, 8861.0, 8866.0, 8884.0, 8854.0, 8887.0, 8884.0, 8889.0, 8872.0, 8825.0, 8879.0, 8843.0, 8859.0, 8861.0, 8863.0, 8904.0, 8907.0, 8862.0, 8904.0, 8866.0, 8866.0, 8877.0, 8896.0, 8867.0, 8918.0, 8891.0, 8873.0, 8902.0, 8846.0, 8926.0, 8839.0, 8887.0, 8891.0, 8834.0, 8858.0, 8832.0, 8838.0, 8875.0, 8866.0, 8852.0, 8880.0, 8857.0, 8887.0, 8897.0, 8888.0, 8859.0, 8892.0, 8850.0, 8838.0, 8891.0, 8849.0, 8844.0, 8888.0, 8832.0, 8869.0, 8842.0, 8832.0, 8882.0, 8854.0, 8838.0, 8865.0, 8811.0, 8815.0, 8841.0, 8854.0, 8832.0, 8828.0, 8869.0, 8859.0, 8874.0, 8876.0, 8832.0, 8830.0, 8831.0, 8838.0, 8874.0, 8858.0, 8842.0, 8870.0, 8816.0, 8828.0, 8827.0, 8834.0, 8870.0, 8879.0, 8850.0, 8876.0, 8836.0, 8835.0, 8868.0, 8858.0, 8891.0, 8850.0, 8858.0, 8832.0, 8817.0, 8873.0, 8833.0, 8868.0, 8870.0, 8842.0, 8868.0, 8829.0, 8853.0, 8843.0, 8814.0, 8869.0, 8832.0, 8839.0, 8877.0, 8855.0, 8877.0, 8882.0, 8853.0, 8880.0, 8840.0, 8871.0, 8883.0, 8839.0, 8892.0, 8867.0, 8850.0, 8851.0, 8836.0, 8878.0, 8863.0, 8849.0, 8896.0, 8839.0, 8874.0, 8869.0, 8832.0, 8875.0, 8864.0, 8877.0, 8858.0, 8818.0, 8856.0, 8877.0, 8835.0, 8873.0, 8818.0, 8870.0, 8858.0, 8819.0, 8853.0, 8826.0, 8863.0, 8822.0, 8806.0, 8822.0, 8807.0, 8876.0, 8835.0, 8807.0, 8821.0, 8812.0, 8849.0, 8807.0, 8837.0, 8809.0, 8827.0, 8869.0, 8829.0, 8867.0, 8841.0, 8825.0, 8826.0, 8825.0, 8852.0, 8840.0, 8840.0, 8839.0, 8812.0, 8871.0, 8828.0, 8835.0, 8854.0, 8824.0, 8865.0, 8825.0, 8830.0, 8828.0, 8811.0, 8864.0, 8837.0, 8811.0, 8838.0, 8812.0, 8847.0, 8851.0, 8821.0, 8835.0, 8808.0, 8849.0, 8811.0, 8824.0, 8838.0, 8812.0, 8855.0, 8827.0, 8838.0, 8856.0, 8827.0, 8885.0, 8835.0, 8837.0, 8840.0, 8830.0, 8886.0, 8843.0, 8817.0, 8859.0, 8862.0, 8864.0, 8875.0, 8832.0, 8895.0, 8885.0, 8895.0, 8866.0, 8837.0, 8848.0, 8862.0, 8830.0, 8870.0, 8830.0, 8869.0, 8856.0, 8827.0, 8860.0, 8836.0, 8892.0, 8838.0, 8806.0, 8863.0, 8806.0, 8830.0, 8817.0, 8804.0, 8865.0, 8825.0, 8858.0, 8846.0, 8824.0, 8820.0, 8805.0, 8856.0, 8865.0, 8818.0, 8850.0, 8814.0, 8858.0, 8843.0, 8832.0, 8887.0, 8829.0, 8815.0, 8869.0, 8838.0, 8872.0, 8845.0, 8816.0, 8843.0, 8817.0, 8874.0, 8838.0, 8854.0, 8856.0, 8823.0, 8838.0, 8828.0, 8869.0, 8829.0, 8864.0, 8838.0, 8805.0, 8821.0, 8831.0, 8854.0, 8860.0, 8847.0, 8861.0, 8852.0, 8881.0, 8883.0, 8854.0, 8883.0, 8854.0, 8877.0, 8867.0, 8863.0, 8878.0, 8832.0, 8876.0, 8832.0, 8874.0, 8833.0, 8854.0, 8859.0, 8833.0, 8872.0, 8830.0, 8834.0, 8859.0, 8834.0, 8873.0, 8863.0, 8836.0, 8866.0, 8833.0, 8891.0, 8834.0, 8857.0, 8872.0, 8830.0, 8857.0, 8816.0, 8878.0, 8809.0, 8826.0, 8855.0, 8811.0, 8864.0, 8812.0, 8825.0, 8841.0, 8819.0, 8874.0, 8835.0, 8846.0, 8844.0, 8840.0, 8876.0, 8862.0, 8833.0, 8864.0, 8838.0, 8876.0, 8877.0, 8851.0, 8892.0, 8860.0, 8843.0, 8868.0, 8844.0, 8840.0, 8881.0, 8872.0, 8886.0, 8875.0, 8879.0, 8880.0, 8904.0, 8906.0, 8873.0, 8954.0, 8876.0, 8844.0, 8850.0, 8863.0, 8878.0, 8892.0, 8867.0, 8846.0, 8867.0, 8850.0, 8898.0, 8900.0, 8832.0, 8821.0, 8832.0, 8815.0, 8855.0, 8864.0, 8859.0, 8901.0, 8861.0, 8876.0, 8889.0, 8878.0, 8879.0, 8899.0, 8908.0, 8883.0, 8885.0, 8873.0, 8913.0, 8883.0, 8907.0, 8878.0, 8838.0, 8892.0, 8853.0, 8837.0, 8863.0, 8851.0, 8878.0, 8889.0, 8866.0, 8864.0, 8893.0, 8864.0, 8902.0, 8858.0, 8902.0, 8888.0, 8881.0, 8896.0, 8856.0, 8921.0, 8838.0, 8875.0, 8876.0, 8828.0, 8899.0, 8826.0, 8876.0, 8822.0, 8810.0, 8835.0, 8822.0, 8861.0, 8819.0, 8805.0, 8838.0, 8822.0, 8858.0, 8849.0, 8806.0, 8836.0, 8809.0, 8848.0, 8821.0, 8809.0, 8840.0, 8824.0, 8864.0, 8852.0, 8823.0, 8836.0, 8822.0, 8849.0, 8806.0, 8855.0, 8843.0, 8802.0, 8814.0, 8820.0, 8845.0, 8835.0, 8805.0, 8833.0, 8823.0, 8851.0, 8837.0, 8821.0, 8823.0, 8825.0, 8853.0, 8842.0, 8839.0, 8841.0, 8826.0, 8856.0, 8840.0, 8854.0, 8871.0, 8828.0, 8856.0, 8830.0, 8842.0, 8859.0, 8829.0, 8859.0, 8831.0, 8874.0, 8851.0, 8871.0, 8859.0, 8826.0, 8828.0, 8827.0, 8873.0, 8832.0, 8832.0, 8858.0, 8849.0, 8837.0, 8871.0, 8859.0, 8898.0, 8873.0, 8872.0, 8886.0, 8856.0, 8897.0, 8836.0, 8909.0, 8850.0, 8904.0, 8849.0, 8833.0, 8876.0, 8832.0, 8859.0, 8846.0, 8872.0, 8849.0, 8873.0, 8877.0, 8831.0, 8861.0, 8834.0, 8870.0, 8866.0, 8840.0, 8898.0, 8859.0, 8845.0, 8873.0, 8882.0, 8905.0, 8886.0, 8884.0, 8886.0, 8853.0, 8893.0, 8853.0, 8857.0, 8871.0, 8851.0, 8877.0, 8882.0, 8851.0, 8876.0, 8850.0, 8853.0, 8895.0, 8865.0, 8856.0, 8873.0, 8828.0, 8856.0, 8841.0, 8870.0, 8828.0, 8844.0, 8848.0, 8803.0, 8832.0, 8824.0, 8847.0, 8835.0, 8823.0, 8852.0, 8846.0, 8857.0, 8858.0, 8843.0, 8867.0, 8843.0, 8853.0, 8855.0, 8848.0, 8873.0, 8827.0, 8826.0, 8841.0, 8829.0, 8871.0, 8858.0, 8851.0, 8854.0, 8823.0, 8850.0, 8805.0, 8847.0, 8804.0, 8841.0, 8816.0, 8839.0, 8803.0, 8845.0, 8822.0, 8832.0, 8840.0, 8821.0, 8852.0, 8848.0, 8863.0, 8876.0, 8829.0, 8861.0, 8832.0, 8880.0, 8885.0, 8873.0, 8876.0, 8832.0, 8859.0, 8848.0, 8879.0, 8868.0, 8847.0, 8864.0, 8849.0, 8878.0, 8853.0, 8866.0, 8879.0, 8851.0, 8892.0, 8838.0, 8837.0, 8881.0, 8851.0, 8892.0, 8865.0, 8834.0, 8861.0, 8850.0, 8874.0, 8874.0, 8846.0, 8878.0, 8850.0, 8871.0, 8878.0, 8833.0, 8870.0, 8827.0, 8852.0, 8838.0, 8822.0, 8851.0, 8853.0, 8838.0, 8824.0, 8829.0, 8858.0, 8855.0, 8824.0, 8851.0, 8826.0, 8848.0, 8841.0, 8840.0, 8867.0, 8808.0, 8849.0, 8843.0, 8843.0, 8851.0, 8822.0, 8865.0, 8828.0, 8830.0, 8861.0, 8848.0, 8873.0, 8885.0, 8847.0, 8861.0, 8848.0, 8872.0, 8879.0, 8834.0, 8857.0, 8849.0, 8877.0, 8877.0, 8845.0, 8872.0, 8832.0, 8848.0, 8894.0, 8848.0, 8870.0, 8827.0, 8826.0, 8842.0, 8843.0, 8851.0, 8856.0, 8840.0, 8873.0, 8847.0, 8841.0, 8896.0, 8852.0, 8878.0, 8847.0, 8847.0, 8887.0, 8856.0, 8850.0, 8873.0, 8850.0, 8845.0, 8860.0, 8843.0, 8889.0, 8849.0, 8870.0, 8850.0, 8871.0, 8871.0, 8822.0, 8854.0, 8825.0, 8867.0, 8841.0, 8811.0, 8877.0, 8833.0, 8874.0, 8849.0, 8877.0, 8886.0, 8871.0, 8879.0, 8849.0, 8878.0, 8847.0, 8872.0, 8846.0, 8845.0, 8860.0, 8844.0, 8868.0, 8829.0, 8854.0, 8820.0, 8826.0, 8837.0, 8842.0, 8847.0, 8818.0, 8832.0, 8804.0, 8811.0, 8800.0, 8842.0, 8815.0, 8845.0, 8820.0, 8834.0, 8849.0, 8800.0, 8850.0, 8819.0, 8844.0, 8819.0, 8841.0, 8815.0, 8829.0, 8834.0, 8834.0, 8862.0, 8836.0, 8846.0, 8833.0, 8819.0, 8862.0, 8819.0, 8864.0, 8819.0, 8859.0, 8837.0, 8847.0, 8848.0, 8802.0, 8831.0, 8818.0, 8830.0, 8819.0, 8845.0, 8819.0, 8846.0, 8820.0, 8859.0, 8820.0, 8846.0, 8832.0, 8802.0, 8818.0, 8808.0, 8848.0, 8842.0, 8858.0, 8875.0, 8849.0, 8878.0, 8852.0, 8878.0, 8853.0, 8878.0, 8884.0, 8856.0, 8862.0, 8831.0, 8859.0, 8849.0, 8876.0, 8876.0, 8836.0, 8863.0, 8850.0, 8892.0, 8868.0, 8874.0, 8890.0, 8851.0, 8882.0, 8848.0, 8873.0, 8860.0, 8857.0, 8862.0, 8843.0, 8857.0, 8832.0, 8860.0, 8882.0, 8856.0, 8837.0, 8850.0, 8871.0, 8899.0, 8882.0, 8854.0, 8881.0, 8867.0, 8894.0, 8865.0, 8873.0, 8874.0, 8838.0, 8853.0, 8821.0, 8848.0, 8818.0, 8850.0, 8855.0, 8821.0, 8849.0, 8823.0, 8836.0, 8853.0, 8820.0, 8866.0, 8841.0, 8850.0, 8837.0, 8822.0, 8850.0, 8842.0, 8883.0, 8839.0, 8826.0, 8848.0, 8842.0, 8826.0, 8875.0, 8849.0, 8889.0, 8847.0, 8860.0, 8884.0, 8862.0, 8886.0, 8826.0, 8855.0, 8821.0, 8869.0, 8847.0, 8864.0, 8849.0, 8805.0, 8835.0, 8837.0, 8850.0, 8838.0, 8811.0, 8852.0, 8824.0, 8868.0, 8843.0, 8826.0, 8852.0, 8841.0, 8871.0, 8831.0, 8860.0, 8870.0, 8829.0, 8869.0, 8828.0, 8813.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.0007236711478800414</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.029356415511892452</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11589291177019</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2412282103105585</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841745313354048</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.446</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7378.9185</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11182475210284404</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>66</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.825232678386763</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3633712355060497</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3014231269479786</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.58738321103925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2013073685309203</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0101234</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01032755896449089</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02825249172747135</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>967</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.00734323416013</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>31.8283</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.8016</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>136.3437</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307026.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>631.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.6871</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.3145</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.4233</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3402.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69518.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1170.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.9354</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.78072371147573</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> |