=== 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-0066 --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-0066",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
113 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-02/func/sub-0066_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>f3474cfcf756e840a764031f7096da1c</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>14:18:26.982500</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.999981, -0.00334158, 0.00509797, 0.00366507, 0.99789, -0.0648251]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.117221</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7727, -7297, 425, -132, -72, 56, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>285.472</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1e041b8a-1ec9-44aa-a0f9-4866ae98bd24||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.6828770637512207, 0.009833117946982384, 0.013150596059858799, 109.39604949951172], [0.008965208195149899, 2.6772656440734863, -0.17507508397102356, -84.59111022949219], [0.013677471317350864, 0.1739211082458496, 2.6942858695983887, -74.3005599975586], [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': ['141826.982500', '141827.442500', '141827.902500', '141828.362500', '141828.822500', '141829.282500', '141829.742500', '141830.202500', '141830.662500', '141831.122500', '141831.582500', '141832.042500', '141832.502500', '141832.962500', '141833.422500', '141833.882500', '141834.342500', '141834.802500', '141835.262500', '141835.722500', '141836.182500', '141836.642500', '141837.102500', '141837.562500', '141838.022500', '141838.482500', '141838.942500', '141839.402500', '141839.862500', '141840.322500', '141840.782500', '141841.242500', '141841.702500', '141842.162500', '141842.622500', '141843.082500', '141843.542500', '141844.002500', '141844.462500', '141844.922500', '141845.382500', '141845.842500', '141846.302500', '141846.762500', '141847.222500', '141847.682500', '141848.142500', '141848.602500', '141849.062500', '141849.522500', '141849.982500', '141850.442500', '141850.902500', '141851.362500', '141851.822500', '141852.282500', '141852.742500', '141853.202500', '141853.662500', '141854.122500', '141854.582500', '141855.042500', '141855.502500', '141855.962500', '141856.422500', '141856.882500', '141857.342500', '141857.802500', '141858.262500', '141858.722500', '141859.182500', '141859.642500', '141900.102500', '141900.562500', '141901.022500', '141901.482500', '141901.942500', '141902.402500', '141902.862500', '141903.322500', '141903.782500', '141904.242500', '141904.702500', '141905.162500', '141905.622500', '141906.082500', '141906.542500', '141907.002500', '141907.462500', '141907.922500', '141908.382500', '141908.842500', '141909.302500', '141909.762500', '141910.222500', '141910.682500', '141911.142500', '141911.602500', '141912.062500', '141912.522500', '141912.982500', '141913.442500', '141913.902500', '141914.362500', '141914.822500', '141915.282500', '141915.742500', '141916.202500', '141916.662500', '141917.122500', '141917.582500', '141918.042500', '141918.502500', '141918.962500', '141919.422500', '141919.882500', '141920.342500', '141920.802500', '141921.262500', '141921.722500', '141922.182500', '141922.642500', '141923.102500', '141923.562500', '141924.022500', '141924.482500', '141924.942500', '141925.402500', '141925.862500', '141926.322500', '141926.782500', '141927.242500', '141927.702500', '141928.162500', '141928.622500', '141929.082500', '141929.542500', '141930.002500', '141930.462500', '141930.922500', '141931.382500', '141931.842500', '141932.302500', '141932.762500', '141933.222500', '141933.682500', '141934.142500', '141934.602500', '141935.062500', '141935.522500', '141935.982500', '141936.442500', '141936.902500', '141937.362500', '141937.822500', '141938.282500', '141938.742500', '141939.202500', '141939.662500', '141940.122500', '141940.582500', '141941.042500', '141941.502500', '141941.962500', '141942.422500', '141942.882500', '141943.342500', '141943.802500', '141944.262500', '141944.722500', '141945.182500', '141945.642500', '141946.102500', '141946.562500', '141947.022500', '141947.482500', '141947.942500', '141948.402500', '141948.862500', '141949.322500', '141949.782500', '141950.242500', '141950.702500', '141951.162500', '141951.622500', '141952.082500', '141952.542500', '141953.002500', '141953.462500', '141953.922500', '141954.382500', '141954.842500', '141955.302500', '141955.762500', '141956.222500', '141956.682500', '141957.142500', '141957.602500', '141958.062500', '141958.522500', '141958.982500', '141959.442500', '141959.902500', '142000.362500', '142000.822500', '142001.282500', '142001.742500', '142002.202500', '142002.662500', '142003.122500', '142003.582500', '142004.042500', '142004.502500', '142004.962500', '142005.422500', '142005.882500', '142006.342500', '142006.802500', '142007.262500', '142007.722500', '142008.182500', '142008.642500', '142009.102500', '142009.562500', '142010.022500', '142010.482500', '142010.942500', '142011.402500', '142011.862500', '142012.322500', '142012.782500', '142013.242500', '142013.702500', '142014.162500', '142014.622500', '142015.082500', '142015.542500', '142016.002500', '142016.462500', '142016.922500', '142017.382500', '142017.842500', '142018.302500', '142018.762500', '142019.222500', '142019.682500', '142020.142500', '142020.602500', '142021.062500', '142021.522500', '142021.982500', '142022.442500', '142022.902500', '142023.362500', '142023.822500', '142024.282500', '142024.742500', '142025.202500', '142025.662500', '142026.122500', '142026.582500', '142027.042500', '142027.502500', '142027.962500', '142028.422500', '142028.882500', '142029.342500', '142029.802500', '142030.262500', '142030.722500', '142031.182500', '142031.642500', '142032.102500', '142032.562500', '142033.022500', '142033.482500', '142033.942500', '142034.402500', '142034.862500', '142035.322500', '142035.782500', '142036.242500', '142036.702500', '142037.162500', '142037.622500', '142038.082500', '142038.542500', '142039.002500', '142039.462500', '142039.922500', '142040.382500', '142040.842500', '142041.302500', '142041.762500', '142042.222500', '142042.682500', '142043.142500', '142043.602500', '142044.062500', '142044.522500', '142044.982500', '142045.442500', '142045.902500', '142046.362500', '142046.822500', '142047.282500', '142047.742500', '142048.202500', '142048.662500', '142049.122500', '142049.582500', '142050.042500', '142050.502500', '142050.962500', '142051.422500', '142051.882500', '142052.342500', '142052.802500', '142053.262500', '142053.722500', '142054.182500', '142054.642500', '142055.102500', '142055.562500', '142056.022500', '142056.482500', '142056.942500', '142057.402500', '142057.862500', '142058.322500', '142058.782500', '142059.242500', '142059.702500', '142100.162500', '142100.622500', '142101.082500', '142101.542500', '142102.002500', '142102.462500', '142102.922500', '142103.382500', '142103.842500', '142104.302500', '142104.762500', '142105.222500', '142105.682500', '142106.142500', '142106.602500', '142107.062500', '142107.522500', '142107.982500', '142108.442500', '142108.902500', '142109.362500', '142109.822500', '142110.282500', '142110.742500', '142111.202500', '142111.662500', '142112.122500', '142112.582500', '142113.042500', '142113.502500', '142113.962500', '142114.422500', '142114.882500', '142115.342500', '142115.802500', '142116.262500', '142116.722500', '142117.182500', '142117.642500', '142118.102500', '142118.562500', '142119.022500', '142119.482500', '142119.942500', '142120.402500', '142120.862500', '142121.322500', '142121.782500', '142122.242500', '142122.702500', '142123.162500', '142123.622500', '142124.082500', '142124.542500', '142125.002500', '142125.462500', '142125.922500', '142126.382500', '142126.842500', '142127.302500', '142127.762500', '142128.222500', '142128.682500', '142129.142500', '142129.602500', '142130.062500', '142130.522500', '142130.982500', '142131.442500', '142131.902500', '142132.362500', '142132.822500', '142133.282500', '142133.742500', '142134.202500', '142134.662500', '142135.122500', '142135.582500', '142136.042500', '142136.502500', '142136.962500', '142137.422500', '142137.882500', '142138.342500', '142138.802500', '142139.262500', '142139.722500', '142140.182500', '142140.642500', '142141.102500', '142141.562500', '142142.022500', '142142.482500', '142142.942500', '142143.402500', '142143.862500', '142144.322500', '142144.782500', '142145.242500', '142145.702500', '142146.162500', '142146.622500', '142147.082500', '142147.542500', '142148.002500', '142148.462500', '142148.922500', '142149.382500', '142149.842500', '142150.302500', '142150.762500', '142151.222500', '142151.682500', '142152.142500', '142152.602500', '142153.062500', '142153.522500', '142153.982500', '142154.442500', '142154.902500', '142155.362500', '142155.822500', '142156.282500', '142156.742500', '142157.202500', '142157.662500', '142158.122500', '142158.582500', '142159.042500', '142159.502500', '142159.962500', '142200.422500', '142200.882500', '142201.342500', '142201.802500', '142202.262500', '142202.722500', '142203.182500', '142203.642500', '142204.102500', '142204.562500', '142205.022500', '142205.482500', '142205.942500', '142206.402500', '142206.862500', '142207.322500', '142207.782500', '142208.242500', '142208.702500', '142209.162500', '142209.622500', '142210.082500', '142210.542500', '142211.002500', '142211.462500', '142211.922500', '142212.382500', '142212.842500', '142213.302500', '142213.762500', '142214.222500', '142214.682500', '142215.142500', '142215.602500', '142216.062500', '142216.522500', '142216.982500', '142217.442500', '142217.902500', '142218.362500', '142218.822500', '142219.282500', '142219.742500', '142220.202500', '142220.662500', '142221.122500', '142221.582500', '142222.042500', '142222.502500', '142222.962500', '142223.422500', '142223.882500', '142224.342500', '142224.802500', '142225.262500', '142225.722500', '142226.182500', '142226.642500', '142227.102500', '142227.562500', '142228.022500', '142228.482500', '142228.942500', '142229.402500', '142229.862500', '142230.322500', '142230.782500', '142231.242500', '142231.702500', '142232.162500', '142232.622500', '142233.082500', '142233.542500', '142234.002500', '142234.462500', '142234.922500', '142235.382500', '142235.842500', '142236.302500', '142236.762500', '142237.222500', '142237.682500', '142238.142500', '142238.602500', '142239.062500', '142239.522500', '142239.982500', '142240.442500', '142240.902500', '142241.362500', '142241.822500', '142242.282500', '142242.742500', '142243.202500', '142243.662500', '142244.122500', '142244.582500', '142245.042500', '142245.502500', '142245.962500', '142246.422500', '142246.882500', '142247.342500', '142247.802500', '142248.262500', '142248.722500', '142249.182500', '142249.642500', '142250.102500', '142250.562500', '142251.022500', '142251.482500', '142251.942500', '142252.402500', '142252.862500', '142253.322500', '142253.782500', '142254.242500', '142254.702500', '142255.162500', '142255.622500', '142256.082500', '142256.542500', '142257.002500', '142257.462500', '142257.922500', '142258.382500', '142258.842500', '142259.302500', '142259.762500', '142300.222500', '142300.682500', '142301.142500', '142301.602500', '142302.062500', '142302.522500', '142302.982500', '142303.442500', '142303.902500', '142304.362500', '142304.822500', '142305.282500', '142305.742500', '142306.202500', '142306.662500', '142307.122500', '142307.582500', '142308.042500', '142308.502500', '142308.962500', '142309.422500', '142309.882500', '142310.342500', '142310.802500', '142311.262500', '142311.722500', '142312.182500', '142312.642500', '142313.102500', '142313.562500', '142314.022500', '142314.482500', '142314.942500', '142315.402500', '142315.862500', '142316.322500', '142316.782500', '142317.242500', '142317.702500', '142318.162500', '142318.622500', '142319.082500', '142319.542500', '142320.002500', '142320.462500', '142320.922500', '142321.382500', '142321.842500', '142322.302500', '142322.762500', '142323.222500', '142323.682500', '142324.142500', '142324.602500', '142325.062500', '142325.522500', '142325.982500', '142326.442500', '142326.902500', '142327.362500', '142327.822500', '142328.282500', '142328.742500', '142329.202500', '142329.662500', '142330.122500', '142330.582500', '142331.042500', '142331.502500', '142331.962500', '142332.422500', '142332.882500', '142333.342500', '142333.802500', '142334.262500', '142334.722500', '142335.182500', '142335.642500', '142336.102500', '142336.562500', '142337.022500', '142337.482500', '142337.942500', '142338.402500', '142338.862500', '142339.322500', '142339.782500', '142340.242500', '142340.702500', '142341.162500', '142341.622500', '142342.082500', '142342.542500', '142343.002500', '142343.462500', '142343.922500', '142344.382500', '142344.842500', '142345.302500', '142345.762500', '142346.222500', '142346.682500', '142347.142500', '142347.602500', '142348.062500', '142348.522500', '142348.982500', '142349.442500', '142349.902500', '142350.362500', '142350.822500', '142351.282500', '142351.742500', '142352.202500', '142352.662500', '142353.122500', '142353.582500', '142354.042500', '142354.502500', '142354.962500', '142355.422500', '142355.882500', '142356.342500', '142356.802500', '142357.262500', '142357.722500', '142358.182500', '142358.642500', '142359.102500', '142359.562500', '142400.022500', '142400.482500', '142400.942500', '142401.402500', '142401.862500', '142402.322500', '142402.782500', '142403.242500', '142403.702500', '142404.162500', '142404.622500', '142405.082500', '142405.542500', '142406.002500', '142406.462500', '142406.922500', '142407.382500', '142407.842500', '142408.302500', '142408.762500', '142409.222500', '142409.682500', '142410.142500', '142410.602500', '142411.062500', '142411.522500', '142411.982500', '142412.442500', '142412.902500', '142413.362500', '142413.822500', '142414.282500', '142414.742500', '142415.202500', '142415.662500', '142416.122500', '142416.582500', '142417.042500', '142417.502500', '142417.962500', '142418.422500', '142418.882500', '142419.342500', '142419.802500', '142420.262500', '142420.722500', '142421.182500', '142421.642500', '142422.102500', '142422.562500', '142423.022500', '142423.482500', '142423.942500', '142424.402500', '142424.862500', '142425.322500', '142425.782500', '142426.242500', '142426.702500', '142427.162500', '142427.622500', '142428.082500', '142428.542500', '142429.002500', '142429.462500', '142429.922500', '142430.382500', '142430.842500', '142431.302500', '142431.762500', '142432.222500', '142432.682500', '142433.142500', '142433.602500', '142434.062500', '142434.522500', '142434.982500', '142435.442500', '142435.902500', '142436.362500', '142436.822500', '142437.282500', '142437.742500', '142438.202500', '142438.662500', '142439.122500', '142439.582500', '142440.042500', '142440.502500', '142440.962500', '142441.422500', '142441.882500', '142442.342500', '142442.802500', '142443.262500', '142443.722500', '142444.182500', '142444.642500', '142445.102500', '142445.562500', '142446.022500', '142446.482500', '142446.942500', '142447.402500', '142447.862500', '142448.322500', '142448.782500', '142449.242500', '142449.702500', '142450.162500', '142450.622500', '142451.082500', '142451.542500', '142452.002500', '142452.462500', '142452.922500', '142453.382500', '142453.842500', '142454.302500', '142454.762500', '142455.222500', '142455.682500', '142456.142500', '142456.602500', '142457.062500', '142457.522500', '142457.982500', '142458.442500', '142458.902500', '142459.362500', '142459.822500', '142500.282500', '142500.742500', '142501.202500', '142501.662500', '142502.122500', '142502.582500', '142503.042500', '142503.502500', '142503.962500', '142504.422500', '142504.882500', '142505.342500', '142505.802500', '142506.262500', '142506.722500', '142507.182500', '142507.642500', '142508.102500', '142508.562500', '142509.022500', '142509.482500', '142509.942500', '142510.402500', '142510.862500', '142511.322500', '142511.782500', '142512.242500', '142512.702500', '142513.162500', '142513.622500', '142514.082500', '142514.542500', '142515.002500', '142515.462500', '142515.922500', '142516.382500', '142516.842500', '142517.302500', '142517.762500', '142518.222500', '142518.682500', '142519.142500', '142519.602500', '142520.062500', '142520.522500', '142520.982500', '142521.442500', '142521.902500', '142522.362500', '142522.822500', '142523.282500', '142523.742500', '142524.202500', '142524.662500', '142525.122500', '142525.582500', '142526.042500', '142526.502500', '142526.962500', '142527.422500', '142527.882500', '142528.342500', '142528.802500', '142529.262500', '142529.722500', '142530.182500', '142530.642500', '142531.102500', '142531.562500', '142532.022500', '142532.482500', '142532.942500', '142533.402500', '142533.862500', '142534.322500', '142534.782500', '142535.242500', '142535.702500', '142536.162500', '142536.622500', '142537.082500', '142537.542500', '142538.002500', '142538.462500', '142538.922500', '142539.382500', '142539.842500', '142540.302500', '142540.762500', '142541.222500', '142541.682500', '142542.142500', '142542.602500', '142543.062500', '142543.522500', '142543.982500', '142544.442500', '142544.902500', '142545.362500', '142545.822500', '142546.282500', '142546.742500', '142547.202500', '142547.662500', '142548.122500', '142548.582500', '142549.042500', '142549.502500', '142549.962500', '142550.422500', '142550.882500', '142551.342500'], 'ContentTime': ['141849.472000', '141849.491000', '141849.494000', '141849.496000', '141849.499000', '141849.501000', '141849.504000', '141849.506000', '141849.509000', '141849.512000', '141849.514000', '141849.517000', '141849.519000', '141849.522000', '141849.525000', '141849.527000', '141849.530000', '141849.532000', '141849.535000', '141849.537000', '141849.540000', '141849.543000', '141849.545000', '141849.548000', '141849.551000', '141849.553000', '141849.556000', '141849.558000', '141849.561000', '141849.564000', '141849.566000', '141849.569000', '141849.571000', '141849.574000', '141849.576000', '141849.579000', '141849.581000', '141849.584000', '141849.586000', '141849.589000', '141849.592000', '141849.605000', '141849.607000', '141849.610000', '141849.615000', '141849.618000', '141849.621000', '141909.440000', '141909.443000', '141909.446000', '141909.449000', '141909.451000', '141909.454000', '141909.456000', '141909.459000', '141909.462000', '141909.464000', '141909.467000', '141909.469000', '141909.472000', '141909.475000', '141909.477000', '141909.480000', '141909.483000', '141909.485000', '141909.488000', '141909.491000', '141909.493000', '141909.496000', '141909.499000', '141909.501000', '141909.504000', '141909.507000', '141909.516000', '141909.518000', '141909.521000', '141909.523000', '141909.526000', '141909.529000', '141909.531000', '141909.534000', '141909.536000', '141909.539000', '141909.541000', '141909.544000', '141909.547000', '141909.549000', '141909.552000', '141909.555000', '141909.557000', '141929.460000', '141929.463000', '141929.467000', '141929.469000', '141929.472000', '141929.474000', '141929.477000', '141929.479000', '141929.482000', '141929.485000', '141929.487000', '141929.490000', '141929.493000', '141929.495000', '141929.498000', '141929.500000', '141929.503000', '141929.505000', '141929.508000', '141929.511000', '141929.513000', '141929.516000', '141929.519000', '141929.521000', '141929.524000', '141929.526000', '141929.529000', '141929.531000', '141929.541000', '141929.543000', '141929.546000', '141929.549000', '141929.551000', '141929.554000', '141929.556000', '141929.559000', '141929.561000', '141929.564000', '141929.567000', '141929.569000', '141929.572000', '141929.574000', '141929.577000', '141949.441000', '141949.443000', '141949.446000', '141949.448000', '141949.451000', '141949.454000', '141949.456000', '141949.459000', '141949.461000', '141949.464000', '141949.466000', '141949.469000', '141949.472000', '141949.474000', '141949.477000', '141949.479000', '141949.482000', '141949.485000', '141949.487000', '141949.490000', '141949.492000', '141949.495000', '141949.498000', '141949.500000', '141949.503000', '141949.505000', '141949.508000', '141949.510000', '141949.513000', '141949.516000', '141949.518000', '141949.521000', '141949.523000', '141949.526000', '141949.529000', '141949.531000', '141949.534000', '141949.536000', '141949.539000', '141949.541000', '141949.548000', '141949.551000', '141949.554000', '141949.556000', '142009.439000', '142009.442000', '142009.445000', '142009.447000', '142009.450000', '142009.453000', '142009.455000', '142009.458000', '142009.460000', '142009.463000', '142009.465000', '142009.468000', '142009.471000', '142009.473000', '142009.476000', '142009.478000', '142009.481000', '142009.484000', '142009.486000', '142009.489000', '142009.491000', '142009.494000', '142009.497000', '142009.499000', '142009.502000', '142009.504000', '142009.507000', '142009.509000', '142009.512000', '142009.515000', '142009.517000', '142009.523000', '142009.526000', '142009.528000', '142009.531000', '142009.533000', '142009.536000', '142009.539000', '142009.541000', '142009.544000', '142009.546000', '142009.549000', '142009.552000', '142009.554000', '142029.440000', '142029.443000', '142029.446000', '142029.448000', '142029.451000', '142029.454000', '142029.456000', '142029.459000', '142029.461000', '142029.464000', '142029.466000', '142029.469000', '142029.472000', '142029.474000', '142029.477000', '142029.479000', '142029.482000', '142029.485000', '142029.490000', '142029.492000', '142029.495000', '142029.498000', '142029.500000', '142029.503000', '142029.505000', '142029.508000', '142029.510000', '142029.513000', '142029.516000', '142029.518000', '142029.521000', '142029.523000', '142029.526000', '142029.540000', '142029.543000', '142029.545000', '142029.548000', '142029.550000', '142029.553000', '142029.555000', '142029.558000', '142029.561000', '142029.563000', '142049.440000', '142049.443000', '142049.446000', '142049.448000', '142049.451000', '142049.454000', '142049.456000', '142049.459000', '142049.461000', '142049.464000', '142049.466000', '142049.470000', '142049.473000', '142049.476000', '142049.479000', '142049.481000', '142049.484000', '142049.486000', '142049.489000', '142049.492000', '142049.494000', '142049.497000', '142049.500000', '142049.502000', '142049.506000', '142049.509000', '142049.511000', '142049.514000', '142049.516000', '142049.519000', '142049.522000', '142049.524000', '142049.527000', '142049.530000', '142049.532000', '142049.535000', '142049.538000', '142049.540000', '142049.543000', '142049.545000', '142049.548000', '142049.550000', '142049.553000', '142109.440000', '142109.443000', '142109.446000', '142109.448000', '142109.451000', '142109.454000', '142109.456000', '142109.459000', '142109.461000', '142109.464000', '142109.467000', '142109.469000', '142109.472000', '142109.474000', '142109.477000', '142109.480000', '142109.482000', '142109.485000', '142109.488000', '142109.490000', '142109.493000', '142109.495000', '142109.498000', '142109.500000', '142109.503000', '142109.506000', '142109.508000', '142109.511000', '142109.513000', '142109.516000', '142109.519000', '142109.521000', '142109.524000', '142109.527000', '142109.529000', '142109.532000', '142109.534000', '142109.537000', '142109.539000', '142109.542000', '142109.544000', '142109.547000', '142109.550000', '142109.552000', '142129.441000', '142129.443000', '142129.446000', '142129.449000', '142129.451000', '142129.454000', '142129.456000', '142129.459000', '142129.461000', '142129.464000', '142129.467000', '142129.469000', '142129.472000', '142129.474000', '142129.477000', '142129.480000', '142129.482000', '142129.485000', '142129.488000', '142129.490000', '142129.493000', '142129.495000', '142129.498000', '142129.501000', '142129.503000', '142129.506000', '142129.508000', '142129.511000', '142129.514000', '142129.516000', '142129.519000', '142129.521000', '142129.524000', '142129.526000', '142129.529000', '142129.532000', '142129.534000', '142129.537000', '142129.539000', '142129.542000', '142129.545000', '142129.547000', '142129.550000', '142149.441000', '142149.443000', '142149.446000', '142149.449000', '142149.451000', '142149.454000', '142149.456000', '142149.466000', '142149.469000', '142149.472000', '142149.474000', '142149.477000', '142149.480000', '142149.482000', '142149.485000', '142149.487000', '142149.490000', '142149.492000', '142149.495000', '142149.498000', '142149.500000', '142149.503000', '142149.505000', '142149.508000', '142149.510000', '142149.513000', '142149.516000', '142149.518000', '142149.521000', '142149.524000', '142149.526000', '142149.529000', '142149.531000', '142149.534000', '142149.536000', '142149.539000', '142149.541000', '142149.544000', '142149.547000', '142149.549000', '142149.552000', '142149.554000', '142149.557000', '142149.560000', '142209.440000', '142209.443000', '142209.446000', '142209.448000', '142209.451000', '142209.454000', '142209.456000', '142209.459000', '142209.462000', '142209.464000', '142209.467000', '142209.469000', '142209.472000', '142209.474000', '142209.477000', '142209.491000', '142209.493000', '142209.496000', '142209.498000', '142209.501000', '142209.504000', '142209.506000', '142209.509000', '142209.511000', '142209.514000', '142209.516000', '142209.519000', '142209.521000', '142209.524000', '142209.527000', '142209.529000', '142209.532000', '142209.535000', '142209.537000', '142209.540000', '142209.543000', '142209.546000', '142209.548000', '142209.551000', '142209.554000', '142209.556000', '142209.559000', '142209.562000', '142229.439000', '142229.442000', '142229.445000', '142229.448000', '142229.450000', '142229.453000', '142229.455000', '142229.458000', '142229.460000', '142229.463000', '142229.466000', '142229.468000', '142229.471000', '142229.473000', '142229.476000', '142229.479000', '142229.481000', '142229.484000', '142229.487000', '142229.489000', '142229.492000', '142229.494000', '142229.497000', '142229.499000', '142229.502000', '142229.505000', '142229.507000', '142229.510000', '142229.512000', '142229.515000', '142229.518000', '142229.520000', '142229.523000', '142229.526000', '142229.528000', '142229.531000', '142229.533000', '142229.536000', '142229.538000', '142229.541000', '142229.544000', '142229.546000', '142229.549000', '142229.551000', '142249.441000', '142249.444000', '142249.446000', '142249.449000', '142249.451000', '142249.454000', '142249.456000', '142249.459000', '142249.462000', '142249.464000', '142249.467000', '142249.469000', '142249.472000', '142249.474000', '142249.477000', '142249.480000', '142249.482000', '142249.485000', '142249.488000', '142249.490000', '142249.493000', '142249.495000', '142249.498000', '142249.500000', '142249.503000', '142249.506000', '142249.509000', '142249.512000', '142249.515000', '142249.517000', '142249.520000', '142249.523000', '142249.525000', '142249.528000', '142249.530000', '142249.533000', '142249.536000', '142249.538000', '142249.541000', '142249.543000', '142249.546000', '142249.549000', '142249.551000', '142309.441000', '142309.443000', '142309.446000', '142309.449000', '142309.451000', '142309.454000', '142309.456000', '142309.459000', '142309.462000', '142309.464000', '142309.467000', '142309.469000', '142309.472000', '142309.475000', '142309.477000', '142309.480000', '142309.483000', '142309.485000', '142309.488000', '142309.490000', '142309.493000', '142309.495000', '142309.498000', '142309.500000', '142309.503000', '142309.506000', '142309.508000', '142309.511000', '142309.514000', '142309.516000', '142309.519000', '142309.521000', '142309.524000', '142309.527000', '142309.529000', '142309.532000', '142309.534000', '142309.537000', '142309.539000', '142309.542000', '142309.545000', '142309.547000', '142309.550000', '142309.552000', '142329.441000', '142329.443000', '142329.446000', '142329.448000', '142329.451000', '142329.454000', '142329.456000', '142329.459000', '142329.461000', '142329.464000', '142329.466000', '142329.469000', '142329.472000', '142329.474000', '142329.477000', '142329.479000', '142329.482000', '142329.485000', '142329.487000', '142329.490000', '142329.492000', '142329.495000', '142329.497000', '142329.500000', '142329.503000', '142329.506000', '142329.508000', '142329.511000', '142329.514000', '142329.516000', '142329.519000', '142329.521000', '142329.524000', '142329.526000', '142329.529000', '142329.531000', '142329.534000', '142329.537000', '142329.539000', '142329.542000', '142329.557000', '142329.560000', '142329.563000', '142349.440000', '142349.443000', '142349.446000', '142349.449000', '142349.451000', '142349.454000', '142349.456000', '142349.459000', '142349.461000', '142349.464000', '142349.467000', '142349.469000', '142349.472000', '142349.475000', '142349.477000', '142349.480000', '142349.482000', '142349.485000', '142349.488000', '142349.490000', '142349.493000', '142349.495000', '142349.498000', '142349.500000', '142349.503000', '142349.506000', '142349.508000', '142349.511000', '142349.513000', '142349.516000', '142349.519000', '142349.521000', '142349.524000', '142349.526000', '142349.529000', '142349.532000', '142349.534000', '142349.537000', '142349.539000', '142349.542000', '142349.545000', '142349.547000', '142349.550000', '142349.552000', '142409.441000', '142409.444000', '142409.446000', '142409.449000', '142409.451000', '142409.454000', '142409.456000', '142409.459000', '142409.462000', '142409.464000', '142409.467000', '142409.469000', '142409.472000', '142409.474000', '142409.477000', '142409.480000', '142409.482000', '142409.485000', '142409.487000', '142409.490000', '142409.492000', '142409.495000', '142409.498000', '142409.500000', '142409.503000', '142409.505000', '142409.508000', '142409.511000', '142409.513000', '142409.516000', '142409.519000', '142409.521000', '142409.524000', '142409.526000', '142409.529000', '142409.531000', '142409.534000', '142409.536000', '142409.539000', '142409.542000', '142409.544000', '142409.547000', '142409.550000', '142429.440000', '142429.443000', '142429.446000', '142429.449000', '142429.451000', '142429.454000', '142429.456000', '142429.459000', '142429.461000', '142429.464000', '142429.467000', '142429.469000', '142429.472000', '142429.475000', '142429.477000', '142429.480000', '142429.483000', '142429.485000', '142429.488000', '142429.490000', '142429.493000', '142429.496000', '142429.498000', '142429.501000', '142429.503000', '142429.506000', '142429.509000', '142429.511000', '142429.514000', '142429.516000', '142429.519000', '142429.522000', '142429.524000', '142429.527000', '142429.529000', '142429.532000', '142429.535000', '142429.537000', '142429.540000', '142429.543000', '142429.545000', '142429.548000', '142429.550000', '142429.553000', '142449.440000', '142449.443000', '142449.445000', '142449.448000', '142449.451000', '142449.454000', '142449.457000', '142449.460000', '142449.462000', '142449.465000', '142449.467000', '142449.470000', '142449.473000', '142449.475000', '142449.478000', '142449.480000', '142449.483000', '142449.485000', '142449.488000', '142449.491000', '142449.493000', '142449.496000', '142449.498000', '142449.501000', '142449.504000', '142449.506000', '142449.509000', '142449.511000', '142449.514000', '142449.517000', '142449.519000', '142449.522000', '142449.524000', '142449.527000', '142449.529000', '142449.532000', '142449.535000', '142449.537000', '142449.540000', '142449.542000', '142449.545000', '142449.547000', '142449.550000', '142509.440000', '142509.443000', '142509.446000', '142509.448000', '142509.451000', '142509.454000', '142509.456000', '142509.459000', '142509.472000', '142509.474000', '142509.477000', '142509.479000', '142509.482000', '142509.484000', '142509.487000', '142509.490000', '142509.492000', '142509.495000', '142509.497000', '142509.500000', '142509.503000', '142509.505000', '142509.508000', '142509.511000', '142509.513000', '142509.516000', '142509.518000', '142509.521000', '142509.524000', '142509.526000', '142509.529000', '142509.531000', '142509.534000', '142509.536000', '142509.539000', '142509.542000', '142509.544000', '142509.547000', '142509.549000', '142509.552000', '142509.555000', '142509.557000', '142509.560000', '142509.562000', '142529.441000', '142529.443000', '142529.446000', '142529.449000', '142529.451000', '142529.454000', '142529.456000', '142529.459000', '142529.462000', '142529.464000', '142529.467000', '142529.469000', '142529.472000', '142529.474000', '142529.477000', '142529.480000', '142529.482000', '142529.485000', '142529.487000', '142529.490000', '142529.493000', '142529.495000', '142529.498000', '142529.500000', '142529.503000', '142529.506000', '142529.508000', '142529.511000', '142529.513000', '142529.516000', '142529.519000', '142529.521000', '142529.524000', '142529.527000', '142529.529000', '142529.532000', '142529.534000', '142529.537000', '142529.539000', '142529.542000', '142529.545000', '142529.547000', '142529.550000', '142549.441000', '142549.443000', '142549.446000', '142549.449000', '142549.451000', '142549.454000', '142549.456000', '142549.459000', '142549.462000', '142549.464000', '142549.467000', '142549.469000', '142549.472000', '142549.474000', '142549.477000', '142549.480000', '142549.482000', '142549.485000', '142549.487000', '142549.490000', '142549.493000', '142549.495000', '142549.498000', '142549.501000', '142549.503000', '142549.506000', '142549.508000', '142549.511000', '142549.513000', '142549.516000', '142549.519000', '142549.521000', '142549.524000', '142549.527000', '142549.529000', '142549.532000', '142549.534000', '142549.537000', '142549.539000', '142549.542000', '142549.545000', '142549.547000', '142549.550000', '142549.553000', '142552.592000', '142552.595000', '142552.598000', '142552.601000', '142552.604000', '142552.607000', '142552.610000'], 'InstanceCreationTime': ['141849.472000', '141849.491000', '141849.494000', '141849.496000', '141849.499000', '141849.501000', '141849.504000', '141849.506000', '141849.509000', '141849.512000', '141849.514000', '141849.517000', '141849.519000', '141849.522000', '141849.525000', '141849.527000', '141849.530000', '141849.532000', '141849.535000', '141849.537000', '141849.540000', '141849.543000', '141849.545000', '141849.548000', '141849.551000', '141849.553000', '141849.556000', '141849.558000', '141849.561000', '141849.564000', '141849.566000', '141849.569000', '141849.571000', '141849.574000', '141849.576000', '141849.579000', '141849.581000', '141849.584000', '141849.586000', '141849.589000', '141849.592000', '141849.605000', '141849.607000', '141849.610000', '141849.615000', '141849.618000', '141849.621000', '141909.440000', '141909.443000', '141909.446000', '141909.449000', '141909.451000', '141909.454000', '141909.456000', '141909.459000', '141909.462000', '141909.464000', '141909.467000', '141909.469000', '141909.472000', '141909.475000', '141909.477000', '141909.480000', '141909.483000', '141909.485000', '141909.488000', '141909.491000', '141909.493000', '141909.496000', '141909.499000', '141909.501000', '141909.504000', '141909.507000', '141909.516000', '141909.518000', '141909.521000', '141909.523000', '141909.526000', '141909.529000', '141909.531000', '141909.534000', '141909.536000', '141909.539000', '141909.541000', '141909.544000', '141909.547000', '141909.549000', '141909.552000', '141909.555000', '141909.557000', '141929.460000', '141929.463000', '141929.467000', '141929.469000', '141929.472000', '141929.474000', '141929.477000', '141929.479000', '141929.482000', '141929.485000', '141929.487000', '141929.490000', '141929.493000', '141929.495000', '141929.498000', '141929.500000', '141929.503000', '141929.505000', '141929.508000', '141929.511000', '141929.513000', '141929.516000', '141929.519000', '141929.521000', '141929.524000', '141929.526000', '141929.529000', '141929.531000', '141929.541000', '141929.543000', '141929.546000', '141929.549000', '141929.551000', '141929.554000', '141929.556000', '141929.559000', '141929.561000', '141929.564000', '141929.567000', '141929.569000', '141929.572000', '141929.574000', '141929.577000', '141949.441000', '141949.443000', '141949.446000', '141949.448000', '141949.451000', '141949.454000', '141949.456000', '141949.459000', '141949.461000', '141949.464000', '141949.466000', '141949.469000', '141949.472000', '141949.474000', '141949.477000', '141949.479000', '141949.482000', '141949.485000', '141949.487000', '141949.490000', '141949.492000', '141949.495000', '141949.498000', '141949.500000', '141949.503000', '141949.505000', '141949.508000', '141949.510000', '141949.513000', '141949.516000', '141949.518000', '141949.521000', '141949.523000', '141949.526000', '141949.529000', '141949.531000', '141949.534000', '141949.536000', '141949.539000', '141949.541000', '141949.548000', '141949.551000', '141949.554000', '141949.556000', '142009.439000', '142009.442000', '142009.445000', '142009.447000', '142009.450000', '142009.453000', '142009.455000', '142009.458000', '142009.460000', '142009.463000', '142009.465000', '142009.468000', '142009.471000', '142009.473000', '142009.476000', '142009.478000', '142009.481000', '142009.484000', '142009.486000', '142009.489000', '142009.491000', '142009.494000', '142009.497000', '142009.499000', '142009.502000', '142009.504000', '142009.507000', '142009.509000', '142009.512000', '142009.515000', '142009.517000', '142009.523000', '142009.526000', '142009.528000', '142009.531000', '142009.533000', '142009.536000', '142009.539000', '142009.541000', '142009.544000', '142009.546000', '142009.549000', '142009.552000', '142009.554000', '142029.440000', '142029.443000', '142029.446000', '142029.448000', '142029.451000', '142029.454000', '142029.456000', '142029.459000', '142029.461000', '142029.464000', '142029.466000', '142029.469000', '142029.472000', '142029.474000', '142029.477000', '142029.479000', '142029.482000', '142029.485000', '142029.490000', '142029.492000', '142029.495000', '142029.498000', '142029.500000', '142029.503000', '142029.505000', '142029.508000', '142029.510000', '142029.513000', '142029.516000', '142029.518000', '142029.521000', '142029.523000', '142029.526000', '142029.540000', '142029.543000', '142029.545000', '142029.548000', '142029.550000', '142029.553000', '142029.555000', '142029.558000', '142029.561000', '142029.563000', '142049.440000', '142049.443000', '142049.446000', '142049.448000', '142049.451000', '142049.454000', '142049.456000', '142049.459000', '142049.461000', '142049.464000', '142049.466000', '142049.470000', '142049.473000', '142049.476000', '142049.479000', '142049.481000', '142049.484000', '142049.486000', '142049.489000', '142049.492000', '142049.494000', '142049.497000', '142049.500000', '142049.502000', '142049.506000', '142049.509000', '142049.511000', '142049.514000', '142049.516000', '142049.519000', '142049.522000', '142049.524000', '142049.527000', '142049.530000', '142049.532000', '142049.535000', '142049.538000', '142049.540000', '142049.543000', '142049.545000', '142049.548000', '142049.550000', '142049.553000', '142109.440000', '142109.443000', '142109.446000', '142109.448000', '142109.451000', '142109.454000', '142109.456000', '142109.459000', '142109.461000', '142109.464000', '142109.467000', '142109.469000', '142109.472000', '142109.474000', '142109.477000', '142109.480000', '142109.482000', '142109.485000', '142109.488000', '142109.490000', '142109.493000', '142109.495000', '142109.498000', '142109.500000', '142109.503000', '142109.506000', '142109.508000', '142109.511000', '142109.513000', '142109.516000', '142109.519000', '142109.521000', '142109.524000', '142109.527000', '142109.529000', '142109.532000', '142109.534000', '142109.537000', '142109.539000', '142109.542000', '142109.544000', '142109.547000', '142109.550000', '142109.552000', '142129.441000', '142129.443000', '142129.446000', '142129.449000', '142129.451000', '142129.454000', '142129.456000', '142129.459000', '142129.461000', '142129.464000', '142129.467000', '142129.469000', '142129.472000', '142129.474000', '142129.477000', '142129.480000', '142129.482000', '142129.485000', '142129.488000', '142129.490000', '142129.493000', '142129.495000', '142129.498000', '142129.501000', '142129.503000', '142129.506000', '142129.508000', '142129.511000', '142129.514000', '142129.516000', '142129.519000', '142129.521000', '142129.524000', '142129.526000', '142129.529000', '142129.532000', '142129.534000', '142129.537000', '142129.539000', '142129.542000', '142129.545000', '142129.547000', '142129.550000', '142149.441000', '142149.443000', '142149.446000', '142149.449000', '142149.451000', '142149.454000', '142149.456000', '142149.466000', '142149.469000', '142149.472000', '142149.474000', '142149.477000', '142149.480000', '142149.482000', '142149.485000', '142149.487000', '142149.490000', '142149.492000', '142149.495000', '142149.498000', '142149.500000', '142149.503000', '142149.505000', '142149.508000', '142149.510000', '142149.513000', '142149.516000', '142149.518000', '142149.521000', '142149.524000', '142149.526000', '142149.529000', '142149.531000', '142149.534000', '142149.536000', '142149.539000', '142149.541000', '142149.544000', '142149.547000', '142149.549000', '142149.552000', '142149.554000', '142149.557000', '142149.560000', '142209.440000', '142209.443000', '142209.446000', '142209.448000', '142209.451000', '142209.454000', '142209.456000', '142209.459000', '142209.462000', '142209.464000', '142209.467000', '142209.469000', '142209.472000', '142209.474000', '142209.477000', '142209.491000', '142209.493000', '142209.496000', '142209.498000', '142209.501000', '142209.504000', '142209.506000', '142209.509000', '142209.511000', '142209.514000', '142209.516000', '142209.519000', '142209.521000', '142209.524000', '142209.527000', '142209.529000', '142209.532000', '142209.535000', '142209.537000', '142209.540000', '142209.543000', '142209.546000', '142209.548000', '142209.551000', '142209.554000', '142209.556000', '142209.559000', '142209.562000', '142229.439000', '142229.442000', '142229.445000', '142229.448000', '142229.450000', '142229.453000', '142229.455000', '142229.458000', '142229.460000', '142229.463000', '142229.466000', '142229.468000', '142229.471000', '142229.473000', '142229.476000', '142229.479000', '142229.481000', '142229.484000', '142229.487000', '142229.489000', '142229.492000', '142229.494000', '142229.497000', '142229.499000', '142229.502000', '142229.505000', '142229.507000', '142229.510000', '142229.512000', '142229.515000', '142229.518000', '142229.520000', '142229.523000', '142229.526000', '142229.528000', '142229.531000', '142229.533000', '142229.536000', '142229.538000', '142229.541000', '142229.544000', '142229.546000', '142229.549000', '142229.551000', '142249.441000', '142249.444000', '142249.446000', '142249.449000', '142249.451000', '142249.454000', '142249.456000', '142249.459000', '142249.462000', '142249.464000', '142249.467000', '142249.469000', '142249.472000', '142249.474000', '142249.477000', '142249.480000', '142249.482000', '142249.485000', '142249.488000', '142249.490000', '142249.493000', '142249.495000', '142249.498000', '142249.500000', '142249.503000', '142249.506000', '142249.509000', '142249.512000', '142249.515000', '142249.517000', '142249.520000', '142249.523000', '142249.525000', '142249.528000', '142249.530000', '142249.533000', '142249.536000', '142249.538000', '142249.541000', '142249.543000', '142249.546000', '142249.549000', '142249.551000', '142309.441000', '142309.443000', '142309.446000', '142309.449000', '142309.451000', '142309.454000', '142309.456000', '142309.459000', '142309.462000', '142309.464000', '142309.467000', '142309.469000', '142309.472000', '142309.475000', '142309.477000', '142309.480000', '142309.483000', '142309.485000', '142309.488000', '142309.490000', '142309.493000', '142309.495000', '142309.498000', '142309.500000', '142309.503000', '142309.506000', '142309.508000', '142309.511000', '142309.514000', '142309.516000', '142309.519000', '142309.521000', '142309.524000', '142309.527000', '142309.529000', '142309.532000', '142309.534000', '142309.537000', '142309.539000', '142309.542000', '142309.545000', '142309.547000', '142309.550000', '142309.552000', '142329.441000', '142329.443000', '142329.446000', '142329.448000', '142329.451000', '142329.454000', '142329.456000', '142329.459000', '142329.461000', '142329.464000', '142329.466000', '142329.469000', '142329.472000', '142329.474000', '142329.477000', '142329.479000', '142329.482000', '142329.485000', '142329.487000', '142329.490000', '142329.492000', '142329.495000', '142329.497000', '142329.500000', '142329.503000', '142329.506000', '142329.508000', '142329.511000', '142329.514000', '142329.516000', '142329.519000', '142329.521000', '142329.524000', '142329.526000', '142329.529000', '142329.531000', '142329.534000', '142329.537000', '142329.539000', '142329.542000', '142329.557000', '142329.560000', '142329.563000', '142349.440000', '142349.443000', '142349.446000', '142349.449000', '142349.451000', '142349.454000', '142349.456000', '142349.459000', '142349.461000', '142349.464000', '142349.467000', '142349.469000', '142349.472000', '142349.475000', '142349.477000', '142349.480000', '142349.482000', '142349.485000', '142349.488000', '142349.490000', '142349.493000', '142349.495000', '142349.498000', '142349.500000', '142349.503000', '142349.506000', '142349.508000', '142349.511000', '142349.513000', '142349.516000', '142349.519000', '142349.521000', '142349.524000', '142349.526000', '142349.529000', '142349.532000', '142349.534000', '142349.537000', '142349.539000', '142349.542000', '142349.545000', '142349.547000', '142349.550000', '142349.552000', '142409.441000', '142409.444000', '142409.446000', '142409.449000', '142409.451000', '142409.454000', '142409.456000', '142409.459000', '142409.462000', '142409.464000', '142409.467000', '142409.469000', '142409.472000', '142409.474000', '142409.477000', '142409.480000', '142409.482000', '142409.485000', '142409.487000', '142409.490000', '142409.492000', '142409.495000', '142409.498000', '142409.500000', '142409.503000', '142409.505000', '142409.508000', '142409.511000', '142409.513000', '142409.516000', '142409.519000', '142409.521000', '142409.524000', '142409.526000', '142409.529000', '142409.531000', '142409.534000', '142409.536000', '142409.539000', '142409.542000', '142409.544000', '142409.547000', '142409.550000', '142429.440000', '142429.443000', '142429.446000', '142429.449000', '142429.451000', '142429.454000', '142429.456000', '142429.459000', '142429.461000', '142429.464000', '142429.467000', '142429.469000', '142429.472000', '142429.475000', '142429.477000', '142429.480000', '142429.483000', '142429.485000', '142429.488000', '142429.490000', '142429.493000', '142429.496000', '142429.498000', '142429.501000', '142429.503000', '142429.506000', '142429.509000', '142429.511000', '142429.514000', '142429.516000', '142429.519000', '142429.522000', '142429.524000', '142429.527000', '142429.529000', '142429.532000', '142429.535000', '142429.537000', '142429.540000', '142429.543000', '142429.545000', '142429.548000', '142429.550000', '142429.553000', '142449.440000', '142449.443000', '142449.445000', '142449.448000', '142449.451000', '142449.454000', '142449.457000', '142449.460000', '142449.462000', '142449.465000', '142449.467000', '142449.470000', '142449.473000', '142449.475000', '142449.478000', '142449.480000', '142449.483000', '142449.485000', '142449.488000', '142449.491000', '142449.493000', '142449.496000', '142449.498000', '142449.501000', '142449.504000', '142449.506000', '142449.509000', '142449.511000', '142449.514000', '142449.517000', '142449.519000', '142449.522000', '142449.524000', '142449.527000', '142449.529000', '142449.532000', '142449.535000', '142449.537000', '142449.540000', '142449.542000', '142449.545000', '142449.547000', '142449.550000', '142509.440000', '142509.443000', '142509.446000', '142509.448000', '142509.451000', '142509.454000', '142509.456000', '142509.459000', '142509.472000', '142509.474000', '142509.477000', '142509.479000', '142509.482000', '142509.484000', '142509.487000', '142509.490000', '142509.492000', '142509.495000', '142509.497000', '142509.500000', '142509.503000', '142509.505000', '142509.508000', '142509.511000', '142509.513000', '142509.516000', '142509.518000', '142509.521000', '142509.524000', '142509.526000', '142509.529000', '142509.531000', '142509.534000', '142509.536000', '142509.539000', '142509.542000', '142509.544000', '142509.547000', '142509.549000', '142509.552000', '142509.555000', '142509.557000', '142509.560000', '142509.562000', '142529.441000', '142529.443000', '142529.446000', '142529.449000', '142529.451000', '142529.454000', '142529.456000', '142529.459000', '142529.462000', '142529.464000', '142529.467000', '142529.469000', '142529.472000', '142529.474000', '142529.477000', '142529.480000', '142529.482000', '142529.485000', '142529.487000', '142529.490000', '142529.493000', '142529.495000', '142529.498000', '142529.500000', '142529.503000', '142529.506000', '142529.508000', '142529.511000', '142529.513000', '142529.516000', '142529.519000', '142529.521000', '142529.524000', '142529.527000', '142529.529000', '142529.532000', '142529.534000', '142529.537000', '142529.539000', '142529.542000', '142529.545000', '142529.547000', '142529.550000', '142549.441000', '142549.443000', '142549.446000', '142549.449000', '142549.451000', '142549.454000', '142549.456000', '142549.459000', '142549.462000', '142549.464000', '142549.467000', '142549.469000', '142549.472000', '142549.474000', '142549.477000', '142549.480000', '142549.482000', '142549.485000', '142549.487000', '142549.490000', '142549.493000', '142549.495000', '142549.498000', '142549.501000', '142549.503000', '142549.506000', '142549.508000', '142549.511000', '142549.513000', '142549.516000', '142549.519000', '142549.521000', '142549.524000', '142549.527000', '142549.529000', '142549.532000', '142549.534000', '142549.537000', '142549.539000', '142549.542000', '142549.545000', '142549.547000', '142549.550000', '142549.553000', '142552.592000', '142552.595000', '142552.598000', '142552.601000', '142552.604000', '142552.607000', '142552.610000'], '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': [16881, 10392, 16545, 10034, 16235, 11231, 17453, 12341, 16953, 9364, 14444, 9312, 12535, 9319, 12538, 8928, 13120, 9667, 12973, 9015, 12431, 9131, 12171, 8804, 12291, 8658, 12109, 8877, 11137, 8326, 10803, 7730, 11415, 7778, 10908, 7713, 9916, 7691, 10161, 8529, 10524, 8309, 9604, 8647, 9467, 12157, 9515, 12950, 9413, 12062, 8784, 13134, 9007, 12319, 8766, 12658, 8748, 11904, 8566, 11027, 7764, 10758, 7866, 10762, 7798, 10655, 7979, 10487, 8034, 11249, 7989, 11256, 8553, 11053, 8175, 11747, 8352, 12262, 8670, 12024, 8371, 11737, 8500, 12352, 8393, 11727, 7948, 11263, 7895, 11305, 8243, 11853, 8280, 10409, 8116, 9883, 8592, 9851, 13810, 10004, 11950, 8873, 11639, 8651, 11483, 9114, 12650, 9258, 8986, 9380, 9449, 9365, 10305, 9566, 10613, 9579, 8087, 9285, 8445, 9631, 8281, 10319, 8516, 10189, 7953, 10132, 7993, 9923, 8049, 10752, 8211, 11409, 8147, 10208, 7915, 10073, 7979, 10510, 8239, 9958, 8500, 9616, 11248, 9067, 14153, 9610, 13525, 8957, 12232, 8742, 11696, 8513, 11600, 8202, 10776, 8379, 10691, 7794, 10087, 7831, 9909, 8354, 10144, 7966, 9849, 10993, 9673, 15232, 9857, 13329, 9274, 12174, 8879, 11620, 8322, 11654, 8374, 11040, 8592, 10855, 8625, 11255, 8934, 11711, 8846, 11651, 8876, 11918, 8837, 12390, 8909, 12341, 8873, 12162, 8685, 12451, 9731, 12694, 8721, 12904, 8914, 12323, 9043, 13333, 8826, 12763, 8859, 12221, 9029, 12251, 8780, 12980, 8550, 11566, 7970, 11180, 8206, 12339, 8871, 11835, 8435, 9959, 8367, 9230, 12537, 9820, 16266, 8746, 11252, 8563, 12754, 8804, 14172, 8989, 11948, 8327, 11603, 8573, 12745, 9035, 12376, 8777, 11928, 8732, 12432, 8756, 12868, 9400, 12794, 8964, 11817, 8657, 12230, 8821, 12310, 8922, 11884, 8782, 11638, 8418, 11417, 8198, 11303, 8314, 11814, 7728, 10318, 7907, 10714, 7715, 11396, 8075, 11392, 8109, 10071, 7865, 9958, 7669, 11119, 8271, 11032, 7878, 10526, 8029, 9728, 7867, 10250, 8028, 10179, 7861, 9586, 7981, 9566, 8840, 9189, 12407, 9887, 11173, 9038, 12910, 9116, 13396, 8875, 13738, 9290, 12051, 8770, 11484, 8757, 12679, 8952, 14082, 9439, 13225, 9127, 13321, 9031, 12414, 9023, 12986, 9568, 12393, 8688, 11745, 8198, 11083, 8040, 11859, 8056, 10418, 7963, 10252, 8237, 10204, 9042, 10240, 12688, 9447, 14513, 9490, 12669, 8950, 11993, 8414, 11073, 8381, 10090, 8080, 11165, 8248, 12068, 8153, 10962, 7960, 10098, 8185, 10914, 8158, 10749, 7941, 10327, 8171, 10559, 8384, 12833, 8569, 11807, 9244, 11623, 8980, 12496, 8867, 12033, 8165, 10691, 8139, 10192, 8906, 9923, 11942, 10315, 10319, 8944, 11894, 8934, 14661, 10276, 14219, 9300, 13622, 9113, 13708, 9160, 14026, 9935, 13827, 8898, 12876, 8899, 13086, 9687, 13604, 8649, 12545, 8919, 12073, 8581, 13139, 8718, 12203, 8860, 11384, 8770, 11821, 9293, 13062, 8908, 12391, 8932, 11894, 8757, 12016, 8453, 11901, 8785, 11415, 8503, 11110, 7766, 10576, 8532, 10915, 8105, 9005, 9558, 8938, 13914, 9090, 14700, 9753, 12968, 8903, 12001, 8830, 12362, 8762, 12754, 8841, 13138, 8818, 10687, 8611, 10779, 8600, 13562, 9518, 11728, 8762, 12451, 8741, 12911, 9155, 12741, 9230, 12658, 8674, 12077, 8688, 12191, 9168, 12775, 8859, 12382, 8891, 11654, 8757, 12577, 9470, 13165, 8889, 12706, 8876, 12540, 8731, 13072, 8943, 12677, 8341, 10812, 7787, 9958, 8009, 10225, 8221, 9716, 7889, 8973, 10129, 8877, 14099, 9224, 14280, 9266, 13120, 9008, 12041, 9021, 11851, 8776, 11831, 7892, 10380, 8050, 9215, 8363, 9670, 11943, 9415, 12948, 8829, 12603, 9275, 11779, 8600, 11694, 8467, 10978, 7878, 10044, 7774, 9470, 7858, 9895, 8687, 9213, 10728, 8896, 13569, 9205, 13752, 9131, 12468, 8936, 11393, 8530, 10580, 7986, 10280, 7834, 10028, 7854, 9587, 8364, 9411, 9976, 9921, 14403, 10168, 13190, 8905, 13614, 8982, 12439, 8672, 12583, 9279, 12479, 9282, 11770, 9038, 11737, 8624, 12348, 8805, 11997, 9107, 11642, 8717, 11831, 8474, 12905, 8728, 11685, 8260, 11117, 8063, 11524, 8315, 12224, 8307, 11189, 8585, 10972, 8374, 12614, 8645, 12687, 9064, 11974, 9080, 12967, 9597, 13567, 9119, 12895, 9007, 12452, 8259, 12508, 8719, 14411, 8322, 9845, 7774, 8982, 9231, 9696, 10946, 9157, 9402, 9014, 11217, 9054, 14299, 9510, 11641, 8612, 12020, 9105, 13116, 9324, 14188, 9251, 13150, 8944, 13166, 8902, 12991, 9066, 12915, 8792, 12445, 8586, 11722, 8574, 11030, 7978, 11083, 8192, 9727, 7928, 9163, 8832, 9007, 13503, 9101, 13447, 9256, 12272, 8677, 10925, 8162, 9647, 7785, 9499, 8392, 8716, 11882, 9365, 12464, 9343, 12076, 9023, 10946, 8530, 10580, 8204, 9811, 7690, 9486, 8137, 9970, 8029, 9564, 7950, 9573, 8003, 9944, 9210, 10024, 8483, 9715, 10507, 9180, 13225, 9494, 14837, 9819, 13390, 8734, 12952, 8900, 12362, 9010, 13063, 9526, 12450, 8369, 11398, 8011, 10462, 8568, 11591, 11456, 9971, 12996, 9104, 13319, 9593, 14918, 10327, 13340, 9172, 13016, 9114, 12473, 9081, 13396, 9297, 12618, 9135, 11601, 9042, 12247, 8827, 13610, 8761, 12106, 8907, 11332, 8893, 11299, 8526, 12207, 7882, 10327, 7812, 9588, 7830, 9987, 8310, 9540, 8367, 8900, 8932, 9103, 11460, 9110, 14864, 9593, 13595, 8663, 11711, 8827, 11521, 9016, 11953, 8718, 11983, 8516, 11657, 9059, 11274, 8892, 11543, 8956, 11269, 9070, 11811, 8887, 12161, 8802, 12376, 8749, 12292, 8769, 11729, 8715, 11259, 8539, 11213, 8289, 11678, 8174, 9954, 7769, 9569, 8464, 9697, 9790, 9853, 8932, 9314, 8996, 9276, 10700, 9242, 12033, 9451, 9010, 9225, 8889, 8987, 9514, 9237, 10226, 9652, 9092, 9672, 8727, 9496, 11381, 9061, 14645, 10030, 13151, 8814, 14347, 9295, 13126, 9161, 12961, 10341, 13207, 8577, 11528, 8642, 10547, 7891, 10339, 8098, 9789, 8224, 9235, 9783, 8914, 13926, 9190, 14052, 9199, 12402, 9017, 11898, 8969, 12421, 9585, 12271, 8583, 11377, 8358, 10552, 8085, 10616, 8180, 10407, 7856, 9883, 9095, 9702, 14098, 9951, 12144, 9130, 12631, 9309, 13241, 9237, 13527, 9030, 10839, 8912, 11697, 8900, 14619, 9911, 13340, 9164, 14018, 8863, 12785, 9197, 13480, 9947, 12783, 8882, 10997, 7904, 10338, 8555, 10691, 8193, 9894, 7763, 9679, 9267, 9099, 13454, 9589, 13574, 9085, 13465, 9220, 12709, 9360, 13138, 9507, 12993, 8825, 11962, 9150, 11993, 9313, 12764, 9050, 12798, 9116, 11802, 8959, 12254, 8918, 12135, 8670, 11724, 8910, 11772, 8680, 11863, 8584, 11337, 8562, 10591, 8103, 10402, 8415, 9689, 12154, 10044, 11885, 9180, 12962, 9145, 13375, 9003, 13230, 9653, 12977, 8845, 12785, 9000, 12565, 9041, 12675, 9230, 11960, 8606, 11537, 8179], 'WindowCenter': [4603.0, 4526.0, 4562.0, 4509.0, 4545.0, 4503.0, 4544.0, 4503.0, 4531.0, 4469.0, 4509.0, 4469.0, 4499.0, 4469.0, 4498.0, 4470.0, 4499.0, 4469.0, 4500.0, 4468.0, 4497.0, 4466.0, 4487.0, 4455.0, 4487.0, 4458.0, 4489.0, 4469.0, 4487.0, 4458.0, 4479.0, 4448.0, 4488.0, 4448.0, 4480.0, 4448.0, 4479.0, 4449.0, 4478.0, 4458.0, 4479.0, 4459.0, 4480.0, 4467.0, 4469.0, 4486.0, 4469.0, 4497.0, 4469.0, 4497.0, 4459.0, 4497.0, 4467.0, 4498.0, 4459.0, 4499.0, 4459.0, 4489.0, 4457.0, 4489.0, 4447.0, 4488.0, 4458.0, 4489.0, 4459.0, 4490.0, 4461.0, 4491.0, 4460.0, 4501.0, 4461.0, 4500.0, 4470.0, 4502.0, 4470.0, 4502.0, 4472.0, 4503.0, 4472.0, 4512.0, 4471.0, 4501.0, 4458.0, 4501.0, 4459.0, 4500.0, 4457.0, 4488.0, 4447.0, 4489.0, 4458.0, 4490.0, 4458.0, 4477.0, 4447.0, 4468.0, 4455.0, 4468.0, 4495.0, 4468.0, 4485.0, 4456.0, 4485.0, 4456.0, 4487.0, 4468.0, 4496.0, 4467.0, 4467.0, 4467.0, 4467.0, 4469.0, 4476.0, 4469.0, 4476.0, 4469.0, 4457.0, 4469.0, 4457.0, 4478.0, 4457.0, 4479.0, 4458.0, 4479.0, 4458.0, 4478.0, 4458.0, 4478.0, 4448.0, 4488.0, 4458.0, 4488.0, 4458.0, 4479.0, 4447.0, 4479.0, 4448.0, 4479.0, 4458.0, 4479.0, 4458.0, 4469.0, 4486.0, 4458.0, 4506.0, 4467.0, 4497.0, 4467.0, 4497.0, 4458.0, 4487.0, 4457.0, 4488.0, 4458.0, 4489.0, 4460.0, 4489.0, 4449.0, 4481.0, 4459.0, 4481.0, 4459.0, 4493.0, 4461.0, 4482.0, 4492.0, 4482.0, 4520.0, 4480.0, 4510.0, 4469.0, 4500.0, 4469.0, 4499.0, 4459.0, 4489.0, 4459.0, 4490.0, 4472.0, 4490.0, 4473.0, 4502.0, 4483.0, 4514.0, 4484.0, 4513.0, 4483.0, 4501.0, 4482.0, 4513.0, 4483.0, 4513.0, 4483.0, 4513.0, 4483.0, 4513.0, 4484.0, 4513.0, 4472.0, 4514.0, 4482.0, 4511.0, 4470.0, 4511.0, 4472.0, 4511.0, 4470.0, 4501.0, 4470.0, 4500.0, 4459.0, 4500.0, 4459.0, 4489.0, 4459.0, 4488.0, 4457.0, 4498.0, 4457.0, 4488.0, 4446.0, 4466.0, 4445.0, 4456.0, 4485.0, 4466.0, 4515.0, 4455.0, 4473.0, 4454.0, 4493.0, 4455.0, 4495.0, 4456.0, 4485.0, 4455.0, 4486.0, 4455.0, 4495.0, 4467.0, 4496.0, 4457.0, 4488.0, 4457.0, 4497.0, 4459.0, 4497.0, 4469.0, 4508.0, 4469.0, 4498.0, 4469.0, 4499.0, 4467.0, 4497.0, 4467.0, 4488.0, 4458.0, 4488.0, 4456.0, 4488.0, 4456.0, 4488.0, 4458.0, 4499.0, 4448.0, 4479.0, 4458.0, 4478.0, 4447.0, 4489.0, 4448.0, 4489.0, 4457.0, 4478.0, 4456.0, 4467.0, 4445.0, 4488.0, 4456.0, 4489.0, 4459.0, 4489.0, 4457.0, 4479.0, 4458.0, 4478.0, 4459.0, 4490.0, 4459.0, 4481.0, 4459.0, 4481.0, 4469.0, 4482.0, 4499.0, 4492.0, 4501.0, 4470.0, 4510.0, 4471.0, 4509.0, 4471.0, 4520.0, 4481.0, 4512.0, 4473.0, 4502.0, 4471.0, 4512.0, 4481.0, 4522.0, 4494.0, 4522.0, 4482.0, 4521.0, 4481.0, 4512.0, 4470.0, 4512.0, 4482.0, 4510.0, 4470.0, 4499.0, 4458.0, 4489.0, 4458.0, 4500.0, 4461.0, 4491.0, 4461.0, 4491.0, 4459.0, 4481.0, 4470.0, 4491.0, 4499.0, 4479.0, 4520.0, 4479.0, 4498.0, 4468.0, 4488.0, 4458.0, 4490.0, 4460.0, 4491.0, 4459.0, 4500.0, 4471.0, 4513.0, 4461.0, 4503.0, 4460.0, 4491.0, 4459.0, 4490.0, 4461.0, 4491.0, 4460.0, 4490.0, 4470.0, 4492.0, 4470.0, 4511.0, 4472.0, 4514.0, 4482.0, 4501.0, 4481.0, 4511.0, 4473.0, 4512.0, 4471.0, 4492.0, 4460.0, 4491.0, 4470.0, 4481.0, 4501.0, 4492.0, 4481.0, 4471.0, 4499.0, 4471.0, 4520.0, 4490.0, 4520.0, 4470.0, 4510.0, 4471.0, 4509.0, 4471.0, 4509.0, 4480.0, 4509.0, 4470.0, 4500.0, 4469.0, 4499.0, 4478.0, 4511.0, 4458.0, 4499.0, 4467.0, 4497.0, 4458.0, 4498.0, 4458.0, 4488.0, 4468.0, 4500.0, 4469.0, 4487.0, 4469.0, 4508.0, 4468.0, 4498.0, 4468.0, 4487.0, 4456.0, 4497.0, 4458.0, 4487.0, 4457.0, 4488.0, 4457.0, 4489.0, 4448.0, 4477.0, 4457.0, 4489.0, 4445.0, 4458.0, 4465.0, 4457.0, 4495.0, 4455.0, 4504.0, 4465.0, 4496.0, 4456.0, 4485.0, 4456.0, 4495.0, 4456.0, 4496.0, 4468.0, 4497.0, 4470.0, 4488.0, 4470.0, 4488.0, 4469.0, 4509.0, 4481.0, 4500.0, 4471.0, 4511.0, 4472.0, 4510.0, 4481.0, 4511.0, 4483.0, 4511.0, 4473.0, 4502.0, 4470.0, 4500.0, 4480.0, 4512.0, 4472.0, 4510.0, 4471.0, 4499.0, 4469.0, 4499.0, 4480.0, 4510.0, 4472.0, 4511.0, 4471.0, 4499.0, 4460.0, 4509.0, 4469.0, 4501.0, 4461.0, 4490.0, 4449.0, 4479.0, 4447.0, 4479.0, 4459.0, 4479.0, 4459.0, 4469.0, 4477.0, 4469.0, 4507.0, 4468.0, 4508.0, 4469.0, 4510.0, 4470.0, 4500.0, 4469.0, 4490.0, 4459.0, 4501.0, 4458.0, 4480.0, 4457.0, 4469.0, 4457.0, 4468.0, 4488.0, 4469.0, 4500.0, 4468.0, 4498.0, 4469.0, 4488.0, 4458.0, 4501.0, 4459.0, 4491.0, 4461.0, 4481.0, 4459.0, 4480.0, 4459.0, 4482.0, 4470.0, 4480.0, 4489.0, 4471.0, 4510.0, 4470.0, 4509.0, 4470.0, 4511.0, 4470.0, 4500.0, 4471.0, 4490.0, 4460.0, 4492.0, 4460.0, 4493.0, 4461.0, 4482.0, 4472.0, 4483.0, 4482.0, 4482.0, 4521.0, 4494.0, 4512.0, 4471.0, 4521.0, 4470.0, 4510.0, 4471.0, 4500.0, 4483.0, 4512.0, 4482.0, 4501.0, 4470.0, 4501.0, 4471.0, 4512.0, 4484.0, 4514.0, 4483.0, 4514.0, 4482.0, 4513.0, 4472.0, 4515.0, 4475.0, 4515.0, 4472.0, 4502.0, 4463.0, 4502.0, 4473.0, 4514.0, 4472.0, 4504.0, 4472.0, 4502.0, 4473.0, 4514.0, 4473.0, 4512.0, 4484.0, 4502.0, 4482.0, 4512.0, 4482.0, 4513.0, 4471.0, 4511.0, 4470.0, 4500.0, 4459.0, 4499.0, 4458.0, 4510.0, 4457.0, 4468.0, 4447.0, 4457.0, 4456.0, 4467.0, 4478.0, 4467.0, 4466.0, 4467.0, 4487.0, 4468.0, 4508.0, 4480.0, 4487.0, 4468.0, 4497.0, 4467.0, 4498.0, 4468.0, 4508.0, 4468.0, 4509.0, 4468.0, 4498.0, 4456.0, 4498.0, 4457.0, 4498.0, 4456.0, 4498.0, 4457.0, 4497.0, 4456.0, 4475.0, 4445.0, 4488.0, 4445.0, 4466.0, 4446.0, 4456.0, 4453.0, 4454.0, 4494.0, 4456.0, 4496.0, 4455.0, 4486.0, 4456.0, 4476.0, 4445.0, 4466.0, 4433.0, 4466.0, 4445.0, 4457.0, 4486.0, 4456.0, 4485.0, 4465.0, 4486.0, 4458.0, 4489.0, 4458.0, 4488.0, 4458.0, 4479.0, 4449.0, 4481.0, 4460.0, 4493.0, 4463.0, 4483.0, 4472.0, 4482.0, 4461.0, 4492.0, 4482.0, 4494.0, 4472.0, 4493.0, 4492.0, 4482.0, 4513.0, 4482.0, 4522.0, 4493.0, 4522.0, 4472.0, 4512.0, 4482.0, 4513.0, 4482.0, 4512.0, 4484.0, 4515.0, 4472.0, 4504.0, 4463.0, 4493.0, 4471.0, 4502.0, 4501.0, 4483.0, 4510.0, 4471.0, 4509.0, 4480.0, 4521.0, 4481.0, 4510.0, 4480.0, 4512.0, 4470.0, 4500.0, 4471.0, 4510.0, 4472.0, 4502.0, 4480.0, 4499.0, 4468.0, 4500.0, 4468.0, 4509.0, 4470.0, 4499.0, 4467.0, 4489.0, 4458.0, 4488.0, 4458.0, 4487.0, 4446.0, 4477.0, 4447.0, 4465.0, 4447.0, 4467.0, 4455.0, 4467.0, 4447.0, 4456.0, 4456.0, 4456.0, 4485.0, 4456.0, 4505.0, 4466.0, 4497.0, 4457.0, 4486.0, 4457.0, 4487.0, 4457.0, 4485.0, 4458.0, 4487.0, 4459.0, 4488.0, 4469.0, 4489.0, 4470.0, 4488.0, 4470.0, 4490.0, 4481.0, 4501.0, 4483.0, 4510.0, 4481.0, 4511.0, 4472.0, 4512.0, 4472.0, 4501.0, 4472.0, 4500.0, 4470.0, 4491.0, 4460.0, 4501.0, 4461.0, 4491.0, 4460.0, 4481.0, 4470.0, 4482.0, 4480.0, 4482.0, 4470.0, 4481.0, 4470.0, 4480.0, 4491.0, 4482.0, 4500.0, 4482.0, 4483.0, 4483.0, 4482.0, 4482.0, 4493.0, 4482.0, 4493.0, 4495.0, 4483.0, 4495.0, 4482.0, 4493.0, 4502.0, 4484.0, 4533.0, 4494.0, 4523.0, 4483.0, 4534.0, 4481.0, 4512.0, 4481.0, 4512.0, 4492.0, 4512.0, 4470.0, 4501.0, 4468.0, 4489.0, 4459.0, 4480.0, 4460.0, 4482.0, 4460.0, 4480.0, 4479.0, 4470.0, 4521.0, 4470.0, 4520.0, 4482.0, 4500.0, 4470.0, 4499.0, 4471.0, 4501.0, 4481.0, 4500.0, 4471.0, 4501.0, 4460.0, 4480.0, 4449.0, 4480.0, 4458.0, 4490.0, 4449.0, 4480.0, 4469.0, 4480.0, 4509.0, 4480.0, 4499.0, 4469.0, 4498.0, 4468.0, 4507.0, 4469.0, 4509.0, 4471.0, 4489.0, 4470.0, 4500.0, 4469.0, 4519.0, 4480.0, 4511.0, 4481.0, 4520.0, 4471.0, 4500.0, 4470.0, 4510.0, 4480.0, 4499.0, 4458.0, 4478.0, 4447.0, 4478.0, 4456.0, 4478.0, 4447.0, 4468.0, 4447.0, 4468.0, 4467.0, 4458.0, 4496.0, 4469.0, 4498.0, 4458.0, 4498.0, 4468.0, 4497.0, 4467.0, 4497.0, 4470.0, 4499.0, 4468.0, 4499.0, 4469.0, 4488.0, 4469.0, 4511.0, 4471.0, 4509.0, 4470.0, 4500.0, 4469.0, 4515.0, 4484.0, 4525.0, 4486.0, 4513.0, 4481.0, 4500.0, 4472.0, 4500.0, 4470.0, 4491.0, 4470.0, 4491.0, 4458.0, 4490.0, 4458.0, 4480.0, 4499.0, 4481.0, 4498.0, 4470.0, 4509.0, 4469.0, 4507.0, 4469.0, 4499.0, 4481.0, 4510.0, 4469.0, 4509.0, 4471.0, 4499.0, 4471.0, 4511.0, 4470.0, 4500.0, 4471.0, 4500.0, 4460.0], 'WindowWidth': [10073.0, 9949.0, 9993.0, 9909.0, 9955.0, 9889.0, 9947.0, 9887.0, 9926.0, 9835.0, 9892.0, 9835.0, 9875.0, 9835.0, 9874.0, 9837.0, 9877.0, 9836.0, 9881.0, 9834.0, 9871.0, 9827.0, 9855.0, 9811.0, 9857.0, 9819.0, 9861.0, 9835.0, 9858.0, 9819.0, 9848.0, 9805.0, 9860.0, 9806.0, 9851.0, 9808.0, 9850.0, 9809.0, 9849.0, 9819.0, 9850.0, 9822.0, 9850.0, 9831.0, 9834.0, 9855.0, 9834.0, 9872.0, 9835.0, 9873.0, 9822.0, 9874.0, 9832.0, 9875.0, 9821.0, 9876.0, 9821.0, 9863.0, 9819.0, 9864.0, 9806.0, 9860.0, 9820.0, 9865.0, 9825.0, 9867.0, 9829.0, 9869.0, 9826.0, 9884.0, 9830.0, 9883.0, 9843.0, 9885.0, 9843.0, 9886.0, 9846.0, 9889.0, 9847.0, 9899.0, 9843.0, 9881.0, 9822.0, 9882.0, 9823.0, 9879.0, 9819.0, 9861.0, 9803.0, 9862.0, 9819.0, 9865.0, 9818.0, 9843.0, 9801.0, 9831.0, 9812.0, 9831.0, 9867.0, 9831.0, 9853.0, 9813.0, 9853.0, 9814.0, 9858.0, 9834.0, 9869.0, 9832.0, 9830.0, 9832.0, 9830.0, 9835.0, 9843.0, 9834.0, 9843.0, 9835.0, 9818.0, 9836.0, 9818.0, 9847.0, 9817.0, 9848.0, 9819.0, 9850.0, 9821.0, 9848.0, 9820.0, 9847.0, 9806.0, 9860.0, 9820.0, 9863.0, 9820.0, 9849.0, 9804.0, 9849.0, 9805.0, 9850.0, 9818.0, 9849.0, 9818.0, 9834.0, 9854.0, 9818.0, 9883.0, 9830.0, 9873.0, 9830.0, 9873.0, 9821.0, 9858.0, 9818.0, 9860.0, 9821.0, 9865.0, 9825.0, 9866.0, 9811.0, 9855.0, 9825.0, 9856.0, 9826.0, 9874.0, 9830.0, 9860.0, 9872.0, 9858.0, 9909.0, 9852.0, 9894.0, 9838.0, 9880.0, 9838.0, 9878.0, 9825.0, 9863.0, 9825.0, 9868.0, 9845.0, 9870.0, 9849.0, 9887.0, 9863.0, 9905.0, 9866.0, 9904.0, 9865.0, 9886.0, 9860.0, 9904.0, 9865.0, 9904.0, 9865.0, 9905.0, 9864.0, 9904.0, 9867.0, 9905.0, 9849.0, 9905.0, 9860.0, 9898.0, 9842.0, 9899.0, 9844.0, 9898.0, 9839.0, 9882.0, 9839.0, 9880.0, 9824.0, 9882.0, 9823.0, 9865.0, 9821.0, 9861.0, 9817.0, 9874.0, 9815.0, 9860.0, 9798.0, 9825.0, 9797.0, 9813.0, 9849.0, 9824.0, 9891.0, 9810.0, 9833.0, 9807.0, 9861.0, 9810.0, 9866.0, 9814.0, 9854.0, 9811.0, 9854.0, 9812.0, 9866.0, 9831.0, 9870.0, 9818.0, 9861.0, 9819.0, 9873.0, 9823.0, 9874.0, 9837.0, 9891.0, 9837.0, 9876.0, 9837.0, 9876.0, 9831.0, 9872.0, 9832.0, 9861.0, 9818.0, 9860.0, 9816.0, 9859.0, 9817.0, 9860.0, 9820.0, 9878.0, 9808.0, 9850.0, 9820.0, 9847.0, 9806.0, 9863.0, 9807.0, 9864.0, 9817.0, 9847.0, 9816.0, 9832.0, 9800.0, 9859.0, 9816.0, 9864.0, 9823.0, 9864.0, 9821.0, 9849.0, 9822.0, 9850.0, 9824.0, 9868.0, 9824.0, 9856.0, 9824.0, 9857.0, 9839.0, 9858.0, 9881.0, 9871.0, 9884.0, 9841.0, 9895.0, 9842.0, 9894.0, 9842.0, 9909.0, 9856.0, 9900.0, 9848.0, 9887.0, 9845.0, 9900.0, 9858.0, 9917.0, 9883.0, 9917.0, 9859.0, 9914.0, 9858.0, 9900.0, 9842.0, 9899.0, 9858.0, 9897.0, 9840.0, 9879.0, 9823.0, 9865.0, 9823.0, 9882.0, 9828.0, 9871.0, 9829.0, 9870.0, 9824.0, 9856.0, 9838.0, 9870.0, 9878.0, 9850.0, 9907.0, 9851.0, 9877.0, 9834.0, 9864.0, 9823.0, 9868.0, 9827.0, 9869.0, 9826.0, 9882.0, 9843.0, 9904.0, 9831.0, 9888.0, 9829.0, 9871.0, 9824.0, 9868.0, 9829.0, 9872.0, 9829.0, 9869.0, 9841.0, 9873.0, 9843.0, 9900.0, 9848.0, 9907.0, 9862.0, 9887.0, 9859.0, 9900.0, 9848.0, 9903.0, 9845.0, 9873.0, 9829.0, 9870.0, 9841.0, 9857.0, 9884.0, 9873.0, 9855.0, 9842.0, 9878.0, 9841.0, 9908.0, 9868.0, 9909.0, 9841.0, 9895.0, 9842.0, 9894.0, 9841.0, 9893.0, 9855.0, 9894.0, 9840.0, 9880.0, 9836.0, 9878.0, 9849.0, 9897.0, 9821.0, 9876.0, 9831.0, 9871.0, 9820.0, 9873.0, 9820.0, 9859.0, 9831.0, 9880.0, 9836.0, 9859.0, 9836.0, 9889.0, 9833.0, 9874.0, 9833.0, 9857.0, 9815.0, 9870.0, 9819.0, 9858.0, 9818.0, 9860.0, 9819.0, 9862.0, 9807.0, 9846.0, 9817.0, 9863.0, 9799.0, 9818.0, 9826.0, 9814.0, 9865.0, 9809.0, 9877.0, 9823.0, 9867.0, 9813.0, 9852.0, 9813.0, 9866.0, 9814.0, 9870.0, 9833.0, 9873.0, 9837.0, 9862.0, 9839.0, 9864.0, 9839.0, 9892.0, 9857.0, 9882.0, 9844.0, 9898.0, 9846.0, 9898.0, 9856.0, 9899.0, 9862.0, 9900.0, 9848.0, 9886.0, 9842.0, 9882.0, 9854.0, 9899.0, 9844.0, 9895.0, 9842.0, 9878.0, 9838.0, 9878.0, 9854.0, 9896.0, 9843.0, 9896.0, 9841.0, 9878.0, 9825.0, 9892.0, 9838.0, 9882.0, 9827.0, 9865.0, 9808.0, 9848.0, 9803.0, 9849.0, 9820.0, 9850.0, 9822.0, 9837.0, 9844.0, 9834.0, 9885.0, 9833.0, 9890.0, 9835.0, 9893.0, 9839.0, 9879.0, 9837.0, 9865.0, 9823.0, 9882.0, 9821.0, 9851.0, 9818.0, 9837.0, 9818.0, 9835.0, 9860.0, 9836.0, 9880.0, 9835.0, 9876.0, 9836.0, 9861.0, 9820.0, 9881.0, 9824.0, 9870.0, 9827.0, 9856.0, 9825.0, 9853.0, 9822.0, 9858.0, 9840.0, 9854.0, 9866.0, 9843.0, 9895.0, 9839.0, 9893.0, 9841.0, 9897.0, 9839.0, 9880.0, 9842.0, 9868.0, 9827.0, 9871.0, 9827.0, 9875.0, 9829.0, 9860.0, 9844.0, 9861.0, 9858.0, 9859.0, 9911.0, 9876.0, 9901.0, 9844.0, 9911.0, 9842.0, 9896.0, 9843.0, 9882.0, 9860.0, 9900.0, 9859.0, 9883.0, 9842.0, 9884.0, 9845.0, 9901.0, 9865.0, 9906.0, 9865.0, 9907.0, 9862.0, 9905.0, 9848.0, 9909.0, 9853.0, 9907.0, 9848.0, 9888.0, 9834.0, 9886.0, 9848.0, 9905.0, 9847.0, 9892.0, 9847.0, 9888.0, 9849.0, 9904.0, 9849.0, 9903.0, 9865.0, 9888.0, 9860.0, 9901.0, 9860.0, 9903.0, 9844.0, 9899.0, 9839.0, 9880.0, 9821.0, 9877.0, 9818.0, 9892.0, 9816.0, 9831.0, 9801.0, 9817.0, 9814.0, 9830.0, 9845.0, 9829.0, 9829.0, 9830.0, 9858.0, 9833.0, 9888.0, 9851.0, 9859.0, 9833.0, 9872.0, 9831.0, 9873.0, 9833.0, 9888.0, 9832.0, 9889.0, 9831.0, 9872.0, 9814.0, 9872.0, 9816.0, 9872.0, 9815.0, 9872.0, 9817.0, 9873.0, 9813.0, 9839.0, 9797.0, 9858.0, 9798.0, 9826.0, 9798.0, 9813.0, 9806.0, 9808.0, 9862.0, 9810.0, 9866.0, 9809.0, 9853.0, 9812.0, 9839.0, 9797.0, 9827.0, 9779.0, 9826.0, 9797.0, 9814.0, 9854.0, 9813.0, 9852.0, 9824.0, 9854.0, 9817.0, 9862.0, 9820.0, 9862.0, 9822.0, 9850.0, 9811.0, 9855.0, 9826.0, 9876.0, 9834.0, 9863.0, 9848.0, 9860.0, 9830.0, 9875.0, 9860.0, 9879.0, 9847.0, 9877.0, 9873.0, 9861.0, 9902.0, 9859.0, 9916.0, 9876.0, 9917.0, 9848.0, 9903.0, 9861.0, 9903.0, 9860.0, 9902.0, 9865.0, 9907.0, 9847.0, 9891.0, 9834.0, 9876.0, 9842.0, 9888.0, 9882.0, 9860.0, 9896.0, 9842.0, 9891.0, 9851.0, 9909.0, 9856.0, 9896.0, 9854.0, 9900.0, 9840.0, 9881.0, 9841.0, 9895.0, 9843.0, 9884.0, 9853.0, 9878.0, 9835.0, 9879.0, 9835.0, 9893.0, 9837.0, 9877.0, 9831.0, 9860.0, 9818.0, 9859.0, 9816.0, 9858.0, 9800.0, 9843.0, 9801.0, 9826.0, 9802.0, 9830.0, 9812.0, 9830.0, 9801.0, 9815.0, 9813.0, 9814.0, 9851.0, 9813.0, 9880.0, 9827.0, 9870.0, 9814.0, 9855.0, 9814.0, 9855.0, 9815.0, 9852.0, 9819.0, 9859.0, 9821.0, 9860.0, 9836.0, 9862.0, 9837.0, 9863.0, 9840.0, 9867.0, 9857.0, 9885.0, 9863.0, 9896.0, 9857.0, 9897.0, 9846.0, 9901.0, 9848.0, 9886.0, 9844.0, 9883.0, 9839.0, 9869.0, 9827.0, 9883.0, 9829.0, 9870.0, 9829.0, 9856.0, 9842.0, 9858.0, 9853.0, 9859.0, 9840.0, 9856.0, 9841.0, 9855.0, 9870.0, 9858.0, 9882.0, 9861.0, 9861.0, 9864.0, 9861.0, 9861.0, 9876.0, 9863.0, 9878.0, 9882.0, 9863.0, 9881.0, 9863.0, 9877.0, 9888.0, 9865.0, 9931.0, 9879.0, 9918.0, 9862.0, 9933.0, 9858.0, 9901.0, 9857.0, 9901.0, 9871.0, 9900.0, 9840.0, 9882.0, 9835.0, 9865.0, 9825.0, 9853.0, 9825.0, 9857.0, 9827.0, 9854.0, 9852.0, 9840.0, 9910.0, 9839.0, 9909.0, 9857.0, 9882.0, 9840.0, 9880.0, 9842.0, 9883.0, 9855.0, 9881.0, 9840.0, 9882.0, 9825.0, 9854.0, 9809.0, 9853.0, 9820.0, 9867.0, 9808.0, 9852.0, 9836.0, 9852.0, 9890.0, 9851.0, 9876.0, 9835.0, 9874.0, 9833.0, 9887.0, 9836.0, 9891.0, 9841.0, 9866.0, 9840.0, 9881.0, 9839.0, 9906.0, 9854.0, 9896.0, 9856.0, 9910.0, 9842.0, 9880.0, 9837.0, 9893.0, 9851.0, 9877.0, 9819.0, 9848.0, 9804.0, 9846.0, 9814.0, 9846.0, 9802.0, 9831.0, 9803.0, 9831.0, 9829.0, 9818.0, 9868.0, 9834.0, 9874.0, 9820.0, 9874.0, 9830.0, 9872.0, 9830.0, 9870.0, 9837.0, 9875.0, 9832.0, 9877.0, 9836.0, 9862.0, 9836.0, 9895.0, 9845.0, 9893.0, 9839.0, 9882.0, 9838.0, 9910.0, 9865.0, 9926.0, 9871.0, 9904.0, 9857.0, 9884.0, 9846.0, 9882.0, 9840.0, 9869.0, 9839.0, 9868.0, 9822.0, 9867.0, 9820.0, 9853.0, 9877.0, 9854.0, 9875.0, 9838.0, 9891.0, 9835.0, 9887.0, 9835.0, 9878.0, 9854.0, 9894.0, 9838.0, 9894.0, 9842.0, 9879.0, 9841.0, 9896.0, 9839.0, 9882.0, 9841.0, 9881.0, 9826.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.0011205526590198124</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016835399165797706</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>8</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.269474507369516</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.225594218956161</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0168043346659705</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5144</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3740.8452</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05041949769111362</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6766432892612446</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6464381187221804</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.882184385828824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.50130736323273</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00686631</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007689483929425478</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029024142771959305</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>959</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9438423502591426</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>11.5871</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.9137</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>241.6168</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>291772.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1180.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.468</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1801</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.5634</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3615.2557</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4732.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.9318</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>42.28831190429628</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> |