=== 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-0103 --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-0103",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>c64eb3b07515df1f5c45a6801c9936da</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>20:51:5.237500</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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.0816328</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>50d8ace2-b8f2-42cb-bf41-9eb25a8ba742||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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': ['205105.237500', '205105.697500', '205106.157500', '205106.617500', '205107.077500', '205107.537500', '205107.997500', '205108.457500', '205108.917500', '205109.377500', '205109.837500', '205110.297500', '205110.757500', '205111.217500', '205111.677500', '205112.137500', '205112.597500', '205113.057500', '205113.517500', '205113.977500', '205114.437500', '205114.897500', '205115.357500', '205115.817500', '205116.277500', '205116.737500', '205117.197500', '205117.657500', '205118.117500', '205118.577500', '205119.037500', '205119.497500', '205119.957500', '205120.417500', '205120.877500', '205121.337500', '205121.797500', '205122.257500', '205122.717500', '205123.177500', '205123.637500', '205124.097500', '205124.557500', '205125.017500', '205125.477500', '205125.937500', '205126.397500', '205126.857500', '205127.317500', '205127.777500', '205128.237500', '205128.697500', '205129.157500', '205129.617500', '205130.077500', '205130.537500', '205130.997500', '205131.457500', '205131.917500', '205132.377500', '205132.837500', '205133.297500', '205133.757500', '205134.217500', '205134.677500', '205135.137500', '205135.597500', '205136.057500', '205136.517500', '205136.977500', '205137.437500', '205137.897500', '205138.357500', '205138.817500', '205139.277500', '205139.737500', '205140.197500', '205140.657500', '205141.117500', '205141.577500', '205142.037500', '205142.497500', '205142.957500', '205143.417500', '205143.877500', '205144.337500', '205144.797500', '205145.257500', '205145.717500', '205146.177500', '205146.637500', '205147.097500', '205147.557500', '205148.017500', '205148.477500', '205148.937500', '205149.397500', '205149.857500', '205150.317500', '205150.777500', '205151.237500', '205151.697500', '205152.157500', '205152.617500', '205153.077500', '205153.537500', '205153.997500', '205154.457500', '205154.917500', '205155.377500', '205155.837500', '205156.297500', '205156.757500', '205157.217500', '205157.677500', '205158.137500', '205158.597500', '205159.057500', '205159.517500', '205159.977500', '205200.437500', '205200.897500', '205201.357500', '205201.817500', '205202.277500', '205202.737500', '205203.197500', '205203.657500', '205204.117500', '205204.577500', '205205.037500', '205205.497500', '205205.957500', '205206.417500', '205206.877500', '205207.337500', '205207.797500', '205208.257500', '205208.717500', '205209.177500', '205209.637500', '205210.097500', '205210.557500', '205211.017500', '205211.477500', '205211.937500', '205212.397500', '205212.857500', '205213.317500', '205213.777500', '205214.237500', '205214.697500', '205215.157500', '205215.617500', '205216.077500', '205216.537500', '205216.997500', '205217.457500', '205217.917500', '205218.377500', '205218.837500', '205219.297500', '205219.757500', '205220.217500', '205220.677500', '205221.137500', '205221.597500', '205222.057500', '205222.517500', '205222.977500', '205223.437500', '205223.897500', '205224.357500', '205224.817500', '205225.277500', '205225.737500', '205226.197500', '205226.657500', '205227.117500', '205227.577500', '205228.037500', '205228.497500', '205228.957500', '205229.417500', '205229.877500', '205230.337500', '205230.797500', '205231.257500', '205231.717500', '205232.177500', '205232.637500', '205233.097500', '205233.557500', '205234.017500', '205234.477500', '205234.937500', '205235.397500', '205235.857500', '205236.317500', '205236.777500', '205237.237500', '205237.697500', '205238.157500', '205238.617500', '205239.077500', '205239.537500', '205239.997500', '205240.457500', '205240.917500', '205241.377500', '205241.837500', '205242.297500', '205242.757500', '205243.217500', '205243.677500', '205244.137500', '205244.597500', '205245.057500', '205245.517500', '205245.977500', '205246.437500', '205246.897500', '205247.357500', '205247.817500', '205248.277500', '205248.737500', '205249.197500', '205249.657500', '205250.117500', '205250.577500', '205251.037500', '205251.497500', '205251.957500', '205252.417500', '205252.877500', '205253.337500', '205253.797500', '205254.257500', '205254.717500', '205255.177500', '205255.637500', '205256.097500', '205256.557500', '205257.017500', '205257.477500', '205257.937500', '205258.397500', '205258.857500', '205259.317500', '205259.777500', '205300.237500', '205300.697500', '205301.157500', '205301.617500', '205302.077500', '205302.537500', '205302.997500', '205303.457500', '205303.917500', '205304.377500', '205304.837500', '205305.297500', '205305.757500', '205306.217500', '205306.677500', '205307.137500', '205307.597500', '205308.057500', '205308.517500', '205308.977500', '205309.437500', '205309.897500', '205310.357500', '205310.817500', '205311.277500', '205311.737500', '205312.197500', '205312.657500', '205313.117500', '205313.577500', '205314.037500', '205314.497500', '205314.957500', '205315.417500', '205315.877500', '205316.337500', '205316.797500', '205317.257500', '205317.717500', '205318.177500', '205318.637500', '205319.097500', '205319.557500', '205320.017500', '205320.477500', '205320.937500', '205321.397500', '205321.857500', '205322.317500', '205322.777500', '205323.237500', '205323.697500', '205324.157500', '205324.617500', '205325.077500', '205325.537500', '205325.997500', '205326.457500', '205326.917500', '205327.377500', '205327.837500', '205328.297500', '205328.757500', '205329.217500', '205329.677500', '205330.137500', '205330.597500', '205331.057500', '205331.517500', '205331.977500', '205332.437500', '205332.897500', '205333.357500', '205333.817500', '205334.277500', '205334.737500', '205335.197500', '205335.657500', '205336.117500', '205336.577500', '205337.037500', '205337.497500', '205337.957500', '205338.417500', '205338.877500', '205339.337500', '205339.797500', '205340.257500', '205340.717500', '205341.177500', '205341.637500', '205342.097500', '205342.557500', '205343.017500', '205343.477500', '205343.937500', '205344.397500', '205344.857500', '205345.317500', '205345.777500', '205346.237500', '205346.697500', '205347.157500', '205347.617500', '205348.077500', '205348.537500', '205348.997500', '205349.457500', '205349.917500', '205350.377500', '205350.837500', '205351.297500', '205351.757500', '205352.217500', '205352.677500', '205353.137500', '205353.597500', '205354.057500', '205354.517500', '205354.977500', '205355.437500', '205355.897500', '205356.357500', '205356.817500', '205357.277500', '205357.737500', '205358.197500', '205358.657500', '205359.117500', '205359.577500', '205400.037500', '205400.497500', '205400.957500', '205401.417500', '205401.877500', '205402.337500', '205402.797500', '205403.257500', '205403.717500', '205404.177500', '205404.637500', '205405.097500', '205405.557500', '205406.017500', '205406.477500', '205406.937500', '205407.397500', '205407.857500', '205408.317500', '205408.777500', '205409.237500', '205409.697500', '205410.157500', '205410.617500', '205411.077500', '205411.537500', '205411.997500', '205412.457500', '205412.917500', '205413.377500', '205413.837500', '205414.297500', '205414.757500', '205415.217500', '205415.677500', '205416.137500', '205416.597500', '205417.057500', '205417.517500', '205417.977500', '205418.437500', '205418.897500', '205419.357500', '205419.817500', '205420.277500', '205420.737500', '205421.197500', '205421.657500', '205422.117500', '205422.577500', '205423.037500', '205423.497500', '205423.957500', '205424.417500', '205424.877500', '205425.337500', '205425.797500', '205426.257500', '205426.717500', '205427.177500', '205427.637500', '205428.097500', '205428.557500', '205429.017500', '205429.477500', '205429.937500', '205430.397500', '205430.857500', '205431.317500', '205431.777500', '205432.237500', '205432.697500', '205433.157500', '205433.617500', '205434.077500', '205434.537500', '205434.997500', '205435.457500', '205435.917500', '205436.377500', '205436.837500', '205437.297500', '205437.757500', '205438.217500', '205438.677500', '205439.137500', '205439.597500', '205440.057500', '205440.517500', '205440.977500', '205441.437500', '205441.897500', '205442.357500', '205442.817500', '205443.277500', '205443.737500', '205444.197500', '205444.657500', '205445.117500', '205445.577500', '205446.037500', '205446.497500', '205446.957500', '205447.417500', '205447.877500', '205448.337500', '205448.797500', '205449.257500', '205449.717500', '205450.177500', '205450.637500', '205451.097500', '205451.557500', '205452.017500', '205452.477500', '205452.937500', '205453.397500', '205453.857500', '205454.317500', '205454.777500', '205455.237500', '205455.697500', '205456.157500', '205456.617500', '205457.077500', '205457.537500', '205457.997500', '205458.457500', '205458.917500', '205459.377500', '205459.837500', '205500.297500', '205500.757500', '205501.217500', '205501.677500', '205502.137500', '205502.597500', '205503.057500', '205503.517500', '205503.977500', '205504.437500', '205504.897500', '205505.357500', '205505.817500', '205506.277500', '205506.737500', '205507.197500', '205507.657500', '205508.117500', '205508.577500', '205509.037500', '205509.497500', '205509.957500', '205510.417500', '205510.877500', '205511.337500', '205511.797500', '205512.257500', '205512.717500', '205513.177500', '205513.637500', '205514.097500', '205514.557500', '205515.017500', '205515.477500', '205515.937500', '205516.397500', '205516.857500', '205517.317500', '205517.777500', '205518.237500', '205518.697500', '205519.157500', '205519.617500', '205520.077500', '205520.537500', '205520.997500', '205521.457500', '205521.917500', '205522.377500', '205522.837500', '205523.297500', '205523.757500', '205524.217500', '205524.677500', '205525.137500', '205525.597500', '205526.057500', '205526.517500', '205526.977500', '205527.437500', '205527.897500', '205528.357500', '205528.817500', '205529.277500', '205529.737500', '205530.197500', '205530.657500', '205531.117500', '205531.577500', '205532.037500', '205532.497500', '205532.957500', '205533.417500', '205533.877500', '205534.337500', '205534.797500', '205535.257500', '205535.717500', '205536.177500', '205536.637500', '205537.097500', '205537.557500', '205538.017500', '205538.477500', '205538.937500', '205539.397500', '205539.857500', '205540.317500', '205540.777500', '205541.237500', '205541.697500', '205542.157500', '205542.617500', '205543.077500', '205543.537500', '205543.997500', '205544.457500', '205544.917500', '205545.377500', '205545.837500', '205546.297500', '205546.757500', '205547.217500', '205547.677500', '205548.137500', '205548.597500', '205549.057500', '205549.517500', '205549.977500', '205550.437500', '205550.897500', '205551.357500', '205551.817500', '205552.277500', '205552.737500', '205553.197500', '205553.657500', '205554.117500', '205554.577500', '205555.037500', '205555.497500', '205555.957500', '205556.417500', '205556.877500', '205557.337500', '205557.797500', '205558.257500', '205558.717500', '205559.177500', '205559.637500', '205600.097500', '205600.557500', '205601.017500', '205601.477500', '205601.937500', '205602.397500', '205602.857500', '205603.317500', '205603.777500', '205604.237500', '205604.697500', '205605.157500', '205605.617500', '205606.077500', '205606.537500', '205606.997500', '205607.457500', '205607.917500', '205608.377500', '205608.837500', '205609.297500', '205609.757500', '205610.217500', '205610.677500', '205611.137500', '205611.597500', '205612.057500', '205612.517500', '205612.977500', '205613.437500', '205613.897500', '205614.357500', '205614.817500', '205615.277500', '205615.737500', '205616.197500', '205616.657500', '205617.117500', '205617.577500', '205618.037500', '205618.497500', '205618.957500', '205619.417500', '205619.877500', '205620.337500', '205620.797500', '205621.257500', '205621.717500', '205622.177500', '205622.637500', '205623.097500', '205623.557500', '205624.017500', '205624.477500', '205624.937500', '205625.397500', '205625.857500', '205626.317500', '205626.777500', '205627.237500', '205627.697500', '205628.157500', '205628.617500', '205629.077500', '205629.537500', '205629.997500', '205630.457500', '205630.917500', '205631.377500', '205631.837500', '205632.297500', '205632.757500', '205633.217500', '205633.677500', '205634.137500', '205634.597500', '205635.057500', '205635.517500', '205635.977500', '205636.437500', '205636.897500', '205637.357500', '205637.817500', '205638.277500', '205638.737500', '205639.197500', '205639.657500', '205640.117500', '205640.577500', '205641.037500', '205641.497500', '205641.957500', '205642.417500', '205642.877500', '205643.337500', '205643.797500', '205644.257500', '205644.717500', '205645.177500', '205645.637500', '205646.097500', '205646.557500', '205647.017500', '205647.477500', '205647.937500', '205648.397500', '205648.857500', '205649.317500', '205649.777500', '205650.237500', '205650.697500', '205651.157500', '205651.617500', '205652.077500', '205652.537500', '205652.997500', '205653.457500', '205653.917500', '205654.377500', '205654.837500', '205655.297500', '205655.757500', '205656.217500', '205656.677500', '205657.137500', '205657.597500', '205658.057500', '205658.517500', '205658.977500', '205659.437500', '205659.897500', '205700.357500', '205700.817500', '205701.277500', '205701.737500', '205702.197500', '205702.657500', '205703.117500', '205703.577500', '205704.037500', '205704.497500', '205704.957500', '205705.417500', '205705.877500', '205706.337500', '205706.797500', '205707.257500', '205707.717500', '205708.177500', '205708.637500', '205709.097500', '205709.557500', '205710.017500', '205710.477500', '205710.937500', '205711.397500', '205711.857500', '205712.317500', '205712.777500', '205713.237500', '205713.697500', '205714.157500', '205714.617500', '205715.077500', '205715.537500', '205715.997500', '205716.457500', '205716.917500', '205717.377500', '205717.837500', '205718.297500', '205718.757500', '205719.217500', '205719.677500', '205720.137500', '205720.597500', '205721.057500', '205721.517500', '205721.977500', '205722.437500', '205722.897500', '205723.357500', '205723.817500', '205724.277500', '205724.737500', '205725.197500', '205725.657500', '205726.117500', '205726.577500', '205727.037500', '205727.497500', '205727.957500', '205728.417500', '205728.877500', '205729.337500', '205729.797500', '205730.257500', '205730.717500', '205731.177500', '205731.637500', '205732.097500', '205732.557500', '205733.017500', '205733.477500', '205733.937500', '205734.397500', '205734.857500', '205735.317500', '205735.777500', '205736.237500', '205736.697500', '205737.157500', '205737.617500', '205738.077500', '205738.537500', '205738.997500', '205739.457500', '205739.917500', '205740.377500', '205740.837500', '205741.297500', '205741.757500', '205742.217500', '205742.677500', '205743.137500', '205743.597500', '205744.057500', '205744.517500', '205744.977500', '205745.437500', '205745.897500', '205746.357500', '205746.817500', '205747.277500', '205747.737500', '205748.197500', '205748.657500', '205749.117500', '205749.577500', '205750.037500', '205750.497500', '205750.957500', '205751.417500', '205751.877500', '205752.337500', '205752.797500', '205753.257500', '205753.717500', '205754.177500', '205754.637500', '205755.097500', '205755.557500', '205756.017500', '205756.477500', '205756.937500', '205757.397500', '205757.857500', '205758.317500', '205758.777500', '205759.237500', '205759.697500', '205800.157500', '205800.617500', '205801.077500', '205801.537500', '205801.997500', '205802.457500', '205802.917500', '205803.377500', '205803.837500', '205804.297500', '205804.757500', '205805.217500', '205805.677500', '205806.137500', '205806.597500', '205807.057500', '205807.517500', '205807.977500', '205808.437500', '205808.897500', '205809.357500', '205809.817500', '205810.277500', '205810.737500', '205811.197500', '205811.657500', '205812.117500', '205812.577500', '205813.037500', '205813.497500', '205813.957500', '205814.417500', '205814.877500', '205815.337500', '205815.797500', '205816.257500', '205816.717500', '205817.177500', '205817.637500', '205818.097500', '205818.557500', '205819.017500', '205819.477500', '205819.937500', '205820.397500', '205820.857500', '205821.317500', '205821.777500', '205822.237500', '205822.697500', '205823.157500', '205823.617500', '205824.077500', '205824.537500', '205824.997500', '205825.457500', '205825.917500', '205826.377500', '205826.837500', '205827.297500', '205827.757500', '205828.217500', '205828.677500', '205829.137500', '205829.597500'], 'ContentTime': ['205133.054000', '205133.057000', '205133.060000', '205133.063000', '205133.065000', '205133.068000', '205133.070000', '205133.073000', '205133.075000', '205133.078000', '205133.081000', '205133.083000', '205133.086000', '205133.089000', '205133.091000', '205133.094000', '205133.096000', '205133.099000', '205133.102000', '205133.104000', '205133.107000', '205133.111000', '205133.113000', '205133.117000', '205133.120000', '205133.122000', '205133.132000', '205133.135000', '205133.137000', '205133.140000', '205133.143000', '205133.145000', '205133.148000', '205133.150000', '205133.153000', '205133.155000', '205133.158000', '205133.160000', '205133.163000', '205133.166000', '205133.170000', '205133.172000', '205133.175000', '205133.178000', '205133.180000', '205133.183000', '205133.185000', '205133.188000', '205133.191000', '205133.193000', '205133.196000', '205133.198000', '205133.201000', '205133.204000', '205133.206000', '205133.209000', '205133.212000', '205153.029000', '205153.032000', '205153.035000', '205153.038000', '205153.040000', '205153.043000', '205153.045000', '205153.048000', '205153.051000', '205153.053000', '205153.056000', '205153.058000', '205153.067000', '205153.069000', '205153.072000', '205153.074000', '205153.077000', '205153.080000', '205153.082000', '205153.085000', '205153.088000', '205153.090000', '205153.093000', '205153.095000', '205153.098000', '205153.101000', '205153.103000', '205153.118000', '205153.120000', '205153.123000', '205153.126000', '205153.128000', '205153.131000', '205153.133000', '205153.136000', '205153.139000', '205153.141000', '205153.144000', '205153.146000', '205153.149000', '205153.152000', '205153.154000', '205153.157000', '205153.160000', '205213.030000', '205213.032000', '205213.035000', '205213.038000', '205213.047000', '205213.050000', '205213.052000', '205213.055000', '205213.057000', '205213.060000', '205213.063000', '205213.065000', '205213.068000', '205213.070000', '205213.073000', '205213.076000', '205213.078000', '205213.081000', '205213.083000', '205213.086000', '205213.089000', '205213.091000', '205213.094000', '205213.096000', '205213.099000', '205213.102000', '205213.104000', '205213.107000', '205213.110000', '205213.112000', '205213.115000', '205213.118000', '205213.120000', '205213.123000', '205213.125000', '205213.128000', '205213.131000', '205213.133000', '205213.136000', '205213.139000', '205213.141000', '205213.144000', '205213.146000', '205233.029000', '205233.032000', '205233.035000', '205233.038000', '205233.040000', '205233.043000', '205233.045000', '205233.048000', '205233.051000', '205233.053000', '205233.056000', '205233.058000', '205233.061000', '205233.063000', '205233.066000', '205233.069000', '205233.071000', '205233.074000', '205233.081000', '205233.084000', '205233.086000', '205233.089000', '205233.092000', '205233.094000', '205233.097000', '205233.100000', '205233.102000', '205233.105000', '205233.107000', '205233.110000', '205233.113000', '205233.115000', '205233.118000', '205233.120000', '205233.123000', '205233.126000', '205233.128000', '205233.131000', '205233.133000', '205233.136000', '205233.138000', '205233.141000', '205233.144000', '205233.146000', '205253.029000', '205253.032000', '205253.035000', '205253.037000', '205253.040000', '205253.043000', '205253.046000', '205253.048000', '205253.051000', '205253.053000', '205253.056000', '205253.059000', '205253.061000', '205253.071000', '205253.073000', '205253.076000', '205253.079000', '205253.081000', '205253.084000', '205253.086000', '205253.089000', '205253.092000', '205253.094000', '205253.097000', '205253.100000', '205253.102000', '205253.105000', '205253.107000', '205253.110000', '205253.113000', '205253.115000', '205253.118000', '205253.120000', '205253.123000', '205253.126000', '205253.128000', '205253.131000', '205253.134000', '205253.136000', '205253.139000', '205253.142000', '205253.145000', '205253.148000', '205313.028000', '205313.038000', '205313.041000', '205313.043000', '205313.046000', '205313.048000', '205313.051000', '205313.054000', '205313.056000', '205313.059000', '205313.062000', '205313.064000', '205313.067000', '205313.069000', '205313.072000', '205313.075000', '205313.077000', '205313.080000', '205313.082000', '205313.085000', '205313.087000', '205313.090000', '205313.093000', '205313.095000', '205313.098000', '205313.101000', '205313.103000', '205313.106000', '205313.108000', '205313.111000', '205313.113000', '205313.116000', '205313.119000', '205313.121000', '205313.124000', '205313.126000', '205313.129000', '205313.132000', '205313.134000', '205313.137000', '205313.139000', '205313.142000', '205313.144000', '205313.147000', '205333.029000', '205333.032000', '205333.035000', '205333.037000', '205333.040000', '205333.043000', '205333.045000', '205333.062000', '205333.065000', '205333.068000', '205333.070000', '205333.073000', '205333.075000', '205333.078000', '205333.081000', '205333.083000', '205333.086000', '205333.088000', '205333.091000', '205333.094000', '205333.096000', '205333.099000', '205333.102000', '205333.109000', '205333.112000', '205333.114000', '205333.117000', '205333.120000', '205333.122000', '205333.125000', '205333.127000', '205333.130000', '205333.133000', '205333.135000', '205333.138000', '205333.140000', '205333.143000', '205333.146000', '205333.148000', '205333.151000', '205333.153000', '205333.156000', '205333.158000', '205353.029000', '205353.032000', '205353.035000', '205353.037000', '205353.040000', '205353.043000', '205353.045000', '205353.048000', '205353.051000', '205353.053000', '205353.056000', '205353.058000', '205353.061000', '205353.064000', '205353.067000', '205353.069000', '205353.072000', '205353.074000', '205353.077000', '205353.080000', '205353.082000', '205353.085000', '205353.088000', '205353.090000', '205353.093000', '205353.096000', '205353.098000', '205353.101000', '205353.103000', '205353.106000', '205353.109000', '205353.111000', '205353.114000', '205353.117000', '205353.119000', '205353.122000', '205353.125000', '205353.127000', '205353.130000', '205353.133000', '205353.135000', '205353.138000', '205353.141000', '205353.143000', '205413.029000', '205413.032000', '205413.035000', '205413.038000', '205413.040000', '205413.043000', '205413.045000', '205413.048000', '205413.051000', '205413.053000', '205413.056000', '205413.058000', '205413.061000', '205413.063000', '205413.066000', '205413.069000', '205413.071000', '205413.074000', '205413.076000', '205413.079000', '205413.082000', '205413.084000', '205413.087000', '205413.089000', '205413.092000', '205413.094000', '205413.097000', '205413.100000', '205413.102000', '205413.105000', '205413.107000', '205413.110000', '205413.113000', '205413.115000', '205413.118000', '205413.120000', '205413.123000', '205413.126000', '205413.128000', '205413.131000', '205413.133000', '205413.136000', '205413.139000', '205433.030000', '205433.032000', '205433.035000', '205433.038000', '205433.040000', '205433.043000', '205433.046000', '205433.048000', '205433.051000', '205433.053000', '205433.056000', '205433.059000', '205433.061000', '205433.064000', '205433.066000', '205433.069000', '205433.072000', '205433.074000', '205433.077000', '205433.079000', '205433.082000', '205433.090000', '205433.093000', '205433.096000', '205433.098000', '205433.101000', '205433.103000', '205433.106000', '205433.109000', '205433.111000', '205433.114000', '205433.117000', '205433.119000', '205433.122000', '205433.125000', '205433.127000', '205433.130000', '205433.132000', '205433.135000', '205433.138000', '205433.140000', '205433.143000', '205433.146000', '205433.148000', '205453.029000', '205453.032000', '205453.035000', '205453.038000', '205453.040000', '205453.043000', '205453.046000', '205453.048000', '205453.051000', '205453.053000', '205453.056000', '205453.059000', '205453.061000', '205453.064000', '205453.066000', '205453.069000', '205453.072000', '205453.074000', '205453.077000', '205453.080000', '205453.082000', '205453.085000', '205453.087000', '205453.090000', '205453.093000', '205453.095000', '205453.098000', '205453.100000', '205453.103000', '205453.106000', '205453.108000', '205453.111000', '205453.113000', '205453.116000', '205453.119000', '205453.121000', '205453.124000', '205453.127000', '205453.129000', '205453.132000', '205453.134000', '205453.137000', '205453.140000', '205513.029000', '205513.032000', '205513.035000', '205513.037000', '205513.040000', '205513.043000', '205513.046000', '205513.049000', '205513.051000', '205513.054000', '205513.057000', '205513.059000', '205513.062000', '205513.065000', '205513.067000', '205513.070000', '205513.072000', '205513.075000', '205513.078000', '205513.080000', '205513.083000', '205513.085000', '205513.088000', '205513.091000', '205513.093000', '205513.096000', '205513.099000', '205513.101000', '205513.104000', '205513.106000', '205513.109000', '205513.112000', '205513.115000', '205513.117000', '205513.120000', '205513.122000', '205513.125000', '205513.128000', '205513.130000', '205513.133000', '205513.136000', '205513.138000', '205513.141000', '205513.143000', '205533.029000', '205533.031000', '205533.034000', '205533.037000', '205533.039000', '205533.042000', '205533.045000', '205533.047000', '205533.050000', '205533.053000', '205533.055000', '205533.058000', '205533.060000', '205533.063000', '205533.066000', '205533.068000', '205533.071000', '205533.074000', '205533.076000', '205533.079000', '205533.081000', '205533.084000', '205533.087000', '205533.089000', '205533.092000', '205533.095000', '205533.097000', '205533.100000', '205533.102000', '205533.105000', '205533.108000', '205533.110000', '205533.113000', '205533.116000', '205533.118000', '205533.121000', '205533.123000', '205533.126000', '205533.129000', '205533.131000', '205533.134000', '205533.137000', '205533.139000', '205553.030000', '205553.032000', '205553.035000', '205553.038000', '205553.040000', '205553.043000', '205553.046000', '205553.048000', '205553.051000', '205553.053000', '205553.056000', '205553.059000', '205553.061000', '205553.064000', '205553.067000', '205553.069000', '205553.072000', '205553.074000', '205553.077000', '205553.080000', '205553.082000', '205553.085000', '205553.088000', '205553.090000', '205553.093000', '205553.095000', '205553.098000', '205553.101000', '205553.103000', '205553.106000', '205553.109000', '205553.111000', '205553.114000', '205553.116000', '205553.119000', '205553.122000', '205553.124000', '205553.127000', '205553.130000', '205553.132000', '205553.135000', '205553.137000', '205553.140000', '205553.142000', '205613.029000', '205613.032000', '205613.035000', '205613.038000', '205613.040000', '205613.043000', '205613.045000', '205613.048000', '205613.051000', '205613.053000', '205613.056000', '205613.058000', '205613.061000', '205613.064000', '205613.066000', '205613.069000', '205613.072000', '205613.074000', '205613.077000', '205613.080000', '205613.082000', '205613.085000', '205613.087000', '205613.090000', '205613.093000', '205613.095000', '205613.098000', '205613.100000', '205613.103000', '205613.106000', '205613.108000', '205613.111000', '205613.114000', '205613.116000', '205613.119000', '205613.121000', '205613.124000', '205613.126000', '205613.129000', '205613.132000', '205613.134000', '205613.137000', '205613.140000', '205633.030000', '205633.032000', '205633.035000', '205633.038000', '205633.040000', '205633.043000', '205633.046000', '205633.048000', '205633.051000', '205633.053000', '205633.056000', '205633.059000', '205633.061000', '205633.064000', '205633.103000', '205633.106000', '205633.109000', '205633.111000', '205633.114000', '205633.116000', '205633.119000', '205633.122000', '205633.124000', '205633.127000', '205633.130000', '205633.132000', '205633.135000', '205633.137000', '205633.140000', '205633.143000', '205633.146000', '205633.148000', '205633.151000', '205633.154000', '205633.156000', '205633.159000', '205633.162000', '205633.164000', '205633.167000', '205633.169000', '205633.172000', '205633.175000', '205633.177000', '205653.030000', '205653.032000', '205653.035000', '205653.038000', '205653.040000', '205653.043000', '205653.045000', '205653.048000', '205653.051000', '205653.053000', '205653.056000', '205653.059000', '205653.061000', '205653.064000', '205653.067000', '205653.069000', '205653.072000', '205653.074000', '205653.077000', '205653.080000', '205653.082000', '205653.085000', '205653.088000', '205653.090000', '205653.093000', '205653.095000', '205653.098000', '205653.101000', '205653.103000', '205653.106000', '205653.109000', '205653.111000', '205653.114000', '205653.117000', '205653.119000', '205653.122000', '205653.124000', '205653.127000', '205653.130000', '205653.132000', '205653.135000', '205653.137000', '205653.140000', '205653.143000', '205713.030000', '205713.033000', '205713.035000', '205713.038000', '205713.041000', '205713.043000', '205713.046000', '205713.049000', '205713.051000', '205713.054000', '205713.056000', '205713.059000', '205713.062000', '205713.064000', '205713.067000', '205713.070000', '205713.072000', '205713.075000', '205713.078000', '205713.080000', '205713.083000', '205713.085000', '205713.088000', '205713.091000', '205713.093000', '205713.096000', '205713.099000', '205713.101000', '205713.104000', '205713.107000', '205713.109000', '205713.112000', '205713.114000', '205713.117000', '205713.120000', '205713.122000', '205713.125000', '205713.128000', '205713.130000', '205713.133000', '205713.136000', '205713.138000', '205713.141000', '205733.030000', '205733.032000', '205733.035000', '205733.038000', '205733.040000', '205733.043000', '205733.046000', '205733.048000', '205733.051000', '205733.053000', '205733.056000', '205733.059000', '205733.061000', '205733.064000', '205733.067000', '205733.069000', '205733.072000', '205733.074000', '205733.077000', '205733.079000', '205733.082000', '205733.085000', '205733.087000', '205733.090000', '205733.092000', '205733.095000', '205733.098000', '205733.100000', '205733.103000', '205733.106000', '205733.108000', '205733.111000', '205733.113000', '205733.116000', '205733.119000', '205733.121000', '205733.124000', '205733.126000', '205733.129000', '205733.132000', '205733.134000', '205733.137000', '205733.139000', '205733.142000', '205753.029000', '205753.032000', '205753.035000', '205753.037000', '205753.040000', '205753.043000', '205753.045000', '205753.048000', '205753.051000', '205753.053000', '205753.056000', '205753.059000', '205753.061000', '205753.064000', '205753.066000', '205753.069000', '205753.072000', '205753.074000', '205753.077000', '205753.080000', '205753.083000', '205753.086000', '205753.089000', '205753.092000', '205753.095000', '205753.108000', '205753.110000', '205753.113000', '205753.115000', '205753.118000', '205753.121000', '205753.123000', '205753.126000', '205753.130000', '205753.133000', '205753.135000', '205753.138000', '205753.141000', '205753.143000', '205753.146000', '205753.149000', '205753.151000', '205753.154000', '205813.029000', '205813.033000', '205813.035000', '205813.038000', '205813.041000', '205813.043000', '205813.046000', '205813.049000', '205813.051000', '205813.054000', '205813.057000', '205813.059000', '205813.062000', '205813.065000', '205813.067000', '205813.070000', '205813.072000', '205813.081000', '205813.084000', '205813.087000', '205813.089000', '205813.092000', '205813.095000', '205813.097000', '205813.100000', '205813.103000', '205813.105000', '205813.108000', '205813.110000', '205813.113000', '205813.116000', '205813.118000', '205813.121000', '205813.123000', '205813.126000', '205813.129000', '205813.131000', '205813.134000', '205813.136000', '205813.139000', '205813.142000', '205813.144000', '205813.147000', '205813.150000', '205831.242000', '205831.246000', '205831.248000', '205831.251000', '205831.254000', '205831.257000', '205831.259000', '205831.262000', '205831.265000', '205831.267000', '205831.270000', '205831.273000', '205831.275000', '205831.278000', '205831.281000', '205831.283000', '205831.286000', '205831.289000', '205831.291000', '205831.294000', '205831.297000', '205831.299000', '205831.302000', '205831.305000', '205831.307000', '205831.310000', '205831.312000', '205831.317000', '205831.320000', '205831.325000', '205831.327000', '205831.331000', '205831.335000', '205831.338000', '205831.342000', '205831.344000', '205831.347000', '205831.351000', '205831.353000', '205831.357000'], 'InstanceCreationTime': ['205133.054000', '205133.057000', '205133.060000', '205133.063000', '205133.065000', '205133.068000', '205133.070000', '205133.073000', '205133.075000', '205133.078000', '205133.081000', '205133.083000', '205133.086000', '205133.089000', '205133.091000', '205133.094000', '205133.096000', '205133.099000', '205133.102000', '205133.104000', '205133.107000', '205133.111000', '205133.113000', '205133.117000', '205133.120000', '205133.122000', '205133.132000', '205133.135000', '205133.137000', '205133.140000', '205133.143000', '205133.145000', '205133.148000', '205133.150000', '205133.153000', '205133.155000', '205133.158000', '205133.160000', '205133.163000', '205133.166000', '205133.170000', '205133.172000', '205133.175000', '205133.178000', '205133.180000', '205133.183000', '205133.185000', '205133.188000', '205133.191000', '205133.193000', '205133.196000', '205133.198000', '205133.201000', '205133.204000', '205133.206000', '205133.209000', '205133.212000', '205153.029000', '205153.032000', '205153.035000', '205153.038000', '205153.040000', '205153.043000', '205153.045000', '205153.048000', '205153.051000', '205153.053000', '205153.056000', '205153.058000', '205153.067000', '205153.069000', '205153.072000', '205153.074000', '205153.077000', '205153.080000', '205153.082000', '205153.085000', '205153.088000', '205153.090000', '205153.093000', '205153.095000', '205153.098000', '205153.101000', '205153.103000', '205153.118000', '205153.120000', '205153.123000', '205153.126000', '205153.128000', '205153.131000', '205153.133000', '205153.136000', '205153.139000', '205153.141000', '205153.144000', '205153.146000', '205153.149000', '205153.152000', '205153.154000', '205153.157000', '205153.160000', '205213.030000', '205213.032000', '205213.035000', '205213.038000', '205213.047000', '205213.050000', '205213.052000', '205213.055000', '205213.057000', '205213.060000', '205213.063000', '205213.065000', '205213.068000', '205213.070000', '205213.073000', '205213.076000', '205213.078000', '205213.081000', '205213.083000', '205213.086000', '205213.089000', '205213.091000', '205213.094000', '205213.096000', '205213.099000', '205213.102000', '205213.104000', '205213.107000', '205213.110000', '205213.112000', '205213.115000', '205213.118000', '205213.120000', '205213.123000', '205213.125000', '205213.128000', '205213.131000', '205213.133000', '205213.136000', '205213.139000', '205213.141000', '205213.144000', '205213.146000', '205233.029000', '205233.032000', '205233.035000', '205233.038000', '205233.040000', '205233.043000', '205233.045000', '205233.048000', '205233.051000', '205233.053000', '205233.056000', '205233.058000', '205233.061000', '205233.063000', '205233.066000', '205233.069000', '205233.071000', '205233.074000', '205233.081000', '205233.084000', '205233.086000', '205233.089000', '205233.092000', '205233.094000', '205233.097000', '205233.100000', '205233.102000', '205233.105000', '205233.107000', '205233.110000', '205233.113000', '205233.115000', '205233.118000', '205233.120000', '205233.123000', '205233.126000', '205233.128000', '205233.131000', '205233.133000', '205233.136000', '205233.138000', '205233.141000', '205233.144000', '205233.146000', '205253.029000', '205253.032000', '205253.035000', '205253.037000', '205253.040000', '205253.043000', '205253.046000', '205253.048000', '205253.051000', '205253.053000', '205253.056000', '205253.059000', '205253.061000', '205253.071000', '205253.073000', '205253.076000', '205253.079000', '205253.081000', '205253.084000', '205253.086000', '205253.089000', '205253.092000', '205253.094000', '205253.097000', '205253.100000', '205253.102000', '205253.105000', '205253.107000', '205253.110000', '205253.113000', '205253.115000', '205253.118000', '205253.120000', '205253.123000', '205253.126000', '205253.128000', '205253.131000', '205253.134000', '205253.136000', '205253.139000', '205253.142000', '205253.145000', '205253.148000', '205313.028000', '205313.038000', '205313.041000', '205313.043000', '205313.046000', '205313.048000', '205313.051000', '205313.054000', '205313.056000', '205313.059000', '205313.062000', '205313.064000', '205313.067000', '205313.069000', '205313.072000', '205313.075000', '205313.077000', '205313.080000', '205313.082000', '205313.085000', '205313.087000', '205313.090000', '205313.093000', '205313.095000', '205313.098000', '205313.101000', '205313.103000', '205313.106000', '205313.108000', '205313.111000', '205313.113000', '205313.116000', '205313.119000', '205313.121000', '205313.124000', '205313.126000', '205313.129000', '205313.132000', '205313.134000', '205313.137000', '205313.139000', '205313.142000', '205313.144000', '205313.147000', '205333.029000', '205333.032000', '205333.035000', '205333.037000', '205333.040000', '205333.043000', '205333.045000', '205333.062000', '205333.065000', '205333.068000', '205333.070000', '205333.073000', '205333.075000', '205333.078000', '205333.081000', '205333.083000', '205333.086000', '205333.088000', '205333.091000', '205333.094000', '205333.096000', '205333.099000', '205333.102000', '205333.109000', '205333.112000', '205333.114000', '205333.117000', '205333.120000', '205333.122000', '205333.125000', '205333.127000', '205333.130000', '205333.133000', '205333.135000', '205333.138000', '205333.140000', '205333.143000', '205333.146000', '205333.148000', '205333.151000', '205333.153000', '205333.156000', '205333.158000', '205353.029000', '205353.032000', '205353.035000', '205353.037000', '205353.040000', '205353.043000', '205353.045000', '205353.048000', '205353.051000', '205353.053000', '205353.056000', '205353.058000', '205353.061000', '205353.064000', '205353.067000', '205353.069000', '205353.072000', '205353.074000', '205353.077000', '205353.080000', '205353.082000', '205353.085000', '205353.088000', '205353.090000', '205353.093000', '205353.096000', '205353.098000', '205353.101000', '205353.103000', '205353.106000', '205353.109000', '205353.111000', '205353.114000', '205353.117000', '205353.119000', '205353.122000', '205353.125000', '205353.127000', '205353.130000', '205353.133000', '205353.135000', '205353.138000', '205353.141000', '205353.143000', '205413.029000', '205413.032000', '205413.035000', '205413.038000', '205413.040000', '205413.043000', '205413.045000', '205413.048000', '205413.051000', '205413.053000', '205413.056000', '205413.058000', '205413.061000', '205413.063000', '205413.066000', '205413.069000', '205413.071000', '205413.074000', '205413.076000', '205413.079000', '205413.082000', '205413.084000', '205413.087000', '205413.089000', '205413.092000', '205413.094000', '205413.097000', '205413.100000', '205413.102000', '205413.105000', '205413.107000', '205413.110000', '205413.113000', '205413.115000', '205413.118000', '205413.120000', '205413.123000', '205413.126000', '205413.128000', '205413.131000', '205413.133000', '205413.136000', '205413.139000', '205433.030000', '205433.032000', '205433.035000', '205433.038000', '205433.040000', '205433.043000', '205433.046000', '205433.048000', '205433.051000', '205433.053000', '205433.056000', '205433.059000', '205433.061000', '205433.064000', '205433.066000', '205433.069000', '205433.072000', '205433.074000', '205433.077000', '205433.079000', '205433.082000', '205433.090000', '205433.093000', '205433.096000', '205433.098000', '205433.101000', '205433.103000', '205433.106000', '205433.109000', '205433.111000', '205433.114000', '205433.117000', '205433.119000', '205433.122000', '205433.125000', '205433.127000', '205433.130000', '205433.132000', '205433.135000', '205433.138000', '205433.140000', '205433.143000', '205433.146000', '205433.148000', '205453.029000', '205453.032000', '205453.035000', '205453.038000', '205453.040000', '205453.043000', '205453.046000', '205453.048000', '205453.051000', '205453.053000', '205453.056000', '205453.059000', '205453.061000', '205453.064000', '205453.066000', '205453.069000', '205453.072000', '205453.074000', '205453.077000', '205453.080000', '205453.082000', '205453.085000', '205453.087000', '205453.090000', '205453.093000', '205453.095000', '205453.098000', '205453.100000', '205453.103000', '205453.106000', '205453.108000', '205453.111000', '205453.113000', '205453.116000', '205453.119000', '205453.121000', '205453.124000', '205453.127000', '205453.129000', '205453.132000', '205453.134000', '205453.137000', '205453.140000', '205513.029000', '205513.032000', '205513.035000', '205513.037000', '205513.040000', '205513.043000', '205513.046000', '205513.049000', '205513.051000', '205513.054000', '205513.057000', '205513.059000', '205513.062000', '205513.065000', '205513.067000', '205513.070000', '205513.072000', '205513.075000', '205513.078000', '205513.080000', '205513.083000', '205513.085000', '205513.088000', '205513.091000', '205513.093000', '205513.096000', '205513.099000', '205513.101000', '205513.104000', '205513.106000', '205513.109000', '205513.112000', '205513.115000', '205513.117000', '205513.120000', '205513.122000', '205513.125000', '205513.128000', '205513.130000', '205513.133000', '205513.136000', '205513.138000', '205513.141000', '205513.143000', '205533.029000', '205533.031000', '205533.034000', '205533.037000', '205533.039000', '205533.042000', '205533.045000', '205533.047000', '205533.050000', '205533.053000', '205533.055000', '205533.058000', '205533.060000', '205533.063000', '205533.066000', '205533.068000', '205533.071000', '205533.074000', '205533.076000', '205533.079000', '205533.081000', '205533.084000', '205533.087000', '205533.089000', '205533.092000', '205533.095000', '205533.097000', '205533.100000', '205533.102000', '205533.105000', '205533.108000', '205533.110000', '205533.113000', '205533.116000', '205533.118000', '205533.121000', '205533.123000', '205533.126000', '205533.129000', '205533.131000', '205533.134000', '205533.137000', '205533.139000', '205553.030000', '205553.032000', '205553.035000', '205553.038000', '205553.040000', '205553.043000', '205553.046000', '205553.048000', '205553.051000', '205553.053000', '205553.056000', '205553.059000', '205553.061000', '205553.064000', '205553.067000', '205553.069000', '205553.072000', '205553.074000', '205553.077000', '205553.080000', '205553.082000', '205553.085000', '205553.088000', '205553.090000', '205553.093000', '205553.095000', '205553.098000', '205553.101000', '205553.103000', '205553.106000', '205553.109000', '205553.111000', '205553.114000', '205553.116000', '205553.119000', '205553.122000', '205553.124000', '205553.127000', '205553.130000', '205553.132000', '205553.135000', '205553.137000', '205553.140000', '205553.142000', '205613.029000', '205613.032000', '205613.035000', '205613.038000', '205613.040000', '205613.043000', '205613.045000', '205613.048000', '205613.051000', '205613.053000', '205613.056000', '205613.058000', '205613.061000', '205613.064000', '205613.066000', '205613.069000', '205613.072000', '205613.074000', '205613.077000', '205613.080000', '205613.082000', '205613.085000', '205613.087000', '205613.090000', '205613.093000', '205613.095000', '205613.098000', '205613.100000', '205613.103000', '205613.106000', '205613.108000', '205613.111000', '205613.114000', '205613.116000', '205613.119000', '205613.121000', '205613.124000', '205613.126000', '205613.129000', '205613.132000', '205613.134000', '205613.137000', '205613.140000', '205633.030000', '205633.032000', '205633.035000', '205633.038000', '205633.040000', '205633.043000', '205633.046000', '205633.048000', '205633.051000', '205633.053000', '205633.056000', '205633.059000', '205633.061000', '205633.064000', '205633.103000', '205633.106000', '205633.109000', '205633.111000', '205633.114000', '205633.116000', '205633.119000', '205633.122000', '205633.124000', '205633.127000', '205633.130000', '205633.132000', '205633.135000', '205633.137000', '205633.140000', '205633.143000', '205633.146000', '205633.148000', '205633.151000', '205633.154000', '205633.156000', '205633.159000', '205633.162000', '205633.164000', '205633.167000', '205633.169000', '205633.172000', '205633.175000', '205633.177000', '205653.030000', '205653.032000', '205653.035000', '205653.038000', '205653.040000', '205653.043000', '205653.045000', '205653.048000', '205653.051000', '205653.053000', '205653.056000', '205653.059000', '205653.061000', '205653.064000', '205653.067000', '205653.069000', '205653.072000', '205653.074000', '205653.077000', '205653.080000', '205653.082000', '205653.085000', '205653.088000', '205653.090000', '205653.093000', '205653.095000', '205653.098000', '205653.101000', '205653.103000', '205653.106000', '205653.109000', '205653.111000', '205653.114000', '205653.117000', '205653.119000', '205653.122000', '205653.124000', '205653.127000', '205653.130000', '205653.132000', '205653.135000', '205653.137000', '205653.140000', '205653.143000', '205713.030000', '205713.033000', '205713.035000', '205713.038000', '205713.041000', '205713.043000', '205713.046000', '205713.049000', '205713.051000', '205713.054000', '205713.056000', '205713.059000', '205713.062000', '205713.064000', '205713.067000', '205713.070000', '205713.072000', '205713.075000', '205713.078000', '205713.080000', '205713.083000', '205713.085000', '205713.088000', '205713.091000', '205713.093000', '205713.096000', '205713.099000', '205713.101000', '205713.104000', '205713.107000', '205713.109000', '205713.112000', '205713.114000', '205713.117000', '205713.120000', '205713.122000', '205713.125000', '205713.128000', '205713.130000', '205713.133000', '205713.136000', '205713.138000', '205713.141000', '205733.030000', '205733.032000', '205733.035000', '205733.038000', '205733.040000', '205733.043000', '205733.046000', '205733.048000', '205733.051000', '205733.053000', '205733.056000', '205733.059000', '205733.061000', '205733.064000', '205733.067000', '205733.069000', '205733.072000', '205733.074000', '205733.077000', '205733.079000', '205733.082000', '205733.085000', '205733.087000', '205733.090000', '205733.092000', '205733.095000', '205733.098000', '205733.100000', '205733.103000', '205733.106000', '205733.108000', '205733.111000', '205733.113000', '205733.116000', '205733.119000', '205733.121000', '205733.124000', '205733.126000', '205733.129000', '205733.132000', '205733.134000', '205733.137000', '205733.139000', '205733.142000', '205753.029000', '205753.032000', '205753.035000', '205753.037000', '205753.040000', '205753.043000', '205753.045000', '205753.048000', '205753.051000', '205753.053000', '205753.056000', '205753.059000', '205753.061000', '205753.064000', '205753.066000', '205753.069000', '205753.072000', '205753.074000', '205753.077000', '205753.080000', '205753.083000', '205753.086000', '205753.089000', '205753.092000', '205753.095000', '205753.108000', '205753.110000', '205753.113000', '205753.115000', '205753.118000', '205753.121000', '205753.123000', '205753.126000', '205753.130000', '205753.133000', '205753.135000', '205753.138000', '205753.141000', '205753.143000', '205753.146000', '205753.149000', '205753.151000', '205753.154000', '205813.029000', '205813.033000', '205813.035000', '205813.038000', '205813.041000', '205813.043000', '205813.046000', '205813.049000', '205813.051000', '205813.054000', '205813.057000', '205813.059000', '205813.062000', '205813.065000', '205813.067000', '205813.070000', '205813.072000', '205813.081000', '205813.084000', '205813.087000', '205813.089000', '205813.092000', '205813.095000', '205813.097000', '205813.100000', '205813.103000', '205813.105000', '205813.108000', '205813.110000', '205813.113000', '205813.116000', '205813.118000', '205813.121000', '205813.123000', '205813.126000', '205813.129000', '205813.131000', '205813.134000', '205813.136000', '205813.139000', '205813.142000', '205813.144000', '205813.147000', '205813.150000', '205831.242000', '205831.246000', '205831.248000', '205831.251000', '205831.254000', '205831.257000', '205831.259000', '205831.262000', '205831.265000', '205831.267000', '205831.270000', '205831.273000', '205831.275000', '205831.278000', '205831.281000', '205831.283000', '205831.286000', '205831.289000', '205831.291000', '205831.294000', '205831.297000', '205831.299000', '205831.302000', '205831.305000', '205831.307000', '205831.310000', '205831.312000', '205831.317000', '205831.320000', '205831.325000', '205831.327000', '205831.331000', '205831.335000', '205831.338000', '205831.342000', '205831.344000', '205831.347000', '205831.351000', '205831.353000', '205831.357000'], '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': [8634, 10389, 7364, 9900, 12365, 7376, 8697, 11076, 8588, 7755, 10020, 6810, 9262, 9976, 7542, 8225, 11057, 7989, 9744, 11891, 7402, 9328, 11708, 8090, 8764, 10296, 7246, 9876, 13078, 7884, 8934, 12444, 7589, 9773, 12451, 6865, 8161, 10720, 7278, 8082, 10845, 6838, 9625, 11759, 7059, 8105, 10557, 8134, 8895, 9214, 7091, 9879, 12509, 8246, 8513, 9766, 7411, 10322, 6720, 8748, 10558, 7341, 7471, 10318, 7249, 8910, 8810, 7114, 10088, 12255, 7819, 9359, 6942, 7777, 10266, 6732, 8593, 11313, 7983, 7684, 10686, 6947, 9017, 6905, 7072, 10216, 12588, 8025, 9034, 10078, 7526, 10314, 7040, 9414, 11015, 8211, 7578, 10099, 7074, 7025, 9827, 7174, 6998, 9788, 8766, 7373, 10168, 6951, 9472, 12876, 7822, 7631, 10451, 6925, 8315, 7497, 7090, 10282, 12273, 8320, 9264, 7013, 8690, 10722, 7708, 7605, 10091, 10628, 7627, 10305, 6871, 9135, 11472, 7376, 7664, 10280, 7860, 7472, 6932, 7075, 9987, 8883, 7526, 9580, 8287, 7480, 9729, 7285, 7072, 10020, 9839, 7651, 9611, 7243, 9536, 11601, 7501, 8128, 10712, 7626, 8077, 10686, 6970, 9838, 12315, 7989, 8754, 13315, 7842, 10956, 7181, 7127, 10937, 14539, 7979, 9567, 7200, 7960, 10665, 7117, 9607, 12531, 7569, 8615, 6901, 7302, 10136, 12966, 7577, 8890, 12677, 7613, 10446, 6835, 9011, 11778, 10036, 7855, 10384, 6923, 9103, 12981, 7659, 7964, 10929, 7514, 7625, 10269, 6700, 9433, 12192, 7286, 8228, 10837, 7086, 8293, 6817, 7314, 9976, 13198, 7635, 10065, 13611, 7716, 9085, 7077, 8806, 9892, 7132, 8983, 10476, 7575, 9311, 7057, 7860, 10373, 7166, 7108, 10374, 7825, 8755, 12092, 7206, 9684, 13288, 9062, 8168, 9628, 7282, 10070, 7039, 7511, 10327, 13112, 7821, 10795, 7173, 8436, 10672, 10955, 7753, 10176, 7167, 7765, 10599, 6664, 9826, 12570, 7286, 8739, 11932, 8369, 8634, 6827, 7897, 10172, 7141, 7346, 10320, 7236, 9290, 12009, 7048, 9566, 12181, 7721, 8773, 7123, 7380, 10101, 13129, 8056, 9086, 6882, 7643, 9987, 6934, 9773, 12989, 7971, 8234, 7164, 7416, 10110, 7383, 7503, 10327, 8572, 7734, 11020, 7150, 9641, 12476, 7143, 8543, 11137, 7569, 8486, 6796, 8795, 11293, 7489, 7319, 10113, 6825, 7554, 10182, 7401, 7086, 10100, 7010, 7249, 10031, 7001, 8856, 13401, 8685, 7599, 10699, 6943, 9483, 13164, 6902, 7778, 12778, 8320, 7628, 10506, 7028, 8028, 11445, 7266, 7231, 10675, 10784, 7217, 10971, 6906, 7682, 9963, 6877, 8485, 10567, 7359, 9505, 6876, 9390, 12666, 8378, 7760, 10155, 7047, 8138, 6919, 6722, 9998, 14109, 8724, 9298, 6876, 7458, 11255, 11884, 7807, 10642, 14310, 8431, 9348, 6969, 7038, 9481, 7148, 7133, 9762, 7570, 6779, 9164, 6973, 7276, 9965, 10293, 7222, 10184, 14144, 7889, 8688, 7061, 6946, 9853, 7031, 7030, 10234, 7052, 7547, 9861, 6638, 9716, 12929, 8579, 8813, 12555, 6924, 8867, 6840, 6807, 9029, 10085, 6826, 8447, 6691, 9104, 12878, 7986, 7478, 10973, 6904, 7479, 12816, 7527, 7143, 9845, 6880, 7399, 9874, 6694, 9059, 13326, 8414, 7850, 12260, 6734, 8963, 13267, 6837, 7403, 11284, 7231, 7410, 10863, 6773, 7886, 11972, 7246, 7578, 12342, 7173, 7665, 10896, 6626, 8770, 12737, 7049, 8518, 6856, 8873, 11837, 7027, 7422, 9792, 7397, 8434, 7116, 8414, 11555, 10536, 7789, 9825, 8459, 7026, 10673, 6751, 9073, 12107, 7008, 7917, 11531, 6950, 9279, 7693, 6714, 10139, 14173, 7232, 9166, 7114, 7869, 10210, 6925, 8596, 11127, 7480, 8591, 7009, 9319, 12433, 7288, 8377, 12296, 7649, 9514, 6865, 7913, 11561, 8625, 7418, 10290, 6929, 7730, 10370, 6830, 9401, 13174, 7464, 8020, 9623, 7105, 10073, 14395, 7123, 9822, 11863, 7455, 10642, 6932, 9286, 12329, 8153, 7641, 10499, 7511, 8479, 6888, 8924, 11428, 7223, 7515, 10087, 7250, 7236, 10508, 6848, 9007, 11396, 7047, 7471, 9515, 6833, 9782, 6946, 9252, 12370, 7710, 7647, 10586, 6852, 9510, 12992, 7071, 8280, 12088, 8427, 8053, 7041, 7911, 11407, 8933, 7369, 10330, 7380, 7472, 7255, 7184, 10484, 12586, 7566, 10370, 10521, 7406, 11240, 7060, 7668, 10518, 9564, 7230, 10970, 7186, 8163, 9986, 7099, 7628, 9748, 6836, 8212, 7120, 6982, 10076, 13678, 7380, 9840, 12559, 7524, 11133, 6870, 9068, 10188, 6827, 8752, 10342, 7965, 9939, 7004, 9519, 12748, 8446, 8319, 10493, 7502, 8500, 7043, 8573, 10569, 7828, 7462, 9983, 7527, 8334, 7330, 7407, 10465, 12777, 7321, 10512, 12622, 7442, 9367, 6927, 9412, 7226, 8252, 10400, 10366, 7796, 10885, 7327, 9701, 8355, 8104, 10626, 8015, 7767, 7658, 7179, 10370, 13717, 7538, 9707, 13217, 8275, 8372, 7626, 7076, 9706, 13918, 7243, 9771, 12954, 7215, 8801, 6928, 9087, 11043, 7241, 9793, 12756, 7755, 9749, 7090, 9259, 7439, 9145, 11090, 9827, 7843, 10479, 7126, 10038, 13510, 7447, 10482, 13604, 8061, 9720, 6977, 9520, 12833, 7256, 9665, 12873, 8281, 9545, 7201, 8922, 11381, 7474, 7879, 10704, 7190, 7800, 9962, 7450, 9186, 10668, 7286, 8990, 11251, 7597, 9363, 7304, 9257, 12299, 7640, 8547, 10776, 7400, 8466, 7238, 7507, 10309, 7249, 7634, 9599, 7256, 8619, 7178, 8355, 10494, 7177, 8549, 10844, 7288, 9156, 7180, 8436, 10873, 11299, 8092, 10819, 8448, 8032, 10595, 7367, 9213, 10266, 7282, 8839, 8030, 7882, 9781, 6916, 9497, 13080, 7755, 8817, 11736, 7822, 10674, 7145, 9302, 12829, 8205, 7843, 10442, 7584, 9284, 10814, 6838, 9755, 13797, 7402, 9934, 7241, 8543, 10498, 6858, 10106, 13396, 7916, 8427, 11447, 7890, 8872, 7473, 6823, 9791, 13676, 7197, 9521, 7144, 7873, 10077, 6932, 9302, 10111, 7121, 8549, 9797, 8214, 10006, 7011, 9619, 12578, 8516, 8242, 10428, 7622, 9030, 7374, 9132, 12073, 8552, 7500, 10236, 7380, 7886, 7212, 7604, 10833, 13132, 7631, 9080, 12221, 8363, 8056, 10563, 7152, 8541, 10056, 7293, 8665, 9963, 7876, 8339, 6906, 9352, 10937, 7431, 9585, 12646, 7802, 8466, 12005, 7188, 9774, 13359, 7453, 8970, 8776, 7573, 10777, 7103, 9339, 13369, 8748, 8224, 10721, 7911, 8727, 9809, 7217, 9333, 11654, 7224, 8854, 10084, 7414, 8811, 7065, 9499, 11919, 7391, 8150, 10581, 7455, 8292, 7258, 8035, 10613, 7552, 7413, 10089, 7907, 7701, 11196, 7517, 9638, 13492, 7658, 7927, 11172, 7874, 9545, 7347, 7620, 10098, 10430, 7557, 10411, 6871, 9068, 7191, 9436, 12610, 7734, 7533, 9945, 7505, 7510, 10065, 7212, 9505, 13124, 8112, 7814, 9530, 7738, 7279, 9831, 7350, 7198, 9690, 7358, 7509, 7240, 7025, 10127, 7485, 7094, 9652, 8534, 7615, 9738, 7320, 9740, 13138, 7868, 8065, 11728], 'WindowCenter': [4267.0, 4258.0, 4228.0, 4247.0, 4255.0, 4203.0, 4235.0, 4244.0, 4209.0, 4200.0, 4217.0, 4177.0, 4219.0, 4220.0, 4202.0, 4210.0, 4239.0, 4211.0, 4230.0, 4240.0, 4200.0, 4232.0, 4239.0, 4210.0, 4223.0, 4228.0, 4198.0, 4232.0, 4240.0, 4197.0, 4210.0, 4226.0, 4187.0, 4217.0, 4225.0, 4175.0, 4209.0, 4216.0, 4185.0, 4196.0, 4217.0, 4179.0, 4218.0, 4227.0, 4190.0, 4197.0, 4216.0, 4198.0, 4208.0, 4202.0, 4175.0, 4216.0, 4236.0, 4197.0, 4207.0, 4216.0, 4188.0, 4214.0, 4175.0, 4209.0, 4219.0, 4186.0, 4187.0, 4217.0, 4189.0, 4208.0, 4207.0, 4188.0, 4228.0, 4238.0, 4199.0, 4219.0, 4188.0, 4200.0, 4217.0, 4188.0, 4209.0, 4232.0, 4209.0, 4199.0, 4228.0, 4188.0, 4208.0, 4185.0, 4188.0, 4232.0, 4239.0, 4210.0, 4219.0, 4218.0, 4199.0, 4219.0, 4188.0, 4220.0, 4230.0, 4213.0, 4201.0, 4231.0, 4188.0, 4189.0, 4220.0, 4187.0, 4200.0, 4231.0, 4210.0, 4200.0, 4216.0, 4189.0, 4230.0, 4251.0, 4211.0, 4201.0, 4227.0, 4189.0, 4209.0, 4186.0, 4188.0, 4231.0, 4240.0, 4198.0, 4218.0, 4191.0, 4220.0, 4231.0, 4186.0, 4198.0, 4230.0, 4229.0, 4198.0, 4229.0, 4178.0, 4220.0, 4229.0, 4186.0, 4199.0, 4217.0, 4196.0, 4199.0, 4185.0, 4188.0, 4229.0, 4220.0, 4210.0, 4232.0, 4210.0, 4200.0, 4218.0, 4196.0, 4200.0, 4243.0, 4228.0, 4210.0, 4218.0, 4212.0, 4232.0, 4241.0, 4202.0, 4211.0, 4230.0, 4200.0, 4199.0, 4217.0, 4190.0, 4232.0, 4240.0, 4211.0, 4210.0, 4250.0, 4200.0, 4228.0, 4175.0, 4188.0, 4228.0, 4247.0, 4196.0, 4218.0, 4186.0, 4198.0, 4218.0, 4188.0, 4231.0, 4239.0, 4197.0, 4210.0, 4186.0, 4201.0, 4232.0, 4237.0, 4201.0, 4220.0, 4239.0, 4200.0, 4227.0, 4189.0, 4220.0, 4252.0, 4218.0, 4199.0, 4217.0, 4187.0, 4211.0, 4240.0, 4187.0, 4201.0, 4217.0, 4185.0, 4197.0, 4214.0, 4178.0, 4219.0, 4227.0, 4187.0, 4197.0, 4228.0, 4177.0, 4197.0, 4176.0, 4187.0, 4220.0, 4237.0, 4200.0, 4220.0, 4235.0, 4187.0, 4206.0, 4177.0, 4209.0, 4218.0, 4189.0, 4223.0, 4227.0, 4212.0, 4221.0, 4188.0, 4211.0, 4234.0, 4204.0, 4203.0, 4230.0, 4199.0, 4209.0, 4237.0, 4200.0, 4221.0, 4253.0, 4209.0, 4197.0, 4217.0, 4189.0, 4220.0, 4175.0, 4200.0, 4231.0, 4237.0, 4199.0, 4227.0, 4177.0, 4207.0, 4231.0, 4226.0, 4189.0, 4217.0, 4174.0, 4199.0, 4217.0, 4188.0, 4218.0, 4239.0, 4201.0, 4211.0, 4227.0, 4212.0, 4198.0, 4176.0, 4209.0, 4231.0, 4190.0, 4201.0, 4227.0, 4199.0, 4219.0, 4226.0, 4190.0, 4233.0, 4238.0, 4199.0, 4211.0, 4185.0, 4197.0, 4231.0, 4250.0, 4199.0, 4207.0, 4187.0, 4198.0, 4217.0, 4190.0, 4232.0, 4242.0, 4200.0, 4198.0, 4187.0, 4190.0, 4217.0, 4187.0, 4189.0, 4219.0, 4194.0, 4187.0, 4218.0, 4189.0, 4221.0, 4238.0, 4187.0, 4220.0, 4227.0, 4200.0, 4208.0, 4190.0, 4222.0, 4242.0, 4199.0, 4200.0, 4230.0, 4177.0, 4200.0, 4217.0, 4185.0, 4202.0, 4232.0, 4190.0, 4200.0, 4218.0, 4189.0, 4221.0, 4250.0, 4208.0, 4199.0, 4229.0, 4190.0, 4222.0, 4237.0, 4179.0, 4199.0, 4240.0, 4196.0, 4200.0, 4218.0, 4187.0, 4198.0, 4226.0, 4173.0, 4175.0, 4216.0, 4217.0, 4174.0, 4217.0, 4173.0, 4186.0, 4204.0, 4175.0, 4207.0, 4214.0, 4189.0, 4216.0, 4188.0, 4220.0, 4240.0, 4211.0, 4201.0, 4229.0, 4187.0, 4199.0, 4177.0, 4189.0, 4232.0, 4249.0, 4208.0, 4210.0, 4175.0, 4199.0, 4232.0, 4228.0, 4199.0, 4230.0, 4238.0, 4199.0, 4204.0, 4176.0, 4174.0, 4205.0, 4174.0, 4187.0, 4220.0, 4185.0, 4178.0, 4208.0, 4176.0, 4189.0, 4220.0, 4214.0, 4188.0, 4220.0, 4238.0, 4187.0, 4194.0, 4176.0, 4176.0, 4218.0, 4176.0, 4187.0, 4215.0, 4186.0, 4203.0, 4220.0, 4189.0, 4222.0, 4239.0, 4211.0, 4210.0, 4240.0, 4188.0, 4209.0, 4177.0, 4192.0, 4235.0, 4230.0, 4205.0, 4222.0, 4203.0, 4232.0, 4266.0, 4225.0, 4202.0, 4243.0, 4193.0, 4201.0, 4241.0, 4198.0, 4202.0, 4231.0, 4192.0, 4202.0, 4219.0, 4191.0, 4224.0, 4250.0, 4213.0, 4212.0, 4239.0, 4190.0, 4219.0, 4238.0, 4190.0, 4202.0, 4232.0, 4189.0, 4202.0, 4227.0, 4179.0, 4201.0, 4229.0, 4199.0, 4199.0, 4241.0, 4178.0, 4188.0, 4215.0, 4177.0, 4211.0, 4239.0, 4180.0, 4206.0, 4190.0, 4222.0, 4238.0, 4191.0, 4203.0, 4218.0, 4191.0, 4196.0, 4190.0, 4212.0, 4242.0, 4230.0, 4200.0, 4221.0, 4198.0, 4175.0, 4216.0, 4176.0, 4207.0, 4227.0, 4189.0, 4199.0, 4228.0, 4190.0, 4209.0, 4186.0, 4179.0, 4229.0, 4251.0, 4188.0, 4209.0, 4178.0, 4201.0, 4216.0, 4190.0, 4223.0, 4230.0, 4202.0, 4210.0, 4192.0, 4223.0, 4241.0, 4203.0, 4214.0, 4239.0, 4201.0, 4220.0, 4178.0, 4211.0, 4244.0, 4220.0, 4202.0, 4232.0, 4188.0, 4201.0, 4216.0, 4178.0, 4224.0, 4251.0, 4189.0, 4200.0, 4206.0, 4179.0, 4219.0, 4247.0, 4191.0, 4222.0, 4228.0, 4188.0, 4214.0, 4176.0, 4219.0, 4239.0, 4199.0, 4199.0, 4217.0, 4189.0, 4196.0, 4189.0, 4209.0, 4230.0, 4188.0, 4189.0, 4220.0, 4178.0, 4189.0, 4216.0, 4177.0, 4208.0, 4227.0, 4192.0, 4190.0, 4219.0, 4177.0, 4218.0, 4190.0, 4221.0, 4252.0, 4202.0, 4200.0, 4229.0, 4191.0, 4221.0, 4239.0, 4192.0, 4214.0, 4241.0, 4211.0, 4201.0, 4188.0, 4212.0, 4242.0, 4221.0, 4204.0, 4229.0, 4187.0, 4187.0, 4186.0, 4189.0, 4230.0, 4239.0, 4202.0, 4231.0, 4219.0, 4189.0, 4228.0, 4177.0, 4185.0, 4219.0, 4208.0, 4178.0, 4217.0, 4177.0, 4195.0, 4207.0, 4175.0, 4198.0, 4208.0, 4174.0, 4199.0, 4176.0, 4189.0, 4221.0, 4236.0, 4191.0, 4220.0, 4237.0, 4188.0, 4215.0, 4174.0, 4208.0, 4217.0, 4180.0, 4208.0, 4215.0, 4200.0, 4219.0, 4190.0, 4220.0, 4241.0, 4198.0, 4201.0, 4218.0, 4178.0, 4197.0, 4178.0, 4208.0, 4218.0, 4187.0, 4190.0, 4219.0, 4187.0, 4201.0, 4187.0, 4190.0, 4229.0, 4223.0, 4189.0, 4229.0, 4227.0, 4188.0, 4206.0, 4179.0, 4216.0, 4188.0, 4212.0, 4245.0, 4221.0, 4202.0, 4230.0, 4191.0, 4220.0, 4198.0, 4214.0, 4232.0, 4197.0, 4190.0, 4188.0, 4189.0, 4222.0, 4239.0, 4200.0, 4222.0, 4237.0, 4198.0, 4199.0, 4183.0, 4178.0, 4206.0, 4236.0, 4185.0, 4219.0, 4238.0, 4190.0, 4206.0, 4185.0, 4210.0, 4228.0, 4200.0, 4235.0, 4238.0, 4203.0, 4219.0, 4191.0, 4221.0, 4200.0, 4234.0, 4255.0, 4232.0, 4201.0, 4228.0, 4191.0, 4233.0, 4239.0, 4190.0, 4232.0, 4240.0, 4199.0, 4208.0, 4190.0, 4222.0, 4239.0, 4190.0, 4221.0, 4240.0, 4200.0, 4207.0, 4186.0, 4207.0, 4227.0, 4187.0, 4198.0, 4218.0, 4175.0, 4188.0, 4205.0, 4176.0, 4208.0, 4216.0, 4191.0, 4207.0, 4217.0, 4201.0, 4209.0, 4187.0, 4220.0, 4241.0, 4190.0, 4212.0, 4228.0, 4186.0, 4198.0, 4187.0, 4189.0, 4218.0, 4189.0, 4202.0, 4219.0, 4187.0, 4210.0, 4178.0, 4211.0, 4232.0, 4188.0, 4224.0, 4231.0, 4190.0, 4221.0, 4191.0, 4209.0, 4233.0, 4229.0, 4200.0, 4231.0, 4199.0, 4189.0, 4218.0, 4189.0, 4209.0, 4216.0, 4202.0, 4208.0, 4199.0, 4213.0, 4219.0, 4188.0, 4221.0, 4252.0, 4204.0, 4221.0, 4240.0, 4201.0, 4229.0, 4190.0, 4223.0, 4254.0, 4211.0, 4212.0, 4229.0, 4202.0, 4221.0, 4228.0, 4177.0, 4221.0, 4252.0, 4203.0, 4221.0, 4191.0, 4211.0, 4229.0, 4191.0, 4232.0, 4248.0, 4214.0, 4212.0, 4229.0, 4199.0, 4207.0, 4186.0, 4180.0, 4220.0, 4251.0, 4192.0, 4221.0, 4191.0, 4211.0, 4219.0, 4190.0, 4222.0, 4232.0, 4204.0, 4224.0, 4231.0, 4211.0, 4228.0, 4201.0, 4234.0, 4254.0, 4225.0, 4214.0, 4231.0, 4200.0, 4209.0, 4189.0, 4221.0, 4244.0, 4209.0, 4204.0, 4230.0, 4189.0, 4200.0, 4190.0, 4200.0, 4243.0, 4240.0, 4190.0, 4222.0, 4241.0, 4198.0, 4199.0, 4217.0, 4178.0, 4209.0, 4217.0, 4189.0, 4211.0, 4218.0, 4199.0, 4197.0, 4187.0, 4220.0, 4230.0, 4203.0, 4230.0, 4240.0, 4199.0, 4210.0, 4237.0, 4186.0, 4222.0, 4240.0, 4188.0, 4210.0, 4208.0, 4202.0, 4226.0, 4187.0, 4222.0, 4240.0, 4210.0, 4212.0, 4230.0, 4197.0, 4210.0, 4216.0, 4189.0, 4220.0, 4225.0, 4188.0, 4208.0, 4219.0, 4187.0, 4210.0, 4191.0, 4224.0, 4242.0, 4190.0, 4216.0, 4232.0, 4199.0, 4214.0, 4198.0, 4213.0, 4229.0, 4201.0, 4202.0, 4242.0, 4197.0, 4199.0, 4229.0, 4189.0, 4222.0, 4238.0, 4201.0, 4199.0, 4228.0, 4200.0, 4210.0, 4185.0, 4197.0, 4231.0, 4229.0, 4200.0, 4230.0, 4191.0, 4210.0, 4193.0, 4235.0, 4256.0, 4200.0, 4204.0, 4233.0, 4191.0, 4203.0, 4216.0, 4189.0, 4222.0, 4253.0, 4198.0, 4202.0, 4217.0, 4190.0, 4190.0, 4206.0, 4185.0, 4193.0, 4221.0, 4189.0, 4201.0, 4198.0, 4204.0, 4231.0, 4201.0, 4202.0, 4230.0, 4209.0, 4203.0, 4218.0, 4200.0, 4232.0, 4252.0, 4214.0, 4209.0, 4237.0], 'WindowWidth': [9457.0, 9428.0, 9384.0, 9407.0, 9412.0, 9338.0, 9385.0, 9395.0, 9339.0, 9326.0, 9343.0, 9293.0, 9350.0, 9354.0, 9333.0, 9340.0, 9380.0, 9343.0, 9369.0, 9381.0, 9328.0, 9373.0, 9380.0, 9343.0, 9361.0, 9361.0, 9322.0, 9372.0, 9382.0, 9321.0, 9337.0, 9355.0, 9304.0, 9343.0, 9352.0, 9286.0, 9336.0, 9341.0, 9299.0, 9313.0, 9342.0, 9296.0, 9348.0, 9358.0, 9314.0, 9318.0, 9342.0, 9320.0, 9330.0, 9318.0, 9286.0, 9342.0, 9371.0, 9319.0, 9329.0, 9341.0, 9307.0, 9335.0, 9288.0, 9336.0, 9351.0, 9301.0, 9305.0, 9344.0, 9308.0, 9333.0, 9330.0, 9308.0, 9362.0, 9375.0, 9324.0, 9350.0, 9308.0, 9326.0, 9346.0, 9308.0, 9337.0, 9372.0, 9339.0, 9324.0, 9361.0, 9309.0, 9334.0, 9302.0, 9310.0, 9372.0, 9382.0, 9339.0, 9351.0, 9349.0, 9323.0, 9350.0, 9310.0, 9354.0, 9370.0, 9348.0, 9328.0, 9372.0, 9310.0, 9311.0, 9352.0, 9305.0, 9329.0, 9369.0, 9338.0, 9329.0, 9344.0, 9311.0, 9368.0, 9400.0, 9345.0, 9329.0, 9358.0, 9310.0, 9336.0, 9304.0, 9309.0, 9370.0, 9382.0, 9322.0, 9348.0, 9315.0, 9355.0, 9371.0, 9303.0, 9320.0, 9368.0, 9364.0, 9321.0, 9363.0, 9295.0, 9352.0, 9364.0, 9302.0, 9325.0, 9346.0, 9316.0, 9325.0, 9300.0, 9308.0, 9363.0, 9356.0, 9342.0, 9372.0, 9339.0, 9327.0, 9348.0, 9318.0, 9330.0, 9391.0, 9362.0, 9343.0, 9350.0, 9347.0, 9375.0, 9385.0, 9333.0, 9343.0, 9366.0, 9327.0, 9323.0, 9344.0, 9313.0, 9371.0, 9381.0, 9344.0, 9340.0, 9393.0, 9325.0, 9360.0, 9287.0, 9305.0, 9362.0, 9388.0, 9317.0, 9346.0, 9303.0, 9319.0, 9346.0, 9308.0, 9372.0, 9380.0, 9320.0, 9340.0, 9302.0, 9327.0, 9371.0, 9375.0, 9330.0, 9352.0, 9378.0, 9326.0, 9358.0, 9312.0, 9354.0, 9403.0, 9348.0, 9325.0, 9344.0, 9307.0, 9340.0, 9381.0, 9304.0, 9329.0, 9345.0, 9299.0, 9317.0, 9335.0, 9292.0, 9348.0, 9358.0, 9303.0, 9318.0, 9359.0, 9291.0, 9317.0, 9286.0, 9305.0, 9350.0, 9370.0, 9326.0, 9354.0, 9367.0, 9303.0, 9329.0, 9292.0, 9336.0, 9345.0, 9313.0, 9363.0, 9359.0, 9346.0, 9355.0, 9309.0, 9344.0, 9378.0, 9339.0, 9338.0, 9369.0, 9326.0, 9339.0, 9373.0, 9326.0, 9354.0, 9405.0, 9339.0, 9317.0, 9343.0, 9310.0, 9351.0, 9286.0, 9328.0, 9371.0, 9370.0, 9323.0, 9357.0, 9289.0, 9331.0, 9368.0, 9356.0, 9309.0, 9343.0, 9282.0, 9322.0, 9343.0, 9308.0, 9349.0, 9377.0, 9329.0, 9341.0, 9359.0, 9344.0, 9318.0, 9290.0, 9338.0, 9370.0, 9314.0, 9330.0, 9361.0, 9326.0, 9350.0, 9356.0, 9314.0, 9375.0, 9376.0, 9324.0, 9340.0, 9299.0, 9318.0, 9369.0, 9395.0, 9324.0, 9332.0, 9305.0, 9319.0, 9345.0, 9311.0, 9370.0, 9385.0, 9325.0, 9319.0, 9305.0, 9311.0, 9345.0, 9303.0, 9310.0, 9349.0, 9310.0, 9304.0, 9347.0, 9310.0, 9354.0, 9374.0, 9306.0, 9355.0, 9356.0, 9326.0, 9333.0, 9314.0, 9357.0, 9386.0, 9327.0, 9329.0, 9367.0, 9294.0, 9325.0, 9346.0, 9300.0, 9333.0, 9370.0, 9311.0, 9327.0, 9346.0, 9311.0, 9355.0, 9397.0, 9335.0, 9323.0, 9364.0, 9314.0, 9357.0, 9372.0, 9295.0, 9323.0, 9380.0, 9315.0, 9324.0, 9345.0, 9304.0, 9319.0, 9355.0, 9279.0, 9284.0, 9341.0, 9341.0, 9281.0, 9340.0, 9279.0, 9299.0, 9319.0, 9286.0, 9331.0, 9337.0, 9311.0, 9342.0, 9308.0, 9352.0, 9381.0, 9344.0, 9327.0, 9364.0, 9307.0, 9321.0, 9291.0, 9310.0, 9372.0, 9393.0, 9334.0, 9338.0, 9289.0, 9323.0, 9371.0, 9358.0, 9321.0, 9365.0, 9372.0, 9321.0, 9321.0, 9286.0, 9284.0, 9325.0, 9281.0, 9303.0, 9352.0, 9297.0, 9294.0, 9331.0, 9289.0, 9309.0, 9352.0, 9336.0, 9305.0, 9351.0, 9374.0, 9303.0, 9308.0, 9285.0, 9287.0, 9344.0, 9286.0, 9305.0, 9338.0, 9303.0, 9332.0, 9351.0, 9312.0, 9357.0, 9377.0, 9340.0, 9338.0, 9377.0, 9306.0, 9334.0, 9290.0, 9322.0, 9382.0, 9367.0, 9342.0, 9361.0, 9339.0, 9376.0, 9427.0, 9370.0, 9333.0, 9390.0, 9321.0, 9328.0, 9383.0, 9322.0, 9333.0, 9369.0, 9318.0, 9332.0, 9351.0, 9316.0, 9363.0, 9396.0, 9347.0, 9344.0, 9379.0, 9315.0, 9353.0, 9376.0, 9315.0, 9333.0, 9370.0, 9310.0, 9331.0, 9359.0, 9295.0, 9326.0, 9363.0, 9327.0, 9324.0, 9382.0, 9294.0, 9304.0, 9338.0, 9290.0, 9342.0, 9378.0, 9298.0, 9329.0, 9313.0, 9357.0, 9375.0, 9316.0, 9333.0, 9346.0, 9314.0, 9317.0, 9312.0, 9344.0, 9386.0, 9367.0, 9325.0, 9352.0, 9317.0, 9286.0, 9338.0, 9288.0, 9330.0, 9359.0, 9313.0, 9324.0, 9358.0, 9313.0, 9335.0, 9300.0, 9294.0, 9364.0, 9397.0, 9306.0, 9336.0, 9294.0, 9326.0, 9342.0, 9314.0, 9360.0, 9366.0, 9333.0, 9338.0, 9319.0, 9362.0, 9383.0, 9335.0, 9349.0, 9378.0, 9328.0, 9352.0, 9296.0, 9343.0, 9391.0, 9356.0, 9331.0, 9371.0, 9309.0, 9328.0, 9342.0, 9295.0, 9364.0, 9398.0, 9309.0, 9324.0, 9328.0, 9296.0, 9349.0, 9386.0, 9316.0, 9356.0, 9356.0, 9307.0, 9336.0, 9289.0, 9349.0, 9376.0, 9323.0, 9323.0, 9340.0, 9306.0, 9313.0, 9309.0, 9335.0, 9366.0, 9307.0, 9309.0, 9348.0, 9291.0, 9307.0, 9339.0, 9290.0, 9332.0, 9358.0, 9318.0, 9311.0, 9349.0, 9292.0, 9346.0, 9313.0, 9355.0, 9401.0, 9331.0, 9326.0, 9364.0, 9316.0, 9354.0, 9376.0, 9319.0, 9349.0, 9381.0, 9341.0, 9326.0, 9308.0, 9344.0, 9386.0, 9356.0, 9337.0, 9363.0, 9305.0, 9305.0, 9302.0, 9311.0, 9366.0, 9376.0, 9331.0, 9369.0, 9348.0, 9309.0, 9359.0, 9288.0, 9299.0, 9349.0, 9331.0, 9289.0, 9340.0, 9286.0, 9310.0, 9327.0, 9283.0, 9320.0, 9332.0, 9282.0, 9322.0, 9287.0, 9308.0, 9352.0, 9369.0, 9315.0, 9349.0, 9369.0, 9306.0, 9334.0, 9283.0, 9332.0, 9344.0, 9300.0, 9334.0, 9339.0, 9325.0, 9348.0, 9311.0, 9351.0, 9382.0, 9319.0, 9325.0, 9344.0, 9290.0, 9314.0, 9290.0, 9333.0, 9347.0, 9302.0, 9311.0, 9349.0, 9301.0, 9325.0, 9301.0, 9309.0, 9361.0, 9348.0, 9306.0, 9363.0, 9355.0, 9306.0, 9328.0, 9295.0, 9342.0, 9306.0, 9346.0, 9393.0, 9352.0, 9330.0, 9364.0, 9312.0, 9352.0, 9322.0, 9348.0, 9373.0, 9316.0, 9311.0, 9306.0, 9310.0, 9357.0, 9376.0, 9326.0, 9357.0, 9370.0, 9318.0, 9320.0, 9291.0, 9292.0, 9328.0, 9367.0, 9300.0, 9350.0, 9372.0, 9310.0, 9327.0, 9301.0, 9337.0, 9358.0, 9330.0, 9381.0, 9375.0, 9336.0, 9351.0, 9315.0, 9356.0, 9326.0, 9376.0, 9411.0, 9373.0, 9328.0, 9362.0, 9315.0, 9374.0, 9378.0, 9313.0, 9372.0, 9379.0, 9320.0, 9331.0, 9312.0, 9359.0, 9377.0, 9312.0, 9354.0, 9378.0, 9322.0, 9330.0, 9301.0, 9330.0, 9360.0, 9302.0, 9321.0, 9347.0, 9283.0, 9305.0, 9323.0, 9286.0, 9331.0, 9338.0, 9313.0, 9332.0, 9343.0, 9327.0, 9334.0, 9304.0, 9352.0, 9380.0, 9310.0, 9344.0, 9361.0, 9300.0, 9319.0, 9302.0, 9308.0, 9347.0, 9309.0, 9330.0, 9350.0, 9305.0, 9337.0, 9294.0, 9341.0, 9370.0, 9311.0, 9363.0, 9367.0, 9312.0, 9353.0, 9313.0, 9339.0, 9374.0, 9362.0, 9324.0, 9366.0, 9319.0, 9307.0, 9344.0, 9308.0, 9334.0, 9342.0, 9332.0, 9334.0, 9321.0, 9346.0, 9349.0, 9309.0, 9355.0, 9397.0, 9339.0, 9355.0, 9379.0, 9328.0, 9362.0, 9313.0, 9361.0, 9405.0, 9345.0, 9343.0, 9361.0, 9331.0, 9354.0, 9359.0, 9292.0, 9353.0, 9400.0, 9333.0, 9356.0, 9315.0, 9341.0, 9363.0, 9315.0, 9371.0, 9390.0, 9349.0, 9343.0, 9362.0, 9322.0, 9330.0, 9299.0, 9297.0, 9351.0, 9398.0, 9318.0, 9356.0, 9317.0, 9342.0, 9350.0, 9312.0, 9357.0, 9373.0, 9339.0, 9363.0, 9369.0, 9344.0, 9362.0, 9333.0, 9378.0, 9405.0, 9368.0, 9350.0, 9369.0, 9328.0, 9336.0, 9311.0, 9356.0, 9391.0, 9339.0, 9337.0, 9366.0, 9308.0, 9326.0, 9311.0, 9329.0, 9389.0, 9381.0, 9311.0, 9358.0, 9381.0, 9319.0, 9322.0, 9343.0, 9292.0, 9333.0, 9342.0, 9308.0, 9343.0, 9348.0, 9322.0, 9317.0, 9309.0, 9356.0, 9366.0, 9336.0, 9369.0, 9381.0, 9324.0, 9340.0, 9371.0, 9304.0, 9356.0, 9380.0, 9309.0, 9340.0, 9333.0, 9329.0, 9356.0, 9307.0, 9357.0, 9381.0, 9338.0, 9344.0, 9364.0, 9317.0, 9337.0, 9341.0, 9307.0, 9351.0, 9353.0, 9307.0, 9335.0, 9348.0, 9307.0, 9340.0, 9315.0, 9362.0, 9386.0, 9314.0, 9355.0, 9374.0, 9326.0, 9351.0, 9323.0, 9347.0, 9367.0, 9329.0, 9334.0, 9389.0, 9319.0, 9325.0, 9364.0, 9311.0, 9358.0, 9377.0, 9329.0, 9325.0, 9361.0, 9326.0, 9337.0, 9300.0, 9318.0, 9373.0, 9365.0, 9326.0, 9365.0, 9317.0, 9341.0, 9322.0, 9381.0, 9411.0, 9329.0, 9338.0, 9376.0, 9315.0, 9333.0, 9343.0, 9312.0, 9358.0, 9402.0, 9324.0, 9329.0, 9343.0, 9311.0, 9310.0, 9327.0, 9300.0, 9320.0, 9356.0, 9312.0, 9329.0, 9323.0, 9336.0, 9370.0, 9331.0, 9336.0, 9368.0, 9336.0, 9334.0, 9347.0, 9327.0, 9371.0, 9401.0, 9351.0, 9338.0, 9374.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.00038500518134715025</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02235553170984456</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.51882721680492</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2416049114937744</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9913103512136929</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.457</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6338.0469</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09654109741816023</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.937823834196891</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5580748149611736</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5645648479469183</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.633992755382537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4756668415540655</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00775088</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011626140214502811</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.017153430730104446</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.0047607271712975</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>28.9806</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2419</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.3156</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305091.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>755.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.7234</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.869</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.1208</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3474.9622</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3676.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71453.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.9011</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.310636192560196</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> |