=== 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-0025 --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-0025",
"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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>bfa99f551d028c4efcc06ae965116738</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>20:15:12.335000</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.999796, 0.0162727, -0.011966, -0.017277, 0.995858, -0.0892672]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.098047</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4222, -7760, -7253, 117, -143, -142, -138, 61]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>294.696</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>68bd2eab-f699-4f70-a8f5-5b23eee9c569||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.6823794841766357, -0.04635284096002579, -0.028252320364117622, 112.27888488769531], [-0.04365839809179306, 2.671813726425171, -0.24153044819831848, -85.49154663085938], [-0.03210391104221344, 0.2394973635673523, 2.6890265941619873, -108.26502990722656], [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': ['201512.335000', '201512.795000', '201513.255000', '201513.715000', '201514.175000', '201514.635000', '201515.095000', '201515.555000', '201516.015000', '201516.475000', '201516.935000', '201517.395000', '201517.855000', '201518.315000', '201518.775000', '201519.235000', '201519.695000', '201520.155000', '201520.615000', '201521.075000', '201521.535000', '201521.995000', '201522.455000', '201522.915000', '201523.375000', '201523.835000', '201524.295000', '201524.755000', '201525.215000', '201525.675000', '201526.135000', '201526.595000', '201527.055000', '201527.515000', '201527.975000', '201528.435000', '201528.895000', '201529.355000', '201529.815000', '201530.275000', '201530.735000', '201531.195000', '201531.655000', '201532.115000', '201532.575000', '201533.035000', '201533.495000', '201533.955000', '201534.415000', '201534.875000', '201535.335000', '201535.795000', '201536.255000', '201536.715000', '201537.175000', '201537.635000', '201538.095000', '201538.555000', '201539.015000', '201539.475000', '201539.935000', '201540.395000', '201540.855000', '201541.315000', '201541.775000', '201542.235000', '201542.695000', '201543.155000', '201543.615000', '201544.075000', '201544.535000', '201544.995000', '201545.455000', '201545.915000', '201546.375000', '201546.835000', '201547.295000', '201547.755000', '201548.215000', '201548.675000', '201549.135000', '201549.595000', '201550.055000', '201550.515000', '201550.975000', '201551.435000', '201551.895000', '201552.355000', '201552.815000', '201553.275000', '201553.735000', '201554.195000', '201554.655000', '201555.115000', '201555.575000', '201556.035000', '201556.495000', '201556.955000', '201557.415000', '201557.875000', '201558.335000', '201558.795000', '201559.255000', '201559.715000', '201600.175000', '201600.635000', '201601.095000', '201601.555000', '201602.015000', '201602.475000', '201602.935000', '201603.395000', '201603.855000', '201604.315000', '201604.775000', '201605.235000', '201605.695000', '201606.155000', '201606.615000', '201607.075000', '201607.535000', '201607.995000', '201608.455000', '201608.915000', '201609.375000', '201609.835000', '201610.295000', '201610.755000', '201611.215000', '201611.675000', '201612.135000', '201612.595000', '201613.055000', '201613.515000', '201613.975000', '201614.435000', '201614.895000', '201615.355000', '201615.815000', '201616.275000', '201616.735000', '201617.195000', '201617.655000', '201618.115000', '201618.575000', '201619.035000', '201619.495000', '201619.955000', '201620.415000', '201620.875000', '201621.335000', '201621.795000', '201622.255000', '201622.715000', '201623.175000', '201623.635000', '201624.095000', '201624.555000', '201625.015000', '201625.475000', '201625.935000', '201626.395000', '201626.855000', '201627.315000', '201627.775000', '201628.235000', '201628.695000', '201629.155000', '201629.615000', '201630.075000', '201630.535000', '201630.995000', '201631.455000', '201631.915000', '201632.375000', '201632.835000', '201633.295000', '201633.755000', '201634.215000', '201634.675000', '201635.135000', '201635.595000', '201636.055000', '201636.515000', '201636.975000', '201637.435000', '201637.895000', '201638.355000', '201638.815000', '201639.275000', '201639.735000', '201640.195000', '201640.655000', '201641.115000', '201641.575000', '201642.035000', '201642.495000', '201642.955000', '201643.415000', '201643.875000', '201644.335000', '201644.795000', '201645.255000', '201645.715000', '201646.175000', '201646.635000', '201647.095000', '201647.555000', '201648.015000', '201648.475000', '201648.935000', '201649.395000', '201649.855000', '201650.315000', '201650.775000', '201651.235000', '201651.695000', '201652.155000', '201652.615000', '201653.075000', '201653.535000', '201653.995000', '201654.455000', '201654.915000', '201655.375000', '201655.835000', '201656.295000', '201656.755000', '201657.215000', '201657.675000', '201658.135000', '201658.595000', '201659.055000', '201659.515000', '201659.975000', '201700.435000', '201700.895000', '201701.355000', '201701.815000', '201702.275000', '201702.735000', '201703.195000', '201703.655000', '201704.115000', '201704.575000', '201705.035000', '201705.495000', '201705.955000', '201706.415000', '201706.875000', '201707.335000', '201707.795000', '201708.255000', '201708.715000', '201709.175000', '201709.635000', '201710.095000', '201710.555000', '201711.015000', '201711.475000', '201711.935000', '201712.395000', '201712.855000', '201713.315000', '201713.775000', '201714.235000', '201714.695000', '201715.155000', '201715.615000', '201716.075000', '201716.535000', '201716.995000', '201717.455000', '201717.915000', '201718.375000', '201718.835000', '201719.295000', '201719.755000', '201720.215000', '201720.675000', '201721.135000', '201721.595000', '201722.055000', '201722.515000', '201722.975000', '201723.435000', '201723.895000', '201724.355000', '201724.815000', '201725.275000', '201725.735000', '201726.195000', '201726.655000', '201727.115000', '201727.575000', '201728.035000', '201728.495000', '201728.955000', '201729.415000', '201729.875000', '201730.335000', '201730.795000', '201731.255000', '201731.715000', '201732.175000', '201732.635000', '201733.095000', '201733.555000', '201734.015000', '201734.475000', '201734.935000', '201735.395000', '201735.855000', '201736.315000', '201736.775000', '201737.235000', '201737.695000', '201738.155000', '201738.615000', '201739.075000', '201739.535000', '201739.995000', '201740.455000', '201740.915000', '201741.375000', '201741.835000', '201742.295000', '201742.755000', '201743.215000', '201743.675000', '201744.135000', '201744.595000', '201745.055000', '201745.515000', '201745.975000', '201746.435000', '201746.895000', '201747.355000', '201747.815000', '201748.275000', '201748.735000', '201749.195000', '201749.655000', '201750.115000', '201750.575000', '201751.035000', '201751.495000', '201751.955000', '201752.415000', '201752.875000', '201753.335000', '201753.795000', '201754.255000', '201754.715000', '201755.175000', '201755.635000', '201756.095000', '201756.555000', '201757.015000', '201757.475000', '201757.935000', '201758.395000', '201758.855000', '201759.315000', '201759.775000', '201800.235000', '201800.695000', '201801.155000', '201801.615000', '201802.075000', '201802.535000', '201802.995000', '201803.455000', '201803.915000', '201804.375000', '201804.835000', '201805.295000', '201805.755000', '201806.215000', '201806.675000', '201807.135000', '201807.595000', '201808.055000', '201808.515000', '201808.975000', '201809.435000', '201809.895000', '201810.355000', '201810.815000', '201811.275000', '201811.735000', '201812.195000', '201812.655000', '201813.115000', '201813.575000', '201814.035000', '201814.495000', '201814.955000', '201815.415000', '201815.875000', '201816.335000', '201816.795000', '201817.255000', '201817.715000', '201818.175000', '201818.635000', '201819.095000', '201819.555000', '201820.015000', '201820.475000', '201820.935000', '201821.395000', '201821.855000', '201822.315000', '201822.775000', '201823.235000', '201823.695000', '201824.155000', '201824.615000', '201825.075000', '201825.535000', '201825.995000', '201826.455000', '201826.915000', '201827.375000', '201827.835000', '201828.295000', '201828.755000', '201829.215000', '201829.675000', '201830.135000', '201830.595000', '201831.055000', '201831.515000', '201831.975000', '201832.435000', '201832.895000', '201833.355000', '201833.815000', '201834.275000', '201834.735000', '201835.195000', '201835.655000', '201836.115000', '201836.575000', '201837.035000', '201837.495000', '201837.955000', '201838.415000', '201838.875000', '201839.335000', '201839.795000', '201840.255000', '201840.715000', '201841.175000', '201841.635000', '201842.095000', '201842.555000', '201843.015000', '201843.475000', '201843.935000', '201844.395000', '201844.855000', '201845.315000', '201845.775000', '201846.235000', '201846.695000', '201847.155000', '201847.615000', '201848.075000', '201848.535000', '201848.995000', '201849.455000', '201849.915000', '201850.375000', '201850.835000', '201851.295000', '201851.755000', '201852.215000', '201852.675000', '201853.135000', '201853.595000', '201854.055000', '201854.515000', '201854.975000', '201855.435000', '201855.895000', '201856.355000', '201856.815000', '201857.275000', '201857.735000', '201858.195000', '201858.655000', '201859.115000', '201859.575000', '201900.035000', '201900.495000', '201900.955000', '201901.415000', '201901.875000', '201902.335000', '201902.795000', '201903.255000', '201903.715000', '201904.175000', '201904.635000', '201905.095000', '201905.555000', '201906.015000', '201906.475000', '201906.935000', '201907.395000', '201907.855000', '201908.315000', '201908.775000', '201909.235000', '201909.695000', '201910.155000', '201910.615000', '201911.075000', '201911.535000', '201911.995000', '201912.455000', '201912.915000', '201913.375000', '201913.835000', '201914.295000', '201914.755000', '201915.215000', '201915.675000', '201916.135000', '201916.595000', '201917.055000', '201917.515000', '201917.975000', '201918.435000', '201918.895000', '201919.355000', '201919.815000', '201920.275000', '201920.735000', '201921.195000', '201921.655000', '201922.115000', '201922.575000', '201923.035000', '201923.495000', '201923.955000', '201924.415000', '201924.875000', '201925.335000', '201925.795000', '201926.255000', '201926.715000', '201927.175000', '201927.635000', '201928.095000', '201928.555000', '201929.015000', '201929.475000', '201929.935000', '201930.395000', '201930.855000', '201931.315000', '201931.775000', '201932.235000', '201932.695000', '201933.155000', '201933.615000', '201934.075000', '201934.535000', '201934.995000', '201935.455000', '201935.915000', '201936.375000', '201936.835000', '201937.295000', '201937.755000', '201938.215000', '201938.675000', '201939.135000', '201939.595000', '201940.055000', '201940.515000', '201940.975000', '201941.435000', '201941.895000', '201942.355000', '201942.815000', '201943.275000', '201943.735000', '201944.195000', '201944.655000', '201945.115000', '201945.575000', '201946.035000', '201946.495000', '201946.955000', '201947.415000', '201947.875000', '201948.335000', '201948.795000', '201949.255000', '201949.715000', '201950.175000', '201950.635000', '201951.095000', '201951.555000', '201952.015000', '201952.475000', '201952.935000', '201953.395000', '201953.855000', '201954.315000', '201954.775000', '201955.235000', '201955.695000', '201956.155000', '201956.615000', '201957.075000', '201957.535000', '201957.995000', '201958.455000', '201958.915000', '201959.375000', '201959.835000', '202000.295000', '202000.755000', '202001.215000', '202001.675000', '202002.135000', '202002.595000', '202003.055000', '202003.515000', '202003.975000', '202004.435000', '202004.895000', '202005.355000', '202005.815000', '202006.275000', '202006.735000', '202007.195000', '202007.655000', '202008.115000', '202008.575000', '202009.035000', '202009.495000', '202009.955000', '202010.415000', '202010.875000', '202011.335000', '202011.795000', '202012.255000', '202012.715000', '202013.175000', '202013.635000', '202014.095000', '202014.555000', '202015.015000', '202015.475000', '202015.935000', '202016.395000', '202016.855000', '202017.315000', '202017.775000', '202018.235000', '202018.695000', '202019.155000', '202019.615000', '202020.075000', '202020.535000', '202020.995000', '202021.455000', '202021.915000', '202022.375000', '202022.835000', '202023.295000', '202023.755000', '202024.215000', '202024.675000', '202025.135000', '202025.595000', '202026.055000', '202026.515000', '202026.975000', '202027.435000', '202027.895000', '202028.355000', '202028.815000', '202029.275000', '202029.735000', '202030.195000', '202030.655000', '202031.115000', '202031.575000', '202032.035000', '202032.495000', '202032.955000', '202033.415000', '202033.875000', '202034.335000', '202034.795000', '202035.255000', '202035.715000', '202036.175000', '202036.635000', '202037.095000', '202037.555000', '202038.015000', '202038.475000', '202038.935000', '202039.395000', '202039.855000', '202040.315000', '202040.775000', '202041.235000', '202041.695000', '202042.155000', '202042.615000', '202043.075000', '202043.535000', '202043.995000', '202044.455000', '202044.915000', '202045.375000', '202045.835000', '202046.295000', '202046.755000', '202047.215000', '202047.675000', '202048.135000', '202048.595000', '202049.055000', '202049.515000', '202049.975000', '202050.435000', '202050.895000', '202051.355000', '202051.815000', '202052.275000', '202052.735000', '202053.195000', '202053.655000', '202054.115000', '202054.575000', '202055.035000', '202055.495000', '202055.955000', '202056.415000', '202056.875000', '202057.335000', '202057.795000', '202058.255000', '202058.715000', '202059.175000', '202059.635000', '202100.095000', '202100.555000', '202101.015000', '202101.475000', '202101.935000', '202102.395000', '202102.855000', '202103.315000', '202103.775000', '202104.235000', '202104.695000', '202105.155000', '202105.615000', '202106.075000', '202106.535000', '202106.995000', '202107.455000', '202107.915000', '202108.375000', '202108.835000', '202109.295000', '202109.755000', '202110.215000', '202110.675000', '202111.135000', '202111.595000', '202112.055000', '202112.515000', '202112.975000', '202113.435000', '202113.895000', '202114.355000', '202114.815000', '202115.275000', '202115.735000', '202116.195000', '202116.655000', '202117.115000', '202117.575000', '202118.035000', '202118.495000', '202118.955000', '202119.415000', '202119.875000', '202120.335000', '202120.795000', '202121.255000', '202121.715000', '202122.175000', '202122.635000', '202123.095000', '202123.555000', '202124.015000', '202124.475000', '202124.935000', '202125.395000', '202125.855000', '202126.315000', '202126.775000', '202127.235000', '202127.695000', '202128.155000', '202128.615000', '202129.075000', '202129.535000', '202129.995000', '202130.455000', '202130.915000', '202131.375000', '202131.835000', '202132.295000', '202132.755000', '202133.215000', '202133.675000', '202134.135000', '202134.595000', '202135.055000', '202135.515000', '202135.975000', '202136.435000', '202136.895000', '202137.355000', '202137.815000', '202138.275000', '202138.735000', '202139.195000', '202139.655000', '202140.115000', '202140.575000', '202141.035000', '202141.495000', '202141.955000', '202142.415000', '202142.875000', '202143.335000', '202143.795000', '202144.255000', '202144.715000', '202145.175000', '202145.635000', '202146.095000', '202146.555000', '202147.015000', '202147.475000', '202147.935000', '202148.395000', '202148.855000', '202149.315000', '202149.775000', '202150.235000', '202150.695000', '202151.155000', '202151.615000', '202152.075000', '202152.535000', '202152.995000', '202153.455000', '202153.915000', '202154.375000', '202154.835000', '202155.295000', '202155.755000', '202156.215000', '202156.675000', '202157.135000', '202157.595000', '202158.055000', '202158.515000', '202158.975000', '202159.435000', '202159.895000', '202200.355000', '202200.815000', '202201.275000', '202201.735000', '202202.195000', '202202.655000', '202203.115000', '202203.575000', '202204.035000', '202204.495000', '202204.955000', '202205.415000', '202205.875000', '202206.335000', '202206.795000', '202207.255000', '202207.715000', '202208.175000', '202208.635000', '202209.095000', '202209.555000', '202210.015000', '202210.475000', '202210.935000', '202211.395000', '202211.855000', '202212.315000', '202212.775000', '202213.235000', '202213.695000', '202214.155000', '202214.615000', '202215.075000', '202215.535000', '202215.995000', '202216.455000', '202216.915000', '202217.375000', '202217.835000', '202218.295000', '202218.755000', '202219.215000', '202219.675000', '202220.135000', '202220.595000', '202221.055000', '202221.515000', '202221.975000', '202222.435000', '202222.895000', '202223.355000', '202223.815000', '202224.275000', '202224.735000', '202225.195000', '202225.655000', '202226.115000', '202226.575000', '202227.035000', '202227.495000', '202227.955000', '202228.415000', '202228.875000', '202229.335000', '202229.795000', '202230.255000', '202230.715000', '202231.175000', '202231.635000', '202232.095000', '202232.555000', '202233.015000', '202233.475000', '202233.935000', '202234.395000', '202234.855000', '202235.315000', '202235.775000', '202236.235000', '202236.695000'], 'ContentTime': ['201534.368000', '201534.375000', '201534.377000', '201534.380000', '201534.383000', '201534.385000', '201534.388000', '201534.390000', '201534.393000', '201534.395000', '201534.398000', '201534.404000', '201534.407000', '201534.409000', '201534.412000', '201534.414000', '201534.417000', '201534.420000', '201534.422000', '201534.425000', '201534.427000', '201534.446000', '201534.448000', '201534.451000', '201534.454000', '201534.457000', '201534.459000', '201534.462000', '201534.464000', '201534.467000', '201534.470000', '201534.472000', '201534.475000', '201534.477000', '201534.480000', '201534.496000', '201534.499000', '201534.501000', '201534.504000', '201534.512000', '201534.515000', '201534.518000', '201534.520000', '201534.523000', '201534.525000', '201534.528000', '201554.315000', '201554.318000', '201554.321000', '201554.323000', '201554.326000', '201554.329000', '201554.332000', '201554.334000', '201554.337000', '201554.339000', '201554.342000', '201554.344000', '201554.347000', '201554.350000', '201554.352000', '201554.355000', '201554.357000', '201554.360000', '201554.362000', '201554.365000', '201554.367000', '201554.370000', '201554.373000', '201554.375000', '201554.378000', '201554.380000', '201554.383000', '201554.385000', '201554.388000', '201554.390000', '201554.393000', '201554.395000', '201554.398000', '201554.401000', '201554.403000', '201554.406000', '201554.408000', '201554.411000', '201554.413000', '201554.416000', '201554.418000', '201554.421000', '201554.424000', '201554.426000', '201614.316000', '201614.318000', '201614.321000', '201614.324000', '201614.326000', '201614.329000', '201614.331000', '201614.334000', '201614.337000', '201614.339000', '201614.342000', '201614.344000', '201614.347000', '201614.349000', '201614.352000', '201614.355000', '201614.357000', '201614.360000', '201614.362000', '201614.365000', '201614.367000', '201614.370000', '201614.373000', '201614.375000', '201614.378000', '201614.380000', '201614.383000', '201614.385000', '201614.388000', '201614.391000', '201614.393000', '201614.396000', '201614.398000', '201614.401000', '201614.403000', '201614.406000', '201614.409000', '201614.411000', '201614.414000', '201614.416000', '201614.429000', '201614.432000', '201614.434000', '201634.316000', '201634.318000', '201634.321000', '201634.324000', '201634.326000', '201634.329000', '201634.331000', '201634.334000', '201634.336000', '201634.339000', '201634.342000', '201634.344000', '201634.347000', '201634.349000', '201634.352000', '201634.355000', '201634.358000', '201634.361000', '201634.385000', '201634.387000', '201634.390000', '201634.393000', '201634.395000', '201634.398000', '201634.401000', '201634.403000', '201634.406000', '201634.408000', '201634.411000', '201634.414000', '201634.416000', '201634.419000', '201634.421000', '201634.424000', '201634.427000', '201634.429000', '201634.439000', '201634.442000', '201634.444000', '201634.447000', '201634.450000', '201634.452000', '201634.455000', '201634.457000', '201654.315000', '201654.318000', '201654.321000', '201654.323000', '201654.326000', '201654.329000', '201654.331000', '201654.334000', '201654.336000', '201654.339000', '201654.341000', '201654.344000', '201654.347000', '201654.349000', '201654.352000', '201654.354000', '201654.357000', '201654.360000', '201654.362000', '201654.365000', '201654.367000', '201654.370000', '201654.373000', '201654.375000', '201654.378000', '201654.380000', '201654.383000', '201654.386000', '201654.388000', '201654.394000', '201654.397000', '201654.400000', '201654.402000', '201654.405000', '201654.407000', '201654.410000', '201654.413000', '201654.418000', '201654.421000', '201654.424000', '201654.426000', '201654.429000', '201654.431000', '201714.316000', '201714.318000', '201714.321000', '201714.324000', '201714.326000', '201714.329000', '201714.331000', '201714.334000', '201714.337000', '201714.339000', '201714.342000', '201714.344000', '201714.347000', '201714.350000', '201714.352000', '201714.355000', '201714.357000', '201714.360000', '201714.362000', '201714.365000', '201714.368000', '201714.370000', '201714.373000', '201714.375000', '201714.378000', '201714.380000', '201714.383000', '201714.386000', '201714.388000', '201714.391000', '201714.393000', '201714.396000', '201714.399000', '201714.402000', '201714.404000', '201714.407000', '201714.409000', '201714.412000', '201714.415000', '201714.417000', '201714.420000', '201714.422000', '201714.425000', '201714.427000', '201734.316000', '201734.319000', '201734.321000', '201734.324000', '201734.326000', '201734.329000', '201734.331000', '201734.334000', '201734.337000', '201734.339000', '201734.342000', '201734.344000', '201734.347000', '201734.350000', '201734.352000', '201734.355000', '201734.357000', '201734.360000', '201734.362000', '201734.365000', '201734.368000', '201734.370000', '201734.373000', '201734.375000', '201734.378000', '201734.381000', '201734.390000', '201734.393000', '201734.395000', '201734.398000', '201734.401000', '201734.403000', '201734.406000', '201734.409000', '201734.411000', '201734.414000', '201734.416000', '201734.419000', '201734.421000', '201734.424000', '201734.427000', '201734.430000', '201734.433000', '201754.315000', '201754.318000', '201754.321000', '201754.323000', '201754.326000', '201754.329000', '201754.331000', '201754.334000', '201754.336000', '201754.339000', '201754.341000', '201754.344000', '201754.346000', '201754.349000', '201754.352000', '201754.354000', '201754.357000', '201754.359000', '201754.362000', '201754.365000', '201754.367000', '201754.370000', '201754.372000', '201754.375000', '201754.378000', '201754.380000', '201754.383000', '201754.385000', '201754.388000', '201754.391000', '201754.393000', '201754.396000', '201754.398000', '201754.401000', '201754.404000', '201754.406000', '201754.409000', '201754.411000', '201754.414000', '201754.416000', '201754.419000', '201754.421000', '201754.424000', '201754.427000', '201814.316000', '201814.318000', '201814.321000', '201814.324000', '201814.326000', '201814.329000', '201814.331000', '201814.334000', '201814.337000', '201814.339000', '201814.342000', '201814.344000', '201814.347000', '201814.349000', '201814.352000', '201814.355000', '201814.357000', '201814.360000', '201814.362000', '201814.365000', '201814.367000', '201814.370000', '201814.373000', '201814.375000', '201814.378000', '201814.380000', '201814.383000', '201814.385000', '201814.388000', '201814.391000', '201814.393000', '201814.409000', '201814.411000', '201814.414000', '201814.416000', '201814.419000', '201814.421000', '201814.424000', '201814.427000', '201814.429000', '201814.432000', '201814.434000', '201814.437000', '201834.315000', '201834.318000', '201834.321000', '201834.324000', '201834.326000', '201834.329000', '201834.331000', '201834.334000', '201834.337000', '201834.339000', '201834.342000', '201834.345000', '201834.347000', '201834.350000', '201834.352000', '201834.355000', '201834.357000', '201834.360000', '201834.363000', '201834.365000', '201834.368000', '201834.370000', '201834.373000', '201834.376000', '201834.378000', '201834.381000', '201834.383000', '201834.386000', '201834.388000', '201834.391000', '201834.394000', '201834.396000', '201834.399000', '201834.401000', '201834.404000', '201834.406000', '201834.409000', '201834.411000', '201834.414000', '201834.417000', '201834.419000', '201834.422000', '201834.424000', '201834.427000', '201854.316000', '201854.319000', '201854.321000', '201854.324000', '201854.326000', '201854.329000', '201854.331000', '201854.334000', '201854.337000', '201854.339000', '201854.342000', '201854.344000', '201854.347000', '201854.350000', '201854.352000', '201854.355000', '201854.358000', '201854.360000', '201854.363000', '201854.365000', '201854.368000', '201854.370000', '201854.373000', '201854.376000', '201854.378000', '201854.381000', '201854.383000', '201854.386000', '201854.389000', '201854.391000', '201854.394000', '201854.396000', '201854.399000', '201854.401000', '201854.404000', '201854.407000', '201854.409000', '201854.412000', '201854.414000', '201854.417000', '201854.420000', '201854.422000', '201854.425000', '201914.335000', '201914.338000', '201914.341000', '201914.343000', '201914.346000', '201914.349000', '201914.351000', '201914.354000', '201914.356000', '201914.359000', '201914.361000', '201914.364000', '201914.367000', '201914.369000', '201914.372000', '201914.374000', '201914.377000', '201914.380000', '201914.382000', '201914.385000', '201914.387000', '201914.390000', '201914.392000', '201914.395000', '201914.398000', '201914.400000', '201914.403000', '201914.405000', '201914.408000', '201914.411000', '201914.413000', '201914.416000', '201914.418000', '201914.421000', '201914.423000', '201914.426000', '201914.429000', '201914.431000', '201914.434000', '201914.436000', '201914.439000', '201914.442000', '201914.444000', '201934.316000', '201934.318000', '201934.321000', '201934.324000', '201934.326000', '201934.329000', '201934.331000', '201934.334000', '201934.337000', '201934.339000', '201934.342000', '201934.345000', '201934.347000', '201934.350000', '201934.353000', '201934.355000', '201934.358000', '201934.360000', '201934.363000', '201934.366000', '201934.368000', '201934.371000', '201934.373000', '201934.376000', '201934.378000', '201934.381000', '201934.384000', '201934.386000', '201934.389000', '201934.392000', '201934.394000', '201934.397000', '201934.399000', '201934.402000', '201934.405000', '201934.407000', '201934.410000', '201934.412000', '201934.415000', '201934.418000', '201934.420000', '201934.423000', '201934.425000', '201934.428000', '201954.315000', '201954.319000', '201954.322000', '201954.325000', '201954.327000', '201954.330000', '201954.332000', '201954.335000', '201954.337000', '201954.340000', '201954.343000', '201954.345000', '201954.348000', '201954.364000', '201954.366000', '201954.369000', '201954.372000', '201954.374000', '201954.377000', '201954.380000', '201954.382000', '201954.385000', '201954.387000', '201954.390000', '201954.393000', '201954.395000', '201954.398000', '201954.400000', '201954.403000', '201954.406000', '201954.408000', '201954.411000', '201954.413000', '201954.416000', '201954.418000', '201954.421000', '201954.423000', '201954.426000', '201954.429000', '201954.431000', '201954.434000', '201954.436000', '201954.439000', '201954.442000', '202014.316000', '202014.318000', '202014.321000', '202014.323000', '202014.326000', '202014.329000', '202014.331000', '202014.334000', '202014.336000', '202014.339000', '202014.341000', '202014.344000', '202014.347000', '202014.349000', '202014.352000', '202014.354000', '202014.357000', '202014.360000', '202014.362000', '202014.365000', '202014.367000', '202014.370000', '202014.372000', '202014.375000', '202014.378000', '202014.380000', '202014.383000', '202014.385000', '202014.388000', '202014.391000', '202014.393000', '202014.396000', '202014.398000', '202014.401000', '202014.403000', '202014.406000', '202014.409000', '202014.411000', '202014.414000', '202014.416000', '202014.419000', '202014.421000', '202014.424000', '202034.316000', '202034.318000', '202034.321000', '202034.323000', '202034.326000', '202034.329000', '202034.331000', '202034.334000', '202034.337000', '202034.339000', '202034.342000', '202034.344000', '202034.347000', '202034.350000', '202034.352000', '202034.355000', '202034.357000', '202034.360000', '202034.363000', '202034.365000', '202034.368000', '202034.370000', '202034.373000', '202034.376000', '202034.378000', '202034.381000', '202034.383000', '202034.386000', '202034.389000', '202034.391000', '202034.394000', '202034.396000', '202034.399000', '202034.401000', '202034.404000', '202034.407000', '202034.409000', '202034.416000', '202034.418000', '202034.421000', '202034.423000', '202034.426000', '202034.428000', '202054.316000', '202054.318000', '202054.321000', '202054.324000', '202054.326000', '202054.329000', '202054.331000', '202054.334000', '202054.336000', '202054.339000', '202054.342000', '202054.345000', '202054.347000', '202054.350000', '202054.352000', '202054.355000', '202054.358000', '202054.360000', '202054.363000', '202054.365000', '202054.368000', '202054.371000', '202054.373000', '202054.376000', '202054.379000', '202054.381000', '202054.384000', '202054.386000', '202054.389000', '202054.392000', '202054.394000', '202054.397000', '202054.399000', '202054.402000', '202054.405000', '202054.407000', '202054.410000', '202054.412000', '202054.415000', '202054.417000', '202054.420000', '202054.423000', '202054.425000', '202054.428000', '202114.316000', '202114.319000', '202114.321000', '202114.324000', '202114.326000', '202114.329000', '202114.331000', '202114.334000', '202114.337000', '202114.339000', '202114.342000', '202114.344000', '202114.347000', '202114.350000', '202114.352000', '202114.355000', '202114.359000', '202114.361000', '202114.364000', '202114.367000', '202114.369000', '202114.372000', '202114.374000', '202114.377000', '202114.421000', '202114.423000', '202114.426000', '202114.428000', '202114.431000', '202114.434000', '202114.436000', '202114.439000', '202114.441000', '202114.444000', '202114.446000', '202114.449000', '202114.452000', '202114.454000', '202114.457000', '202114.460000', '202114.462000', '202114.465000', '202114.467000', '202134.316000', '202134.318000', '202134.321000', '202134.323000', '202134.326000', '202134.329000', '202134.331000', '202134.334000', '202134.336000', '202134.339000', '202134.342000', '202134.344000', '202134.347000', '202134.349000', '202134.352000', '202134.354000', '202134.357000', '202134.360000', '202134.363000', '202134.365000', '202134.368000', '202134.370000', '202134.373000', '202134.375000', '202134.378000', '202134.381000', '202134.383000', '202134.386000', '202134.388000', '202134.391000', '202134.393000', '202134.396000', '202134.399000', '202134.401000', '202134.404000', '202134.406000', '202134.409000', '202134.411000', '202134.414000', '202134.417000', '202134.419000', '202134.422000', '202134.424000', '202134.427000', '202154.316000', '202154.319000', '202154.321000', '202154.324000', '202154.327000', '202154.329000', '202154.332000', '202154.334000', '202154.337000', '202154.340000', '202154.342000', '202154.345000', '202154.347000', '202154.350000', '202154.352000', '202154.355000', '202154.357000', '202154.360000', '202154.363000', '202154.365000', '202154.368000', '202154.371000', '202154.373000', '202154.376000', '202154.378000', '202154.381000', '202154.383000', '202154.386000', '202154.389000', '202154.391000', '202154.394000', '202154.396000', '202154.399000', '202154.402000', '202154.404000', '202154.407000', '202154.410000', '202154.412000', '202154.415000', '202154.417000', '202154.420000', '202154.423000', '202154.425000', '202214.315000', '202214.318000', '202214.321000', '202214.323000', '202214.326000', '202214.328000', '202214.331000', '202214.334000', '202214.336000', '202214.339000', '202214.341000', '202214.344000', '202214.346000', '202214.349000', '202214.352000', '202214.354000', '202214.357000', '202214.359000', '202214.362000', '202214.365000', '202214.367000', '202214.370000', '202214.372000', '202214.375000', '202214.377000', '202214.380000', '202214.383000', '202214.385000', '202214.388000', '202214.390000', '202214.393000', '202214.396000', '202214.398000', '202214.401000', '202214.403000', '202214.406000', '202214.409000', '202214.411000', '202214.414000', '202214.416000', '202214.419000', '202214.422000', '202214.424000', '202214.427000', '202234.316000', '202234.318000', '202234.321000', '202234.324000', '202234.326000', '202234.329000', '202234.331000', '202234.334000', '202234.336000', '202234.339000', '202234.342000', '202234.344000', '202234.347000', '202234.350000', '202234.352000', '202234.355000', '202234.357000', '202234.360000', '202234.363000', '202234.365000', '202234.368000', '202234.370000', '202234.373000', '202234.376000', '202234.378000', '202234.381000', '202234.383000', '202234.386000', '202234.388000', '202234.391000', '202234.394000', '202234.396000', '202234.400000', '202234.403000', '202234.411000', '202234.414000', '202234.416000', '202234.419000', '202234.421000', '202234.424000', '202234.427000', '202234.429000', '202234.432000', '202237.568000', '202237.571000', '202237.574000', '202237.577000', '202237.579000', '202237.582000', '202237.585000', '202237.588000'], 'InstanceCreationTime': ['201534.368000', '201534.375000', '201534.377000', '201534.380000', '201534.383000', '201534.385000', '201534.388000', '201534.390000', '201534.393000', '201534.395000', '201534.398000', '201534.404000', '201534.407000', '201534.409000', '201534.412000', '201534.414000', '201534.417000', '201534.420000', '201534.422000', '201534.425000', '201534.427000', '201534.446000', '201534.448000', '201534.451000', '201534.454000', '201534.457000', '201534.459000', '201534.462000', '201534.464000', '201534.467000', '201534.470000', '201534.472000', '201534.475000', '201534.477000', '201534.480000', '201534.496000', '201534.499000', '201534.501000', '201534.504000', '201534.512000', '201534.515000', '201534.518000', '201534.520000', '201534.523000', '201534.525000', '201534.528000', '201554.315000', '201554.318000', '201554.321000', '201554.323000', '201554.326000', '201554.329000', '201554.332000', '201554.334000', '201554.337000', '201554.339000', '201554.342000', '201554.344000', '201554.347000', '201554.350000', '201554.352000', '201554.355000', '201554.357000', '201554.360000', '201554.362000', '201554.365000', '201554.367000', '201554.370000', '201554.373000', '201554.375000', '201554.378000', '201554.380000', '201554.383000', '201554.385000', '201554.388000', '201554.390000', '201554.393000', '201554.395000', '201554.398000', '201554.401000', '201554.403000', '201554.406000', '201554.408000', '201554.411000', '201554.413000', '201554.416000', '201554.418000', '201554.421000', '201554.424000', '201554.426000', '201614.316000', '201614.318000', '201614.321000', '201614.324000', '201614.326000', '201614.329000', '201614.331000', '201614.334000', '201614.337000', '201614.339000', '201614.342000', '201614.344000', '201614.347000', '201614.349000', '201614.352000', '201614.355000', '201614.357000', '201614.360000', '201614.362000', '201614.365000', '201614.367000', '201614.370000', '201614.373000', '201614.375000', '201614.378000', '201614.380000', '201614.383000', '201614.385000', '201614.388000', '201614.391000', '201614.393000', '201614.396000', '201614.398000', '201614.401000', '201614.403000', '201614.406000', '201614.409000', '201614.411000', '201614.414000', '201614.416000', '201614.429000', '201614.432000', '201614.434000', '201634.316000', '201634.318000', '201634.321000', '201634.324000', '201634.326000', '201634.329000', '201634.331000', '201634.334000', '201634.336000', '201634.339000', '201634.342000', '201634.344000', '201634.347000', '201634.349000', '201634.352000', '201634.355000', '201634.358000', '201634.361000', '201634.385000', '201634.387000', '201634.390000', '201634.393000', '201634.395000', '201634.398000', '201634.401000', '201634.403000', '201634.406000', '201634.408000', '201634.411000', '201634.414000', '201634.416000', '201634.419000', '201634.421000', '201634.424000', '201634.427000', '201634.429000', '201634.439000', '201634.442000', '201634.444000', '201634.447000', '201634.450000', '201634.452000', '201634.455000', '201634.457000', '201654.315000', '201654.318000', '201654.321000', '201654.323000', '201654.326000', '201654.329000', '201654.331000', '201654.334000', '201654.336000', '201654.339000', '201654.341000', '201654.344000', '201654.347000', '201654.349000', '201654.352000', '201654.354000', '201654.357000', '201654.360000', '201654.362000', '201654.365000', '201654.367000', '201654.370000', '201654.373000', '201654.375000', '201654.378000', '201654.380000', '201654.383000', '201654.386000', '201654.388000', '201654.394000', '201654.397000', '201654.400000', '201654.402000', '201654.405000', '201654.407000', '201654.410000', '201654.413000', '201654.418000', '201654.421000', '201654.424000', '201654.426000', '201654.429000', '201654.431000', '201714.316000', '201714.318000', '201714.321000', '201714.324000', '201714.326000', '201714.329000', '201714.331000', '201714.334000', '201714.337000', '201714.339000', '201714.342000', '201714.344000', '201714.347000', '201714.350000', '201714.352000', '201714.355000', '201714.357000', '201714.360000', '201714.362000', '201714.365000', '201714.368000', '201714.370000', '201714.373000', '201714.375000', '201714.378000', '201714.380000', '201714.383000', '201714.386000', '201714.388000', '201714.391000', '201714.393000', '201714.396000', '201714.399000', '201714.402000', '201714.404000', '201714.407000', '201714.409000', '201714.412000', '201714.415000', '201714.417000', '201714.420000', '201714.422000', '201714.425000', '201714.427000', '201734.316000', '201734.319000', '201734.321000', '201734.324000', '201734.326000', '201734.329000', '201734.331000', '201734.334000', '201734.337000', '201734.339000', '201734.342000', '201734.344000', '201734.347000', '201734.350000', '201734.352000', '201734.355000', '201734.357000', '201734.360000', '201734.362000', '201734.365000', '201734.368000', '201734.370000', '201734.373000', '201734.375000', '201734.378000', '201734.381000', '201734.390000', '201734.393000', '201734.395000', '201734.398000', '201734.401000', '201734.403000', '201734.406000', '201734.409000', '201734.411000', '201734.414000', '201734.416000', '201734.419000', '201734.421000', '201734.424000', '201734.427000', '201734.430000', '201734.433000', '201754.315000', '201754.318000', '201754.321000', '201754.323000', '201754.326000', '201754.329000', '201754.331000', '201754.334000', '201754.336000', '201754.339000', '201754.341000', '201754.344000', '201754.346000', '201754.349000', '201754.352000', '201754.354000', '201754.357000', '201754.359000', '201754.362000', '201754.365000', '201754.367000', '201754.370000', '201754.372000', '201754.375000', '201754.378000', '201754.380000', '201754.383000', '201754.385000', '201754.388000', '201754.391000', '201754.393000', '201754.396000', '201754.398000', '201754.401000', '201754.404000', '201754.406000', '201754.409000', '201754.411000', '201754.414000', '201754.416000', '201754.419000', '201754.421000', '201754.424000', '201754.427000', '201814.316000', '201814.318000', '201814.321000', '201814.324000', '201814.326000', '201814.329000', '201814.331000', '201814.334000', '201814.337000', '201814.339000', '201814.342000', '201814.344000', '201814.347000', '201814.349000', '201814.352000', '201814.355000', '201814.357000', '201814.360000', '201814.362000', '201814.365000', '201814.367000', '201814.370000', '201814.373000', '201814.375000', '201814.378000', '201814.380000', '201814.383000', '201814.385000', '201814.388000', '201814.391000', '201814.393000', '201814.409000', '201814.411000', '201814.414000', '201814.416000', '201814.419000', '201814.421000', '201814.424000', '201814.427000', '201814.429000', '201814.432000', '201814.434000', '201814.437000', '201834.315000', '201834.318000', '201834.321000', '201834.324000', '201834.326000', '201834.329000', '201834.331000', '201834.334000', '201834.337000', '201834.339000', '201834.342000', '201834.345000', '201834.347000', '201834.350000', '201834.352000', '201834.355000', '201834.357000', '201834.360000', '201834.363000', '201834.365000', '201834.368000', '201834.370000', '201834.373000', '201834.376000', '201834.378000', '201834.381000', '201834.383000', '201834.386000', '201834.388000', '201834.391000', '201834.394000', '201834.396000', '201834.399000', '201834.401000', '201834.404000', '201834.406000', '201834.409000', '201834.411000', '201834.414000', '201834.417000', '201834.419000', '201834.422000', '201834.424000', '201834.427000', '201854.316000', '201854.319000', '201854.321000', '201854.324000', '201854.326000', '201854.329000', '201854.331000', '201854.334000', '201854.337000', '201854.339000', '201854.342000', '201854.344000', '201854.347000', '201854.350000', '201854.352000', '201854.355000', '201854.358000', '201854.360000', '201854.363000', '201854.365000', '201854.368000', '201854.370000', '201854.373000', '201854.376000', '201854.378000', '201854.381000', '201854.383000', '201854.386000', '201854.389000', '201854.391000', '201854.394000', '201854.396000', '201854.399000', '201854.401000', '201854.404000', '201854.407000', '201854.409000', '201854.412000', '201854.414000', '201854.417000', '201854.420000', '201854.422000', '201854.425000', '201914.335000', '201914.338000', '201914.341000', '201914.343000', '201914.346000', '201914.349000', '201914.351000', '201914.354000', '201914.356000', '201914.359000', '201914.361000', '201914.364000', '201914.367000', '201914.369000', '201914.372000', '201914.374000', '201914.377000', '201914.380000', '201914.382000', '201914.385000', '201914.387000', '201914.390000', '201914.392000', '201914.395000', '201914.398000', '201914.400000', '201914.403000', '201914.405000', '201914.408000', '201914.411000', '201914.413000', '201914.416000', '201914.418000', '201914.421000', '201914.423000', '201914.426000', '201914.429000', '201914.431000', '201914.434000', '201914.436000', '201914.439000', '201914.442000', '201914.444000', '201934.316000', '201934.318000', '201934.321000', '201934.324000', '201934.326000', '201934.329000', '201934.331000', '201934.334000', '201934.337000', '201934.339000', '201934.342000', '201934.345000', '201934.347000', '201934.350000', '201934.353000', '201934.355000', '201934.358000', '201934.360000', '201934.363000', '201934.366000', '201934.368000', '201934.371000', '201934.373000', '201934.376000', '201934.378000', '201934.381000', '201934.384000', '201934.386000', '201934.389000', '201934.392000', '201934.394000', '201934.397000', '201934.399000', '201934.402000', '201934.405000', '201934.407000', '201934.410000', '201934.412000', '201934.415000', '201934.418000', '201934.420000', '201934.423000', '201934.425000', '201934.428000', '201954.315000', '201954.319000', '201954.322000', '201954.325000', '201954.327000', '201954.330000', '201954.332000', '201954.335000', '201954.337000', '201954.340000', '201954.343000', '201954.345000', '201954.348000', '201954.364000', '201954.366000', '201954.369000', '201954.372000', '201954.374000', '201954.377000', '201954.380000', '201954.382000', '201954.385000', '201954.387000', '201954.390000', '201954.393000', '201954.395000', '201954.398000', '201954.400000', '201954.403000', '201954.406000', '201954.408000', '201954.411000', '201954.413000', '201954.416000', '201954.418000', '201954.421000', '201954.423000', '201954.426000', '201954.429000', '201954.431000', '201954.434000', '201954.436000', '201954.439000', '201954.442000', '202014.316000', '202014.318000', '202014.321000', '202014.323000', '202014.326000', '202014.329000', '202014.331000', '202014.334000', '202014.336000', '202014.339000', '202014.341000', '202014.344000', '202014.347000', '202014.349000', '202014.352000', '202014.354000', '202014.357000', '202014.360000', '202014.362000', '202014.365000', '202014.367000', '202014.370000', '202014.372000', '202014.375000', '202014.378000', '202014.380000', '202014.383000', '202014.385000', '202014.388000', '202014.391000', '202014.393000', '202014.396000', '202014.398000', '202014.401000', '202014.403000', '202014.406000', '202014.409000', '202014.411000', '202014.414000', '202014.416000', '202014.419000', '202014.421000', '202014.424000', '202034.316000', '202034.318000', '202034.321000', '202034.323000', '202034.326000', '202034.329000', '202034.331000', '202034.334000', '202034.337000', '202034.339000', '202034.342000', '202034.344000', '202034.347000', '202034.350000', '202034.352000', '202034.355000', '202034.357000', '202034.360000', '202034.363000', '202034.365000', '202034.368000', '202034.370000', '202034.373000', '202034.376000', '202034.378000', '202034.381000', '202034.383000', '202034.386000', '202034.389000', '202034.391000', '202034.394000', '202034.396000', '202034.399000', '202034.401000', '202034.404000', '202034.407000', '202034.409000', '202034.416000', '202034.418000', '202034.421000', '202034.423000', '202034.426000', '202034.428000', '202054.316000', '202054.318000', '202054.321000', '202054.324000', '202054.326000', '202054.329000', '202054.331000', '202054.334000', '202054.336000', '202054.339000', '202054.342000', '202054.345000', '202054.347000', '202054.350000', '202054.352000', '202054.355000', '202054.358000', '202054.360000', '202054.363000', '202054.365000', '202054.368000', '202054.371000', '202054.373000', '202054.376000', '202054.379000', '202054.381000', '202054.384000', '202054.386000', '202054.389000', '202054.392000', '202054.394000', '202054.397000', '202054.399000', '202054.402000', '202054.405000', '202054.407000', '202054.410000', '202054.412000', '202054.415000', '202054.417000', '202054.420000', '202054.423000', '202054.425000', '202054.428000', '202114.316000', '202114.319000', '202114.321000', '202114.324000', '202114.326000', '202114.329000', '202114.331000', '202114.334000', '202114.337000', '202114.339000', '202114.342000', '202114.344000', '202114.347000', '202114.350000', '202114.352000', '202114.355000', '202114.359000', '202114.361000', '202114.364000', '202114.367000', '202114.369000', '202114.372000', '202114.374000', '202114.377000', '202114.421000', '202114.423000', '202114.426000', '202114.428000', '202114.431000', '202114.434000', '202114.436000', '202114.439000', '202114.441000', '202114.444000', '202114.446000', '202114.449000', '202114.452000', '202114.454000', '202114.457000', '202114.460000', '202114.462000', '202114.465000', '202114.467000', '202134.316000', '202134.318000', '202134.321000', '202134.323000', '202134.326000', '202134.329000', '202134.331000', '202134.334000', '202134.336000', '202134.339000', '202134.342000', '202134.344000', '202134.347000', '202134.349000', '202134.352000', '202134.354000', '202134.357000', '202134.360000', '202134.363000', '202134.365000', '202134.368000', '202134.370000', '202134.373000', '202134.375000', '202134.378000', '202134.381000', '202134.383000', '202134.386000', '202134.388000', '202134.391000', '202134.393000', '202134.396000', '202134.399000', '202134.401000', '202134.404000', '202134.406000', '202134.409000', '202134.411000', '202134.414000', '202134.417000', '202134.419000', '202134.422000', '202134.424000', '202134.427000', '202154.316000', '202154.319000', '202154.321000', '202154.324000', '202154.327000', '202154.329000', '202154.332000', '202154.334000', '202154.337000', '202154.340000', '202154.342000', '202154.345000', '202154.347000', '202154.350000', '202154.352000', '202154.355000', '202154.357000', '202154.360000', '202154.363000', '202154.365000', '202154.368000', '202154.371000', '202154.373000', '202154.376000', '202154.378000', '202154.381000', '202154.383000', '202154.386000', '202154.389000', '202154.391000', '202154.394000', '202154.396000', '202154.399000', '202154.402000', '202154.404000', '202154.407000', '202154.410000', '202154.412000', '202154.415000', '202154.417000', '202154.420000', '202154.423000', '202154.425000', '202214.315000', '202214.318000', '202214.321000', '202214.323000', '202214.326000', '202214.328000', '202214.331000', '202214.334000', '202214.336000', '202214.339000', '202214.341000', '202214.344000', '202214.346000', '202214.349000', '202214.352000', '202214.354000', '202214.357000', '202214.359000', '202214.362000', '202214.365000', '202214.367000', '202214.370000', '202214.372000', '202214.375000', '202214.377000', '202214.380000', '202214.383000', '202214.385000', '202214.388000', '202214.390000', '202214.393000', '202214.396000', '202214.398000', '202214.401000', '202214.403000', '202214.406000', '202214.409000', '202214.411000', '202214.414000', '202214.416000', '202214.419000', '202214.422000', '202214.424000', '202214.427000', '202234.316000', '202234.318000', '202234.321000', '202234.324000', '202234.326000', '202234.329000', '202234.331000', '202234.334000', '202234.336000', '202234.339000', '202234.342000', '202234.344000', '202234.347000', '202234.350000', '202234.352000', '202234.355000', '202234.357000', '202234.360000', '202234.363000', '202234.365000', '202234.368000', '202234.370000', '202234.373000', '202234.376000', '202234.378000', '202234.381000', '202234.383000', '202234.386000', '202234.388000', '202234.391000', '202234.394000', '202234.396000', '202234.400000', '202234.403000', '202234.411000', '202234.414000', '202234.416000', '202234.419000', '202234.421000', '202234.424000', '202234.427000', '202234.429000', '202234.432000', '202237.568000', '202237.571000', '202237.574000', '202237.577000', '202237.579000', '202237.582000', '202237.585000', '202237.588000'], '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': [10101, 13726, 8166, 8146, 14768, 9358, 9995, 9389, 11401, 14229, 8881, 8998, 12978, 9085, 10586, 8355, 9165, 9910, 8659, 11942, 7507, 9278, 10066, 9018, 11525, 9282, 9238, 12586, 14960, 9521, 9602, 12107, 9415, 8948, 11767, 9552, 10854, 10851, 9142, 9165, 11176, 8971, 10170, 12342, 8753, 9305, 9626, 8845, 11437, 9457, 9108, 11682, 9186, 8780, 12418, 8981, 9174, 13735, 8590, 9449, 12925, 9017, 9443, 13593, 7924, 9417, 13326, 8010, 9284, 13840, 8035, 9396, 13389, 8086, 9363, 12687, 7974, 9334, 12632, 8364, 9514, 13210, 8321, 9204, 12119, 9110, 9518, 10586, 8952, 10258, 7699, 8976, 12077, 8679, 10410, 9794, 8815, 11639, 8390, 10675, 11994, 8998, 11548, 7015, 9169, 11831, 8495, 10010, 13007, 7971, 9229, 12504, 8459, 9107, 11505, 9301, 9664, 9322, 8640, 12153, 8416, 9141, 9988, 8731, 12306, 7536, 9652, 13311, 8735, 11030, 9010, 9256, 12442, 12624, 9562, 12125, 7772, 9425, 10825, 9152, 9853, 11709, 9203, 11386, 8414, 8791, 10579, 8828, 9824, 13099, 8890, 9830, 9682, 8977, 10838, 8917, 10060, 13726, 9083, 9329, 12496, 9763, 9005, 10378, 8776, 11893, 8040, 9064, 13090, 12297, 8877, 12449, 10227, 8640, 11541, 8113, 9098, 12446, 7161, 8920, 12767, 7511, 9138, 12277, 9328, 8839, 13239, 8407, 8818, 12910, 8562, 9095, 12602, 8793, 10312, 13440, 8362, 9392, 12736, 8873, 10288, 9396, 8705, 11737, 15052, 9382, 10925, 10676, 8827, 8580, 10206, 9484, 8577, 9018, 12080, 9715, 12501, 9928, 9307, 12780, 7966, 9349, 13361, 9184, 11157, 8082, 9160, 11282, 8687, 11419, 10181, 8454, 12565, 8913, 9636, 10124, 8694, 11516, 9198, 8799, 12144, 8151, 9994, 9484, 9562, 12655, 9755, 9613, 13680, 8783, 9265, 10163, 9304, 13060, 8318, 11754, 11539, 9391, 12983, 8269, 9878, 13289, 8418, 9371, 12690, 8756, 9136, 12268, 8301, 9115, 12320, 7442, 8998, 12529, 7389, 8900, 8893, 9261, 10425, 8698, 8566, 11903, 8077, 8874, 7660, 8554, 12327, 8351, 9514, 13812, 9723, 9046, 12936, 9218, 9312, 12823, 7860, 9199, 12884, 8587, 9650, 13738, 8581, 9421, 13176, 8405, 9243, 13182, 8928, 9536, 13551, 8010, 9591, 12456, 8971, 10431, 13806, 9424, 10843, 9122, 8793, 12222, 9095, 9235, 7747, 9062, 11576, 8449, 10888, 9516, 8995, 11511, 9078, 9327, 10921, 9194, 8752, 9940, 9429, 11202, 9323, 11398, 9001, 10152, 10523, 8927, 11900, 8436, 9288, 13175, 10086, 9563, 12118, 8007, 9148, 13258, 8430, 9386, 13401, 8163, 9255, 12266, 8719, 8928, 10039, 8967, 11606, 9909, 8616, 12664, 9418, 8932, 9435, 9363, 11580, 7120, 9038, 12745, 9371, 11117, 9725, 9474, 12711, 14205, 9511, 11068, 10333, 8962, 9605, 10588, 10410, 10501, 8118, 10273, 14379, 9297, 9151, 10510, 8957, 10893, 11395, 9182, 12742, 15334, 9138, 11177, 9088, 8948, 11731, 9054, 8732, 11704, 9187, 8556, 11079, 9733, 8966, 11503, 8065, 8847, 12321, 7344, 8845, 11611, 9068, 8552, 11427, 9397, 9321, 9565, 8993, 11663, 8263, 9275, 12442, 9759, 12197, 7840, 11635, 12524, 9662, 10823, 8439, 10699, 15175, 10044, 9419, 13147, 8745, 9532, 12894, 9024, 9945, 13469, 9568, 9992, 12808, 9080, 10157, 13684, 9802, 10546, 9360, 9056, 11515, 9201, 9062, 12149, 7601, 9163, 12583, 8907, 9074, 9040, 8860, 11776, 11377, 9258, 11497, 8286, 8898, 11498, 8717, 9129, 12178, 7614, 9056, 12508, 9289, 9121, 13152, 9306, 10473, 13017, 8589, 10806, 7961, 9526, 11607, 9003, 11093, 14506, 9881, 10976, 9281, 9234, 12597, 9097, 12031, 8575, 9782, 10466, 9563, 12351, 7881, 9240, 14417, 7963, 9357, 8523, 9381, 12078, 8288, 10979, 9530, 9113, 12027, 9517, 11280, 13803, 9054, 9895, 13920, 10314, 9713, 12478, 9067, 9442, 12830, 10230, 9177, 11579, 9573, 8230, 11864, 7498, 8736, 11590, 7862, 8529, 12560, 7894, 8688, 12077, 8850, 9212, 10468, 8415, 10969, 13697, 8719, 8990, 11428, 9024, 9698, 11586, 8983, 8749, 11009, 8763, 10060, 7255, 8590, 11065, 9369, 8614, 9198, 8472, 12430, 8045, 9284, 11088, 8549, 13112, 8095, 10147, 13719, 9703, 11864, 8145, 10256, 14573, 9355, 9369, 13764, 10651, 10169, 10185, 9223, 13244, 7738, 9118, 13700, 10722, 8551, 12597, 9976, 8995, 12352, 9744, 8785, 12721, 9422, 8354, 12887, 9230, 9015, 12938, 8845, 10796, 13606, 8752, 10947, 6653, 8499, 11064, 7638, 8815, 12083, 7357, 10950, 13618, 9065, 11826, 9408, 11170, 8525, 10323, 13151, 10891, 8709, 13377, 9977, 8912, 13542, 8084, 8998, 12161, 8029, 8597, 12446, 7527, 8184, 12385, 10011, 8843, 12187, 8840, 8725, 12217, 9042, 10399, 10086, 8805, 11438, 9553, 8524, 12271, 9600, 8321, 12682, 8188, 8908, 12736, 8916, 9665, 12571, 9209, 11106, 8796, 8904, 11791, 8009, 8900, 12394, 7410, 8825, 12651, 9792, 10086, 10767, 8956, 11792, 8972, 8813, 11872, 8714, 9187, 12612, 9128, 8965, 12288, 8753, 9653, 11544, 8797, 11833, 8291, 8868, 12213, 9689, 11550, 8362, 10101, 11142, 8962, 12392, 9083, 10345, 13249, 9305, 12354, 10703, 8851, 9880, 9768, 10931, 8850, 9045, 9676, 8840, 13362, 9598, 10776, 11234, 8736, 11866, 11172, 8661, 12857, 8806, 10146, 11368, 8780, 11775, 9712, 9978, 12477, 9479, 11603, 7987, 8850, 9571, 8677, 11693, 7206, 8565, 12340, 8656, 10285, 10065, 9404, 13679, 9358, 11448, 8393, 9209, 13217, 8728, 10471, 13980, 9552, 8875, 13364, 9009, 9253, 12928, 7595, 8873, 12872, 9228, 8427, 12278, 8113, 8985, 11864, 8025, 8846, 11908, 7307, 8812, 11762, 9747, 9204, 10829, 8326, 11621, 7495, 8680, 13902, 9298, 10659, 12981, 9642, 11090, 13560, 8952, 11598, 10373, 8814, 11554, 8601, 9602, 13091, 8986, 11409, 11267, 8880, 11290, 9761, 9833, 11923, 9163, 11659, 7168, 8764, 11961, 9313, 10766, 13519, 8580, 10180, 12434, 8751, 9295, 11393, 8359, 11789, 10382, 8620, 12066, 9926, 8264, 11660, 9908, 8774, 11723, 9555, 11306, 13577, 9329, 10224, 10201, 8736, 11167, 8480, 8681, 12552, 8305, 10329, 10510, 8365, 11599, 9627, 10690, 10591, 8490, 13326, 10031, 9512, 9666, 8575, 12487, 8031, 11448, 11094, 8634, 12787, 9719, 10879, 10004, 9171, 12492, 10261, 8968, 13573, 10036, 8896, 12318, 11131, 8973, 13245, 10148, 8561, 12954, 9642, 8653, 11888, 10657, 8616, 12278, 9557, 8596, 12406, 8727, 9065, 12331, 7857, 9654, 12582, 9129, 10925, 8513, 9266, 9808, 8757, 11496, 7844, 9170, 11291, 9902, 11386, 8007, 11592, 7782, 9881, 10107, 8925, 13022, 8146, 9108, 13296, 11017, 8642, 13158, 9668, 8832, 12468, 10555, 8769, 12385, 11006, 8299, 12163, 8122, 8711, 11830, 8880, 8665, 11735, 8399, 9599, 9591, 8570, 11297, 9351, 10225, 10481, 8469, 12873, 9277, 8779, 14113, 9372, 11322, 8796, 8891], 'WindowCenter': [4062.0, 4066.0, 4009.0, 3996.0, 4045.0, 4003.0, 4001.0, 4015.0, 4037.0, 4047.0, 3992.0, 3992.0, 4022.0, 4003.0, 4012.0, 3992.0, 4004.0, 4014.0, 4004.0, 4036.0, 3985.0, 4017.0, 4015.0, 4017.0, 4037.0, 4004.0, 4003.0, 4035.0, 4045.0, 4002.0, 4003.0, 4024.0, 4017.0, 4019.0, 4036.0, 4015.0, 4013.0, 4011.0, 4003.0, 4002.0, 4021.0, 4002.0, 4014.0, 4022.0, 3993.0, 4004.0, 4003.0, 4005.0, 4025.0, 4002.0, 3992.0, 4023.0, 4002.0, 3993.0, 4035.0, 4004.0, 4005.0, 4036.0, 3991.0, 4000.0, 4023.0, 3990.0, 4002.0, 4022.0, 3979.0, 3990.0, 4020.0, 3978.0, 3988.0, 4020.0, 3967.0, 3989.0, 4020.0, 3967.0, 3989.0, 4019.0, 3965.0, 3988.0, 4008.0, 3976.0, 3999.0, 4019.0, 3976.0, 3987.0, 4007.0, 3976.0, 3988.0, 3996.0, 3990.0, 3998.0, 3978.0, 3990.0, 4020.0, 3990.0, 4011.0, 4001.0, 4003.0, 4023.0, 3992.0, 4014.0, 4021.0, 3991.0, 4024.0, 3970.0, 4003.0, 4023.0, 3991.0, 4013.0, 4023.0, 3980.0, 3991.0, 4021.0, 3980.0, 3991.0, 4010.0, 4001.0, 4001.0, 3990.0, 3992.0, 4023.0, 3994.0, 4004.0, 4013.0, 4005.0, 4024.0, 3982.0, 4004.0, 4036.0, 4005.0, 4026.0, 4004.0, 4015.0, 4036.0, 4023.0, 4001.0, 4025.0, 3982.0, 4003.0, 4013.0, 4003.0, 4015.0, 4022.0, 4003.0, 4037.0, 4006.0, 4007.0, 4026.0, 4017.0, 4028.0, 4036.0, 4005.0, 4016.0, 4016.0, 4017.0, 4039.0, 4019.0, 4017.0, 4038.0, 3993.0, 4003.0, 4024.0, 4001.0, 4004.0, 4013.0, 4005.0, 4037.0, 3994.0, 4005.0, 4036.0, 4022.0, 3992.0, 4024.0, 4001.0, 3992.0, 4025.0, 3993.0, 4005.0, 4034.0, 3971.0, 3991.0, 4021.0, 3970.0, 4004.0, 4035.0, 4004.0, 4004.0, 4034.0, 3992.0, 4003.0, 4033.0, 3991.0, 4003.0, 4022.0, 3991.0, 4015.0, 4034.0, 3992.0, 4002.0, 4022.0, 3992.0, 4015.0, 4002.0, 3992.0, 4024.0, 4033.0, 3989.0, 4010.0, 3998.0, 3990.0, 3978.0, 4000.0, 4001.0, 4002.0, 4003.0, 4034.0, 4016.0, 4037.0, 4002.0, 4002.0, 4022.0, 3980.0, 4003.0, 4035.0, 4003.0, 4023.0, 3994.0, 4015.0, 4023.0, 4004.0, 4023.0, 4012.0, 3994.0, 4038.0, 4006.0, 4018.0, 4027.0, 4007.0, 4026.0, 4015.0, 4005.0, 4037.0, 3994.0, 4017.0, 4016.0, 4017.0, 4038.0, 4003.0, 4004.0, 4036.0, 3991.0, 4002.0, 4000.0, 4003.0, 4035.0, 3980.0, 4013.0, 4013.0, 4002.0, 4020.0, 3980.0, 3999.0, 4021.0, 3979.0, 3991.0, 4022.0, 3979.0, 3991.0, 4010.0, 3979.0, 3989.0, 4018.0, 3968.0, 3989.0, 4009.0, 3968.0, 3992.0, 4002.0, 4015.0, 4025.0, 4003.0, 4004.0, 4024.0, 3995.0, 4007.0, 3996.0, 4019.0, 4039.0, 4008.0, 4020.0, 4051.0, 4006.0, 4006.0, 4037.0, 4005.0, 4005.0, 4025.0, 3981.0, 4001.0, 4021.0, 3991.0, 4003.0, 4035.0, 3991.0, 3992.0, 4023.0, 3980.0, 3991.0, 4022.0, 3977.0, 3988.0, 4019.0, 3966.0, 3989.0, 4020.0, 3990.0, 4013.0, 4033.0, 4002.0, 4011.0, 3989.0, 3979.0, 4010.0, 3991.0, 3992.0, 3982.0, 4003.0, 4024.0, 3991.0, 4015.0, 4003.0, 4005.0, 4026.0, 4004.0, 4005.0, 4012.0, 4004.0, 3993.0, 4004.0, 4016.0, 4025.0, 4006.0, 4026.0, 4007.0, 4017.0, 4015.0, 4006.0, 4026.0, 3995.0, 4006.0, 4038.0, 4015.0, 4004.0, 4025.0, 3983.0, 4003.0, 4021.0, 3980.0, 3991.0, 4022.0, 3980.0, 4003.0, 4023.0, 3993.0, 4002.0, 4001.0, 4002.0, 4023.0, 4001.0, 3993.0, 4036.0, 4005.0, 4006.0, 4004.0, 4016.0, 4026.0, 3974.0, 4007.0, 4038.0, 4018.0, 4028.0, 4008.0, 4017.0, 4039.0, 4037.0, 4005.0, 4015.0, 3999.0, 3990.0, 3992.0, 3997.0, 4000.0, 4012.0, 3982.0, 4013.0, 4035.0, 3989.0, 3990.0, 3997.0, 3989.0, 3998.0, 4009.0, 3990.0, 4033.0, 4032.0, 3990.0, 4011.0, 3990.0, 3991.0, 4011.0, 3977.0, 3977.0, 4010.0, 3988.0, 3992.0, 4014.0, 4002.0, 3993.0, 4025.0, 3994.0, 4006.0, 4024.0, 3970.0, 3992.0, 4013.0, 3990.0, 3991.0, 4024.0, 4005.0, 4006.0, 4015.0, 4006.0, 4026.0, 3994.0, 4005.0, 4037.0, 4005.0, 4025.0, 3995.0, 4027.0, 4035.0, 4016.0, 4027.0, 3996.0, 4029.0, 4051.0, 4004.0, 3993.0, 4022.0, 3979.0, 4000.0, 4021.0, 3991.0, 4002.0, 4021.0, 4001.0, 4001.0, 4022.0, 3992.0, 4013.0, 4032.0, 4002.0, 4013.0, 3990.0, 3991.0, 4011.0, 3989.0, 3990.0, 4021.0, 3980.0, 4003.0, 4024.0, 4005.0, 4005.0, 4002.0, 4004.0, 4025.0, 4012.0, 4002.0, 4024.0, 3994.0, 4006.0, 4025.0, 4005.0, 4006.0, 4025.0, 3982.0, 3994.0, 4025.0, 4006.0, 4017.0, 4037.0, 4016.0, 4026.0, 4034.0, 3994.0, 4014.0, 3994.0, 4017.0, 4026.0, 4005.0, 4029.0, 4037.0, 4005.0, 4016.0, 3992.0, 4003.0, 4023.0, 3993.0, 4022.0, 3994.0, 4015.0, 4014.0, 4006.0, 4037.0, 3996.0, 4006.0, 4048.0, 3992.0, 4003.0, 4003.0, 4017.0, 4036.0, 3995.0, 4028.0, 4016.0, 4007.0, 4037.0, 4006.0, 4028.0, 4038.0, 3993.0, 4004.0, 4039.0, 4003.0, 3991.0, 4012.0, 3977.0, 3990.0, 4010.0, 3987.0, 3989.0, 4011.0, 3989.0, 3980.0, 4012.0, 3971.0, 3993.0, 4013.0, 3982.0, 3994.0, 4024.0, 3982.0, 3993.0, 4022.0, 3993.0, 4003.0, 4013.0, 3994.0, 4015.0, 4034.0, 3992.0, 3993.0, 4013.0, 4004.0, 4017.0, 4025.0, 4005.0, 3994.0, 4013.0, 3993.0, 4005.0, 3983.0, 4006.0, 4027.0, 4019.0, 4009.0, 4006.0, 4007.0, 4039.0, 3998.0, 4019.0, 4029.0, 4009.0, 4051.0, 3998.0, 4030.0, 4050.0, 4021.0, 4041.0, 4009.0, 4031.0, 4051.0, 4006.0, 4006.0, 4037.0, 4015.0, 4016.0, 4015.0, 4006.0, 4036.0, 3983.0, 4004.0, 4037.0, 4012.0, 3992.0, 4023.0, 4000.0, 3993.0, 4024.0, 4000.0, 3990.0, 4021.0, 3990.0, 3993.0, 4023.0, 4004.0, 4006.0, 4035.0, 4005.0, 4014.0, 4033.0, 3993.0, 4015.0, 3973.0, 4006.0, 4027.0, 3985.0, 4005.0, 4026.0, 3973.0, 4016.0, 4047.0, 4007.0, 4038.0, 4017.0, 4028.0, 4008.0, 4018.0, 4037.0, 4013.0, 3992.0, 4023.0, 4001.0, 3991.0, 4035.0, 3982.0, 3993.0, 4023.0, 3980.0, 3991.0, 4020.0, 3969.0, 3982.0, 4022.0, 4014.0, 4005.0, 4024.0, 4004.0, 3994.0, 4024.0, 4007.0, 4016.0, 4015.0, 4005.0, 4025.0, 4002.0, 3994.0, 4024.0, 4002.0, 3994.0, 4025.0, 3995.0, 4005.0, 4025.0, 4004.0, 4014.0, 4024.0, 4003.0, 4026.0, 3995.0, 4006.0, 4026.0, 3983.0, 4006.0, 4035.0, 3971.0, 3992.0, 4024.0, 4014.0, 4016.0, 4013.0, 4005.0, 4026.0, 3991.0, 4004.0, 4025.0, 3994.0, 4006.0, 4036.0, 4005.0, 4006.0, 4024.0, 3994.0, 4017.0, 4025.0, 4007.0, 4038.0, 3995.0, 4006.0, 4036.0, 4015.0, 4026.0, 3995.0, 4017.0, 4027.0, 4006.0, 4037.0, 4005.0, 4017.0, 4035.0, 4004.0, 4037.0, 4013.0, 3994.0, 4002.0, 4003.0, 4023.0, 4004.0, 4005.0, 4004.0, 4006.0, 4037.0, 4016.0, 4029.0, 4027.0, 4007.0, 4039.0, 4024.0, 4005.0, 4036.0, 4005.0, 4016.0, 4038.0, 4008.0, 4037.0, 4016.0, 4017.0, 4035.0, 4005.0, 4027.0, 3997.0, 4020.0, 4019.0, 4020.0, 4027.0, 3984.0, 4007.0, 4038.0, 4008.0, 4042.0, 4031.0, 4021.0, 4052.0, 4020.0, 4040.0, 3996.0, 4018.0, 4037.0, 4005.0, 4028.0, 4050.0, 4005.0, 4005.0, 4037.0, 3991.0, 4003.0, 4022.0, 3969.0, 3991.0, 4033.0, 3991.0, 3993.0, 4026.0, 3994.0, 4006.0, 4024.0, 3982.0, 4003.0, 4024.0, 3972.0, 4005.0, 4024.0, 4017.0, 4018.0, 4027.0, 4008.0, 4039.0, 3984.0, 4006.0, 4048.0, 4007.0, 4029.0, 4037.0, 4016.0, 4028.0, 4036.0, 3993.0, 4026.0, 4014.0, 4005.0, 4023.0, 3994.0, 4016.0, 4034.0, 4004.0, 4027.0, 4026.0, 4005.0, 4026.0, 4002.0, 4014.0, 4024.0, 4003.0, 4025.0, 3975.0, 4007.0, 4036.0, 4018.0, 4029.0, 4036.0, 3994.0, 4015.0, 4024.0, 3991.0, 3990.0, 4011.0, 3994.0, 4024.0, 4013.0, 3992.0, 4023.0, 4003.0, 3995.0, 4025.0, 4015.0, 4006.0, 4025.0, 4015.0, 4026.0, 4035.0, 4004.0, 4014.0, 4016.0, 4022.0, 4040.0, 4008.0, 4006.0, 4036.0, 3995.0, 4016.0, 4026.0, 4007.0, 4038.0, 4030.0, 4030.0, 4026.0, 4007.0, 4048.0, 4029.0, 4018.0, 4017.0, 4019.0, 4050.0, 4009.0, 4041.0, 4039.0, 4009.0, 4049.0, 4019.0, 4040.0, 4017.0, 4017.0, 4039.0, 4015.0, 4006.0, 4040.0, 4016.0, 4006.0, 4039.0, 4012.0, 4004.0, 4035.0, 4002.0, 3992.0, 4024.0, 4003.0, 3994.0, 4025.0, 4013.0, 3993.0, 4024.0, 4002.0, 3994.0, 4035.0, 3994.0, 4006.0, 4035.0, 3995.0, 4005.0, 4024.0, 4006.0, 4027.0, 4006.0, 4018.0, 4015.0, 4007.0, 4027.0, 3996.0, 4019.0, 4027.0, 4018.0, 4039.0, 3997.0, 4027.0, 3995.0, 4017.0, 4016.0, 4006.0, 4037.0, 3993.0, 4007.0, 4049.0, 4014.0, 3994.0, 4037.0, 4003.0, 4004.0, 4023.0, 4011.0, 3990.0, 4020.0, 4011.0, 3992.0, 4024.0, 3994.0, 4005.0, 4025.0, 4005.0, 4005.0, 4022.0, 3993.0, 4003.0, 4005.0, 4006.0, 4028.0, 4018.0, 4028.0, 4028.0, 4009.0, 4039.0, 4006.0, 4007.0, 4048.0, 4019.0, 4028.0, 4007.0, 4008.0], 'WindowWidth': [9053.0, 9049.0, 8956.0, 8932.0, 9000.0, 8935.0, 8932.0, 8955.0, 8988.0, 9005.0, 8919.0, 8918.0, 8961.0, 8934.0, 8944.0, 8921.0, 8940.0, 8953.0, 8937.0, 8983.0, 8915.0, 8961.0, 8956.0, 8960.0, 8988.0, 8939.0, 8935.0, 8982.0, 8999.0, 8932.0, 8935.0, 8968.0, 8962.0, 8969.0, 8987.0, 8954.0, 8949.0, 8943.0, 8933.0, 8935.0, 8959.0, 8932.0, 8952.0, 8962.0, 8922.0, 8939.0, 8935.0, 8941.0, 8969.0, 8931.0, 8917.0, 8961.0, 8930.0, 8921.0, 8980.0, 8938.0, 8941.0, 8987.0, 8916.0, 8928.0, 8964.0, 8912.0, 8930.0, 8962.0, 8897.0, 8911.0, 8955.0, 8891.0, 8905.0, 8952.0, 8876.0, 8908.0, 8951.0, 8875.0, 8909.0, 8950.0, 8871.0, 8903.0, 8933.0, 8887.0, 8921.0, 8950.0, 8888.0, 8904.0, 8929.0, 8887.0, 8906.0, 8916.0, 8909.0, 8920.0, 8894.0, 8913.0, 8952.0, 8910.0, 8942.0, 8926.0, 8932.0, 8960.0, 8920.0, 8950.0, 8958.0, 8915.0, 8963.0, 8886.0, 8934.0, 8962.0, 8916.0, 8947.0, 8963.0, 8898.0, 8913.0, 8954.0, 8896.0, 8914.0, 8939.0, 8926.0, 8928.0, 8911.0, 8916.0, 8961.0, 8923.0, 8938.0, 8948.0, 8939.0, 8966.0, 8905.0, 8937.0, 8985.0, 8939.0, 8970.0, 8935.0, 8954.0, 8984.0, 8961.0, 8927.0, 8966.0, 8903.0, 8934.0, 8948.0, 8935.0, 8953.0, 8961.0, 8935.0, 8985.0, 8942.0, 8946.0, 8973.0, 8960.0, 8976.0, 8986.0, 8941.0, 8955.0, 8954.0, 8959.0, 8995.0, 8965.0, 8960.0, 8992.0, 8918.0, 8930.0, 8965.0, 8929.0, 8936.0, 8948.0, 8939.0, 8989.0, 8922.0, 8939.0, 8986.0, 8960.0, 8916.0, 8963.0, 8929.0, 8916.0, 8966.0, 8922.0, 8940.0, 8982.0, 8889.0, 8914.0, 8958.0, 8886.0, 8936.0, 8979.0, 8937.0, 8939.0, 8980.0, 8917.0, 8933.0, 8975.0, 8916.0, 8933.0, 8961.0, 8918.0, 8954.0, 8979.0, 8920.0, 8933.0, 8960.0, 8918.0, 8952.0, 8931.0, 8917.0, 8964.0, 8978.0, 8908.0, 8938.0, 8922.0, 8911.0, 8891.0, 8924.0, 8931.0, 8934.0, 8935.0, 8979.0, 8956.0, 8987.0, 8932.0, 8929.0, 8959.0, 8900.0, 8934.0, 8982.0, 8933.0, 8962.0, 8923.0, 8955.0, 8963.0, 8936.0, 8961.0, 8944.0, 8923.0, 8990.0, 8945.0, 8963.0, 8974.0, 8946.0, 8973.0, 8954.0, 8940.0, 8986.0, 8926.0, 8960.0, 8956.0, 8958.0, 8991.0, 8933.0, 8933.0, 8986.0, 8915.0, 8931.0, 8928.0, 8933.0, 8980.0, 8898.0, 8948.0, 8946.0, 8930.0, 8953.0, 8896.0, 8922.0, 8954.0, 8895.0, 8914.0, 8960.0, 8893.0, 8913.0, 8937.0, 8894.0, 8908.0, 8947.0, 8880.0, 8906.0, 8934.0, 8879.0, 8916.0, 8931.0, 8955.0, 8969.0, 8934.0, 8936.0, 8965.0, 8925.0, 8946.0, 8931.0, 8966.0, 8994.0, 8950.0, 8968.0, 9014.0, 8941.0, 8942.0, 8988.0, 8938.0, 8939.0, 8968.0, 8901.0, 8928.0, 8955.0, 8913.0, 8934.0, 8986.0, 8915.0, 8916.0, 8962.0, 8898.0, 8914.0, 8958.0, 8888.0, 8901.0, 8946.0, 8872.0, 8906.0, 8948.0, 8910.0, 8946.0, 8976.0, 8929.0, 8941.0, 8906.0, 8894.0, 8937.0, 8912.0, 8916.0, 8904.0, 8935.0, 8962.0, 8916.0, 8951.0, 8933.0, 8937.0, 8967.0, 8936.0, 8939.0, 8945.0, 8934.0, 8917.0, 8936.0, 8956.0, 8968.0, 8942.0, 8968.0, 8944.0, 8958.0, 8952.0, 8940.0, 8971.0, 8924.0, 8943.0, 8993.0, 8952.0, 8935.0, 8965.0, 8906.0, 8934.0, 8957.0, 8896.0, 8914.0, 8961.0, 8896.0, 8930.0, 8959.0, 8919.0, 8932.0, 8929.0, 8930.0, 8958.0, 8928.0, 8918.0, 8983.0, 8940.0, 8941.0, 8938.0, 8955.0, 8970.0, 8897.0, 8943.0, 8989.0, 8960.0, 8975.0, 8946.0, 8957.0, 8996.0, 8989.0, 8938.0, 8954.0, 8919.0, 8908.0, 8912.0, 8914.0, 8924.0, 8945.0, 8904.0, 8947.0, 8982.0, 8908.0, 8910.0, 8916.0, 8906.0, 8918.0, 8931.0, 8911.0, 8974.0, 8975.0, 8911.0, 8938.0, 8908.0, 8911.0, 8938.0, 8888.0, 8888.0, 8936.0, 8904.0, 8916.0, 8948.0, 8930.0, 8920.0, 8965.0, 8922.0, 8941.0, 8964.0, 8884.0, 8914.0, 8949.0, 8912.0, 8915.0, 8962.0, 8939.0, 8943.0, 8953.0, 8943.0, 8972.0, 8922.0, 8940.0, 8990.0, 8938.0, 8966.0, 8922.0, 8969.0, 8982.0, 8957.0, 8972.0, 8930.0, 8977.0, 9019.0, 8935.0, 8919.0, 8958.0, 8893.0, 8925.0, 8954.0, 8913.0, 8930.0, 8953.0, 8924.0, 8927.0, 8958.0, 8916.0, 8946.0, 8972.0, 8929.0, 8947.0, 8911.0, 8914.0, 8939.0, 8908.0, 8910.0, 8955.0, 8897.0, 8931.0, 8963.0, 8939.0, 8941.0, 8932.0, 8937.0, 8965.0, 8944.0, 8930.0, 8963.0, 8921.0, 8943.0, 8969.0, 8938.0, 8942.0, 8969.0, 8905.0, 8923.0, 8968.0, 8941.0, 8959.0, 8987.0, 8956.0, 8971.0, 8979.0, 8921.0, 8951.0, 8923.0, 8957.0, 8971.0, 8941.0, 8978.0, 8989.0, 8939.0, 8958.0, 8915.0, 8930.0, 8961.0, 8917.0, 8957.0, 8923.0, 8951.0, 8949.0, 8940.0, 8984.0, 8925.0, 8938.0, 9005.0, 8920.0, 8936.0, 8936.0, 8960.0, 8984.0, 8926.0, 8973.0, 8957.0, 8945.0, 8986.0, 8942.0, 8975.0, 8990.0, 8920.0, 8937.0, 8994.0, 8930.0, 8911.0, 8941.0, 8888.0, 8907.0, 8936.0, 8900.0, 8907.0, 8940.0, 8906.0, 8895.0, 8941.0, 8884.0, 8919.0, 8945.0, 8903.0, 8923.0, 8963.0, 8903.0, 8918.0, 8957.0, 8918.0, 8932.0, 8944.0, 8921.0, 8952.0, 8977.0, 8914.0, 8919.0, 8947.0, 8936.0, 8958.0, 8967.0, 8937.0, 8923.0, 8945.0, 8917.0, 8938.0, 8906.0, 8942.0, 8970.0, 8963.0, 8952.0, 8943.0, 8944.0, 8992.0, 8936.0, 8966.0, 8977.0, 8951.0, 9013.0, 8935.0, 8980.0, 9010.0, 8968.0, 8999.0, 8952.0, 8983.0, 9016.0, 8940.0, 8940.0, 8985.0, 8950.0, 8952.0, 8948.0, 8939.0, 8982.0, 8907.0, 8935.0, 8988.0, 8942.0, 8913.0, 8959.0, 8923.0, 8917.0, 8961.0, 8923.0, 8910.0, 8954.0, 8910.0, 8918.0, 8961.0, 8936.0, 8941.0, 8982.0, 8938.0, 8951.0, 8976.0, 8918.0, 8954.0, 8894.0, 8942.0, 8973.0, 8912.0, 8937.0, 8966.0, 8892.0, 8954.0, 9003.0, 8948.0, 8990.0, 8960.0, 8980.0, 8948.0, 8963.0, 8992.0, 8943.0, 8917.0, 8963.0, 8925.0, 8914.0, 8978.0, 8903.0, 8920.0, 8962.0, 8899.0, 8914.0, 8952.0, 8882.0, 8902.0, 8959.0, 8948.0, 8940.0, 8965.0, 8935.0, 8923.0, 8962.0, 8946.0, 8955.0, 8950.0, 8939.0, 8968.0, 8931.0, 8921.0, 8966.0, 8930.0, 8921.0, 8967.0, 8923.0, 8940.0, 8968.0, 8937.0, 8951.0, 8964.0, 8933.0, 8967.0, 8925.0, 8941.0, 8969.0, 8907.0, 8942.0, 8982.0, 8888.0, 8916.0, 8964.0, 8949.0, 8956.0, 8949.0, 8939.0, 8968.0, 8914.0, 8934.0, 8964.0, 8922.0, 8941.0, 8984.0, 8939.0, 8941.0, 8966.0, 8922.0, 8957.0, 8967.0, 8945.0, 8989.0, 8926.0, 8942.0, 8985.0, 8952.0, 8970.0, 8927.0, 8958.0, 8969.0, 8942.0, 8987.0, 8940.0, 8958.0, 8984.0, 8936.0, 8985.0, 8945.0, 8921.0, 8925.0, 8931.0, 8961.0, 8936.0, 8942.0, 8938.0, 8941.0, 8986.0, 8955.0, 8976.0, 8972.0, 8945.0, 8992.0, 8963.0, 8939.0, 8981.0, 8939.0, 8956.0, 8988.0, 8950.0, 8987.0, 8957.0, 8959.0, 8981.0, 8939.0, 8973.0, 8932.0, 8966.0, 8965.0, 8966.0, 8972.0, 8910.0, 8944.0, 8987.0, 8949.0, 9001.0, 8986.0, 8970.0, 9016.0, 8967.0, 8994.0, 8931.0, 8960.0, 8988.0, 8939.0, 8974.0, 9016.0, 8941.0, 8939.0, 8986.0, 8914.0, 8932.0, 8958.0, 8881.0, 8914.0, 8975.0, 8913.0, 8918.0, 8968.0, 8923.0, 8941.0, 8965.0, 8903.0, 8933.0, 8962.0, 8889.0, 8938.0, 8966.0, 8956.0, 8960.0, 8970.0, 8948.0, 8993.0, 8911.0, 8943.0, 9003.0, 8944.0, 8977.0, 8988.0, 8956.0, 8975.0, 8986.0, 8921.0, 8970.0, 8948.0, 8938.0, 8962.0, 8923.0, 8955.0, 8980.0, 8936.0, 8972.0, 8965.0, 8938.0, 8969.0, 8929.0, 8950.0, 8962.0, 8933.0, 8967.0, 8900.0, 8944.0, 8985.0, 8960.0, 8977.0, 8986.0, 8922.0, 8951.0, 8963.0, 8915.0, 8909.0, 8938.0, 8922.0, 8966.0, 8945.0, 8917.0, 8961.0, 8931.0, 8925.0, 8966.0, 8953.0, 8942.0, 8967.0, 8954.0, 8970.0, 8982.0, 8937.0, 8949.0, 8954.0, 8975.0, 8997.0, 8949.0, 8946.0, 8985.0, 8926.0, 8955.0, 8968.0, 8947.0, 8992.0, 8981.0, 8983.0, 8970.0, 8945.0, 9005.0, 8977.0, 8964.0, 8958.0, 8965.0, 9011.0, 8953.0, 8999.0, 8993.0, 8950.0, 9007.0, 8966.0, 8997.0, 8960.0, 8960.0, 8997.0, 8955.0, 8941.0, 8996.0, 8956.0, 8942.0, 8989.0, 8945.0, 8937.0, 8981.0, 8928.0, 8914.0, 8964.0, 8930.0, 8921.0, 8967.0, 8946.0, 8919.0, 8963.0, 8929.0, 8922.0, 8981.0, 8922.0, 8942.0, 8984.0, 8924.0, 8938.0, 8966.0, 8940.0, 8971.0, 8943.0, 8962.0, 8954.0, 8946.0, 8972.0, 8930.0, 8963.0, 8972.0, 8962.0, 8992.0, 8933.0, 8973.0, 8926.0, 8957.0, 8952.0, 8942.0, 8987.0, 8921.0, 8945.0, 9009.0, 8951.0, 8921.0, 8983.0, 8932.0, 8935.0, 8960.0, 8940.0, 8910.0, 8952.0, 8938.0, 8916.0, 8962.0, 8922.0, 8940.0, 8968.0, 8939.0, 8940.0, 8959.0, 8918.0, 8932.0, 8937.0, 8941.0, 8976.0, 8963.0, 8978.0, 8975.0, 8950.0, 8994.0, 8942.0, 8944.0, 9006.0, 8963.0, 8976.0, 8946.0, 8948.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.00021452849740932645</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02180850445595855</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.15782719924268</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2950857363589199</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961955736721992</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3892.2017</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10157798579219308</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>4.5595854922279795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2614830054256925</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1829815843172993</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4905933951650807</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1108740367946974</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0116439</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004948325455188751</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03350474685430527</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>965</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.361902815667244</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>20.5814</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0092</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.9889</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292786.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1048.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.0973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5141</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.4264</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3205.9167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3333.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83758.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4101.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>764.1115</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.04853090411052</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> |