=== 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-0046 --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-0046",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
115 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
115 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0046_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-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0046/figures/sub-0046_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-0046/figures/sub-0046_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_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-0046/ses-02/func/sub-0046_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>6c59b52fb414e8ae35a17cda1b8ace27</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>13:13:22.252500</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.999037, 0.0298197, 0.0321938, -0.0310469, 0.998783, 0.0383168]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.123141</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7767, -7252, 475, -57, -101, 4, 35]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>269.146</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3ca98ff4-bfa0-4fbe-b47f-b4129368ae40||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.680342435836792, -0.08329656720161438, 0.08373238891363144, 118.11659240722656], [-0.08000411838293076, 2.6796624660491943, 0.10605449229478836, -94.88450622558594], [0.08637352287769318, -0.10280126333236694, 2.6966166496276855, -43.06901168823242], [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': ['131322.252500', '131322.712500', '131323.172500', '131323.632500', '131324.092500', '131324.552500', '131325.012500', '131325.472500', '131325.932500', '131326.392500', '131326.852500', '131327.312500', '131327.772500', '131328.232500', '131328.692500', '131329.152500', '131329.612500', '131330.072500', '131330.532500', '131330.992500', '131331.452500', '131331.912500', '131332.372500', '131332.832500', '131333.292500', '131333.752500', '131334.212500', '131334.672500', '131335.132500', '131335.592500', '131336.052500', '131336.512500', '131336.972500', '131337.432500', '131337.892500', '131338.352500', '131338.812500', '131339.272500', '131339.732500', '131340.192500', '131340.652500', '131341.112500', '131341.572500', '131342.032500', '131342.492500', '131342.952500', '131343.412500', '131343.872500', '131344.332500', '131344.792500', '131345.252500', '131345.712500', '131346.172500', '131346.632500', '131347.092500', '131347.552500', '131348.012500', '131348.472500', '131348.932500', '131349.392500', '131349.852500', '131350.312500', '131350.772500', '131351.232500', '131351.692500', '131352.152500', '131352.612500', '131353.072500', '131353.532500', '131353.992500', '131354.452500', '131354.912500', '131355.372500', '131355.832500', '131356.292500', '131356.752500', '131357.212500', '131357.672500', '131358.132500', '131358.592500', '131359.052500', '131359.512500', '131359.972500', '131400.432500', '131400.892500', '131401.352500', '131401.812500', '131402.272500', '131402.732500', '131403.192500', '131403.652500', '131404.112500', '131404.572500', '131405.032500', '131405.492500', '131405.952500', '131406.412500', '131406.872500', '131407.332500', '131407.792500', '131408.252500', '131408.712500', '131409.172500', '131409.632500', '131410.092500', '131410.552500', '131411.012500', '131411.472500', '131411.932500', '131412.392500', '131412.852500', '131413.312500', '131413.772500', '131414.232500', '131414.692500', '131415.152500', '131415.612500', '131416.072500', '131416.532500', '131416.992500', '131417.452500', '131417.912500', '131418.372500', '131418.832500', '131419.292500', '131419.752500', '131420.212500', '131420.672500', '131421.132500', '131421.592500', '131422.052500', '131422.512500', '131422.972500', '131423.432500', '131423.892500', '131424.352500', '131424.812500', '131425.272500', '131425.732500', '131426.192500', '131426.652500', '131427.112500', '131427.572500', '131428.032500', '131428.492500', '131428.952500', '131429.412500', '131429.872500', '131430.332500', '131430.792500', '131431.252500', '131431.712500', '131432.172500', '131432.632500', '131433.092500', '131433.552500', '131434.012500', '131434.472500', '131434.932500', '131435.392500', '131435.852500', '131436.312500', '131436.772500', '131437.232500', '131437.692500', '131438.152500', '131438.612500', '131439.072500', '131439.532500', '131439.992500', '131440.452500', '131440.912500', '131441.372500', '131441.832500', '131442.292500', '131442.752500', '131443.212500', '131443.672500', '131444.132500', '131444.592500', '131445.052500', '131445.512500', '131445.972500', '131446.432500', '131446.892500', '131447.352500', '131447.812500', '131448.272500', '131448.732500', '131449.192500', '131449.652500', '131450.112500', '131450.572500', '131451.032500', '131451.492500', '131451.952500', '131452.412500', '131452.872500', '131453.332500', '131453.792500', '131454.252500', '131454.712500', '131455.172500', '131455.632500', '131456.092500', '131456.552500', '131457.012500', '131457.472500', '131457.932500', '131458.392500', '131458.852500', '131459.312500', '131459.772500', '131500.232500', '131500.692500', '131501.152500', '131501.612500', '131502.072500', '131502.532500', '131502.992500', '131503.452500', '131503.912500', '131504.372500', '131504.832500', '131505.292500', '131505.752500', '131506.212500', '131506.672500', '131507.132500', '131507.592500', '131508.052500', '131508.512500', '131508.972500', '131509.432500', '131509.892500', '131510.352500', '131510.812500', '131511.272500', '131511.732500', '131512.192500', '131512.652500', '131513.112500', '131513.572500', '131514.032500', '131514.492500', '131514.952500', '131515.412500', '131515.872500', '131516.332500', '131516.792500', '131517.252500', '131517.712500', '131518.172500', '131518.632500', '131519.092500', '131519.552500', '131520.012500', '131520.472500', '131520.932500', '131521.392500', '131521.852500', '131522.312500', '131522.772500', '131523.232500', '131523.692500', '131524.152500', '131524.612500', '131525.072500', '131525.532500', '131525.992500', '131526.452500', '131526.912500', '131527.372500', '131527.832500', '131528.292500', '131528.752500', '131529.212500', '131529.672500', '131530.132500', '131530.592500', '131531.052500', '131531.512500', '131531.972500', '131532.432500', '131532.892500', '131533.352500', '131533.812500', '131534.272500', '131534.732500', '131535.192500', '131535.652500', '131536.112500', '131536.572500', '131537.032500', '131537.492500', '131537.952500', '131538.412500', '131538.872500', '131539.332500', '131539.792500', '131540.252500', '131540.712500', '131541.172500', '131541.632500', '131542.092500', '131542.552500', '131543.012500', '131543.472500', '131543.932500', '131544.392500', '131544.852500', '131545.312500', '131545.772500', '131546.232500', '131546.692500', '131547.152500', '131547.612500', '131548.072500', '131548.532500', '131548.992500', '131549.452500', '131549.912500', '131550.372500', '131550.832500', '131551.292500', '131551.752500', '131552.212500', '131552.672500', '131553.132500', '131553.592500', '131554.052500', '131554.512500', '131554.972500', '131555.432500', '131555.892500', '131556.352500', '131556.812500', '131557.272500', '131557.732500', '131558.192500', '131558.652500', '131559.112500', '131559.572500', '131600.032500', '131600.492500', '131600.952500', '131601.412500', '131601.872500', '131602.332500', '131602.792500', '131603.252500', '131603.712500', '131604.172500', '131604.632500', '131605.092500', '131605.552500', '131606.012500', '131606.472500', '131606.932500', '131607.392500', '131607.852500', '131608.312500', '131608.772500', '131609.232500', '131609.692500', '131610.152500', '131610.612500', '131611.072500', '131611.532500', '131611.992500', '131612.452500', '131612.912500', '131613.372500', '131613.832500', '131614.292500', '131614.752500', '131615.212500', '131615.672500', '131616.132500', '131616.592500', '131617.052500', '131617.512500', '131617.972500', '131618.432500', '131618.892500', '131619.352500', '131619.812500', '131620.272500', '131620.732500', '131621.192500', '131621.652500', '131622.112500', '131622.572500', '131623.032500', '131623.492500', '131623.952500', '131624.412500', '131624.872500', '131625.332500', '131625.792500', '131626.252500', '131626.712500', '131627.172500', '131627.632500', '131628.092500', '131628.552500', '131629.012500', '131629.472500', '131629.932500', '131630.392500', '131630.852500', '131631.312500', '131631.772500', '131632.232500', '131632.692500', '131633.152500', '131633.612500', '131634.072500', '131634.532500', '131634.992500', '131635.452500', '131635.912500', '131636.372500', '131636.832500', '131637.292500', '131637.752500', '131638.212500', '131638.672500', '131639.132500', '131639.592500', '131640.052500', '131640.512500', '131640.972500', '131641.432500', '131641.892500', '131642.352500', '131642.812500', '131643.272500', '131643.732500', '131644.192500', '131644.652500', '131645.112500', '131645.572500', '131646.032500', '131646.492500', '131646.952500', '131647.412500', '131647.872500', '131648.332500', '131648.792500', '131649.252500', '131649.712500', '131650.172500', '131650.632500', '131651.092500', '131651.552500', '131652.012500', '131652.472500', '131652.932500', '131653.392500', '131653.852500', '131654.312500', '131654.772500', '131655.232500', '131655.692500', '131656.152500', '131656.612500', '131657.072500', '131657.532500', '131657.992500', '131658.452500', '131658.912500', '131659.372500', '131659.832500', '131700.292500', '131700.752500', '131701.212500', '131701.672500', '131702.132500', '131702.592500', '131703.052500', '131703.512500', '131703.972500', '131704.432500', '131704.892500', '131705.352500', '131705.812500', '131706.272500', '131706.732500', '131707.192500', '131707.652500', '131708.112500', '131708.572500', '131709.032500', '131709.492500', '131709.952500', '131710.412500', '131710.872500', '131711.332500', '131711.792500', '131712.252500', '131712.712500', '131713.172500', '131713.632500', '131714.092500', '131714.552500', '131715.012500', '131715.472500', '131715.932500', '131716.392500', '131716.852500', '131717.312500', '131717.772500', '131718.232500', '131718.692500', '131719.152500', '131719.612500', '131720.072500', '131720.532500', '131720.992500', '131721.452500', '131721.912500', '131722.372500', '131722.832500', '131723.292500', '131723.752500', '131724.212500', '131724.672500', '131725.132500', '131725.592500', '131726.052500', '131726.512500', '131726.972500', '131727.432500', '131727.892500', '131728.352500', '131728.812500', '131729.272500', '131729.732500', '131730.192500', '131730.652500', '131731.112500', '131731.572500', '131732.032500', '131732.492500', '131732.952500', '131733.412500', '131733.872500', '131734.332500', '131734.792500', '131735.252500', '131735.712500', '131736.172500', '131736.632500', '131737.092500', '131737.552500', '131738.012500', '131738.472500', '131738.932500', '131739.392500', '131739.852500', '131740.312500', '131740.772500', '131741.232500', '131741.692500', '131742.152500', '131742.612500', '131743.072500', '131743.532500', '131743.992500', '131744.452500', '131744.912500', '131745.372500', '131745.832500', '131746.292500', '131746.752500', '131747.212500', '131747.672500', '131748.132500', '131748.592500', '131749.052500', '131749.512500', '131749.972500', '131750.432500', '131750.892500', '131751.352500', '131751.812500', '131752.272500', '131752.732500', '131753.192500', '131753.652500', '131754.112500', '131754.572500', '131755.032500', '131755.492500', '131755.952500', '131756.412500', '131756.872500', '131757.332500', '131757.792500', '131758.252500', '131758.712500', '131759.172500', '131759.632500', '131800.092500', '131800.552500', '131801.012500', '131801.472500', '131801.932500', '131802.392500', '131802.852500', '131803.312500', '131803.772500', '131804.232500', '131804.692500', '131805.152500', '131805.612500', '131806.072500', '131806.532500', '131806.992500', '131807.452500', '131807.912500', '131808.372500', '131808.832500', '131809.292500', '131809.752500', '131810.212500', '131810.672500', '131811.132500', '131811.592500', '131812.052500', '131812.512500', '131812.972500', '131813.432500', '131813.892500', '131814.352500', '131814.812500', '131815.272500', '131815.732500', '131816.192500', '131816.652500', '131817.112500', '131817.572500', '131818.032500', '131818.492500', '131818.952500', '131819.412500', '131819.872500', '131820.332500', '131820.792500', '131821.252500', '131821.712500', '131822.172500', '131822.632500', '131823.092500', '131823.552500', '131824.012500', '131824.472500', '131824.932500', '131825.392500', '131825.852500', '131826.312500', '131826.772500', '131827.232500', '131827.692500', '131828.152500', '131828.612500', '131829.072500', '131829.532500', '131829.992500', '131830.452500', '131830.912500', '131831.372500', '131831.832500', '131832.292500', '131832.752500', '131833.212500', '131833.672500', '131834.132500', '131834.592500', '131835.052500', '131835.512500', '131835.972500', '131836.432500', '131836.892500', '131837.352500', '131837.812500', '131838.272500', '131838.732500', '131839.192500', '131839.652500', '131840.112500', '131840.572500', '131841.032500', '131841.492500', '131841.952500', '131842.412500', '131842.872500', '131843.332500', '131843.792500', '131844.252500', '131844.712500', '131845.172500', '131845.632500', '131846.092500', '131846.552500', '131847.012500', '131847.472500', '131847.932500', '131848.392500', '131848.852500', '131849.312500', '131849.772500', '131850.232500', '131850.692500', '131851.152500', '131851.612500', '131852.072500', '131852.532500', '131852.992500', '131853.452500', '131853.912500', '131854.372500', '131854.832500', '131855.292500', '131855.752500', '131856.212500', '131856.672500', '131857.132500', '131857.592500', '131858.052500', '131858.512500', '131858.972500', '131859.432500', '131859.892500', '131900.352500', '131900.812500', '131901.272500', '131901.732500', '131902.192500', '131902.652500', '131903.112500', '131903.572500', '131904.032500', '131904.492500', '131904.952500', '131905.412500', '131905.872500', '131906.332500', '131906.792500', '131907.252500', '131907.712500', '131908.172500', '131908.632500', '131909.092500', '131909.552500', '131910.012500', '131910.472500', '131910.932500', '131911.392500', '131911.852500', '131912.312500', '131912.772500', '131913.232500', '131913.692500', '131914.152500', '131914.612500', '131915.072500', '131915.532500', '131915.992500', '131916.452500', '131916.912500', '131917.372500', '131917.832500', '131918.292500', '131918.752500', '131919.212500', '131919.672500', '131920.132500', '131920.592500', '131921.052500', '131921.512500', '131921.972500', '131922.432500', '131922.892500', '131923.352500', '131923.812500', '131924.272500', '131924.732500', '131925.192500', '131925.652500', '131926.112500', '131926.572500', '131927.032500', '131927.492500', '131927.952500', '131928.412500', '131928.872500', '131929.332500', '131929.792500', '131930.252500', '131930.712500', '131931.172500', '131931.632500', '131932.092500', '131932.552500', '131933.012500', '131933.472500', '131933.932500', '131934.392500', '131934.852500', '131935.312500', '131935.772500', '131936.232500', '131936.692500', '131937.152500', '131937.612500', '131938.072500', '131938.532500', '131938.992500', '131939.452500', '131939.912500', '131940.372500', '131940.832500', '131941.292500', '131941.752500', '131942.212500', '131942.672500', '131943.132500', '131943.592500', '131944.052500', '131944.512500', '131944.972500', '131945.432500', '131945.892500', '131946.352500', '131946.812500', '131947.272500', '131947.732500', '131948.192500', '131948.652500', '131949.112500', '131949.572500', '131950.032500', '131950.492500', '131950.952500', '131951.412500', '131951.872500', '131952.332500', '131952.792500', '131953.252500', '131953.712500', '131954.172500', '131954.632500', '131955.092500', '131955.552500', '131956.012500', '131956.472500', '131956.932500', '131957.392500', '131957.852500', '131958.312500', '131958.772500', '131959.232500', '131959.692500', '132000.152500', '132000.612500', '132001.072500', '132001.532500', '132001.992500', '132002.452500', '132002.912500', '132003.372500', '132003.832500', '132004.292500', '132004.752500', '132005.212500', '132005.672500', '132006.132500', '132006.592500', '132007.052500', '132007.512500', '132007.972500', '132008.432500', '132008.892500', '132009.352500', '132009.812500', '132010.272500', '132010.732500', '132011.192500', '132011.652500', '132012.112500', '132012.572500', '132013.032500', '132013.492500', '132013.952500', '132014.412500', '132014.872500', '132015.332500', '132015.792500', '132016.252500', '132016.712500', '132017.172500', '132017.632500', '132018.092500', '132018.552500', '132019.012500', '132019.472500', '132019.932500', '132020.392500', '132020.852500', '132021.312500', '132021.772500', '132022.232500', '132022.692500', '132023.152500', '132023.612500', '132024.072500', '132024.532500', '132024.992500', '132025.452500', '132025.912500', '132026.372500', '132026.832500', '132027.292500', '132027.752500', '132028.212500', '132028.672500', '132029.132500', '132029.592500', '132030.052500', '132030.512500', '132030.972500', '132031.432500', '132031.892500', '132032.352500', '132032.812500', '132033.272500', '132033.732500', '132034.192500', '132034.652500', '132035.112500', '132035.572500', '132036.032500', '132036.492500', '132036.952500', '132037.412500', '132037.872500', '132038.332500', '132038.792500', '132039.252500', '132039.712500', '132040.172500', '132040.632500', '132041.092500', '132041.552500', '132042.012500', '132042.472500', '132042.932500', '132043.392500', '132043.852500', '132044.312500', '132044.772500', '132045.232500', '132045.692500', '132046.152500', '132046.612500'], 'ContentTime': ['131332.808000', '131332.811000', '131332.814000', '131332.816000', '131332.819000', '131332.829000', '131332.832000', '131332.835000', '131332.837000', '131332.840000', '131332.842000', '131332.849000', '131332.851000', '131332.854000', '131332.856000', '131332.859000', '131332.862000', '131332.864000', '131332.867000', '131332.870000', '131332.872000', '131352.773000', '131352.776000', '131352.779000', '131352.782000', '131352.784000', '131352.787000', '131352.789000', '131352.792000', '131352.795000', '131352.797000', '131352.800000', '131352.803000', '131352.805000', '131352.808000', '131352.811000', '131352.817000', '131352.820000', '131352.823000', '131352.825000', '131352.828000', '131352.830000', '131352.833000', '131352.836000', '131352.838000', '131352.841000', '131352.843000', '131352.846000', '131352.849000', '131352.851000', '131352.854000', '131352.856000', '131352.859000', '131352.861000', '131352.864000', '131352.867000', '131352.869000', '131352.872000', '131352.874000', '131352.877000', '131352.880000', '131352.882000', '131352.888000', '131352.891000', '131412.773000', '131412.776000', '131412.779000', '131412.781000', '131412.784000', '131412.787000', '131412.790000', '131412.792000', '131412.795000', '131412.798000', '131412.800000', '131412.803000', '131412.806000', '131412.808000', '131412.811000', '131412.814000', '131412.816000', '131412.819000', '131412.821000', '131412.824000', '131412.827000', '131412.829000', '131412.832000', '131412.834000', '131412.837000', '131412.840000', '131412.843000', '131412.845000', '131412.848000', '131412.851000', '131412.861000', '131412.863000', '131412.866000', '131412.868000', '131412.871000', '131412.874000', '131412.876000', '131412.879000', '131412.881000', '131412.884000', '131412.887000', '131412.889000', '131412.892000', '131412.895000', '131432.772000', '131432.775000', '131432.778000', '131432.780000', '131432.783000', '131432.786000', '131432.788000', '131432.791000', '131432.793000', '131432.796000', '131432.799000', '131432.801000', '131432.804000', '131432.806000', '131432.809000', '131432.812000', '131432.814000', '131432.817000', '131432.836000', '131432.838000', '131432.841000', '131432.843000', '131432.846000', '131432.849000', '131432.851000', '131432.854000', '131432.856000', '131432.859000', '131432.863000', '131432.865000', '131432.868000', '131432.871000', '131432.873000', '131432.876000', '131432.879000', '131432.881000', '131432.884000', '131432.886000', '131432.889000', '131432.891000', '131432.894000', '131432.897000', '131432.899000', '131452.773000', '131452.775000', '131452.778000', '131452.781000', '131452.784000', '131452.786000', '131452.789000', '131452.792000', '131452.796000', '131452.799000', '131452.802000', '131452.804000', '131452.807000', '131452.809000', '131452.812000', '131452.815000', '131452.817000', '131452.820000', '131452.822000', '131452.825000', '131452.828000', '131452.830000', '131452.833000', '131452.835000', '131452.838000', '131452.841000', '131452.843000', '131452.846000', '131452.849000', '131452.851000', '131452.854000', '131452.856000', '131452.859000', '131452.862000', '131452.864000', '131452.867000', '131452.870000', '131452.872000', '131452.875000', '131452.877000', '131452.880000', '131452.883000', '131452.885000', '131512.772000', '131512.775000', '131512.778000', '131512.781000', '131512.783000', '131512.786000', '131512.788000', '131512.791000', '131512.793000', '131512.796000', '131512.799000', '131512.801000', '131512.804000', '131512.806000', '131512.809000', '131512.812000', '131512.814000', '131512.817000', '131512.820000', '131512.822000', '131512.825000', '131512.827000', '131512.830000', '131512.833000', '131512.835000', '131512.838000', '131512.840000', '131512.843000', '131512.846000', '131512.848000', '131512.851000', '131512.854000', '131512.856000', '131512.859000', '131512.862000', '131512.864000', '131512.867000', '131512.869000', '131512.872000', '131512.875000', '131512.877000', '131512.880000', '131512.882000', '131512.885000', '131532.773000', '131532.776000', '131532.779000', '131532.782000', '131532.784000', '131532.787000', '131532.789000', '131532.792000', '131532.795000', '131532.797000', '131532.832000', '131532.834000', '131532.837000', '131532.839000', '131532.842000', '131532.845000', '131532.847000', '131532.850000', '131532.853000', '131532.855000', '131532.858000', '131532.860000', '131532.863000', '131532.866000', '131532.868000', '131532.871000', '131532.873000', '131532.876000', '131532.879000', '131532.881000', '131532.884000', '131532.887000', '131532.889000', '131532.892000', '131532.895000', '131532.897000', '131532.900000', '131532.903000', '131532.905000', '131532.908000', '131532.910000', '131532.913000', '131532.916000', '131552.773000', '131552.777000', '131552.779000', '131552.782000', '131552.784000', '131552.787000', '131552.790000', '131552.792000', '131552.795000', '131552.797000', '131552.800000', '131552.803000', '131552.805000', '131552.808000', '131552.810000', '131552.813000', '131552.816000', '131552.818000', '131552.821000', '131552.823000', '131552.826000', '131552.829000', '131552.831000', '131552.834000', '131552.836000', '131552.839000', '131552.842000', '131552.844000', '131552.847000', '131552.850000', '131552.852000', '131552.855000', '131552.857000', '131552.860000', '131552.863000', '131552.865000', '131552.868000', '131552.870000', '131552.873000', '131552.876000', '131552.878000', '131552.881000', '131552.883000', '131552.886000', '131612.782000', '131612.785000', '131612.788000', '131612.791000', '131612.793000', '131612.796000', '131612.799000', '131612.802000', '131612.804000', '131612.807000', '131612.809000', '131612.812000', '131612.815000', '131612.817000', '131612.820000', '131612.823000', '131612.826000', '131612.830000', '131612.833000', '131612.835000', '131612.838000', '131612.841000', '131612.843000', '131612.846000', '131612.848000', '131612.851000', '131612.854000', '131612.856000', '131612.859000', '131612.862000', '131612.864000', '131612.867000', '131612.869000', '131612.872000', '131612.875000', '131612.877000', '131612.880000', '131612.882000', '131612.885000', '131612.888000', '131612.890000', '131612.893000', '131612.895000', '131632.773000', '131632.776000', '131632.779000', '131632.781000', '131632.784000', '131632.787000', '131632.789000', '131632.792000', '131632.795000', '131632.797000', '131632.814000', '131632.816000', '131632.819000', '131632.822000', '131632.824000', '131632.827000', '131632.830000', '131632.832000', '131632.835000', '131632.837000', '131632.840000', '131632.843000', '131632.845000', '131632.848000', '131632.850000', '131632.853000', '131632.856000', '131632.858000', '131632.861000', '131632.864000', '131632.866000', '131632.869000', '131632.871000', '131632.874000', '131632.877000', '131632.879000', '131632.882000', '131632.885000', '131632.887000', '131632.890000', '131632.893000', '131632.895000', '131632.898000', '131632.900000', '131652.772000', '131652.775000', '131652.778000', '131652.781000', '131652.783000', '131652.786000', '131652.788000', '131652.791000', '131652.794000', '131652.796000', '131652.799000', '131652.802000', '131652.804000', '131652.807000', '131652.810000', '131652.812000', '131652.815000', '131652.817000', '131652.820000', '131652.823000', '131652.825000', '131652.828000', '131652.831000', '131652.833000', '131652.836000', '131652.839000', '131652.841000', '131652.844000', '131652.847000', '131652.849000', '131652.852000', '131652.855000', '131652.857000', '131652.860000', '131652.862000', '131652.865000', '131652.869000', '131652.871000', '131652.874000', '131652.876000', '131652.880000', '131652.882000', '131652.885000', '131712.773000', '131712.775000', '131712.778000', '131712.781000', '131712.783000', '131712.786000', '131712.789000', '131712.791000', '131712.794000', '131712.796000', '131712.799000', '131713.009000', '131713.011000', '131713.014000', '131713.017000', '131713.019000', '131713.022000', '131713.025000', '131713.027000', '131713.030000', '131713.032000', '131713.035000', '131713.037000', '131713.040000', '131713.043000', '131713.045000', '131713.048000', '131713.051000', '131713.053000', '131713.056000', '131713.058000', '131713.061000', '131713.064000', '131713.066000', '131713.069000', '131713.072000', '131713.074000', '131713.077000', '131713.080000', '131713.083000', '131713.086000', '131713.088000', '131713.091000', '131713.094000', '131732.772000', '131732.775000', '131732.778000', '131732.781000', '131732.783000', '131732.786000', '131732.789000', '131732.791000', '131732.794000', '131732.796000', '131732.880000', '131732.883000', '131732.886000', '131732.888000', '131732.891000', '131732.894000', '131732.896000', '131732.899000', '131732.902000', '131732.905000', '131732.908000', '131732.911000', '131732.913000', '131732.916000', '131732.918000', '131732.921000', '131732.924000', '131732.926000', '131732.929000', '131732.932000', '131732.934000', '131732.937000', '131732.939000', '131732.942000', '131732.945000', '131732.947000', '131732.950000', '131732.953000', '131732.955000', '131732.958000', '131732.960000', '131732.963000', '131732.966000', '131752.773000', '131752.776000', '131752.779000', '131752.782000', '131752.784000', '131752.787000', '131752.790000', '131752.793000', '131752.795000', '131752.798000', '131752.837000', '131752.839000', '131752.842000', '131752.845000', '131752.852000', '131752.854000', '131752.857000', '131752.860000', '131752.862000', '131752.865000', '131752.867000', '131752.870000', '131752.873000', '131752.875000', '131752.878000', '131752.881000', '131752.883000', '131752.886000', '131752.889000', '131752.891000', '131752.894000', '131752.896000', '131752.899000', '131752.902000', '131752.904000', '131752.907000', '131752.909000', '131752.912000', '131752.915000', '131752.917000', '131752.920000', '131752.923000', '131752.925000', '131752.928000', '131812.774000', '131812.776000', '131812.779000', '131812.782000', '131812.784000', '131812.787000', '131812.789000', '131812.792000', '131812.795000', '131812.798000', '131812.850000', '131812.852000', '131812.855000', '131812.858000', '131812.861000', '131812.863000', '131812.866000', '131812.868000', '131812.871000', '131812.874000', '131812.876000', '131812.879000', '131812.882000', '131812.884000', '131812.887000', '131812.889000', '131812.892000', '131812.895000', '131812.897000', '131812.900000', '131812.902000', '131812.905000', '131812.908000', '131812.912000', '131812.914000', '131812.917000', '131812.920000', '131812.922000', '131812.925000', '131812.928000', '131812.930000', '131812.933000', '131812.936000', '131832.773000', '131832.776000', '131832.779000', '131832.782000', '131832.784000', '131832.787000', '131832.789000', '131832.792000', '131832.795000', '131832.797000', '131832.843000', '131832.846000', '131832.848000', '131832.851000', '131832.853000', '131832.856000', '131832.859000', '131832.861000', '131832.864000', '131832.866000', '131832.869000', '131832.872000', '131832.874000', '131832.877000', '131832.880000', '131832.882000', '131832.885000', '131832.888000', '131832.890000', '131832.893000', '131832.896000', '131832.898000', '131832.901000', '131832.904000', '131832.906000', '131832.909000', '131832.911000', '131832.914000', '131832.917000', '131832.919000', '131832.922000', '131832.925000', '131832.927000', '131832.930000', '131852.774000', '131852.776000', '131852.779000', '131852.782000', '131852.784000', '131852.787000', '131852.789000', '131852.792000', '131852.795000', '131852.798000', '131852.852000', '131852.855000', '131852.857000', '131852.860000', '131852.863000', '131852.865000', '131852.868000', '131852.871000', '131852.873000', '131852.876000', '131852.878000', '131852.881000', '131852.884000', '131852.886000', '131852.889000', '131852.891000', '131852.894000', '131852.896000', '131852.899000', '131852.902000', '131852.904000', '131852.907000', '131852.909000', '131852.912000', '131852.915000', '131852.917000', '131852.920000', '131852.923000', '131852.925000', '131852.928000', '131852.930000', '131852.933000', '131852.936000', '131912.773000', '131912.776000', '131912.778000', '131912.781000', '131912.785000', '131912.787000', '131912.790000', '131912.806000', '131912.855000', '131912.858000', '131912.861000', '131912.863000', '131912.866000', '131912.868000', '131912.871000', '131912.874000', '131912.876000', '131912.879000', '131912.881000', '131912.884000', '131912.887000', '131912.889000', '131912.892000', '131912.895000', '131912.897000', '131912.900000', '131912.902000', '131912.905000', '131912.908000', '131912.910000', '131912.913000', '131912.915000', '131912.918000', '131912.921000', '131912.923000', '131912.926000', '131912.928000', '131912.931000', '131912.933000', '131912.936000', '131912.939000', '131912.941000', '131912.944000', '131912.946000', '131932.772000', '131932.775000', '131932.778000', '131932.781000', '131932.783000', '131932.786000', '131932.789000', '131932.791000', '131932.794000', '131932.796000', '131932.799000', '131932.838000', '131932.840000', '131932.843000', '131932.846000', '131932.848000', '131932.851000', '131932.854000', '131932.856000', '131932.859000', '131932.862000', '131932.864000', '131932.867000', '131932.870000', '131932.872000', '131932.875000', '131932.878000', '131932.880000', '131932.883000', '131932.885000', '131932.888000', '131932.891000', '131932.893000', '131932.896000', '131932.900000', '131932.903000', '131932.906000', '131932.909000', '131932.912000', '131932.914000', '131932.917000', '131932.920000', '131932.922000', '131952.773000', '131952.775000', '131952.778000', '131952.781000', '131952.783000', '131952.786000', '131952.788000', '131952.791000', '131952.794000', '131952.796000', '131952.799000', '131952.848000', '131952.851000', '131952.853000', '131952.856000', '131952.859000', '131952.861000', '131952.864000', '131952.867000', '131952.869000', '131952.872000', '131952.875000', '131952.877000', '131952.880000', '131952.883000', '131952.885000', '131952.888000', '131952.890000', '131952.893000', '131952.895000', '131952.898000', '131952.901000', '131952.903000', '131952.906000', '131952.909000', '131952.911000', '131952.914000', '131952.916000', '131952.919000', '131952.922000', '131952.924000', '131952.927000', '131952.929000', '131952.932000', '132012.774000', '132012.777000', '132012.779000', '132012.782000', '132012.785000', '132012.788000', '132012.790000', '132012.793000', '132012.795000', '132012.798000', '132012.832000', '132012.834000', '132012.837000', '132012.839000', '132012.842000', '132012.845000', '132012.847000', '132012.850000', '132012.853000', '132012.855000', '132012.858000', '132012.861000', '132012.863000', '132012.866000', '132012.868000', '132012.871000', '132012.874000', '132012.876000', '132012.879000', '132012.881000', '132012.884000', '132012.887000', '132012.889000', '132012.892000', '132012.895000', '132012.897000', '132012.900000', '132012.902000', '132012.905000', '132012.908000', '132012.910000', '132012.913000', '132012.915000', '132032.773000', '132032.776000', '132032.779000', '132032.793000', '132032.795000', '132032.798000', '132032.860000', '132032.862000', '132032.865000', '132032.867000', '132032.870000', '132032.873000', '132032.875000', '132032.878000', '132032.880000', '132032.883000', '132032.886000', '132032.888000', '132032.891000', '132032.894000', '132032.896000', '132032.899000', '132032.902000', '132032.904000', '132032.907000', '132032.909000', '132032.912000', '132032.915000', '132032.917000', '132032.920000', '132032.922000', '132032.925000', '132032.928000', '132032.930000', '132032.933000', '132032.935000', '132032.938000', '132032.941000', '132032.943000', '132032.946000', '132032.949000', '132032.951000', '132032.954000', '132032.956000', '132047.887000', '132047.890000', '132047.892000', '132047.895000', '132047.898000', '132047.901000', '132047.903000', '132047.906000', '132047.909000', '132047.911000', '132047.914000', '132047.917000', '132047.920000', '132047.922000', '132047.925000', '132047.928000', '132047.931000', '132047.934000', '132047.936000', '132047.939000', '132047.942000', '132047.944000', '132047.947000', '132047.950000', '132047.953000', '132047.956000', '132047.958000', '132047.961000', '132047.969000', '132047.973000', '132047.977000', '132047.979000', '132047.983000'], 'InstanceCreationTime': ['131332.808000', '131332.811000', '131332.814000', '131332.816000', '131332.819000', '131332.829000', '131332.832000', '131332.835000', '131332.837000', '131332.840000', '131332.842000', '131332.849000', '131332.851000', '131332.854000', '131332.856000', '131332.859000', '131332.862000', '131332.864000', '131332.867000', '131332.870000', '131332.872000', '131352.773000', '131352.776000', '131352.779000', '131352.782000', '131352.784000', '131352.787000', '131352.789000', '131352.792000', '131352.795000', '131352.797000', '131352.800000', '131352.803000', '131352.805000', '131352.808000', '131352.811000', '131352.817000', '131352.820000', '131352.823000', '131352.825000', '131352.828000', '131352.830000', '131352.833000', '131352.836000', '131352.838000', '131352.841000', '131352.843000', '131352.846000', '131352.849000', '131352.851000', '131352.854000', '131352.856000', '131352.859000', '131352.861000', '131352.864000', '131352.867000', '131352.869000', '131352.872000', '131352.874000', '131352.877000', '131352.880000', '131352.882000', '131352.888000', '131352.891000', '131412.773000', '131412.776000', '131412.779000', '131412.781000', '131412.784000', '131412.787000', '131412.790000', '131412.792000', '131412.795000', '131412.798000', '131412.800000', '131412.803000', '131412.806000', '131412.808000', '131412.811000', '131412.814000', '131412.816000', '131412.819000', '131412.821000', '131412.824000', '131412.827000', '131412.829000', '131412.832000', '131412.834000', '131412.837000', '131412.840000', '131412.843000', '131412.845000', '131412.848000', '131412.851000', '131412.861000', '131412.863000', '131412.866000', '131412.868000', '131412.871000', '131412.874000', '131412.876000', '131412.879000', '131412.881000', '131412.884000', '131412.887000', '131412.889000', '131412.892000', '131412.895000', '131432.772000', '131432.775000', '131432.778000', '131432.780000', '131432.783000', '131432.786000', '131432.788000', '131432.791000', '131432.793000', '131432.796000', '131432.799000', '131432.801000', '131432.804000', '131432.806000', '131432.809000', '131432.812000', '131432.814000', '131432.817000', '131432.836000', '131432.838000', '131432.841000', '131432.843000', '131432.846000', '131432.849000', '131432.851000', '131432.854000', '131432.856000', '131432.859000', '131432.863000', '131432.865000', '131432.868000', '131432.871000', '131432.873000', '131432.876000', '131432.879000', '131432.881000', '131432.884000', '131432.886000', '131432.889000', '131432.891000', '131432.894000', '131432.897000', '131432.899000', '131452.773000', '131452.775000', '131452.778000', '131452.781000', '131452.784000', '131452.786000', '131452.789000', '131452.792000', '131452.796000', '131452.799000', '131452.802000', '131452.804000', '131452.807000', '131452.809000', '131452.812000', '131452.815000', '131452.817000', '131452.820000', '131452.822000', '131452.825000', '131452.828000', '131452.830000', '131452.833000', '131452.835000', '131452.838000', '131452.841000', '131452.843000', '131452.846000', '131452.849000', '131452.851000', '131452.854000', '131452.856000', '131452.859000', '131452.862000', '131452.864000', '131452.867000', '131452.870000', '131452.872000', '131452.875000', '131452.877000', '131452.880000', '131452.883000', '131452.885000', '131512.772000', '131512.775000', '131512.778000', '131512.781000', '131512.783000', '131512.786000', '131512.788000', '131512.791000', '131512.793000', '131512.796000', '131512.799000', '131512.801000', '131512.804000', '131512.806000', '131512.809000', '131512.812000', '131512.814000', '131512.817000', '131512.820000', '131512.822000', '131512.825000', '131512.827000', '131512.830000', '131512.833000', '131512.835000', '131512.838000', '131512.840000', '131512.843000', '131512.846000', '131512.848000', '131512.851000', '131512.854000', '131512.856000', '131512.859000', '131512.862000', '131512.864000', '131512.867000', '131512.869000', '131512.872000', '131512.875000', '131512.877000', '131512.880000', '131512.882000', '131512.885000', '131532.773000', '131532.776000', '131532.779000', '131532.782000', '131532.784000', '131532.787000', '131532.789000', '131532.792000', '131532.795000', '131532.797000', '131532.832000', '131532.834000', '131532.837000', '131532.839000', '131532.842000', '131532.845000', '131532.847000', '131532.850000', '131532.853000', '131532.855000', '131532.858000', '131532.860000', '131532.863000', '131532.866000', '131532.868000', '131532.871000', '131532.873000', '131532.876000', '131532.879000', '131532.881000', '131532.884000', '131532.887000', '131532.889000', '131532.892000', '131532.895000', '131532.897000', '131532.900000', '131532.903000', '131532.905000', '131532.908000', '131532.910000', '131532.913000', '131532.916000', '131552.773000', '131552.777000', '131552.779000', '131552.782000', '131552.784000', '131552.787000', '131552.790000', '131552.792000', '131552.795000', '131552.797000', '131552.800000', '131552.803000', '131552.805000', '131552.808000', '131552.810000', '131552.813000', '131552.816000', '131552.818000', '131552.821000', '131552.823000', '131552.826000', '131552.829000', '131552.831000', '131552.834000', '131552.836000', '131552.839000', '131552.842000', '131552.844000', '131552.847000', '131552.850000', '131552.852000', '131552.855000', '131552.857000', '131552.860000', '131552.863000', '131552.865000', '131552.868000', '131552.870000', '131552.873000', '131552.876000', '131552.878000', '131552.881000', '131552.883000', '131552.886000', '131612.782000', '131612.785000', '131612.788000', '131612.791000', '131612.793000', '131612.796000', '131612.799000', '131612.802000', '131612.804000', '131612.807000', '131612.809000', '131612.812000', '131612.815000', '131612.817000', '131612.820000', '131612.823000', '131612.826000', '131612.830000', '131612.833000', '131612.835000', '131612.838000', '131612.841000', '131612.843000', '131612.846000', '131612.848000', '131612.851000', '131612.854000', '131612.856000', '131612.859000', '131612.862000', '131612.864000', '131612.867000', '131612.869000', '131612.872000', '131612.875000', '131612.877000', '131612.880000', '131612.882000', '131612.885000', '131612.888000', '131612.890000', '131612.893000', '131612.895000', '131632.773000', '131632.776000', '131632.779000', '131632.781000', '131632.784000', '131632.787000', '131632.789000', '131632.792000', '131632.795000', '131632.797000', '131632.814000', '131632.816000', '131632.819000', '131632.822000', '131632.824000', '131632.827000', '131632.830000', '131632.832000', '131632.835000', '131632.837000', '131632.840000', '131632.843000', '131632.845000', '131632.848000', '131632.850000', '131632.853000', '131632.856000', '131632.858000', '131632.861000', '131632.864000', '131632.866000', '131632.869000', '131632.871000', '131632.874000', '131632.877000', '131632.879000', '131632.882000', '131632.885000', '131632.887000', '131632.890000', '131632.893000', '131632.895000', '131632.898000', '131632.900000', '131652.772000', '131652.775000', '131652.778000', '131652.781000', '131652.783000', '131652.786000', '131652.788000', '131652.791000', '131652.794000', '131652.796000', '131652.799000', '131652.802000', '131652.804000', '131652.807000', '131652.810000', '131652.812000', '131652.815000', '131652.817000', '131652.820000', '131652.823000', '131652.825000', '131652.828000', '131652.831000', '131652.833000', '131652.836000', '131652.839000', '131652.841000', '131652.844000', '131652.847000', '131652.849000', '131652.852000', '131652.855000', '131652.857000', '131652.860000', '131652.862000', '131652.865000', '131652.869000', '131652.871000', '131652.874000', '131652.876000', '131652.880000', '131652.882000', '131652.885000', '131712.773000', '131712.775000', '131712.778000', '131712.781000', '131712.783000', '131712.786000', '131712.789000', '131712.791000', '131712.794000', '131712.796000', '131712.799000', '131713.009000', '131713.011000', '131713.014000', '131713.017000', '131713.019000', '131713.022000', '131713.025000', '131713.027000', '131713.030000', '131713.032000', '131713.035000', '131713.037000', '131713.040000', '131713.043000', '131713.045000', '131713.048000', '131713.051000', '131713.053000', '131713.056000', '131713.058000', '131713.061000', '131713.064000', '131713.066000', '131713.069000', '131713.072000', '131713.074000', '131713.077000', '131713.080000', '131713.083000', '131713.086000', '131713.088000', '131713.091000', '131713.094000', '131732.772000', '131732.775000', '131732.778000', '131732.781000', '131732.783000', '131732.786000', '131732.789000', '131732.791000', '131732.794000', '131732.796000', '131732.880000', '131732.883000', '131732.886000', '131732.888000', '131732.891000', '131732.894000', '131732.896000', '131732.899000', '131732.902000', '131732.905000', '131732.908000', '131732.911000', '131732.913000', '131732.916000', '131732.918000', '131732.921000', '131732.924000', '131732.926000', '131732.929000', '131732.932000', '131732.934000', '131732.937000', '131732.939000', '131732.942000', '131732.945000', '131732.947000', '131732.950000', '131732.953000', '131732.955000', '131732.958000', '131732.960000', '131732.963000', '131732.966000', '131752.773000', '131752.776000', '131752.779000', '131752.782000', '131752.784000', '131752.787000', '131752.790000', '131752.793000', '131752.795000', '131752.798000', '131752.837000', '131752.839000', '131752.842000', '131752.845000', '131752.852000', '131752.854000', '131752.857000', '131752.860000', '131752.862000', '131752.865000', '131752.867000', '131752.870000', '131752.873000', '131752.875000', '131752.878000', '131752.881000', '131752.883000', '131752.886000', '131752.889000', '131752.891000', '131752.894000', '131752.896000', '131752.899000', '131752.902000', '131752.904000', '131752.907000', '131752.909000', '131752.912000', '131752.915000', '131752.917000', '131752.920000', '131752.923000', '131752.925000', '131752.928000', '131812.774000', '131812.776000', '131812.779000', '131812.782000', '131812.784000', '131812.787000', '131812.789000', '131812.792000', '131812.795000', '131812.798000', '131812.850000', '131812.852000', '131812.855000', '131812.858000', '131812.861000', '131812.863000', '131812.866000', '131812.868000', '131812.871000', '131812.874000', '131812.876000', '131812.879000', '131812.882000', '131812.884000', '131812.887000', '131812.889000', '131812.892000', '131812.895000', '131812.897000', '131812.900000', '131812.902000', '131812.905000', '131812.908000', '131812.912000', '131812.914000', '131812.917000', '131812.920000', '131812.922000', '131812.925000', '131812.928000', '131812.930000', '131812.933000', '131812.936000', '131832.773000', '131832.776000', '131832.779000', '131832.782000', '131832.784000', '131832.787000', '131832.789000', '131832.792000', '131832.795000', '131832.797000', '131832.843000', '131832.846000', '131832.848000', '131832.851000', '131832.853000', '131832.856000', '131832.859000', '131832.861000', '131832.864000', '131832.866000', '131832.869000', '131832.872000', '131832.874000', '131832.877000', '131832.880000', '131832.882000', '131832.885000', '131832.888000', '131832.890000', '131832.893000', '131832.896000', '131832.898000', '131832.901000', '131832.904000', '131832.906000', '131832.909000', '131832.911000', '131832.914000', '131832.917000', '131832.919000', '131832.922000', '131832.925000', '131832.927000', '131832.930000', '131852.774000', '131852.776000', '131852.779000', '131852.782000', '131852.784000', '131852.787000', '131852.789000', '131852.792000', '131852.795000', '131852.798000', '131852.852000', '131852.855000', '131852.857000', '131852.860000', '131852.863000', '131852.865000', '131852.868000', '131852.871000', '131852.873000', '131852.876000', '131852.878000', '131852.881000', '131852.884000', '131852.886000', '131852.889000', '131852.891000', '131852.894000', '131852.896000', '131852.899000', '131852.902000', '131852.904000', '131852.907000', '131852.909000', '131852.912000', '131852.915000', '131852.917000', '131852.920000', '131852.923000', '131852.925000', '131852.928000', '131852.930000', '131852.933000', '131852.936000', '131912.773000', '131912.776000', '131912.778000', '131912.781000', '131912.785000', '131912.787000', '131912.790000', '131912.806000', '131912.855000', '131912.858000', '131912.861000', '131912.863000', '131912.866000', '131912.868000', '131912.871000', '131912.874000', '131912.876000', '131912.879000', '131912.881000', '131912.884000', '131912.887000', '131912.889000', '131912.892000', '131912.895000', '131912.897000', '131912.900000', '131912.902000', '131912.905000', '131912.908000', '131912.910000', '131912.913000', '131912.915000', '131912.918000', '131912.921000', '131912.923000', '131912.926000', '131912.928000', '131912.931000', '131912.933000', '131912.936000', '131912.939000', '131912.941000', '131912.944000', '131912.946000', '131932.772000', '131932.775000', '131932.778000', '131932.781000', '131932.783000', '131932.786000', '131932.789000', '131932.791000', '131932.794000', '131932.796000', '131932.799000', '131932.838000', '131932.840000', '131932.843000', '131932.846000', '131932.848000', '131932.851000', '131932.854000', '131932.856000', '131932.859000', '131932.862000', '131932.864000', '131932.867000', '131932.870000', '131932.872000', '131932.875000', '131932.878000', '131932.880000', '131932.883000', '131932.885000', '131932.888000', '131932.891000', '131932.893000', '131932.896000', '131932.900000', '131932.903000', '131932.906000', '131932.909000', '131932.912000', '131932.914000', '131932.917000', '131932.920000', '131932.922000', '131952.773000', '131952.775000', '131952.778000', '131952.781000', '131952.783000', '131952.786000', '131952.788000', '131952.791000', '131952.794000', '131952.796000', '131952.799000', '131952.848000', '131952.851000', '131952.853000', '131952.856000', '131952.859000', '131952.861000', '131952.864000', '131952.867000', '131952.869000', '131952.872000', '131952.875000', '131952.877000', '131952.880000', '131952.883000', '131952.885000', '131952.888000', '131952.890000', '131952.893000', '131952.895000', '131952.898000', '131952.901000', '131952.903000', '131952.906000', '131952.909000', '131952.911000', '131952.914000', '131952.916000', '131952.919000', '131952.922000', '131952.924000', '131952.927000', '131952.929000', '131952.932000', '132012.774000', '132012.777000', '132012.779000', '132012.782000', '132012.785000', '132012.788000', '132012.790000', '132012.793000', '132012.795000', '132012.798000', '132012.832000', '132012.834000', '132012.837000', '132012.839000', '132012.842000', '132012.845000', '132012.847000', '132012.850000', '132012.853000', '132012.855000', '132012.858000', '132012.861000', '132012.863000', '132012.866000', '132012.868000', '132012.871000', '132012.874000', '132012.876000', '132012.879000', '132012.881000', '132012.884000', '132012.887000', '132012.889000', '132012.892000', '132012.895000', '132012.897000', '132012.900000', '132012.902000', '132012.905000', '132012.908000', '132012.910000', '132012.913000', '132012.915000', '132032.773000', '132032.776000', '132032.779000', '132032.793000', '132032.795000', '132032.798000', '132032.860000', '132032.862000', '132032.865000', '132032.867000', '132032.870000', '132032.873000', '132032.875000', '132032.878000', '132032.880000', '132032.883000', '132032.886000', '132032.888000', '132032.891000', '132032.894000', '132032.896000', '132032.899000', '132032.902000', '132032.904000', '132032.907000', '132032.909000', '132032.912000', '132032.915000', '132032.917000', '132032.920000', '132032.922000', '132032.925000', '132032.928000', '132032.930000', '132032.933000', '132032.935000', '132032.938000', '132032.941000', '132032.943000', '132032.946000', '132032.949000', '132032.951000', '132032.954000', '132032.956000', '132047.887000', '132047.890000', '132047.892000', '132047.895000', '132047.898000', '132047.901000', '132047.903000', '132047.906000', '132047.909000', '132047.911000', '132047.914000', '132047.917000', '132047.920000', '132047.922000', '132047.925000', '132047.928000', '132047.931000', '132047.934000', '132047.936000', '132047.939000', '132047.942000', '132047.944000', '132047.947000', '132047.950000', '132047.953000', '132047.956000', '132047.958000', '132047.961000', '132047.969000', '132047.973000', '132047.977000', '132047.979000', '132047.983000'], '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': [17890, 12083, 16943, 14418, 10181, 16981, 12438, 12707, 14828, 8859, 16204, 12535, 10107, 16685, 11825, 15830, 13957, 9637, 16707, 13198, 15109, 14943, 9254, 17538, 13089, 12628, 17418, 10972, 17148, 13708, 10511, 16918, 12356, 16709, 14718, 9831, 16930, 12473, 13950, 16612, 9958, 17364, 14333, 10350, 16837, 12320, 15113, 16341, 10015, 17105, 14015, 10457, 16916, 13441, 15520, 15501, 9040, 17210, 13486, 10047, 17198, 13328, 12093, 15449, 10989, 15355, 14144, 10684, 14028, 15768, 12057, 12595, 15082, 11023, 15560, 14743, 10286, 15741, 13900, 10649, 15126, 15446, 11643, 15602, 14127, 9102, 16800, 14282, 10965, 16621, 12128, 15286, 13566, 9449, 16310, 13669, 11714, 15573, 8595, 16702, 13165, 10638, 16287, 11097, 15218, 13259, 8952, 15558, 11748, 13785, 14368, 8557, 15955, 11383, 14806, 13678, 9847, 16122, 11969, 13666, 14268, 9239, 16209, 12482, 13917, 15400, 9433, 17255, 12604, 14816, 14662, 9751, 16657, 13494, 12230, 15295, 9155, 16744, 12335, 14667, 15126, 8860, 15791, 12026, 14532, 14314, 10008, 15949, 12220, 12731, 14994, 8625, 15773, 11706, 14325, 14177, 9628, 15907, 9134, 15821, 12395, 13534, 15028, 8857, 15501, 11564, 14833, 13858, 9837, 15969, 10371, 15577, 12747, 13110, 14826, 9294, 15642, 12581, 12034, 14433, 8766, 15905, 13097, 9866, 15341, 8977, 16111, 12674, 11160, 15356, 9189, 15656, 12820, 10459, 16067, 12315, 14117, 13972, 10357, 16532, 12208, 16025, 14798, 10701, 17101, 12053, 16433, 14548, 12072, 16238, 10502, 16702, 13393, 13973, 14811, 9966, 16519, 11963, 15698, 13719, 11155, 15612, 8903, 15453, 13394, 9735, 15587, 8950, 15569, 11820, 12825, 14693, 8933, 15070, 11487, 13332, 14392, 9467, 15376, 10896, 13705, 13651, 9872, 14855, 11999, 12239, 14163, 8565, 14889, 11929, 12466, 14517, 9338, 15860, 11171, 16065, 13874, 10370, 16164, 11742, 16198, 13619, 9928, 16032, 10316, 15940, 13693, 10296, 15785, 9141, 15713, 13529, 10260, 15452, 9265, 15911, 12653, 11188, 15534, 9324, 15509, 12252, 13236, 14076, 10275, 15290, 12074, 13440, 13586, 9313, 15353, 12414, 11477, 15033, 8731, 15319, 11665, 15260, 13498, 10566, 15416, 11254, 14206, 13516, 9716, 15350, 11994, 14685, 13754, 10020, 15630, 11953, 13380, 14016, 8738, 15303, 12009, 14020, 14332, 9669, 15616, 12304, 13035, 14369, 8671, 15915, 12603, 12174, 14611, 8785, 15188, 12134, 13584, 14655, 10232, 15521, 12147, 14935, 13957, 10447, 15408, 9652, 15432, 12417, 13376, 13556, 9201, 15202, 12351, 12010, 14112, 8556, 15149, 11435, 10191, 15196, 10344, 14041, 13302, 9964, 14532, 13028, 9475, 14704, 11978, 10465, 15099, 10459, 16330, 13127, 10532, 15440, 10715, 16018, 13452, 11184, 14982, 9429, 15541, 11717, 15524, 13953, 10159, 15237, 9836, 14946, 12372, 13375, 13284, 9263, 14679, 11222, 13551, 12617, 9165, 14888, 9674, 15739, 12886, 9971, 15000, 10276, 14460, 13166, 10519, 14943, 10807, 13230, 13696, 8703, 15956, 12897, 10054, 14773, 10936, 15636, 14256, 11577, 16723, 12510, 10825, 17326, 13173, 10542, 14368, 10932, 15926, 13293, 10595, 15084, 10307, 16905, 13574, 10844, 15048, 8226, 15241, 11848, 14492, 13594, 9972, 14905, 8675, 15424, 13177, 10141, 14496, 9547, 14946, 12377, 11712, 14503, 9479, 16039, 12652, 10761, 13970, 9085, 15503, 12240, 13334, 13831, 9852, 15108, 8818, 15993, 12872, 9987, 14626, 9053, 15514, 11773, 10770, 14901, 10490, 16107, 13331, 10134, 15048, 11334, 14034, 13639, 8807, 14877, 12460, 9746, 14660, 11413, 13295, 13523, 8927, 15372, 12734, 10426, 15837, 12070, 11934, 15905, 10585, 13551, 14188, 10693, 14538, 13622, 10168, 16182, 13180, 10481, 14722, 11865, 15529, 13807, 9396, 15118, 11721, 12398, 13932, 9634, 16120, 12319, 13060, 12661, 9184, 14913, 11644, 15862, 13020, 9118, 13953, 8356, 14827, 12018, 10188, 13685, 8461, 14883, 10916, 14392, 12862, 9589, 14551, 10312, 15523, 11455, 13451, 12844, 9818, 15775, 11486, 16265, 12623, 9862, 14334, 9302, 16224, 13507, 12333, 13269, 9766, 15517, 10379, 17100, 13765, 10589, 14332, 9546, 15827, 10447, 17107, 14033, 10927, 14156, 8977, 14998, 10789, 15934, 13457, 9620, 14093, 8578, 15302, 12260, 11198, 15003, 8653, 15533, 11842, 12945, 13100, 9298, 15670, 11238, 15269, 12723, 9410, 14162, 10098, 16163, 13305, 10456, 14070, 8668, 16013, 12275, 14982, 14515, 9784, 16457, 12518, 16360, 13167, 10266, 15763, 12322, 14897, 13974, 9692, 15501, 10499, 15738, 14063, 10585, 15922, 11979, 14490, 12551, 9747, 15651, 12690, 10674, 14498, 9955, 16122, 12462, 9404, 14517, 11805, 10213, 14433, 11108, 14462, 14698, 9484, 16627, 13151, 13725, 13484, 9678, 16144, 11861, 17102, 14152, 11539, 13808, 8952, 15362, 11815, 15945, 13156, 9451, 13952, 8424, 15158, 12043, 12184, 13879, 8847, 15153, 11459, 14014, 12036, 9613, 14967, 11526, 11828, 12472, 8997, 14293, 10433, 15477, 13411, 8889, 14198, 10642, 15762, 12439, 10122, 15718, 10629, 16407, 13099, 10609, 14570, 9109, 16743, 13640, 11789, 16507, 11983, 16037, 13778, 9717, 16533, 12008, 13194, 14172, 10028, 15171, 13211, 9966, 16379, 13158, 11401, 15492, 8915, 17655, 12857, 18642, 15476, 11035, 15568, 9484, 17023, 13505, 17145, 15117, 10272, 14853, 8160, 16246, 13119, 12607, 14540, 8645, 15127, 11360, 12893, 12803, 8654, 14903, 11691, 15050, 12854, 9302, 13949, 8248, 15134, 12109, 11859, 13889, 8233, 15122, 11302, 12502, 12871, 8951, 15697, 12072, 13387, 12530, 9362, 14800, 8748, 16347, 13708, 10283, 15127, 10167, 16272, 12222, 10145, 15623, 10984, 15693, 12977, 9287, 15589, 11321, 16988, 14034, 10844, 17061, 12697, 16703, 13902, 10287, 16656, 9372, 17982, 14839, 11340, 15895, 9263, 17477, 13725, 14208, 15479, 9000, 16745, 12240, 13978, 13846, 9480, 17076, 12197, 17218, 13445, 9918, 15034, 11390, 15741, 13393, 9642, 14580, 9726, 16697, 13995, 9901, 14820, 10611, 14273, 12716, 9227, 16015, 12163, 13234, 13191, 9300, 15728, 12410, 17679, 14398, 10663, 16077, 8781, 16803, 13503, 16479, 14563, 10387, 16347, 12195, 16558, 12979, 10056, 15485, 8957, 16850, 12729, 15145, 13161, 9665, 15855, 12203, 12424, 13079, 9310, 15352, 11390, 16820, 14156, 10235, 14484, 8514, 15541, 11744, 13925, 13997, 8711, 15247, 10766, 16507, 12923, 10127, 15848, 11213, 15134, 12551, 9530, 14910, 9791, 17214, 13997, 10238, 14576, 8765, 16312, 12446, 12716, 15477, 8969, 16403, 12354, 12880, 14176, 9244, 16627, 12633, 15893, 13524, 9998, 15697, 9298, 17267, 13715, 13218, 14564, 9494, 15061, 8680, 16943, 13550, 10623, 15399, 10169, 14630, 12311, 9130, 14588, 10487, 15979, 13223, 10262, 14137, 8729, 16808, 13684, 10643, 15339, 9004, 16006, 12102, 16108, 13725, 9979, 15878, 12122, 16855, 13892, 10258, 15216, 9213, 17126, 13529, 12469, 13918, 9100, 15592, 10426, 17308, 13473, 11005, 14536, 8894, 15241, 11391, 16333, 13587, 10141, 14852, 10383, 15978, 12061, 10909, 14181, 8675, 15959], 'WindowCenter': [4894.0, 4850.0, 4866.0, 4845.0, 4819.0, 4863.0, 4824.0, 4811.0, 4831.0, 4772.0, 4840.0, 4811.0, 4790.0, 4840.0, 4809.0, 4833.0, 4819.0, 4793.0, 4839.0, 4821.0, 4832.0, 4830.0, 4770.0, 4840.0, 4811.0, 4809.0, 4840.0, 4789.0, 4841.0, 4818.0, 4791.0, 4830.0, 4809.0, 4829.0, 4822.0, 4781.0, 4828.0, 4808.0, 4819.0, 4829.0, 4779.0, 4839.0, 4818.0, 4780.0, 4839.0, 4809.0, 4816.0, 4829.0, 4779.0, 4830.0, 4809.0, 4789.0, 4827.0, 4809.0, 4827.0, 4815.0, 4758.0, 4829.0, 4807.0, 4769.0, 4837.0, 4808.0, 4800.0, 4828.0, 4789.0, 4817.0, 4819.0, 4790.0, 4818.0, 4829.0, 4814.0, 4815.0, 4830.0, 4803.0, 4830.0, 4832.0, 4780.0, 4831.0, 4811.0, 4792.0, 4819.0, 4833.0, 4792.0, 4819.0, 4810.0, 4760.0, 4830.0, 4819.0, 4789.0, 4829.0, 4789.0, 4818.0, 4795.0, 4767.0, 4817.0, 4807.0, 4788.0, 4819.0, 4758.0, 4827.0, 4799.0, 4777.0, 4818.0, 4777.0, 4818.0, 4800.0, 4760.0, 4828.0, 4801.0, 4809.0, 4809.0, 4759.0, 4818.0, 4790.0, 4820.0, 4808.0, 4780.0, 4830.0, 4801.0, 4811.0, 4817.0, 4770.0, 4818.0, 4798.0, 4809.0, 4819.0, 4758.0, 4818.0, 4798.0, 4807.0, 4806.0, 4767.0, 4816.0, 4807.0, 4787.0, 4806.0, 4758.0, 4817.0, 4798.0, 4806.0, 4806.0, 4747.0, 4816.0, 4788.0, 4808.0, 4807.0, 4767.0, 4817.0, 4790.0, 4798.0, 4805.0, 4759.0, 4817.0, 4789.0, 4806.0, 4798.0, 4758.0, 4816.0, 4756.0, 4806.0, 4786.0, 4798.0, 4804.0, 4756.0, 4804.0, 4787.0, 4817.0, 4806.0, 4767.0, 4816.0, 4767.0, 4816.0, 4797.0, 4810.0, 4815.0, 4769.0, 4818.0, 4798.0, 4802.0, 4818.0, 4757.0, 4827.0, 4810.0, 4780.0, 4831.0, 4773.0, 4828.0, 4798.0, 4791.0, 4820.0, 4769.0, 4819.0, 4810.0, 4790.0, 4826.0, 4802.0, 4822.0, 4818.0, 4781.0, 4830.0, 4800.0, 4819.0, 4819.0, 4775.0, 4817.0, 4786.0, 4815.0, 4805.0, 4785.0, 4813.0, 4764.0, 4814.0, 4795.0, 4796.0, 4793.0, 4756.0, 4802.0, 4775.0, 4803.0, 4793.0, 4761.0, 4803.0, 4746.0, 4806.0, 4796.0, 4758.0, 4802.0, 4747.0, 4802.0, 4774.0, 4782.0, 4804.0, 4746.0, 4804.0, 4786.0, 4795.0, 4806.0, 4770.0, 4819.0, 4780.0, 4807.0, 4795.0, 4768.0, 4820.0, 4791.0, 4799.0, 4809.0, 4759.0, 4818.0, 4798.0, 4798.0, 4807.0, 4757.0, 4816.0, 4777.0, 4817.0, 4807.0, 4778.0, 4817.0, 4786.0, 4815.0, 4795.0, 4767.0, 4814.0, 4766.0, 4816.0, 4795.0, 4767.0, 4812.0, 4757.0, 4817.0, 4807.0, 4768.0, 4803.0, 4754.0, 4813.0, 4796.0, 4779.0, 4816.0, 4756.0, 4808.0, 4786.0, 4796.0, 4806.0, 4768.0, 4806.0, 4787.0, 4797.0, 4795.0, 4758.0, 4805.0, 4788.0, 4786.0, 4805.0, 4758.0, 4817.0, 4788.0, 4819.0, 4798.0, 4777.0, 4805.0, 4778.0, 4807.0, 4794.0, 4767.0, 4804.0, 4789.0, 4806.0, 4793.0, 4764.0, 4802.0, 4787.0, 4795.0, 4809.0, 4747.0, 4817.0, 4788.0, 4809.0, 4808.0, 4766.0, 4818.0, 4788.0, 4797.0, 4806.0, 4745.0, 4816.0, 4797.0, 4787.0, 4806.0, 4747.0, 4807.0, 4788.0, 4795.0, 4805.0, 4767.0, 4817.0, 4783.0, 4805.0, 4795.0, 4766.0, 4802.0, 4754.0, 4805.0, 4784.0, 4796.0, 4795.0, 4753.0, 4802.0, 4786.0, 4785.0, 4797.0, 4746.0, 4817.0, 4785.0, 4782.0, 4829.0, 4780.0, 4817.0, 4810.0, 4782.0, 4809.0, 4810.0, 4771.0, 4821.0, 4803.0, 4791.0, 4817.0, 4782.0, 4819.0, 4801.0, 4780.0, 4816.0, 4778.0, 4817.0, 4800.0, 4777.0, 4807.0, 4757.0, 4805.0, 4787.0, 4816.0, 4796.0, 4767.0, 4808.0, 4768.0, 4805.0, 4789.0, 4798.0, 4795.0, 4758.0, 4818.0, 4779.0, 4798.0, 4799.0, 4770.0, 4816.0, 4770.0, 4820.0, 4801.0, 4771.0, 4821.0, 4781.0, 4822.0, 4810.0, 4793.0, 4822.0, 4790.0, 4811.0, 4809.0, 4762.0, 4831.0, 4814.0, 4783.0, 4820.0, 4794.0, 4834.0, 4823.0, 4802.0, 4842.0, 4801.0, 4789.0, 4841.0, 4813.0, 4782.0, 4818.0, 4803.0, 4829.0, 4809.0, 4779.0, 4807.0, 4767.0, 4818.0, 4797.0, 4776.0, 4805.0, 4748.0, 4815.0, 4788.0, 4806.0, 4808.0, 4766.0, 4804.0, 4748.0, 4816.0, 4809.0, 4780.0, 4807.0, 4767.0, 4817.0, 4801.0, 4786.0, 4816.0, 4769.0, 4817.0, 4798.0, 4779.0, 4808.0, 4760.0, 4816.0, 4799.0, 4798.0, 4797.0, 4767.0, 4807.0, 4758.0, 4817.0, 4799.0, 4769.0, 4806.0, 4759.0, 4817.0, 4789.0, 4777.0, 4807.0, 4778.0, 4819.0, 4808.0, 4794.0, 4819.0, 4787.0, 4806.0, 4811.0, 4757.0, 4808.0, 4797.0, 4770.0, 4818.0, 4791.0, 4807.0, 4809.0, 4771.0, 4832.0, 4808.0, 4780.0, 4820.0, 4814.0, 4804.0, 4830.0, 4783.0, 4811.0, 4810.0, 4780.0, 4820.0, 4822.0, 4780.0, 4831.0, 4800.0, 4780.0, 4808.0, 4789.0, 4818.0, 4797.0, 4757.0, 4807.0, 4788.0, 4788.0, 4806.0, 4768.0, 4818.0, 4788.0, 4798.0, 4796.0, 4756.0, 4807.0, 4788.0, 4818.0, 4798.0, 4761.0, 4808.0, 4752.0, 4809.0, 4789.0, 4770.0, 4809.0, 4750.0, 4820.0, 4790.0, 4819.0, 4800.0, 4771.0, 4821.0, 4783.0, 4820.0, 4790.0, 4811.0, 4798.0, 4771.0, 4822.0, 4791.0, 4830.0, 4800.0, 4771.0, 4808.0, 4769.0, 4820.0, 4812.0, 4799.0, 4799.0, 4769.0, 4808.0, 4779.0, 4817.0, 4800.0, 4769.0, 4806.0, 4759.0, 4805.0, 4768.0, 4818.0, 4798.0, 4778.0, 4797.0, 4758.0, 4804.0, 4778.0, 4816.0, 4798.0, 4768.0, 4807.0, 4760.0, 4817.0, 4789.0, 4780.0, 4821.0, 4759.0, 4819.0, 4801.0, 4812.0, 4811.0, 4771.0, 4830.0, 4791.0, 4819.0, 4800.0, 4771.0, 4810.0, 4781.0, 4832.0, 4812.0, 4792.0, 4819.0, 4762.0, 4829.0, 4801.0, 4821.0, 4812.0, 4770.0, 4820.0, 4799.0, 4819.0, 4798.0, 4777.0, 4816.0, 4799.0, 4808.0, 4797.0, 4760.0, 4807.0, 4766.0, 4805.0, 4807.0, 4777.0, 4818.0, 4788.0, 4818.0, 4798.0, 4768.0, 4818.0, 4799.0, 4779.0, 4807.0, 4771.0, 4830.0, 4801.0, 4773.0, 4817.0, 4788.0, 4781.0, 4821.0, 4791.0, 4810.0, 4819.0, 4770.0, 4830.0, 4798.0, 4808.0, 4795.0, 4757.0, 4816.0, 4787.0, 4817.0, 4796.0, 4776.0, 4795.0, 4746.0, 4804.0, 4786.0, 4805.0, 4786.0, 4757.0, 4794.0, 4748.0, 4807.0, 4789.0, 4787.0, 4808.0, 4757.0, 4817.0, 4789.0, 4808.0, 4798.0, 4769.0, 4817.0, 4790.0, 4787.0, 4799.0, 4761.0, 4820.0, 4779.0, 4817.0, 4810.0, 4760.0, 4812.0, 4793.0, 4820.0, 4800.0, 4781.0, 4821.0, 4782.0, 4830.0, 4811.0, 4781.0, 4809.0, 4760.0, 4827.0, 4810.0, 4790.0, 4829.0, 4790.0, 4831.0, 4823.0, 4786.0, 4842.0, 4825.0, 4824.0, 4833.0, 4784.0, 4819.0, 4822.0, 4782.0, 4834.0, 4812.0, 4790.0, 4819.0, 4762.0, 4829.0, 4799.0, 4828.0, 4820.0, 4777.0, 4805.0, 4743.0, 4816.0, 4797.0, 4814.0, 4808.0, 4768.0, 4795.0, 4736.0, 4805.0, 4786.0, 4786.0, 4797.0, 4737.0, 4807.0, 4776.0, 4798.0, 4797.0, 4750.0, 4808.0, 4788.0, 4807.0, 4788.0, 4760.0, 4808.0, 4751.0, 4819.0, 4791.0, 4790.0, 4811.0, 4752.0, 4820.0, 4791.0, 4801.0, 4800.0, 4764.0, 4832.0, 4804.0, 4812.0, 4801.0, 4772.0, 4821.0, 4763.0, 4830.0, 4822.0, 4793.0, 4822.0, 4794.0, 4843.0, 4814.0, 4796.0, 4832.0, 4805.0, 4833.0, 4813.0, 4774.0, 4832.0, 4805.0, 4845.0, 4823.0, 4792.0, 4844.0, 4814.0, 4832.0, 4812.0, 4783.0, 4832.0, 4773.0, 4841.0, 4821.0, 4791.0, 4820.0, 4771.0, 4840.0, 4811.0, 4809.0, 4819.0, 4759.0, 4818.0, 4789.0, 4809.0, 4808.0, 4770.0, 4829.0, 4790.0, 4827.0, 4799.0, 4783.0, 4819.0, 4790.0, 4819.0, 4810.0, 4785.0, 4822.0, 4771.0, 4829.0, 4822.0, 4772.0, 4820.0, 4783.0, 4822.0, 4802.0, 4775.0, 4833.0, 4803.0, 4813.0, 4812.0, 4774.0, 4833.0, 4803.0, 4831.0, 4811.0, 4783.0, 4820.0, 4760.0, 4830.0, 4810.0, 4818.0, 4809.0, 4768.0, 4820.0, 4800.0, 4829.0, 4799.0, 4769.0, 4819.0, 4760.0, 4830.0, 4801.0, 4809.0, 4798.0, 4770.0, 4819.0, 4791.0, 4799.0, 4799.0, 4759.0, 4819.0, 4791.0, 4829.0, 4811.0, 4782.0, 4823.0, 4777.0, 4832.0, 4800.0, 4796.0, 4810.0, 4750.0, 4818.0, 4779.0, 4829.0, 4801.0, 4780.0, 4832.0, 4791.0, 4820.0, 4801.0, 4771.0, 4819.0, 4781.0, 4830.0, 4823.0, 4782.0, 4821.0, 4763.0, 4830.0, 4803.0, 4800.0, 4822.0, 4761.0, 4831.0, 4801.0, 4800.0, 4810.0, 4771.0, 4830.0, 4802.0, 4821.0, 4799.0, 4770.0, 4817.0, 4758.0, 4825.0, 4799.0, 4798.0, 4809.0, 4772.0, 4819.0, 4760.0, 4829.0, 4838.0, 4797.0, 4819.0, 4768.0, 4805.0, 4787.0, 4770.0, 4819.0, 4780.0, 4845.0, 4813.0, 4781.0, 4807.0, 4760.0, 4829.0, 4812.0, 4782.0, 4820.0, 4762.0, 4831.0, 4801.0, 4818.0, 4808.0, 4768.0, 4820.0, 4799.0, 4819.0, 4798.0, 4769.0, 4805.0, 4758.0, 4816.0, 4799.0, 4788.0, 4795.0, 4746.0, 4805.0, 4777.0, 4817.0, 4797.0, 4766.0, 4796.0, 4763.0, 4807.0, 4789.0, 4817.0, 4797.0, 4768.0, 4808.0, 4768.0, 4817.0, 4789.0, 4779.0, 4809.0, 4760.0, 4820.0], 'WindowWidth': [10629.0, 10559.0, 10574.0, 10539.0, 10510.0, 10563.0, 10504.0, 10481.0, 10508.0, 10433.0, 10523.0, 10482.0, 10454.0, 10522.0, 10479.0, 10514.0, 10493.0, 10463.0, 10520.0, 10498.0, 10512.0, 10508.0, 10426.0, 10524.0, 10483.0, 10475.0, 10520.0, 10448.0, 10525.0, 10489.0, 10453.0, 10504.0, 10475.0, 10506.0, 10498.0, 10437.0, 10504.0, 10475.0, 10489.0, 10502.0, 10436.0, 10521.0, 10489.0, 10438.0, 10517.0, 10476.0, 10482.0, 10502.0, 10434.0, 10507.0, 10474.0, 10447.0, 10497.0, 10474.0, 10498.0, 10480.0, 10404.0, 10504.0, 10467.0, 10420.0, 10515.0, 10472.0, 10462.0, 10499.0, 10447.0, 10485.0, 10487.0, 10452.0, 10488.0, 10504.0, 10489.0, 10487.0, 10506.0, 10472.0, 10507.0, 10509.0, 10437.0, 10507.0, 10478.0, 10455.0, 10489.0, 10512.0, 10453.0, 10488.0, 10474.0, 10407.0, 10505.0, 10487.0, 10444.0, 10501.0, 10444.0, 10485.0, 10450.0, 10416.0, 10482.0, 10469.0, 10442.0, 10486.0, 10405.0, 10497.0, 10458.0, 10425.0, 10482.0, 10427.0, 10483.0, 10458.0, 10408.0, 10500.0, 10464.0, 10473.0, 10472.0, 10405.0, 10484.0, 10448.0, 10489.0, 10471.0, 10435.0, 10505.0, 10464.0, 10478.0, 10484.0, 10422.0, 10484.0, 10457.0, 10471.0, 10486.0, 10401.0, 10485.0, 10456.0, 10468.0, 10463.0, 10412.0, 10480.0, 10470.0, 10440.0, 10464.0, 10402.0, 10481.0, 10456.0, 10464.0, 10466.0, 10384.0, 10479.0, 10442.0, 10470.0, 10467.0, 10412.0, 10484.0, 10445.0, 10454.0, 10462.0, 10405.0, 10481.0, 10443.0, 10464.0, 10456.0, 10401.0, 10477.0, 10399.0, 10464.0, 10439.0, 10453.0, 10461.0, 10395.0, 10462.0, 10442.0, 10482.0, 10466.0, 10414.0, 10480.0, 10413.0, 10482.0, 10455.0, 10476.0, 10479.0, 10418.0, 10485.0, 10456.0, 10466.0, 10485.0, 10403.0, 10498.0, 10476.0, 10436.0, 10506.0, 10434.0, 10501.0, 10459.0, 10452.0, 10490.0, 10421.0, 10490.0, 10476.0, 10448.0, 10496.0, 10470.0, 10496.0, 10486.0, 10441.0, 10506.0, 10464.0, 10489.0, 10488.0, 10423.0, 10484.0, 10439.0, 10479.0, 10463.0, 10434.0, 10472.0, 10403.0, 10476.0, 10446.0, 10448.0, 10443.0, 10394.0, 10455.0, 10419.0, 10459.0, 10441.0, 10396.0, 10453.0, 10382.0, 10464.0, 10450.0, 10398.0, 10455.0, 10384.0, 10455.0, 10418.0, 10427.0, 10458.0, 10382.0, 10461.0, 10439.0, 10449.0, 10467.0, 10422.0, 10487.0, 10432.0, 10468.0, 10449.0, 10415.0, 10491.0, 10448.0, 10459.0, 10471.0, 10406.0, 10484.0, 10458.0, 10455.0, 10468.0, 10400.0, 10478.0, 10424.0, 10484.0, 10467.0, 10428.0, 10484.0, 10438.0, 10478.0, 10446.0, 10413.0, 10473.0, 10408.0, 10481.0, 10449.0, 10413.0, 10468.0, 10399.0, 10483.0, 10469.0, 10413.0, 10458.0, 10392.0, 10473.0, 10451.0, 10429.0, 10477.0, 10395.0, 10469.0, 10438.0, 10451.0, 10463.0, 10411.0, 10468.0, 10437.0, 10452.0, 10447.0, 10402.0, 10462.0, 10441.0, 10435.0, 10461.0, 10403.0, 10481.0, 10444.0, 10486.0, 10455.0, 10425.0, 10462.0, 10425.0, 10466.0, 10447.0, 10413.0, 10462.0, 10445.0, 10466.0, 10443.0, 10406.0, 10455.0, 10441.0, 10449.0, 10471.0, 10386.0, 10484.0, 10442.0, 10471.0, 10469.0, 10412.0, 10486.0, 10442.0, 10453.0, 10463.0, 10384.0, 10479.0, 10454.0, 10439.0, 10465.0, 10386.0, 10469.0, 10441.0, 10448.0, 10462.0, 10410.0, 10481.0, 10430.0, 10463.0, 10447.0, 10407.0, 10455.0, 10389.0, 10463.0, 10433.0, 10449.0, 10447.0, 10389.0, 10454.0, 10436.0, 10432.0, 10451.0, 10382.0, 10483.0, 10437.0, 10441.0, 10502.0, 10437.0, 10485.0, 10476.0, 10441.0, 10474.0, 10477.0, 10423.0, 10493.0, 10469.0, 10449.0, 10483.0, 10438.0, 10489.0, 10464.0, 10432.0, 10479.0, 10428.0, 10482.0, 10458.0, 10425.0, 10468.0, 10397.0, 10463.0, 10438.0, 10479.0, 10451.0, 10410.0, 10469.0, 10411.0, 10463.0, 10441.0, 10455.0, 10448.0, 10402.0, 10483.0, 10430.0, 10455.0, 10459.0, 10421.0, 10479.0, 10419.0, 10490.0, 10463.0, 10422.0, 10490.0, 10438.0, 10497.0, 10476.0, 10459.0, 10495.0, 10447.0, 10475.0, 10472.0, 10414.0, 10508.0, 10488.0, 10443.0, 10492.0, 10459.0, 10515.0, 10498.0, 10469.0, 10528.0, 10467.0, 10447.0, 10526.0, 10484.0, 10438.0, 10485.0, 10471.0, 10503.0, 10473.0, 10432.0, 10465.0, 10411.0, 10486.0, 10451.0, 10422.0, 10460.0, 10389.0, 10478.0, 10442.0, 10464.0, 10470.0, 10410.0, 10458.0, 10389.0, 10477.0, 10474.0, 10433.0, 10466.0, 10416.0, 10482.0, 10464.0, 10438.0, 10480.0, 10416.0, 10481.0, 10456.0, 10431.0, 10469.0, 10407.0, 10480.0, 10459.0, 10454.0, 10453.0, 10412.0, 10465.0, 10402.0, 10482.0, 10460.0, 10417.0, 10465.0, 10403.0, 10481.0, 10443.0, 10425.0, 10466.0, 10428.0, 10487.0, 10473.0, 10461.0, 10488.0, 10441.0, 10465.0, 10480.0, 10400.0, 10470.0, 10455.0, 10420.0, 10485.0, 10451.0, 10469.0, 10471.0, 10426.0, 10509.0, 10473.0, 10436.0, 10493.0, 10491.0, 10470.0, 10503.0, 10440.0, 10477.0, 10472.0, 10434.0, 10490.0, 10496.0, 10436.0, 10507.0, 10461.0, 10432.0, 10468.0, 10444.0, 10483.0, 10452.0, 10398.0, 10465.0, 10439.0, 10439.0, 10462.0, 10414.0, 10484.0, 10439.0, 10455.0, 10450.0, 10397.0, 10465.0, 10440.0, 10481.0, 10455.0, 10405.0, 10468.0, 10398.0, 10472.0, 10445.0, 10418.0, 10472.0, 10393.0, 10487.0, 10447.0, 10486.0, 10461.0, 10422.0, 10491.0, 10439.0, 10490.0, 10447.0, 10475.0, 10458.0, 10421.0, 10495.0, 10448.0, 10504.0, 10461.0, 10421.0, 10470.0, 10418.0, 10491.0, 10478.0, 10457.0, 10457.0, 10417.0, 10468.0, 10431.0, 10483.0, 10460.0, 10416.0, 10464.0, 10401.0, 10462.0, 10413.0, 10485.0, 10455.0, 10425.0, 10450.0, 10400.0, 10458.0, 10425.0, 10477.0, 10456.0, 10413.0, 10467.0, 10407.0, 10480.0, 10443.0, 10432.0, 10490.0, 10403.0, 10486.0, 10464.0, 10480.0, 10476.0, 10425.0, 10505.0, 10449.0, 10486.0, 10459.0, 10423.0, 10474.0, 10438.0, 10509.0, 10480.0, 10453.0, 10488.0, 10414.0, 10503.0, 10463.0, 10490.0, 10478.0, 10418.0, 10488.0, 10457.0, 10487.0, 10455.0, 10427.0, 10478.0, 10457.0, 10468.0, 10451.0, 10403.0, 10464.0, 10409.0, 10460.0, 10467.0, 10425.0, 10485.0, 10441.0, 10484.0, 10454.0, 10414.0, 10481.0, 10458.0, 10428.0, 10464.0, 10422.0, 10502.0, 10461.0, 10429.0, 10481.0, 10443.0, 10436.0, 10489.0, 10451.0, 10475.0, 10488.0, 10418.0, 10505.0, 10455.0, 10469.0, 10447.0, 10397.0, 10475.0, 10437.0, 10482.0, 10448.0, 10421.0, 10443.0, 10380.0, 10456.0, 10433.0, 10460.0, 10434.0, 10395.0, 10443.0, 10385.0, 10463.0, 10440.0, 10437.0, 10467.0, 10398.0, 10480.0, 10445.0, 10470.0, 10456.0, 10416.0, 10482.0, 10448.0, 10439.0, 10458.0, 10410.0, 10486.0, 10433.0, 10482.0, 10478.0, 10407.0, 10477.0, 10455.0, 10489.0, 10461.0, 10435.0, 10490.0, 10435.0, 10504.0, 10476.0, 10435.0, 10469.0, 10408.0, 10496.0, 10473.0, 10448.0, 10503.0, 10450.0, 10506.0, 10498.0, 10451.0, 10523.0, 10507.0, 10501.0, 10514.0, 10447.0, 10488.0, 10498.0, 10439.0, 10515.0, 10481.0, 10447.0, 10485.0, 10413.0, 10501.0, 10456.0, 10499.0, 10491.0, 10423.0, 10456.0, 10372.0, 10476.0, 10450.0, 10472.0, 10465.0, 10410.0, 10443.0, 10366.0, 10457.0, 10433.0, 10433.0, 10450.0, 10366.0, 10462.0, 10420.0, 10452.0, 10451.0, 10391.0, 10466.0, 10441.0, 10464.0, 10439.0, 10405.0, 10467.0, 10393.0, 10483.0, 10449.0, 10446.0, 10474.0, 10394.0, 10485.0, 10448.0, 10461.0, 10458.0, 10415.0, 10506.0, 10473.0, 10479.0, 10464.0, 10427.0, 10492.0, 10415.0, 10503.0, 10494.0, 10456.0, 10494.0, 10460.0, 10524.0, 10488.0, 10465.0, 10510.0, 10477.0, 10514.0, 10483.0, 10431.0, 10507.0, 10473.0, 10529.0, 10497.0, 10455.0, 10530.0, 10485.0, 10509.0, 10480.0, 10441.0, 10504.0, 10426.0, 10520.0, 10493.0, 10448.0, 10486.0, 10421.0, 10517.0, 10477.0, 10470.0, 10485.0, 10401.0, 10483.0, 10443.0, 10470.0, 10468.0, 10418.0, 10499.0, 10445.0, 10497.0, 10456.0, 10443.0, 10486.0, 10445.0, 10486.0, 10475.0, 10449.0, 10496.0, 10425.0, 10501.0, 10495.0, 10424.0, 10486.0, 10440.0, 10492.0, 10466.0, 10431.0, 10509.0, 10467.0, 10481.0, 10479.0, 10429.0, 10506.0, 10467.0, 10505.0, 10477.0, 10439.0, 10487.0, 10406.0, 10502.0, 10474.0, 10484.0, 10472.0, 10414.0, 10487.0, 10459.0, 10499.0, 10458.0, 10417.0, 10484.0, 10405.0, 10501.0, 10461.0, 10470.0, 10452.0, 10419.0, 10483.0, 10448.0, 10457.0, 10456.0, 10404.0, 10483.0, 10447.0, 10499.0, 10477.0, 10437.0, 10496.0, 10442.0, 10507.0, 10461.0, 10449.0, 10476.0, 10391.0, 10481.0, 10430.0, 10501.0, 10465.0, 10435.0, 10507.0, 10448.0, 10488.0, 10462.0, 10424.0, 10487.0, 10436.0, 10505.0, 10496.0, 10437.0, 10490.0, 10413.0, 10501.0, 10467.0, 10460.0, 10491.0, 10408.0, 10505.0, 10463.0, 10460.0, 10473.0, 10422.0, 10502.0, 10464.0, 10488.0, 10457.0, 10418.0, 10479.0, 10401.0, 10491.0, 10458.0, 10453.0, 10471.0, 10425.0, 10485.0, 10407.0, 10498.0, 10528.0, 10469.0, 10483.0, 10412.0, 10460.0, 10438.0, 10423.0, 10487.0, 10435.0, 10531.0, 10482.0, 10434.0, 10466.0, 10408.0, 10499.0, 10480.0, 10438.0, 10487.0, 10411.0, 10503.0, 10460.0, 10482.0, 10470.0, 10414.0, 10490.0, 10457.0, 10487.0, 10454.0, 10413.0, 10460.0, 10400.0, 10478.0, 10456.0, 10437.0, 10445.0, 10381.0, 10457.0, 10426.0, 10478.0, 10451.0, 10406.0, 10447.0, 10412.0, 10465.0, 10443.0, 10480.0, 10452.0, 10412.0, 10467.0, 10413.0, 10479.0, 10442.0, 10431.0, 10469.0, 10405.0, 10489.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.00023678423236514525</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.025283966701244814</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.679632593146394</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.163291973727933</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.958311321713396</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5079</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4261.9414</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10917161311468</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.186721991701245</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5586799968950005</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.508808576548979</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.668227754566311</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.499003659569711</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00468213</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.02167447842657566</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028643188998103142</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>964</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.121680651207289</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>14.5181</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.7652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.8592</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292165.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>1193.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.8826</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7784</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.4833</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3938.6674</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4119.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84379.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1603.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5152.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>999.3437</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.19756758911535</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> |