=== 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-0070 --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-0070",
"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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>1ce5a13d6f9e366f4a7d2e5c7dbf3722</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>18:58:37.332500</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0945837</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>[4151, -7756, -7245, 479, -83, -227, 34, 28]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.449</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>9f5d509d-2c0a-49de-afec-634ae78845e3||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['185837.332500', '185837.792500', '185838.252500', '185838.712500', '185839.172500', '185839.632500', '185840.092500', '185840.552500', '185841.012500', '185841.472500', '185841.932500', '185842.392500', '185842.852500', '185843.312500', '185843.772500', '185844.232500', '185844.692500', '185845.152500', '185845.612500', '185846.072500', '185846.532500', '185846.992500', '185847.452500', '185847.912500', '185848.372500', '185848.832500', '185849.292500', '185849.752500', '185850.212500', '185850.672500', '185851.132500', '185851.592500', '185852.052500', '185852.512500', '185852.972500', '185853.432500', '185853.892500', '185854.352500', '185854.812500', '185855.272500', '185855.732500', '185856.192500', '185856.652500', '185857.112500', '185857.572500', '185858.032500', '185858.492500', '185858.952500', '185859.412500', '185859.872500', '185900.332500', '185900.792500', '185901.252500', '185901.712500', '185902.172500', '185902.632500', '185903.092500', '185903.552500', '185904.012500', '185904.472500', '185904.932500', '185905.392500', '185905.852500', '185906.312500', '185906.772500', '185907.232500', '185907.692500', '185908.152500', '185908.612500', '185909.072500', '185909.532500', '185909.992500', '185910.452500', '185910.912500', '185911.372500', '185911.832500', '185912.292500', '185912.752500', '185913.212500', '185913.672500', '185914.132500', '185914.592500', '185915.052500', '185915.512500', '185915.972500', '185916.432500', '185916.892500', '185917.352500', '185917.812500', '185918.272500', '185918.732500', '185919.192500', '185919.652500', '185920.112500', '185920.572500', '185921.032500', '185921.492500', '185921.952500', '185922.412500', '185922.872500', '185923.332500', '185923.792500', '185924.252500', '185924.712500', '185925.172500', '185925.632500', '185926.092500', '185926.552500', '185927.012500', '185927.472500', '185927.932500', '185928.392500', '185928.852500', '185929.312500', '185929.772500', '185930.232500', '185930.692500', '185931.152500', '185931.612500', '185932.072500', '185932.532500', '185932.992500', '185933.452500', '185933.912500', '185934.372500', '185934.832500', '185935.292500', '185935.752500', '185936.212500', '185936.672500', '185937.132500', '185937.592500', '185938.052500', '185938.512500', '185938.972500', '185939.432500', '185939.892500', '185940.352500', '185940.812500', '185941.272500', '185941.732500', '185942.192500', '185942.652500', '185943.112500', '185943.572500', '185944.032500', '185944.492500', '185944.952500', '185945.412500', '185945.872500', '185946.332500', '185946.792500', '185947.252500', '185947.712500', '185948.172500', '185948.632500', '185949.092500', '185949.552500', '185950.012500', '185950.472500', '185950.932500', '185951.392500', '185951.852500', '185952.312500', '185952.772500', '185953.232500', '185953.692500', '185954.152500', '185954.612500', '185955.072500', '185955.532500', '185955.992500', '185956.452500', '185956.912500', '185957.372500', '185957.832500', '185958.292500', '185958.752500', '185959.212500', '185959.672500', '190000.132500', '190000.592500', '190001.052500', '190001.512500', '190001.972500', '190002.432500', '190002.892500', '190003.352500', '190003.812500', '190004.272500', '190004.732500', '190005.192500', '190005.652500', '190006.112500', '190006.572500', '190007.032500', '190007.492500', '190007.952500', '190008.412500', '190008.872500', '190009.332500', '190009.792500', '190010.252500', '190010.712500', '190011.172500', '190011.632500', '190012.092500', '190012.552500', '190013.012500', '190013.472500', '190013.932500', '190014.392500', '190014.852500', '190015.312500', '190015.772500', '190016.232500', '190016.692500', '190017.152500', '190017.612500', '190018.072500', '190018.532500', '190018.992500', '190019.452500', '190019.912500', '190020.372500', '190020.832500', '190021.292500', '190021.752500', '190022.212500', '190022.672500', '190023.132500', '190023.592500', '190024.052500', '190024.512500', '190024.972500', '190025.432500', '190025.892500', '190026.352500', '190026.812500', '190027.272500', '190027.732500', '190028.192500', '190028.652500', '190029.112500', '190029.572500', '190030.032500', '190030.492500', '190030.952500', '190031.412500', '190031.872500', '190032.332500', '190032.792500', '190033.252500', '190033.712500', '190034.172500', '190034.632500', '190035.092500', '190035.552500', '190036.012500', '190036.472500', '190036.932500', '190037.392500', '190037.852500', '190038.312500', '190038.772500', '190039.232500', '190039.692500', '190040.152500', '190040.612500', '190041.072500', '190041.532500', '190041.992500', '190042.452500', '190042.912500', '190043.372500', '190043.832500', '190044.292500', '190044.752500', '190045.212500', '190045.672500', '190046.132500', '190046.592500', '190047.052500', '190047.512500', '190047.972500', '190048.432500', '190048.892500', '190049.352500', '190049.812500', '190050.272500', '190050.732500', '190051.192500', '190051.652500', '190052.112500', '190052.572500', '190053.032500', '190053.492500', '190053.952500', '190054.412500', '190054.872500', '190055.332500', '190055.792500', '190056.252500', '190056.712500', '190057.172500', '190057.632500', '190058.092500', '190058.552500', '190059.012500', '190059.472500', '190059.932500', '190100.392500', '190100.852500', '190101.312500', '190101.772500', '190102.232500', '190102.692500', '190103.152500', '190103.612500', '190104.072500', '190104.532500', '190104.992500', '190105.452500', '190105.912500', '190106.372500', '190106.832500', '190107.292500', '190107.752500', '190108.212500', '190108.672500', '190109.132500', '190109.592500', '190110.052500', '190110.512500', '190110.972500', '190111.432500', '190111.892500', '190112.352500', '190112.812500', '190113.272500', '190113.732500', '190114.192500', '190114.652500', '190115.112500', '190115.572500', '190116.032500', '190116.492500', '190116.952500', '190117.412500', '190117.872500', '190118.332500', '190118.792500', '190119.252500', '190119.712500', '190120.172500', '190120.632500', '190121.092500', '190121.552500', '190122.012500', '190122.472500', '190122.932500', '190123.392500', '190123.852500', '190124.312500', '190124.772500', '190125.232500', '190125.692500', '190126.152500', '190126.612500', '190127.072500', '190127.532500', '190127.992500', '190128.452500', '190128.912500', '190129.372500', '190129.832500', '190130.292500', '190130.752500', '190131.212500', '190131.672500', '190132.132500', '190132.592500', '190133.052500', '190133.512500', '190133.972500', '190134.432500', '190134.892500', '190135.352500', '190135.812500', '190136.272500', '190136.732500', '190137.192500', '190137.652500', '190138.112500', '190138.572500', '190139.032500', '190139.492500', '190139.952500', '190140.412500', '190140.872500', '190141.332500', '190141.792500', '190142.252500', '190142.712500', '190143.172500', '190143.632500', '190144.092500', '190144.552500', '190145.012500', '190145.472500', '190145.932500', '190146.392500', '190146.852500', '190147.312500', '190147.772500', '190148.232500', '190148.692500', '190149.152500', '190149.612500', '190150.072500', '190150.532500', '190150.992500', '190151.452500', '190151.912500', '190152.372500', '190152.832500', '190153.292500', '190153.752500', '190154.212500', '190154.672500', '190155.132500', '190155.592500', '190156.052500', '190156.512500', '190156.972500', '190157.432500', '190157.892500', '190158.352500', '190158.812500', '190159.272500', '190159.732500', '190200.192500', '190200.652500', '190201.112500', '190201.572500', '190202.032500', '190202.492500', '190202.952500', '190203.412500', '190203.872500', '190204.332500', '190204.792500', '190205.252500', '190205.712500', '190206.172500', '190206.632500', '190207.092500', '190207.552500', '190208.012500', '190208.472500', '190208.932500', '190209.392500', '190209.852500', '190210.312500', '190210.772500', '190211.232500', '190211.692500', '190212.152500', '190212.612500', '190213.072500', '190213.532500', '190213.992500', '190214.452500', '190214.912500', '190215.372500', '190215.832500', '190216.292500', '190216.752500', '190217.212500', '190217.672500', '190218.132500', '190218.592500', '190219.052500', '190219.512500', '190219.972500', '190220.432500', '190220.892500', '190221.352500', '190221.812500', '190222.272500', '190222.732500', '190223.192500', '190223.652500', '190224.112500', '190224.572500', '190225.032500', '190225.492500', '190225.952500', '190226.412500', '190226.872500', '190227.332500', '190227.792500', '190228.252500', '190228.712500', '190229.172500', '190229.632500', '190230.092500', '190230.552500', '190231.012500', '190231.472500', '190231.932500', '190232.392500', '190232.852500', '190233.312500', '190233.772500', '190234.232500', '190234.692500', '190235.152500', '190235.612500', '190236.072500', '190236.532500', '190236.992500', '190237.452500', '190237.912500', '190238.372500', '190238.832500', '190239.292500', '190239.752500', '190240.212500', '190240.672500', '190241.132500', '190241.592500', '190242.052500', '190242.512500', '190242.972500', '190243.432500', '190243.892500', '190244.352500', '190244.812500', '190245.272500', '190245.732500', '190246.192500', '190246.652500', '190247.112500', '190247.572500', '190248.032500', '190248.492500', '190248.952500', '190249.412500', '190249.872500', '190250.332500', '190250.792500', '190251.252500', '190251.712500', '190252.172500', '190252.632500', '190253.092500', '190253.552500', '190254.012500', '190254.472500', '190254.932500', '190255.392500', '190255.852500', '190256.312500', '190256.772500', '190257.232500', '190257.692500', '190258.152500', '190258.612500', '190259.072500', '190259.532500', '190259.992500', '190300.452500', '190300.912500', '190301.372500', '190301.832500', '190302.292500', '190302.752500', '190303.212500', '190303.672500', '190304.132500', '190304.592500', '190305.052500', '190305.512500', '190305.972500', '190306.432500', '190306.892500', '190307.352500', '190307.812500', '190308.272500', '190308.732500', '190309.192500', '190309.652500', '190310.112500', '190310.572500', '190311.032500', '190311.492500', '190311.952500', '190312.412500', '190312.872500', '190313.332500', '190313.792500', '190314.252500', '190314.712500', '190315.172500', '190315.632500', '190316.092500', '190316.552500', '190317.012500', '190317.472500', '190317.932500', '190318.392500', '190318.852500', '190319.312500', '190319.772500', '190320.232500', '190320.692500', '190321.152500', '190321.612500', '190322.072500', '190322.532500', '190322.992500', '190323.452500', '190323.912500', '190324.372500', '190324.832500', '190325.292500', '190325.752500', '190326.212500', '190326.672500', '190327.132500', '190327.592500', '190328.052500', '190328.512500', '190328.972500', '190329.432500', '190329.892500', '190330.352500', '190330.812500', '190331.272500', '190331.732500', '190332.192500', '190332.652500', '190333.112500', '190333.572500', '190334.032500', '190334.492500', '190334.952500', '190335.412500', '190335.872500', '190336.332500', '190336.792500', '190337.252500', '190337.712500', '190338.172500', '190338.632500', '190339.092500', '190339.552500', '190340.012500', '190340.472500', '190340.932500', '190341.392500', '190341.852500', '190342.312500', '190342.772500', '190343.232500', '190343.692500', '190344.152500', '190344.612500', '190345.072500', '190345.532500', '190345.992500', '190346.452500', '190346.912500', '190347.372500', '190347.832500', '190348.292500', '190348.752500', '190349.212500', '190349.672500', '190350.132500', '190350.592500', '190351.052500', '190351.512500', '190351.972500', '190352.432500', '190352.892500', '190353.352500', '190353.812500', '190354.272500', '190354.732500', '190355.192500', '190355.652500', '190356.112500', '190356.572500', '190357.032500', '190357.492500', '190357.952500', '190358.412500', '190358.872500', '190359.332500', '190359.792500', '190400.252500', '190400.712500', '190401.172500', '190401.632500', '190402.092500', '190402.552500', '190403.012500', '190403.472500', '190403.932500', '190404.392500', '190404.852500', '190405.312500', '190405.772500', '190406.232500', '190406.692500', '190407.152500', '190407.612500', '190408.072500', '190408.532500', '190408.992500', '190409.452500', '190409.912500', '190410.372500', '190410.832500', '190411.292500', '190411.752500', '190412.212500', '190412.672500', '190413.132500', '190413.592500', '190414.052500', '190414.512500', '190414.972500', '190415.432500', '190415.892500', '190416.352500', '190416.812500', '190417.272500', '190417.732500', '190418.192500', '190418.652500', '190419.112500', '190419.572500', '190420.032500', '190420.492500', '190420.952500', '190421.412500', '190421.872500', '190422.332500', '190422.792500', '190423.252500', '190423.712500', '190424.172500', '190424.632500', '190425.092500', '190425.552500', '190426.012500', '190426.472500', '190426.932500', '190427.392500', '190427.852500', '190428.312500', '190428.772500', '190429.232500', '190429.692500', '190430.152500', '190430.612500', '190431.072500', '190431.532500', '190431.992500', '190432.452500', '190432.912500', '190433.372500', '190433.832500', '190434.292500', '190434.752500', '190435.212500', '190435.672500', '190436.132500', '190436.592500', '190437.052500', '190437.512500', '190437.972500', '190438.432500', '190438.892500', '190439.352500', '190439.812500', '190440.272500', '190440.732500', '190441.192500', '190441.652500', '190442.112500', '190442.572500', '190443.032500', '190443.492500', '190443.952500', '190444.412500', '190444.872500', '190445.332500', '190445.792500', '190446.252500', '190446.712500', '190447.172500', '190447.632500', '190448.092500', '190448.552500', '190449.012500', '190449.472500', '190449.932500', '190450.392500', '190450.852500', '190451.312500', '190451.772500', '190452.232500', '190452.692500', '190453.152500', '190453.612500', '190454.072500', '190454.532500', '190454.992500', '190455.452500', '190455.912500', '190456.372500', '190456.832500', '190457.292500', '190457.752500', '190458.212500', '190458.672500', '190459.132500', '190459.592500', '190500.052500', '190500.512500', '190500.972500', '190501.432500', '190501.892500', '190502.352500', '190502.812500', '190503.272500', '190503.732500', '190504.192500', '190504.652500', '190505.112500', '190505.572500', '190506.032500', '190506.492500', '190506.952500', '190507.412500', '190507.872500', '190508.332500', '190508.792500', '190509.252500', '190509.712500', '190510.172500', '190510.632500', '190511.092500', '190511.552500', '190512.012500', '190512.472500', '190512.932500', '190513.392500', '190513.852500', '190514.312500', '190514.772500', '190515.232500', '190515.692500', '190516.152500', '190516.612500', '190517.072500', '190517.532500', '190517.992500', '190518.452500', '190518.912500', '190519.372500', '190519.832500', '190520.292500', '190520.752500', '190521.212500', '190521.672500', '190522.132500', '190522.592500', '190523.052500', '190523.512500', '190523.972500', '190524.432500', '190524.892500', '190525.352500', '190525.812500', '190526.272500', '190526.732500', '190527.192500', '190527.652500', '190528.112500', '190528.572500', '190529.032500', '190529.492500', '190529.952500', '190530.412500', '190530.872500', '190531.332500', '190531.792500', '190532.252500', '190532.712500', '190533.172500', '190533.632500', '190534.092500', '190534.552500', '190535.012500', '190535.472500', '190535.932500', '190536.392500', '190536.852500', '190537.312500', '190537.772500', '190538.232500', '190538.692500', '190539.152500', '190539.612500', '190540.072500', '190540.532500', '190540.992500', '190541.452500', '190541.912500', '190542.372500', '190542.832500', '190543.292500', '190543.752500', '190544.212500', '190544.672500', '190545.132500', '190545.592500', '190546.052500', '190546.512500', '190546.972500', '190547.432500', '190547.892500', '190548.352500', '190548.812500', '190549.272500', '190549.732500', '190550.192500', '190550.652500', '190551.112500', '190551.572500', '190552.032500', '190552.492500', '190552.952500', '190553.412500', '190553.872500', '190554.332500', '190554.792500', '190555.252500', '190555.712500', '190556.172500', '190556.632500', '190557.092500', '190557.552500', '190558.012500', '190558.472500', '190558.932500', '190559.392500', '190559.852500', '190600.312500', '190600.772500', '190601.232500', '190601.692500'], 'ContentTime': ['185849.639000', '185849.643000', '185849.646000', '185849.649000', '185849.651000', '185849.654000', '185849.656000', '185849.659000', '185849.662000', '185849.664000', '185849.667000', '185849.670000', '185849.672000', '185849.675000', '185849.678000', '185849.680000', '185849.683000', '185849.685000', '185849.688000', '185849.691000', '185849.693000', '185849.696000', '185849.703000', '185849.706000', '185849.708000', '185909.611000', '185909.615000', '185909.617000', '185909.620000', '185909.622000', '185909.625000', '185909.637000', '185909.639000', '185909.642000', '185909.644000', '185909.647000', '185909.650000', '185909.652000', '185909.655000', '185909.657000', '185909.660000', '185909.663000', '185909.665000', '185909.668000', '185909.671000', '185909.676000', '185909.679000', '185909.681000', '185909.684000', '185909.687000', '185909.689000', '185909.692000', '185909.694000', '185909.697000', '185909.700000', '185909.702000', '185909.705000', '185909.708000', '185909.710000', '185909.713000', '185909.715000', '185909.718000', '185909.721000', '185909.723000', '185909.726000', '185909.728000', '185909.731000', '185909.734000', '185929.611000', '185929.614000', '185929.617000', '185929.620000', '185929.623000', '185929.625000', '185929.628000', '185929.631000', '185929.633000', '185929.636000', '185929.639000', '185929.641000', '185929.644000', '185929.646000', '185929.649000', '185929.652000', '185929.654000', '185929.657000', '185929.660000', '185929.663000', '185929.665000', '185929.668000', '185929.670000', '185929.673000', '185929.676000', '185929.678000', '185929.681000', '185929.684000', '185929.686000', '185929.689000', '185929.692000', '185929.694000', '185929.697000', '185929.699000', '185929.702000', '185929.705000', '185929.708000', '185929.710000', '185929.713000', '185929.716000', '185929.718000', '185929.721000', '185929.724000', '185929.726000', '185949.612000', '185949.614000', '185949.617000', '185949.620000', '185949.623000', '185949.625000', '185949.628000', '185949.630000', '185949.633000', '185949.636000', '185949.639000', '185949.641000', '185949.644000', '185949.647000', '185949.650000', '185949.653000', '185949.656000', '185949.659000', '185949.662000', '185949.664000', '185949.667000', '185949.670000', '185949.672000', '185949.675000', '185949.678000', '185949.680000', '185949.683000', '185949.685000', '185949.688000', '185949.691000', '185949.693000', '185949.696000', '185949.699000', '185949.701000', '185949.704000', '185949.706000', '185949.709000', '185949.712000', '185949.715000', '185949.717000', '185949.720000', '185949.722000', '185949.725000', '190009.611000', '190009.615000', '190009.617000', '190009.620000', '190009.622000', '190009.625000', '190009.628000', '190009.630000', '190009.633000', '190009.636000', '190009.638000', '190009.641000', '190009.643000', '190009.646000', '190009.672000', '190009.675000', '190009.677000', '190009.680000', '190009.683000', '190009.685000', '190009.688000', '190009.690000', '190009.693000', '190009.695000', '190009.698000', '190009.701000', '190009.703000', '190009.706000', '190009.709000', '190009.711000', '190009.714000', '190009.717000', '190009.719000', '190009.722000', '190009.724000', '190009.727000', '190009.730000', '190009.732000', '190009.735000', '190009.737000', '190009.740000', '190009.743000', '190009.745000', '190009.748000', '190029.610000', '190029.613000', '190029.616000', '190029.619000', '190029.621000', '190029.624000', '190029.626000', '190029.629000', '190029.632000', '190029.634000', '190029.637000', '190029.639000', '190029.642000', '190029.645000', '190029.647000', '190029.650000', '190029.653000', '190029.655000', '190029.658000', '190029.661000', '190029.663000', '190029.666000', '190029.668000', '190029.671000', '190029.674000', '190029.676000', '190029.679000', '190029.682000', '190029.684000', '190029.687000', '190029.690000', '190029.692000', '190029.695000', '190029.698000', '190029.700000', '190029.703000', '190029.706000', '190029.709000', '190029.711000', '190029.714000', '190029.716000', '190029.719000', '190029.722000', '190049.611000', '190049.614000', '190049.617000', '190049.619000', '190049.622000', '190049.625000', '190049.628000', '190049.630000', '190049.633000', '190049.636000', '190049.638000', '190049.641000', '190049.644000', '190049.646000', '190049.649000', '190049.651000', '190049.654000', '190049.657000', '190049.659000', '190049.662000', '190049.665000', '190049.667000', '190049.670000', '190049.672000', '190049.675000', '190049.678000', '190049.680000', '190049.683000', '190049.686000', '190049.688000', '190049.691000', '190049.694000', '190049.697000', '190049.699000', '190049.702000', '190049.704000', '190049.707000', '190049.710000', '190049.712000', '190049.715000', '190049.718000', '190049.720000', '190049.723000', '190049.725000', '190109.612000', '190109.614000', '190109.617000', '190109.620000', '190109.623000', '190109.626000', '190109.628000', '190109.631000', '190109.634000', '190109.636000', '190109.639000', '190109.642000', '190109.644000', '190109.647000', '190109.650000', '190109.652000', '190109.655000', '190109.658000', '190109.660000', '190109.663000', '190109.666000', '190109.668000', '190109.671000', '190109.674000', '190109.676000', '190109.679000', '190109.681000', '190109.684000', '190109.687000', '190109.689000', '190109.693000', '190109.696000', '190109.699000', '190109.701000', '190109.704000', '190109.707000', '190109.709000', '190109.712000', '190109.714000', '190109.717000', '190109.720000', '190109.723000', '190109.725000', '190129.611000', '190129.614000', '190129.617000', '190129.620000', '190129.622000', '190129.625000', '190129.628000', '190129.630000', '190129.633000', '190129.636000', '190129.638000', '190129.641000', '190129.644000', '190129.646000', '190129.649000', '190129.652000', '190129.654000', '190129.657000', '190129.660000', '190129.662000', '190129.665000', '190129.668000', '190129.670000', '190129.673000', '190129.676000', '190129.678000', '190129.681000', '190129.684000', '190129.686000', '190129.689000', '190129.692000', '190129.694000', '190129.697000', '190129.700000', '190129.702000', '190129.705000', '190129.708000', '190129.710000', '190129.713000', '190129.716000', '190129.718000', '190129.721000', '190129.723000', '190129.726000', '190149.611000', '190149.614000', '190149.617000', '190149.620000', '190149.622000', '190149.625000', '190149.628000', '190149.630000', '190149.633000', '190149.645000', '190149.647000', '190149.650000', '190149.652000', '190149.655000', '190149.658000', '190149.660000', '190149.663000', '190149.666000', '190149.668000', '190149.671000', '190149.673000', '190149.676000', '190149.679000', '190149.683000', '190149.686000', '190149.688000', '190149.691000', '190149.694000', '190149.696000', '190149.699000', '190149.701000', '190149.704000', '190149.707000', '190149.709000', '190149.712000', '190149.715000', '190149.717000', '190149.720000', '190149.723000', '190149.725000', '190149.728000', '190149.731000', '190149.733000', '190209.611000', '190209.614000', '190209.617000', '190209.620000', '190209.622000', '190209.625000', '190209.628000', '190209.630000', '190209.640000', '190209.643000', '190209.646000', '190209.648000', '190209.651000', '190209.654000', '190209.656000', '190209.659000', '190209.662000', '190209.664000', '190209.667000', '190209.670000', '190209.672000', '190209.675000', '190209.680000', '190209.683000', '190209.685000', '190209.688000', '190209.691000', '190209.693000', '190209.696000', '190209.699000', '190209.701000', '190209.704000', '190209.707000', '190209.709000', '190209.712000', '190209.714000', '190209.717000', '190209.720000', '190209.722000', '190209.725000', '190209.728000', '190209.730000', '190209.733000', '190209.735000', '190229.612000', '190229.614000', '190229.617000', '190229.620000', '190229.623000', '190229.625000', '190229.628000', '190229.630000', '190229.633000', '190229.636000', '190229.638000', '190229.641000', '190229.644000', '190229.647000', '190229.649000', '190229.652000', '190229.655000', '190229.657000', '190229.660000', '190229.662000', '190229.665000', '190229.668000', '190229.670000', '190229.673000', '190229.676000', '190229.678000', '190229.681000', '190229.683000', '190229.686000', '190229.689000', '190229.692000', '190229.694000', '190229.697000', '190229.700000', '190229.702000', '190229.705000', '190229.708000', '190229.710000', '190229.713000', '190229.715000', '190229.718000', '190229.721000', '190229.724000', '190249.610000', '190249.614000', '190249.636000', '190249.639000', '190249.641000', '190249.644000', '190249.647000', '190249.650000', '190249.652000', '190249.655000', '190249.658000', '190249.660000', '190249.663000', '190249.666000', '190249.668000', '190249.671000', '190249.673000', '190249.676000', '190249.679000', '190249.681000', '190249.684000', '190249.687000', '190249.689000', '190249.692000', '190249.695000', '190249.697000', '190249.700000', '190249.703000', '190249.705000', '190249.708000', '190249.711000', '190249.713000', '190249.716000', '190249.718000', '190249.721000', '190249.724000', '190249.726000', '190249.729000', '190249.732000', '190249.735000', '190249.737000', '190249.740000', '190249.743000', '190249.745000', '190309.612000', '190309.614000', '190309.617000', '190309.620000', '190309.623000', '190309.625000', '190309.628000', '190309.631000', '190309.633000', '190309.636000', '190309.639000', '190309.641000', '190309.644000', '190309.646000', '190309.649000', '190309.652000', '190309.654000', '190309.657000', '190309.660000', '190309.662000', '190309.665000', '190309.668000', '190309.670000', '190309.673000', '190309.676000', '190309.678000', '190309.681000', '190309.684000', '190309.686000', '190309.689000', '190309.691000', '190309.694000', '190309.697000', '190309.699000', '190309.717000', '190309.720000', '190309.723000', '190309.726000', '190309.728000', '190309.731000', '190309.734000', '190309.737000', '190309.741000', '190329.611000', '190329.614000', '190329.617000', '190329.620000', '190329.623000', '190329.625000', '190329.628000', '190329.631000', '190329.633000', '190329.636000', '190329.639000', '190329.641000', '190329.644000', '190329.647000', '190329.649000', '190329.652000', '190329.654000', '190329.657000', '190329.660000', '190329.662000', '190329.665000', '190329.667000', '190329.670000', '190329.673000', '190329.675000', '190329.678000', '190329.680000', '190329.683000', '190329.686000', '190329.689000', '190329.691000', '190329.694000', '190329.696000', '190329.699000', '190329.702000', '190329.704000', '190329.707000', '190329.710000', '190329.712000', '190329.715000', '190329.718000', '190329.720000', '190329.723000', '190329.725000', '190349.612000', '190349.615000', '190349.617000', '190349.620000', '190349.623000', '190349.626000', '190349.628000', '190349.631000', '190349.634000', '190349.636000', '190349.639000', '190349.642000', '190349.644000', '190349.647000', '190349.650000', '190349.652000', '190349.655000', '190349.657000', '190349.661000', '190349.663000', '190349.666000', '190349.668000', '190349.671000', '190349.674000', '190349.676000', '190349.679000', '190349.682000', '190349.684000', '190349.687000', '190349.690000', '190349.692000', '190349.695000', '190349.698000', '190349.700000', '190349.703000', '190349.706000', '190349.708000', '190349.711000', '190349.713000', '190349.716000', '190349.719000', '190349.721000', '190349.724000', '190409.611000', '190409.614000', '190409.617000', '190409.620000', '190409.622000', '190409.625000', '190409.628000', '190409.631000', '190409.633000', '190409.636000', '190409.638000', '190409.641000', '190409.644000', '190409.646000', '190409.649000', '190409.652000', '190409.654000', '190409.657000', '190409.660000', '190409.662000', '190409.665000', '190409.667000', '190409.670000', '190409.673000', '190409.675000', '190409.678000', '190409.681000', '190409.683000', '190409.686000', '190409.689000', '190409.691000', '190409.694000', '190409.697000', '190409.699000', '190409.702000', '190409.705000', '190409.707000', '190409.710000', '190409.712000', '190409.715000', '190409.718000', '190409.720000', '190409.723000', '190409.726000', '190429.611000', '190429.615000', '190429.617000', '190429.620000', '190429.623000', '190429.626000', '190429.628000', '190429.631000', '190429.634000', '190429.636000', '190429.639000', '190429.642000', '190429.644000', '190429.647000', '190429.650000', '190429.652000', '190429.655000', '190429.658000', '190429.660000', '190429.663000', '190429.666000', '190429.668000', '190429.671000', '190429.674000', '190429.676000', '190429.679000', '190429.682000', '190429.684000', '190429.687000', '190429.690000', '190429.692000', '190429.695000', '190429.698000', '190429.700000', '190429.703000', '190429.706000', '190429.709000', '190429.712000', '190429.715000', '190429.718000', '190429.720000', '190429.723000', '190429.725000', '190449.612000', '190449.615000', '190449.618000', '190449.620000', '190449.623000', '190449.625000', '190449.628000', '190449.631000', '190449.633000', '190449.636000', '190449.639000', '190449.641000', '190449.644000', '190449.647000', '190449.649000', '190449.652000', '190449.655000', '190449.658000', '190449.660000', '190449.663000', '190449.666000', '190449.668000', '190449.671000', '190449.674000', '190449.676000', '190449.679000', '190449.682000', '190449.684000', '190449.687000', '190449.690000', '190449.692000', '190449.695000', '190449.699000', '190449.701000', '190449.704000', '190449.707000', '190449.710000', '190449.712000', '190449.715000', '190449.718000', '190449.720000', '190449.723000', '190449.726000', '190449.728000', '190509.610000', '190509.613000', '190509.616000', '190509.619000', '190509.622000', '190509.625000', '190509.627000', '190509.630000', '190509.633000', '190509.635000', '190509.638000', '190509.641000', '190509.643000', '190509.646000', '190509.649000', '190509.651000', '190509.654000', '190509.657000', '190509.659000', '190509.662000', '190509.665000', '190509.667000', '190509.670000', '190509.673000', '190509.675000', '190509.678000', '190509.681000', '190509.683000', '190509.686000', '190509.689000', '190509.691000', '190509.694000', '190509.697000', '190509.699000', '190509.702000', '190509.705000', '190509.707000', '190509.710000', '190509.713000', '190509.715000', '190509.718000', '190509.720000', '190509.723000', '190529.612000', '190529.615000', '190529.617000', '190529.620000', '190529.623000', '190529.625000', '190529.628000', '190529.630000', '190529.633000', '190529.636000', '190529.639000', '190529.641000', '190529.644000', '190529.647000', '190529.649000', '190529.652000', '190529.655000', '190529.657000', '190529.660000', '190529.663000', '190529.665000', '190529.668000', '190529.670000', '190529.673000', '190529.676000', '190529.678000', '190529.681000', '190529.684000', '190529.686000', '190529.689000', '190529.692000', '190529.694000', '190529.697000', '190529.699000', '190529.702000', '190529.705000', '190529.707000', '190529.710000', '190529.713000', '190529.715000', '190529.718000', '190529.721000', '190529.724000', '190529.726000', '190549.611000', '190549.614000', '190549.617000', '190549.620000', '190549.623000', '190549.625000', '190549.628000', '190549.631000', '190549.633000', '190549.636000', '190549.639000', '190549.641000', '190549.644000', '190549.647000', '190549.649000', '190549.652000', '190549.654000', '190549.657000', '190549.660000', '190549.662000', '190549.665000', '190549.668000', '190549.670000', '190549.673000', '190549.675000', '190549.678000', '190549.681000', '190549.683000', '190549.686000', '190549.689000', '190549.691000', '190549.694000', '190549.696000', '190549.699000', '190549.702000', '190549.704000', '190549.707000', '190549.710000', '190549.712000', '190549.715000', '190549.717000', '190549.720000', '190549.723000', '190602.702000', '190602.706000', '190602.709000', '190602.712000', '190602.715000', '190602.718000', '190602.721000', '190602.724000', '190602.727000', '190602.730000', '190602.733000', '190602.736000', '190602.739000', '190602.742000', '190602.746000', '190602.749000', '190602.752000', '190602.755000', '190602.757000', '190602.760000', '190602.763000', '190602.766000', '190602.768000', '190602.771000', '190602.774000', '190602.776000', '190602.780000', '190602.782000', '190602.785000'], 'InstanceCreationTime': ['185849.639000', '185849.643000', '185849.646000', '185849.649000', '185849.651000', '185849.654000', '185849.656000', '185849.659000', '185849.662000', '185849.664000', '185849.667000', '185849.670000', '185849.672000', '185849.675000', '185849.678000', '185849.680000', '185849.683000', '185849.685000', '185849.688000', '185849.691000', '185849.693000', '185849.696000', '185849.703000', '185849.706000', '185849.708000', '185909.611000', '185909.615000', '185909.617000', '185909.620000', '185909.622000', '185909.625000', '185909.637000', '185909.639000', '185909.642000', '185909.644000', '185909.647000', '185909.650000', '185909.652000', '185909.655000', '185909.657000', '185909.660000', '185909.663000', '185909.665000', '185909.668000', '185909.671000', '185909.676000', '185909.679000', '185909.681000', '185909.684000', '185909.687000', '185909.689000', '185909.692000', '185909.694000', '185909.697000', '185909.700000', '185909.702000', '185909.705000', '185909.708000', '185909.710000', '185909.713000', '185909.715000', '185909.718000', '185909.721000', '185909.723000', '185909.726000', '185909.728000', '185909.731000', '185909.734000', '185929.611000', '185929.614000', '185929.617000', '185929.620000', '185929.623000', '185929.625000', '185929.628000', '185929.631000', '185929.633000', '185929.636000', '185929.639000', '185929.641000', '185929.644000', '185929.646000', '185929.649000', '185929.652000', '185929.654000', '185929.657000', '185929.660000', '185929.663000', '185929.665000', '185929.668000', '185929.670000', '185929.673000', '185929.676000', '185929.678000', '185929.681000', '185929.684000', '185929.686000', '185929.689000', '185929.692000', '185929.694000', '185929.697000', '185929.699000', '185929.702000', '185929.705000', '185929.708000', '185929.710000', '185929.713000', '185929.716000', '185929.718000', '185929.721000', '185929.724000', '185929.726000', '185949.612000', '185949.614000', '185949.617000', '185949.620000', '185949.623000', '185949.625000', '185949.628000', '185949.630000', '185949.633000', '185949.636000', '185949.639000', '185949.641000', '185949.644000', '185949.647000', '185949.650000', '185949.653000', '185949.656000', '185949.659000', '185949.662000', '185949.664000', '185949.667000', '185949.670000', '185949.672000', '185949.675000', '185949.678000', '185949.680000', '185949.683000', '185949.685000', '185949.688000', '185949.691000', '185949.693000', '185949.696000', '185949.699000', '185949.701000', '185949.704000', '185949.706000', '185949.709000', '185949.712000', '185949.715000', '185949.717000', '185949.720000', '185949.722000', '185949.725000', '190009.611000', '190009.615000', '190009.617000', '190009.620000', '190009.622000', '190009.625000', '190009.628000', '190009.630000', '190009.633000', '190009.636000', '190009.638000', '190009.641000', '190009.643000', '190009.646000', '190009.672000', '190009.675000', '190009.677000', '190009.680000', '190009.683000', '190009.685000', '190009.688000', '190009.690000', '190009.693000', '190009.695000', '190009.698000', '190009.701000', '190009.703000', '190009.706000', '190009.709000', '190009.711000', '190009.714000', '190009.717000', '190009.719000', '190009.722000', '190009.724000', '190009.727000', '190009.730000', '190009.732000', '190009.735000', '190009.737000', '190009.740000', '190009.743000', '190009.745000', '190009.748000', '190029.610000', '190029.613000', '190029.616000', '190029.619000', '190029.621000', '190029.624000', '190029.626000', '190029.629000', '190029.632000', '190029.634000', '190029.637000', '190029.639000', '190029.642000', '190029.645000', '190029.647000', '190029.650000', '190029.653000', '190029.655000', '190029.658000', '190029.661000', '190029.663000', '190029.666000', '190029.668000', '190029.671000', '190029.674000', '190029.676000', '190029.679000', '190029.682000', '190029.684000', '190029.687000', '190029.690000', '190029.692000', '190029.695000', '190029.698000', '190029.700000', '190029.703000', '190029.706000', '190029.709000', '190029.711000', '190029.714000', '190029.716000', '190029.719000', '190029.722000', '190049.611000', '190049.614000', '190049.617000', '190049.619000', '190049.622000', '190049.625000', '190049.628000', '190049.630000', '190049.633000', '190049.636000', '190049.638000', '190049.641000', '190049.644000', '190049.646000', '190049.649000', '190049.651000', '190049.654000', '190049.657000', '190049.659000', '190049.662000', '190049.665000', '190049.667000', '190049.670000', '190049.672000', '190049.675000', '190049.678000', '190049.680000', '190049.683000', '190049.686000', '190049.688000', '190049.691000', '190049.694000', '190049.697000', '190049.699000', '190049.702000', '190049.704000', '190049.707000', '190049.710000', '190049.712000', '190049.715000', '190049.718000', '190049.720000', '190049.723000', '190049.725000', '190109.612000', '190109.614000', '190109.617000', '190109.620000', '190109.623000', '190109.626000', '190109.628000', '190109.631000', '190109.634000', '190109.636000', '190109.639000', '190109.642000', '190109.644000', '190109.647000', '190109.650000', '190109.652000', '190109.655000', '190109.658000', '190109.660000', '190109.663000', '190109.666000', '190109.668000', '190109.671000', '190109.674000', '190109.676000', '190109.679000', '190109.681000', '190109.684000', '190109.687000', '190109.689000', '190109.693000', '190109.696000', '190109.699000', '190109.701000', '190109.704000', '190109.707000', '190109.709000', '190109.712000', '190109.714000', '190109.717000', '190109.720000', '190109.723000', '190109.725000', '190129.611000', '190129.614000', '190129.617000', '190129.620000', '190129.622000', '190129.625000', '190129.628000', '190129.630000', '190129.633000', '190129.636000', '190129.638000', '190129.641000', '190129.644000', '190129.646000', '190129.649000', '190129.652000', '190129.654000', '190129.657000', '190129.660000', '190129.662000', '190129.665000', '190129.668000', '190129.670000', '190129.673000', '190129.676000', '190129.678000', '190129.681000', '190129.684000', '190129.686000', '190129.689000', '190129.692000', '190129.694000', '190129.697000', '190129.700000', '190129.702000', '190129.705000', '190129.708000', '190129.710000', '190129.713000', '190129.716000', '190129.718000', '190129.721000', '190129.723000', '190129.726000', '190149.611000', '190149.614000', '190149.617000', '190149.620000', '190149.622000', '190149.625000', '190149.628000', '190149.630000', '190149.633000', '190149.645000', '190149.647000', '190149.650000', '190149.652000', '190149.655000', '190149.658000', '190149.660000', '190149.663000', '190149.666000', '190149.668000', '190149.671000', '190149.673000', '190149.676000', '190149.679000', '190149.683000', '190149.686000', '190149.688000', '190149.691000', '190149.694000', '190149.696000', '190149.699000', '190149.701000', '190149.704000', '190149.707000', '190149.709000', '190149.712000', '190149.715000', '190149.717000', '190149.720000', '190149.723000', '190149.725000', '190149.728000', '190149.731000', '190149.733000', '190209.611000', '190209.614000', '190209.617000', '190209.620000', '190209.622000', '190209.625000', '190209.628000', '190209.630000', '190209.640000', '190209.643000', '190209.646000', '190209.648000', '190209.651000', '190209.654000', '190209.656000', '190209.659000', '190209.662000', '190209.664000', '190209.667000', '190209.670000', '190209.672000', '190209.675000', '190209.680000', '190209.683000', '190209.685000', '190209.688000', '190209.691000', '190209.693000', '190209.696000', '190209.699000', '190209.701000', '190209.704000', '190209.707000', '190209.709000', '190209.712000', '190209.714000', '190209.717000', '190209.720000', '190209.722000', '190209.725000', '190209.728000', '190209.730000', '190209.733000', '190209.735000', '190229.612000', '190229.614000', '190229.617000', '190229.620000', '190229.623000', '190229.625000', '190229.628000', '190229.630000', '190229.633000', '190229.636000', '190229.638000', '190229.641000', '190229.644000', '190229.647000', '190229.649000', '190229.652000', '190229.655000', '190229.657000', '190229.660000', '190229.662000', '190229.665000', '190229.668000', '190229.670000', '190229.673000', '190229.676000', '190229.678000', '190229.681000', '190229.683000', '190229.686000', '190229.689000', '190229.692000', '190229.694000', '190229.697000', '190229.700000', '190229.702000', '190229.705000', '190229.708000', '190229.710000', '190229.713000', '190229.715000', '190229.718000', '190229.721000', '190229.724000', '190249.610000', '190249.614000', '190249.636000', '190249.639000', '190249.641000', '190249.644000', '190249.647000', '190249.650000', '190249.652000', '190249.655000', '190249.658000', '190249.660000', '190249.663000', '190249.666000', '190249.668000', '190249.671000', '190249.673000', '190249.676000', '190249.679000', '190249.681000', '190249.684000', '190249.687000', '190249.689000', '190249.692000', '190249.695000', '190249.697000', '190249.700000', '190249.703000', '190249.705000', '190249.708000', '190249.711000', '190249.713000', '190249.716000', '190249.718000', '190249.721000', '190249.724000', '190249.726000', '190249.729000', '190249.732000', '190249.735000', '190249.737000', '190249.740000', '190249.743000', '190249.745000', '190309.612000', '190309.614000', '190309.617000', '190309.620000', '190309.623000', '190309.625000', '190309.628000', '190309.631000', '190309.633000', '190309.636000', '190309.639000', '190309.641000', '190309.644000', '190309.646000', '190309.649000', '190309.652000', '190309.654000', '190309.657000', '190309.660000', '190309.662000', '190309.665000', '190309.668000', '190309.670000', '190309.673000', '190309.676000', '190309.678000', '190309.681000', '190309.684000', '190309.686000', '190309.689000', '190309.691000', '190309.694000', '190309.697000', '190309.699000', '190309.717000', '190309.720000', '190309.723000', '190309.726000', '190309.728000', '190309.731000', '190309.734000', '190309.737000', '190309.741000', '190329.611000', '190329.614000', '190329.617000', '190329.620000', '190329.623000', '190329.625000', '190329.628000', '190329.631000', '190329.633000', '190329.636000', '190329.639000', '190329.641000', '190329.644000', '190329.647000', '190329.649000', '190329.652000', '190329.654000', '190329.657000', '190329.660000', '190329.662000', '190329.665000', '190329.667000', '190329.670000', '190329.673000', '190329.675000', '190329.678000', '190329.680000', '190329.683000', '190329.686000', '190329.689000', '190329.691000', '190329.694000', '190329.696000', '190329.699000', '190329.702000', '190329.704000', '190329.707000', '190329.710000', '190329.712000', '190329.715000', '190329.718000', '190329.720000', '190329.723000', '190329.725000', '190349.612000', '190349.615000', '190349.617000', '190349.620000', '190349.623000', '190349.626000', '190349.628000', '190349.631000', '190349.634000', '190349.636000', '190349.639000', '190349.642000', '190349.644000', '190349.647000', '190349.650000', '190349.652000', '190349.655000', '190349.657000', '190349.661000', '190349.663000', '190349.666000', '190349.668000', '190349.671000', '190349.674000', '190349.676000', '190349.679000', '190349.682000', '190349.684000', '190349.687000', '190349.690000', '190349.692000', '190349.695000', '190349.698000', '190349.700000', '190349.703000', '190349.706000', '190349.708000', '190349.711000', '190349.713000', '190349.716000', '190349.719000', '190349.721000', '190349.724000', '190409.611000', '190409.614000', '190409.617000', '190409.620000', '190409.622000', '190409.625000', '190409.628000', '190409.631000', '190409.633000', '190409.636000', '190409.638000', '190409.641000', '190409.644000', '190409.646000', '190409.649000', '190409.652000', '190409.654000', '190409.657000', '190409.660000', '190409.662000', '190409.665000', '190409.667000', '190409.670000', '190409.673000', '190409.675000', '190409.678000', '190409.681000', '190409.683000', '190409.686000', '190409.689000', '190409.691000', '190409.694000', '190409.697000', '190409.699000', '190409.702000', '190409.705000', '190409.707000', '190409.710000', '190409.712000', '190409.715000', '190409.718000', '190409.720000', '190409.723000', '190409.726000', '190429.611000', '190429.615000', '190429.617000', '190429.620000', '190429.623000', '190429.626000', '190429.628000', '190429.631000', '190429.634000', '190429.636000', '190429.639000', '190429.642000', '190429.644000', '190429.647000', '190429.650000', '190429.652000', '190429.655000', '190429.658000', '190429.660000', '190429.663000', '190429.666000', '190429.668000', '190429.671000', '190429.674000', '190429.676000', '190429.679000', '190429.682000', '190429.684000', '190429.687000', '190429.690000', '190429.692000', '190429.695000', '190429.698000', '190429.700000', '190429.703000', '190429.706000', '190429.709000', '190429.712000', '190429.715000', '190429.718000', '190429.720000', '190429.723000', '190429.725000', '190449.612000', '190449.615000', '190449.618000', '190449.620000', '190449.623000', '190449.625000', '190449.628000', '190449.631000', '190449.633000', '190449.636000', '190449.639000', '190449.641000', '190449.644000', '190449.647000', '190449.649000', '190449.652000', '190449.655000', '190449.658000', '190449.660000', '190449.663000', '190449.666000', '190449.668000', '190449.671000', '190449.674000', '190449.676000', '190449.679000', '190449.682000', '190449.684000', '190449.687000', '190449.690000', '190449.692000', '190449.695000', '190449.699000', '190449.701000', '190449.704000', '190449.707000', '190449.710000', '190449.712000', '190449.715000', '190449.718000', '190449.720000', '190449.723000', '190449.726000', '190449.728000', '190509.610000', '190509.613000', '190509.616000', '190509.619000', '190509.622000', '190509.625000', '190509.627000', '190509.630000', '190509.633000', '190509.635000', '190509.638000', '190509.641000', '190509.643000', '190509.646000', '190509.649000', '190509.651000', '190509.654000', '190509.657000', '190509.659000', '190509.662000', '190509.665000', '190509.667000', '190509.670000', '190509.673000', '190509.675000', '190509.678000', '190509.681000', '190509.683000', '190509.686000', '190509.689000', '190509.691000', '190509.694000', '190509.697000', '190509.699000', '190509.702000', '190509.705000', '190509.707000', '190509.710000', '190509.713000', '190509.715000', '190509.718000', '190509.720000', '190509.723000', '190529.612000', '190529.615000', '190529.617000', '190529.620000', '190529.623000', '190529.625000', '190529.628000', '190529.630000', '190529.633000', '190529.636000', '190529.639000', '190529.641000', '190529.644000', '190529.647000', '190529.649000', '190529.652000', '190529.655000', '190529.657000', '190529.660000', '190529.663000', '190529.665000', '190529.668000', '190529.670000', '190529.673000', '190529.676000', '190529.678000', '190529.681000', '190529.684000', '190529.686000', '190529.689000', '190529.692000', '190529.694000', '190529.697000', '190529.699000', '190529.702000', '190529.705000', '190529.707000', '190529.710000', '190529.713000', '190529.715000', '190529.718000', '190529.721000', '190529.724000', '190529.726000', '190549.611000', '190549.614000', '190549.617000', '190549.620000', '190549.623000', '190549.625000', '190549.628000', '190549.631000', '190549.633000', '190549.636000', '190549.639000', '190549.641000', '190549.644000', '190549.647000', '190549.649000', '190549.652000', '190549.654000', '190549.657000', '190549.660000', '190549.662000', '190549.665000', '190549.668000', '190549.670000', '190549.673000', '190549.675000', '190549.678000', '190549.681000', '190549.683000', '190549.686000', '190549.689000', '190549.691000', '190549.694000', '190549.696000', '190549.699000', '190549.702000', '190549.704000', '190549.707000', '190549.710000', '190549.712000', '190549.715000', '190549.717000', '190549.720000', '190549.723000', '190602.702000', '190602.706000', '190602.709000', '190602.712000', '190602.715000', '190602.718000', '190602.721000', '190602.724000', '190602.727000', '190602.730000', '190602.733000', '190602.736000', '190602.739000', '190602.742000', '190602.746000', '190602.749000', '190602.752000', '190602.755000', '190602.757000', '190602.760000', '190602.763000', '190602.766000', '190602.768000', '190602.771000', '190602.774000', '190602.776000', '190602.780000', '190602.782000', '190602.785000'], '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': [7631, 9392, 7284, 12622, 8511, 14994, 10088, 6776, 8186, 6942, 13654, 8964, 12886, 8255, 6568, 10774, 7179, 13774, 9068, 6657, 8277, 7204, 13713, 9662, 9413, 8551, 7391, 12315, 9171, 11952, 10852, 7736, 11592, 7538, 8355, 12048, 7739, 14163, 6930, 7237, 8528, 7106, 13552, 11034, 10965, 10289, 6963, 10080, 10443, 8278, 14254, 8944, 12030, 8042, 7230, 13025, 9576, 13599, 9288, 7077, 11518, 9475, 12614, 11101, 7329, 10614, 8855, 10474, 13063, 7630, 10041, 7436, 9743, 13569, 7618, 8857, 7256, 7283, 12677, 10173, 10759, 10141, 7039, 9140, 10249, 7824, 14460, 9192, 7458, 7947, 7220, 12730, 11213, 8609, 12095, 7786, 8075, 11272, 7507, 14569, 8263, 6674, 8880, 7171, 14032, 11269, 7021, 8517, 8515, 9987, 12841, 7472, 7696, 8239, 7519, 13294, 7446, 6607, 11821, 8144, 12588, 9248, 7143, 9339, 8394, 10079, 11316, 7700, 11547, 7441, 6613, 12131, 7346, 14869, 8078, 7271, 10145, 8165, 12547, 10855, 8028, 9655, 7583, 10302, 11612, 8327, 12273, 7760, 7680, 9862, 7345, 14147, 9797, 7131, 8328, 7301, 11356, 10692, 8653, 13075, 8664, 7904, 11800, 7316, 15225, 7383, 7125, 10513, 8675, 11645, 10797, 7687, 9645, 9820, 10271, 10502, 7166, 9543, 10006, 7398, 12793, 7523, 6885, 11856, 8666, 10829, 9224, 7174, 8666, 9798, 7453, 13092, 8890, 7019, 8057, 7332, 9958, 10614, 7887, 10310, 7371, 6812, 12617, 9319, 10475, 9493, 8502, 8703, 13041, 9159, 14276, 8998, 7775, 11672, 10885, 10001, 15157, 8892, 6766, 12869, 11447, 17379, 10806, 7779, 8566, 8181, 8866, 12262, 10197, 7739, 7534, 11636, 9422, 7313, 10208, 8832, 7751, 7772, 10219, 10192, 8687, 8341, 11221, 15578, 11875, 8604, 11741, 9129, 9679, 16207, 16570, 11643, 15121, 8263, 9391, 11223, 9597, 11494, 10746, 7944, 9145, 7648, 7816, 12804, 7849, 7720, 7726, 7303, 12978, 10330, 8312, 8880, 7589, 10276, 10064, 8833, 12462, 7704, 8821, 7564, 6733, 13319, 8702, 7076, 7470, 7514, 11692, 9605, 10605, 10161, 7761, 7528, 7946, 7343, 13121, 10408, 7211, 8235, 7635, 12518, 10008, 7808, 9852, 9604, 8420, 10389, 7998, 7706, 11124, 8090, 15518, 9998, 7461, 8027, 7683, 14596, 10835, 12512, 9574, 7486, 9412, 10168, 9392, 13295, 7588, 9782, 7390, 6759, 12289, 9223, 9960, 9362, 8983, 8243, 9502, 8224, 15449, 11133, 13543, 8595, 8331, 12039, 8269, 16140, 12208, 7467, 8878, 8007, 11951, 8998, 11415, 9561, 7970, 8348, 8623, 8503, 10720, 7693, 8945, 9583, 8384, 12396, 7652, 8237, 7488, 6959, 12394, 9021, 11675, 9699, 7660, 9150, 8215, 11539, 10273, 8107, 9451, 7387, 8671, 8292, 8471, 11546, 7310, 9418, 8020, 8712, 10433, 7818, 11693, 8406, 8257, 9361, 7263, 14640, 8803, 6990, 8135, 7636, 13030, 9836, 7129, 9347, 7587, 11008, 10513, 8413, 11956, 7953, 7555, 9536, 7607, 14305, 10128, 7948, 8220, 7828, 12945, 9910, 10489, 8917, 7687, 9182, 9851, 7733, 14142, 9522, 6880, 8084, 7588, 12767, 10257, 9328, 9907, 8701, 8864, 10758, 7637, 14845, 8366, 7197, 9065, 8047, 11466, 10060, 7565, 9567, 9505, 7445, 13614, 8182, 6702, 8861, 7454, 12187, 10457, 7786, 9612, 7355, 6634, 12368, 8160, 6694, 7769, 7139, 9896, 10603, 8128, 12095, 7718, 7320, 10337, 9140, 15458, 11859, 8414, 9221, 8468, 8510, 13061, 9218, 13628, 7872, 8209, 12204, 9474, 14703, 10924, 8401, 9200, 7918, 9174, 11740, 11623, 10618, 11280, 8449, 8480, 7515, 13011, 10496, 11555, 8281, 8101, 11365, 10156, 9614, 13605, 8857, 9775, 7725, 6837, 13319, 8500, 12351, 7699, 7749, 8846, 7472, 12752, 10823, 7499, 7867, 7764, 10198, 9952, 8886, 11914, 7619, 9299, 7420, 7042, 12169, 7850, 13190, 7500, 6867, 9257, 7176, 13554, 11786, 6917, 8080, 7497, 11784, 9834, 10837, 10202, 7426, 9407, 7943, 8627, 12647, 8761, 7731, 8289, 8073, 11967, 11502, 14346, 18093, 10969, 14234, 7945, 7742, 9760, 9084, 11627, 11099, 8144, 18375, 14246, 13405, 9703, 7834, 10809, 8501, 10845, 7865, 7735, 9530, 7869, 9318, 7429, 6847, 10999, 7299, 8842, 7807, 7089, 11621, 8322, 9421, 8019, 7164, 11301, 8048, 15490, 10986, 6710, 7861, 7962, 11938, 9191, 10723, 8919, 7280, 8182, 7595, 11190, 9530, 7385, 8604, 8203, 10121, 11151, 8910, 13770, 7412, 6744, 8006, 8031, 8656, 12756, 8412, 9549, 7929, 8145, 12567, 10516, 8147, 11245, 8245, 7982, 10833, 7960, 7752, 13950, 12048, 12399, 12616, 8094, 6637, 10063, 8616, 15964, 11130, 7408, 8093, 8298, 11732, 8765, 14881, 8687, 6917, 7660, 7793, 10660, 9030, 11490, 8397, 7228, 7794, 7434, 11282, 10032, 9599, 9144, 8002, 8991, 8675, 11348, 11135, 7768, 9079, 7941, 13319, 11454, 8151, 10480, 8125, 9129, 8932, 8138, 13050, 8182, 11654, 7577, 7054, 9826, 9710, 13569, 11050, 7291, 8123, 7544, 10200, 10859, 8035, 12312, 7914, 7836, 9254, 8932, 10918, 11570, 7894, 10043, 7907, 8367, 13213, 8904, 12924, 7717, 7475, 9227, 7656, 13332, 11951, 7437, 8006, 8017, 10815, 9919, 8330, 9915, 7932, 7128, 10881, 8268, 11631, 8815, 8041, 11234, 9868, 9125, 12176, 8111, 6856, 7811, 7976, 13742, 9972, 7559, 8864, 8675, 10482, 10985, 8288, 12370, 7739, 7583, 10369, 9650, 11141, 9907, 7622, 7992, 8360, 7721, 12980, 8891, 7824, 9118, 7829, 14062, 9657, 7257, 8014, 8508, 10022, 10775, 8390, 10866, 7910, 8323, 11607, 7887, 11836, 7953, 8005, 11249, 9323, 10623, 9431, 7661, 7980, 9037, 8001, 12683, 10612, 7713, 7970, 7925, 9073, 12118, 8727, 10391, 8036, 8113, 11526, 10655, 8789, 12745, 8154, 6503, 9754, 8341, 14852, 10943, 8135, 8935, 8742, 8986, 13444, 9031, 7346, 8157, 8260, 13123, 10222, 8422, 10432, 8106, 7891, 11078, 8968, 9833, 10897, 8487, 6923, 8412, 7989, 14231, 10397, 8114, 9119, 8230, 7746, 12580, 9119, 9870, 8238, 8098, 12067, 9786, 12610, 9928, 8035, 8654, 8828, 8583, 12444, 8200, 7573, 8182, 8296, 11661, 10021, 10110, 11285, 8382, 7920, 9470, 8049, 14095, 9696, 7368, 8282, 8115, 11444, 10140, 8623, 11216, 7973, 8200, 11690, 9014, 7805, 10257, 8291, 9772, 11878, 8197, 9862, 8091, 8170, 8981, 11745, 8482, 13353, 8173, 7980, 11282, 9579, 8551, 11357, 8038, 6654, 8613, 8249, 13643, 10543, 7920, 9038, 8922, 9664, 12079, 8243, 12581, 7929, 7721, 11372, 8816, 9769, 9201, 8094, 7010, 10522, 8801, 13180, 10218, 8140, 10021, 10973, 8128, 15875, 10346, 7963, 8794, 8226, 9928, 12141, 8513, 7472, 7998, 8111, 11665, 9850, 8773, 9448, 7994, 7857, 12438, 9787, 8150, 10611, 7767, 7515, 12576, 10031, 13982, 10862, 8933, 8987, 11516, 8123, 12385, 7954, 7892, 11383, 9587, 7897, 11508, 7803, 7517, 10554, 8669], 'WindowCenter': [4023.0, 4018.0, 3996.0, 4047.0, 4015.0, 4045.0, 4025.0, 3972.0, 3991.0, 3982.0, 4033.0, 4014.0, 4035.0, 3992.0, 3971.0, 4024.0, 3982.0, 4045.0, 4014.0, 3971.0, 4003.0, 3994.0, 4045.0, 4015.0, 4014.0, 4002.0, 3994.0, 4046.0, 4016.0, 4036.0, 4037.0, 3994.0, 4035.0, 4006.0, 4004.0, 4036.0, 4006.0, 4047.0, 3983.0, 3993.0, 4003.0, 3983.0, 4045.0, 4025.0, 4037.0, 4027.0, 3984.0, 4023.0, 4025.0, 4004.0, 4047.0, 4017.0, 4036.0, 3993.0, 3993.0, 4046.0, 4015.0, 4048.0, 4015.0, 3983.0, 4036.0, 4026.0, 4035.0, 4037.0, 3983.0, 4023.0, 4015.0, 4023.0, 4047.0, 3992.0, 4011.0, 3995.0, 4024.0, 4044.0, 4005.0, 4013.0, 3991.0, 3994.0, 4045.0, 4024.0, 4037.0, 4026.0, 3984.0, 4014.0, 4037.0, 4004.0, 4046.0, 4016.0, 3982.0, 3991.0, 3994.0, 4045.0, 4024.0, 4016.0, 4047.0, 3993.0, 3992.0, 4035.0, 3994.0, 4058.0, 4004.0, 3983.0, 4015.0, 3984.0, 4057.0, 4037.0, 3981.0, 4014.0, 4016.0, 4026.0, 4059.0, 3995.0, 3994.0, 4016.0, 4006.0, 4060.0, 3994.0, 3996.0, 4046.0, 4006.0, 4047.0, 4027.0, 3995.0, 4027.0, 4030.0, 4027.0, 4037.0, 4007.0, 4036.0, 3995.0, 3996.0, 4047.0, 3996.0, 4060.0, 4006.0, 3995.0, 4037.0, 4005.0, 4047.0, 4039.0, 4005.0, 4014.0, 4007.0, 4026.0, 4036.0, 4006.0, 4048.0, 3994.0, 3993.0, 4026.0, 3993.0, 4047.0, 4028.0, 3984.0, 4003.0, 4008.0, 4036.0, 4026.0, 4017.0, 4046.0, 4016.0, 4005.0, 4034.0, 3993.0, 4058.0, 3993.0, 3994.0, 4024.0, 4014.0, 4037.0, 4039.0, 4005.0, 4025.0, 4025.0, 4040.0, 4027.0, 3984.0, 4027.0, 4025.0, 3996.0, 4049.0, 4007.0, 3996.0, 4049.0, 4016.0, 4036.0, 4015.0, 3983.0, 4016.0, 4026.0, 3995.0, 4049.0, 4016.0, 3984.0, 4007.0, 4008.0, 4025.0, 4037.0, 4016.0, 4026.0, 3994.0, 3997.0, 4047.0, 4027.0, 4038.0, 4028.0, 4015.0, 4015.0, 4048.0, 4027.0, 4059.0, 4013.0, 4004.0, 4036.0, 4025.0, 4025.0, 4047.0, 4004.0, 3984.0, 4034.0, 4036.0, 4058.0, 4024.0, 3993.0, 4002.0, 4002.0, 4013.0, 4046.0, 4024.0, 3994.0, 4006.0, 4047.0, 4028.0, 3994.0, 4040.0, 4029.0, 4007.0, 4006.0, 4014.0, 4024.0, 4004.0, 4005.0, 4038.0, 4060.0, 4050.0, 4017.0, 4036.0, 4002.0, 4003.0, 4044.0, 4046.0, 4023.0, 4031.0, 3977.0, 3999.0, 4010.0, 4001.0, 4011.0, 4011.0, 3979.0, 3999.0, 3980.0, 3993.0, 4035.0, 3993.0, 3993.0, 3994.0, 3995.0, 4046.0, 4027.0, 4004.0, 4003.0, 3994.0, 4013.0, 4015.0, 4004.0, 4037.0, 3994.0, 4001.0, 3993.0, 3984.0, 4045.0, 4017.0, 3984.0, 3983.0, 3998.0, 4047.0, 4027.0, 4040.0, 4039.0, 4007.0, 3996.0, 4008.0, 3997.0, 4050.0, 4043.0, 3997.0, 4021.0, 4009.0, 4050.0, 4029.0, 4008.0, 4038.0, 4028.0, 4019.0, 4040.0, 4008.0, 4008.0, 4039.0, 4008.0, 4075.0, 4030.0, 3995.0, 4006.0, 3994.0, 4058.0, 4038.0, 4037.0, 4016.0, 3993.0, 4015.0, 4026.0, 4015.0, 4049.0, 4007.0, 4024.0, 3994.0, 3996.0, 4046.0, 4028.0, 4029.0, 4028.0, 4018.0, 4007.0, 4028.0, 4005.0, 4060.0, 4038.0, 4047.0, 4003.0, 3992.0, 4022.0, 3992.0, 4045.0, 4036.0, 3981.0, 4002.0, 4004.0, 4034.0, 4002.0, 4034.0, 4014.0, 3991.0, 3991.0, 4003.0, 4003.0, 4037.0, 3993.0, 4015.0, 4016.0, 4005.0, 4047.0, 4006.0, 4005.0, 3994.0, 3998.0, 4046.0, 4018.0, 4040.0, 4027.0, 3994.0, 4014.0, 4017.0, 4035.0, 4025.0, 4007.0, 4014.0, 3983.0, 4004.0, 4006.0, 4003.0, 4038.0, 3995.0, 4015.0, 4006.0, 4015.0, 4026.0, 4006.0, 4049.0, 4005.0, 4004.0, 4028.0, 3995.0, 4061.0, 4016.0, 3984.0, 4006.0, 4006.0, 4047.0, 4040.0, 3995.0, 4015.0, 4007.0, 4036.0, 4035.0, 4016.0, 4048.0, 4006.0, 4005.0, 4027.0, 4005.0, 4058.0, 4038.0, 4004.0, 4004.0, 4007.0, 4047.0, 4025.0, 4037.0, 4015.0, 3994.0, 4016.0, 4026.0, 4005.0, 4061.0, 4028.0, 3984.0, 3993.0, 4006.0, 4047.0, 4027.0, 4017.0, 4014.0, 4004.0, 4015.0, 4024.0, 3995.0, 4060.0, 4005.0, 3984.0, 4015.0, 4004.0, 4037.0, 4026.0, 3995.0, 4026.0, 4025.0, 3995.0, 4061.0, 4006.0, 3985.0, 4014.0, 3995.0, 4036.0, 4037.0, 3994.0, 4014.0, 3995.0, 3985.0, 4046.0, 4020.0, 3985.0, 4005.0, 4011.0, 4039.0, 4038.0, 4020.0, 4051.0, 4007.0, 3997.0, 4038.0, 4027.0, 4061.0, 4051.0, 4006.0, 4015.0, 4006.0, 4004.0, 4047.0, 4017.0, 4046.0, 3992.0, 4006.0, 4036.0, 4016.0, 4059.0, 4025.0, 4005.0, 4016.0, 3993.0, 4013.0, 4034.0, 4037.0, 4026.0, 4025.0, 4004.0, 4015.0, 3994.0, 4046.0, 4027.0, 4036.0, 3992.0, 3993.0, 4023.0, 4024.0, 4015.0, 4047.0, 4003.0, 4012.0, 3993.0, 3971.0, 4033.0, 4003.0, 4035.0, 3982.0, 3991.0, 4013.0, 3993.0, 4034.0, 4038.0, 3983.0, 3992.0, 3996.0, 4025.0, 4026.0, 4014.0, 4037.0, 3995.0, 4014.0, 3995.0, 3984.0, 4036.0, 4007.0, 4049.0, 3994.0, 3983.0, 4016.0, 3985.0, 4048.0, 4049.0, 3983.0, 3992.0, 3997.0, 4036.0, 4026.0, 4038.0, 4028.0, 3995.0, 4015.0, 4018.0, 4016.0, 4047.0, 4018.0, 4006.0, 4006.0, 4017.0, 4037.0, 4039.0, 4061.0, 4073.0, 4037.0, 4047.0, 4005.0, 4005.0, 4025.0, 4016.0, 4036.0, 4037.0, 4006.0, 4073.0, 4060.0, 4047.0, 4014.0, 3995.0, 4024.0, 4003.0, 4025.0, 3993.0, 3993.0, 4027.0, 4004.0, 4014.0, 3996.0, 3984.0, 4036.0, 4008.0, 4015.0, 3996.0, 3996.0, 4049.0, 4021.0, 4028.0, 4007.0, 3998.0, 4038.0, 4006.0, 4061.0, 4039.0, 3984.0, 4006.0, 4006.0, 4035.0, 4017.0, 4027.0, 4016.0, 3993.0, 4005.0, 3994.0, 4034.0, 4028.0, 3994.0, 4003.0, 4018.0, 4026.0, 4037.0, 4029.0, 4060.0, 4007.0, 3983.0, 4004.0, 4004.0, 4003.0, 4049.0, 4019.0, 4027.0, 4006.0, 4006.0, 4048.0, 4039.0, 4006.0, 4036.0, 4006.0, 3993.0, 4024.0, 3993.0, 3993.0, 4048.0, 4050.0, 4047.0, 4036.0, 3993.0, 3982.0, 4013.0, 4002.0, 4059.0, 4026.0, 3982.0, 3991.0, 4002.0, 4034.0, 4004.0, 4047.0, 4004.0, 3981.0, 3980.0, 3993.0, 4025.0, 4027.0, 4036.0, 4007.0, 3994.0, 3994.0, 4006.0, 4037.0, 4029.0, 4029.0, 4017.0, 4004.0, 4018.0, 4016.0, 4036.0, 4040.0, 3994.0, 4004.0, 4005.0, 4047.0, 4037.0, 4006.0, 4025.0, 4004.0, 4014.0, 4015.0, 4003.0, 4047.0, 4006.0, 4036.0, 3994.0, 3994.0, 4024.0, 4025.0, 4047.0, 4038.0, 3995.0, 3993.0, 3994.0, 4023.0, 4025.0, 4006.0, 4048.0, 4005.0, 4006.0, 4027.0, 4016.0, 4037.0, 4049.0, 4006.0, 4025.0, 4006.0, 4005.0, 4049.0, 4017.0, 4035.0, 3993.0, 3982.0, 4014.0, 3995.0, 4046.0, 4037.0, 3995.0, 4005.0, 4017.0, 4036.0, 4028.0, 4018.0, 4027.0, 4006.0, 3996.0, 4038.0, 4018.0, 4051.0, 4016.0, 4019.0, 4038.0, 4027.0, 4027.0, 4049.0, 4007.0, 3986.0, 4007.0, 4006.0, 4050.0, 4030.0, 4005.0, 4016.0, 4018.0, 4025.0, 4038.0, 4007.0, 4048.0, 3994.0, 4005.0, 4026.0, 4027.0, 4050.0, 4027.0, 4006.0, 4005.0, 4016.0, 4006.0, 4050.0, 4019.0, 4007.0, 4029.0, 3995.0, 4047.0, 4030.0, 3994.0, 3993.0, 4016.0, 4025.0, 4038.0, 4018.0, 4026.0, 4006.0, 4005.0, 4036.0, 4006.0, 4036.0, 4004.0, 4006.0, 4034.0, 4016.0, 4037.0, 4017.0, 4006.0, 4007.0, 4016.0, 4006.0, 4049.0, 4040.0, 4007.0, 4006.0, 4006.0, 4016.0, 4049.0, 4019.0, 4028.0, 4006.0, 4008.0, 4038.0, 4037.0, 4018.0, 4051.0, 4006.0, 3985.0, 4028.0, 4016.0, 4060.0, 4040.0, 4006.0, 4016.0, 4017.0, 4015.0, 4050.0, 4017.0, 3994.0, 4005.0, 4017.0, 4048.0, 4027.0, 4017.0, 4038.0, 4004.0, 4018.0, 4037.0, 4015.0, 4027.0, 4039.0, 4017.0, 3995.0, 4006.0, 4006.0, 4048.0, 4029.0, 4006.0, 4014.0, 4004.0, 3993.0, 4036.0, 4017.0, 4016.0, 4004.0, 4006.0, 4036.0, 4025.0, 4037.0, 4015.0, 3993.0, 4004.0, 4014.0, 4004.0, 4035.0, 4005.0, 3994.0, 4003.0, 4006.0, 4034.0, 4026.0, 4026.0, 4038.0, 4005.0, 3994.0, 4025.0, 4005.0, 4048.0, 4028.0, 3994.0, 4004.0, 4006.0, 4036.0, 4026.0, 4017.0, 4036.0, 4005.0, 4017.0, 4035.0, 4018.0, 4007.0, 4027.0, 4018.0, 4027.0, 4037.0, 4019.0, 4027.0, 4005.0, 4006.0, 4016.0, 4036.0, 4018.0, 4060.0, 4006.0, 4006.0, 4036.0, 4027.0, 4017.0, 4038.0, 4005.0, 3985.0, 4016.0, 4006.0, 4048.0, 4039.0, 4006.0, 4015.0, 4017.0, 4015.0, 4036.0, 4007.0, 4037.0, 3994.0, 4008.0, 4037.0, 4016.0, 4028.0, 4017.0, 4006.0, 3996.0, 4026.0, 4017.0, 4050.0, 4027.0, 4006.0, 4025.0, 4026.0, 4006.0, 4060.0, 4027.0, 4005.0, 4016.0, 4017.0, 4014.0, 4036.0, 4016.0, 3994.0, 3994.0, 4006.0, 4036.0, 4027.0, 4019.0, 4027.0, 4006.0, 4018.0, 4048.0, 4040.0, 4008.0, 4026.0, 3994.0, 3995.0, 4037.0, 4027.0, 4049.0, 4025.0, 4016.0, 4003.0, 4024.0, 4004.0, 4047.0, 3993.0, 4006.0, 4035.0, 4026.0, 4007.0, 4049.0, 4009.0, 3996.0, 4038.0, 4017.0], 'WindowWidth': [8996.0, 8978.0, 8947.0, 9014.0, 8969.0, 9011.0, 8983.0, 8904.0, 8929.0, 8920.0, 8989.0, 8965.0, 8997.0, 8931.0, 8904.0, 8979.0, 8920.0, 9010.0, 8967.0, 8903.0, 8948.0, 8937.0, 9008.0, 8969.0, 8966.0, 8945.0, 8938.0, 9011.0, 8971.0, 8998.0, 9003.0, 8940.0, 8995.0, 8958.0, 8953.0, 8997.0, 8959.0, 9019.0, 8923.0, 8935.0, 8950.0, 8922.0, 9010.0, 8983.0, 9004.0, 8988.0, 8925.0, 8977.0, 8982.0, 8954.0, 9019.0, 8976.0, 8998.0, 8935.0, 8936.0, 9011.0, 8970.0, 9020.0, 8968.0, 8925.0, 8999.0, 8985.0, 9000.0, 9004.0, 8922.0, 8975.0, 8967.0, 8977.0, 9015.0, 8933.0, 8958.0, 8942.0, 8979.0, 9008.0, 8957.0, 8964.0, 8929.0, 8938.0, 9010.0, 8980.0, 9001.0, 8987.0, 8925.0, 8966.0, 9001.0, 8954.0, 9016.0, 8972.0, 8918.0, 8928.0, 8939.0, 9009.0, 8978.0, 8972.0, 9016.0, 8935.0, 8933.0, 8996.0, 8939.0, 9035.0, 8953.0, 8923.0, 8968.0, 8927.0, 9033.0, 9002.0, 8919.0, 8966.0, 8974.0, 8984.0, 9038.0, 8944.0, 8940.0, 8971.0, 8961.0, 9038.0, 8939.0, 8947.0, 9014.0, 8959.0, 9019.0, 8988.0, 8943.0, 8987.0, 8997.0, 8989.0, 9004.0, 8964.0, 9001.0, 8941.0, 8949.0, 9016.0, 8948.0, 9044.0, 8956.0, 8942.0, 9001.0, 8956.0, 9018.0, 9009.0, 8956.0, 8964.0, 8961.0, 8985.0, 9000.0, 8960.0, 9019.0, 8937.0, 8937.0, 8985.0, 8938.0, 9019.0, 8993.0, 8927.0, 8949.0, 8966.0, 9002.0, 8989.0, 8974.0, 9013.0, 8969.0, 8957.0, 8994.0, 8937.0, 9038.0, 8935.0, 8940.0, 8981.0, 8967.0, 9002.0, 9008.0, 8954.0, 8983.0, 8983.0, 9010.0, 8987.0, 8928.0, 8988.0, 8983.0, 8946.0, 9023.0, 8959.0, 8945.0, 9019.0, 8973.0, 9000.0, 8968.0, 8925.0, 8971.0, 8985.0, 8942.0, 9025.0, 8974.0, 8927.0, 8962.0, 8965.0, 8984.0, 9003.0, 8973.0, 8986.0, 8941.0, 8950.0, 9019.0, 8992.0, 9007.0, 8990.0, 8968.0, 8968.0, 9019.0, 8989.0, 9039.0, 8963.0, 8954.0, 9000.0, 8984.0, 8983.0, 9018.0, 8949.0, 8927.0, 8993.0, 9002.0, 9038.0, 8979.0, 8934.0, 8945.0, 8947.0, 8964.0, 9017.0, 8981.0, 8939.0, 8960.0, 9016.0, 8991.0, 8937.0, 9013.0, 8993.0, 8960.0, 8954.0, 8962.0, 8977.0, 8951.0, 8951.0, 9004.0, 9041.0, 9025.0, 8973.0, 8998.0, 8944.0, 8945.0, 9010.0, 9015.0, 8973.0, 8983.0, 8902.0, 8933.0, 8951.0, 8941.0, 8954.0, 8954.0, 8907.0, 8933.0, 8910.0, 8933.0, 8993.0, 8935.0, 8931.0, 8936.0, 8942.0, 9012.0, 8988.0, 8950.0, 8946.0, 8934.0, 8963.0, 8966.0, 8951.0, 9000.0, 8935.0, 8940.0, 8935.0, 8925.0, 9009.0, 8973.0, 8923.0, 8921.0, 8948.0, 9014.0, 8988.0, 9009.0, 9006.0, 8960.0, 8943.0, 8962.0, 8949.0, 9028.0, 9019.0, 8946.0, 8983.0, 8967.0, 9026.0, 8992.0, 8962.0, 9005.0, 8989.0, 8982.0, 9008.0, 8963.0, 8966.0, 9008.0, 8964.0, 9071.0, 8994.0, 8940.0, 8956.0, 8938.0, 9036.0, 9006.0, 9000.0, 8970.0, 8936.0, 8969.0, 8983.0, 8968.0, 9023.0, 8961.0, 8981.0, 8938.0, 8947.0, 9013.0, 8991.0, 8993.0, 8990.0, 8975.0, 8960.0, 8989.0, 8956.0, 9045.0, 9006.0, 9012.0, 8948.0, 8927.0, 8969.0, 8931.0, 9017.0, 9000.0, 8915.0, 8943.0, 8950.0, 8992.0, 8946.0, 8991.0, 8965.0, 8929.0, 8929.0, 8948.0, 8946.0, 8999.0, 8933.0, 8967.0, 8970.0, 8954.0, 9017.0, 8957.0, 8954.0, 8938.0, 8950.0, 9011.0, 8976.0, 9013.0, 8987.0, 8939.0, 8965.0, 8973.0, 8994.0, 8984.0, 8960.0, 8966.0, 8920.0, 8951.0, 8956.0, 8947.0, 9006.0, 8942.0, 8967.0, 8958.0, 8968.0, 8984.0, 8959.0, 9021.0, 8955.0, 8952.0, 8990.0, 8943.0, 9047.0, 8972.0, 8926.0, 8958.0, 8960.0, 9016.0, 9014.0, 8944.0, 8969.0, 8962.0, 8999.0, 8999.0, 8974.0, 9022.0, 8957.0, 8955.0, 8987.0, 8955.0, 9038.0, 9007.0, 8953.0, 8951.0, 8963.0, 9016.0, 8984.0, 9004.0, 8968.0, 8939.0, 8970.0, 8986.0, 8956.0, 9045.0, 8993.0, 8926.0, 8935.0, 8960.0, 9017.0, 8990.0, 8975.0, 8966.0, 8948.0, 8968.0, 8978.0, 8940.0, 9042.0, 8953.0, 8922.0, 8968.0, 8953.0, 9001.0, 8987.0, 8941.0, 8984.0, 8983.0, 8942.0, 9043.0, 8958.0, 8927.0, 8966.0, 8942.0, 9000.0, 9002.0, 8938.0, 8964.0, 8942.0, 8928.0, 9011.0, 8983.0, 8931.0, 8957.0, 8973.0, 9008.0, 9007.0, 8985.0, 9028.0, 8960.0, 8946.0, 9003.0, 8989.0, 9049.0, 9029.0, 8957.0, 8967.0, 8958.0, 8951.0, 9017.0, 8975.0, 9012.0, 8933.0, 8956.0, 8999.0, 8973.0, 9038.0, 8982.0, 8954.0, 8969.0, 8932.0, 8961.0, 8994.0, 9005.0, 8986.0, 8982.0, 8948.0, 8969.0, 8938.0, 9012.0, 8989.0, 8998.0, 8932.0, 8934.0, 8975.0, 8977.0, 8968.0, 9016.0, 8946.0, 8955.0, 8935.0, 8902.0, 8991.0, 8950.0, 8996.0, 8917.0, 8928.0, 8961.0, 8936.0, 8993.0, 9002.0, 8920.0, 8931.0, 8942.0, 8980.0, 8983.0, 8966.0, 9003.0, 8941.0, 8963.0, 8940.0, 8925.0, 8998.0, 8959.0, 9021.0, 8938.0, 8922.0, 8971.0, 8928.0, 9018.0, 9022.0, 8922.0, 8931.0, 8946.0, 8997.0, 8986.0, 9004.0, 8992.0, 8940.0, 8967.0, 8976.0, 8969.0, 9018.0, 8979.0, 8957.0, 8956.0, 8975.0, 9001.0, 9009.0, 9044.0, 9070.0, 9003.0, 9018.0, 8953.0, 8956.0, 8981.0, 8970.0, 8998.0, 9000.0, 8958.0, 9068.0, 9039.0, 9013.0, 8964.0, 8939.0, 8977.0, 8947.0, 8979.0, 8935.0, 8936.0, 8986.0, 8952.0, 8965.0, 8944.0, 8928.0, 8998.0, 8964.0, 8968.0, 8943.0, 8946.0, 9020.0, 8985.0, 8989.0, 8958.0, 8952.0, 9004.0, 8958.0, 9045.0, 9007.0, 8924.0, 8955.0, 8958.0, 8996.0, 8973.0, 8986.0, 8968.0, 8934.0, 8955.0, 8939.0, 8992.0, 8990.0, 8939.0, 8949.0, 8975.0, 8983.0, 9003.0, 8995.0, 9044.0, 8962.0, 8924.0, 8952.0, 8952.0, 8950.0, 9020.0, 8980.0, 8987.0, 8956.0, 8959.0, 9018.0, 9007.0, 8959.0, 8999.0, 8956.0, 8932.0, 8976.0, 8934.0, 8936.0, 9022.0, 9026.0, 9015.0, 9000.0, 8936.0, 8920.0, 8961.0, 8946.0, 9041.0, 8983.0, 8917.0, 8928.0, 8945.0, 8990.0, 8951.0, 9017.0, 8950.0, 8915.0, 8913.0, 8937.0, 8980.0, 8988.0, 9000.0, 8959.0, 8939.0, 8937.0, 8958.0, 9002.0, 8994.0, 8995.0, 8974.0, 8951.0, 8975.0, 8973.0, 8998.0, 9012.0, 8939.0, 8950.0, 8954.0, 9017.0, 9004.0, 8958.0, 8982.0, 8951.0, 8966.0, 8966.0, 8949.0, 9017.0, 8958.0, 8999.0, 8937.0, 8939.0, 8979.0, 8982.0, 9018.0, 9002.0, 8940.0, 8935.0, 8938.0, 8976.0, 8982.0, 8957.0, 9018.0, 8955.0, 8957.0, 8987.0, 8971.0, 9000.0, 9024.0, 8957.0, 8979.0, 8958.0, 8955.0, 9023.0, 8975.0, 8997.0, 8935.0, 8919.0, 8963.0, 8940.0, 9014.0, 9001.0, 8939.0, 8954.0, 8975.0, 9000.0, 8992.0, 8978.0, 8989.0, 8955.0, 8945.0, 9003.0, 8980.0, 9027.0, 8972.0, 8979.0, 9005.0, 8989.0, 8989.0, 9023.0, 8961.0, 8931.0, 8962.0, 8959.0, 9027.0, 8998.0, 8955.0, 8971.0, 8978.0, 8983.0, 9004.0, 8961.0, 9017.0, 8939.0, 8955.0, 8983.0, 8987.0, 9025.0, 8987.0, 8958.0, 8955.0, 8972.0, 8956.0, 9027.0, 8981.0, 8959.0, 8993.0, 8941.0, 9021.0, 8998.0, 8938.0, 8936.0, 8969.0, 8979.0, 9002.0, 8975.0, 8985.0, 8957.0, 8955.0, 8998.0, 8959.0, 8999.0, 8951.0, 8959.0, 8993.0, 8969.0, 9001.0, 8973.0, 8957.0, 8960.0, 8973.0, 8958.0, 9022.0, 9011.0, 8961.0, 8956.0, 8956.0, 8970.0, 9022.0, 8980.0, 8989.0, 8957.0, 8962.0, 9002.0, 9002.0, 8976.0, 9030.0, 8958.0, 8930.0, 8988.0, 8973.0, 9040.0, 9011.0, 8958.0, 8970.0, 8974.0, 8968.0, 9025.0, 8974.0, 8937.0, 8954.0, 8974.0, 9019.0, 8990.0, 8975.0, 9003.0, 8952.0, 8979.0, 9002.0, 8969.0, 8987.0, 9009.0, 8974.0, 8942.0, 8957.0, 8957.0, 9022.0, 8993.0, 8954.0, 8964.0, 8950.0, 8933.0, 8997.0, 8975.0, 8967.0, 8949.0, 8955.0, 8997.0, 8981.0, 9000.0, 8966.0, 8932.0, 8952.0, 8964.0, 8949.0, 8996.0, 8955.0, 8936.0, 8947.0, 8956.0, 8992.0, 8982.0, 8982.0, 9002.0, 8952.0, 8939.0, 8981.0, 8954.0, 9018.0, 8990.0, 8937.0, 8948.0, 8957.0, 8996.0, 8984.0, 8971.0, 8997.0, 8952.0, 8974.0, 8997.0, 8977.0, 8960.0, 8986.0, 8978.0, 8987.0, 9002.0, 8980.0, 8986.0, 8952.0, 8958.0, 8970.0, 8999.0, 8977.0, 9037.0, 8957.0, 8959.0, 8998.0, 8987.0, 8974.0, 9002.0, 8954.0, 8926.0, 8968.0, 8957.0, 9018.0, 9008.0, 8954.0, 8966.0, 8971.0, 8965.0, 8997.0, 8960.0, 9000.0, 8934.0, 8963.0, 8999.0, 8969.0, 8990.0, 8971.0, 8955.0, 8944.0, 8984.0, 8974.0, 9024.0, 8984.0, 8953.0, 8980.0, 8985.0, 8956.0, 9044.0, 8987.0, 8953.0, 8968.0, 8972.0, 8964.0, 8998.0, 8970.0, 8938.0, 8935.0, 8959.0, 8996.0, 8987.0, 8979.0, 8985.0, 8956.0, 8977.0, 9017.0, 9010.0, 8963.0, 8984.0, 8938.0, 8940.0, 9001.0, 8989.0, 9020.0, 8979.0, 8969.0, 8946.0, 8976.0, 8951.0, 9015.0, 8934.0, 8956.0, 8994.0, 8985.0, 8959.0, 9020.0, 8966.0, 8940.0, 9003.0, 8971.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.0007367184265010353</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02779550320910973</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.550263146942974</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2331989667046637</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006260254300512</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4815</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6128.7729</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14817950808666816</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>223</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>23.08488612836439</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5057816051843695</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3841201249763286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.709335844495309</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4238888460814714</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00523133</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02628287859261036</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035884562879800797</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9608950039358053</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>35.2888</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5298</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.0699</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296868.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>321.1381</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7143</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3201.9527</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3384.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79676.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4183.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.347</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.213207338703796</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> |