=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
114 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
114 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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>e4029a57ad3495d5e285f27470180c57</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>12:52:54.912500</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.100202</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>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dd15e417-c8ed-4ae3-af26-7830157147f3||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['125254.912500', '125255.372500', '125255.832500', '125256.292500', '125256.752500', '125257.212500', '125257.672500', '125258.132500', '125258.592500', '125259.052500', '125259.512500', '125259.972500', '125300.432500', '125300.892500', '125301.352500', '125301.812500', '125302.272500', '125302.732500', '125303.192500', '125303.652500', '125304.112500', '125304.572500', '125305.032500', '125305.492500', '125305.952500', '125306.412500', '125306.872500', '125307.332500', '125307.792500', '125308.252500', '125308.712500', '125309.172500', '125309.632500', '125310.092500', '125310.552500', '125311.012500', '125311.472500', '125311.932500', '125312.392500', '125312.852500', '125313.312500', '125313.772500', '125314.232500', '125314.692500', '125315.152500', '125315.612500', '125316.072500', '125316.532500', '125316.992500', '125317.452500', '125317.912500', '125318.372500', '125318.832500', '125319.292500', '125319.752500', '125320.212500', '125320.672500', '125321.132500', '125321.592500', '125322.052500', '125322.512500', '125322.972500', '125323.432500', '125323.892500', '125324.352500', '125324.812500', '125325.272500', '125325.732500', '125326.192500', '125326.652500', '125327.112500', '125327.572500', '125328.032500', '125328.492500', '125328.952500', '125329.412500', '125329.872500', '125330.332500', '125330.792500', '125331.252500', '125331.712500', '125332.172500', '125332.632500', '125333.092500', '125333.552500', '125334.012500', '125334.472500', '125334.932500', '125335.392500', '125335.852500', '125336.312500', '125336.772500', '125337.232500', '125337.692500', '125338.152500', '125338.612500', '125339.072500', '125339.532500', '125339.992500', '125340.452500', '125340.912500', '125341.372500', '125341.832500', '125342.292500', '125342.752500', '125343.212500', '125343.672500', '125344.132500', '125344.592500', '125345.052500', '125345.512500', '125345.972500', '125346.432500', '125346.892500', '125347.352500', '125347.812500', '125348.272500', '125348.732500', '125349.192500', '125349.652500', '125350.112500', '125350.572500', '125351.032500', '125351.492500', '125351.952500', '125352.412500', '125352.872500', '125353.332500', '125353.792500', '125354.252500', '125354.712500', '125355.172500', '125355.632500', '125356.092500', '125356.552500', '125357.012500', '125357.472500', '125357.932500', '125358.392500', '125358.852500', '125359.312500', '125359.772500', '125400.232500', '125400.692500', '125401.152500', '125401.612500', '125402.072500', '125402.532500', '125402.992500', '125403.452500', '125403.912500', '125404.372500', '125404.832500', '125405.292500', '125405.752500', '125406.212500', '125406.672500', '125407.132500', '125407.592500', '125408.052500', '125408.512500', '125408.972500', '125409.432500', '125409.892500', '125410.352500', '125410.812500', '125411.272500', '125411.732500', '125412.192500', '125412.652500', '125413.112500', '125413.572500', '125414.032500', '125414.492500', '125414.952500', '125415.412500', '125415.872500', '125416.332500', '125416.792500', '125417.252500', '125417.712500', '125418.172500', '125418.632500', '125419.092500', '125419.552500', '125420.012500', '125420.472500', '125420.932500', '125421.392500', '125421.852500', '125422.312500', '125422.772500', '125423.232500', '125423.692500', '125424.152500', '125424.612500', '125425.072500', '125425.532500', '125425.992500', '125426.452500', '125426.912500', '125427.372500', '125427.832500', '125428.292500', '125428.752500', '125429.212500', '125429.672500', '125430.132500', '125430.592500', '125431.052500', '125431.512500', '125431.972500', '125432.432500', '125432.892500', '125433.352500', '125433.812500', '125434.272500', '125434.732500', '125435.192500', '125435.652500', '125436.112500', '125436.572500', '125437.032500', '125437.492500', '125437.952500', '125438.412500', '125438.872500', '125439.332500', '125439.792500', '125440.252500', '125440.712500', '125441.172500', '125441.632500', '125442.092500', '125442.552500', '125443.012500', '125443.472500', '125443.932500', '125444.392500', '125444.852500', '125445.312500', '125445.772500', '125446.232500', '125446.692500', '125447.152500', '125447.612500', '125448.072500', '125448.532500', '125448.992500', '125449.452500', '125449.912500', '125450.372500', '125450.832500', '125451.292500', '125451.752500', '125452.212500', '125452.672500', '125453.132500', '125453.592500', '125454.052500', '125454.512500', '125454.972500', '125455.432500', '125455.892500', '125456.352500', '125456.812500', '125457.272500', '125457.732500', '125458.192500', '125458.652500', '125459.112500', '125459.572500', '125500.032500', '125500.492500', '125500.952500', '125501.412500', '125501.872500', '125502.332500', '125502.792500', '125503.252500', '125503.712500', '125504.172500', '125504.632500', '125505.092500', '125505.552500', '125506.012500', '125506.472500', '125506.932500', '125507.392500', '125507.852500', '125508.312500', '125508.772500', '125509.232500', '125509.692500', '125510.152500', '125510.612500', '125511.072500', '125511.532500', '125511.992500', '125512.452500', '125512.912500', '125513.372500', '125513.832500', '125514.292500', '125514.752500', '125515.212500', '125515.672500', '125516.132500', '125516.592500', '125517.052500', '125517.512500', '125517.972500', '125518.432500', '125518.892500', '125519.352500', '125519.812500', '125520.272500', '125520.732500', '125521.192500', '125521.652500', '125522.112500', '125522.572500', '125523.032500', '125523.492500', '125523.952500', '125524.412500', '125524.872500', '125525.332500', '125525.792500', '125526.252500', '125526.712500', '125527.172500', '125527.632500', '125528.092500', '125528.552500', '125529.012500', '125529.472500', '125529.932500', '125530.392500', '125530.852500', '125531.312500', '125531.772500', '125532.232500', '125532.692500', '125533.152500', '125533.612500', '125534.072500', '125534.532500', '125534.992500', '125535.452500', '125535.912500', '125536.372500', '125536.832500', '125537.292500', '125537.752500', '125538.212500', '125538.672500', '125539.132500', '125539.592500', '125540.052500', '125540.512500', '125540.972500', '125541.432500', '125541.892500', '125542.352500', '125542.812500', '125543.272500', '125543.732500', '125544.192500', '125544.652500', '125545.112500', '125545.572500', '125546.032500', '125546.492500', '125546.952500', '125547.412500', '125547.872500', '125548.332500', '125548.792500', '125549.252500', '125549.712500', '125550.172500', '125550.632500', '125551.092500', '125551.552500', '125552.012500', '125552.472500', '125552.932500', '125553.392500', '125553.852500', '125554.312500', '125554.772500', '125555.232500', '125555.692500', '125556.152500', '125556.612500', '125557.072500', '125557.532500', '125557.992500', '125558.452500', '125558.912500', '125559.372500', '125559.832500', '125600.292500', '125600.752500', '125601.212500', '125601.672500', '125602.132500', '125602.592500', '125603.052500', '125603.512500', '125603.972500', '125604.432500', '125604.892500', '125605.352500', '125605.812500', '125606.272500', '125606.732500', '125607.192500', '125607.652500', '125608.112500', '125608.572500', '125609.032500', '125609.492500', '125609.952500', '125610.412500', '125610.872500', '125611.332500', '125611.792500', '125612.252500', '125612.712500', '125613.172500', '125613.632500', '125614.092500', '125614.552500', '125615.012500', '125615.472500', '125615.932500', '125616.392500', '125616.852500', '125617.312500', '125617.772500', '125618.232500', '125618.692500', '125619.152500', '125619.612500', '125620.072500', '125620.532500', '125620.992500', '125621.452500', '125621.912500', '125622.372500', '125622.832500', '125623.292500', '125623.752500', '125624.212500', '125624.672500', '125625.132500', '125625.592500', '125626.052500', '125626.512500', '125626.972500', '125627.432500', '125627.892500', '125628.352500', '125628.812500', '125629.272500', '125629.732500', '125630.192500', '125630.652500', '125631.112500', '125631.572500', '125632.032500', '125632.492500', '125632.952500', '125633.412500', '125633.872500', '125634.332500', '125634.792500', '125635.252500', '125635.712500', '125636.172500', '125636.632500', '125637.092500', '125637.552500', '125638.012500', '125638.472500', '125638.932500', '125639.392500', '125639.852500', '125640.312500', '125640.772500', '125641.232500', '125641.692500', '125642.152500', '125642.612500', '125643.072500', '125643.532500', '125643.992500', '125644.452500', '125644.912500', '125645.372500', '125645.832500', '125646.292500', '125646.752500', '125647.212500', '125647.672500', '125648.132500', '125648.592500', '125649.052500', '125649.512500', '125649.972500', '125650.432500', '125650.892500', '125651.352500', '125651.812500', '125652.272500', '125652.732500', '125653.192500', '125653.652500', '125654.112500', '125654.572500', '125655.032500', '125655.492500', '125655.952500', '125656.412500', '125656.872500', '125657.332500', '125657.792500', '125658.252500', '125658.712500', '125659.172500', '125659.632500', '125700.092500', '125700.552500', '125701.012500', '125701.472500', '125701.932500', '125702.392500', '125702.852500', '125703.312500', '125703.772500', '125704.232500', '125704.692500', '125705.152500', '125705.612500', '125706.072500', '125706.532500', '125706.992500', '125707.452500', '125707.912500', '125708.372500', '125708.832500', '125709.292500', '125709.752500', '125710.212500', '125710.672500', '125711.132500', '125711.592500', '125712.052500', '125712.512500', '125712.972500', '125713.432500', '125713.892500', '125714.352500', '125714.812500', '125715.272500', '125715.732500', '125716.192500', '125716.652500', '125717.112500', '125717.572500', '125718.032500', '125718.492500', '125718.952500', '125719.412500', '125719.872500', '125720.332500', '125720.792500', '125721.252500', '125721.712500', '125722.172500', '125722.632500', '125723.092500', '125723.552500', '125724.012500', '125724.472500', '125724.932500', '125725.392500', '125725.852500', '125726.312500', '125726.772500', '125727.232500', '125727.692500', '125728.152500', '125728.612500', '125729.072500', '125729.532500', '125729.992500', '125730.452500', '125730.912500', '125731.372500', '125731.832500', '125732.292500', '125732.752500', '125733.212500', '125733.672500', '125734.132500', '125734.592500', '125735.052500', '125735.512500', '125735.972500', '125736.432500', '125736.892500', '125737.352500', '125737.812500', '125738.272500', '125738.732500', '125739.192500', '125739.652500', '125740.112500', '125740.572500', '125741.032500', '125741.492500', '125741.952500', '125742.412500', '125742.872500', '125743.332500', '125743.792500', '125744.252500', '125744.712500', '125745.172500', '125745.632500', '125746.092500', '125746.552500', '125747.012500', '125747.472500', '125747.932500', '125748.392500', '125748.852500', '125749.312500', '125749.772500', '125750.232500', '125750.692500', '125751.152500', '125751.612500', '125752.072500', '125752.532500', '125752.992500', '125753.452500', '125753.912500', '125754.372500', '125754.832500', '125755.292500', '125755.752500', '125756.212500', '125756.672500', '125757.132500', '125757.592500', '125758.052500', '125758.512500', '125758.972500', '125759.432500', '125759.892500', '125800.352500', '125800.812500', '125801.272500', '125801.732500', '125802.192500', '125802.652500', '125803.112500', '125803.572500', '125804.032500', '125804.492500', '125804.952500', '125805.412500', '125805.872500', '125806.332500', '125806.792500', '125807.252500', '125807.712500', '125808.172500', '125808.632500', '125809.092500', '125809.552500', '125810.012500', '125810.472500', '125810.932500', '125811.392500', '125811.852500', '125812.312500', '125812.772500', '125813.232500', '125813.692500', '125814.152500', '125814.612500', '125815.072500', '125815.532500', '125815.992500', '125816.452500', '125816.912500', '125817.372500', '125817.832500', '125818.292500', '125818.752500', '125819.212500', '125819.672500', '125820.132500', '125820.592500', '125821.052500', '125821.512500', '125821.972500', '125822.432500', '125822.892500', '125823.352500', '125823.812500', '125824.272500', '125824.732500', '125825.192500', '125825.652500', '125826.112500', '125826.572500', '125827.032500', '125827.492500', '125827.952500', '125828.412500', '125828.872500', '125829.332500', '125829.792500', '125830.252500', '125830.712500', '125831.172500', '125831.632500', '125832.092500', '125832.552500', '125833.012500', '125833.472500', '125833.932500', '125834.392500', '125834.852500', '125835.312500', '125835.772500', '125836.232500', '125836.692500', '125837.152500', '125837.612500', '125838.072500', '125838.532500', '125838.992500', '125839.452500', '125839.912500', '125840.372500', '125840.832500', '125841.292500', '125841.752500', '125842.212500', '125842.672500', '125843.132500', '125843.592500', '125844.052500', '125844.512500', '125844.972500', '125845.432500', '125845.892500', '125846.352500', '125846.812500', '125847.272500', '125847.732500', '125848.192500', '125848.652500', '125849.112500', '125849.572500', '125850.032500', '125850.492500', '125850.952500', '125851.412500', '125851.872500', '125852.332500', '125852.792500', '125853.252500', '125853.712500', '125854.172500', '125854.632500', '125855.092500', '125855.552500', '125856.012500', '125856.472500', '125856.932500', '125857.392500', '125857.852500', '125858.312500', '125858.772500', '125859.232500', '125859.692500', '125900.152500', '125900.612500', '125901.072500', '125901.532500', '125901.992500', '125902.452500', '125902.912500', '125903.372500', '125903.832500', '125904.292500', '125904.752500', '125905.212500', '125905.672500', '125906.132500', '125906.592500', '125907.052500', '125907.512500', '125907.972500', '125908.432500', '125908.892500', '125909.352500', '125909.812500', '125910.272500', '125910.732500', '125911.192500', '125911.652500', '125912.112500', '125912.572500', '125913.032500', '125913.492500', '125913.952500', '125914.412500', '125914.872500', '125915.332500', '125915.792500', '125916.252500', '125916.712500', '125917.172500', '125917.632500', '125918.092500', '125918.552500', '125919.012500', '125919.472500', '125919.932500', '125920.392500', '125920.852500', '125921.312500', '125921.772500', '125922.232500', '125922.692500', '125923.152500', '125923.612500', '125924.072500', '125924.532500', '125924.992500', '125925.452500', '125925.912500', '125926.372500', '125926.832500', '125927.292500', '125927.752500', '125928.212500', '125928.672500', '125929.132500', '125929.592500', '125930.052500', '125930.512500', '125930.972500', '125931.432500', '125931.892500', '125932.352500', '125932.812500', '125933.272500', '125933.732500', '125934.192500', '125934.652500', '125935.112500', '125935.572500', '125936.032500', '125936.492500', '125936.952500', '125937.412500', '125937.872500', '125938.332500', '125938.792500', '125939.252500', '125939.712500', '125940.172500', '125940.632500', '125941.092500', '125941.552500', '125942.012500', '125942.472500', '125942.932500', '125943.392500', '125943.852500', '125944.312500', '125944.772500', '125945.232500', '125945.692500', '125946.152500', '125946.612500', '125947.072500', '125947.532500', '125947.992500', '125948.452500', '125948.912500', '125949.372500', '125949.832500', '125950.292500', '125950.752500', '125951.212500', '125951.672500', '125952.132500', '125952.592500', '125953.052500', '125953.512500', '125953.972500', '125954.432500', '125954.892500', '125955.352500', '125955.812500', '125956.272500', '125956.732500', '125957.192500', '125957.652500', '125958.112500', '125958.572500', '125959.032500', '125959.492500', '125959.952500', '130000.412500', '130000.872500', '130001.332500', '130001.792500', '130002.252500', '130002.712500', '130003.172500', '130003.632500', '130004.092500', '130004.552500', '130005.012500', '130005.472500', '130005.932500', '130006.392500', '130006.852500', '130007.312500', '130007.772500', '130008.232500', '130008.692500', '130009.152500', '130009.612500', '130010.072500', '130010.532500', '130010.992500', '130011.452500', '130011.912500', '130012.372500', '130012.832500', '130013.292500', '130013.752500', '130014.212500', '130014.672500', '130015.132500', '130015.592500', '130016.052500', '130016.512500', '130016.972500', '130017.432500', '130017.892500', '130018.352500', '130018.812500', '130019.272500'], 'ContentTime': ['125313.573000', '125313.576000', '125313.579000', '125313.581000', '125313.584000', '125313.587000', '125313.590000', '125313.592000', '125313.595000', '125313.598000', '125313.601000', '125313.603000', '125313.606000', '125313.608000', '125313.614000', '125313.617000', '125313.619000', '125313.622000', '125313.624000', '125313.627000', '125313.630000', '125313.633000', '125313.636000', '125313.638000', '125313.641000', '125313.644000', '125313.646000', '125313.649000', '125313.651000', '125313.654000', '125313.657000', '125313.659000', '125313.662000', '125313.664000', '125313.667000', '125313.670000', '125313.672000', '125313.675000', '125313.677000', '125333.551000', '125333.554000', '125333.557000', '125333.559000', '125333.562000', '125333.564000', '125333.567000', '125333.570000', '125333.572000', '125333.575000', '125333.577000', '125333.580000', '125333.582000', '125333.585000', '125333.587000', '125333.590000', '125333.593000', '125333.595000', '125333.598000', '125333.600000', '125333.603000', '125333.605000', '125333.608000', '125333.610000', '125333.613000', '125333.616000', '125333.619000', '125333.622000', '125333.624000', '125333.627000', '125333.629000', '125333.632000', '125333.634000', '125333.637000', '125333.639000', '125333.642000', '125333.644000', '125333.647000', '125333.649000', '125333.652000', '125333.655000', '125333.657000', '125333.660000', '125353.551000', '125353.554000', '125353.557000', '125353.559000', '125353.562000', '125353.564000', '125353.567000', '125353.576000', '125353.578000', '125353.581000', '125353.583000', '125353.586000', '125353.589000', '125353.591000', '125353.594000', '125353.596000', '125353.599000', '125353.601000', '125353.604000', '125353.606000', '125353.609000', '125353.611000', '125353.614000', '125353.616000', '125353.619000', '125353.622000', '125353.624000', '125353.627000', '125353.629000', '125353.632000', '125353.634000', '125353.637000', '125353.640000', '125353.642000', '125353.645000', '125353.647000', '125353.650000', '125353.652000', '125353.655000', '125353.657000', '125353.660000', '125353.662000', '125353.665000', '125353.667000', '125413.561000', '125413.564000', '125413.566000', '125413.569000', '125413.571000', '125413.574000', '125413.576000', '125413.579000', '125413.581000', '125413.584000', '125413.587000', '125413.589000', '125413.592000', '125413.594000', '125413.597000', '125413.599000', '125413.602000', '125413.605000', '125413.607000', '125413.610000', '125413.612000', '125413.615000', '125413.618000', '125413.620000', '125413.623000', '125413.625000', '125413.628000', '125413.637000', '125413.640000', '125413.642000', '125413.645000', '125413.647000', '125413.650000', '125413.652000', '125413.655000', '125413.657000', '125413.660000', '125413.662000', '125413.665000', '125413.668000', '125413.670000', '125413.673000', '125413.675000', '125433.550000', '125433.553000', '125433.556000', '125433.558000', '125433.561000', '125433.563000', '125433.566000', '125433.569000', '125433.571000', '125433.574000', '125433.576000', '125433.579000', '125433.581000', '125433.584000', '125433.586000', '125433.589000', '125433.591000', '125433.594000', '125433.597000', '125433.599000', '125433.602000', '125433.604000', '125433.607000', '125433.609000', '125433.612000', '125433.614000', '125433.617000', '125433.620000', '125433.622000', '125433.625000', '125433.627000', '125433.630000', '125433.632000', '125433.635000', '125433.638000', '125433.640000', '125433.643000', '125433.645000', '125433.648000', '125433.650000', '125433.653000', '125433.655000', '125433.658000', '125433.660000', '125453.551000', '125453.553000', '125453.556000', '125453.558000', '125453.561000', '125453.564000', '125453.566000', '125453.569000', '125453.571000', '125453.574000', '125453.576000', '125453.579000', '125453.581000', '125453.584000', '125453.586000', '125453.589000', '125453.592000', '125453.594000', '125453.597000', '125453.599000', '125453.602000', '125453.605000', '125453.607000', '125453.610000', '125453.612000', '125453.615000', '125453.617000', '125453.620000', '125453.622000', '125453.625000', '125453.628000', '125453.630000', '125453.633000', '125453.635000', '125453.638000', '125453.641000', '125453.644000', '125453.647000', '125453.649000', '125453.652000', '125453.654000', '125453.657000', '125453.660000', '125513.550000', '125513.553000', '125513.556000', '125513.558000', '125513.561000', '125513.563000', '125513.566000', '125513.568000', '125513.571000', '125513.573000', '125513.576000', '125513.579000', '125513.581000', '125513.584000', '125513.586000', '125513.589000', '125513.592000', '125513.594000', '125513.597000', '125513.599000', '125513.602000', '125513.604000', '125513.607000', '125513.609000', '125513.612000', '125513.614000', '125513.617000', '125513.620000', '125513.622000', '125513.625000', '125513.627000', '125513.630000', '125513.633000', '125513.635000', '125513.638000', '125513.640000', '125513.643000', '125513.645000', '125513.648000', '125513.651000', '125513.653000', '125513.656000', '125513.658000', '125513.661000', '125533.550000', '125533.553000', '125533.556000', '125533.558000', '125533.561000', '125533.563000', '125533.566000', '125533.569000', '125533.571000', '125533.574000', '125533.576000', '125533.579000', '125533.581000', '125533.584000', '125533.586000', '125533.589000', '125533.592000', '125533.594000', '125533.597000', '125533.599000', '125533.602000', '125533.604000', '125533.607000', '125533.609000', '125533.612000', '125533.615000', '125533.617000', '125533.620000', '125533.623000', '125533.625000', '125533.628000', '125533.630000', '125533.633000', '125533.635000', '125533.638000', '125533.640000', '125533.643000', '125533.645000', '125533.648000', '125533.661000', '125533.663000', '125533.666000', '125533.669000', '125553.551000', '125553.554000', '125553.557000', '125553.559000', '125553.562000', '125553.564000', '125553.567000', '125553.570000', '125553.572000', '125553.575000', '125553.577000', '125553.580000', '125553.582000', '125553.585000', '125553.587000', '125553.590000', '125553.593000', '125553.595000', '125553.598000', '125553.600000', '125553.603000', '125553.605000', '125553.608000', '125553.610000', '125553.613000', '125553.616000', '125553.618000', '125553.621000', '125553.623000', '125553.626000', '125553.628000', '125553.631000', '125553.633000', '125553.636000', '125553.639000', '125553.641000', '125553.644000', '125553.646000', '125553.649000', '125553.651000', '125553.654000', '125553.657000', '125553.659000', '125553.662000', '125613.550000', '125613.553000', '125613.556000', '125613.558000', '125613.561000', '125613.563000', '125613.566000', '125613.569000', '125613.571000', '125613.574000', '125613.576000', '125613.579000', '125613.581000', '125613.584000', '125613.586000', '125613.589000', '125613.592000', '125613.594000', '125613.597000', '125613.599000', '125613.602000', '125613.604000', '125613.607000', '125613.610000', '125613.612000', '125613.615000', '125613.617000', '125613.620000', '125613.622000', '125613.625000', '125613.627000', '125613.630000', '125613.632000', '125613.635000', '125613.637000', '125613.640000', '125613.643000', '125613.645000', '125613.648000', '125613.651000', '125613.654000', '125613.657000', '125613.659000', '125633.550000', '125633.553000', '125633.556000', '125633.558000', '125633.561000', '125633.563000', '125633.566000', '125633.568000', '125633.571000', '125633.574000', '125633.576000', '125633.579000', '125633.581000', '125633.584000', '125633.586000', '125633.589000', '125633.592000', '125633.594000', '125633.597000', '125633.599000', '125633.602000', '125633.604000', '125633.607000', '125633.610000', '125633.612000', '125633.615000', '125633.617000', '125633.620000', '125633.622000', '125633.625000', '125633.627000', '125633.630000', '125633.633000', '125633.635000', '125633.638000', '125633.640000', '125633.643000', '125633.645000', '125633.648000', '125633.650000', '125633.653000', '125633.656000', '125633.658000', '125633.661000', '125653.551000', '125653.553000', '125653.556000', '125653.559000', '125653.561000', '125653.564000', '125653.566000', '125653.569000', '125653.571000', '125653.574000', '125653.577000', '125653.579000', '125653.582000', '125653.584000', '125653.587000', '125653.590000', '125653.592000', '125653.595000', '125653.597000', '125653.600000', '125653.602000', '125653.605000', '125653.608000', '125653.610000', '125653.613000', '125653.615000', '125653.618000', '125653.620000', '125653.623000', '125653.626000', '125653.628000', '125653.631000', '125653.633000', '125653.636000', '125653.638000', '125653.641000', '125653.643000', '125653.646000', '125653.648000', '125653.651000', '125653.654000', '125653.656000', '125653.659000', '125713.550000', '125713.553000', '125713.556000', '125713.558000', '125713.561000', '125713.564000', '125713.566000', '125713.569000', '125713.572000', '125713.574000', '125713.577000', '125713.579000', '125713.582000', '125713.584000', '125713.587000', '125713.589000', '125713.592000', '125713.595000', '125713.597000', '125713.600000', '125713.602000', '125713.613000', '125713.616000', '125713.618000', '125713.621000', '125713.623000', '125713.626000', '125713.629000', '125713.631000', '125713.634000', '125713.636000', '125713.639000', '125713.641000', '125713.644000', '125713.646000', '125713.649000', '125713.652000', '125713.654000', '125713.657000', '125713.659000', '125713.662000', '125713.664000', '125713.667000', '125713.669000', '125733.550000', '125733.553000', '125733.556000', '125733.558000', '125733.561000', '125733.563000', '125733.566000', '125733.568000', '125733.571000', '125733.574000', '125733.576000', '125733.579000', '125733.581000', '125733.584000', '125733.586000', '125733.589000', '125733.592000', '125733.594000', '125733.597000', '125733.600000', '125733.602000', '125733.605000', '125733.607000', '125733.610000', '125733.612000', '125733.615000', '125733.617000', '125733.620000', '125733.622000', '125733.625000', '125733.628000', '125733.630000', '125733.633000', '125733.635000', '125733.638000', '125733.640000', '125733.643000', '125733.645000', '125733.648000', '125733.651000', '125733.653000', '125733.656000', '125733.658000', '125753.551000', '125753.553000', '125753.556000', '125753.559000', '125753.561000', '125753.564000', '125753.566000', '125753.569000', '125753.572000', '125753.574000', '125753.577000', '125753.579000', '125753.582000', '125753.584000', '125753.587000', '125753.590000', '125753.592000', '125753.595000', '125753.598000', '125753.600000', '125753.603000', '125753.605000', '125753.608000', '125753.610000', '125753.613000', '125753.616000', '125753.618000', '125753.621000', '125753.623000', '125753.626000', '125753.628000', '125753.631000', '125753.634000', '125753.636000', '125753.639000', '125753.641000', '125753.644000', '125753.646000', '125753.649000', '125753.652000', '125753.654000', '125753.657000', '125753.659000', '125753.662000', '125813.551000', '125813.554000', '125813.557000', '125813.559000', '125813.562000', '125813.565000', '125813.567000', '125813.570000', '125813.572000', '125813.575000', '125813.577000', '125813.580000', '125813.583000', '125813.585000', '125813.588000', '125813.590000', '125813.593000', '125813.595000', '125813.598000', '125813.601000', '125813.603000', '125813.606000', '125813.608000', '125813.611000', '125813.614000', '125813.616000', '125813.619000', '125813.621000', '125813.624000', '125813.626000', '125813.629000', '125813.631000', '125813.634000', '125813.637000', '125813.639000', '125813.642000', '125813.644000', '125813.647000', '125813.649000', '125813.652000', '125813.654000', '125813.657000', '125813.659000', '125833.551000', '125833.553000', '125833.556000', '125833.559000', '125833.561000', '125833.564000', '125833.566000', '125833.569000', '125833.573000', '125833.576000', '125833.578000', '125833.581000', '125833.583000', '125833.586000', '125833.589000', '125833.591000', '125833.594000', '125833.596000', '125833.599000', '125833.602000', '125833.604000', '125833.607000', '125833.609000', '125833.612000', '125833.614000', '125833.617000', '125833.619000', '125833.622000', '125833.624000', '125833.627000', '125833.630000', '125833.632000', '125833.646000', '125833.648000', '125833.651000', '125833.654000', '125833.656000', '125833.659000', '125833.661000', '125833.664000', '125833.666000', '125833.669000', '125833.672000', '125853.551000', '125853.553000', '125853.556000', '125853.559000', '125853.561000', '125853.564000', '125853.566000', '125853.569000', '125853.572000', '125853.574000', '125853.577000', '125853.579000', '125853.582000', '125853.584000', '125853.587000', '125853.590000', '125853.592000', '125853.595000', '125853.597000', '125853.600000', '125853.603000', '125853.605000', '125853.608000', '125853.610000', '125853.613000', '125853.616000', '125853.618000', '125853.621000', '125853.623000', '125853.626000', '125853.628000', '125853.631000', '125853.634000', '125853.636000', '125853.639000', '125853.641000', '125853.644000', '125853.646000', '125853.649000', '125853.651000', '125853.654000', '125853.656000', '125853.659000', '125853.662000', '125913.552000', '125913.555000', '125913.557000', '125913.560000', '125913.562000', '125913.565000', '125913.567000', '125913.570000', '125913.573000', '125913.575000', '125913.578000', '125913.580000', '125913.584000', '125913.586000', '125913.589000', '125913.592000', '125913.594000', '125913.597000', '125913.599000', '125913.602000', '125913.605000', '125913.608000', '125913.610000', '125913.613000', '125913.615000', '125913.618000', '125913.620000', '125913.623000', '125913.626000', '125913.628000', '125913.631000', '125913.633000', '125913.636000', '125913.638000', '125913.641000', '125913.644000', '125913.646000', '125913.649000', '125913.651000', '125913.654000', '125913.656000', '125913.659000', '125913.661000', '125933.550000', '125933.553000', '125933.556000', '125933.558000', '125933.561000', '125933.564000', '125933.566000', '125933.569000', '125933.571000', '125933.574000', '125933.576000', '125933.579000', '125933.581000', '125933.584000', '125933.586000', '125933.589000', '125933.592000', '125933.594000', '125933.597000', '125933.600000', '125933.602000', '125933.605000', '125933.607000', '125933.610000', '125933.612000', '125933.615000', '125933.618000', '125933.620000', '125933.623000', '125933.625000', '125933.628000', '125933.631000', '125933.633000', '125933.636000', '125933.638000', '125933.641000', '125933.643000', '125933.646000', '125933.648000', '125933.651000', '125933.654000', '125933.656000', '125933.659000', '125933.661000', '125953.551000', '125953.554000', '125953.556000', '125953.559000', '125953.561000', '125953.564000', '125953.566000', '125953.569000', '125953.572000', '125953.574000', '125953.577000', '125953.579000', '125953.582000', '125953.585000', '125953.587000', '125953.590000', '125953.593000', '125953.595000', '125953.598000', '125953.600000', '125953.603000', '125953.605000', '125953.608000', '125953.611000', '125953.613000', '125953.616000', '125953.618000', '125953.621000', '125953.624000', '125953.626000', '125953.629000', '125953.631000', '125953.634000', '125953.636000', '125953.639000', '125953.642000', '125953.644000', '125953.647000', '125953.649000', '125953.652000', '125953.654000', '125953.657000', '125953.659000', '125953.673000', '130013.550000', '130013.553000', '130013.556000', '130013.558000', '130013.561000', '130013.563000', '130013.566000', '130013.569000', '130013.571000', '130013.574000', '130013.576000', '130013.579000', '130013.581000', '130013.584000', '130013.586000', '130013.589000', '130013.592000', '130013.594000', '130013.597000', '130013.599000', '130013.602000', '130013.604000', '130013.607000', '130013.609000', '130013.612000', '130013.615000', '130013.617000', '130013.620000', '130013.622000', '130013.625000', '130013.628000', '130013.630000', '130013.633000', '130013.635000', '130013.638000', '130013.641000', '130013.643000', '130013.646000', '130013.648000', '130013.651000', '130013.653000', '130013.656000', '130013.658000', '130020.189000', '130020.192000', '130020.195000', '130020.198000', '130020.201000', '130020.204000', '130020.207000', '130020.210000', '130020.212000', '130020.215000', '130020.219000', '130020.222000', '130020.225000', '130020.228000', '130020.231000'], 'InstanceCreationTime': ['125313.573000', '125313.576000', '125313.579000', '125313.581000', '125313.584000', '125313.587000', '125313.590000', '125313.592000', '125313.595000', '125313.598000', '125313.601000', '125313.603000', '125313.606000', '125313.608000', '125313.614000', '125313.617000', '125313.619000', '125313.622000', '125313.624000', '125313.627000', '125313.630000', '125313.633000', '125313.636000', '125313.638000', '125313.641000', '125313.644000', '125313.646000', '125313.649000', '125313.651000', '125313.654000', '125313.657000', '125313.659000', '125313.662000', '125313.664000', '125313.667000', '125313.670000', '125313.672000', '125313.675000', '125313.677000', '125333.551000', '125333.554000', '125333.557000', '125333.559000', '125333.562000', '125333.564000', '125333.567000', '125333.570000', '125333.572000', '125333.575000', '125333.577000', '125333.580000', '125333.582000', '125333.585000', '125333.587000', '125333.590000', '125333.593000', '125333.595000', '125333.598000', '125333.600000', '125333.603000', '125333.605000', '125333.608000', '125333.610000', '125333.613000', '125333.616000', '125333.619000', '125333.622000', '125333.624000', '125333.627000', '125333.629000', '125333.632000', '125333.634000', '125333.637000', '125333.639000', '125333.642000', '125333.644000', '125333.647000', '125333.649000', '125333.652000', '125333.655000', '125333.657000', '125333.660000', '125353.551000', '125353.554000', '125353.557000', '125353.559000', '125353.562000', '125353.564000', '125353.567000', '125353.576000', '125353.578000', '125353.581000', '125353.583000', '125353.586000', '125353.589000', '125353.591000', '125353.594000', '125353.596000', '125353.599000', '125353.601000', '125353.604000', '125353.606000', '125353.609000', '125353.611000', '125353.614000', '125353.616000', '125353.619000', '125353.622000', '125353.624000', '125353.627000', '125353.629000', '125353.632000', '125353.634000', '125353.637000', '125353.640000', '125353.642000', '125353.645000', '125353.647000', '125353.650000', '125353.652000', '125353.655000', '125353.657000', '125353.660000', '125353.662000', '125353.665000', '125353.667000', '125413.561000', '125413.564000', '125413.566000', '125413.569000', '125413.571000', '125413.574000', '125413.576000', '125413.579000', '125413.581000', '125413.584000', '125413.587000', '125413.589000', '125413.592000', '125413.594000', '125413.597000', '125413.599000', '125413.602000', '125413.605000', '125413.607000', '125413.610000', '125413.612000', '125413.615000', '125413.618000', '125413.620000', '125413.623000', '125413.625000', '125413.628000', '125413.637000', '125413.640000', '125413.642000', '125413.645000', '125413.647000', '125413.650000', '125413.652000', '125413.655000', '125413.657000', '125413.660000', '125413.662000', '125413.665000', '125413.668000', '125413.670000', '125413.673000', '125413.675000', '125433.550000', '125433.553000', '125433.556000', '125433.558000', '125433.561000', '125433.563000', '125433.566000', '125433.569000', '125433.571000', '125433.574000', '125433.576000', '125433.579000', '125433.581000', '125433.584000', '125433.586000', '125433.589000', '125433.591000', '125433.594000', '125433.597000', '125433.599000', '125433.602000', '125433.604000', '125433.607000', '125433.609000', '125433.612000', '125433.614000', '125433.617000', '125433.620000', '125433.622000', '125433.625000', '125433.627000', '125433.630000', '125433.632000', '125433.635000', '125433.638000', '125433.640000', '125433.643000', '125433.645000', '125433.648000', '125433.650000', '125433.653000', '125433.655000', '125433.658000', '125433.660000', '125453.551000', '125453.553000', '125453.556000', '125453.558000', '125453.561000', '125453.564000', '125453.566000', '125453.569000', '125453.571000', '125453.574000', '125453.576000', '125453.579000', '125453.581000', '125453.584000', '125453.586000', '125453.589000', '125453.592000', '125453.594000', '125453.597000', '125453.599000', '125453.602000', '125453.605000', '125453.607000', '125453.610000', '125453.612000', '125453.615000', '125453.617000', '125453.620000', '125453.622000', '125453.625000', '125453.628000', '125453.630000', '125453.633000', '125453.635000', '125453.638000', '125453.641000', '125453.644000', '125453.647000', '125453.649000', '125453.652000', '125453.654000', '125453.657000', '125453.660000', '125513.550000', '125513.553000', '125513.556000', '125513.558000', '125513.561000', '125513.563000', '125513.566000', '125513.568000', '125513.571000', '125513.573000', '125513.576000', '125513.579000', '125513.581000', '125513.584000', '125513.586000', '125513.589000', '125513.592000', '125513.594000', '125513.597000', '125513.599000', '125513.602000', '125513.604000', '125513.607000', '125513.609000', '125513.612000', '125513.614000', '125513.617000', '125513.620000', '125513.622000', '125513.625000', '125513.627000', '125513.630000', '125513.633000', '125513.635000', '125513.638000', '125513.640000', '125513.643000', '125513.645000', '125513.648000', '125513.651000', '125513.653000', '125513.656000', '125513.658000', '125513.661000', '125533.550000', '125533.553000', '125533.556000', '125533.558000', '125533.561000', '125533.563000', '125533.566000', '125533.569000', '125533.571000', '125533.574000', '125533.576000', '125533.579000', '125533.581000', '125533.584000', '125533.586000', '125533.589000', '125533.592000', '125533.594000', '125533.597000', '125533.599000', '125533.602000', '125533.604000', '125533.607000', '125533.609000', '125533.612000', '125533.615000', '125533.617000', '125533.620000', '125533.623000', '125533.625000', '125533.628000', '125533.630000', '125533.633000', '125533.635000', '125533.638000', '125533.640000', '125533.643000', '125533.645000', '125533.648000', '125533.661000', '125533.663000', '125533.666000', '125533.669000', '125553.551000', '125553.554000', '125553.557000', '125553.559000', '125553.562000', '125553.564000', '125553.567000', '125553.570000', '125553.572000', '125553.575000', '125553.577000', '125553.580000', '125553.582000', '125553.585000', '125553.587000', '125553.590000', '125553.593000', '125553.595000', '125553.598000', '125553.600000', '125553.603000', '125553.605000', '125553.608000', '125553.610000', '125553.613000', '125553.616000', '125553.618000', '125553.621000', '125553.623000', '125553.626000', '125553.628000', '125553.631000', '125553.633000', '125553.636000', '125553.639000', '125553.641000', '125553.644000', '125553.646000', '125553.649000', '125553.651000', '125553.654000', '125553.657000', '125553.659000', '125553.662000', '125613.550000', '125613.553000', '125613.556000', '125613.558000', '125613.561000', '125613.563000', '125613.566000', '125613.569000', '125613.571000', '125613.574000', '125613.576000', '125613.579000', '125613.581000', '125613.584000', '125613.586000', '125613.589000', '125613.592000', '125613.594000', '125613.597000', '125613.599000', '125613.602000', '125613.604000', '125613.607000', '125613.610000', '125613.612000', '125613.615000', '125613.617000', '125613.620000', '125613.622000', '125613.625000', '125613.627000', '125613.630000', '125613.632000', '125613.635000', '125613.637000', '125613.640000', '125613.643000', '125613.645000', '125613.648000', '125613.651000', '125613.654000', '125613.657000', '125613.659000', '125633.550000', '125633.553000', '125633.556000', '125633.558000', '125633.561000', '125633.563000', '125633.566000', '125633.568000', '125633.571000', '125633.574000', '125633.576000', '125633.579000', '125633.581000', '125633.584000', '125633.586000', '125633.589000', '125633.592000', '125633.594000', '125633.597000', '125633.599000', '125633.602000', '125633.604000', '125633.607000', '125633.610000', '125633.612000', '125633.615000', '125633.617000', '125633.620000', '125633.622000', '125633.625000', '125633.627000', '125633.630000', '125633.633000', '125633.635000', '125633.638000', '125633.640000', '125633.643000', '125633.645000', '125633.648000', '125633.650000', '125633.653000', '125633.656000', '125633.658000', '125633.661000', '125653.551000', '125653.553000', '125653.556000', '125653.559000', '125653.561000', '125653.564000', '125653.566000', '125653.569000', '125653.571000', '125653.574000', '125653.577000', '125653.579000', '125653.582000', '125653.584000', '125653.587000', '125653.590000', '125653.592000', '125653.595000', '125653.597000', '125653.600000', '125653.602000', '125653.605000', '125653.608000', '125653.610000', '125653.613000', '125653.615000', '125653.618000', '125653.620000', '125653.623000', '125653.626000', '125653.628000', '125653.631000', '125653.633000', '125653.636000', '125653.638000', '125653.641000', '125653.643000', '125653.646000', '125653.648000', '125653.651000', '125653.654000', '125653.656000', '125653.659000', '125713.550000', '125713.553000', '125713.556000', '125713.558000', '125713.561000', '125713.564000', '125713.566000', '125713.569000', '125713.572000', '125713.574000', '125713.577000', '125713.579000', '125713.582000', '125713.584000', '125713.587000', '125713.589000', '125713.592000', '125713.595000', '125713.597000', '125713.600000', '125713.602000', '125713.613000', '125713.616000', '125713.618000', '125713.621000', '125713.623000', '125713.626000', '125713.629000', '125713.631000', '125713.634000', '125713.636000', '125713.639000', '125713.641000', '125713.644000', '125713.646000', '125713.649000', '125713.652000', '125713.654000', '125713.657000', '125713.659000', '125713.662000', '125713.664000', '125713.667000', '125713.669000', '125733.550000', '125733.553000', '125733.556000', '125733.558000', '125733.561000', '125733.563000', '125733.566000', '125733.568000', '125733.571000', '125733.574000', '125733.576000', '125733.579000', '125733.581000', '125733.584000', '125733.586000', '125733.589000', '125733.592000', '125733.594000', '125733.597000', '125733.600000', '125733.602000', '125733.605000', '125733.607000', '125733.610000', '125733.612000', '125733.615000', '125733.617000', '125733.620000', '125733.622000', '125733.625000', '125733.628000', '125733.630000', '125733.633000', '125733.635000', '125733.638000', '125733.640000', '125733.643000', '125733.645000', '125733.648000', '125733.651000', '125733.653000', '125733.656000', '125733.658000', '125753.551000', '125753.553000', '125753.556000', '125753.559000', '125753.561000', '125753.564000', '125753.566000', '125753.569000', '125753.572000', '125753.574000', '125753.577000', '125753.579000', '125753.582000', '125753.584000', '125753.587000', '125753.590000', '125753.592000', '125753.595000', '125753.598000', '125753.600000', '125753.603000', '125753.605000', '125753.608000', '125753.610000', '125753.613000', '125753.616000', '125753.618000', '125753.621000', '125753.623000', '125753.626000', '125753.628000', '125753.631000', '125753.634000', '125753.636000', '125753.639000', '125753.641000', '125753.644000', '125753.646000', '125753.649000', '125753.652000', '125753.654000', '125753.657000', '125753.659000', '125753.662000', '125813.551000', '125813.554000', '125813.557000', '125813.559000', '125813.562000', '125813.565000', '125813.567000', '125813.570000', '125813.572000', '125813.575000', '125813.577000', '125813.580000', '125813.583000', '125813.585000', '125813.588000', '125813.590000', '125813.593000', '125813.595000', '125813.598000', '125813.601000', '125813.603000', '125813.606000', '125813.608000', '125813.611000', '125813.614000', '125813.616000', '125813.619000', '125813.621000', '125813.624000', '125813.626000', '125813.629000', '125813.631000', '125813.634000', '125813.637000', '125813.639000', '125813.642000', '125813.644000', '125813.647000', '125813.649000', '125813.652000', '125813.654000', '125813.657000', '125813.659000', '125833.551000', '125833.553000', '125833.556000', '125833.559000', '125833.561000', '125833.564000', '125833.566000', '125833.569000', '125833.573000', '125833.576000', '125833.578000', '125833.581000', '125833.583000', '125833.586000', '125833.589000', '125833.591000', '125833.594000', '125833.596000', '125833.599000', '125833.602000', '125833.604000', '125833.607000', '125833.609000', '125833.612000', '125833.614000', '125833.617000', '125833.619000', '125833.622000', '125833.624000', '125833.627000', '125833.630000', '125833.632000', '125833.646000', '125833.648000', '125833.651000', '125833.654000', '125833.656000', '125833.659000', '125833.661000', '125833.664000', '125833.666000', '125833.669000', '125833.672000', '125853.551000', '125853.553000', '125853.556000', '125853.559000', '125853.561000', '125853.564000', '125853.566000', '125853.569000', '125853.572000', '125853.574000', '125853.577000', '125853.579000', '125853.582000', '125853.584000', '125853.587000', '125853.590000', '125853.592000', '125853.595000', '125853.597000', '125853.600000', '125853.603000', '125853.605000', '125853.608000', '125853.610000', '125853.613000', '125853.616000', '125853.618000', '125853.621000', '125853.623000', '125853.626000', '125853.628000', '125853.631000', '125853.634000', '125853.636000', '125853.639000', '125853.641000', '125853.644000', '125853.646000', '125853.649000', '125853.651000', '125853.654000', '125853.656000', '125853.659000', '125853.662000', '125913.552000', '125913.555000', '125913.557000', '125913.560000', '125913.562000', '125913.565000', '125913.567000', '125913.570000', '125913.573000', '125913.575000', '125913.578000', '125913.580000', '125913.584000', '125913.586000', '125913.589000', '125913.592000', '125913.594000', '125913.597000', '125913.599000', '125913.602000', '125913.605000', '125913.608000', '125913.610000', '125913.613000', '125913.615000', '125913.618000', '125913.620000', '125913.623000', '125913.626000', '125913.628000', '125913.631000', '125913.633000', '125913.636000', '125913.638000', '125913.641000', '125913.644000', '125913.646000', '125913.649000', '125913.651000', '125913.654000', '125913.656000', '125913.659000', '125913.661000', '125933.550000', '125933.553000', '125933.556000', '125933.558000', '125933.561000', '125933.564000', '125933.566000', '125933.569000', '125933.571000', '125933.574000', '125933.576000', '125933.579000', '125933.581000', '125933.584000', '125933.586000', '125933.589000', '125933.592000', '125933.594000', '125933.597000', '125933.600000', '125933.602000', '125933.605000', '125933.607000', '125933.610000', '125933.612000', '125933.615000', '125933.618000', '125933.620000', '125933.623000', '125933.625000', '125933.628000', '125933.631000', '125933.633000', '125933.636000', '125933.638000', '125933.641000', '125933.643000', '125933.646000', '125933.648000', '125933.651000', '125933.654000', '125933.656000', '125933.659000', '125933.661000', '125953.551000', '125953.554000', '125953.556000', '125953.559000', '125953.561000', '125953.564000', '125953.566000', '125953.569000', '125953.572000', '125953.574000', '125953.577000', '125953.579000', '125953.582000', '125953.585000', '125953.587000', '125953.590000', '125953.593000', '125953.595000', '125953.598000', '125953.600000', '125953.603000', '125953.605000', '125953.608000', '125953.611000', '125953.613000', '125953.616000', '125953.618000', '125953.621000', '125953.624000', '125953.626000', '125953.629000', '125953.631000', '125953.634000', '125953.636000', '125953.639000', '125953.642000', '125953.644000', '125953.647000', '125953.649000', '125953.652000', '125953.654000', '125953.657000', '125953.659000', '125953.673000', '130013.550000', '130013.553000', '130013.556000', '130013.558000', '130013.561000', '130013.563000', '130013.566000', '130013.569000', '130013.571000', '130013.574000', '130013.576000', '130013.579000', '130013.581000', '130013.584000', '130013.586000', '130013.589000', '130013.592000', '130013.594000', '130013.597000', '130013.599000', '130013.602000', '130013.604000', '130013.607000', '130013.609000', '130013.612000', '130013.615000', '130013.617000', '130013.620000', '130013.622000', '130013.625000', '130013.628000', '130013.630000', '130013.633000', '130013.635000', '130013.638000', '130013.641000', '130013.643000', '130013.646000', '130013.648000', '130013.651000', '130013.653000', '130013.656000', '130013.658000', '130020.189000', '130020.192000', '130020.195000', '130020.198000', '130020.201000', '130020.204000', '130020.207000', '130020.210000', '130020.212000', '130020.215000', '130020.219000', '130020.222000', '130020.225000', '130020.228000', '130020.231000'], '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': [10197, 12653, 10402, 12511, 9985, 10903, 15349, 10133, 11673, 9843, 13222, 10103, 12412, 10216, 11619, 9663, 9983, 8747, 9886, 9295, 9915, 9113, 9717, 12677, 10224, 10638, 10139, 12658, 9927, 14724, 10686, 14218, 9826, 12605, 9938, 12213, 15192, 10883, 16056, 10048, 14905, 10218, 13352, 10476, 13542, 9981, 11926, 9711, 10697, 9293, 9806, 11675, 10124, 13486, 9810, 11655, 9770, 11804, 9810, 11110, 9781, 10638, 9065, 10032, 8475, 9944, 8834, 9969, 8992, 10012, 12837, 9948, 12016, 9924, 12813, 9706, 13847, 9835, 15639, 10176, 15136, 10187, 15752, 10495, 14162, 10300, 12681, 11165, 13254, 10563, 11260, 16967, 10624, 15046, 10106, 13961, 10364, 13100, 9878, 11922, 10007, 11405, 9689, 10370, 9094, 9752, 10825, 10009, 11082, 9769, 12058, 9609, 11712, 10130, 12224, 10123, 12262, 9842, 13603, 10331, 14828, 10471, 16375, 12108, 12373, 10392, 10158, 10317, 10379, 9252, 10956, 10011, 10704, 16459, 11519, 17824, 10185, 14273, 10169, 13055, 10249, 12584, 10394, 12782, 10199, 12347, 10318, 12050, 10399, 13000, 10573, 13159, 10923, 12037, 10216, 12328, 10042, 11765, 10079, 12080, 10040, 10876, 8744, 10411, 16177, 10084, 10088, 10230, 14012, 10555, 12779, 10333, 11908, 9709, 10613, 9601, 9979, 9709, 9894, 9125, 10234, 14036, 10219, 10936, 10356, 12589, 10355, 11782, 9957, 11744, 10284, 12518, 10304, 13900, 9922, 13236, 10454, 12341, 9881, 11690, 18945, 10888, 15702, 10147, 14400, 10570, 13614, 10333, 12269, 10038, 11281, 8797, 10192, 13660, 10205, 11591, 10061, 13614, 10450, 13222, 10390, 12614, 10029, 10882, 16420, 10185, 13024, 10136, 12408, 10068, 10720, 9698, 10060, 8646, 9981, 13775, 10173, 11504, 10173, 11816, 9944, 10868, 9361, 10282, 9000, 10351, 13742, 10096, 13330, 10044, 12297, 10526, 12659, 9872, 11927, 10035, 11717, 9801, 12113, 9612, 10961, 14200, 10185, 13295, 9986, 13687, 10135, 12530, 9743, 11450, 10045, 12265, 10156, 11961, 9991, 10823, 9910, 11247, 9781, 11723, 9437, 11504, 9386, 10753, 8397, 11101, 18959, 10643, 16053, 10238, 13944, 10266, 12300, 10017, 11598, 9916, 10119, 8047, 10451, 10550, 10428, 10751, 10178, 12091, 10087, 10492, 10204, 10206, 10239, 10580, 10354, 8295, 10369, 8284, 10301, 15998, 9808, 18448, 11573, 17516, 9669, 11860, 9045, 11698, 11338, 10671, 10078, 9995, 14847, 10175, 13633, 9943, 13628, 9961, 12889, 10080, 12391, 9527, 11016, 8076, 9919, 11838, 9757, 12636, 9421, 11679, 9845, 10910, 9136, 10757, 8380, 10083, 11220, 9927, 12726, 8849, 11320, 9342, 12152, 9856, 11574, 9241, 11072, 9222, 10896, 12933, 10199, 15781, 9824, 12121, 10385, 12395, 9846, 11157, 16488, 10173, 14742, 10059, 13391, 9992, 13242, 9997, 12384, 9871, 10448, 8392, 10214, 14034, 9879, 12702, 10029, 12725, 10152, 11123, 9411, 10557, 9573, 10160, 10888, 10126, 12413, 9834, 12839, 9748, 11770, 9663, 11231, 9605, 12362, 9160, 11561, 9343, 11630, 9655, 11575, 9637, 11003, 17498, 9917, 13132, 9955, 12220, 10016, 11471, 9259, 11491, 10736, 10074, 8374, 9993, 8770, 10110, 13457, 9762, 11549, 10025, 12626, 9620, 11075, 16447, 9962, 12729, 9620, 11543, 9623, 10660, 9290, 11035, 9532, 11790, 9565, 11009, 9549, 12122, 9536, 14332, 13807, 12540, 18686, 9668, 12935, 9435, 12064, 9081, 11720, 8073, 10242, 12943, 9147, 12126, 9630, 11502, 9421, 11659, 9855, 12018, 10133, 11456, 9301, 11871, 9771, 13011, 9748, 12904, 9679, 12099, 11522, 11045, 18352, 9918, 15848, 9830, 13215, 10162, 12005, 9538, 11095, 9369, 10750, 7880, 10382, 9976, 10291, 8378, 10034, 8419, 10677, 12221, 10204, 9309, 10040, 12802, 9645, 12096, 9533, 11761, 9094, 11961, 9727, 11769, 9104, 11877, 9184, 11095, 8517, 10545, 10189, 10395, 8331, 10578, 11639, 10234, 14680, 10809, 12229, 9630, 12358, 10014, 12197, 9121, 11739, 9294, 11402, 8762, 11018, 16794, 10102, 13286, 9811, 13072, 9701, 12286, 9959, 11706, 9597, 11684, 9606, 11214, 9410, 10977, 9439, 10858, 8889, 10647, 14739, 9987, 13647, 9718, 12554, 9732, 11936, 8798, 10926, 8814, 10729, 12757, 9139, 12280, 9856, 11008, 8864, 11592, 8868, 11843, 9207, 11185, 9293, 11163, 9149, 11589, 9157, 11189, 8353, 11338, 8944, 10839, 17141, 11213, 17072, 10426, 16385, 9653, 13277, 11805, 12855, 8157, 11689, 8748, 11377, 15132, 10022, 15505, 11161, 12457, 9410, 12382, 9890, 12019, 9040, 11404, 8719, 10303, 8341, 10952, 8181, 10715, 8930, 10803, 8324, 11265, 13209, 10213, 15006, 9002, 13527, 9320, 12897, 9251, 11657, 8760, 10701, 14101, 9443, 12943, 9367, 12300, 9579, 11495, 8124, 10573, 14628, 9141, 12219, 9361, 12418, 9017, 12187, 9494, 11779, 9089, 11820, 8975, 11193, 9137, 11055, 8871, 11289, 12142, 9598, 13244, 9595, 12020, 9742, 12458, 9565, 11541, 9124, 10945, 8213, 10510, 10643, 9351, 14542, 9327, 9548, 9808, 8252, 10604, 9022, 11112, 9548, 11658, 10803, 11276, 17516, 11306, 18188, 12530, 14416, 10110, 12110, 12377, 11401, 18764, 10714, 15253, 9504, 13141, 9019, 12280, 10480, 11611, 9184, 12579, 9188, 11558, 8456, 10728, 8702, 10803, 8650, 11498, 9435, 12163, 9103, 12067, 9227, 12294, 9388, 12509, 9244, 12191, 10211, 8805, 10714, 9060, 13948, 17770, 12504, 18178, 9217, 13526, 9456, 13789, 10807, 12742, 8933, 11832, 8978, 11915, 11187, 11205, 8408, 11127, 8650, 10822, 12898, 10036, 13396, 9931, 13335, 8881, 12316, 9609, 12226, 8727, 11956, 8579, 10991, 9019, 10788, 13423, 10612, 14051, 9036, 12936, 9145, 12286, 9390, 12465, 9217, 11772, 9219, 12233, 9676, 12126, 9465, 12224, 10046, 12573, 12314, 12225, 11478, 11673, 18693, 11047, 14960, 11106, 13527, 9437, 13297, 9129, 12504, 9470, 11846, 8930, 10789, 9202, 10755, 10511, 10612, 8984, 10689, 14758, 9893, 13295, 10908, 13214, 8995, 13207, 9274, 13736, 10702, 13114, 8879, 12194, 9271, 12250, 18625, 10875, 17921, 11213, 15677, 9271, 12709, 9770, 13234, 10151, 12904, 9073, 12852, 9146, 12766, 9649, 12702, 9005, 11576, 15302, 9649, 13455, 10555, 11873, 8982, 11969, 9103, 12151, 9511, 11832, 8738, 11343, 9146, 11731, 16068, 10374, 14630, 8943, 13875, 9667, 13574, 10293, 11633, 9079, 11057, 9415, 10938, 10070, 10185, 10363, 9243, 13789, 9649, 12333, 9317, 13180, 8873, 13797, 9885, 13046, 9750, 13937, 9693, 13599, 11500, 13989, 10992, 13293, 14121, 10953, 16005, 12037, 16056, 12727, 14658, 9786, 13795, 9833, 14004, 9608, 12705, 9384, 11216, 11685, 9455, 13782, 10289, 12390, 9119, 13170, 9118, 12885, 9035, 12357, 8934, 11869, 8848, 13062, 9758, 13514, 8983, 13359, 15636, 10969, 17587, 12000, 14634, 8906, 13812, 9657, 12440, 14452, 10311, 13058, 8899, 13168, 9154, 13808, 9807, 13074, 9231, 13099, 9817, 13435, 9430, 12476, 9434, 10723, 15956, 10853, 13111, 8830, 12863, 8757, 12842, 10540, 10988, 9001, 10379], 'WindowCenter': [4298.0, 4303.0, 4279.0, 4288.0, 4254.0, 4266.0, 4283.0, 4263.0, 4261.0, 4253.0, 4272.0, 4252.0, 4272.0, 4252.0, 4263.0, 4251.0, 4264.0, 4242.0, 4254.0, 4253.0, 4265.0, 4242.0, 4255.0, 4274.0, 4266.0, 4264.0, 4267.0, 4276.0, 4270.0, 4299.0, 4266.0, 4285.0, 4253.0, 4274.0, 4241.0, 4264.0, 4271.0, 4253.0, 4270.0, 4252.0, 4271.0, 4252.0, 4271.0, 4250.0, 4260.0, 4240.0, 4263.0, 4240.0, 4253.0, 4241.0, 4253.0, 4261.0, 4264.0, 4284.0, 4253.0, 4260.0, 4253.0, 4275.0, 4267.0, 4276.0, 4265.0, 4265.0, 4254.0, 4278.0, 4257.0, 4279.0, 4256.0, 4279.0, 4266.0, 4292.0, 4299.0, 4280.0, 4288.0, 4281.0, 4286.0, 4270.0, 4289.0, 4271.0, 4298.0, 4269.0, 4298.0, 4268.0, 4297.0, 4255.0, 4276.0, 4253.0, 4275.0, 4253.0, 4275.0, 4240.0, 4252.0, 4269.0, 4251.0, 4270.0, 4240.0, 4258.0, 4238.0, 4257.0, 4239.0, 4260.0, 4251.0, 4259.0, 4237.0, 4252.0, 4239.0, 4253.0, 4261.0, 4253.0, 4260.0, 4265.0, 4273.0, 4255.0, 4274.0, 4267.0, 4274.0, 4278.0, 4276.0, 4278.0, 4286.0, 4280.0, 4328.0, 4335.0, 4340.0, 4291.0, 4288.0, 4251.0, 4251.0, 4234.0, 4250.0, 4250.0, 4263.0, 4251.0, 4264.0, 4292.0, 4272.0, 4291.0, 4250.0, 4269.0, 4251.0, 4270.0, 4250.0, 4270.0, 4252.0, 4259.0, 4251.0, 4259.0, 4251.0, 4262.0, 4265.0, 4270.0, 4262.0, 4271.0, 4262.0, 4272.0, 4252.0, 4260.0, 4251.0, 4274.0, 4252.0, 4273.0, 4250.0, 4262.0, 4229.0, 4264.0, 4282.0, 4253.0, 4252.0, 4264.0, 4282.0, 4265.0, 4272.0, 4249.0, 4260.0, 4239.0, 4264.0, 4252.0, 4251.0, 4250.0, 4263.0, 4250.0, 4277.0, 4284.0, 4265.0, 4263.0, 4265.0, 4273.0, 4265.0, 4274.0, 4266.0, 4274.0, 4276.0, 4298.0, 4280.0, 4299.0, 4266.0, 4274.0, 4262.0, 4272.0, 4250.0, 4263.0, 4291.0, 4252.0, 4278.0, 4249.0, 4268.0, 4250.0, 4270.0, 4237.0, 4257.0, 4236.0, 4248.0, 4214.0, 4237.0, 4255.0, 4247.0, 4247.0, 4251.0, 4270.0, 4250.0, 4271.0, 4247.0, 4259.0, 4238.0, 4250.0, 4279.0, 4249.0, 4256.0, 4248.0, 4259.0, 4249.0, 4262.0, 4250.0, 4263.0, 4241.0, 4262.0, 4281.0, 4263.0, 4276.0, 4266.0, 4273.0, 4253.0, 4264.0, 4252.0, 4265.0, 4243.0, 4266.0, 4273.0, 4264.0, 4273.0, 4252.0, 4274.0, 4262.0, 4271.0, 4251.0, 4261.0, 4251.0, 4273.0, 4250.0, 4261.0, 4238.0, 4250.0, 4267.0, 4250.0, 4269.0, 4253.0, 4269.0, 4263.0, 4270.0, 4251.0, 4260.0, 4251.0, 4272.0, 4251.0, 4275.0, 4278.0, 4277.0, 4278.0, 4273.0, 4275.0, 4290.0, 4254.0, 4277.0, 4242.0, 4264.0, 4230.0, 4264.0, 4292.0, 4252.0, 4280.0, 4251.0, 4269.0, 4249.0, 4260.0, 4238.0, 4258.0, 4237.0, 4249.0, 4229.0, 4264.0, 4250.0, 4263.0, 4260.0, 4250.0, 4258.0, 4263.0, 4261.0, 4265.0, 4262.0, 4265.0, 4264.0, 4266.0, 4245.0, 4267.0, 4257.0, 4279.0, 4309.0, 4279.0, 4307.0, 4274.0, 4293.0, 4250.0, 4262.0, 4239.0, 4272.0, 4248.0, 4250.0, 4237.0, 4249.0, 4269.0, 4251.0, 4267.0, 4239.0, 4266.0, 4237.0, 4256.0, 4236.0, 4259.0, 4236.0, 4248.0, 4216.0, 4249.0, 4259.0, 4251.0, 4270.0, 4251.0, 4258.0, 4250.0, 4260.0, 4250.0, 4273.0, 4243.0, 4266.0, 4273.0, 4276.0, 4296.0, 4256.0, 4274.0, 4253.0, 4284.0, 4264.0, 4276.0, 4255.0, 4276.0, 4254.0, 4279.0, 4283.0, 4265.0, 4296.0, 4254.0, 4272.0, 4251.0, 4272.0, 4249.0, 4263.0, 4281.0, 4251.0, 4269.0, 4250.0, 4270.0, 4250.0, 4271.0, 4250.0, 4272.0, 4237.0, 4251.0, 4227.0, 4251.0, 4270.0, 4250.0, 4257.0, 4248.0, 4270.0, 4262.0, 4271.0, 4240.0, 4261.0, 4249.0, 4262.0, 4261.0, 4265.0, 4273.0, 4264.0, 4270.0, 4265.0, 4285.0, 4264.0, 4275.0, 4264.0, 4284.0, 4252.0, 4274.0, 4254.0, 4275.0, 4252.0, 4273.0, 4251.0, 4264.0, 4292.0, 4265.0, 4282.0, 4250.0, 4260.0, 4248.0, 4259.0, 4237.0, 4272.0, 4247.0, 4249.0, 4228.0, 4251.0, 4238.0, 4262.0, 4281.0, 4252.0, 4260.0, 4263.0, 4274.0, 4250.0, 4263.0, 4279.0, 4254.0, 4272.0, 4253.0, 4273.0, 4252.0, 4260.0, 4252.0, 4273.0, 4278.0, 4288.0, 4268.0, 4277.0, 4278.0, 4285.0, 4267.0, 4298.0, 4271.0, 4272.0, 4292.0, 4252.0, 4271.0, 4250.0, 4271.0, 4240.0, 4271.0, 4228.0, 4251.0, 4268.0, 4252.0, 4271.0, 4250.0, 4260.0, 4240.0, 4259.0, 4251.0, 4272.0, 4261.0, 4272.0, 4253.0, 4272.0, 4262.0, 4283.0, 4252.0, 4273.0, 4251.0, 4273.0, 4258.0, 4263.0, 4290.0, 4250.0, 4278.0, 4250.0, 4270.0, 4248.0, 4259.0, 4237.0, 4258.0, 4237.0, 4260.0, 4228.0, 4263.0, 4249.0, 4261.0, 4228.0, 4261.0, 4239.0, 4264.0, 4273.0, 4266.0, 4252.0, 4265.0, 4273.0, 4265.0, 4273.0, 4254.0, 4272.0, 4254.0, 4274.0, 4252.0, 4275.0, 4242.0, 4273.0, 4252.0, 4274.0, 4241.0, 4275.0, 4262.0, 4265.0, 4242.0, 4275.0, 4272.0, 4276.0, 4296.0, 4264.0, 4272.0, 4263.0, 4273.0, 4264.0, 4276.0, 4252.0, 4273.0, 4242.0, 4274.0, 4241.0, 4264.0, 4294.0, 4253.0, 4271.0, 4252.0, 4270.0, 4253.0, 4272.0, 4252.0, 4259.0, 4252.0, 4271.0, 4253.0, 4275.0, 4252.0, 4263.0, 4253.0, 4275.0, 4241.0, 4264.0, 4281.0, 4253.0, 4271.0, 4252.0, 4271.0, 4250.0, 4273.0, 4229.0, 4261.0, 4240.0, 4262.0, 4270.0, 4251.0, 4273.0, 4262.0, 4261.0, 4254.0, 4273.0, 4267.0, 4288.0, 4266.0, 4287.0, 4278.0, 4287.0, 4282.0, 4300.0, 4268.0, 4289.0, 4258.0, 4290.0, 4256.0, 4278.0, 4308.0, 4291.0, 4307.0, 4267.0, 4295.0, 4253.0, 4274.0, 4262.0, 4273.0, 4219.0, 4262.0, 4229.0, 4262.0, 4270.0, 4251.0, 4281.0, 4250.0, 4258.0, 4239.0, 4259.0, 4249.0, 4272.0, 4241.0, 4273.0, 4239.0, 4263.0, 4243.0, 4275.0, 4254.0, 4274.0, 4267.0, 4288.0, 4255.0, 4287.0, 4285.0, 4277.0, 4293.0, 4256.0, 4285.0, 4254.0, 4286.0, 4253.0, 4274.0, 4242.0, 4266.0, 4282.0, 4253.0, 4272.0, 4252.0, 4274.0, 4252.0, 4274.0, 4230.0, 4264.0, 4283.0, 4254.0, 4272.0, 4254.0, 4273.0, 4254.0, 4274.0, 4265.0, 4274.0, 4254.0, 4274.0, 4243.0, 4275.0, 4252.0, 4276.0, 4251.0, 4275.0, 4273.0, 4254.0, 4297.0, 4267.0, 4285.0, 4266.0, 4285.0, 4254.0, 4277.0, 4256.0, 4275.0, 4244.0, 4277.0, 4274.0, 4267.0, 4296.0, 4267.0, 4265.0, 4278.0, 4257.0, 4290.0, 4268.0, 4290.0, 4268.0, 4288.0, 4276.0, 4279.0, 4308.0, 4277.0, 4299.0, 4275.0, 4274.0, 4251.0, 4263.0, 4271.0, 4263.0, 4290.0, 4251.0, 4279.0, 4251.0, 4269.0, 4242.0, 4271.0, 4262.0, 4260.0, 4252.0, 4273.0, 4253.0, 4274.0, 4240.0, 4263.0, 4255.0, 4273.0, 4254.0, 4286.0, 4266.0, 4286.0, 4267.0, 4287.0, 4282.0, 4290.0, 4267.0, 4298.0, 4281.0, 4299.0, 4289.0, 4268.0, 4288.0, 4266.0, 4312.0, 4308.0, 4289.0, 4294.0, 4254.0, 4272.0, 4253.0, 4285.0, 4260.0, 4270.0, 4239.0, 4261.0, 4238.0, 4262.0, 4259.0, 4261.0, 4230.0, 4263.0, 4241.0, 4264.0, 4273.0, 4264.0, 4281.0, 4264.0, 4271.0, 4252.0, 4273.0, 4265.0, 4283.0, 4254.0, 4274.0, 4242.0, 4275.0, 4253.0, 4276.0, 4284.0, 4265.0, 4283.0, 4255.0, 4286.0, 4267.0, 4286.0, 4266.0, 4286.0, 4278.0, 4285.0, 4266.0, 4298.0, 4265.0, 4287.0, 4267.0, 4288.0, 4266.0, 4300.0, 4285.0, 4288.0, 4274.0, 4289.0, 4304.0, 4274.0, 4284.0, 4263.0, 4271.0, 4252.0, 4281.0, 4252.0, 4274.0, 4252.0, 4273.0, 4252.0, 4273.0, 4252.0, 4287.0, 4274.0, 4275.0, 4253.0, 4276.0, 4295.0, 4279.0, 4295.0, 4274.0, 4283.0, 4266.0, 4285.0, 4266.0, 4297.0, 4264.0, 4286.0, 4254.0, 4285.0, 4252.0, 4286.0, 4292.0, 4262.0, 4290.0, 4263.0, 4280.0, 4252.0, 4271.0, 4264.0, 4284.0, 4264.0, 4271.0, 4253.0, 4273.0, 4252.0, 4285.0, 4240.0, 4272.0, 4240.0, 4263.0, 4279.0, 4251.0, 4270.0, 4249.0, 4259.0, 4251.0, 4272.0, 4254.0, 4285.0, 4261.0, 4273.0, 4253.0, 4276.0, 4253.0, 4286.0, 4294.0, 4266.0, 4291.0, 4254.0, 4283.0, 4252.0, 4285.0, 4250.0, 4274.0, 4253.0, 4274.0, 4251.0, 4274.0, 4262.0, 4264.0, 4260.0, 4264.0, 4283.0, 4278.0, 4296.0, 4276.0, 4295.0, 4268.0, 4297.0, 4277.0, 4295.0, 4276.0, 4294.0, 4265.0, 4297.0, 4274.0, 4295.0, 4263.0, 4285.0, 4280.0, 4263.0, 4280.0, 4261.0, 4281.0, 4270.0, 4270.0, 4251.0, 4269.0, 4248.0, 4280.0, 4248.0, 4270.0, 4238.0, 4271.0, 4259.0, 4251.0, 4281.0, 4261.0, 4270.0, 4253.0, 4281.0, 4265.0, 4296.0, 4254.0, 4285.0, 4269.0, 4286.0, 4267.0, 4297.0, 4267.0, 4296.0, 4256.0, 4298.0, 4294.0, 4276.0, 4296.0, 4273.0, 4283.0, 4240.0, 4282.0, 4237.0, 4271.0, 4279.0, 4260.0, 4269.0, 4252.0, 4280.0, 4264.0, 4283.0, 4263.0, 4282.0, 4253.0, 4284.0, 4262.0, 4284.0, 4255.0, 4283.0, 4250.0, 4273.0, 4293.0, 4274.0, 4282.0, 4252.0, 4282.0, 4251.0, 4284.0, 4262.0, 4272.0, 4251.0, 4264.0], 'WindowWidth': [9520.0, 9513.0, 9475.0, 9485.0, 9430.0, 9450.0, 9466.0, 9440.0, 9433.0, 9426.0, 9448.0, 9423.0, 9451.0, 9421.0, 9438.0, 9419.0, 9443.0, 9409.0, 9428.0, 9424.0, 9446.0, 9410.0, 9434.0, 9456.0, 9448.0, 9441.0, 9451.0, 9460.0, 9460.0, 9497.0, 9447.0, 9470.0, 9424.0, 9454.0, 9405.0, 9441.0, 9443.0, 9423.0, 9441.0, 9419.0, 9443.0, 9420.0, 9442.0, 9415.0, 9428.0, 9400.0, 9437.0, 9401.0, 9423.0, 9402.0, 9426.0, 9431.0, 9441.0, 9469.0, 9424.0, 9429.0, 9425.0, 9460.0, 9453.0, 9465.0, 9447.0, 9445.0, 9431.0, 9469.0, 9442.0, 9471.0, 9436.0, 9471.0, 9452.0, 9496.0, 9500.0, 9475.0, 9479.0, 9475.0, 9476.0, 9460.0, 9484.0, 9464.0, 9496.0, 9454.0, 9496.0, 9452.0, 9490.0, 9430.0, 9461.0, 9421.0, 9458.0, 9422.0, 9455.0, 9398.0, 9420.0, 9440.0, 9417.0, 9441.0, 9399.0, 9420.0, 9393.0, 9420.0, 9400.0, 9430.0, 9420.0, 9427.0, 9394.0, 9422.0, 9401.0, 9427.0, 9432.0, 9427.0, 9430.0, 9446.0, 9454.0, 9431.0, 9455.0, 9450.0, 9456.0, 9468.0, 9461.0, 9470.0, 9474.0, 9474.0, 9559.0, 9581.0, 9581.0, 9490.0, 9479.0, 9421.0, 9417.0, 9383.0, 9416.0, 9420.0, 9442.0, 9420.0, 9444.0, 9481.0, 9453.0, 9476.0, 9420.0, 9441.0, 9421.0, 9444.0, 9418.0, 9446.0, 9425.0, 9427.0, 9418.0, 9427.0, 9421.0, 9433.0, 9445.0, 9444.0, 9434.0, 9447.0, 9437.0, 9449.0, 9421.0, 9431.0, 9420.0, 9457.0, 9421.0, 9451.0, 9417.0, 9437.0, 9387.0, 9441.0, 9463.0, 9425.0, 9421.0, 9442.0, 9461.0, 9444.0, 9452.0, 9412.0, 9431.0, 9398.0, 9443.0, 9423.0, 9421.0, 9416.0, 9440.0, 9418.0, 9467.0, 9470.0, 9445.0, 9442.0, 9445.0, 9454.0, 9446.0, 9459.0, 9450.0, 9456.0, 9465.0, 9498.0, 9477.0, 9501.0, 9448.0, 9454.0, 9437.0, 9450.0, 9416.0, 9441.0, 9475.0, 9420.0, 9451.0, 9414.0, 9438.0, 9418.0, 9444.0, 9395.0, 9420.0, 9388.0, 9411.0, 9358.0, 9396.0, 9417.0, 9409.0, 9407.0, 9417.0, 9442.0, 9414.0, 9447.0, 9407.0, 9426.0, 9397.0, 9418.0, 9456.0, 9414.0, 9420.0, 9411.0, 9428.0, 9413.0, 9437.0, 9415.0, 9440.0, 9406.0, 9438.0, 9462.0, 9441.0, 9464.0, 9450.0, 9454.0, 9425.0, 9442.0, 9424.0, 9448.0, 9411.0, 9449.0, 9452.0, 9441.0, 9451.0, 9423.0, 9458.0, 9436.0, 9447.0, 9418.0, 9434.0, 9418.0, 9453.0, 9415.0, 9433.0, 9395.0, 9418.0, 9434.0, 9415.0, 9441.0, 9426.0, 9440.0, 9441.0, 9447.0, 9421.0, 9430.0, 9421.0, 9452.0, 9421.0, 9459.0, 9470.0, 9467.0, 9471.0, 9456.0, 9463.0, 9490.0, 9430.0, 9462.0, 9409.0, 9441.0, 9390.0, 9442.0, 9480.0, 9422.0, 9457.0, 9418.0, 9440.0, 9414.0, 9431.0, 9396.0, 9425.0, 9393.0, 9415.0, 9389.0, 9445.0, 9416.0, 9439.0, 9433.0, 9418.0, 9428.0, 9441.0, 9434.0, 9446.0, 9437.0, 9446.0, 9442.0, 9450.0, 9420.0, 9454.0, 9443.0, 9473.0, 9515.0, 9475.0, 9508.0, 9458.0, 9482.0, 9420.0, 9439.0, 9401.0, 9454.0, 9410.0, 9417.0, 9394.0, 9415.0, 9441.0, 9420.0, 9437.0, 9400.0, 9433.0, 9394.0, 9419.0, 9392.0, 9429.0, 9391.0, 9412.0, 9366.0, 9414.0, 9430.0, 9424.0, 9446.0, 9422.0, 9425.0, 9417.0, 9433.0, 9421.0, 9456.0, 9414.0, 9449.0, 9453.0, 9465.0, 9492.0, 9437.0, 9457.0, 9430.0, 9471.0, 9443.0, 9465.0, 9432.0, 9463.0, 9430.0, 9472.0, 9468.0, 9445.0, 9494.0, 9431.0, 9451.0, 9420.0, 9452.0, 9414.0, 9442.0, 9461.0, 9420.0, 9442.0, 9417.0, 9444.0, 9419.0, 9451.0, 9420.0, 9449.0, 9395.0, 9420.0, 9380.0, 9420.0, 9446.0, 9416.0, 9421.0, 9413.0, 9446.0, 9439.0, 9450.0, 9404.0, 9434.0, 9414.0, 9440.0, 9436.0, 9448.0, 9456.0, 9444.0, 9449.0, 9449.0, 9475.0, 9446.0, 9462.0, 9445.0, 9471.0, 9424.0, 9456.0, 9430.0, 9463.0, 9424.0, 9454.0, 9421.0, 9443.0, 9479.0, 9449.0, 9468.0, 9420.0, 9431.0, 9410.0, 9429.0, 9395.0, 9453.0, 9409.0, 9415.0, 9385.0, 9422.0, 9400.0, 9440.0, 9464.0, 9425.0, 9433.0, 9440.0, 9457.0, 9418.0, 9441.0, 9457.0, 9429.0, 9449.0, 9426.0, 9456.0, 9426.0, 9435.0, 9426.0, 9454.0, 9471.0, 9483.0, 9456.0, 9467.0, 9473.0, 9477.0, 9455.0, 9501.0, 9450.0, 9452.0, 9480.0, 9423.0, 9449.0, 9418.0, 9451.0, 9405.0, 9450.0, 9386.0, 9421.0, 9439.0, 9424.0, 9449.0, 9418.0, 9430.0, 9405.0, 9431.0, 9422.0, 9451.0, 9435.0, 9449.0, 9427.0, 9452.0, 9438.0, 9471.0, 9425.0, 9454.0, 9419.0, 9455.0, 9426.0, 9442.0, 9476.0, 9418.0, 9452.0, 9415.0, 9443.0, 9411.0, 9430.0, 9395.0, 9426.0, 9394.0, 9431.0, 9387.0, 9441.0, 9415.0, 9435.0, 9386.0, 9437.0, 9404.0, 9445.0, 9454.0, 9450.0, 9424.0, 9449.0, 9454.0, 9446.0, 9456.0, 9429.0, 9450.0, 9428.0, 9456.0, 9423.0, 9461.0, 9411.0, 9455.0, 9422.0, 9455.0, 9406.0, 9461.0, 9437.0, 9444.0, 9410.0, 9461.0, 9451.0, 9463.0, 9490.0, 9444.0, 9451.0, 9441.0, 9455.0, 9442.0, 9463.0, 9423.0, 9454.0, 9407.0, 9456.0, 9405.0, 9444.0, 9484.0, 9426.0, 9445.0, 9424.0, 9445.0, 9427.0, 9451.0, 9424.0, 9429.0, 9424.0, 9448.0, 9427.0, 9461.0, 9424.0, 9440.0, 9426.0, 9460.0, 9408.0, 9444.0, 9464.0, 9427.0, 9446.0, 9425.0, 9448.0, 9419.0, 9455.0, 9388.0, 9432.0, 9403.0, 9440.0, 9444.0, 9422.0, 9455.0, 9438.0, 9434.0, 9431.0, 9455.0, 9454.0, 9486.0, 9452.0, 9481.0, 9472.0, 9484.0, 9485.0, 9507.0, 9459.0, 9489.0, 9443.0, 9489.0, 9436.0, 9470.0, 9512.0, 9491.0, 9506.0, 9451.0, 9489.0, 9425.0, 9459.0, 9434.0, 9451.0, 9373.0, 9435.0, 9384.0, 9435.0, 9442.0, 9420.0, 9460.0, 9416.0, 9423.0, 9400.0, 9427.0, 9414.0, 9451.0, 9409.0, 9455.0, 9404.0, 9441.0, 9415.0, 9461.0, 9432.0, 9460.0, 9457.0, 9482.0, 9434.0, 9483.0, 9474.0, 9466.0, 9482.0, 9436.0, 9475.0, 9431.0, 9478.0, 9427.0, 9458.0, 9411.0, 9449.0, 9464.0, 9428.0, 9452.0, 9424.0, 9456.0, 9422.0, 9457.0, 9391.0, 9444.0, 9469.0, 9431.0, 9450.0, 9429.0, 9453.0, 9429.0, 9459.0, 9445.0, 9458.0, 9427.0, 9457.0, 9412.0, 9460.0, 9426.0, 9463.0, 9423.0, 9459.0, 9454.0, 9429.0, 9494.0, 9453.0, 9472.0, 9449.0, 9475.0, 9430.0, 9466.0, 9436.0, 9462.0, 9416.0, 9466.0, 9456.0, 9454.0, 9490.0, 9454.0, 9448.0, 9471.0, 9439.0, 9489.0, 9456.0, 9490.0, 9455.0, 9484.0, 9462.0, 9470.0, 9511.0, 9466.0, 9504.0, 9459.0, 9456.0, 9419.0, 9440.0, 9446.0, 9441.0, 9473.0, 9421.0, 9452.0, 9419.0, 9442.0, 9409.0, 9447.0, 9436.0, 9430.0, 9424.0, 9454.0, 9424.0, 9457.0, 9404.0, 9442.0, 9433.0, 9455.0, 9434.0, 9479.0, 9451.0, 9476.0, 9453.0, 9480.0, 9482.0, 9490.0, 9455.0, 9496.0, 9479.0, 9503.0, 9489.0, 9458.0, 9487.0, 9451.0, 9524.0, 9515.0, 9484.0, 9485.0, 9430.0, 9452.0, 9428.0, 9477.0, 9429.0, 9444.0, 9398.0, 9432.0, 9397.0, 9436.0, 9425.0, 9434.0, 9390.0, 9439.0, 9405.0, 9444.0, 9452.0, 9443.0, 9462.0, 9444.0, 9447.0, 9424.0, 9455.0, 9446.0, 9470.0, 9429.0, 9457.0, 9411.0, 9460.0, 9428.0, 9462.0, 9469.0, 9445.0, 9467.0, 9434.0, 9478.0, 9456.0, 9478.0, 9449.0, 9479.0, 9473.0, 9475.0, 9453.0, 9498.0, 9451.0, 9481.0, 9454.0, 9484.0, 9449.0, 9506.0, 9476.0, 9485.0, 9456.0, 9487.0, 9499.0, 9457.0, 9473.0, 9441.0, 9449.0, 9424.0, 9463.0, 9425.0, 9459.0, 9424.0, 9454.0, 9424.0, 9456.0, 9426.0, 9482.0, 9459.0, 9464.0, 9430.0, 9465.0, 9489.0, 9472.0, 9491.0, 9460.0, 9468.0, 9451.0, 9476.0, 9450.0, 9494.0, 9443.0, 9476.0, 9430.0, 9474.0, 9423.0, 9475.0, 9483.0, 9441.0, 9476.0, 9439.0, 9460.0, 9422.0, 9449.0, 9445.0, 9472.0, 9445.0, 9448.0, 9426.0, 9454.0, 9424.0, 9474.0, 9403.0, 9449.0, 9403.0, 9440.0, 9455.0, 9422.0, 9446.0, 9416.0, 9428.0, 9422.0, 9451.0, 9431.0, 9476.0, 9437.0, 9455.0, 9429.0, 9464.0, 9428.0, 9479.0, 9487.0, 9451.0, 9478.0, 9430.0, 9470.0, 9424.0, 9477.0, 9420.0, 9460.0, 9431.0, 9461.0, 9424.0, 9460.0, 9440.0, 9446.0, 9434.0, 9445.0, 9471.0, 9475.0, 9493.0, 9468.0, 9492.0, 9460.0, 9497.0, 9471.0, 9490.0, 9468.0, 9487.0, 9448.0, 9497.0, 9459.0, 9490.0, 9441.0, 9475.0, 9460.0, 9440.0, 9462.0, 9433.0, 9462.0, 9445.0, 9443.0, 9419.0, 9443.0, 9415.0, 9462.0, 9414.0, 9445.0, 9400.0, 9451.0, 9428.0, 9425.0, 9464.0, 9438.0, 9447.0, 9430.0, 9467.0, 9452.0, 9495.0, 9435.0, 9477.0, 9463.0, 9481.0, 9456.0, 9497.0, 9453.0, 9495.0, 9438.0, 9498.0, 9486.0, 9464.0, 9498.0, 9455.0, 9469.0, 9406.0, 9465.0, 9398.0, 9450.0, 9457.0, 9435.0, 9444.0, 9426.0, 9463.0, 9448.0, 9471.0, 9444.0, 9469.0, 9430.0, 9474.0, 9439.0, 9474.0, 9435.0, 9471.0, 9421.0, 9457.0, 9487.0, 9459.0, 9466.0, 9428.0, 9467.0, 9425.0, 9476.0, 9440.0, 9454.0, 9423.0, 9447.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.002632422360248447</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.039138170703933745</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.981571494031094</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3778714955233162</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0247535172642477</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4789</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5648.3955</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10698757154686843</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.211180124223603</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3254932545042473</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2329866740341764</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.475322759165525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.268170330313041</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0136622</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011165234260261059</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024526087567210197</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>966</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.23434609936156</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.4506</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.006</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8599</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298223.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>776.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.6257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.757</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>487.256</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3473.3417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3658.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>78321.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1408.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4467.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.8823</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.16985093103722</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> |