=== 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-0099 --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-0099",
"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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>d81261e0462ab7640627c68efe18f864</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>08:38:34.882500</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.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</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.0808496</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4237, -7772, -7255, 232, -150, -238, -193, 91]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>21872dd1-4353-48be-a6e0-d2fbf6a085eb||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.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['083834.882500', '083835.342500', '083835.802500', '083836.262500', '083836.722500', '083837.182500', '083837.642500', '083838.102500', '083838.562500', '083839.022500', '083839.482500', '083839.942500', '083840.402500', '083840.862500', '083841.322500', '083841.782500', '083842.242500', '083842.702500', '083843.162500', '083843.622500', '083844.082500', '083844.542500', '083845.002500', '083845.462500', '083845.922500', '083846.382500', '083846.842500', '083847.302500', '083847.762500', '083848.222500', '083848.682500', '083849.142500', '083849.602500', '083850.062500', '083850.522500', '083850.982500', '083851.442500', '083851.902500', '083852.362500', '083852.822500', '083853.282500', '083853.742500', '083854.202500', '083854.662500', '083855.122500', '083855.582500', '083856.042500', '083856.502500', '083856.962500', '083857.422500', '083857.882500', '083858.342500', '083858.802500', '083859.262500', '083859.722500', '083900.182500', '083900.642500', '083901.102500', '083901.562500', '083902.022500', '083902.482500', '083902.942500', '083903.402500', '083903.862500', '083904.322500', '083904.782500', '083905.242500', '083905.702500', '083906.162500', '083906.622500', '083907.082500', '083907.542500', '083908.002500', '083908.462500', '083908.922500', '083909.382500', '083909.842500', '083910.302500', '083910.762500', '083911.222500', '083911.682500', '083912.142500', '083912.602500', '083913.062500', '083913.522500', '083913.982500', '083914.442500', '083914.902500', '083915.362500', '083915.822500', '083916.282500', '083916.742500', '083917.202500', '083917.662500', '083918.122500', '083918.582500', '083919.042500', '083919.502500', '083919.962500', '083920.422500', '083920.882500', '083921.342500', '083921.802500', '083922.262500', '083922.722500', '083923.182500', '083923.642500', '083924.102500', '083924.562500', '083925.022500', '083925.482500', '083925.942500', '083926.402500', '083926.862500', '083927.322500', '083927.782500', '083928.242500', '083928.702500', '083929.162500', '083929.622500', '083930.082500', '083930.542500', '083931.002500', '083931.462500', '083931.922500', '083932.382500', '083932.842500', '083933.302500', '083933.762500', '083934.222500', '083934.682500', '083935.142500', '083935.602500', '083936.062500', '083936.522500', '083936.982500', '083937.442500', '083937.902500', '083938.362500', '083938.822500', '083939.282500', '083939.742500', '083940.202500', '083940.662500', '083941.122500', '083941.582500', '083942.042500', '083942.502500', '083942.962500', '083943.422500', '083943.882500', '083944.342500', '083944.802500', '083945.262500', '083945.722500', '083946.182500', '083946.642500', '083947.102500', '083947.562500', '083948.022500', '083948.482500', '083948.942500', '083949.402500', '083949.862500', '083950.322500', '083950.782500', '083951.242500', '083951.702500', '083952.162500', '083952.622500', '083953.082500', '083953.542500', '083954.002500', '083954.462500', '083954.922500', '083955.382500', '083955.842500', '083956.302500', '083956.762500', '083957.222500', '083957.682500', '083958.142500', '083958.602500', '083959.062500', '083959.522500', '083959.982500', '084000.442500', '084000.902500', '084001.362500', '084001.822500', '084002.282500', '084002.742500', '084003.202500', '084003.662500', '084004.122500', '084004.582500', '084005.042500', '084005.502500', '084005.962500', '084006.422500', '084006.882500', '084007.342500', '084007.802500', '084008.262500', '084008.722500', '084009.182500', '084009.642500', '084010.102500', '084010.562500', '084011.022500', '084011.482500', '084011.942500', '084012.402500', '084012.862500', '084013.322500', '084013.782500', '084014.242500', '084014.702500', '084015.162500', '084015.622500', '084016.082500', '084016.542500', '084017.002500', '084017.462500', '084017.922500', '084018.382500', '084018.842500', '084019.302500', '084019.762500', '084020.222500', '084020.682500', '084021.142500', '084021.602500', '084022.062500', '084022.522500', '084022.982500', '084023.442500', '084023.902500', '084024.362500', '084024.822500', '084025.282500', '084025.742500', '084026.202500', '084026.662500', '084027.122500', '084027.582500', '084028.042500', '084028.502500', '084028.962500', '084029.422500', '084029.882500', '084030.342500', '084030.802500', '084031.262500', '084031.722500', '084032.182500', '084032.642500', '084033.102500', '084033.562500', '084034.022500', '084034.482500', '084034.942500', '084035.402500', '084035.862500', '084036.322500', '084036.782500', '084037.242500', '084037.702500', '084038.162500', '084038.622500', '084039.082500', '084039.542500', '084040.002500', '084040.462500', '084040.922500', '084041.382500', '084041.842500', '084042.302500', '084042.762500', '084043.222500', '084043.682500', '084044.142500', '084044.602500', '084045.062500', '084045.522500', '084045.982500', '084046.442500', '084046.902500', '084047.362500', '084047.822500', '084048.282500', '084048.742500', '084049.202500', '084049.662500', '084050.122500', '084050.582500', '084051.042500', '084051.502500', '084051.962500', '084052.422500', '084052.882500', '084053.342500', '084053.802500', '084054.262500', '084054.722500', '084055.182500', '084055.642500', '084056.102500', '084056.562500', '084057.022500', '084057.482500', '084057.942500', '084058.402500', '084058.862500', '084059.322500', '084059.782500', '084100.242500', '084100.702500', '084101.162500', '084101.622500', '084102.082500', '084102.542500', '084103.002500', '084103.462500', '084103.922500', '084104.382500', '084104.842500', '084105.302500', '084105.762500', '084106.222500', '084106.682500', '084107.142500', '084107.602500', '084108.062500', '084108.522500', '084108.982500', '084109.442500', '084109.902500', '084110.362500', '084110.822500', '084111.282500', '084111.742500', '084112.202500', '084112.662500', '084113.122500', '084113.582500', '084114.042500', '084114.502500', '084114.962500', '084115.422500', '084115.882500', '084116.342500', '084116.802500', '084117.262500', '084117.722500', '084118.182500', '084118.642500', '084119.102500', '084119.562500', '084120.022500', '084120.482500', '084120.942500', '084121.402500', '084121.862500', '084122.322500', '084122.782500', '084123.242500', '084123.702500', '084124.162500', '084124.622500', '084125.082500', '084125.542500', '084126.002500', '084126.462500', '084126.922500', '084127.382500', '084127.842500', '084128.302500', '084128.762500', '084129.222500', '084129.682500', '084130.142500', '084130.602500', '084131.062500', '084131.522500', '084131.982500', '084132.442500', '084132.902500', '084133.362500', '084133.822500', '084134.282500', '084134.742500', '084135.202500', '084135.662500', '084136.122500', '084136.582500', '084137.042500', '084137.502500', '084137.962500', '084138.422500', '084138.882500', '084139.342500', '084139.802500', '084140.262500', '084140.722500', '084141.182500', '084141.642500', '084142.102500', '084142.562500', '084143.022500', '084143.482500', '084143.942500', '084144.402500', '084144.862500', '084145.322500', '084145.782500', '084146.242500', '084146.702500', '084147.162500', '084147.622500', '084148.082500', '084148.542500', '084149.002500', '084149.462500', '084149.922500', '084150.382500', '084150.842500', '084151.302500', '084151.762500', '084152.222500', '084152.682500', '084153.142500', '084153.602500', '084154.062500', '084154.522500', '084154.982500', '084155.442500', '084155.902500', '084156.362500', '084156.822500', '084157.282500', '084157.742500', '084158.202500', '084158.662500', '084159.122500', '084159.582500', '084200.042500', '084200.502500', '084200.962500', '084201.422500', '084201.882500', '084202.342500', '084202.802500', '084203.262500', '084203.722500', '084204.182500', '084204.642500', '084205.102500', '084205.562500', '084206.022500', '084206.482500', '084206.942500', '084207.402500', '084207.862500', '084208.322500', '084208.782500', '084209.242500', '084209.702500', '084210.162500', '084210.622500', '084211.082500', '084211.542500', '084212.002500', '084212.462500', '084212.922500', '084213.382500', '084213.842500', '084214.302500', '084214.762500', '084215.222500', '084215.682500', '084216.142500', '084216.602500', '084217.062500', '084217.522500', '084217.982500', '084218.442500', '084218.902500', '084219.362500', '084219.822500', '084220.282500', '084220.742500', '084221.202500', '084221.662500', '084222.122500', '084222.582500', '084223.042500', '084223.502500', '084223.962500', '084224.422500', '084224.882500', '084225.342500', '084225.802500', '084226.262500', '084226.722500', '084227.182500', '084227.642500', '084228.102500', '084228.562500', '084229.022500', '084229.482500', '084229.942500', '084230.402500', '084230.862500', '084231.322500', '084231.782500', '084232.242500', '084232.702500', '084233.162500', '084233.622500', '084234.082500', '084234.542500', '084235.002500', '084235.462500', '084235.922500', '084236.382500', '084236.842500', '084237.302500', '084237.762500', '084238.222500', '084238.682500', '084239.142500', '084239.602500', '084240.062500', '084240.522500', '084240.982500', '084241.442500', '084241.902500', '084242.362500', '084242.822500', '084243.282500', '084243.742500', '084244.202500', '084244.662500', '084245.122500', '084245.582500', '084246.042500', '084246.502500', '084246.962500', '084247.422500', '084247.882500', '084248.342500', '084248.802500', '084249.262500', '084249.722500', '084250.182500', '084250.642500', '084251.102500', '084251.562500', '084252.022500', '084252.482500', '084252.942500', '084253.402500', '084253.862500', '084254.322500', '084254.782500', '084255.242500', '084255.702500', '084256.162500', '084256.622500', '084257.082500', '084257.542500', '084258.002500', '084258.462500', '084258.922500', '084259.382500', '084259.842500', '084300.302500', '084300.762500', '084301.222500', '084301.682500', '084302.142500', '084302.602500', '084303.062500', '084303.522500', '084303.982500', '084304.442500', '084304.902500', '084305.362500', '084305.822500', '084306.282500', '084306.742500', '084307.202500', '084307.662500', '084308.122500', '084308.582500', '084309.042500', '084309.502500', '084309.962500', '084310.422500', '084310.882500', '084311.342500', '084311.802500', '084312.262500', '084312.722500', '084313.182500', '084313.642500', '084314.102500', '084314.562500', '084315.022500', '084315.482500', '084315.942500', '084316.402500', '084316.862500', '084317.322500', '084317.782500', '084318.242500', '084318.702500', '084319.162500', '084319.622500', '084320.082500', '084320.542500', '084321.002500', '084321.462500', '084321.922500', '084322.382500', '084322.842500', '084323.302500', '084323.762500', '084324.222500', '084324.682500', '084325.142500', '084325.602500', '084326.062500', '084326.522500', '084326.982500', '084327.442500', '084327.902500', '084328.362500', '084328.822500', '084329.282500', '084329.742500', '084330.202500', '084330.662500', '084331.122500', '084331.582500', '084332.042500', '084332.502500', '084332.962500', '084333.422500', '084333.882500', '084334.342500', '084334.802500', '084335.262500', '084335.722500', '084336.182500', '084336.642500', '084337.102500', '084337.562500', '084338.022500', '084338.482500', '084338.942500', '084339.402500', '084339.862500', '084340.322500', '084340.782500', '084341.242500', '084341.702500', '084342.162500', '084342.622500', '084343.082500', '084343.542500', '084344.002500', '084344.462500', '084344.922500', '084345.382500', '084345.842500', '084346.302500', '084346.762500', '084347.222500', '084347.682500', '084348.142500', '084348.602500', '084349.062500', '084349.522500', '084349.982500', '084350.442500', '084350.902500', '084351.362500', '084351.822500', '084352.282500', '084352.742500', '084353.202500', '084353.662500', '084354.122500', '084354.582500', '084355.042500', '084355.502500', '084355.962500', '084356.422500', '084356.882500', '084357.342500', '084357.802500', '084358.262500', '084358.722500', '084359.182500', '084359.642500', '084400.102500', '084400.562500', '084401.022500', '084401.482500', '084401.942500', '084402.402500', '084402.862500', '084403.322500', '084403.782500', '084404.242500', '084404.702500', '084405.162500', '084405.622500', '084406.082500', '084406.542500', '084407.002500', '084407.462500', '084407.922500', '084408.382500', '084408.842500', '084409.302500', '084409.762500', '084410.222500', '084410.682500', '084411.142500', '084411.602500', '084412.062500', '084412.522500', '084412.982500', '084413.442500', '084413.902500', '084414.362500', '084414.822500', '084415.282500', '084415.742500', '084416.202500', '084416.662500', '084417.122500', '084417.582500', '084418.042500', '084418.502500', '084418.962500', '084419.422500', '084419.882500', '084420.342500', '084420.802500', '084421.262500', '084421.722500', '084422.182500', '084422.642500', '084423.102500', '084423.562500', '084424.022500', '084424.482500', '084424.942500', '084425.402500', '084425.862500', '084426.322500', '084426.782500', '084427.242500', '084427.702500', '084428.162500', '084428.622500', '084429.082500', '084429.542500', '084430.002500', '084430.462500', '084430.922500', '084431.382500', '084431.842500', '084432.302500', '084432.762500', '084433.222500', '084433.682500', '084434.142500', '084434.602500', '084435.062500', '084435.522500', '084435.982500', '084436.442500', '084436.902500', '084437.362500', '084437.822500', '084438.282500', '084438.742500', '084439.202500', '084439.662500', '084440.122500', '084440.582500', '084441.042500', '084441.502500', '084441.962500', '084442.422500', '084442.882500', '084443.342500', '084443.802500', '084444.262500', '084444.722500', '084445.182500', '084445.642500', '084446.102500', '084446.562500', '084447.022500', '084447.482500', '084447.942500', '084448.402500', '084448.862500', '084449.322500', '084449.782500', '084450.242500', '084450.702500', '084451.162500', '084451.622500', '084452.082500', '084452.542500', '084453.002500', '084453.462500', '084453.922500', '084454.382500', '084454.842500', '084455.302500', '084455.762500', '084456.222500', '084456.682500', '084457.142500', '084457.602500', '084458.062500', '084458.522500', '084458.982500', '084459.442500', '084459.902500', '084500.362500', '084500.822500', '084501.282500', '084501.742500', '084502.202500', '084502.662500', '084503.122500', '084503.582500', '084504.042500', '084504.502500', '084504.962500', '084505.422500', '084505.882500', '084506.342500', '084506.802500', '084507.262500', '084507.722500', '084508.182500', '084508.642500', '084509.102500', '084509.562500', '084510.022500', '084510.482500', '084510.942500', '084511.402500', '084511.862500', '084512.322500', '084512.782500', '084513.242500', '084513.702500', '084514.162500', '084514.622500', '084515.082500', '084515.542500', '084516.002500', '084516.462500', '084516.922500', '084517.382500', '084517.842500', '084518.302500', '084518.762500', '084519.222500', '084519.682500', '084520.142500', '084520.602500', '084521.062500', '084521.522500', '084521.982500', '084522.442500', '084522.902500', '084523.362500', '084523.822500', '084524.282500', '084524.742500', '084525.202500', '084525.662500', '084526.122500', '084526.582500', '084527.042500', '084527.502500', '084527.962500', '084528.422500', '084528.882500', '084529.342500', '084529.802500', '084530.262500', '084530.722500', '084531.182500', '084531.642500', '084532.102500', '084532.562500', '084533.022500', '084533.482500', '084533.942500', '084534.402500', '084534.862500', '084535.322500', '084535.782500', '084536.242500', '084536.702500', '084537.162500', '084537.622500', '084538.082500', '084538.542500', '084539.002500', '084539.462500', '084539.922500', '084540.382500', '084540.842500', '084541.302500', '084541.762500', '084542.222500', '084542.682500', '084543.142500', '084543.602500', '084544.062500', '084544.522500', '084544.982500', '084545.442500', '084545.902500', '084546.362500', '084546.822500', '084547.282500', '084547.742500', '084548.202500', '084548.662500', '084549.122500', '084549.582500', '084550.042500', '084550.502500', '084550.962500', '084551.422500', '084551.882500', '084552.342500', '084552.802500', '084553.262500', '084553.722500', '084554.182500', '084554.642500', '084555.102500', '084555.562500', '084556.022500', '084556.482500', '084556.942500', '084557.402500', '084557.862500', '084558.322500', '084558.782500', '084559.242500'], 'ContentTime': ['083858.236000', '083858.240000', '083858.242000', '083858.245000', '083858.254000', '083858.257000', '083858.259000', '083858.262000', '083858.275000', '083858.278000', '083858.281000', '083858.283000', '083858.286000', '083858.289000', '083858.291000', '083858.294000', '083858.297000', '083858.299000', '083858.302000', '083858.305000', '083858.307000', '083858.310000', '083858.312000', '083858.315000', '083858.317000', '083858.320000', '083858.322000', '083858.325000', '083858.335000', '083858.338000', '083858.340000', '083858.343000', '083858.346000', '083858.348000', '083858.351000', '083858.354000', '083858.356000', '083858.359000', '083858.362000', '083858.364000', '083858.367000', '083858.370000', '083858.372000', '083858.375000', '083858.377000', '083858.385000', '083858.388000', '083858.391000', '083858.393000', '083918.210000', '083918.212000', '083918.215000', '083918.218000', '083918.220000', '083918.223000', '083918.226000', '083918.228000', '083918.231000', '083918.234000', '083918.236000', '083918.239000', '083918.242000', '083918.252000', '083918.254000', '083918.271000', '083918.274000', '083918.276000', '083918.279000', '083918.282000', '083918.284000', '083918.287000', '083918.290000', '083918.292000', '083918.295000', '083918.297000', '083918.300000', '083918.303000', '083918.305000', '083918.308000', '083918.310000', '083918.313000', '083918.316000', '083918.318000', '083918.321000', '083918.327000', '083918.329000', '083918.332000', '083918.334000', '083918.337000', '083918.340000', '083918.342000', '083918.345000', '083938.210000', '083938.213000', '083938.216000', '083938.218000', '083938.221000', '083938.224000', '083938.226000', '083938.229000', '083938.231000', '083938.234000', '083938.237000', '083938.239000', '083938.242000', '083938.244000', '083938.247000', '083938.250000', '083938.252000', '083938.255000', '083938.258000', '083938.260000', '083938.263000', '083938.265000', '083938.268000', '083938.271000', '083938.273000', '083938.276000', '083938.278000', '083938.281000', '083938.283000', '083938.286000', '083938.289000', '083938.291000', '083938.302000', '083938.304000', '083938.307000', '083938.310000', '083938.312000', '083938.315000', '083938.317000', '083938.320000', '083938.322000', '083938.325000', '083938.328000', '083938.330000', '083958.211000', '083958.213000', '083958.216000', '083958.219000', '083958.221000', '083958.224000', '083958.226000', '083958.229000', '083958.231000', '083958.234000', '083958.237000', '083958.239000', '083958.242000', '083958.244000', '083958.247000', '083958.250000', '083958.252000', '083958.255000', '083958.257000', '083958.260000', '083958.263000', '083958.265000', '083958.268000', '083958.271000', '083958.273000', '083958.276000', '083958.278000', '083958.281000', '083958.284000', '083958.286000', '083958.289000', '083958.291000', '083958.294000', '083958.297000', '083958.299000', '083958.302000', '083958.305000', '083958.308000', '083958.310000', '083958.313000', '083958.316000', '083958.318000', '083958.321000', '084018.211000', '084018.213000', '084018.216000', '084018.219000', '084018.221000', '084018.224000', '084018.232000', '084018.234000', '084018.237000', '084018.239000', '084018.242000', '084018.245000', '084018.247000', '084018.250000', '084018.253000', '084018.255000', '084018.258000', '084018.260000', '084018.263000', '084018.266000', '084018.268000', '084018.271000', '084018.274000', '084018.276000', '084018.279000', '084018.281000', '084018.284000', '084018.286000', '084018.289000', '084018.291000', '084018.299000', '084018.302000', '084018.321000', '084018.323000', '084018.326000', '084018.329000', '084018.331000', '084018.334000', '084018.336000', '084018.339000', '084018.342000', '084018.344000', '084018.347000', '084018.349000', '084038.211000', '084038.214000', '084038.216000', '084038.219000', '084038.222000', '084038.224000', '084038.227000', '084038.229000', '084038.232000', '084038.234000', '084038.237000', '084038.239000', '084038.242000', '084038.245000', '084038.247000', '084038.250000', '084038.253000', '084038.255000', '084038.258000', '084038.261000', '084038.263000', '084038.266000', '084038.268000', '084038.271000', '084038.273000', '084038.276000', '084038.278000', '084038.281000', '084038.284000', '084038.286000', '084038.289000', '084038.292000', '084038.294000', '084038.297000', '084038.299000', '084038.302000', '084038.305000', '084038.308000', '084038.310000', '084038.313000', '084038.316000', '084038.318000', '084038.321000', '084058.210000', '084058.213000', '084058.216000', '084058.219000', '084058.221000', '084058.224000', '084058.227000', '084058.229000', '084058.232000', '084058.234000', '084058.237000', '084058.240000', '084058.242000', '084058.245000', '084058.247000', '084058.250000', '084058.253000', '084058.255000', '084058.258000', '084058.260000', '084058.263000', '084058.266000', '084058.268000', '084058.271000', '084058.274000', '084058.276000', '084058.279000', '084058.281000', '084058.284000', '084058.287000', '084058.289000', '084058.292000', '084058.295000', '084058.297000', '084058.300000', '084058.302000', '084058.305000', '084058.307000', '084058.310000', '084058.312000', '084058.315000', '084058.318000', '084058.320000', '084058.323000', '084118.210000', '084118.213000', '084118.216000', '084118.219000', '084118.221000', '084118.224000', '084118.226000', '084118.229000', '084118.231000', '084118.234000', '084118.237000', '084118.239000', '084118.242000', '084118.244000', '084118.247000', '084118.250000', '084118.252000', '084118.255000', '084118.257000', '084118.260000', '084118.263000', '084118.265000', '084118.268000', '084118.270000', '084118.273000', '084118.275000', '084118.278000', '084118.281000', '084118.283000', '084118.286000', '084118.288000', '084118.291000', '084118.294000', '084118.296000', '084118.299000', '084118.301000', '084118.304000', '084118.306000', '084118.309000', '084118.311000', '084118.314000', '084118.317000', '084118.319000', '084138.209000', '084138.212000', '084138.215000', '084138.227000', '084138.230000', '084138.233000', '084138.235000', '084138.238000', '084138.240000', '084138.243000', '084138.246000', '084138.248000', '084138.251000', '084138.253000', '084138.256000', '084138.259000', '084138.261000', '084138.264000', '084138.266000', '084138.269000', '084138.271000', '084138.274000', '084138.276000', '084138.279000', '084138.282000', '084138.284000', '084138.287000', '084138.289000', '084138.292000', '084138.294000', '084138.297000', '084138.300000', '084138.302000', '084138.305000', '084138.307000', '084138.310000', '084138.312000', '084138.315000', '084138.318000', '084138.320000', '084138.323000', '084138.325000', '084138.328000', '084138.330000', '084158.210000', '084158.213000', '084158.216000', '084158.219000', '084158.221000', '084158.224000', '084158.226000', '084158.229000', '084158.231000', '084158.234000', '084158.236000', '084158.239000', '084158.242000', '084158.244000', '084158.247000', '084158.249000', '084158.252000', '084158.255000', '084158.257000', '084158.260000', '084158.262000', '084158.265000', '084158.268000', '084158.270000', '084158.273000', '084158.276000', '084158.278000', '084158.281000', '084158.298000', '084158.301000', '084158.303000', '084158.306000', '084158.317000', '084158.319000', '084158.322000', '084158.324000', '084158.327000', '084158.330000', '084158.332000', '084158.335000', '084158.337000', '084158.340000', '084158.343000', '084218.210000', '084218.213000', '084218.216000', '084218.218000', '084218.221000', '084218.224000', '084218.226000', '084218.229000', '084218.232000', '084218.234000', '084218.237000', '084218.239000', '084218.242000', '084218.244000', '084218.247000', '084218.250000', '084218.252000', '084218.255000', '084218.257000', '084218.260000', '084218.262000', '084218.265000', '084218.267000', '084218.270000', '084218.272000', '084218.275000', '084218.278000', '084218.280000', '084218.283000', '084218.285000', '084218.288000', '084218.290000', '084218.293000', '084218.295000', '084218.298000', '084218.301000', '084218.303000', '084218.306000', '084218.308000', '084218.311000', '084218.313000', '084218.316000', '084218.319000', '084218.322000', '084238.210000', '084238.213000', '084238.216000', '084238.218000', '084238.221000', '084238.224000', '084238.226000', '084238.229000', '084238.231000', '084238.234000', '084238.237000', '084238.239000', '084238.242000', '084238.245000', '084238.247000', '084238.250000', '084238.252000', '084238.255000', '084238.257000', '084238.260000', '084238.262000', '084238.265000', '084238.268000', '084238.270000', '084238.273000', '084238.275000', '084238.278000', '084238.280000', '084238.283000', '084238.286000', '084238.288000', '084238.291000', '084238.293000', '084238.296000', '084238.299000', '084238.301000', '084238.304000', '084238.306000', '084238.309000', '084238.311000', '084238.314000', '084238.317000', '084238.319000', '084258.211000', '084258.213000', '084258.216000', '084258.219000', '084258.221000', '084258.224000', '084258.226000', '084258.229000', '084258.231000', '084258.234000', '084258.237000', '084258.239000', '084258.242000', '084258.244000', '084258.247000', '084258.250000', '084258.252000', '084258.255000', '084258.257000', '084258.260000', '084258.262000', '084258.265000', '084258.268000', '084258.270000', '084258.273000', '084258.275000', '084258.278000', '084258.280000', '084258.283000', '084258.286000', '084258.288000', '084258.291000', '084258.293000', '084258.296000', '084258.299000', '084258.301000', '084258.304000', '084258.306000', '084258.309000', '084258.311000', '084258.314000', '084258.317000', '084258.319000', '084258.322000', '084318.211000', '084318.214000', '084318.216000', '084318.219000', '084318.221000', '084318.224000', '084318.226000', '084318.229000', '084318.232000', '084318.234000', '084318.237000', '084318.239000', '084318.242000', '084318.244000', '084318.247000', '084318.250000', '084318.252000', '084318.255000', '084318.258000', '084318.260000', '084318.263000', '084318.265000', '084318.268000', '084318.271000', '084318.273000', '084318.276000', '084318.278000', '084318.281000', '084318.284000', '084318.286000', '084318.289000', '084318.291000', '084318.294000', '084318.297000', '084318.299000', '084318.302000', '084318.304000', '084318.307000', '084318.310000', '084318.312000', '084318.315000', '084318.317000', '084318.320000', '084338.211000', '084338.213000', '084338.217000', '084338.220000', '084338.222000', '084338.225000', '084338.228000', '084338.230000', '084338.233000', '084338.235000', '084338.238000', '084338.241000', '084338.243000', '084338.246000', '084338.248000', '084338.251000', '084338.254000', '084338.256000', '084338.259000', '084338.261000', '084338.264000', '084338.266000', '084338.269000', '084338.272000', '084338.275000', '084338.277000', '084338.280000', '084338.282000', '084338.285000', '084338.288000', '084338.290000', '084338.293000', '084338.295000', '084338.298000', '084338.301000', '084338.303000', '084338.306000', '084338.308000', '084338.311000', '084338.313000', '084338.316000', '084338.319000', '084338.321000', '084338.324000', '084358.209000', '084358.212000', '084358.215000', '084358.218000', '084358.220000', '084358.223000', '084358.225000', '084358.228000', '084358.231000', '084358.233000', '084358.236000', '084358.238000', '084358.241000', '084358.244000', '084358.246000', '084358.249000', '084358.251000', '084358.254000', '084358.257000', '084358.259000', '084358.262000', '084358.264000', '084358.267000', '084358.275000', '084358.277000', '084358.280000', '084358.282000', '084358.285000', '084358.288000', '084358.290000', '084358.293000', '084358.295000', '084358.298000', '084358.301000', '084358.303000', '084358.306000', '084358.308000', '084358.311000', '084358.314000', '084358.316000', '084358.319000', '084358.322000', '084358.324000', '084418.211000', '084418.214000', '084418.217000', '084418.219000', '084418.222000', '084418.225000', '084418.227000', '084418.230000', '084418.233000', '084418.235000', '084418.238000', '084418.240000', '084418.243000', '084418.245000', '084418.248000', '084418.251000', '084418.253000', '084418.256000', '084418.258000', '084418.261000', '084418.264000', '084418.266000', '084418.269000', '084418.271000', '084418.274000', '084418.277000', '084418.279000', '084418.282000', '084418.284000', '084418.287000', '084418.290000', '084418.292000', '084418.295000', '084418.297000', '084418.300000', '084418.303000', '084418.305000', '084418.308000', '084418.310000', '084418.313000', '084418.315000', '084418.318000', '084418.321000', '084438.211000', '084438.213000', '084438.216000', '084438.219000', '084438.222000', '084438.224000', '084438.227000', '084438.229000', '084438.232000', '084438.235000', '084438.237000', '084438.240000', '084438.242000', '084438.245000', '084438.247000', '084438.250000', '084438.253000', '084438.255000', '084438.258000', '084438.261000', '084438.263000', '084438.266000', '084438.269000', '084438.271000', '084438.274000', '084438.276000', '084438.279000', '084438.281000', '084438.284000', '084438.287000', '084438.289000', '084438.292000', '084438.294000', '084438.297000', '084438.300000', '084438.302000', '084438.305000', '084438.308000', '084438.310000', '084438.313000', '084438.315000', '084438.318000', '084438.321000', '084438.323000', '084458.210000', '084458.213000', '084458.217000', '084458.220000', '084458.222000', '084458.225000', '084458.228000', '084458.230000', '084458.233000', '084458.235000', '084458.238000', '084458.240000', '084458.243000', '084458.246000', '084458.248000', '084458.251000', '084458.254000', '084458.257000', '084458.260000', '084458.263000', '084458.274000', '084458.276000', '084458.279000', '084458.282000', '084458.284000', '084458.287000', '084458.289000', '084458.292000', '084458.294000', '084458.297000', '084458.299000', '084458.302000', '084458.305000', '084458.307000', '084458.310000', '084458.313000', '084458.315000', '084458.318000', '084458.321000', '084458.323000', '084458.326000', '084458.328000', '084458.331000', '084458.334000', '084518.210000', '084518.213000', '084518.216000', '084518.218000', '084518.221000', '084518.224000', '084518.227000', '084518.229000', '084518.232000', '084518.234000', '084518.237000', '084518.240000', '084518.242000', '084518.245000', '084518.247000', '084518.250000', '084518.253000', '084518.255000', '084518.258000', '084518.261000', '084518.263000', '084518.266000', '084518.268000', '084518.271000', '084518.274000', '084518.276000', '084518.279000', '084518.282000', '084518.284000', '084518.287000', '084518.289000', '084518.292000', '084518.295000', '084518.297000', '084518.300000', '084518.303000', '084518.305000', '084518.308000', '084518.310000', '084518.313000', '084518.316000', '084518.318000', '084518.321000', '084538.210000', '084538.213000', '084538.216000', '084538.218000', '084538.221000', '084538.224000', '084538.226000', '084538.229000', '084538.232000', '084538.234000', '084538.237000', '084538.239000', '084538.242000', '084538.244000', '084538.247000', '084538.250000', '084538.252000', '084538.255000', '084538.258000', '084538.260000', '084538.263000', '084538.266000', '084538.269000', '084538.272000', '084538.275000', '084538.280000', '084538.282000', '084538.285000', '084538.287000', '084538.290000', '084538.292000', '084538.295000', '084538.298000', '084538.300000', '084538.303000', '084538.305000', '084538.308000', '084538.310000', '084538.313000', '084538.316000', '084538.318000', '084538.321000', '084538.323000', '084558.211000', '084558.213000', '084558.216000', '084558.219000', '084558.222000', '084558.224000', '084558.227000', '084558.229000', '084558.232000', '084558.235000', '084558.237000', '084558.240000', '084558.243000', '084558.245000', '084558.248000', '084558.250000', '084558.253000', '084558.256000', '084558.258000', '084558.261000', '084558.264000', '084558.266000', '084558.269000', '084558.271000', '084558.274000', '084558.277000', '084558.279000', '084558.282000', '084558.285000', '084558.287000', '084558.290000', '084558.293000', '084558.295000', '084558.298000', '084558.301000', '084558.303000', '084558.306000', '084558.309000', '084558.311000', '084558.314000', '084558.317000', '084558.319000', '084558.322000', '084558.324000', '084600.315000', '084600.318000', '084600.322000', '084600.325000', '084600.327000'], 'InstanceCreationTime': ['083858.236000', '083858.240000', '083858.242000', '083858.245000', '083858.254000', '083858.257000', '083858.259000', '083858.262000', '083858.275000', '083858.278000', '083858.281000', '083858.283000', '083858.286000', '083858.289000', '083858.291000', '083858.294000', '083858.297000', '083858.299000', '083858.302000', '083858.305000', '083858.307000', '083858.310000', '083858.312000', '083858.315000', '083858.317000', '083858.320000', '083858.322000', '083858.325000', '083858.335000', '083858.338000', '083858.340000', '083858.343000', '083858.346000', '083858.348000', '083858.351000', '083858.354000', '083858.356000', '083858.359000', '083858.362000', '083858.364000', '083858.367000', '083858.370000', '083858.372000', '083858.375000', '083858.377000', '083858.385000', '083858.388000', '083858.391000', '083858.393000', '083918.210000', '083918.212000', '083918.215000', '083918.218000', '083918.220000', '083918.223000', '083918.226000', '083918.228000', '083918.231000', '083918.234000', '083918.236000', '083918.239000', '083918.242000', '083918.252000', '083918.254000', '083918.271000', '083918.274000', '083918.276000', '083918.279000', '083918.282000', '083918.284000', '083918.287000', '083918.290000', '083918.292000', '083918.295000', '083918.297000', '083918.300000', '083918.303000', '083918.305000', '083918.308000', '083918.310000', '083918.313000', '083918.316000', '083918.318000', '083918.321000', '083918.327000', '083918.329000', '083918.332000', '083918.334000', '083918.337000', '083918.340000', '083918.342000', '083918.345000', '083938.210000', '083938.213000', '083938.216000', '083938.218000', '083938.221000', '083938.224000', '083938.226000', '083938.229000', '083938.231000', '083938.234000', '083938.237000', '083938.239000', '083938.242000', '083938.244000', '083938.247000', '083938.250000', '083938.252000', '083938.255000', '083938.258000', '083938.260000', '083938.263000', '083938.265000', '083938.268000', '083938.271000', '083938.273000', '083938.276000', '083938.278000', '083938.281000', '083938.283000', '083938.286000', '083938.289000', '083938.291000', '083938.302000', '083938.304000', '083938.307000', '083938.310000', '083938.312000', '083938.315000', '083938.317000', '083938.320000', '083938.322000', '083938.325000', '083938.328000', '083938.330000', '083958.211000', '083958.213000', '083958.216000', '083958.219000', '083958.221000', '083958.224000', '083958.226000', '083958.229000', '083958.231000', '083958.234000', '083958.237000', '083958.239000', '083958.242000', '083958.244000', '083958.247000', '083958.250000', '083958.252000', '083958.255000', '083958.257000', '083958.260000', '083958.263000', '083958.265000', '083958.268000', '083958.271000', '083958.273000', '083958.276000', '083958.278000', '083958.281000', '083958.284000', '083958.286000', '083958.289000', '083958.291000', '083958.294000', '083958.297000', '083958.299000', '083958.302000', '083958.305000', '083958.308000', '083958.310000', '083958.313000', '083958.316000', '083958.318000', '083958.321000', '084018.211000', '084018.213000', '084018.216000', '084018.219000', '084018.221000', '084018.224000', '084018.232000', '084018.234000', '084018.237000', '084018.239000', '084018.242000', '084018.245000', '084018.247000', '084018.250000', '084018.253000', '084018.255000', '084018.258000', '084018.260000', '084018.263000', '084018.266000', '084018.268000', '084018.271000', '084018.274000', '084018.276000', '084018.279000', '084018.281000', '084018.284000', '084018.286000', '084018.289000', '084018.291000', '084018.299000', '084018.302000', '084018.321000', '084018.323000', '084018.326000', '084018.329000', '084018.331000', '084018.334000', '084018.336000', '084018.339000', '084018.342000', '084018.344000', '084018.347000', '084018.349000', '084038.211000', '084038.214000', '084038.216000', '084038.219000', '084038.222000', '084038.224000', '084038.227000', '084038.229000', '084038.232000', '084038.234000', '084038.237000', '084038.239000', '084038.242000', '084038.245000', '084038.247000', '084038.250000', '084038.253000', '084038.255000', '084038.258000', '084038.261000', '084038.263000', '084038.266000', '084038.268000', '084038.271000', '084038.273000', '084038.276000', '084038.278000', '084038.281000', '084038.284000', '084038.286000', '084038.289000', '084038.292000', '084038.294000', '084038.297000', '084038.299000', '084038.302000', '084038.305000', '084038.308000', '084038.310000', '084038.313000', '084038.316000', '084038.318000', '084038.321000', '084058.210000', '084058.213000', '084058.216000', '084058.219000', '084058.221000', '084058.224000', '084058.227000', '084058.229000', '084058.232000', '084058.234000', '084058.237000', '084058.240000', '084058.242000', '084058.245000', '084058.247000', '084058.250000', '084058.253000', '084058.255000', '084058.258000', '084058.260000', '084058.263000', '084058.266000', '084058.268000', '084058.271000', '084058.274000', '084058.276000', '084058.279000', '084058.281000', '084058.284000', '084058.287000', '084058.289000', '084058.292000', '084058.295000', '084058.297000', '084058.300000', '084058.302000', '084058.305000', '084058.307000', '084058.310000', '084058.312000', '084058.315000', '084058.318000', '084058.320000', '084058.323000', '084118.210000', '084118.213000', '084118.216000', '084118.219000', '084118.221000', '084118.224000', '084118.226000', '084118.229000', '084118.231000', '084118.234000', '084118.237000', '084118.239000', '084118.242000', '084118.244000', '084118.247000', '084118.250000', '084118.252000', '084118.255000', '084118.257000', '084118.260000', '084118.263000', '084118.265000', '084118.268000', '084118.270000', '084118.273000', '084118.275000', '084118.278000', '084118.281000', '084118.283000', '084118.286000', '084118.288000', '084118.291000', '084118.294000', '084118.296000', '084118.299000', '084118.301000', '084118.304000', '084118.306000', '084118.309000', '084118.311000', '084118.314000', '084118.317000', '084118.319000', '084138.209000', '084138.212000', '084138.215000', '084138.227000', '084138.230000', '084138.233000', '084138.235000', '084138.238000', '084138.240000', '084138.243000', '084138.246000', '084138.248000', '084138.251000', '084138.253000', '084138.256000', '084138.259000', '084138.261000', '084138.264000', '084138.266000', '084138.269000', '084138.271000', '084138.274000', '084138.276000', '084138.279000', '084138.282000', '084138.284000', '084138.287000', '084138.289000', '084138.292000', '084138.294000', '084138.297000', '084138.300000', '084138.302000', '084138.305000', '084138.307000', '084138.310000', '084138.312000', '084138.315000', '084138.318000', '084138.320000', '084138.323000', '084138.325000', '084138.328000', '084138.330000', '084158.210000', '084158.213000', '084158.216000', '084158.219000', '084158.221000', '084158.224000', '084158.226000', '084158.229000', '084158.231000', '084158.234000', '084158.236000', '084158.239000', '084158.242000', '084158.244000', '084158.247000', '084158.249000', '084158.252000', '084158.255000', '084158.257000', '084158.260000', '084158.262000', '084158.265000', '084158.268000', '084158.270000', '084158.273000', '084158.276000', '084158.278000', '084158.281000', '084158.298000', '084158.301000', '084158.303000', '084158.306000', '084158.317000', '084158.319000', '084158.322000', '084158.324000', '084158.327000', '084158.330000', '084158.332000', '084158.335000', '084158.337000', '084158.340000', '084158.343000', '084218.210000', '084218.213000', '084218.216000', '084218.218000', '084218.221000', '084218.224000', '084218.226000', '084218.229000', '084218.232000', '084218.234000', '084218.237000', '084218.239000', '084218.242000', '084218.244000', '084218.247000', '084218.250000', '084218.252000', '084218.255000', '084218.257000', '084218.260000', '084218.262000', '084218.265000', '084218.267000', '084218.270000', '084218.272000', '084218.275000', '084218.278000', '084218.280000', '084218.283000', '084218.285000', '084218.288000', '084218.290000', '084218.293000', '084218.295000', '084218.298000', '084218.301000', '084218.303000', '084218.306000', '084218.308000', '084218.311000', '084218.313000', '084218.316000', '084218.319000', '084218.322000', '084238.210000', '084238.213000', '084238.216000', '084238.218000', '084238.221000', '084238.224000', '084238.226000', '084238.229000', '084238.231000', '084238.234000', '084238.237000', '084238.239000', '084238.242000', '084238.245000', '084238.247000', '084238.250000', '084238.252000', '084238.255000', '084238.257000', '084238.260000', '084238.262000', '084238.265000', '084238.268000', '084238.270000', '084238.273000', '084238.275000', '084238.278000', '084238.280000', '084238.283000', '084238.286000', '084238.288000', '084238.291000', '084238.293000', '084238.296000', '084238.299000', '084238.301000', '084238.304000', '084238.306000', '084238.309000', '084238.311000', '084238.314000', '084238.317000', '084238.319000', '084258.211000', '084258.213000', '084258.216000', '084258.219000', '084258.221000', '084258.224000', '084258.226000', '084258.229000', '084258.231000', '084258.234000', '084258.237000', '084258.239000', '084258.242000', '084258.244000', '084258.247000', '084258.250000', '084258.252000', '084258.255000', '084258.257000', '084258.260000', '084258.262000', '084258.265000', '084258.268000', '084258.270000', '084258.273000', '084258.275000', '084258.278000', '084258.280000', '084258.283000', '084258.286000', '084258.288000', '084258.291000', '084258.293000', '084258.296000', '084258.299000', '084258.301000', '084258.304000', '084258.306000', '084258.309000', '084258.311000', '084258.314000', '084258.317000', '084258.319000', '084258.322000', '084318.211000', '084318.214000', '084318.216000', '084318.219000', '084318.221000', '084318.224000', '084318.226000', '084318.229000', '084318.232000', '084318.234000', '084318.237000', '084318.239000', '084318.242000', '084318.244000', '084318.247000', '084318.250000', '084318.252000', '084318.255000', '084318.258000', '084318.260000', '084318.263000', '084318.265000', '084318.268000', '084318.271000', '084318.273000', '084318.276000', '084318.278000', '084318.281000', '084318.284000', '084318.286000', '084318.289000', '084318.291000', '084318.294000', '084318.297000', '084318.299000', '084318.302000', '084318.304000', '084318.307000', '084318.310000', '084318.312000', '084318.315000', '084318.317000', '084318.320000', '084338.211000', '084338.213000', '084338.217000', '084338.220000', '084338.222000', '084338.225000', '084338.228000', '084338.230000', '084338.233000', '084338.235000', '084338.238000', '084338.241000', '084338.243000', '084338.246000', '084338.248000', '084338.251000', '084338.254000', '084338.256000', '084338.259000', '084338.261000', '084338.264000', '084338.266000', '084338.269000', '084338.272000', '084338.275000', '084338.277000', '084338.280000', '084338.282000', '084338.285000', '084338.288000', '084338.290000', '084338.293000', '084338.295000', '084338.298000', '084338.301000', '084338.303000', '084338.306000', '084338.308000', '084338.311000', '084338.313000', '084338.316000', '084338.319000', '084338.321000', '084338.324000', '084358.209000', '084358.212000', '084358.215000', '084358.218000', '084358.220000', '084358.223000', '084358.225000', '084358.228000', '084358.231000', '084358.233000', '084358.236000', '084358.238000', '084358.241000', '084358.244000', '084358.246000', '084358.249000', '084358.251000', '084358.254000', '084358.257000', '084358.259000', '084358.262000', '084358.264000', '084358.267000', '084358.275000', '084358.277000', '084358.280000', '084358.282000', '084358.285000', '084358.288000', '084358.290000', '084358.293000', '084358.295000', '084358.298000', '084358.301000', '084358.303000', '084358.306000', '084358.308000', '084358.311000', '084358.314000', '084358.316000', '084358.319000', '084358.322000', '084358.324000', '084418.211000', '084418.214000', '084418.217000', '084418.219000', '084418.222000', '084418.225000', '084418.227000', '084418.230000', '084418.233000', '084418.235000', '084418.238000', '084418.240000', '084418.243000', '084418.245000', '084418.248000', '084418.251000', '084418.253000', '084418.256000', '084418.258000', '084418.261000', '084418.264000', '084418.266000', '084418.269000', '084418.271000', '084418.274000', '084418.277000', '084418.279000', '084418.282000', '084418.284000', '084418.287000', '084418.290000', '084418.292000', '084418.295000', '084418.297000', '084418.300000', '084418.303000', '084418.305000', '084418.308000', '084418.310000', '084418.313000', '084418.315000', '084418.318000', '084418.321000', '084438.211000', '084438.213000', '084438.216000', '084438.219000', '084438.222000', '084438.224000', '084438.227000', '084438.229000', '084438.232000', '084438.235000', '084438.237000', '084438.240000', '084438.242000', '084438.245000', '084438.247000', '084438.250000', '084438.253000', '084438.255000', '084438.258000', '084438.261000', '084438.263000', '084438.266000', '084438.269000', '084438.271000', '084438.274000', '084438.276000', '084438.279000', '084438.281000', '084438.284000', '084438.287000', '084438.289000', '084438.292000', '084438.294000', '084438.297000', '084438.300000', '084438.302000', '084438.305000', '084438.308000', '084438.310000', '084438.313000', '084438.315000', '084438.318000', '084438.321000', '084438.323000', '084458.210000', '084458.213000', '084458.217000', '084458.220000', '084458.222000', '084458.225000', '084458.228000', '084458.230000', '084458.233000', '084458.235000', '084458.238000', '084458.240000', '084458.243000', '084458.246000', '084458.248000', '084458.251000', '084458.254000', '084458.257000', '084458.260000', '084458.263000', '084458.274000', '084458.276000', '084458.279000', '084458.282000', '084458.284000', '084458.287000', '084458.289000', '084458.292000', '084458.294000', '084458.297000', '084458.299000', '084458.302000', '084458.305000', '084458.307000', '084458.310000', '084458.313000', '084458.315000', '084458.318000', '084458.321000', '084458.323000', '084458.326000', '084458.328000', '084458.331000', '084458.334000', '084518.210000', '084518.213000', '084518.216000', '084518.218000', '084518.221000', '084518.224000', '084518.227000', '084518.229000', '084518.232000', '084518.234000', '084518.237000', '084518.240000', '084518.242000', '084518.245000', '084518.247000', '084518.250000', '084518.253000', '084518.255000', '084518.258000', '084518.261000', '084518.263000', '084518.266000', '084518.268000', '084518.271000', '084518.274000', '084518.276000', '084518.279000', '084518.282000', '084518.284000', '084518.287000', '084518.289000', '084518.292000', '084518.295000', '084518.297000', '084518.300000', '084518.303000', '084518.305000', '084518.308000', '084518.310000', '084518.313000', '084518.316000', '084518.318000', '084518.321000', '084538.210000', '084538.213000', '084538.216000', '084538.218000', '084538.221000', '084538.224000', '084538.226000', '084538.229000', '084538.232000', '084538.234000', '084538.237000', '084538.239000', '084538.242000', '084538.244000', '084538.247000', '084538.250000', '084538.252000', '084538.255000', '084538.258000', '084538.260000', '084538.263000', '084538.266000', '084538.269000', '084538.272000', '084538.275000', '084538.280000', '084538.282000', '084538.285000', '084538.287000', '084538.290000', '084538.292000', '084538.295000', '084538.298000', '084538.300000', '084538.303000', '084538.305000', '084538.308000', '084538.310000', '084538.313000', '084538.316000', '084538.318000', '084538.321000', '084538.323000', '084558.211000', '084558.213000', '084558.216000', '084558.219000', '084558.222000', '084558.224000', '084558.227000', '084558.229000', '084558.232000', '084558.235000', '084558.237000', '084558.240000', '084558.243000', '084558.245000', '084558.248000', '084558.250000', '084558.253000', '084558.256000', '084558.258000', '084558.261000', '084558.264000', '084558.266000', '084558.269000', '084558.271000', '084558.274000', '084558.277000', '084558.279000', '084558.282000', '084558.285000', '084558.287000', '084558.290000', '084558.293000', '084558.295000', '084558.298000', '084558.301000', '084558.303000', '084558.306000', '084558.309000', '084558.311000', '084558.314000', '084558.317000', '084558.319000', '084558.322000', '084558.324000', '084600.315000', '084600.318000', '084600.322000', '084600.325000', '084600.327000'], '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': [11348, 10400, 7010, 10623, 6075, 7360, 5781, 9221, 6504, 10369, 5781, 8053, 5723, 8192, 6201, 9385, 8115, 5486, 6177, 5644, 6961, 5930, 8213, 6656, 6061, 6099, 5610, 6720, 5991, 8906, 6757, 8427, 6046, 5504, 6358, 5665, 9984, 7376, 10777, 5835, 8079, 5932, 5523, 6565, 5860, 8596, 5787, 8685, 5644, 8293, 6336, 8605, 7813, 6038, 6605, 5651, 8024, 5823, 7712, 6635, 5508, 6531, 5566, 7939, 6064, 10218, 7442, 8506, 6560, 5497, 6482, 5737, 9120, 6255, 10107, 5777, 10030, 5916, 9518, 6022, 8186, 7224, 5541, 6327, 5833, 6835, 5628, 9258, 5810, 9264, 5561, 8513, 5717, 8704, 6466, 7121, 6105, 5350, 6111, 5801, 7461, 5897, 9384, 5605, 8587, 5758, 9688, 7578, 8523, 9811, 5904, 8801, 5685, 10372, 6556, 11540, 7168, 8442, 5736, 5353, 6694, 5946, 9484, 5557, 7971, 5683, 8486, 5886, 9581, 6402, 7767, 5990, 6952, 6397, 8531, 8559, 5511, 6196, 5565, 7109, 5467, 7374, 5537, 8115, 5362, 7646, 5578, 8082, 6910, 5654, 5866, 5462, 7879, 5574, 8221, 7219, 5835, 9466, 6143, 5578, 9484, 6585, 11188, 9376, 12189, 7299, 9879, 7912, 9904, 9051, 8151, 10063, 5886, 7695, 5544, 8527, 5712, 8505, 5765, 6107, 6153, 5315, 6910, 5833, 10010, 5538, 9112, 5460, 10630, 5877, 9525, 8021, 6411, 7256, 6564, 9188, 5940, 11372, 9652, 12158, 6697, 10118, 6510, 10884, 8684, 9624, 7810, 6234, 6764, 5724, 7730, 5608, 9241, 6690, 7460, 6190, 5860, 7244, 8332, 10917, 6397, 8889, 5885, 8661, 5784, 8877, 7038, 10309, 5574, 8166, 5572, 8372, 6303, 6860, 6261, 5699, 6761, 5622, 8345, 5891, 8309, 6813, 5581, 6867, 5905, 9906, 6834, 10795, 7230, 10739, 5651, 11337, 5857, 10876, 8586, 8770, 6877, 5929, 6288, 5544, 7006, 7060, 5792, 7185, 5861, 8909, 6057, 9144, 7758, 6745, 6536, 6149, 7639, 5923, 9295, 6352, 7637, 5783, 5814, 6823, 6012, 7395, 6223, 8152, 5859, 6580, 6539, 5905, 7621, 6335, 6872, 6130, 5691, 8513, 6594, 5721, 8877, 6911, 5730, 7846, 5672, 10395, 7320, 8381, 9023, 5871, 8983, 5565, 7709, 7754, 6023, 8834, 5573, 5760, 6836, 5909, 7660, 5831, 7201, 5809, 5790, 7099, 5651, 8613, 7052, 5808, 7662, 5660, 8779, 6482, 8552, 9050, 6442, 8565, 5718, 6229, 6955, 5875, 10034, 7022, 6511, 6336, 5593, 8511, 5861, 8047, 7102, 5874, 8449, 5732, 10926, 7925, 7334, 7176, 5698, 8037, 5687, 9348, 7464, 6033, 6634, 5773, 8949, 5836, 8252, 7354, 5626, 7337, 5784, 7542, 6174, 7811, 8091, 5862, 7300, 5601, 8306, 6045, 8713, 7981, 6136, 7598, 5712, 8752, 5977, 8458, 8299, 5983, 8251, 5835, 8278, 6425, 8053, 8915, 5960, 7835, 5501, 7628, 6603, 6986, 9179, 5767, 8293, 5548, 7211, 6787, 5686, 8867, 5461, 6684, 6009, 5496, 8266, 6300, 7316, 6243, 5585, 7614, 5521, 8482, 7363, 6017, 7254, 5483, 7592, 5678, 6665, 7101, 5726, 7677, 6074, 5660, 7150, 5468, 9055, 7277, 7378, 6600, 5809, 7365, 5442, 8683, 6860, 6962, 6561, 5528, 7991, 5706, 6240, 7964, 5794, 5573, 6612, 5474, 10248, 7383, 7744, 8379, 6065, 8192, 6683, 6715, 10125, 7299, 6867, 6587, 5563, 8484, 6144, 5455, 7302, 5890, 5715, 9802, 7441, 5441, 8436, 5581, 6877, 9089, 7080, 7382, 6322, 5573, 7690, 5621, 8020, 7673, 5620, 7695, 5542, 5428, 7230, 5584, 9500, 5560, 5548, 6944, 5390, 9662, 7613, 9830, 6737, 6073, 6827, 5381, 8547, 6629, 9784, 5552, 5719, 6602, 5470, 8765, 7010, 6775, 6883, 5532, 8488, 5893, 9117, 7641, 6481, 7167, 5687, 8253, 5557, 8528, 7098, 6634, 7589, 5490, 8248, 5689, 9298, 7223, 8060, 7574, 5485, 7127, 5767, 8121, 5693, 9658, 7075, 6476, 6572, 5459, 7011, 5558, 9051, 7268, 9327, 5739, 6763, 6010, 6645, 7094, 5895, 8089, 5435, 7245, 5572, 8097, 5378, 9018, 7176, 6377, 5972, 5820, 6461, 5628, 7466, 5481, 7670, 5451, 5695, 6376, 5984, 7538, 5832, 8938, 5690, 9157, 5405, 10153, 6299, 10119, 7975, 6358, 6543, 5843, 7382, 5646, 6746, 6726, 5448, 7986, 6634, 7192, 9404, 5734, 9210, 5808, 10916, 7674, 11237, 8414, 7183, 6981, 5418, 7214, 5415, 8917, 5583, 6316, 6129, 5651, 6809, 5517, 9498, 5681, 8155, 5455, 5791, 6540, 6054, 9351, 6286, 9473, 5686, 7057, 6553, 6023, 9014, 7287, 10570, 6131, 9679, 5681, 9122, 7420, 8684, 8106, 6079, 7237, 5393, 7854, 5500, 9193, 6970, 5430, 6686, 5534, 8121, 5546, 9515, 7423, 8102, 6328, 6497, 6640, 6896, 9014, 6100, 9217, 5293, 8587, 5361, 8366, 6885, 5842, 6687, 5479, 7811, 5329, 9701, 7279, 6915, 6707, 5524, 6742, 5458, 9403, 6960, 9060, 5506, 5465, 6165, 5507, 8395, 6145, 9466, 5586, 7219, 6031, 6494, 8595, 5757, 9176, 6161, 5620, 7140, 5661, 8031, 7266, 6867, 9302, 5472, 8778, 5926, 9905, 8018, 7076, 8222, 5654, 8449, 5389, 9889, 7610, 6157, 6706, 5478, 7762, 5438, 9397, 7334, 6831, 6200, 5437, 6811, 5361, 8811, 7030, 7654, 6092, 5576, 6460, 5419, 8508, 6791, 8698, 5748, 5483, 6245, 5560, 7677, 5459, 10659, 7933, 7093, 5588, 5813, 7084, 5614, 8703, 7033, 8139, 5871, 5725, 6415, 5546, 9322, 7175, 10430, 5727, 9103, 5588, 7857, 7552, 6735, 11281, 5963, 9043, 5394, 8879, 5673, 8284, 7251, 6243, 6835, 5550, 8619, 5518, 8425, 7276, 7049, 7305, 5612, 7417, 5703, 8586, 6311, 10859, 7528, 6071, 6356, 5674, 7387, 5476, 9614, 7389, 7081, 6041, 5855, 6688, 5611, 9245, 7221, 10272, 5669, 7030, 5669, 5929, 6264, 5693, 9399, 5693, 7479, 5971, 6349, 6349, 6911, 9133, 6776, 8054, 5346, 5788, 5966, 5903, 7348, 6553, 5475, 9405, 7008, 8120, 8811, 5937, 11087, 7505, 10073, 8100, 9220, 10660, 5743, 9245, 5601, 7037, 6506, 5468, 9277, 5658, 5986, 6366, 5538, 6847, 5767, 6837, 5812, 5556, 6936, 5584, 9443, 7701, 9647, 6447, 5501, 6806, 5326, 9257, 7422, 9160, 6166, 5834, 6819, 5441, 9832, 6797, 7402, 7624, 5454, 8959, 5721, 10248, 7514, 9898, 8397, 5472, 7140, 5594, 8127, 6243, 7139, 8001, 5589, 7601, 5418, 8422, 6878, 5997, 8248, 5570, 8089, 5802, 6448, 7897, 6609, 9996, 5758, 5739, 6877, 5699, 8635, 6979, 6133, 7956, 5438, 6638, 6011, 5724, 8524, 6875, 7588, 6063, 5570, 8551, 5933, 8188, 9078, 7206, 10414, 5599, 7325, 6647, 6211, 10339, 8366, 11521, 5777, 6059, 5811, 5628, 7450, 5895, 10272, 6568, 5736, 6267, 5597, 7807, 6201, 9717, 6985, 5498, 6880, 5433, 8878, 6141, 10970, 8292, 6415, 6395, 5432, 7574, 5361, 7574, 7062], 'WindowCenter': [3434.0, 3418.0, 3373.0, 3390.0, 3346.0, 3355.0, 3332.0, 3376.0, 3345.0, 3386.0, 3332.0, 3364.0, 3332.0, 3363.0, 3330.0, 3363.0, 3365.0, 3320.0, 3331.0, 3332.0, 3353.0, 3332.0, 3364.0, 3355.0, 3331.0, 3332.0, 3332.0, 3343.0, 3332.0, 3374.0, 3356.0, 3365.0, 3333.0, 3321.0, 3343.0, 3332.0, 3375.0, 3354.0, 3384.0, 3332.0, 3363.0, 3331.0, 3320.0, 3342.0, 3333.0, 3364.0, 3333.0, 3364.0, 3333.0, 3363.0, 3343.0, 3364.0, 3365.0, 3332.0, 3342.0, 3333.0, 3364.0, 3333.0, 3364.0, 3356.0, 3322.0, 3343.0, 3334.0, 3365.0, 3345.0, 3386.0, 3366.0, 3375.0, 3354.0, 3322.0, 3343.0, 3332.0, 3375.0, 3344.0, 3386.0, 3332.0, 3375.0, 3332.0, 3374.0, 3344.0, 3365.0, 3366.0, 3322.0, 3342.0, 3333.0, 3343.0, 3333.0, 3376.0, 3334.0, 3374.0, 3322.0, 3363.0, 3333.0, 3364.0, 3343.0, 3354.0, 3344.0, 3333.0, 3343.0, 3332.0, 3366.0, 3345.0, 3376.0, 3335.0, 3376.0, 3334.0, 3376.0, 3365.0, 3375.0, 3387.0, 3332.0, 3374.0, 3331.0, 3374.0, 3343.0, 3385.0, 3353.0, 3363.0, 3332.0, 3321.0, 3342.0, 3332.0, 3375.0, 3321.0, 3363.0, 3332.0, 3364.0, 3333.0, 3375.0, 3343.0, 3365.0, 3344.0, 3353.0, 3343.0, 3363.0, 3376.0, 3322.0, 3332.0, 3322.0, 3353.0, 3333.0, 3353.0, 3334.0, 3366.0, 3333.0, 3364.0, 3334.0, 3377.0, 3356.0, 3347.0, 3345.0, 3334.0, 3376.0, 3335.0, 3379.0, 3368.0, 3347.0, 3388.0, 3347.0, 3335.0, 3389.0, 3356.0, 3399.0, 3390.0, 3398.0, 3354.0, 3375.0, 3365.0, 3374.0, 3376.0, 3364.0, 3375.0, 3332.0, 3352.0, 3321.0, 3363.0, 3332.0, 3376.0, 3333.0, 3344.0, 3344.0, 3322.0, 3356.0, 3335.0, 3387.0, 3334.0, 3376.0, 3322.0, 3386.0, 3334.0, 3387.0, 3379.0, 3344.0, 3355.0, 3355.0, 3375.0, 3343.0, 3386.0, 3388.0, 3396.0, 3342.0, 3373.0, 3342.0, 3373.0, 3364.0, 3373.0, 3352.0, 3331.0, 3340.0, 3319.0, 3352.0, 3332.0, 3376.0, 3355.0, 3353.0, 3343.0, 3332.0, 3354.0, 3364.0, 3387.0, 3343.0, 3364.0, 3331.0, 3362.0, 3332.0, 3374.0, 3354.0, 3374.0, 3321.0, 3363.0, 3320.0, 3362.0, 3343.0, 3342.0, 3342.0, 3332.0, 3342.0, 3333.0, 3363.0, 3333.0, 3377.0, 3355.0, 3334.0, 3355.0, 3333.0, 3387.0, 3355.0, 3387.0, 3355.0, 3385.0, 3333.0, 3385.0, 3332.0, 3384.0, 3376.0, 3375.0, 3358.0, 3334.0, 3345.0, 3323.0, 3355.0, 3355.0, 3334.0, 3355.0, 3334.0, 3376.0, 3334.0, 3376.0, 3367.0, 3344.0, 3344.0, 3332.0, 3354.0, 3332.0, 3375.0, 3344.0, 3352.0, 3321.0, 3320.0, 3342.0, 3332.0, 3354.0, 3333.0, 3364.0, 3333.0, 3354.0, 3356.0, 3334.0, 3366.0, 3344.0, 3343.0, 3345.0, 3333.0, 3377.0, 3356.0, 3335.0, 3377.0, 3370.0, 3336.0, 3366.0, 3335.0, 3376.0, 3356.0, 3366.0, 3377.0, 3322.0, 3364.0, 3321.0, 3353.0, 3354.0, 3333.0, 3364.0, 3322.0, 3321.0, 3344.0, 3322.0, 3354.0, 3322.0, 3356.0, 3333.0, 3333.0, 3355.0, 3335.0, 3378.0, 3358.0, 3337.0, 3367.0, 3336.0, 3367.0, 3347.0, 3379.0, 3378.0, 3345.0, 3377.0, 3335.0, 3334.0, 3354.0, 3334.0, 3388.0, 3357.0, 3344.0, 3344.0, 3323.0, 3365.0, 3334.0, 3367.0, 3356.0, 3334.0, 3365.0, 3334.0, 3388.0, 3366.0, 3356.0, 3343.0, 3334.0, 3353.0, 3333.0, 3376.0, 3355.0, 3334.0, 3343.0, 3334.0, 3365.0, 3334.0, 3366.0, 3356.0, 3333.0, 3355.0, 3334.0, 3354.0, 3346.0, 3367.0, 3367.0, 3335.0, 3368.0, 3336.0, 3366.0, 3345.0, 3376.0, 3367.0, 3334.0, 3354.0, 3334.0, 3365.0, 3333.0, 3364.0, 3367.0, 3334.0, 3365.0, 3333.0, 3364.0, 3344.0, 3353.0, 3378.0, 3333.0, 3353.0, 3322.0, 3353.0, 3343.0, 3343.0, 3376.0, 3322.0, 3364.0, 3321.0, 3353.0, 3344.0, 3321.0, 3376.0, 3324.0, 3355.0, 3333.0, 3322.0, 3365.0, 3344.0, 3354.0, 3343.0, 3322.0, 3354.0, 3323.0, 3364.0, 3355.0, 3333.0, 3354.0, 3324.0, 3353.0, 3334.0, 3344.0, 3357.0, 3334.0, 3367.0, 3345.0, 3334.0, 3356.0, 3323.0, 3378.0, 3367.0, 3367.0, 3356.0, 3334.0, 3355.0, 3323.0, 3377.0, 3345.0, 3355.0, 3344.0, 3323.0, 3366.0, 3335.0, 3358.0, 3368.0, 3335.0, 3324.0, 3356.0, 3324.0, 3388.0, 3367.0, 3368.0, 3367.0, 3334.0, 3365.0, 3357.0, 3344.0, 3388.0, 3356.0, 3343.0, 3343.0, 3321.0, 3364.0, 3334.0, 3336.0, 3368.0, 3335.0, 3336.0, 3388.0, 3357.0, 3323.0, 3365.0, 3323.0, 3345.0, 3377.0, 3356.0, 3354.0, 3344.0, 3323.0, 3354.0, 3333.0, 3365.0, 3367.0, 3334.0, 3355.0, 3323.0, 3323.0, 3356.0, 3324.0, 3377.0, 3324.0, 3324.0, 3357.0, 3324.0, 3377.0, 3368.0, 3390.0, 3346.0, 3333.0, 3344.0, 3322.0, 3366.0, 3356.0, 3378.0, 3324.0, 3347.0, 3355.0, 3324.0, 3378.0, 3357.0, 3357.0, 3356.0, 3325.0, 3377.0, 3335.0, 3378.0, 3367.0, 3345.0, 3356.0, 3335.0, 3366.0, 3337.0, 3377.0, 3355.0, 3344.0, 3354.0, 3323.0, 3364.0, 3333.0, 3375.0, 3354.0, 3366.0, 3366.0, 3321.0, 3342.0, 3321.0, 3352.0, 3322.0, 3374.0, 3356.0, 3331.0, 3342.0, 3310.0, 3342.0, 3310.0, 3364.0, 3353.0, 3375.0, 3321.0, 3330.0, 3331.0, 3341.0, 3341.0, 3321.0, 3354.0, 3310.0, 3341.0, 3310.0, 3354.0, 3322.0, 3363.0, 3355.0, 3343.0, 3333.0, 3321.0, 3343.0, 3334.0, 3369.0, 3337.0, 3368.0, 3336.0, 3335.0, 3359.0, 3359.0, 3368.0, 3336.0, 3377.0, 3336.0, 3377.0, 3336.0, 3387.0, 3345.0, 3388.0, 3380.0, 3346.0, 3345.0, 3335.0, 3366.0, 3336.0, 3371.0, 3358.0, 3336.0, 3366.0, 3357.0, 3369.0, 3392.0, 3335.0, 3377.0, 3335.0, 3387.0, 3356.0, 3386.0, 3366.0, 3342.0, 3343.0, 3310.0, 3353.0, 3322.0, 3365.0, 3337.0, 3345.0, 3335.0, 3334.0, 3344.0, 3323.0, 3377.0, 3336.0, 3379.0, 3335.0, 3334.0, 3345.0, 3345.0, 3378.0, 3359.0, 3390.0, 3336.0, 3356.0, 3345.0, 3334.0, 3378.0, 3356.0, 3390.0, 3335.0, 3376.0, 3334.0, 3375.0, 3355.0, 3364.0, 3366.0, 3333.0, 3354.0, 3323.0, 3365.0, 3324.0, 3377.0, 3357.0, 3323.0, 3344.0, 3323.0, 3365.0, 3324.0, 3377.0, 3357.0, 3366.0, 3344.0, 3333.0, 3344.0, 3355.0, 3376.0, 3334.0, 3365.0, 3322.0, 3364.0, 3322.0, 3365.0, 3355.0, 3334.0, 3344.0, 3323.0, 3354.0, 3324.0, 3377.0, 3357.0, 3356.0, 3358.0, 3337.0, 3357.0, 3324.0, 3377.0, 3358.0, 3377.0, 3335.0, 3323.0, 3334.0, 3324.0, 3377.0, 3346.0, 3388.0, 3324.0, 3355.0, 3347.0, 3358.0, 3378.0, 3334.0, 3377.0, 3346.0, 3335.0, 3355.0, 3335.0, 3367.0, 3357.0, 3358.0, 3378.0, 3324.0, 3366.0, 3334.0, 3376.0, 3366.0, 3356.0, 3365.0, 3322.0, 3352.0, 3321.0, 3375.0, 3355.0, 3333.0, 3343.0, 3322.0, 3354.0, 3323.0, 3377.0, 3356.0, 3344.0, 3333.0, 3321.0, 3343.0, 3322.0, 3364.0, 3369.0, 3366.0, 3333.0, 3322.0, 3346.0, 3335.0, 3377.0, 3355.0, 3366.0, 3333.0, 3322.0, 3343.0, 3323.0, 3354.0, 3324.0, 3388.0, 3367.0, 3356.0, 3323.0, 3333.0, 3355.0, 3335.0, 3377.0, 3369.0, 3366.0, 3334.0, 3333.0, 3345.0, 3323.0, 3377.0, 3355.0, 3388.0, 3334.0, 3375.0, 3322.0, 3353.0, 3354.0, 3342.0, 3389.0, 3334.0, 3365.0, 3324.0, 3378.0, 3335.0, 3366.0, 3355.0, 3343.0, 3343.0, 3324.0, 3364.0, 3323.0, 3365.0, 3356.0, 3356.0, 3355.0, 3333.0, 3354.0, 3334.0, 3364.0, 3345.0, 3386.0, 3367.0, 3333.0, 3343.0, 3333.0, 3353.0, 3323.0, 3375.0, 3367.0, 3354.0, 3333.0, 3333.0, 3343.0, 3333.0, 3375.0, 3354.0, 3388.0, 3333.0, 3354.0, 3333.0, 3332.0, 3344.0, 3333.0, 3376.0, 3347.0, 3366.0, 3345.0, 3344.0, 3346.0, 3355.0, 3388.0, 3358.0, 3377.0, 3334.0, 3346.0, 3344.0, 3336.0, 3366.0, 3345.0, 3335.0, 3378.0, 3357.0, 3378.0, 3378.0, 3345.0, 3387.0, 3354.0, 3374.0, 3353.0, 3363.0, 3377.0, 3321.0, 3362.0, 3321.0, 3341.0, 3332.0, 3321.0, 3375.0, 3321.0, 3331.0, 3343.0, 3321.0, 3344.0, 3335.0, 3355.0, 3335.0, 3323.0, 3356.0, 3323.0, 3376.0, 3368.0, 3388.0, 3345.0, 3323.0, 3357.0, 3323.0, 3377.0, 3367.0, 3377.0, 3344.0, 3333.0, 3344.0, 3323.0, 3375.0, 3356.0, 3366.0, 3366.0, 3323.0, 3376.0, 3334.0, 3375.0, 3355.0, 3375.0, 3365.0, 3322.0, 3342.0, 3321.0, 3364.0, 3343.0, 3354.0, 3365.0, 3322.0, 3354.0, 3322.0, 3364.0, 3346.0, 3344.0, 3365.0, 3323.0, 3364.0, 3333.0, 3344.0, 3365.0, 3343.0, 3387.0, 3333.0, 3334.0, 3343.0, 3334.0, 3365.0, 3356.0, 3344.0, 3365.0, 3335.0, 3355.0, 3344.0, 3333.0, 3376.0, 3356.0, 3366.0, 3345.0, 3335.0, 3377.0, 3344.0, 3365.0, 3377.0, 3367.0, 3387.0, 3322.0, 3354.0, 3343.0, 3332.0, 3376.0, 3366.0, 3386.0, 3333.0, 3332.0, 3320.0, 3322.0, 3355.0, 3333.0, 3387.0, 3345.0, 3333.0, 3343.0, 3322.0, 3364.0, 3345.0, 3376.0, 3355.0, 3323.0, 3354.0, 3334.0, 3375.0, 3344.0, 3386.0, 3366.0, 3344.0, 3344.0, 3335.0, 3365.0, 3323.0, 3365.0, 3355.0], 'WindowWidth': [7817.0, 7784.0, 7712.0, 7726.0, 7662.0, 7669.0, 7638.0, 7697.0, 7657.0, 7711.0, 7635.0, 7678.0, 7634.0, 7674.0, 7630.0, 7676.0, 7680.0, 7616.0, 7630.0, 7635.0, 7662.0, 7634.0, 7678.0, 7671.0, 7634.0, 7636.0, 7637.0, 7650.0, 7636.0, 7691.0, 7673.0, 7683.0, 7637.0, 7619.0, 7648.0, 7633.0, 7694.0, 7665.0, 7704.0, 7633.0, 7677.0, 7632.0, 7615.0, 7647.0, 7638.0, 7680.0, 7637.0, 7679.0, 7638.0, 7677.0, 7651.0, 7678.0, 7681.0, 7634.0, 7648.0, 7638.0, 7678.0, 7639.0, 7680.0, 7674.0, 7623.0, 7653.0, 7643.0, 7683.0, 7656.0, 7712.0, 7687.0, 7697.0, 7667.0, 7622.0, 7651.0, 7636.0, 7696.0, 7653.0, 7711.0, 7635.0, 7694.0, 7636.0, 7692.0, 7655.0, 7681.0, 7687.0, 7622.0, 7649.0, 7638.0, 7651.0, 7638.0, 7700.0, 7641.0, 7692.0, 7622.0, 7676.0, 7637.0, 7680.0, 7653.0, 7667.0, 7653.0, 7640.0, 7653.0, 7639.0, 7686.0, 7660.0, 7700.0, 7645.0, 7699.0, 7643.0, 7699.0, 7685.0, 7697.0, 7714.0, 7638.0, 7693.0, 7634.0, 7693.0, 7651.0, 7711.0, 7665.0, 7678.0, 7635.0, 7618.0, 7649.0, 7635.0, 7697.0, 7621.0, 7676.0, 7636.0, 7678.0, 7639.0, 7696.0, 7652.0, 7682.0, 7655.0, 7666.0, 7652.0, 7677.0, 7699.0, 7622.0, 7634.0, 7623.0, 7663.0, 7640.0, 7664.0, 7643.0, 7684.0, 7640.0, 7681.0, 7643.0, 7701.0, 7673.0, 7668.0, 7659.0, 7644.0, 7701.0, 7647.0, 7709.0, 7693.0, 7666.0, 7720.0, 7665.0, 7647.0, 7721.0, 7673.0, 7733.0, 7724.0, 7729.0, 7668.0, 7696.0, 7681.0, 7693.0, 7697.0, 7679.0, 7695.0, 7634.0, 7658.0, 7619.0, 7675.0, 7637.0, 7698.0, 7639.0, 7653.0, 7654.0, 7622.0, 7675.0, 7645.0, 7715.0, 7642.0, 7698.0, 7624.0, 7711.0, 7643.0, 7714.0, 7707.0, 7654.0, 7668.0, 7671.0, 7695.0, 7651.0, 7712.0, 7718.0, 7723.0, 7649.0, 7688.0, 7647.0, 7689.0, 7678.0, 7689.0, 7661.0, 7630.0, 7641.0, 7615.0, 7659.0, 7636.0, 7697.0, 7669.0, 7665.0, 7652.0, 7635.0, 7667.0, 7679.0, 7713.0, 7649.0, 7677.0, 7632.0, 7673.0, 7635.0, 7691.0, 7667.0, 7692.0, 7618.0, 7676.0, 7617.0, 7674.0, 7650.0, 7647.0, 7648.0, 7635.0, 7648.0, 7637.0, 7678.0, 7640.0, 7702.0, 7670.0, 7644.0, 7670.0, 7640.0, 7714.0, 7669.0, 7712.0, 7668.0, 7710.0, 7639.0, 7708.0, 7635.0, 7705.0, 7698.0, 7697.0, 7679.0, 7639.0, 7656.0, 7625.0, 7668.0, 7669.0, 7640.0, 7668.0, 7640.0, 7697.0, 7640.0, 7697.0, 7689.0, 7652.0, 7653.0, 7632.0, 7665.0, 7635.0, 7695.0, 7652.0, 7660.0, 7619.0, 7615.0, 7648.0, 7633.0, 7667.0, 7639.0, 7678.0, 7639.0, 7668.0, 7674.0, 7642.0, 7685.0, 7656.0, 7651.0, 7655.0, 7639.0, 7700.0, 7672.0, 7643.0, 7702.0, 7699.0, 7645.0, 7685.0, 7641.0, 7697.0, 7669.0, 7685.0, 7699.0, 7620.0, 7676.0, 7617.0, 7661.0, 7662.0, 7637.0, 7677.0, 7620.0, 7617.0, 7651.0, 7620.0, 7664.0, 7621.0, 7670.0, 7638.0, 7637.0, 7667.0, 7644.0, 7702.0, 7678.0, 7647.0, 7687.0, 7645.0, 7686.0, 7661.0, 7707.0, 7703.0, 7655.0, 7700.0, 7643.0, 7639.0, 7666.0, 7639.0, 7715.0, 7677.0, 7654.0, 7652.0, 7624.0, 7681.0, 7641.0, 7687.0, 7669.0, 7639.0, 7680.0, 7640.0, 7715.0, 7684.0, 7670.0, 7650.0, 7640.0, 7661.0, 7637.0, 7696.0, 7669.0, 7638.0, 7650.0, 7638.0, 7679.0, 7642.0, 7683.0, 7671.0, 7638.0, 7667.0, 7641.0, 7665.0, 7659.0, 7689.0, 7686.0, 7642.0, 7689.0, 7646.0, 7683.0, 7657.0, 7699.0, 7688.0, 7641.0, 7666.0, 7639.0, 7680.0, 7638.0, 7679.0, 7688.0, 7640.0, 7681.0, 7636.0, 7679.0, 7653.0, 7663.0, 7701.0, 7636.0, 7661.0, 7620.0, 7661.0, 7650.0, 7649.0, 7698.0, 7621.0, 7677.0, 7618.0, 7662.0, 7652.0, 7618.0, 7696.0, 7627.0, 7672.0, 7638.0, 7622.0, 7681.0, 7655.0, 7665.0, 7652.0, 7622.0, 7665.0, 7625.0, 7679.0, 7667.0, 7639.0, 7665.0, 7626.0, 7663.0, 7640.0, 7653.0, 7676.0, 7643.0, 7687.0, 7658.0, 7641.0, 7674.0, 7627.0, 7704.0, 7689.0, 7690.0, 7672.0, 7640.0, 7669.0, 7625.0, 7699.0, 7655.0, 7670.0, 7653.0, 7625.0, 7684.0, 7646.0, 7681.0, 7692.0, 7646.0, 7630.0, 7673.0, 7630.0, 7718.0, 7688.0, 7692.0, 7688.0, 7640.0, 7683.0, 7675.0, 7654.0, 7716.0, 7670.0, 7649.0, 7648.0, 7619.0, 7678.0, 7638.0, 7649.0, 7691.0, 7645.0, 7648.0, 7719.0, 7674.0, 7626.0, 7682.0, 7624.0, 7656.0, 7699.0, 7671.0, 7666.0, 7651.0, 7624.0, 7665.0, 7638.0, 7681.0, 7688.0, 7641.0, 7668.0, 7626.0, 7624.0, 7671.0, 7627.0, 7701.0, 7629.0, 7628.0, 7674.0, 7627.0, 7702.0, 7690.0, 7722.0, 7659.0, 7638.0, 7653.0, 7621.0, 7684.0, 7673.0, 7703.0, 7629.0, 7665.0, 7670.0, 7630.0, 7704.0, 7677.0, 7677.0, 7672.0, 7631.0, 7700.0, 7645.0, 7703.0, 7687.0, 7656.0, 7672.0, 7644.0, 7686.0, 7651.0, 7700.0, 7670.0, 7653.0, 7666.0, 7624.0, 7677.0, 7637.0, 7693.0, 7664.0, 7684.0, 7684.0, 7618.0, 7646.0, 7617.0, 7658.0, 7621.0, 7691.0, 7671.0, 7630.0, 7645.0, 7601.0, 7644.0, 7602.0, 7677.0, 7662.0, 7693.0, 7619.0, 7626.0, 7629.0, 7643.0, 7643.0, 7618.0, 7665.0, 7601.0, 7643.0, 7601.0, 7661.0, 7620.0, 7675.0, 7668.0, 7650.0, 7635.0, 7617.0, 7651.0, 7640.0, 7696.0, 7652.0, 7692.0, 7648.0, 7644.0, 7684.0, 7683.0, 7692.0, 7647.0, 7702.0, 7646.0, 7701.0, 7646.0, 7715.0, 7657.0, 7715.0, 7712.0, 7658.0, 7658.0, 7645.0, 7686.0, 7646.0, 7703.0, 7681.0, 7648.0, 7687.0, 7675.0, 7695.0, 7730.0, 7645.0, 7701.0, 7643.0, 7714.0, 7670.0, 7710.0, 7684.0, 7646.0, 7648.0, 7601.0, 7661.0, 7621.0, 7679.0, 7651.0, 7658.0, 7643.0, 7639.0, 7655.0, 7626.0, 7701.0, 7648.0, 7706.0, 7645.0, 7641.0, 7658.0, 7658.0, 7704.0, 7684.0, 7723.0, 7646.0, 7672.0, 7657.0, 7639.0, 7702.0, 7673.0, 7723.0, 7643.0, 7697.0, 7638.0, 7693.0, 7667.0, 7678.0, 7685.0, 7635.0, 7663.0, 7625.0, 7679.0, 7628.0, 7699.0, 7673.0, 7625.0, 7652.0, 7625.0, 7682.0, 7627.0, 7698.0, 7673.0, 7683.0, 7653.0, 7635.0, 7652.0, 7668.0, 7698.0, 7640.0, 7680.0, 7622.0, 7679.0, 7622.0, 7680.0, 7669.0, 7642.0, 7653.0, 7627.0, 7666.0, 7627.0, 7700.0, 7675.0, 7671.0, 7678.0, 7650.0, 7676.0, 7629.0, 7701.0, 7678.0, 7701.0, 7646.0, 7626.0, 7641.0, 7629.0, 7702.0, 7661.0, 7717.0, 7628.0, 7670.0, 7666.0, 7680.0, 7706.0, 7645.0, 7701.0, 7660.0, 7646.0, 7671.0, 7644.0, 7689.0, 7675.0, 7678.0, 7704.0, 7626.0, 7683.0, 7639.0, 7696.0, 7685.0, 7670.0, 7679.0, 7620.0, 7659.0, 7619.0, 7693.0, 7667.0, 7637.0, 7649.0, 7622.0, 7663.0, 7624.0, 7703.0, 7673.0, 7652.0, 7639.0, 7620.0, 7649.0, 7622.0, 7679.0, 7694.0, 7684.0, 7638.0, 7622.0, 7661.0, 7646.0, 7702.0, 7671.0, 7685.0, 7637.0, 7621.0, 7651.0, 7624.0, 7666.0, 7630.0, 7719.0, 7687.0, 7671.0, 7626.0, 7640.0, 7669.0, 7644.0, 7701.0, 7696.0, 7686.0, 7642.0, 7639.0, 7656.0, 7625.0, 7702.0, 7671.0, 7716.0, 7640.0, 7694.0, 7622.0, 7663.0, 7666.0, 7648.0, 7719.0, 7640.0, 7680.0, 7629.0, 7706.0, 7643.0, 7686.0, 7672.0, 7652.0, 7651.0, 7629.0, 7679.0, 7624.0, 7682.0, 7673.0, 7671.0, 7669.0, 7640.0, 7666.0, 7640.0, 7680.0, 7656.0, 7713.0, 7687.0, 7637.0, 7651.0, 7637.0, 7663.0, 7624.0, 7695.0, 7688.0, 7666.0, 7638.0, 7637.0, 7650.0, 7639.0, 7696.0, 7666.0, 7715.0, 7638.0, 7665.0, 7637.0, 7635.0, 7653.0, 7640.0, 7699.0, 7663.0, 7684.0, 7657.0, 7653.0, 7660.0, 7670.0, 7720.0, 7681.0, 7704.0, 7644.0, 7662.0, 7656.0, 7646.0, 7686.0, 7659.0, 7645.0, 7705.0, 7677.0, 7705.0, 7704.0, 7658.0, 7712.0, 7666.0, 7690.0, 7663.0, 7676.0, 7698.0, 7617.0, 7672.0, 7617.0, 7644.0, 7632.0, 7618.0, 7695.0, 7619.0, 7631.0, 7649.0, 7619.0, 7653.0, 7645.0, 7671.0, 7645.0, 7628.0, 7673.0, 7626.0, 7700.0, 7691.0, 7719.0, 7657.0, 7626.0, 7674.0, 7627.0, 7701.0, 7688.0, 7700.0, 7653.0, 7640.0, 7653.0, 7628.0, 7697.0, 7673.0, 7686.0, 7685.0, 7627.0, 7699.0, 7642.0, 7696.0, 7668.0, 7696.0, 7681.0, 7621.0, 7647.0, 7621.0, 7679.0, 7653.0, 7666.0, 7683.0, 7622.0, 7665.0, 7622.0, 7681.0, 7659.0, 7654.0, 7681.0, 7625.0, 7678.0, 7638.0, 7653.0, 7682.0, 7653.0, 7714.0, 7638.0, 7642.0, 7650.0, 7640.0, 7682.0, 7673.0, 7654.0, 7683.0, 7645.0, 7671.0, 7655.0, 7640.0, 7700.0, 7673.0, 7686.0, 7655.0, 7645.0, 7701.0, 7656.0, 7684.0, 7703.0, 7689.0, 7715.0, 7624.0, 7667.0, 7651.0, 7635.0, 7697.0, 7685.0, 7710.0, 7636.0, 7633.0, 7617.0, 7621.0, 7669.0, 7637.0, 7714.0, 7654.0, 7639.0, 7652.0, 7622.0, 7680.0, 7658.0, 7699.0, 7670.0, 7628.0, 7668.0, 7642.0, 7696.0, 7657.0, 7712.0, 7686.0, 7653.0, 7655.0, 7645.0, 7683.0, 7626.0, 7684.0, 7670.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.009660882658359295</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06507557092419523</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.286621823284854</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0715179058212059</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.951619127931393</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6159.7856</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12864337363048278</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.007268951194185</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5079817746818116</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.314476035727682</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.748017479936703</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4614518083810486</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00250872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01713678427040577</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.023565374314785004</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>963</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.970908444701355</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>26.5722</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.392</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>125.2624</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>312654.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.599</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>388.6966</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2672.5454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2827.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>63890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3478.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>711.9222</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.061373175820336</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> |