=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
115 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
115 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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-02/func/sub-0100_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>e7c0e96b39a93a6084be0d6b05bf1d99</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>11:03:22.932500</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.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</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.259</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.115358</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>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d1a47f2b-8991-4eff-b8fb-fe8bc43b6211||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.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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': ['110322.932500', '110323.392500', '110323.852500', '110324.312500', '110324.772500', '110325.232500', '110325.692500', '110326.152500', '110326.612500', '110327.072500', '110327.532500', '110327.992500', '110328.452500', '110328.912500', '110329.372500', '110329.832500', '110330.292500', '110330.752500', '110331.212500', '110331.672500', '110332.132500', '110332.592500', '110333.052500', '110333.512500', '110333.972500', '110334.432500', '110334.892500', '110335.352500', '110335.812500', '110336.272500', '110336.732500', '110337.192500', '110337.652500', '110338.112500', '110338.572500', '110339.032500', '110339.492500', '110339.952500', '110340.412500', '110340.872500', '110341.332500', '110341.792500', '110342.252500', '110342.712500', '110343.172500', '110343.632500', '110344.092500', '110344.552500', '110345.012500', '110345.472500', '110345.932500', '110346.392500', '110346.852500', '110347.312500', '110347.772500', '110348.232500', '110348.692500', '110349.152500', '110349.612500', '110350.072500', '110350.532500', '110350.992500', '110351.452500', '110351.912500', '110352.372500', '110352.832500', '110353.292500', '110353.752500', '110354.212500', '110354.672500', '110355.132500', '110355.592500', '110356.052500', '110356.512500', '110356.972500', '110357.432500', '110357.892500', '110358.352500', '110358.812500', '110359.272500', '110359.732500', '110400.192500', '110400.652500', '110401.112500', '110401.572500', '110402.032500', '110402.492500', '110402.952500', '110403.412500', '110403.872500', '110404.332500', '110404.792500', '110405.252500', '110405.712500', '110406.172500', '110406.632500', '110407.092500', '110407.552500', '110408.012500', '110408.472500', '110408.932500', '110409.392500', '110409.852500', '110410.312500', '110410.772500', '110411.232500', '110411.692500', '110412.152500', '110412.612500', '110413.072500', '110413.532500', '110413.992500', '110414.452500', '110414.912500', '110415.372500', '110415.832500', '110416.292500', '110416.752500', '110417.212500', '110417.672500', '110418.132500', '110418.592500', '110419.052500', '110419.512500', '110419.972500', '110420.432500', '110420.892500', '110421.352500', '110421.812500', '110422.272500', '110422.732500', '110423.192500', '110423.652500', '110424.112500', '110424.572500', '110425.032500', '110425.492500', '110425.952500', '110426.412500', '110426.872500', '110427.332500', '110427.792500', '110428.252500', '110428.712500', '110429.172500', '110429.632500', '110430.092500', '110430.552500', '110431.012500', '110431.472500', '110431.932500', '110432.392500', '110432.852500', '110433.312500', '110433.772500', '110434.232500', '110434.692500', '110435.152500', '110435.612500', '110436.072500', '110436.532500', '110436.992500', '110437.452500', '110437.912500', '110438.372500', '110438.832500', '110439.292500', '110439.752500', '110440.212500', '110440.672500', '110441.132500', '110441.592500', '110442.052500', '110442.512500', '110442.972500', '110443.432500', '110443.892500', '110444.352500', '110444.812500', '110445.272500', '110445.732500', '110446.192500', '110446.652500', '110447.112500', '110447.572500', '110448.032500', '110448.492500', '110448.952500', '110449.412500', '110449.872500', '110450.332500', '110450.792500', '110451.252500', '110451.712500', '110452.172500', '110452.632500', '110453.092500', '110453.552500', '110454.012500', '110454.472500', '110454.932500', '110455.392500', '110455.852500', '110456.312500', '110456.772500', '110457.232500', '110457.692500', '110458.152500', '110458.612500', '110459.072500', '110459.532500', '110459.992500', '110500.452500', '110500.912500', '110501.372500', '110501.832500', '110502.292500', '110502.752500', '110503.212500', '110503.672500', '110504.132500', '110504.592500', '110505.052500', '110505.512500', '110505.972500', '110506.432500', '110506.892500', '110507.352500', '110507.812500', '110508.272500', '110508.732500', '110509.192500', '110509.652500', '110510.112500', '110510.572500', '110511.032500', '110511.492500', '110511.952500', '110512.412500', '110512.872500', '110513.332500', '110513.792500', '110514.252500', '110514.712500', '110515.172500', '110515.632500', '110516.092500', '110516.552500', '110517.012500', '110517.472500', '110517.932500', '110518.392500', '110518.852500', '110519.312500', '110519.772500', '110520.232500', '110520.692500', '110521.152500', '110521.612500', '110522.072500', '110522.532500', '110522.992500', '110523.452500', '110523.912500', '110524.372500', '110524.832500', '110525.292500', '110525.752500', '110526.212500', '110526.672500', '110527.132500', '110527.592500', '110528.052500', '110528.512500', '110528.972500', '110529.432500', '110529.892500', '110530.352500', '110530.812500', '110531.272500', '110531.732500', '110532.192500', '110532.652500', '110533.112500', '110533.572500', '110534.032500', '110534.492500', '110534.952500', '110535.412500', '110535.872500', '110536.332500', '110536.792500', '110537.252500', '110537.712500', '110538.172500', '110538.632500', '110539.092500', '110539.552500', '110540.012500', '110540.472500', '110540.932500', '110541.392500', '110541.852500', '110542.312500', '110542.772500', '110543.232500', '110543.692500', '110544.152500', '110544.612500', '110545.072500', '110545.532500', '110545.992500', '110546.452500', '110546.912500', '110547.372500', '110547.832500', '110548.292500', '110548.752500', '110549.212500', '110549.672500', '110550.132500', '110550.592500', '110551.052500', '110551.512500', '110551.972500', '110552.432500', '110552.892500', '110553.352500', '110553.812500', '110554.272500', '110554.732500', '110555.192500', '110555.652500', '110556.112500', '110556.572500', '110557.032500', '110557.492500', '110557.952500', '110558.412500', '110558.872500', '110559.332500', '110559.792500', '110600.252500', '110600.712500', '110601.172500', '110601.632500', '110602.092500', '110602.552500', '110603.012500', '110603.472500', '110603.932500', '110604.392500', '110604.852500', '110605.312500', '110605.772500', '110606.232500', '110606.692500', '110607.152500', '110607.612500', '110608.072500', '110608.532500', '110608.992500', '110609.452500', '110609.912500', '110610.372500', '110610.832500', '110611.292500', '110611.752500', '110612.212500', '110612.672500', '110613.132500', '110613.592500', '110614.052500', '110614.512500', '110614.972500', '110615.432500', '110615.892500', '110616.352500', '110616.812500', '110617.272500', '110617.732500', '110618.192500', '110618.652500', '110619.112500', '110619.572500', '110620.032500', '110620.492500', '110620.952500', '110621.412500', '110621.872500', '110622.332500', '110622.792500', '110623.252500', '110623.712500', '110624.172500', '110624.632500', '110625.092500', '110625.552500', '110626.012500', '110626.472500', '110626.932500', '110627.392500', '110627.852500', '110628.312500', '110628.772500', '110629.232500', '110629.692500', '110630.152500', '110630.612500', '110631.072500', '110631.532500', '110631.992500', '110632.452500', '110632.912500', '110633.372500', '110633.832500', '110634.292500', '110634.752500', '110635.212500', '110635.672500', '110636.132500', '110636.592500', '110637.052500', '110637.512500', '110637.972500', '110638.432500', '110638.892500', '110639.352500', '110639.812500', '110640.272500', '110640.732500', '110641.192500', '110641.652500', '110642.112500', '110642.572500', '110643.032500', '110643.492500', '110643.952500', '110644.412500', '110644.872500', '110645.332500', '110645.792500', '110646.252500', '110646.712500', '110647.172500', '110647.632500', '110648.092500', '110648.552500', '110649.012500', '110649.472500', '110649.932500', '110650.392500', '110650.852500', '110651.312500', '110651.772500', '110652.232500', '110652.692500', '110653.152500', '110653.612500', '110654.072500', '110654.532500', '110654.992500', '110655.452500', '110655.912500', '110656.372500', '110656.832500', '110657.292500', '110657.752500', '110658.212500', '110658.672500', '110659.132500', '110659.592500', '110700.052500', '110700.512500', '110700.972500', '110701.432500', '110701.892500', '110702.352500', '110702.812500', '110703.272500', '110703.732500', '110704.192500', '110704.652500', '110705.112500', '110705.572500', '110706.032500', '110706.492500', '110706.952500', '110707.412500', '110707.872500', '110708.332500', '110708.792500', '110709.252500', '110709.712500', '110710.172500', '110710.632500', '110711.092500', '110711.552500', '110712.012500', '110712.472500', '110712.932500', '110713.392500', '110713.852500', '110714.312500', '110714.772500', '110715.232500', '110715.692500', '110716.152500', '110716.612500', '110717.072500', '110717.532500', '110717.992500', '110718.452500', '110718.912500', '110719.372500', '110719.832500', '110720.292500', '110720.752500', '110721.212500', '110721.672500', '110722.132500', '110722.592500', '110723.052500', '110723.512500', '110723.972500', '110724.432500', '110724.892500', '110725.352500', '110725.812500', '110726.272500', '110726.732500', '110727.192500', '110727.652500', '110728.112500', '110728.572500', '110729.032500', '110729.492500', '110729.952500', '110730.412500', '110730.872500', '110731.332500', '110731.792500', '110732.252500', '110732.712500', '110733.172500', '110733.632500', '110734.092500', '110734.552500', '110735.012500', '110735.472500', '110735.932500', '110736.392500', '110736.852500', '110737.312500', '110737.772500', '110738.232500', '110738.692500', '110739.152500', '110739.612500', '110740.072500', '110740.532500', '110740.992500', '110741.452500', '110741.912500', '110742.372500', '110742.832500', '110743.292500', '110743.752500', '110744.212500', '110744.672500', '110745.132500', '110745.592500', '110746.052500', '110746.512500', '110746.972500', '110747.432500', '110747.892500', '110748.352500', '110748.812500', '110749.272500', '110749.732500', '110750.192500', '110750.652500', '110751.112500', '110751.572500', '110752.032500', '110752.492500', '110752.952500', '110753.412500', '110753.872500', '110754.332500', '110754.792500', '110755.252500', '110755.712500', '110756.172500', '110756.632500', '110757.092500', '110757.552500', '110758.012500', '110758.472500', '110758.932500', '110759.392500', '110759.852500', '110800.312500', '110800.772500', '110801.232500', '110801.692500', '110802.152500', '110802.612500', '110803.072500', '110803.532500', '110803.992500', '110804.452500', '110804.912500', '110805.372500', '110805.832500', '110806.292500', '110806.752500', '110807.212500', '110807.672500', '110808.132500', '110808.592500', '110809.052500', '110809.512500', '110809.972500', '110810.432500', '110810.892500', '110811.352500', '110811.812500', '110812.272500', '110812.732500', '110813.192500', '110813.652500', '110814.112500', '110814.572500', '110815.032500', '110815.492500', '110815.952500', '110816.412500', '110816.872500', '110817.332500', '110817.792500', '110818.252500', '110818.712500', '110819.172500', '110819.632500', '110820.092500', '110820.552500', '110821.012500', '110821.472500', '110821.932500', '110822.392500', '110822.852500', '110823.312500', '110823.772500', '110824.232500', '110824.692500', '110825.152500', '110825.612500', '110826.072500', '110826.532500', '110826.992500', '110827.452500', '110827.912500', '110828.372500', '110828.832500', '110829.292500', '110829.752500', '110830.212500', '110830.672500', '110831.132500', '110831.592500', '110832.052500', '110832.512500', '110832.972500', '110833.432500', '110833.892500', '110834.352500', '110834.812500', '110835.272500', '110835.732500', '110836.192500', '110836.652500', '110837.112500', '110837.572500', '110838.032500', '110838.492500', '110838.952500', '110839.412500', '110839.872500', '110840.332500', '110840.792500', '110841.252500', '110841.712500', '110842.172500', '110842.632500', '110843.092500', '110843.552500', '110844.012500', '110844.472500', '110844.932500', '110845.392500', '110845.852500', '110846.312500', '110846.772500', '110847.232500', '110847.692500', '110848.152500', '110848.612500', '110849.072500', '110849.532500', '110849.992500', '110850.452500', '110850.912500', '110851.372500', '110851.832500', '110852.292500', '110852.752500', '110853.212500', '110853.672500', '110854.132500', '110854.592500', '110855.052500', '110855.512500', '110855.972500', '110856.432500', '110856.892500', '110857.352500', '110857.812500', '110858.272500', '110858.732500', '110859.192500', '110859.652500', '110900.112500', '110900.572500', '110901.032500', '110901.492500', '110901.952500', '110902.412500', '110902.872500', '110903.332500', '110903.792500', '110904.252500', '110904.712500', '110905.172500', '110905.632500', '110906.092500', '110906.552500', '110907.012500', '110907.472500', '110907.932500', '110908.392500', '110908.852500', '110909.312500', '110909.772500', '110910.232500', '110910.692500', '110911.152500', '110911.612500', '110912.072500', '110912.532500', '110912.992500', '110913.452500', '110913.912500', '110914.372500', '110914.832500', '110915.292500', '110915.752500', '110916.212500', '110916.672500', '110917.132500', '110917.592500', '110918.052500', '110918.512500', '110918.972500', '110919.432500', '110919.892500', '110920.352500', '110920.812500', '110921.272500', '110921.732500', '110922.192500', '110922.652500', '110923.112500', '110923.572500', '110924.032500', '110924.492500', '110924.952500', '110925.412500', '110925.872500', '110926.332500', '110926.792500', '110927.252500', '110927.712500', '110928.172500', '110928.632500', '110929.092500', '110929.552500', '110930.012500', '110930.472500', '110930.932500', '110931.392500', '110931.852500', '110932.312500', '110932.772500', '110933.232500', '110933.692500', '110934.152500', '110934.612500', '110935.072500', '110935.532500', '110935.992500', '110936.452500', '110936.912500', '110937.372500', '110937.832500', '110938.292500', '110938.752500', '110939.212500', '110939.672500', '110940.132500', '110940.592500', '110941.052500', '110941.512500', '110941.972500', '110942.432500', '110942.892500', '110943.352500', '110943.812500', '110944.272500', '110944.732500', '110945.192500', '110945.652500', '110946.112500', '110946.572500', '110947.032500', '110947.492500', '110947.952500', '110948.412500', '110948.872500', '110949.332500', '110949.792500', '110950.252500', '110950.712500', '110951.172500', '110951.632500', '110952.092500', '110952.552500', '110953.012500', '110953.472500', '110953.932500', '110954.392500', '110954.852500', '110955.312500', '110955.772500', '110956.232500', '110956.692500', '110957.152500', '110957.612500', '110958.072500', '110958.532500', '110958.992500', '110959.452500', '110959.912500', '111000.372500', '111000.832500', '111001.292500', '111001.752500', '111002.212500', '111002.672500', '111003.132500', '111003.592500', '111004.052500', '111004.512500', '111004.972500', '111005.432500', '111005.892500', '111006.352500', '111006.812500', '111007.272500', '111007.732500', '111008.192500', '111008.652500', '111009.112500', '111009.572500', '111010.032500', '111010.492500', '111010.952500', '111011.412500', '111011.872500', '111012.332500', '111012.792500', '111013.252500', '111013.712500', '111014.172500', '111014.632500', '111015.092500', '111015.552500', '111016.012500', '111016.472500', '111016.932500', '111017.392500', '111017.852500', '111018.312500', '111018.772500', '111019.232500', '111019.692500', '111020.152500', '111020.612500', '111021.072500', '111021.532500', '111021.992500', '111022.452500', '111022.912500', '111023.372500', '111023.832500', '111024.292500', '111024.752500', '111025.212500', '111025.672500', '111026.132500', '111026.592500', '111027.052500', '111027.512500', '111027.972500', '111028.432500', '111028.892500', '111029.352500', '111029.812500', '111030.272500', '111030.732500', '111031.192500', '111031.652500', '111032.112500', '111032.572500', '111033.032500', '111033.492500', '111033.952500', '111034.412500', '111034.872500', '111035.332500', '111035.792500', '111036.252500', '111036.712500', '111037.172500', '111037.632500', '111038.092500', '111038.552500', '111039.012500', '111039.472500', '111039.932500', '111040.392500', '111040.852500', '111041.312500', '111041.772500', '111042.232500', '111042.692500', '111043.152500', '111043.612500', '111044.072500', '111044.532500', '111044.992500', '111045.452500', '111045.912500', '111046.372500', '111046.832500', '111047.292500'], 'ContentTime': ['110338.853000', '110338.856000', '110338.859000', '110338.861000', '110338.864000', '110338.877000', '110338.879000', '110338.882000', '110338.884000', '110338.887000', '110338.889000', '110338.894000', '110338.897000', '110338.899000', '110338.902000', '110338.905000', '110338.907000', '110338.910000', '110338.912000', '110338.915000', '110338.917000', '110338.920000', '110338.923000', '110338.925000', '110338.928000', '110338.930000', '110338.933000', '110338.935000', '110338.938000', '110338.940000', '110338.943000', '110338.945000', '110358.815000', '110358.818000', '110358.821000', '110358.824000', '110358.826000', '110358.829000', '110358.831000', '110358.834000', '110358.836000', '110358.839000', '110358.842000', '110358.844000', '110358.847000', '110358.849000', '110358.852000', '110358.854000', '110358.857000', '110358.859000', '110358.863000', '110358.866000', '110358.876000', '110358.879000', '110358.882000', '110358.884000', '110358.887000', '110358.889000', '110358.892000', '110358.894000', '110358.897000', '110358.900000', '110358.902000', '110358.905000', '110358.907000', '110358.910000', '110358.912000', '110358.916000', '110358.919000', '110358.959000', '110358.962000', '110358.964000', '110358.967000', '110358.970000', '110358.972000', '110418.815000', '110418.818000', '110418.821000', '110418.823000', '110418.826000', '110418.828000', '110418.831000', '110418.834000', '110418.836000', '110418.839000', '110418.841000', '110418.844000', '110418.847000', '110418.849000', '110418.852000', '110418.854000', '110418.857000', '110418.859000', '110418.868000', '110418.871000', '110418.874000', '110418.876000', '110418.879000', '110418.881000', '110418.884000', '110418.887000', '110418.889000', '110418.892000', '110418.894000', '110418.897000', '110418.900000', '110418.902000', '110418.905000', '110418.907000', '110418.910000', '110418.913000', '110418.915000', '110418.918000', '110418.920000', '110418.923000', '110418.926000', '110418.928000', '110418.931000', '110418.933000', '110438.816000', '110438.818000', '110438.821000', '110438.824000', '110438.826000', '110438.829000', '110438.831000', '110438.834000', '110438.836000', '110438.839000', '110438.842000', '110438.844000', '110438.847000', '110438.849000', '110438.852000', '110438.854000', '110438.857000', '110438.859000', '110438.862000', '110438.864000', '110438.867000', '110438.870000', '110438.872000', '110438.875000', '110438.878000', '110438.881000', '110438.884000', '110438.886000', '110438.889000', '110438.891000', '110438.894000', '110438.896000', '110438.899000', '110438.902000', '110438.904000', '110438.907000', '110438.909000', '110438.912000', '110438.914000', '110438.917000', '110438.920000', '110438.922000', '110438.925000', '110458.815000', '110458.818000', '110458.821000', '110458.823000', '110458.826000', '110458.828000', '110458.831000', '110458.834000', '110458.836000', '110458.839000', '110458.841000', '110458.844000', '110458.847000', '110458.849000', '110458.852000', '110458.854000', '110458.857000', '110458.859000', '110458.862000', '110458.864000', '110458.867000', '110458.870000', '110458.872000', '110458.875000', '110458.877000', '110458.880000', '110458.883000', '110458.885000', '110458.888000', '110458.890000', '110458.893000', '110458.895000', '110458.898000', '110458.900000', '110458.903000', '110458.906000', '110458.908000', '110458.911000', '110458.913000', '110458.916000', '110458.919000', '110458.921000', '110458.924000', '110458.926000', '110518.814000', '110518.830000', '110518.832000', '110518.835000', '110518.837000', '110518.840000', '110518.843000', '110518.845000', '110518.848000', '110518.850000', '110518.853000', '110518.856000', '110518.858000', '110518.861000', '110518.863000', '110518.866000', '110518.869000', '110518.871000', '110518.874000', '110518.876000', '110518.879000', '110518.882000', '110518.884000', '110518.887000', '110518.889000', '110518.892000', '110518.894000', '110518.897000', '110518.900000', '110518.902000', '110518.905000', '110518.907000', '110518.910000', '110518.912000', '110518.915000', '110518.918000', '110518.920000', '110518.923000', '110518.925000', '110518.928000', '110518.931000', '110518.934000', '110518.936000', '110538.815000', '110538.817000', '110538.820000', '110538.822000', '110538.825000', '110538.828000', '110538.830000', '110538.833000', '110538.835000', '110538.838000', '110538.841000', '110538.843000', '110538.846000', '110538.848000', '110538.851000', '110538.853000', '110538.856000', '110538.858000', '110538.861000', '110538.864000', '110538.866000', '110538.869000', '110538.871000', '110538.874000', '110538.877000', '110538.879000', '110538.882000', '110538.884000', '110538.887000', '110538.889000', '110538.892000', '110538.894000', '110538.897000', '110538.900000', '110538.902000', '110538.905000', '110538.907000', '110538.910000', '110538.913000', '110538.915000', '110538.918000', '110538.920000', '110538.923000', '110538.926000', '110558.815000', '110558.817000', '110558.820000', '110558.823000', '110558.825000', '110558.828000', '110558.830000', '110558.833000', '110558.835000', '110558.838000', '110558.841000', '110558.843000', '110558.846000', '110558.848000', '110558.851000', '110558.853000', '110558.856000', '110558.858000', '110558.861000', '110558.864000', '110558.866000', '110558.869000', '110558.871000', '110558.874000', '110558.876000', '110558.879000', '110558.881000', '110558.884000', '110558.887000', '110558.889000', '110558.892000', '110558.894000', '110558.897000', '110558.899000', '110558.902000', '110558.905000', '110558.908000', '110558.910000', '110558.913000', '110558.916000', '110558.918000', '110558.921000', '110558.923000', '110618.816000', '110618.818000', '110618.821000', '110618.824000', '110618.826000', '110618.829000', '110618.832000', '110618.834000', '110618.837000', '110618.839000', '110618.842000', '110618.844000', '110618.847000', '110618.849000', '110618.852000', '110618.855000', '110618.857000', '110618.860000', '110618.863000', '110618.865000', '110618.868000', '110618.870000', '110618.873000', '110618.876000', '110618.878000', '110618.881000', '110618.883000', '110618.886000', '110618.888000', '110618.891000', '110618.893000', '110618.896000', '110618.899000', '110618.901000', '110618.904000', '110618.906000', '110618.909000', '110618.911000', '110618.914000', '110618.917000', '110618.919000', '110618.922000', '110618.924000', '110618.927000', '110638.815000', '110638.842000', '110638.844000', '110638.847000', '110638.849000', '110638.852000', '110638.855000', '110638.857000', '110638.860000', '110638.862000', '110638.865000', '110638.868000', '110638.870000', '110638.873000', '110638.875000', '110638.878000', '110638.881000', '110638.883000', '110638.886000', '110638.888000', '110638.891000', '110638.893000', '110638.896000', '110638.899000', '110638.901000', '110638.904000', '110638.906000', '110638.909000', '110638.911000', '110638.914000', '110638.917000', '110638.919000', '110638.922000', '110638.924000', '110638.927000', '110638.930000', '110638.932000', '110638.935000', '110638.937000', '110638.940000', '110638.942000', '110638.945000', '110638.948000', '110658.815000', '110658.822000', '110658.825000', '110658.827000', '110658.830000', '110658.832000', '110658.835000', '110658.837000', '110658.840000', '110658.843000', '110658.845000', '110658.848000', '110658.850000', '110658.853000', '110658.856000', '110658.858000', '110658.861000', '110658.863000', '110658.866000', '110658.868000', '110658.871000', '110658.874000', '110658.876000', '110658.879000', '110658.881000', '110658.884000', '110658.886000', '110658.889000', '110658.892000', '110658.894000', '110658.897000', '110658.899000', '110658.902000', '110658.904000', '110658.907000', '110658.909000', '110658.912000', '110658.915000', '110658.917000', '110658.920000', '110658.922000', '110658.925000', '110658.927000', '110658.930000', '110718.816000', '110718.836000', '110718.838000', '110718.841000', '110718.843000', '110718.846000', '110718.849000', '110718.851000', '110718.854000', '110718.856000', '110718.859000', '110718.861000', '110718.864000', '110718.867000', '110718.869000', '110718.872000', '110718.874000', '110718.877000', '110718.879000', '110718.882000', '110718.885000', '110718.887000', '110718.890000', '110718.892000', '110718.895000', '110718.897000', '110718.900000', '110718.902000', '110718.905000', '110718.916000', '110718.919000', '110718.921000', '110718.924000', '110718.926000', '110718.929000', '110718.931000', '110718.934000', '110718.937000', '110718.939000', '110718.942000', '110718.944000', '110718.947000', '110718.949000', '110738.815000', '110738.830000', '110738.832000', '110738.835000', '110738.837000', '110738.840000', '110738.842000', '110738.845000', '110738.848000', '110738.850000', '110738.853000', '110738.855000', '110738.858000', '110738.860000', '110738.863000', '110738.866000', '110738.868000', '110738.871000', '110738.873000', '110738.876000', '110738.879000', '110738.881000', '110738.884000', '110738.886000', '110738.889000', '110738.891000', '110738.894000', '110738.897000', '110738.899000', '110738.902000', '110738.905000', '110738.907000', '110738.910000', '110738.912000', '110738.915000', '110738.917000', '110738.920000', '110738.923000', '110738.925000', '110738.928000', '110738.930000', '110738.933000', '110738.936000', '110738.938000', '110758.815000', '110758.817000', '110758.820000', '110758.822000', '110758.825000', '110758.828000', '110758.830000', '110758.833000', '110758.835000', '110758.838000', '110758.840000', '110758.843000', '110758.846000', '110758.848000', '110758.851000', '110758.853000', '110758.856000', '110758.859000', '110758.861000', '110758.864000', '110758.866000', '110758.869000', '110758.871000', '110758.874000', '110758.876000', '110758.879000', '110758.882000', '110758.884000', '110758.887000', '110758.889000', '110758.892000', '110758.895000', '110758.897000', '110758.900000', '110758.902000', '110758.905000', '110758.907000', '110758.910000', '110758.913000', '110758.915000', '110758.918000', '110758.921000', '110758.923000', '110818.815000', '110818.855000', '110818.858000', '110818.861000', '110818.863000', '110818.866000', '110818.868000', '110818.871000', '110818.874000', '110818.876000', '110818.879000', '110818.881000', '110818.884000', '110818.887000', '110818.889000', '110818.892000', '110818.894000', '110818.897000', '110818.899000', '110818.902000', '110818.905000', '110818.907000', '110818.910000', '110818.912000', '110818.915000', '110818.917000', '110818.920000', '110818.923000', '110818.925000', '110818.928000', '110818.931000', '110818.933000', '110818.936000', '110818.938000', '110818.941000', '110818.944000', '110818.946000', '110818.949000', '110818.951000', '110818.954000', '110818.956000', '110818.959000', '110818.962000', '110818.964000', '110838.816000', '110838.856000', '110838.859000', '110838.862000', '110838.864000', '110838.867000', '110838.869000', '110838.872000', '110838.874000', '110838.877000', '110838.880000', '110838.882000', '110838.885000', '110838.887000', '110838.890000', '110838.893000', '110838.895000', '110838.898000', '110838.900000', '110838.903000', '110838.906000', '110838.908000', '110838.911000', '110838.913000', '110838.916000', '110838.919000', '110838.921000', '110838.924000', '110838.926000', '110838.929000', '110838.932000', '110838.934000', '110838.937000', '110838.939000', '110838.942000', '110838.944000', '110838.947000', '110838.950000', '110838.952000', '110838.964000', '110838.967000', '110838.969000', '110838.972000', '110858.816000', '110858.836000', '110858.839000', '110858.842000', '110858.845000', '110858.847000', '110858.850000', '110858.852000', '110858.855000', '110858.857000', '110858.860000', '110858.863000', '110858.865000', '110858.868000', '110858.871000', '110858.873000', '110858.876000', '110858.878000', '110858.881000', '110858.884000', '110858.886000', '110858.889000', '110858.891000', '110858.894000', '110858.897000', '110858.899000', '110858.902000', '110858.905000', '110858.907000', '110858.910000', '110858.912000', '110858.915000', '110858.917000', '110858.920000', '110858.923000', '110858.925000', '110858.928000', '110858.930000', '110858.933000', '110858.935000', '110858.938000', '110858.941000', '110858.943000', '110918.816000', '110918.818000', '110918.821000', '110918.824000', '110918.826000', '110918.847000', '110918.849000', '110918.852000', '110918.855000', '110918.857000', '110918.860000', '110918.863000', '110918.865000', '110918.868000', '110918.870000', '110918.873000', '110918.876000', '110918.878000', '110918.881000', '110918.883000', '110918.886000', '110918.889000', '110918.891000', '110918.894000', '110918.897000', '110918.899000', '110918.902000', '110918.904000', '110918.907000', '110918.910000', '110918.912000', '110918.915000', '110918.917000', '110918.920000', '110918.923000', '110918.925000', '110918.928000', '110918.930000', '110918.933000', '110918.936000', '110918.938000', '110918.941000', '110918.944000', '110918.946000', '110938.815000', '110938.818000', '110938.821000', '110938.823000', '110938.826000', '110938.828000', '110938.831000', '110938.834000', '110938.836000', '110938.839000', '110938.842000', '110938.844000', '110938.847000', '110938.849000', '110938.852000', '110938.854000', '110938.857000', '110938.860000', '110938.862000', '110938.865000', '110938.867000', '110938.870000', '110938.874000', '110938.877000', '110938.879000', '110938.882000', '110938.884000', '110938.887000', '110938.890000', '110938.892000', '110938.895000', '110938.897000', '110938.900000', '110938.903000', '110938.905000', '110938.908000', '110938.910000', '110938.913000', '110938.916000', '110938.918000', '110938.921000', '110938.923000', '110938.926000', '110958.815000', '110958.818000', '110958.820000', '110958.823000', '110958.825000', '110958.828000', '110958.831000', '110958.833000', '110958.836000', '110958.839000', '110958.841000', '110958.844000', '110958.846000', '110958.849000', '110958.852000', '110958.854000', '110958.857000', '110958.859000', '110958.862000', '110958.864000', '110958.867000', '110958.870000', '110958.872000', '110958.875000', '110958.877000', '110958.880000', '110958.883000', '110958.885000', '110958.888000', '110958.891000', '110958.893000', '110958.896000', '110958.898000', '110958.901000', '110958.903000', '110958.906000', '110958.909000', '110958.911000', '110958.914000', '110958.916000', '110958.919000', '110958.922000', '110958.924000', '110958.927000', '111018.815000', '111018.840000', '111018.843000', '111018.845000', '111018.848000', '111018.850000', '111018.853000', '111018.864000', '111018.866000', '111018.869000', '111018.872000', '111018.875000', '111018.878000', '111018.881000', '111018.883000', '111018.886000', '111018.888000', '111018.891000', '111018.894000', '111018.896000', '111018.899000', '111018.901000', '111018.912000', '111018.915000', '111018.917000', '111018.920000', '111018.922000', '111018.925000', '111018.928000', '111018.931000', '111018.933000', '111018.936000', '111018.939000', '111018.941000', '111018.944000', '111018.946000', '111018.949000', '111018.952000', '111018.954000', '111018.957000', '111018.959000', '111018.962000', '111018.964000', '111038.815000', '111038.844000', '111038.847000', '111038.849000', '111038.852000', '111038.854000', '111038.857000', '111038.860000', '111038.862000', '111038.865000', '111038.868000', '111038.870000', '111038.873000', '111038.875000', '111038.878000', '111038.880000', '111038.883000', '111038.886000', '111038.888000', '111038.891000', '111038.894000', '111038.896000', '111038.899000', '111038.901000', '111038.904000', '111038.906000', '111038.909000', '111038.912000', '111038.914000', '111038.917000', '111038.919000', '111038.922000', '111038.925000', '111038.927000', '111038.930000', '111038.932000', '111038.935000', '111038.938000', '111038.940000', '111038.943000', '111038.945000', '111038.948000', '111038.950000', '111038.953000', '111048.764000', '111048.768000', '111048.770000', '111048.773000', '111048.776000', '111048.781000', '111048.784000', '111048.787000', '111048.790000', '111048.794000', '111048.797000', '111048.800000', '111048.848000', '111048.862000', '111048.865000', '111048.869000', '111048.872000', '111048.875000', '111048.878000', '111048.881000', '111048.884000', '111048.886000'], 'InstanceCreationTime': ['110338.853000', '110338.856000', '110338.859000', '110338.861000', '110338.864000', '110338.877000', '110338.879000', '110338.882000', '110338.884000', '110338.887000', '110338.889000', '110338.894000', '110338.897000', '110338.899000', '110338.902000', '110338.905000', '110338.907000', '110338.910000', '110338.912000', '110338.915000', '110338.917000', '110338.920000', '110338.923000', '110338.925000', '110338.928000', '110338.930000', '110338.933000', '110338.935000', '110338.938000', '110338.940000', '110338.943000', '110338.945000', '110358.815000', '110358.818000', '110358.821000', '110358.824000', '110358.826000', '110358.829000', '110358.831000', '110358.834000', '110358.836000', '110358.839000', '110358.842000', '110358.844000', '110358.847000', '110358.849000', '110358.852000', '110358.854000', '110358.857000', '110358.859000', '110358.863000', '110358.866000', '110358.876000', '110358.879000', '110358.882000', '110358.884000', '110358.887000', '110358.889000', '110358.892000', '110358.894000', '110358.897000', '110358.900000', '110358.902000', '110358.905000', '110358.907000', '110358.910000', '110358.912000', '110358.916000', '110358.919000', '110358.959000', '110358.962000', '110358.964000', '110358.967000', '110358.970000', '110358.972000', '110418.815000', '110418.818000', '110418.821000', '110418.823000', '110418.826000', '110418.828000', '110418.831000', '110418.834000', '110418.836000', '110418.839000', '110418.841000', '110418.844000', '110418.847000', '110418.849000', '110418.852000', '110418.854000', '110418.857000', '110418.859000', '110418.868000', '110418.871000', '110418.874000', '110418.876000', '110418.879000', '110418.881000', '110418.884000', '110418.887000', '110418.889000', '110418.892000', '110418.894000', '110418.897000', '110418.900000', '110418.902000', '110418.905000', '110418.907000', '110418.910000', '110418.913000', '110418.915000', '110418.918000', '110418.920000', '110418.923000', '110418.926000', '110418.928000', '110418.931000', '110418.933000', '110438.816000', '110438.818000', '110438.821000', '110438.824000', '110438.826000', '110438.829000', '110438.831000', '110438.834000', '110438.836000', '110438.839000', '110438.842000', '110438.844000', '110438.847000', '110438.849000', '110438.852000', '110438.854000', '110438.857000', '110438.859000', '110438.862000', '110438.864000', '110438.867000', '110438.870000', '110438.872000', '110438.875000', '110438.878000', '110438.881000', '110438.884000', '110438.886000', '110438.889000', '110438.891000', '110438.894000', '110438.896000', '110438.899000', '110438.902000', '110438.904000', '110438.907000', '110438.909000', '110438.912000', '110438.914000', '110438.917000', '110438.920000', '110438.922000', '110438.925000', '110458.815000', '110458.818000', '110458.821000', '110458.823000', '110458.826000', '110458.828000', '110458.831000', '110458.834000', '110458.836000', '110458.839000', '110458.841000', '110458.844000', '110458.847000', '110458.849000', '110458.852000', '110458.854000', '110458.857000', '110458.859000', '110458.862000', '110458.864000', '110458.867000', '110458.870000', '110458.872000', '110458.875000', '110458.877000', '110458.880000', '110458.883000', '110458.885000', '110458.888000', '110458.890000', '110458.893000', '110458.895000', '110458.898000', '110458.900000', '110458.903000', '110458.906000', '110458.908000', '110458.911000', '110458.913000', '110458.916000', '110458.919000', '110458.921000', '110458.924000', '110458.926000', '110518.814000', '110518.830000', '110518.832000', '110518.835000', '110518.837000', '110518.840000', '110518.843000', '110518.845000', '110518.848000', '110518.850000', '110518.853000', '110518.856000', '110518.858000', '110518.861000', '110518.863000', '110518.866000', '110518.869000', '110518.871000', '110518.874000', '110518.876000', '110518.879000', '110518.882000', '110518.884000', '110518.887000', '110518.889000', '110518.892000', '110518.894000', '110518.897000', '110518.900000', '110518.902000', '110518.905000', '110518.907000', '110518.910000', '110518.912000', '110518.915000', '110518.918000', '110518.920000', '110518.923000', '110518.925000', '110518.928000', '110518.931000', '110518.934000', '110518.936000', '110538.815000', '110538.817000', '110538.820000', '110538.822000', '110538.825000', '110538.828000', '110538.830000', '110538.833000', '110538.835000', '110538.838000', '110538.841000', '110538.843000', '110538.846000', '110538.848000', '110538.851000', '110538.853000', '110538.856000', '110538.858000', '110538.861000', '110538.864000', '110538.866000', '110538.869000', '110538.871000', '110538.874000', '110538.877000', '110538.879000', '110538.882000', '110538.884000', '110538.887000', '110538.889000', '110538.892000', '110538.894000', '110538.897000', '110538.900000', '110538.902000', '110538.905000', '110538.907000', '110538.910000', '110538.913000', '110538.915000', '110538.918000', '110538.920000', '110538.923000', '110538.926000', '110558.815000', '110558.817000', '110558.820000', '110558.823000', '110558.825000', '110558.828000', '110558.830000', '110558.833000', '110558.835000', '110558.838000', '110558.841000', '110558.843000', '110558.846000', '110558.848000', '110558.851000', '110558.853000', '110558.856000', '110558.858000', '110558.861000', '110558.864000', '110558.866000', '110558.869000', '110558.871000', '110558.874000', '110558.876000', '110558.879000', '110558.881000', '110558.884000', '110558.887000', '110558.889000', '110558.892000', '110558.894000', '110558.897000', '110558.899000', '110558.902000', '110558.905000', '110558.908000', '110558.910000', '110558.913000', '110558.916000', '110558.918000', '110558.921000', '110558.923000', '110618.816000', '110618.818000', '110618.821000', '110618.824000', '110618.826000', '110618.829000', '110618.832000', '110618.834000', '110618.837000', '110618.839000', '110618.842000', '110618.844000', '110618.847000', '110618.849000', '110618.852000', '110618.855000', '110618.857000', '110618.860000', '110618.863000', '110618.865000', '110618.868000', '110618.870000', '110618.873000', '110618.876000', '110618.878000', '110618.881000', '110618.883000', '110618.886000', '110618.888000', '110618.891000', '110618.893000', '110618.896000', '110618.899000', '110618.901000', '110618.904000', '110618.906000', '110618.909000', '110618.911000', '110618.914000', '110618.917000', '110618.919000', '110618.922000', '110618.924000', '110618.927000', '110638.815000', '110638.842000', '110638.844000', '110638.847000', '110638.849000', '110638.852000', '110638.855000', '110638.857000', '110638.860000', '110638.862000', '110638.865000', '110638.868000', '110638.870000', '110638.873000', '110638.875000', '110638.878000', '110638.881000', '110638.883000', '110638.886000', '110638.888000', '110638.891000', '110638.893000', '110638.896000', '110638.899000', '110638.901000', '110638.904000', '110638.906000', '110638.909000', '110638.911000', '110638.914000', '110638.917000', '110638.919000', '110638.922000', '110638.924000', '110638.927000', '110638.930000', '110638.932000', '110638.935000', '110638.937000', '110638.940000', '110638.942000', '110638.945000', '110638.948000', '110658.815000', '110658.822000', '110658.825000', '110658.827000', '110658.830000', '110658.832000', '110658.835000', '110658.837000', '110658.840000', '110658.843000', '110658.845000', '110658.848000', '110658.850000', '110658.853000', '110658.856000', '110658.858000', '110658.861000', '110658.863000', '110658.866000', '110658.868000', '110658.871000', '110658.874000', '110658.876000', '110658.879000', '110658.881000', '110658.884000', '110658.886000', '110658.889000', '110658.892000', '110658.894000', '110658.897000', '110658.899000', '110658.902000', '110658.904000', '110658.907000', '110658.909000', '110658.912000', '110658.915000', '110658.917000', '110658.920000', '110658.922000', '110658.925000', '110658.927000', '110658.930000', '110718.816000', '110718.836000', '110718.838000', '110718.841000', '110718.843000', '110718.846000', '110718.849000', '110718.851000', '110718.854000', '110718.856000', '110718.859000', '110718.861000', '110718.864000', '110718.867000', '110718.869000', '110718.872000', '110718.874000', '110718.877000', '110718.879000', '110718.882000', '110718.885000', '110718.887000', '110718.890000', '110718.892000', '110718.895000', '110718.897000', '110718.900000', '110718.902000', '110718.905000', '110718.916000', '110718.919000', '110718.921000', '110718.924000', '110718.926000', '110718.929000', '110718.931000', '110718.934000', '110718.937000', '110718.939000', '110718.942000', '110718.944000', '110718.947000', '110718.949000', '110738.815000', '110738.830000', '110738.832000', '110738.835000', '110738.837000', '110738.840000', '110738.842000', '110738.845000', '110738.848000', '110738.850000', '110738.853000', '110738.855000', '110738.858000', '110738.860000', '110738.863000', '110738.866000', '110738.868000', '110738.871000', '110738.873000', '110738.876000', '110738.879000', '110738.881000', '110738.884000', '110738.886000', '110738.889000', '110738.891000', '110738.894000', '110738.897000', '110738.899000', '110738.902000', '110738.905000', '110738.907000', '110738.910000', '110738.912000', '110738.915000', '110738.917000', '110738.920000', '110738.923000', '110738.925000', '110738.928000', '110738.930000', '110738.933000', '110738.936000', '110738.938000', '110758.815000', '110758.817000', '110758.820000', '110758.822000', '110758.825000', '110758.828000', '110758.830000', '110758.833000', '110758.835000', '110758.838000', '110758.840000', '110758.843000', '110758.846000', '110758.848000', '110758.851000', '110758.853000', '110758.856000', '110758.859000', '110758.861000', '110758.864000', '110758.866000', '110758.869000', '110758.871000', '110758.874000', '110758.876000', '110758.879000', '110758.882000', '110758.884000', '110758.887000', '110758.889000', '110758.892000', '110758.895000', '110758.897000', '110758.900000', '110758.902000', '110758.905000', '110758.907000', '110758.910000', '110758.913000', '110758.915000', '110758.918000', '110758.921000', '110758.923000', '110818.815000', '110818.855000', '110818.858000', '110818.861000', '110818.863000', '110818.866000', '110818.868000', '110818.871000', '110818.874000', '110818.876000', '110818.879000', '110818.881000', '110818.884000', '110818.887000', '110818.889000', '110818.892000', '110818.894000', '110818.897000', '110818.899000', '110818.902000', '110818.905000', '110818.907000', '110818.910000', '110818.912000', '110818.915000', '110818.917000', '110818.920000', '110818.923000', '110818.925000', '110818.928000', '110818.931000', '110818.933000', '110818.936000', '110818.938000', '110818.941000', '110818.944000', '110818.946000', '110818.949000', '110818.951000', '110818.954000', '110818.956000', '110818.959000', '110818.962000', '110818.964000', '110838.816000', '110838.856000', '110838.859000', '110838.862000', '110838.864000', '110838.867000', '110838.869000', '110838.872000', '110838.874000', '110838.877000', '110838.880000', '110838.882000', '110838.885000', '110838.887000', '110838.890000', '110838.893000', '110838.895000', '110838.898000', '110838.900000', '110838.903000', '110838.906000', '110838.908000', '110838.911000', '110838.913000', '110838.916000', '110838.919000', '110838.921000', '110838.924000', '110838.926000', '110838.929000', '110838.932000', '110838.934000', '110838.937000', '110838.939000', '110838.942000', '110838.944000', '110838.947000', '110838.950000', '110838.952000', '110838.964000', '110838.967000', '110838.969000', '110838.972000', '110858.816000', '110858.836000', '110858.839000', '110858.842000', '110858.845000', '110858.847000', '110858.850000', '110858.852000', '110858.855000', '110858.857000', '110858.860000', '110858.863000', '110858.865000', '110858.868000', '110858.871000', '110858.873000', '110858.876000', '110858.878000', '110858.881000', '110858.884000', '110858.886000', '110858.889000', '110858.891000', '110858.894000', '110858.897000', '110858.899000', '110858.902000', '110858.905000', '110858.907000', '110858.910000', '110858.912000', '110858.915000', '110858.917000', '110858.920000', '110858.923000', '110858.925000', '110858.928000', '110858.930000', '110858.933000', '110858.935000', '110858.938000', '110858.941000', '110858.943000', '110918.816000', '110918.818000', '110918.821000', '110918.824000', '110918.826000', '110918.847000', '110918.849000', '110918.852000', '110918.855000', '110918.857000', '110918.860000', '110918.863000', '110918.865000', '110918.868000', '110918.870000', '110918.873000', '110918.876000', '110918.878000', '110918.881000', '110918.883000', '110918.886000', '110918.889000', '110918.891000', '110918.894000', '110918.897000', '110918.899000', '110918.902000', '110918.904000', '110918.907000', '110918.910000', '110918.912000', '110918.915000', '110918.917000', '110918.920000', '110918.923000', '110918.925000', '110918.928000', '110918.930000', '110918.933000', '110918.936000', '110918.938000', '110918.941000', '110918.944000', '110918.946000', '110938.815000', '110938.818000', '110938.821000', '110938.823000', '110938.826000', '110938.828000', '110938.831000', '110938.834000', '110938.836000', '110938.839000', '110938.842000', '110938.844000', '110938.847000', '110938.849000', '110938.852000', '110938.854000', '110938.857000', '110938.860000', '110938.862000', '110938.865000', '110938.867000', '110938.870000', '110938.874000', '110938.877000', '110938.879000', '110938.882000', '110938.884000', '110938.887000', '110938.890000', '110938.892000', '110938.895000', '110938.897000', '110938.900000', '110938.903000', '110938.905000', '110938.908000', '110938.910000', '110938.913000', '110938.916000', '110938.918000', '110938.921000', '110938.923000', '110938.926000', '110958.815000', '110958.818000', '110958.820000', '110958.823000', '110958.825000', '110958.828000', '110958.831000', '110958.833000', '110958.836000', '110958.839000', '110958.841000', '110958.844000', '110958.846000', '110958.849000', '110958.852000', '110958.854000', '110958.857000', '110958.859000', '110958.862000', '110958.864000', '110958.867000', '110958.870000', '110958.872000', '110958.875000', '110958.877000', '110958.880000', '110958.883000', '110958.885000', '110958.888000', '110958.891000', '110958.893000', '110958.896000', '110958.898000', '110958.901000', '110958.903000', '110958.906000', '110958.909000', '110958.911000', '110958.914000', '110958.916000', '110958.919000', '110958.922000', '110958.924000', '110958.927000', '111018.815000', '111018.840000', '111018.843000', '111018.845000', '111018.848000', '111018.850000', '111018.853000', '111018.864000', '111018.866000', '111018.869000', '111018.872000', '111018.875000', '111018.878000', '111018.881000', '111018.883000', '111018.886000', '111018.888000', '111018.891000', '111018.894000', '111018.896000', '111018.899000', '111018.901000', '111018.912000', '111018.915000', '111018.917000', '111018.920000', '111018.922000', '111018.925000', '111018.928000', '111018.931000', '111018.933000', '111018.936000', '111018.939000', '111018.941000', '111018.944000', '111018.946000', '111018.949000', '111018.952000', '111018.954000', '111018.957000', '111018.959000', '111018.962000', '111018.964000', '111038.815000', '111038.844000', '111038.847000', '111038.849000', '111038.852000', '111038.854000', '111038.857000', '111038.860000', '111038.862000', '111038.865000', '111038.868000', '111038.870000', '111038.873000', '111038.875000', '111038.878000', '111038.880000', '111038.883000', '111038.886000', '111038.888000', '111038.891000', '111038.894000', '111038.896000', '111038.899000', '111038.901000', '111038.904000', '111038.906000', '111038.909000', '111038.912000', '111038.914000', '111038.917000', '111038.919000', '111038.922000', '111038.925000', '111038.927000', '111038.930000', '111038.932000', '111038.935000', '111038.938000', '111038.940000', '111038.943000', '111038.945000', '111038.948000', '111038.950000', '111038.953000', '111048.764000', '111048.768000', '111048.770000', '111048.773000', '111048.776000', '111048.781000', '111048.784000', '111048.787000', '111048.790000', '111048.794000', '111048.797000', '111048.800000', '111048.848000', '111048.862000', '111048.865000', '111048.869000', '111048.872000', '111048.875000', '111048.878000', '111048.881000', '111048.884000', '111048.886000'], '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': [10973, 10782, 11776, 11862, 12057, 10616, 12420, 10988, 17672, 10962, 11458, 11465, 14618, 18451, 14985, 12458, 11002, 10900, 10444, 17324, 11187, 10586, 11125, 10089, 18218, 10205, 9689, 10481, 10390, 10785, 10284, 11782, 10368, 14615, 18990, 13348, 12888, 10995, 10234, 11279, 16855, 13413, 10783, 13831, 13176, 14403, 10951, 10294, 11689, 19802, 15488, 10905, 12478, 10282, 12894, 11206, 13022, 11403, 11066, 11409, 11189, 11498, 10466, 11506, 11323, 10901, 11440, 11891, 13012, 11279, 13122, 14478, 17434, 13847, 10730, 11868, 10819, 17847, 16913, 13830, 11664, 11555, 12755, 16302, 18299, 11247, 10885, 10753, 12420, 14715, 10832, 11302, 10887, 17346, 13924, 10722, 12380, 14167, 18982, 11319, 10403, 13160, 13886, 12687, 11090, 13047, 14463, 11385, 12030, 11045, 16380, 16779, 15437, 11796, 10910, 12136, 10704, 18578, 14176, 10701, 12571, 10960, 15758, 11194, 12157, 11281, 11208, 14272, 10843, 10783, 10890, 17592, 14887, 10989, 12656, 10829, 19623, 15645, 11336, 12604, 11747, 18788, 11539, 10695, 12013, 15737, 17871, 10825, 10527, 11641, 13169, 17100, 10839, 10784, 11177, 14584, 15042, 11197, 12375, 11409, 16853, 11506, 10864, 12565, 16452, 19240, 14303, 10958, 12322, 10271, 15633, 11575, 11332, 12485, 13217, 17428, 11065, 11212, 11907, 10821, 11712, 11361, 11107, 14435, 10874, 11433, 10798, 17571, 16756, 11167, 11520, 11297, 12562, 19019, 13686, 11391, 10946, 10193, 11396, 11931, 10114, 17996, 13498, 10809, 12993, 10027, 18681, 12101, 10256, 12608, 17459, 19083, 15158, 11046, 11718, 10630, 16565, 14461, 10843, 10973, 11321, 18480, 15256, 10776, 11431, 10814, 15456, 12497, 10604, 11308, 11238, 16782, 13971, 11192, 11651, 10865, 12487, 13921, 10963, 10679, 11578, 16437, 12382, 11032, 11162, 10843, 17775, 13906, 10874, 12403, 11340, 19067, 13565, 10797, 12673, 10749, 18601, 14209, 10933, 11953, 10919, 13998, 15221, 12784, 11659, 11153, 13308, 11783, 11783, 11265, 11175, 15154, 11307, 11951, 11345, 16198, 18116, 11693, 11354, 11356, 11482, 17916, 17284, 14999, 11272, 10571, 11448, 16600, 16976, 10609, 11357, 10854, 10273, 11902, 11113, 12198, 11109, 14852, 11479, 11311, 12331, 11403, 14520, 11740, 11520, 13038, 15604, 16966, 11080, 10427, 12617, 15577, 18930, 13400, 10840, 11870, 10832, 15079, 11748, 11102, 11352, 11141, 11702, 10913, 11471, 11409, 13416, 11505, 11712, 12374, 11286, 16377, 12323, 11289, 12901, 11364, 17674, 11493, 10434, 13894, 17775, 19248, 13139, 10976, 12149, 10186, 15672, 11597, 11985, 11449, 11304, 14541, 11485, 11171, 11270, 11216, 13619, 11296, 10805, 11433, 10919, 11376, 10848, 10655, 17137, 17030, 16377, 11480, 11211, 12305, 15044, 20818, 16738, 11787, 12325, 9945, 11298, 11292, 10732, 11296, 11024, 10456, 15392, 11091, 11007, 10900, 12199, 14691, 10483, 10718, 11672, 11039, 14150, 10946, 11212, 10810, 15475, 12376, 10820, 11317, 10711, 12097, 11260, 11552, 14685, 16687, 17269, 11032, 10565, 12080, 16519, 19386, 13651, 11050, 11533, 10705, 15275, 13774, 14172, 11358, 11017, 12800, 11583, 12532, 11078, 10210, 13321, 10312, 11143, 10902, 17063, 18207, 11898, 12528, 10673, 16372, 16939, 13906, 12932, 10145, 13626, 15519, 12814, 12249, 10526, 11738, 10924, 13452, 11689, 10529, 11955, 13337, 17029, 11395, 10891, 12351, 10762, 16201, 11260, 11259, 11871, 16109, 14763, 10954, 11197, 11711, 17412, 18596, 12824, 11442, 11311, 9315, 12332, 10919, 9820, 12554, 15007, 20037, 14271, 10526, 12547, 10580, 16244, 12307, 10221, 12767, 10112, 18281, 13072, 10795, 12752, 10915, 15949, 11398, 10435, 12573, 14460, 19621, 15112, 10827, 12220, 10939, 12467, 13391, 17226, 12894, 10704, 11460, 11291, 12622, 12653, 10748, 10866, 11447, 11278, 12954, 10919, 14696, 11529, 11340, 13120, 10820, 17869, 19942, 11700, 10956, 10598, 11346, 10975, 11124, 9477, 12515, 16134, 17466, 13259, 11341, 10186, 12729, 10500, 13193, 12107, 9720, 13795, 10764, 10382, 12413, 15363, 14586, 10728, 9814, 12401, 16245, 19216, 13137, 9658, 12583, 10004, 16692, 14411, 11235, 12017, 10057, 13827, 15698, 13951, 11424, 10047, 11291, 12905, 14330, 12214, 10461, 14162, 13805, 11377, 12377, 9947, 16058, 15717, 11079, 12532, 10085, 17584, 14767, 10760, 11473, 10414, 13117, 15261, 10500, 11164, 11234, 11216, 12677, 11322, 10722, 11016, 14852, 16142, 10997, 10866, 11419, 10336, 18091, 13256, 11066, 11557, 10488, 15759, 18632, 17913, 11539, 10897, 12658, 10509, 16015, 11657, 10653, 12652, 11381, 13706, 11465, 10825, 13058, 11292, 11162, 11584, 10291, 17864, 17691, 16525, 11263, 10425, 12459, 14230, 18963, 14132, 10605, 12030, 10828, 13660, 11113, 10858, 10826, 12313, 11934, 11021, 12623, 10985, 15934, 10979, 10490, 12572, 10556, 17490, 17358, 12390, 11396, 11461, 10927, 10575, 9774, 12532, 13619, 18581, 12000, 10489, 12781, 10719, 15887, 10790, 10419, 12044, 11068, 14712, 11056, 10620, 11912, 12696, 14352, 10976, 10735, 11796, 18309, 17203, 11653, 11134, 11327, 10554, 17560, 13669, 12477, 10800, 10073, 12206, 16985, 18770, 11760, 10674, 11557, 10827, 14288, 10954, 11055, 11700, 11121, 16118, 10860, 10982, 11429, 17610, 17809, 11307, 10451, 11534, 11717, 15543, 10749, 10006, 11658, 15625, 18233, 11205, 11574, 11038, 10519, 12891, 10519, 10966, 11224, 10828, 18143, 13035, 11434, 11144, 10566, 12766, 12450, 17361, 11849, 10253, 12201, 12163, 14706, 11047, 10253, 11977, 11968, 13127, 11226, 10103, 11664, 16987, 19427, 12680, 10849, 11195, 9490, 12797, 12875, 14286, 10540, 10320, 12374, 11259, 11375, 10896, 10439, 12110, 10744, 11145, 10473, 10771, 14386, 10561, 10716, 11578, 16615, 18680, 12908, 10884, 11568, 10359, 13649, 18073, 18504, 13363, 10721, 12637, 10752, 15207, 12143, 11109, 12815, 10940, 15277, 11747, 10691, 12701, 10665, 16515, 15244, 10565, 12627, 10840, 10150, 12368, 10863, 11733, 10829, 12684, 14890, 10897, 11115, 10849, 10519, 13172, 11666, 11425, 10752, 9927, 11774, 17500, 17376, 11364, 11128, 11227, 9896, 11602, 11196, 10285, 14001, 16485, 20901, 15177, 10928, 12843, 9852, 16843, 13197, 10449, 12523, 10560, 17407, 11679, 10004, 12463, 10313, 14302, 10639, 9928, 12325, 10030, 14358, 10887, 10345, 12142, 12029, 17608, 12170, 10311, 11231, 10285, 13744, 15861, 15747, 11103, 10651, 12322, 12480, 16546, 11473, 10754, 11528, 10155, 14542, 12258, 10654, 11243, 10833, 13536, 12528, 10180, 14797, 17364, 15324, 12851, 10950, 10127, 12351, 18345, 19822, 14049, 10386, 12643, 9900, 15508, 11367, 9515, 13115, 10492, 15606, 11750, 9998, 12789, 10217, 17025, 11392, 10857, 12582, 10693, 13657, 12536, 11421, 11422, 10567, 17327, 16060, 10269, 10757, 10772, 9807, 12429, 14357, 16411, 10545, 10378, 13015, 13961, 16551, 11251, 10309, 12772, 13348, 15530, 11463, 10981, 14621, 13130, 12726, 11799, 10435, 15940, 11249, 10619, 11815, 10748, 16714, 10989, 11287, 11310, 11117, 17170, 12802, 10601, 11128, 10277, 12482, 13633, 16070, 10658, 11093, 12030, 12139, 16119, 11535, 10611], 'WindowCenter': [5176.0, 5139.0, 5145.0, 5120.0, 5117.0, 5081.0, 5127.0, 5088.0, 5160.0, 5092.0, 5087.0, 5098.0, 5122.0, 5165.0, 5129.0, 5097.0, 5076.0, 5063.0, 5064.0, 5142.0, 5088.0, 5065.0, 5086.0, 5065.0, 5164.0, 5077.0, 5070.0, 5090.0, 5065.0, 5075.0, 5066.0, 5086.0, 5093.0, 5136.0, 5178.0, 5117.0, 5105.0, 5071.0, 5055.0, 5073.0, 5133.0, 5099.0, 5066.0, 5102.0, 5104.0, 5112.0, 5066.0, 5067.0, 5083.0, 5161.0, 5123.0, 5061.0, 5068.0, 5054.0, 5092.0, 5087.0, 5094.0, 5075.0, 5086.0, 5102.0, 5078.0, 5086.0, 5081.0, 5100.0, 5104.0, 5077.0, 5102.0, 5111.0, 5124.0, 5099.0, 5132.0, 5141.0, 5174.0, 5123.0, 5075.0, 5085.0, 5091.0, 5154.0, 5164.0, 5118.0, 5090.0, 5086.0, 5106.0, 5146.0, 5155.0, 5078.0, 5061.0, 5079.0, 5106.0, 5138.0, 5076.0, 5077.0, 5091.0, 5159.0, 5130.0, 5074.0, 5108.0, 5127.0, 5155.0, 5076.0, 5063.0, 5107.0, 5107.0, 5099.0, 5075.0, 5104.0, 5130.0, 5078.0, 5083.0, 5090.0, 5148.0, 5151.0, 5137.0, 5090.0, 5066.0, 5098.0, 5077.0, 5165.0, 5132.0, 5056.0, 5096.0, 5088.0, 5137.0, 5079.0, 5085.0, 5089.0, 5089.0, 5126.0, 5081.0, 5079.0, 5088.0, 5151.0, 5140.0, 5065.0, 5106.0, 5077.0, 5165.0, 5131.0, 5062.0, 5092.0, 5082.0, 5153.0, 5078.0, 5053.0, 5092.0, 5132.0, 5154.0, 5065.0, 5059.0, 5096.0, 5105.0, 5156.0, 5074.0, 5062.0, 5075.0, 5126.0, 5128.0, 5077.0, 5092.0, 5086.0, 5146.0, 5086.0, 5078.0, 5104.0, 5145.0, 5162.0, 5113.0, 5057.0, 5081.0, 5064.0, 5135.0, 5086.0, 5072.0, 5097.0, 5104.0, 5159.0, 5078.0, 5077.0, 5083.0, 5086.0, 5088.0, 5088.0, 5089.0, 5137.0, 5092.0, 5101.0, 5103.0, 5171.0, 5157.0, 5091.0, 5078.0, 5088.0, 5091.0, 5166.0, 5129.0, 5088.0, 5080.0, 5081.0, 5087.0, 5100.0, 5078.0, 5170.0, 5123.0, 5076.0, 5109.0, 5072.0, 5170.0, 5098.0, 5069.0, 5093.0, 5156.0, 5168.0, 5131.0, 5077.0, 5075.0, 5079.0, 5149.0, 5129.0, 5070.0, 5079.0, 5087.0, 5151.0, 5129.0, 5064.0, 5073.0, 5077.0, 5125.0, 5100.0, 5069.0, 5076.0, 5088.0, 5153.0, 5117.0, 5075.0, 5085.0, 5089.0, 5097.0, 5116.0, 5080.0, 5079.0, 5098.0, 5160.0, 5099.0, 5077.0, 5087.0, 5089.0, 5160.0, 5117.0, 5066.0, 5098.0, 5087.0, 5171.0, 5111.0, 5065.0, 5109.0, 5082.0, 5154.0, 5130.0, 5068.0, 5071.0, 5076.0, 5115.0, 5140.0, 5098.0, 5078.0, 5092.0, 5119.0, 5102.0, 5084.0, 5077.0, 5091.0, 5141.0, 5090.0, 5088.0, 5090.0, 5160.0, 5169.0, 5103.0, 5079.0, 5077.0, 5088.0, 5157.0, 5156.0, 5125.0, 5078.0, 5064.0, 5082.0, 5131.0, 5147.0, 5067.0, 5064.0, 5064.0, 5055.0, 5090.0, 5077.0, 5085.0, 5090.0, 5127.0, 5091.0, 5079.0, 5100.0, 5092.0, 5118.0, 5085.0, 5089.0, 5118.0, 5150.0, 5147.0, 5079.0, 5066.0, 5104.0, 5137.0, 5158.0, 5120.0, 5068.0, 5086.0, 5076.0, 5138.0, 5099.0, 5076.0, 5080.0, 5075.0, 5099.0, 5078.0, 5075.0, 5104.0, 5119.0, 5103.0, 5088.0, 5108.0, 5104.0, 5150.0, 5110.0, 5078.0, 5122.0, 5100.0, 5148.0, 5090.0, 5082.0, 5130.0, 5169.0, 5168.0, 5111.0, 5065.0, 5084.0, 5066.0, 5136.0, 5105.0, 5089.0, 5089.0, 5091.0, 5129.0, 5099.0, 5075.0, 5078.0, 5091.0, 5119.0, 5088.0, 5079.0, 5101.0, 5080.0, 5089.0, 5091.0, 5095.0, 5170.0, 5159.0, 5135.0, 5075.0, 5064.0, 5096.0, 5126.0, 5178.0, 5151.0, 5088.0, 5108.0, 5058.0, 5063.0, 5063.0, 5068.0, 5065.0, 5068.0, 5079.0, 5140.0, 5080.0, 5077.0, 5090.0, 5098.0, 5126.0, 5065.0, 5057.0, 5089.0, 5078.0, 5122.0, 5068.0, 5077.0, 5092.0, 5140.0, 5099.0, 5067.0, 5092.0, 5082.0, 5098.0, 5078.0, 5104.0, 5141.0, 5161.0, 5156.0, 5079.0, 5070.0, 5098.0, 5162.0, 5178.0, 5121.0, 5071.0, 5086.0, 5079.0, 5137.0, 5129.0, 5117.0, 5076.0, 5090.0, 5104.0, 5098.0, 5096.0, 5077.0, 5079.0, 5120.0, 5071.0, 5076.0, 5093.0, 5161.0, 5171.0, 5088.0, 5085.0, 5066.0, 5136.0, 5150.0, 5106.0, 5084.0, 5067.0, 5105.0, 5137.0, 5098.0, 5073.0, 5068.0, 5087.0, 5090.0, 5106.0, 5085.0, 5078.0, 5098.0, 5119.0, 5157.0, 5084.0, 5064.0, 5096.0, 5077.0, 5147.0, 5080.0, 5078.0, 5099.0, 5140.0, 5117.0, 5065.0, 5076.0, 5094.0, 5155.0, 5166.0, 5106.0, 5071.0, 5061.0, 5042.0, 5083.0, 5065.0, 5057.0, 5106.0, 5139.0, 5177.0, 5120.0, 5066.0, 5080.0, 5078.0, 5133.0, 5088.0, 5054.0, 5093.0, 5079.0, 5160.0, 5106.0, 5065.0, 5098.0, 5077.0, 5134.0, 5076.0, 5064.0, 5098.0, 5129.0, 5166.0, 5127.0, 5065.0, 5083.0, 5066.0, 5091.0, 5116.0, 5148.0, 5107.0, 5068.0, 5088.0, 5086.0, 5097.0, 5097.0, 5065.0, 5065.0, 5087.0, 5081.0, 5092.0, 5083.0, 5126.0, 5089.0, 5076.0, 5107.0, 5088.0, 5156.0, 5180.0, 5101.0, 5083.0, 5080.0, 5076.0, 5075.0, 5078.0, 5059.0, 5096.0, 5153.0, 5160.0, 5108.0, 5079.0, 5068.0, 5108.0, 5082.0, 5109.0, 5086.0, 5057.0, 5120.0, 5080.0, 5070.0, 5111.0, 5151.0, 5114.0, 5067.0, 5060.0, 5098.0, 5148.0, 5166.0, 5106.0, 5041.0, 5096.0, 5064.0, 5145.0, 5132.0, 5076.0, 5083.0, 5070.0, 5117.0, 5150.0, 5117.0, 5072.0, 5067.0, 5086.0, 5106.0, 5124.0, 5087.0, 5080.0, 5127.0, 5131.0, 5089.0, 5096.0, 5080.0, 5137.0, 5152.0, 5078.0, 5086.0, 5080.0, 5156.0, 5130.0, 5063.0, 5077.0, 5084.0, 5119.0, 5149.0, 5076.0, 5076.0, 5089.0, 5089.0, 5110.0, 5080.0, 5092.0, 5090.0, 5139.0, 5152.0, 5079.0, 5066.0, 5099.0, 5080.0, 5169.0, 5120.0, 5077.0, 5086.0, 5079.0, 5134.0, 5166.0, 5159.0, 5075.0, 5064.0, 5081.0, 5079.0, 5136.0, 5092.0, 5066.0, 5110.0, 5100.0, 5105.0, 5076.0, 5090.0, 5118.0, 5077.0, 5072.0, 5087.0, 5076.0, 5159.0, 5160.0, 5138.0, 5062.0, 5067.0, 5094.0, 5099.0, 5156.0, 5120.0, 5056.0, 5074.0, 5064.0, 5100.0, 5074.0, 5065.0, 5079.0, 5083.0, 5084.0, 5065.0, 5085.0, 5080.0, 5132.0, 5079.0, 5067.0, 5097.0, 5091.0, 5169.0, 5171.0, 5107.0, 5087.0, 5073.0, 5074.0, 5066.0, 5058.0, 5099.0, 5116.0, 5168.0, 5090.0, 5056.0, 5106.0, 5075.0, 5136.0, 5067.0, 5068.0, 5098.0, 5090.0, 5131.0, 5082.0, 5082.0, 5102.0, 5122.0, 5117.0, 5078.0, 5091.0, 5101.0, 5169.0, 5159.0, 5086.0, 5063.0, 5088.0, 5077.0, 5158.0, 5128.0, 5094.0, 5067.0, 5058.0, 5098.0, 5144.0, 5166.0, 5091.0, 5055.0, 5084.0, 5076.0, 5128.0, 5081.0, 5076.0, 5099.0, 5088.0, 5135.0, 5081.0, 5079.0, 5098.0, 5153.0, 5155.0, 5079.0, 5052.0, 5086.0, 5084.0, 5138.0, 5067.0, 5045.0, 5086.0, 5138.0, 5156.0, 5077.0, 5073.0, 5063.0, 5063.0, 5108.0, 5082.0, 5067.0, 5099.0, 5087.0, 5168.0, 5119.0, 5087.0, 5077.0, 5065.0, 5106.0, 5097.0, 5145.0, 5087.0, 5055.0, 5096.0, 5088.0, 5114.0, 5075.0, 5054.0, 5096.0, 5084.0, 5095.0, 5075.0, 5066.0, 5097.0, 5143.0, 5176.0, 5110.0, 5064.0, 5062.0, 5046.0, 5095.0, 5109.0, 5117.0, 5066.0, 5055.0, 5098.0, 5090.0, 5077.0, 5065.0, 5081.0, 5099.0, 5076.0, 5074.0, 5067.0, 5077.0, 5130.0, 5080.0, 5079.0, 5112.0, 5149.0, 5164.0, 5104.0, 5065.0, 5074.0, 5069.0, 5103.0, 5152.0, 5154.0, 5110.0, 5065.0, 5087.0, 5081.0, 5121.0, 5098.0, 5077.0, 5095.0, 5075.0, 5124.0, 5084.0, 5054.0, 5098.0, 5079.0, 5146.0, 5138.0, 5068.0, 5086.0, 5066.0, 5069.0, 5099.0, 5079.0, 5084.0, 5087.0, 5107.0, 5138.0, 5079.0, 5064.0, 5090.0, 5072.0, 5116.0, 5090.0, 5088.0, 5075.0, 5069.0, 5099.0, 5157.0, 5157.0, 5090.0, 5072.0, 5073.0, 5069.0, 5085.0, 5078.0, 5079.0, 5130.0, 5156.0, 5178.0, 5129.0, 5066.0, 5083.0, 5057.0, 5134.0, 5099.0, 5054.0, 5085.0, 5069.0, 5136.0, 5074.0, 5032.0, 5096.0, 5065.0, 5114.0, 5057.0, 5042.0, 5093.0, 5054.0, 5131.0, 5078.0, 5065.0, 5099.0, 5112.0, 5159.0, 5096.0, 5052.0, 5075.0, 5069.0, 5114.0, 5146.0, 5135.0, 5078.0, 5068.0, 5108.0, 5108.0, 5150.0, 5089.0, 5069.0, 5100.0, 5078.0, 5130.0, 5102.0, 5079.0, 5091.0, 5091.0, 5122.0, 5098.0, 5069.0, 5139.0, 5160.0, 5140.0, 5097.0, 5068.0, 5068.0, 5107.0, 5156.0, 5167.0, 5114.0, 5056.0, 5080.0, 5066.0, 5125.0, 5078.0, 5033.0, 5095.0, 5081.0, 5125.0, 5077.0, 5044.0, 5107.0, 5070.0, 5144.0, 5086.0, 5067.0, 5083.0, 5075.0, 5116.0, 5096.0, 5078.0, 5102.0, 5081.0, 5158.0, 5149.0, 5070.0, 5063.0, 5066.0, 5070.0, 5096.0, 5126.0, 5137.0, 5069.0, 5066.0, 5107.0, 5117.0, 5136.0, 5077.0, 5069.0, 5104.0, 5119.0, 5136.0, 5075.0, 5079.0, 5123.0, 5106.0, 5084.0, 5087.0, 5076.0, 5132.0, 5081.0, 5052.0, 5087.0, 5076.0, 5150.0, 5063.0, 5060.0, 5089.0, 5086.0, 5142.0, 5108.0, 5068.0, 5076.0, 5068.0, 5093.0, 5125.0, 5137.0, 5065.0, 5090.0, 5098.0, 5095.0, 5149.0, 5089.0, 5067.0], 'WindowWidth': [11259.0, 11176.0, 11167.0, 11118.0, 11106.0, 11048.0, 11113.0, 11052.0, 11147.0, 11053.0, 11040.0, 11060.0, 11088.0, 11155.0, 11099.0, 11051.0, 11022.0, 11002.0, 11006.0, 11114.0, 11042.0, 11006.0, 11039.0, 11009.0, 11150.0, 11029.0, 11021.0, 11050.0, 11008.0, 11019.0, 11009.0, 11037.0, 11058.0, 11111.0, 11179.0, 11086.0, 11059.0, 11011.0, 10991.0, 11015.0, 11098.0, 11049.0, 11004.0, 11053.0, 11059.0, 11066.0, 11006.0, 11014.0, 11031.0, 11144.0, 11088.0, 10992.0, 10997.0, 10990.0, 11039.0, 11041.0, 11041.0, 11017.0, 11038.0, 11066.0, 11025.0, 11034.0, 11037.0, 11061.0, 11073.0, 11025.0, 11063.0, 11080.0, 11096.0, 11062.0, 11111.0, 11124.0, 11170.0, 11092.0, 11018.0, 11031.0, 11051.0, 11136.0, 11154.0, 11080.0, 11040.0, 11035.0, 11065.0, 11123.0, 11131.0, 11022.0, 10993.0, 11029.0, 11065.0, 11113.0, 11024.0, 11024.0, 11052.0, 11144.0, 11101.0, 11018.0, 11073.0, 11094.0, 11136.0, 11020.0, 11004.0, 11069.0, 11061.0, 11052.0, 11021.0, 11064.0, 11100.0, 11022.0, 11025.0, 11051.0, 11124.0, 11134.0, 11109.0, 11043.0, 11004.0, 11053.0, 11027.0, 11150.0, 11105.0, 10991.0, 11047.0, 11040.0, 11108.0, 11028.0, 11029.0, 11047.0, 11044.0, 11096.0, 11033.0, 11030.0, 11047.0, 11131.0, 11117.0, 11005.0, 11065.0, 11027.0, 11153.0, 11096.0, 10994.0, 11040.0, 11028.0, 11131.0, 11023.0, 10985.0, 11041.0, 11097.0, 11132.0, 11004.0, 10993.0, 11051.0, 11063.0, 11137.0, 11017.0, 10994.0, 11020.0, 11088.0, 11095.0, 11021.0, 11038.0, 11036.0, 11118.0, 11034.0, 11027.0, 11062.0, 11120.0, 11144.0, 11070.0, 10985.0, 11020.0, 11004.0, 11103.0, 11040.0, 11012.0, 11050.0, 11060.0, 11140.0, 11022.0, 11022.0, 11029.0, 11038.0, 11038.0, 11039.0, 11046.0, 11114.0, 11051.0, 11063.0, 11072.0, 11165.0, 11142.0, 11047.0, 11023.0, 11043.0, 11041.0, 11158.0, 11103.0, 11041.0, 11030.0, 11036.0, 11037.0, 11061.0, 11032.0, 11164.0, 11093.0, 11022.0, 11068.0, 11022.0, 11159.0, 11051.0, 11015.0, 11046.0, 11137.0, 11159.0, 11102.0, 11022.0, 11016.0, 11030.0, 11128.0, 11099.0, 11011.0, 11028.0, 11039.0, 11127.0, 11096.0, 10997.0, 11009.0, 11023.0, 11088.0, 11055.0, 11011.0, 11021.0, 11042.0, 11131.0, 11079.0, 11016.0, 11030.0, 11044.0, 11051.0, 11078.0, 11028.0, 11028.0, 11057.0, 11146.0, 11055.0, 11020.0, 11039.0, 11044.0, 11145.0, 11079.0, 11005.0, 11051.0, 11037.0, 11161.0, 11071.0, 11001.0, 11068.0, 11036.0, 11135.0, 11100.0, 11008.0, 11005.0, 11022.0, 11073.0, 11115.0, 11048.0, 11020.0, 11049.0, 11083.0, 11064.0, 11027.0, 11024.0, 11047.0, 11116.0, 11043.0, 11039.0, 11049.0, 11148.0, 11160.0, 11063.0, 11026.0, 11023.0, 11041.0, 11141.0, 11138.0, 11088.0, 11022.0, 11000.0, 11025.0, 11092.0, 11122.0, 11005.0, 10995.0, 10997.0, 10985.0, 11043.0, 11022.0, 11028.0, 11044.0, 11091.0, 11046.0, 11027.0, 11057.0, 11048.0, 11080.0, 11031.0, 11044.0, 11085.0, 11130.0, 11120.0, 11024.0, 11008.0, 11061.0, 11106.0, 11141.0, 11084.0, 11008.0, 11033.0, 11024.0, 11110.0, 11057.0, 11016.0, 11027.0, 11018.0, 11056.0, 11026.0, 11016.0, 11068.0, 11084.0, 11064.0, 11036.0, 11068.0, 11070.0, 11130.0, 11073.0, 11023.0, 11091.0, 11059.0, 11126.0, 11042.0, 11036.0, 11103.0, 11158.0, 11159.0, 11070.0, 10998.0, 11025.0, 11009.0, 11108.0, 11068.0, 11035.0, 11042.0, 11047.0, 11097.0, 11059.0, 11016.0, 11022.0, 11049.0, 11082.0, 11044.0, 11030.0, 11062.0, 11032.0, 11043.0, 11047.0, 11063.0, 11162.0, 11149.0, 11103.0, 11016.0, 10997.0, 11049.0, 11092.0, 11185.0, 11134.0, 11041.0, 11067.0, 10995.0, 10995.0, 10996.0, 11006.0, 10998.0, 11008.0, 11029.0, 11114.0, 11028.0, 11019.0, 11045.0, 11055.0, 11089.0, 11002.0, 10992.0, 11041.0, 11024.0, 11089.0, 11010.0, 11021.0, 11053.0, 11116.0, 11054.0, 11007.0, 11051.0, 11038.0, 11054.0, 11025.0, 11071.0, 11121.0, 11149.0, 11137.0, 11026.0, 11016.0, 11056.0, 11147.0, 11173.0, 11086.0, 11007.0, 11035.0, 11031.0, 11108.0, 11102.0, 11077.0, 11016.0, 11045.0, 11061.0, 11056.0, 11045.0, 11024.0, 11033.0, 11088.0, 11021.0, 11019.0, 11058.0, 11145.0, 11166.0, 11040.0, 11028.0, 11011.0, 11105.0, 11131.0, 11059.0, 11024.0, 11010.0, 11058.0, 11110.0, 11048.0, 11008.0, 11009.0, 11038.0, 11047.0, 11061.0, 11029.0, 11030.0, 11059.0, 11086.0, 11139.0, 11029.0, 10999.0, 11049.0, 11025.0, 11122.0, 11030.0, 11025.0, 11057.0, 11115.0, 11077.0, 11001.0, 11019.0, 11049.0, 11136.0, 11154.0, 11064.0, 11009.0, 10994.0, 10969.0, 11021.0, 11001.0, 10997.0, 11066.0, 11112.0, 11169.0, 11084.0, 11002.0, 11018.0, 11027.0, 11099.0, 11038.0, 10988.0, 11039.0, 11030.0, 11145.0, 11061.0, 10997.0, 11052.0, 11023.0, 11099.0, 11018.0, 11001.0, 11052.0, 11099.0, 11156.0, 11093.0, 11002.0, 11023.0, 11004.0, 11038.0, 11078.0, 11125.0, 11067.0, 11009.0, 11037.0, 11036.0, 11052.0, 11048.0, 11003.0, 11004.0, 11036.0, 11030.0, 11038.0, 11038.0, 11091.0, 11044.0, 11021.0, 11066.0, 11046.0, 11137.0, 11184.0, 11064.0, 11034.0, 11031.0, 11019.0, 11018.0, 11027.0, 11001.0, 11049.0, 11138.0, 11146.0, 11065.0, 11027.0, 11011.0, 11066.0, 11038.0, 11070.0, 11035.0, 10996.0, 11085.0, 11031.0, 11021.0, 11076.0, 11131.0, 11072.0, 11006.0, 11004.0, 11054.0, 11123.0, 11152.0, 11063.0, 10969.0, 11048.0, 11009.0, 11117.0, 11105.0, 11019.0, 11024.0, 11019.0, 11078.0, 11131.0, 11074.0, 11009.0, 11012.0, 11039.0, 11068.0, 11086.0, 11034.0, 11036.0, 11095.0, 11106.0, 11040.0, 11046.0, 11036.0, 11109.0, 11136.0, 11026.0, 11032.0, 11034.0, 11138.0, 11102.0, 11000.0, 11020.0, 11043.0, 11086.0, 11129.0, 11023.0, 11018.0, 11044.0, 11045.0, 11073.0, 11030.0, 11055.0, 11048.0, 11114.0, 11134.0, 11028.0, 11004.0, 11060.0, 11035.0, 11160.0, 11087.0, 11020.0, 11033.0, 11031.0, 11103.0, 11152.0, 11142.0, 11018.0, 10996.0, 11019.0, 11027.0, 11106.0, 11048.0, 11005.0, 11069.0, 11059.0, 11060.0, 11017.0, 11049.0, 11082.0, 11025.0, 11009.0, 11044.0, 11027.0, 11145.0, 11148.0, 11106.0, 10993.0, 11006.0, 11041.0, 11047.0, 11137.0, 11082.0, 10987.0, 11010.0, 11001.0, 11049.0, 11015.0, 11000.0, 11030.0, 11028.0, 11029.0, 11004.0, 11028.0, 11030.0, 11095.0, 11026.0, 11009.0, 11051.0, 11051.0, 11161.0, 11165.0, 11067.0, 11039.0, 11011.0, 11018.0, 11006.0, 10996.0, 11057.0, 11078.0, 11156.0, 11042.0, 10988.0, 11062.0, 11022.0, 11104.0, 11006.0, 11011.0, 11055.0, 11046.0, 11102.0, 11030.0, 11035.0, 11066.0, 11091.0, 11079.0, 11024.0, 11049.0, 11063.0, 11158.0, 11141.0, 11032.0, 10995.0, 11044.0, 11030.0, 11141.0, 11100.0, 11045.0, 11007.0, 11000.0, 11054.0, 11117.0, 11151.0, 11042.0, 10986.0, 11031.0, 11022.0, 11097.0, 11032.0, 11021.0, 11058.0, 11041.0, 11104.0, 11031.0, 11030.0, 11058.0, 11133.0, 11136.0, 11025.0, 10981.0, 11035.0, 11032.0, 11108.0, 11006.0, 10977.0, 11040.0, 11111.0, 11139.0, 11025.0, 11009.0, 10998.0, 11002.0, 11069.0, 11035.0, 11008.0, 11062.0, 11042.0, 11155.0, 11087.0, 11038.0, 11021.0, 11004.0, 11062.0, 11055.0, 11118.0, 11036.0, 10989.0, 11049.0, 11038.0, 11071.0, 11015.0, 10990.0, 11050.0, 11030.0, 11044.0, 11018.0, 11011.0, 11056.0, 11117.0, 11173.0, 11073.0, 11002.0, 10996.0, 10981.0, 11047.0, 11072.0, 11080.0, 11007.0, 10989.0, 11054.0, 11044.0, 11022.0, 11004.0, 11039.0, 11058.0, 11027.0, 11016.0, 11012.0, 11027.0, 11102.0, 11031.0, 11031.0, 11084.0, 11128.0, 11153.0, 11064.0, 11003.0, 11013.0, 11017.0, 11059.0, 11131.0, 11135.0, 11073.0, 11003.0, 11034.0, 11037.0, 11082.0, 11055.0, 11021.0, 11047.0, 11022.0, 11089.0, 11028.0, 10985.0, 11052.0, 11033.0, 11121.0, 11113.0, 11011.0, 11027.0, 11007.0, 11013.0, 11058.0, 11029.0, 11029.0, 11045.0, 11069.0, 11116.0, 11028.0, 10999.0, 11049.0, 11018.0, 11079.0, 11045.0, 11040.0, 11020.0, 11020.0, 11061.0, 11139.0, 11139.0, 11047.0, 11014.0, 11014.0, 11019.0, 11034.0, 11026.0, 11031.0, 11104.0, 11140.0, 11177.0, 11098.0, 11001.0, 11023.0, 10998.0, 11103.0, 11053.0, 10984.0, 11030.0, 11011.0, 11103.0, 11011.0, 10949.0, 11048.0, 11004.0, 11071.0, 10991.0, 10967.0, 11046.0, 10993.0, 11102.0, 11025.0, 11007.0, 11057.0, 11079.0, 11142.0, 11052.0, 10983.0, 11017.0, 11017.0, 11073.0, 11121.0, 11104.0, 11025.0, 11013.0, 11069.0, 11068.0, 11127.0, 11038.0, 11011.0, 11062.0, 11030.0, 11103.0, 11062.0, 11028.0, 11051.0, 11050.0, 11090.0, 11051.0, 11018.0, 11116.0, 11151.0, 11119.0, 11050.0, 11007.0, 11015.0, 11067.0, 11136.0, 11160.0, 11073.0, 10987.0, 11019.0, 11008.0, 11091.0, 11024.0, 10956.0, 11041.0, 11032.0, 11086.0, 11020.0, 10972.0, 11067.0, 11019.0, 11116.0, 11033.0, 11004.0, 11025.0, 11024.0, 11078.0, 11051.0, 11023.0, 11066.0, 11037.0, 11143.0, 11130.0, 11016.0, 10995.0, 11005.0, 11018.0, 11051.0, 11093.0, 11108.0, 11014.0, 11009.0, 11065.0, 11077.0, 11105.0, 11021.0, 11015.0, 11061.0, 11085.0, 11105.0, 11017.0, 11031.0, 11085.0, 11067.0, 11026.0, 11035.0, 11023.0, 11097.0, 11031.0, 10980.0, 11039.0, 11021.0, 11130.0, 11001.0, 10991.0, 11045.0, 11036.0, 11112.0, 11067.0, 11012.0, 11020.0, 11015.0, 11046.0, 11096.0, 11106.0, 11004.0, 11046.0, 11055.0, 11049.0, 11127.0, 11045.0, 11007.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.0005325856697819314</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027197454620976117</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.875187281101894</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.187650229168398</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904808270790025</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.534</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2607.0017</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.2572629096355105</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>605</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>62.824506749740394</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.353950996904081</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.257828946169163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.490761122433809</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3132629221092698</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0071701</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013004534877836704</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.040853675454854965</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>963</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.111584412521692</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>23.3548</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.0001</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.1046</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>85.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285700.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1343.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>530.3445</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6522</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>670.1306</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4235.5885</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4358.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90844.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1861.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5652.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1060.0478</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.2768587092869</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> |