=== 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-0079 --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-0079",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0079_ses-02_task-narratives_acq-mb8_run-03_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-0079_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-03_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-0079/ses-02/func/sub-0079_ses-02_task-narratives_acq-mb8_run-03_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>68d57ddacb40b1d2c8ce54339f4a7393</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:47:47.702500</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.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</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-03_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.0985781</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4175, -7742, -7278, 530, 41, -47, 112, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>09277c9b-ad8a-42f5-b94d-3b8357a512fc||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.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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, 1298]</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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['124747.702500', '124748.162500', '124748.622500', '124749.082500', '124749.542500', '124750.002500', '124750.462500', '124750.922500', '124751.382500', '124751.842500', '124752.302500', '124752.762500', '124753.222500', '124753.682500', '124754.142500', '124754.602500', '124755.062500', '124755.522500', '124755.982500', '124756.442500', '124756.902500', '124757.362500', '124757.822500', '124758.282500', '124758.742500', '124759.202500', '124759.662500', '124800.122500', '124800.582500', '124801.042500', '124801.502500', '124801.962500', '124802.422500', '124802.882500', '124803.342500', '124803.802500', '124804.262500', '124804.722500', '124805.182500', '124805.642500', '124806.102500', '124806.562500', '124807.022500', '124807.482500', '124807.942500', '124808.402500', '124808.862500', '124809.322500', '124809.782500', '124810.242500', '124810.702500', '124811.162500', '124811.622500', '124812.082500', '124812.542500', '124813.002500', '124813.462500', '124813.922500', '124814.382500', '124814.842500', '124815.302500', '124815.762500', '124816.222500', '124816.682500', '124817.142500', '124817.602500', '124818.062500', '124818.522500', '124818.982500', '124819.442500', '124819.902500', '124820.362500', '124820.822500', '124821.282500', '124821.742500', '124822.202500', '124822.662500', '124823.122500', '124823.582500', '124824.042500', '124824.502500', '124824.962500', '124825.422500', '124825.882500', '124826.342500', '124826.802500', '124827.262500', '124827.722500', '124828.182500', '124828.642500', '124829.102500', '124829.562500', '124830.022500', '124830.482500', '124830.942500', '124831.402500', '124831.862500', '124832.322500', '124832.782500', '124833.242500', '124833.702500', '124834.162500', '124834.622500', '124835.082500', '124835.542500', '124836.002500', '124836.462500', '124836.922500', '124837.382500', '124837.842500', '124838.302500', '124838.762500', '124839.222500', '124839.682500', '124840.142500', '124840.602500', '124841.062500', '124841.522500', '124841.982500', '124842.442500', '124842.902500', '124843.362500', '124843.822500', '124844.282500', '124844.742500', '124845.202500', '124845.662500', '124846.122500', '124846.582500', '124847.042500', '124847.502500', '124847.962500', '124848.422500', '124848.882500', '124849.342500', '124849.802500', '124850.262500', '124850.722500', '124851.182500', '124851.642500', '124852.102500', '124852.562500', '124853.022500', '124853.482500', '124853.942500', '124854.402500', '124854.862500', '124855.322500', '124855.782500', '124856.242500', '124856.702500', '124857.162500', '124857.622500', '124858.082500', '124858.542500', '124859.002500', '124859.462500', '124859.922500', '124900.382500', '124900.842500', '124901.302500', '124901.762500', '124902.222500', '124902.682500', '124903.142500', '124903.602500', '124904.062500', '124904.522500', '124904.982500', '124905.442500', '124905.902500', '124906.362500', '124906.822500', '124907.282500', '124907.742500', '124908.202500', '124908.662500', '124909.122500', '124909.582500', '124910.042500', '124910.502500', '124910.962500', '124911.422500', '124911.882500', '124912.342500', '124912.802500', '124913.262500', '124913.722500', '124914.182500', '124914.642500', '124915.102500', '124915.562500', '124916.022500', '124916.482500', '124916.942500', '124917.402500', '124917.862500', '124918.322500', '124918.782500', '124919.242500', '124919.702500', '124920.162500', '124920.622500', '124921.082500', '124921.542500', '124922.002500', '124922.462500', '124922.922500', '124923.382500', '124923.842500', '124924.302500', '124924.762500', '124925.222500', '124925.682500', '124926.142500', '124926.602500', '124927.062500', '124927.522500', '124927.982500', '124928.442500', '124928.902500', '124929.362500', '124929.822500', '124930.282500', '124930.742500', '124931.202500', '124931.662500', '124932.122500', '124932.582500', '124933.042500', '124933.502500', '124933.962500', '124934.422500', '124934.882500', '124935.342500', '124935.802500', '124936.262500', '124936.722500', '124937.182500', '124937.642500', '124938.102500', '124938.562500', '124939.022500', '124939.482500', '124939.942500', '124940.402500', '124940.862500', '124941.322500', '124941.782500', '124942.242500', '124942.702500', '124943.162500', '124943.622500', '124944.082500', '124944.542500', '124945.002500', '124945.462500', '124945.922500', '124946.382500', '124946.842500', '124947.302500', '124947.762500', '124948.222500', '124948.682500', '124949.142500', '124949.602500', '124950.062500', '124950.522500', '124950.982500', '124951.442500', '124951.902500', '124952.362500', '124952.822500', '124953.282500', '124953.742500', '124954.202500', '124954.662500', '124955.122500', '124955.582500', '124956.042500', '124956.502500', '124956.962500', '124957.422500', '124957.882500', '124958.342500', '124958.802500', '124959.262500', '124959.722500', '125000.182500', '125000.642500', '125001.102500', '125001.562500', '125002.022500', '125002.482500', '125002.942500', '125003.402500', '125003.862500', '125004.322500', '125004.782500', '125005.242500', '125005.702500', '125006.162500', '125006.622500', '125007.082500', '125007.542500', '125008.002500', '125008.462500', '125008.922500', '125009.382500', '125009.842500', '125010.302500', '125010.762500', '125011.222500', '125011.682500', '125012.142500', '125012.602500', '125013.062500', '125013.522500', '125013.982500', '125014.442500', '125014.902500', '125015.362500', '125015.822500', '125016.282500', '125016.742500', '125017.202500', '125017.662500', '125018.122500', '125018.582500', '125019.042500', '125019.502500', '125019.962500', '125020.422500', '125020.882500', '125021.342500', '125021.802500', '125022.262500', '125022.722500', '125023.182500', '125023.642500', '125024.102500', '125024.562500', '125025.022500', '125025.482500', '125025.942500', '125026.402500', '125026.862500', '125027.322500', '125027.782500', '125028.242500', '125028.702500', '125029.162500', '125029.622500', '125030.082500', '125030.542500', '125031.002500', '125031.462500', '125031.922500', '125032.382500', '125032.842500', '125033.302500', '125033.762500', '125034.222500', '125034.682500', '125035.142500', '125035.602500', '125036.062500', '125036.522500', '125036.982500', '125037.442500', '125037.902500', '125038.362500', '125038.822500', '125039.282500', '125039.742500', '125040.202500', '125040.662500', '125041.122500', '125041.582500', '125042.042500', '125042.502500', '125042.962500', '125043.422500', '125043.882500', '125044.342500', '125044.802500', '125045.262500', '125045.722500', '125046.182500', '125046.642500', '125047.102500', '125047.562500', '125048.022500', '125048.482500', '125048.942500', '125049.402500', '125049.862500', '125050.322500', '125050.782500', '125051.242500', '125051.702500', '125052.162500', '125052.622500', '125053.082500', '125053.542500', '125054.002500', '125054.462500', '125054.922500', '125055.382500', '125055.842500', '125056.302500', '125056.762500', '125057.222500', '125057.682500', '125058.142500', '125058.602500', '125059.062500', '125059.522500', '125059.982500', '125100.442500', '125100.902500', '125101.362500', '125101.822500', '125102.282500', '125102.742500', '125103.202500', '125103.662500', '125104.122500', '125104.582500', '125105.042500', '125105.502500', '125105.962500', '125106.422500', '125106.882500', '125107.342500', '125107.802500', '125108.262500', '125108.722500', '125109.182500', '125109.642500', '125110.102500', '125110.562500', '125111.022500', '125111.482500', '125111.942500', '125112.402500', '125112.862500', '125113.322500', '125113.782500', '125114.242500', '125114.702500', '125115.162500', '125115.622500', '125116.082500', '125116.542500', '125117.002500', '125117.462500', '125117.922500', '125118.382500', '125118.842500', '125119.302500', '125119.762500', '125120.222500', '125120.682500', '125121.142500', '125121.602500', '125122.062500', '125122.522500', '125122.982500', '125123.442500', '125123.902500', '125124.362500', '125124.822500', '125125.282500', '125125.742500', '125126.202500', '125126.662500', '125127.122500', '125127.582500', '125128.042500', '125128.502500', '125128.962500', '125129.422500', '125129.882500', '125130.342500', '125130.802500', '125131.262500', '125131.722500', '125132.182500', '125132.642500', '125133.102500', '125133.562500', '125134.022500', '125134.482500', '125134.942500', '125135.402500', '125135.862500', '125136.322500', '125136.782500', '125137.242500', '125137.702500', '125138.162500', '125138.622500', '125139.082500', '125139.542500', '125140.002500', '125140.462500', '125140.922500', '125141.382500', '125141.842500', '125142.302500', '125142.762500', '125143.222500', '125143.682500', '125144.142500', '125144.602500', '125145.062500', '125145.522500', '125145.982500', '125146.442500', '125146.902500', '125147.362500', '125147.822500', '125148.282500', '125148.742500', '125149.202500', '125149.662500', '125150.122500', '125150.582500', '125151.042500', '125151.502500', '125151.962500', '125152.422500', '125152.882500', '125153.342500', '125153.802500', '125154.262500', '125154.722500', '125155.182500', '125155.642500', '125156.102500', '125156.562500', '125157.022500', '125157.482500', '125157.942500', '125158.402500', '125158.862500', '125159.322500', '125159.782500', '125200.242500', '125200.702500', '125201.162500', '125201.622500', '125202.082500', '125202.542500', '125203.002500', '125203.462500', '125203.922500', '125204.382500', '125204.842500', '125205.302500', '125205.762500', '125206.222500', '125206.682500', '125207.142500', '125207.602500', '125208.062500', '125208.522500', '125208.982500', '125209.442500', '125209.902500', '125210.362500', '125210.822500', '125211.282500', '125211.742500', '125212.202500', '125212.662500', '125213.122500', '125213.582500', '125214.042500', '125214.502500', '125214.962500', '125215.422500', '125215.882500', '125216.342500', '125216.802500', '125217.262500', '125217.722500', '125218.182500', '125218.642500', '125219.102500', '125219.562500', '125220.022500', '125220.482500', '125220.942500', '125221.402500', '125221.862500', '125222.322500', '125222.782500', '125223.242500', '125223.702500', '125224.162500', '125224.622500', '125225.082500', '125225.542500', '125226.002500', '125226.462500', '125226.922500', '125227.382500', '125227.842500', '125228.302500', '125228.762500', '125229.222500', '125229.682500', '125230.142500', '125230.602500', '125231.062500', '125231.522500', '125231.982500', '125232.442500', '125232.902500', '125233.362500', '125233.822500', '125234.282500', '125234.742500', '125235.202500', '125235.662500', '125236.122500', '125236.582500', '125237.042500', '125237.502500', '125237.962500', '125238.422500', '125238.882500', '125239.342500', '125239.802500', '125240.262500', '125240.722500', '125241.182500', '125241.642500', '125242.102500', '125242.562500', '125243.022500', '125243.482500', '125243.942500', '125244.402500', '125244.862500', '125245.322500', '125245.782500', '125246.242500', '125246.702500', '125247.162500', '125247.622500', '125248.082500', '125248.542500', '125249.002500', '125249.462500', '125249.922500', '125250.382500', '125250.842500', '125251.302500', '125251.762500', '125252.222500', '125252.682500', '125253.142500', '125253.602500', '125254.062500', '125254.522500', '125254.982500', '125255.442500', '125255.902500', '125256.362500', '125256.822500', '125257.282500', '125257.742500', '125258.202500', '125258.662500', '125259.122500', '125259.582500', '125300.042500', '125300.502500', '125300.962500', '125301.422500', '125301.882500', '125302.342500', '125302.802500', '125303.262500', '125303.722500', '125304.182500', '125304.642500', '125305.102500', '125305.562500', '125306.022500', '125306.482500', '125306.942500', '125307.402500', '125307.862500', '125308.322500', '125308.782500', '125309.242500', '125309.702500', '125310.162500', '125310.622500', '125311.082500', '125311.542500', '125312.002500', '125312.462500', '125312.922500', '125313.382500', '125313.842500', '125314.302500', '125314.762500', '125315.222500', '125315.682500', '125316.142500', '125316.602500', '125317.062500', '125317.522500', '125317.982500', '125318.442500', '125318.902500', '125319.362500', '125319.822500', '125320.282500', '125320.742500', '125321.202500', '125321.662500', '125322.122500', '125322.582500', '125323.042500', '125323.502500', '125323.962500', '125324.422500', '125324.882500', '125325.342500', '125325.802500', '125326.262500', '125326.722500', '125327.182500', '125327.642500', '125328.102500', '125328.562500', '125329.022500', '125329.482500', '125329.942500', '125330.402500', '125330.862500', '125331.322500', '125331.782500', '125332.242500', '125332.702500', '125333.162500', '125333.622500', '125334.082500', '125334.542500', '125335.002500', '125335.462500', '125335.922500', '125336.382500', '125336.842500', '125337.302500', '125337.762500', '125338.222500', '125338.682500', '125339.142500', '125339.602500', '125340.062500', '125340.522500', '125340.982500', '125341.442500', '125341.902500', '125342.362500', '125342.822500', '125343.282500', '125343.742500', '125344.202500', '125344.662500', '125345.122500', '125345.582500', '125346.042500', '125346.502500', '125346.962500', '125347.422500', '125347.882500', '125348.342500', '125348.802500', '125349.262500', '125349.722500', '125350.182500', '125350.642500', '125351.102500', '125351.562500', '125352.022500', '125352.482500', '125352.942500', '125353.402500', '125353.862500', '125354.322500', '125354.782500', '125355.242500', '125355.702500', '125356.162500', '125356.622500', '125357.082500', '125357.542500', '125358.002500', '125358.462500', '125358.922500', '125359.382500', '125359.842500', '125400.302500', '125400.762500', '125401.222500', '125401.682500', '125402.142500', '125402.602500', '125403.062500', '125403.522500', '125403.982500', '125404.442500', '125404.902500', '125405.362500', '125405.822500', '125406.282500', '125406.742500', '125407.202500', '125407.662500', '125408.122500', '125408.582500', '125409.042500', '125409.502500', '125409.962500', '125410.422500', '125410.882500', '125411.342500', '125411.802500', '125412.262500', '125412.722500', '125413.182500', '125413.642500', '125414.102500', '125414.562500', '125415.022500', '125415.482500', '125415.942500', '125416.402500', '125416.862500', '125417.322500', '125417.782500', '125418.242500', '125418.702500', '125419.162500', '125419.622500', '125420.082500', '125420.542500', '125421.002500', '125421.462500', '125421.922500', '125422.382500', '125422.842500', '125423.302500', '125423.762500', '125424.222500', '125424.682500', '125425.142500', '125425.602500', '125426.062500', '125426.522500', '125426.982500', '125427.442500', '125427.902500', '125428.362500', '125428.822500', '125429.282500', '125429.742500', '125430.202500', '125430.662500', '125431.122500', '125431.582500', '125432.042500', '125432.502500', '125432.962500', '125433.422500', '125433.882500', '125434.342500', '125434.802500', '125435.262500', '125435.722500', '125436.182500', '125436.642500', '125437.102500', '125437.562500', '125438.022500', '125438.482500', '125438.942500', '125439.402500', '125439.862500', '125440.322500', '125440.782500', '125441.242500', '125441.702500', '125442.162500', '125442.622500', '125443.082500', '125443.542500', '125444.002500', '125444.462500', '125444.922500', '125445.382500', '125445.842500', '125446.302500', '125446.762500', '125447.222500', '125447.682500', '125448.142500', '125448.602500', '125449.062500', '125449.522500', '125449.982500', '125450.442500', '125450.902500', '125451.362500', '125451.822500', '125452.282500', '125452.742500', '125453.202500', '125453.662500', '125454.122500', '125454.582500', '125455.042500', '125455.502500', '125455.962500', '125456.422500', '125456.882500', '125457.342500', '125457.802500', '125458.262500', '125458.722500', '125459.182500', '125459.642500', '125500.102500', '125500.562500', '125501.022500', '125501.482500', '125501.942500', '125502.402500', '125502.862500', '125503.322500', '125503.782500', '125504.242500', '125504.702500', '125505.162500', '125505.622500', '125506.082500', '125506.542500', '125507.002500', '125507.462500', '125507.922500', '125508.382500', '125508.842500', '125509.302500', '125509.762500', '125510.222500', '125510.682500', '125511.142500', '125511.602500', '125512.062500', '125512.522500', '125512.982500', '125513.442500', '125513.902500', '125514.362500', '125514.822500', '125515.282500', '125515.742500', '125516.202500', '125516.662500', '125517.122500', '125517.582500', '125518.042500', '125518.502500', '125518.962500', '125519.422500', '125519.882500', '125520.342500', '125520.802500', '125521.262500', '125521.722500', '125522.182500', '125522.642500', '125523.102500', '125523.562500', '125524.022500', '125524.482500', '125524.942500', '125525.402500', '125525.862500', '125526.322500', '125526.782500', '125527.242500', '125527.702500', '125528.162500', '125528.622500', '125529.082500', '125529.542500', '125530.002500', '125530.462500', '125530.922500', '125531.382500', '125531.842500', '125532.302500', '125532.762500', '125533.222500', '125533.682500', '125534.142500', '125534.602500', '125535.062500', '125535.522500', '125535.982500', '125536.442500', '125536.902500', '125537.362500', '125537.822500', '125538.282500', '125538.742500', '125539.202500', '125539.662500', '125540.122500', '125540.582500', '125541.042500', '125541.502500', '125541.962500', '125542.422500', '125542.882500', '125543.342500', '125543.802500', '125544.262500', '125544.722500', '125545.182500', '125545.642500', '125546.102500', '125546.562500', '125547.022500', '125547.482500', '125547.942500', '125548.402500', '125548.862500', '125549.322500', '125549.782500', '125550.242500', '125550.702500', '125551.162500', '125551.622500', '125552.082500', '125552.542500', '125553.002500', '125553.462500', '125553.922500', '125554.382500', '125554.842500', '125555.302500', '125555.762500', '125556.222500', '125556.682500', '125557.142500', '125557.602500', '125558.062500', '125558.522500', '125558.982500', '125559.442500', '125559.902500', '125600.362500', '125600.822500', '125601.282500', '125601.742500', '125602.202500', '125602.662500', '125603.122500', '125603.582500', '125604.042500', '125604.502500', '125604.962500', '125605.422500', '125605.882500', '125606.342500', '125606.802500', '125607.262500', '125607.722500', '125608.182500', '125608.642500', '125609.102500', '125609.562500', '125610.022500', '125610.482500', '125610.942500', '125611.402500', '125611.862500', '125612.322500', '125612.782500', '125613.242500', '125613.702500', '125614.162500', '125614.622500', '125615.082500', '125615.542500', '125616.002500', '125616.462500', '125616.922500', '125617.382500', '125617.842500', '125618.302500', '125618.762500', '125619.222500', '125619.682500', '125620.142500', '125620.602500', '125621.062500', '125621.522500', '125621.982500', '125622.442500', '125622.902500', '125623.362500', '125623.822500', '125624.282500', '125624.742500', '125625.202500', '125625.662500', '125626.122500', '125626.582500', '125627.042500', '125627.502500', '125627.962500', '125628.422500', '125628.882500', '125629.342500', '125629.802500', '125630.262500', '125630.722500', '125631.182500', '125631.642500', '125632.102500', '125632.562500', '125633.022500', '125633.482500', '125633.942500', '125634.402500', '125634.862500', '125635.322500', '125635.782500', '125636.242500', '125636.702500', '125637.162500', '125637.622500', '125638.082500', '125638.542500', '125639.002500', '125639.462500', '125639.922500', '125640.382500', '125640.842500', '125641.302500', '125641.762500', '125642.222500', '125642.682500', '125643.142500', '125643.602500', '125644.062500', '125644.522500', '125644.982500', '125645.442500', '125645.902500', '125646.362500', '125646.822500', '125647.282500', '125647.742500', '125648.202500', '125648.662500', '125649.122500', '125649.582500', '125650.042500', '125650.502500', '125650.962500', '125651.422500', '125651.882500', '125652.342500', '125652.802500', '125653.262500', '125653.722500', '125654.182500', '125654.642500', '125655.102500', '125655.562500', '125656.022500', '125656.482500', '125656.942500', '125657.402500', '125657.862500', '125658.322500', '125658.782500', '125659.242500', '125659.702500', '125700.162500', '125700.622500', '125701.082500', '125701.542500', '125702.002500', '125702.462500', '125702.922500', '125703.382500', '125703.842500', '125704.302500', '125704.762500', '125705.222500', '125705.682500', '125706.142500', '125706.602500', '125707.062500', '125707.522500', '125707.982500', '125708.442500', '125708.902500', '125709.362500', '125709.822500', '125710.282500', '125710.742500', '125711.202500', '125711.662500', '125712.122500', '125712.582500', '125713.042500', '125713.502500', '125713.962500', '125714.422500', '125714.882500', '125715.342500', '125715.802500', '125716.262500', '125716.722500', '125717.182500', '125717.642500', '125718.102500', '125718.562500', '125719.022500', '125719.482500', '125719.942500', '125720.402500', '125720.862500', '125721.322500', '125721.782500', '125722.242500', '125722.702500', '125723.162500', '125723.622500', '125724.082500', '125724.542500', '125725.002500', '125725.462500', '125725.922500', '125726.382500', '125726.842500', '125727.302500', '125727.762500', '125728.222500', '125728.682500', '125729.142500', '125729.602500', '125730.062500', '125730.522500', '125730.982500', '125731.442500', '125731.902500', '125732.362500', '125732.822500', '125733.282500', '125733.742500', '125734.202500', '125734.662500', '125735.122500', '125735.582500', '125736.042500', '125736.502500', '125736.962500', '125737.422500', '125737.882500', '125738.342500', '125738.802500', '125739.262500', '125739.722500', '125740.182500', '125740.642500', '125741.102500', '125741.562500', '125742.022500', '125742.482500', '125742.942500', '125743.402500', '125743.862500', '125744.322500'], 'ContentTime': ['124816.425000', '124816.428000', '124816.431000', '124816.434000', '124816.436000', '124816.439000', '124816.441000', '124816.444000', '124816.446000', '124816.449000', '124816.452000', '124816.454000', '124816.457000', '124816.467000', '124816.470000', '124816.472000', '124816.475000', '124816.477000', '124816.480000', '124816.483000', '124816.485000', '124816.488000', '124816.490000', '124816.497000', '124816.500000', '124816.502000', '124816.505000', '124816.508000', '124816.510000', '124816.513000', '124816.516000', '124816.518000', '124816.521000', '124816.524000', '124816.526000', '124816.529000', '124816.531000', '124816.534000', '124816.536000', '124816.539000', '124816.542000', '124816.544000', '124816.547000', '124816.550000', '124816.558000', '124816.561000', '124816.563000', '124816.566000', '124816.569000', '124816.571000', '124816.574000', '124816.576000', '124816.579000', '124816.581000', '124816.584000', '124816.620000', '124816.623000', '124816.626000', '124816.628000', '124816.631000', '124836.390000', '124836.393000', '124836.396000', '124836.398000', '124836.401000', '124836.404000', '124836.406000', '124836.409000', '124836.412000', '124836.414000', '124836.417000', '124836.419000', '124836.431000', '124836.433000', '124836.436000', '124836.438000', '124836.442000', '124836.444000', '124836.447000', '124836.450000', '124836.452000', '124836.455000', '124836.458000', '124836.460000', '124836.463000', '124836.466000', '124836.468000', '124836.471000', '124836.473000', '124836.476000', '124836.480000', '124836.483000', '124836.486000', '124836.489000', '124836.491000', '124836.494000', '124836.496000', '124836.499000', '124836.502000', '124836.504000', '124836.507000', '124836.510000', '124836.512000', '124856.391000', '124856.395000', '124856.397000', '124856.400000', '124856.403000', '124856.406000', '124856.408000', '124856.411000', '124856.413000', '124856.416000', '124856.419000', '124856.421000', '124856.424000', '124856.427000', '124856.429000', '124856.432000', '124856.434000', '124856.437000', '124856.440000', '124856.442000', '124856.445000', '124856.447000', '124856.450000', '124856.453000', '124856.455000', '124856.458000', '124856.461000', '124856.463000', '124856.466000', '124856.469000', '124856.471000', '124856.474000', '124856.476000', '124856.479000', '124856.482000', '124856.484000', '124856.487000', '124856.490000', '124856.492000', '124856.495000', '124856.497000', '124856.500000', '124856.503000', '124856.505000', '124916.391000', '124916.394000', '124916.397000', '124916.410000', '124916.413000', '124916.415000', '124916.418000', '124916.421000', '124916.424000', '124916.426000', '124916.429000', '124916.432000', '124916.434000', '124916.437000', '124916.440000', '124916.442000', '124916.445000', '124916.447000', '124916.450000', '124916.453000', '124916.456000', '124916.459000', '124916.462000', '124916.465000', '124916.468000', '124916.471000', '124916.473000', '124916.476000', '124916.478000', '124916.481000', '124916.484000', '124916.487000', '124916.489000', '124916.492000', '124916.495000', '124916.497000', '124916.500000', '124916.502000', '124916.505000', '124916.508000', '124916.510000', '124916.513000', '124916.516000', '124936.391000', '124936.394000', '124936.397000', '124936.399000', '124936.404000', '124936.407000', '124936.409000', '124936.412000', '124936.415000', '124936.417000', '124936.420000', '124936.422000', '124936.425000', '124936.428000', '124936.430000', '124936.433000', '124936.435000', '124936.438000', '124936.441000', '124936.443000', '124936.446000', '124936.448000', '124936.451000', '124936.453000', '124936.456000', '124936.459000', '124936.461000', '124936.464000', '124936.467000', '124936.469000', '124936.472000', '124936.474000', '124936.477000', '124936.479000', '124936.482000', '124936.485000', '124936.487000', '124936.490000', '124936.492000', '124936.495000', '124936.498000', '124936.500000', '124936.503000', '124936.505000', '124956.391000', '124956.394000', '124956.397000', '124956.400000', '124956.403000', '124956.405000', '124956.408000', '124956.411000', '124956.413000', '124956.424000', '124956.436000', '124956.438000', '124956.441000', '124956.444000', '124956.446000', '124956.449000', '124956.451000', '124956.454000', '124956.457000', '124956.459000', '124956.462000', '124956.464000', '124956.467000', '124956.470000', '124956.472000', '124956.475000', '124956.478000', '124956.480000', '124956.483000', '124956.486000', '124956.488000', '124956.491000', '124956.493000', '124956.496000', '124956.499000', '124956.502000', '124956.504000', '124956.507000', '124956.510000', '124956.512000', '124956.515000', '124956.518000', '124956.520000', '125016.391000', '125016.394000', '125016.397000', '125016.400000', '125016.402000', '125016.417000', '125016.419000', '125016.422000', '125016.425000', '125016.427000', '125016.430000', '125016.432000', '125016.435000', '125016.438000', '125016.440000', '125016.443000', '125016.446000', '125016.448000', '125016.451000', '125016.453000', '125016.456000', '125016.459000', '125016.461000', '125016.492000', '125016.495000', '125016.498000', '125016.500000', '125016.503000', '125016.506000', '125016.508000', '125016.511000', '125016.514000', '125016.516000', '125016.519000', '125016.521000', '125016.524000', '125016.527000', '125016.529000', '125016.532000', '125016.534000', '125016.537000', '125016.540000', '125016.542000', '125016.545000', '125036.392000', '125036.395000', '125036.397000', '125036.400000', '125036.402000', '125036.405000', '125036.408000', '125036.410000', '125036.413000', '125036.416000', '125036.418000', '125036.421000', '125036.430000', '125036.432000', '125036.435000', '125036.438000', '125036.440000', '125036.443000', '125036.446000', '125036.448000', '125036.451000', '125036.454000', '125036.456000', '125036.459000', '125036.461000', '125036.464000', '125036.467000', '125036.469000', '125036.472000', '125036.475000', '125036.477000', '125036.480000', '125036.483000', '125036.492000', '125036.495000', '125036.497000', '125036.500000', '125036.503000', '125036.505000', '125036.508000', '125036.511000', '125036.513000', '125036.516000', '125056.390000', '125056.393000', '125056.396000', '125056.399000', '125056.401000', '125056.404000', '125056.407000', '125056.409000', '125056.412000', '125056.414000', '125056.417000', '125056.420000', '125056.422000', '125056.425000', '125056.428000', '125056.430000', '125056.433000', '125056.435000', '125056.438000', '125056.441000', '125056.443000', '125056.446000', '125056.449000', '125056.451000', '125056.454000', '125056.456000', '125056.459000', '125056.462000', '125056.464000', '125056.467000', '125056.470000', '125056.472000', '125056.475000', '125056.477000', '125056.480000', '125056.483000', '125056.486000', '125056.488000', '125056.491000', '125056.493000', '125056.496000', '125056.499000', '125056.501000', '125056.504000', '125116.391000', '125116.394000', '125116.397000', '125116.400000', '125116.402000', '125116.405000', '125116.408000', '125116.410000', '125116.413000', '125116.416000', '125116.418000', '125116.421000', '125116.424000', '125116.426000', '125116.429000', '125116.431000', '125116.434000', '125116.437000', '125116.439000', '125116.442000', '125116.445000', '125116.447000', '125116.450000', '125116.452000', '125116.455000', '125116.458000', '125116.460000', '125116.463000', '125116.466000', '125116.469000', '125116.471000', '125116.474000', '125116.477000', '125116.479000', '125116.482000', '125116.484000', '125116.487000', '125116.490000', '125116.492000', '125116.495000', '125116.498000', '125116.500000', '125116.503000', '125136.392000', '125136.395000', '125136.397000', '125136.400000', '125136.402000', '125136.405000', '125136.408000', '125136.410000', '125136.413000', '125136.416000', '125136.418000', '125136.421000', '125136.423000', '125136.426000', '125136.429000', '125136.431000', '125136.434000', '125136.437000', '125136.439000', '125136.442000', '125136.444000', '125136.447000', '125136.450000', '125136.452000', '125136.455000', '125136.458000', '125136.460000', '125136.463000', '125136.465000', '125136.468000', '125136.491000', '125136.493000', '125136.496000', '125136.499000', '125136.501000', '125136.504000', '125136.506000', '125136.509000', '125136.512000', '125136.514000', '125136.517000', '125136.519000', '125136.522000', '125136.525000', '125156.391000', '125156.394000', '125156.397000', '125156.400000', '125156.402000', '125156.405000', '125156.408000', '125156.410000', '125156.413000', '125156.415000', '125156.418000', '125156.421000', '125156.423000', '125156.426000', '125156.429000', '125156.431000', '125156.434000', '125156.437000', '125156.439000', '125156.442000', '125156.445000', '125156.447000', '125156.450000', '125156.453000', '125156.455000', '125156.458000', '125156.460000', '125156.463000', '125156.466000', '125156.469000', '125156.471000', '125156.474000', '125156.476000', '125156.479000', '125156.482000', '125156.484000', '125156.487000', '125156.489000', '125156.492000', '125156.495000', '125156.497000', '125156.500000', '125156.502000', '125216.391000', '125216.394000', '125216.397000', '125216.400000', '125216.402000', '125216.405000', '125216.408000', '125216.411000', '125216.414000', '125216.417000', '125216.420000', '125216.423000', '125216.425000', '125216.428000', '125216.431000', '125216.433000', '125216.436000', '125216.439000', '125216.441000', '125216.444000', '125216.447000', '125216.449000', '125216.452000', '125216.454000', '125216.457000', '125216.460000', '125216.462000', '125216.465000', '125216.468000', '125216.479000', '125216.481000', '125216.484000', '125216.486000', '125216.489000', '125216.492000', '125216.494000', '125216.497000', '125216.499000', '125216.502000', '125216.505000', '125216.507000', '125216.510000', '125216.513000', '125236.392000', '125236.394000', '125236.397000', '125236.400000', '125236.403000', '125236.405000', '125236.408000', '125236.410000', '125236.413000', '125236.416000', '125236.418000', '125236.421000', '125236.424000', '125236.426000', '125236.429000', '125236.432000', '125236.434000', '125236.437000', '125236.439000', '125236.442000', '125236.445000', '125236.447000', '125236.450000', '125236.453000', '125236.455000', '125236.458000', '125236.460000', '125236.463000', '125236.466000', '125236.468000', '125236.471000', '125236.474000', '125236.476000', '125236.479000', '125236.481000', '125236.484000', '125236.487000', '125236.489000', '125236.492000', '125236.495000', '125236.497000', '125236.500000', '125236.503000', '125236.506000', '125256.391000', '125256.394000', '125256.397000', '125256.400000', '125256.402000', '125256.405000', '125256.407000', '125256.410000', '125256.413000', '125256.415000', '125256.418000', '125256.421000', '125256.423000', '125256.426000', '125256.428000', '125256.431000', '125256.434000', '125256.436000', '125256.439000', '125256.441000', '125256.444000', '125256.447000', '125256.449000', '125256.452000', '125256.455000', '125256.457000', '125256.460000', '125256.462000', '125256.465000', '125256.468000', '125256.470000', '125256.473000', '125256.476000', '125256.478000', '125256.481000', '125256.483000', '125256.486000', '125256.489000', '125256.491000', '125256.494000', '125256.497000', '125256.499000', '125256.502000', '125256.505000', '125316.390000', '125316.393000', '125316.396000', '125316.399000', '125316.401000', '125316.404000', '125316.406000', '125316.409000', '125316.412000', '125316.414000', '125316.417000', '125316.429000', '125316.432000', '125316.435000', '125316.437000', '125316.440000', '125316.442000', '125316.445000', '125316.448000', '125316.450000', '125316.453000', '125316.456000', '125316.459000', '125316.461000', '125316.464000', '125316.466000', '125316.469000', '125316.472000', '125316.474000', '125316.477000', '125316.480000', '125316.482000', '125316.485000', '125316.487000', '125316.490000', '125316.492000', '125316.495000', '125316.498000', '125316.500000', '125316.503000', '125316.505000', '125316.508000', '125316.511000', '125336.391000', '125336.394000', '125336.397000', '125336.400000', '125336.404000', '125336.406000', '125336.409000', '125336.412000', '125336.414000', '125336.417000', '125336.419000', '125336.422000', '125336.425000', '125336.427000', '125336.430000', '125336.433000', '125336.435000', '125336.438000', '125336.441000', '125336.443000', '125336.446000', '125336.448000', '125336.451000', '125336.454000', '125336.456000', '125336.459000', '125336.462000', '125336.464000', '125336.467000', '125336.469000', '125336.472000', '125336.475000', '125336.477000', '125336.480000', '125336.483000', '125336.485000', '125336.488000', '125336.490000', '125336.494000', '125336.496000', '125336.499000', '125336.501000', '125336.504000', '125336.507000', '125356.392000', '125356.394000', '125356.397000', '125356.400000', '125356.402000', '125356.405000', '125356.408000', '125356.410000', '125356.413000', '125356.416000', '125356.418000', '125356.421000', '125356.424000', '125356.428000', '125356.431000', '125356.433000', '125356.436000', '125356.439000', '125356.441000', '125356.444000', '125356.447000', '125356.449000', '125356.452000', '125356.454000', '125356.457000', '125356.460000', '125356.462000', '125356.465000', '125356.468000', '125356.470000', '125356.473000', '125356.475000', '125356.478000', '125356.481000', '125356.483000', '125356.486000', '125356.488000', '125356.491000', '125356.494000', '125356.496000', '125356.499000', '125356.502000', '125356.504000', '125416.392000', '125416.395000', '125416.397000', '125416.400000', '125416.402000', '125416.405000', '125416.408000', '125416.410000', '125416.413000', '125416.426000', '125416.429000', '125416.431000', '125416.434000', '125416.436000', '125416.439000', '125416.442000', '125416.444000', '125416.447000', '125416.450000', '125416.452000', '125416.455000', '125416.457000', '125416.460000', '125416.463000', '125416.465000', '125416.468000', '125416.471000', '125416.473000', '125416.476000', '125416.479000', '125416.481000', '125416.484000', '125416.487000', '125416.489000', '125416.492000', '125416.494000', '125416.497000', '125416.500000', '125416.502000', '125416.505000', '125416.508000', '125416.511000', '125416.513000', '125416.516000', '125436.392000', '125436.395000', '125436.397000', '125436.400000', '125436.403000', '125436.405000', '125436.408000', '125436.411000', '125436.413000', '125436.416000', '125436.419000', '125436.429000', '125436.432000', '125436.434000', '125436.437000', '125436.440000', '125436.443000', '125436.445000', '125436.448000', '125436.450000', '125436.453000', '125436.456000', '125436.468000', '125436.471000', '125436.473000', '125436.476000', '125436.478000', '125436.481000', '125436.484000', '125436.486000', '125436.489000', '125436.492000', '125436.494000', '125436.497000', '125436.500000', '125436.502000', '125436.505000', '125436.507000', '125436.510000', '125436.513000', '125436.515000', '125436.518000', '125436.521000', '125456.392000', '125456.394000', '125456.397000', '125456.400000', '125456.402000', '125456.405000', '125456.408000', '125456.410000', '125456.413000', '125456.416000', '125456.419000', '125456.421000', '125456.424000', '125456.426000', '125456.429000', '125456.432000', '125456.434000', '125456.437000', '125456.440000', '125456.443000', '125456.446000', '125456.448000', '125456.451000', '125456.454000', '125456.457000', '125456.459000', '125456.462000', '125456.464000', '125456.467000', '125456.470000', '125456.472000', '125456.475000', '125456.478000', '125456.480000', '125456.483000', '125456.485000', '125456.488000', '125456.491000', '125456.493000', '125456.496000', '125456.499000', '125456.502000', '125456.504000', '125456.507000', '125516.391000', '125516.394000', '125516.397000', '125516.400000', '125516.402000', '125516.405000', '125516.408000', '125516.410000', '125516.413000', '125516.416000', '125516.418000', '125516.421000', '125516.424000', '125516.426000', '125516.429000', '125516.431000', '125516.434000', '125516.437000', '125516.440000', '125516.443000', '125516.445000', '125516.448000', '125516.451000', '125516.453000', '125516.456000', '125516.458000', '125516.461000', '125516.464000', '125516.466000', '125516.469000', '125516.472000', '125516.474000', '125516.477000', '125516.480000', '125516.483000', '125516.485000', '125516.488000', '125516.491000', '125516.494000', '125516.496000', '125516.499000', '125516.501000', '125516.504000', '125536.391000', '125536.394000', '125536.397000', '125536.399000', '125536.402000', '125536.405000', '125536.407000', '125536.410000', '125536.412000', '125536.415000', '125536.418000', '125536.420000', '125536.423000', '125536.426000', '125536.428000', '125536.431000', '125536.433000', '125536.436000', '125536.439000', '125536.443000', '125536.446000', '125536.449000', '125536.451000', '125536.454000', '125536.457000', '125536.459000', '125536.462000', '125536.465000', '125536.467000', '125536.470000', '125536.472000', '125536.475000', '125536.478000', '125536.480000', '125536.483000', '125536.486000', '125536.488000', '125536.491000', '125536.494000', '125536.496000', '125536.499000', '125536.501000', '125536.504000', '125556.392000', '125556.394000', '125556.397000', '125556.400000', '125556.403000', '125556.405000', '125556.408000', '125556.411000', '125556.413000', '125556.416000', '125556.419000', '125556.421000', '125556.424000', '125556.427000', '125556.429000', '125556.432000', '125556.434000', '125556.437000', '125556.440000', '125556.442000', '125556.457000', '125556.459000', '125556.462000', '125556.465000', '125556.467000', '125556.470000', '125556.473000', '125556.475000', '125556.478000', '125556.480000', '125556.483000', '125556.486000', '125556.488000', '125556.491000', '125556.494000', '125556.496000', '125556.499000', '125556.501000', '125556.504000', '125556.507000', '125556.509000', '125556.512000', '125556.514000', '125556.517000', '125616.392000', '125616.394000', '125616.397000', '125616.400000', '125616.403000', '125616.405000', '125616.408000', '125616.410000', '125616.413000', '125616.416000', '125616.418000', '125616.421000', '125616.424000', '125616.426000', '125616.429000', '125616.431000', '125616.434000', '125616.437000', '125616.439000', '125616.442000', '125616.445000', '125616.447000', '125616.454000', '125616.457000', '125616.460000', '125616.463000', '125616.465000', '125616.468000', '125616.471000', '125616.473000', '125616.476000', '125616.479000', '125616.482000', '125616.485000', '125616.488000', '125616.490000', '125616.493000', '125616.495000', '125616.498000', '125616.501000', '125616.504000', '125616.506000', '125616.509000', '125636.392000', '125636.395000', '125636.398000', '125636.401000', '125636.403000', '125636.406000', '125636.409000', '125636.411000', '125636.414000', '125636.417000', '125636.419000', '125636.422000', '125636.425000', '125636.427000', '125636.430000', '125636.433000', '125636.435000', '125636.438000', '125636.441000', '125636.443000', '125636.446000', '125636.449000', '125636.451000', '125636.454000', '125636.456000', '125636.459000', '125636.462000', '125636.464000', '125636.467000', '125636.469000', '125636.472000', '125636.475000', '125636.477000', '125636.480000', '125636.483000', '125636.486000', '125636.488000', '125636.491000', '125636.493000', '125636.496000', '125636.499000', '125636.501000', '125636.504000', '125636.507000', '125656.392000', '125656.394000', '125656.397000', '125656.400000', '125656.403000', '125656.405000', '125656.408000', '125656.411000', '125656.413000', '125656.416000', '125656.418000', '125656.421000', '125656.424000', '125656.426000', '125656.429000', '125656.432000', '125656.435000', '125656.437000', '125656.440000', '125656.443000', '125656.445000', '125656.448000', '125656.451000', '125656.453000', '125656.456000', '125656.459000', '125656.461000', '125656.464000', '125656.467000', '125656.469000', '125656.472000', '125656.474000', '125656.477000', '125656.480000', '125656.482000', '125656.485000', '125656.488000', '125656.490000', '125656.493000', '125656.495000', '125656.498000', '125656.501000', '125656.503000', '125716.392000', '125716.394000', '125716.410000', '125716.412000', '125716.415000', '125716.418000', '125716.420000', '125716.423000', '125716.426000', '125716.428000', '125716.431000', '125716.433000', '125716.436000', '125716.439000', '125716.441000', '125716.444000', '125716.447000', '125716.449000', '125716.452000', '125716.455000', '125716.457000', '125716.460000', '125716.462000', '125716.465000', '125716.468000', '125716.470000', '125716.473000', '125716.476000', '125716.478000', '125716.481000', '125716.483000', '125716.486000', '125716.489000', '125716.492000', '125716.494000', '125716.497000', '125716.500000', '125716.502000', '125716.505000', '125716.507000', '125716.510000', '125716.513000', '125716.516000', '125716.518000', '125736.392000', '125736.395000', '125736.398000', '125736.400000', '125736.403000', '125736.406000', '125736.408000', '125736.411000', '125736.414000', '125736.416000', '125736.419000', '125736.422000', '125736.424000', '125736.427000', '125736.429000', '125736.432000', '125736.435000', '125736.437000', '125736.440000', '125736.443000', '125736.445000', '125736.448000', '125736.450000', '125736.454000', '125736.457000', '125736.459000', '125736.462000', '125736.465000', '125736.467000', '125736.470000', '125736.473000', '125736.475000', '125736.478000', '125736.481000', '125736.483000', '125736.496000', '125736.499000', '125736.501000', '125736.504000', '125736.507000', '125736.509000', '125736.512000', '125736.515000', '125745.690000', '125745.695000', '125745.697000', '125745.700000', '125745.703000', '125745.706000', '125745.708000', '125745.711000', '125745.714000', '125745.716000', '125745.719000', '125745.722000', '125745.725000', '125745.728000', '125745.732000', '125745.734000', '125745.737000', '125745.740000', '125745.742000', '125745.745000', '125745.748000'], 'InstanceCreationTime': ['124816.425000', '124816.428000', '124816.431000', '124816.434000', '124816.436000', '124816.439000', '124816.441000', '124816.444000', '124816.446000', '124816.449000', '124816.452000', '124816.454000', '124816.457000', '124816.467000', '124816.470000', '124816.472000', '124816.475000', '124816.477000', '124816.480000', '124816.483000', '124816.485000', '124816.488000', '124816.490000', '124816.497000', '124816.500000', '124816.502000', '124816.505000', '124816.508000', '124816.510000', '124816.513000', '124816.516000', '124816.518000', '124816.521000', '124816.524000', '124816.526000', '124816.529000', '124816.531000', '124816.534000', '124816.536000', '124816.539000', '124816.542000', '124816.544000', '124816.547000', '124816.550000', '124816.558000', '124816.561000', '124816.563000', '124816.566000', '124816.569000', '124816.571000', '124816.574000', '124816.576000', '124816.579000', '124816.581000', '124816.584000', '124816.620000', '124816.623000', '124816.626000', '124816.628000', '124816.631000', '124836.390000', '124836.393000', '124836.396000', '124836.398000', '124836.401000', '124836.404000', '124836.406000', '124836.409000', '124836.412000', '124836.414000', '124836.417000', '124836.419000', '124836.431000', '124836.433000', '124836.436000', '124836.438000', '124836.442000', '124836.444000', '124836.447000', '124836.450000', '124836.452000', '124836.455000', '124836.458000', '124836.460000', '124836.463000', '124836.466000', '124836.468000', '124836.471000', '124836.473000', '124836.476000', '124836.480000', '124836.483000', '124836.486000', '124836.489000', '124836.491000', '124836.494000', '124836.496000', '124836.499000', '124836.502000', '124836.504000', '124836.507000', '124836.510000', '124836.512000', '124856.391000', '124856.395000', '124856.397000', '124856.400000', '124856.403000', '124856.406000', '124856.408000', '124856.411000', '124856.413000', '124856.416000', '124856.419000', '124856.421000', '124856.424000', '124856.427000', '124856.429000', '124856.432000', '124856.434000', '124856.437000', '124856.440000', '124856.442000', '124856.445000', '124856.447000', '124856.450000', '124856.453000', '124856.455000', '124856.458000', '124856.461000', '124856.463000', '124856.466000', '124856.469000', '124856.471000', '124856.474000', '124856.476000', '124856.479000', '124856.482000', '124856.484000', '124856.487000', '124856.490000', '124856.492000', '124856.495000', '124856.497000', '124856.500000', '124856.503000', '124856.505000', '124916.391000', '124916.394000', '124916.397000', '124916.410000', '124916.413000', '124916.415000', '124916.418000', '124916.421000', '124916.424000', '124916.426000', '124916.429000', '124916.432000', '124916.434000', '124916.437000', '124916.440000', '124916.442000', '124916.445000', '124916.447000', '124916.450000', '124916.453000', '124916.456000', '124916.459000', '124916.462000', '124916.465000', '124916.468000', '124916.471000', '124916.473000', '124916.476000', '124916.478000', '124916.481000', '124916.484000', '124916.487000', '124916.489000', '124916.492000', '124916.495000', '124916.497000', '124916.500000', '124916.502000', '124916.505000', '124916.508000', '124916.510000', '124916.513000', '124916.516000', '124936.391000', '124936.394000', '124936.397000', '124936.399000', '124936.404000', '124936.407000', '124936.409000', '124936.412000', '124936.415000', '124936.417000', '124936.420000', '124936.422000', '124936.425000', '124936.428000', '124936.430000', '124936.433000', '124936.435000', '124936.438000', '124936.441000', '124936.443000', '124936.446000', '124936.448000', '124936.451000', '124936.453000', '124936.456000', '124936.459000', '124936.461000', '124936.464000', '124936.467000', '124936.469000', '124936.472000', '124936.474000', '124936.477000', '124936.479000', '124936.482000', '124936.485000', '124936.487000', '124936.490000', '124936.492000', '124936.495000', '124936.498000', '124936.500000', '124936.503000', '124936.505000', '124956.391000', '124956.394000', '124956.397000', '124956.400000', '124956.403000', '124956.405000', '124956.408000', '124956.411000', '124956.413000', '124956.424000', '124956.436000', '124956.438000', '124956.441000', '124956.444000', '124956.446000', '124956.449000', '124956.451000', '124956.454000', '124956.457000', '124956.459000', '124956.462000', '124956.464000', '124956.467000', '124956.470000', '124956.472000', '124956.475000', '124956.478000', '124956.480000', '124956.483000', '124956.486000', '124956.488000', '124956.491000', '124956.493000', '124956.496000', '124956.499000', '124956.502000', '124956.504000', '124956.507000', '124956.510000', '124956.512000', '124956.515000', '124956.518000', '124956.520000', '125016.391000', '125016.394000', '125016.397000', '125016.400000', '125016.402000', '125016.417000', '125016.419000', '125016.422000', '125016.425000', '125016.427000', '125016.430000', '125016.432000', '125016.435000', '125016.438000', '125016.440000', '125016.443000', '125016.446000', '125016.448000', '125016.451000', '125016.453000', '125016.456000', '125016.459000', '125016.461000', '125016.492000', '125016.495000', '125016.498000', '125016.500000', '125016.503000', '125016.506000', '125016.508000', '125016.511000', '125016.514000', '125016.516000', '125016.519000', '125016.521000', '125016.524000', '125016.527000', '125016.529000', '125016.532000', '125016.534000', '125016.537000', '125016.540000', '125016.542000', '125016.545000', '125036.392000', '125036.395000', '125036.397000', '125036.400000', '125036.402000', '125036.405000', '125036.408000', '125036.410000', '125036.413000', '125036.416000', '125036.418000', '125036.421000', '125036.430000', '125036.432000', '125036.435000', '125036.438000', '125036.440000', '125036.443000', '125036.446000', '125036.448000', '125036.451000', '125036.454000', '125036.456000', '125036.459000', '125036.461000', '125036.464000', '125036.467000', '125036.469000', '125036.472000', '125036.475000', '125036.477000', '125036.480000', '125036.483000', '125036.492000', '125036.495000', '125036.497000', '125036.500000', '125036.503000', '125036.505000', '125036.508000', '125036.511000', '125036.513000', '125036.516000', '125056.390000', '125056.393000', '125056.396000', '125056.399000', '125056.401000', '125056.404000', '125056.407000', '125056.409000', '125056.412000', '125056.414000', '125056.417000', '125056.420000', '125056.422000', '125056.425000', '125056.428000', '125056.430000', '125056.433000', '125056.435000', '125056.438000', '125056.441000', '125056.443000', '125056.446000', '125056.449000', '125056.451000', '125056.454000', '125056.456000', '125056.459000', '125056.462000', '125056.464000', '125056.467000', '125056.470000', '125056.472000', '125056.475000', '125056.477000', '125056.480000', '125056.483000', '125056.486000', '125056.488000', '125056.491000', '125056.493000', '125056.496000', '125056.499000', '125056.501000', '125056.504000', '125116.391000', '125116.394000', '125116.397000', '125116.400000', '125116.402000', '125116.405000', '125116.408000', '125116.410000', '125116.413000', '125116.416000', '125116.418000', '125116.421000', '125116.424000', '125116.426000', '125116.429000', '125116.431000', '125116.434000', '125116.437000', '125116.439000', '125116.442000', '125116.445000', '125116.447000', '125116.450000', '125116.452000', '125116.455000', '125116.458000', '125116.460000', '125116.463000', '125116.466000', '125116.469000', '125116.471000', '125116.474000', '125116.477000', '125116.479000', '125116.482000', '125116.484000', '125116.487000', '125116.490000', '125116.492000', '125116.495000', '125116.498000', '125116.500000', '125116.503000', '125136.392000', '125136.395000', '125136.397000', '125136.400000', '125136.402000', '125136.405000', '125136.408000', '125136.410000', '125136.413000', '125136.416000', '125136.418000', '125136.421000', '125136.423000', '125136.426000', '125136.429000', '125136.431000', '125136.434000', '125136.437000', '125136.439000', '125136.442000', '125136.444000', '125136.447000', '125136.450000', '125136.452000', '125136.455000', '125136.458000', '125136.460000', '125136.463000', '125136.465000', '125136.468000', '125136.491000', '125136.493000', '125136.496000', '125136.499000', '125136.501000', '125136.504000', '125136.506000', '125136.509000', '125136.512000', '125136.514000', '125136.517000', '125136.519000', '125136.522000', '125136.525000', '125156.391000', '125156.394000', '125156.397000', '125156.400000', '125156.402000', '125156.405000', '125156.408000', '125156.410000', '125156.413000', '125156.415000', '125156.418000', '125156.421000', '125156.423000', '125156.426000', '125156.429000', '125156.431000', '125156.434000', '125156.437000', '125156.439000', '125156.442000', '125156.445000', '125156.447000', '125156.450000', '125156.453000', '125156.455000', '125156.458000', '125156.460000', '125156.463000', '125156.466000', '125156.469000', '125156.471000', '125156.474000', '125156.476000', '125156.479000', '125156.482000', '125156.484000', '125156.487000', '125156.489000', '125156.492000', '125156.495000', '125156.497000', '125156.500000', '125156.502000', '125216.391000', '125216.394000', '125216.397000', '125216.400000', '125216.402000', '125216.405000', '125216.408000', '125216.411000', '125216.414000', '125216.417000', '125216.420000', '125216.423000', '125216.425000', '125216.428000', '125216.431000', '125216.433000', '125216.436000', '125216.439000', '125216.441000', '125216.444000', '125216.447000', '125216.449000', '125216.452000', '125216.454000', '125216.457000', '125216.460000', '125216.462000', '125216.465000', '125216.468000', '125216.479000', '125216.481000', '125216.484000', '125216.486000', '125216.489000', '125216.492000', '125216.494000', '125216.497000', '125216.499000', '125216.502000', '125216.505000', '125216.507000', '125216.510000', '125216.513000', '125236.392000', '125236.394000', '125236.397000', '125236.400000', '125236.403000', '125236.405000', '125236.408000', '125236.410000', '125236.413000', '125236.416000', '125236.418000', '125236.421000', '125236.424000', '125236.426000', '125236.429000', '125236.432000', '125236.434000', '125236.437000', '125236.439000', '125236.442000', '125236.445000', '125236.447000', '125236.450000', '125236.453000', '125236.455000', '125236.458000', '125236.460000', '125236.463000', '125236.466000', '125236.468000', '125236.471000', '125236.474000', '125236.476000', '125236.479000', '125236.481000', '125236.484000', '125236.487000', '125236.489000', '125236.492000', '125236.495000', '125236.497000', '125236.500000', '125236.503000', '125236.506000', '125256.391000', '125256.394000', '125256.397000', '125256.400000', '125256.402000', '125256.405000', '125256.407000', '125256.410000', '125256.413000', '125256.415000', '125256.418000', '125256.421000', '125256.423000', '125256.426000', '125256.428000', '125256.431000', '125256.434000', '125256.436000', '125256.439000', '125256.441000', '125256.444000', '125256.447000', '125256.449000', '125256.452000', '125256.455000', '125256.457000', '125256.460000', '125256.462000', '125256.465000', '125256.468000', '125256.470000', '125256.473000', '125256.476000', '125256.478000', '125256.481000', '125256.483000', '125256.486000', '125256.489000', '125256.491000', '125256.494000', '125256.497000', '125256.499000', '125256.502000', '125256.505000', '125316.390000', '125316.393000', '125316.396000', '125316.399000', '125316.401000', '125316.404000', '125316.406000', '125316.409000', '125316.412000', '125316.414000', '125316.417000', '125316.429000', '125316.432000', '125316.435000', '125316.437000', '125316.440000', '125316.442000', '125316.445000', '125316.448000', '125316.450000', '125316.453000', '125316.456000', '125316.459000', '125316.461000', '125316.464000', '125316.466000', '125316.469000', '125316.472000', '125316.474000', '125316.477000', '125316.480000', '125316.482000', '125316.485000', '125316.487000', '125316.490000', '125316.492000', '125316.495000', '125316.498000', '125316.500000', '125316.503000', '125316.505000', '125316.508000', '125316.511000', '125336.391000', '125336.394000', '125336.397000', '125336.400000', '125336.404000', '125336.406000', '125336.409000', '125336.412000', '125336.414000', '125336.417000', '125336.419000', '125336.422000', '125336.425000', '125336.427000', '125336.430000', '125336.433000', '125336.435000', '125336.438000', '125336.441000', '125336.443000', '125336.446000', '125336.448000', '125336.451000', '125336.454000', '125336.456000', '125336.459000', '125336.462000', '125336.464000', '125336.467000', '125336.469000', '125336.472000', '125336.475000', '125336.477000', '125336.480000', '125336.483000', '125336.485000', '125336.488000', '125336.490000', '125336.494000', '125336.496000', '125336.499000', '125336.501000', '125336.504000', '125336.507000', '125356.392000', '125356.394000', '125356.397000', '125356.400000', '125356.402000', '125356.405000', '125356.408000', '125356.410000', '125356.413000', '125356.416000', '125356.418000', '125356.421000', '125356.424000', '125356.428000', '125356.431000', '125356.433000', '125356.436000', '125356.439000', '125356.441000', '125356.444000', '125356.447000', '125356.449000', '125356.452000', '125356.454000', '125356.457000', '125356.460000', '125356.462000', '125356.465000', '125356.468000', '125356.470000', '125356.473000', '125356.475000', '125356.478000', '125356.481000', '125356.483000', '125356.486000', '125356.488000', '125356.491000', '125356.494000', '125356.496000', '125356.499000', '125356.502000', '125356.504000', '125416.392000', '125416.395000', '125416.397000', '125416.400000', '125416.402000', '125416.405000', '125416.408000', '125416.410000', '125416.413000', '125416.426000', '125416.429000', '125416.431000', '125416.434000', '125416.436000', '125416.439000', '125416.442000', '125416.444000', '125416.447000', '125416.450000', '125416.452000', '125416.455000', '125416.457000', '125416.460000', '125416.463000', '125416.465000', '125416.468000', '125416.471000', '125416.473000', '125416.476000', '125416.479000', '125416.481000', '125416.484000', '125416.487000', '125416.489000', '125416.492000', '125416.494000', '125416.497000', '125416.500000', '125416.502000', '125416.505000', '125416.508000', '125416.511000', '125416.513000', '125416.516000', '125436.392000', '125436.395000', '125436.397000', '125436.400000', '125436.403000', '125436.405000', '125436.408000', '125436.411000', '125436.413000', '125436.416000', '125436.419000', '125436.429000', '125436.432000', '125436.434000', '125436.437000', '125436.440000', '125436.443000', '125436.445000', '125436.448000', '125436.450000', '125436.453000', '125436.456000', '125436.468000', '125436.471000', '125436.473000', '125436.476000', '125436.478000', '125436.481000', '125436.484000', '125436.486000', '125436.489000', '125436.492000', '125436.494000', '125436.497000', '125436.500000', '125436.502000', '125436.505000', '125436.507000', '125436.510000', '125436.513000', '125436.515000', '125436.518000', '125436.521000', '125456.392000', '125456.394000', '125456.397000', '125456.400000', '125456.402000', '125456.405000', '125456.408000', '125456.410000', '125456.413000', '125456.416000', '125456.419000', '125456.421000', '125456.424000', '125456.426000', '125456.429000', '125456.432000', '125456.434000', '125456.437000', '125456.440000', '125456.443000', '125456.446000', '125456.448000', '125456.451000', '125456.454000', '125456.457000', '125456.459000', '125456.462000', '125456.464000', '125456.467000', '125456.470000', '125456.472000', '125456.475000', '125456.478000', '125456.480000', '125456.483000', '125456.485000', '125456.488000', '125456.491000', '125456.493000', '125456.496000', '125456.499000', '125456.502000', '125456.504000', '125456.507000', '125516.391000', '125516.394000', '125516.397000', '125516.400000', '125516.402000', '125516.405000', '125516.408000', '125516.410000', '125516.413000', '125516.416000', '125516.418000', '125516.421000', '125516.424000', '125516.426000', '125516.429000', '125516.431000', '125516.434000', '125516.437000', '125516.440000', '125516.443000', '125516.445000', '125516.448000', '125516.451000', '125516.453000', '125516.456000', '125516.458000', '125516.461000', '125516.464000', '125516.466000', '125516.469000', '125516.472000', '125516.474000', '125516.477000', '125516.480000', '125516.483000', '125516.485000', '125516.488000', '125516.491000', '125516.494000', '125516.496000', '125516.499000', '125516.501000', '125516.504000', '125536.391000', '125536.394000', '125536.397000', '125536.399000', '125536.402000', '125536.405000', '125536.407000', '125536.410000', '125536.412000', '125536.415000', '125536.418000', '125536.420000', '125536.423000', '125536.426000', '125536.428000', '125536.431000', '125536.433000', '125536.436000', '125536.439000', '125536.443000', '125536.446000', '125536.449000', '125536.451000', '125536.454000', '125536.457000', '125536.459000', '125536.462000', '125536.465000', '125536.467000', '125536.470000', '125536.472000', '125536.475000', '125536.478000', '125536.480000', '125536.483000', '125536.486000', '125536.488000', '125536.491000', '125536.494000', '125536.496000', '125536.499000', '125536.501000', '125536.504000', '125556.392000', '125556.394000', '125556.397000', '125556.400000', '125556.403000', '125556.405000', '125556.408000', '125556.411000', '125556.413000', '125556.416000', '125556.419000', '125556.421000', '125556.424000', '125556.427000', '125556.429000', '125556.432000', '125556.434000', '125556.437000', '125556.440000', '125556.442000', '125556.457000', '125556.459000', '125556.462000', '125556.465000', '125556.467000', '125556.470000', '125556.473000', '125556.475000', '125556.478000', '125556.480000', '125556.483000', '125556.486000', '125556.488000', '125556.491000', '125556.494000', '125556.496000', '125556.499000', '125556.501000', '125556.504000', '125556.507000', '125556.509000', '125556.512000', '125556.514000', '125556.517000', '125616.392000', '125616.394000', '125616.397000', '125616.400000', '125616.403000', '125616.405000', '125616.408000', '125616.410000', '125616.413000', '125616.416000', '125616.418000', '125616.421000', '125616.424000', '125616.426000', '125616.429000', '125616.431000', '125616.434000', '125616.437000', '125616.439000', '125616.442000', '125616.445000', '125616.447000', '125616.454000', '125616.457000', '125616.460000', '125616.463000', '125616.465000', '125616.468000', '125616.471000', '125616.473000', '125616.476000', '125616.479000', '125616.482000', '125616.485000', '125616.488000', '125616.490000', '125616.493000', '125616.495000', '125616.498000', '125616.501000', '125616.504000', '125616.506000', '125616.509000', '125636.392000', '125636.395000', '125636.398000', '125636.401000', '125636.403000', '125636.406000', '125636.409000', '125636.411000', '125636.414000', '125636.417000', '125636.419000', '125636.422000', '125636.425000', '125636.427000', '125636.430000', '125636.433000', '125636.435000', '125636.438000', '125636.441000', '125636.443000', '125636.446000', '125636.449000', '125636.451000', '125636.454000', '125636.456000', '125636.459000', '125636.462000', '125636.464000', '125636.467000', '125636.469000', '125636.472000', '125636.475000', '125636.477000', '125636.480000', '125636.483000', '125636.486000', '125636.488000', '125636.491000', '125636.493000', '125636.496000', '125636.499000', '125636.501000', '125636.504000', '125636.507000', '125656.392000', '125656.394000', '125656.397000', '125656.400000', '125656.403000', '125656.405000', '125656.408000', '125656.411000', '125656.413000', '125656.416000', '125656.418000', '125656.421000', '125656.424000', '125656.426000', '125656.429000', '125656.432000', '125656.435000', '125656.437000', '125656.440000', '125656.443000', '125656.445000', '125656.448000', '125656.451000', '125656.453000', '125656.456000', '125656.459000', '125656.461000', '125656.464000', '125656.467000', '125656.469000', '125656.472000', '125656.474000', '125656.477000', '125656.480000', '125656.482000', '125656.485000', '125656.488000', '125656.490000', '125656.493000', '125656.495000', '125656.498000', '125656.501000', '125656.503000', '125716.392000', '125716.394000', '125716.410000', '125716.412000', '125716.415000', '125716.418000', '125716.420000', '125716.423000', '125716.426000', '125716.428000', '125716.431000', '125716.433000', '125716.436000', '125716.439000', '125716.441000', '125716.444000', '125716.447000', '125716.449000', '125716.452000', '125716.455000', '125716.457000', '125716.460000', '125716.462000', '125716.465000', '125716.468000', '125716.470000', '125716.473000', '125716.476000', '125716.478000', '125716.481000', '125716.483000', '125716.486000', '125716.489000', '125716.492000', '125716.494000', '125716.497000', '125716.500000', '125716.502000', '125716.505000', '125716.507000', '125716.510000', '125716.513000', '125716.516000', '125716.518000', '125736.392000', '125736.395000', '125736.398000', '125736.400000', '125736.403000', '125736.406000', '125736.408000', '125736.411000', '125736.414000', '125736.416000', '125736.419000', '125736.422000', '125736.424000', '125736.427000', '125736.429000', '125736.432000', '125736.435000', '125736.437000', '125736.440000', '125736.443000', '125736.445000', '125736.448000', '125736.450000', '125736.454000', '125736.457000', '125736.459000', '125736.462000', '125736.465000', '125736.467000', '125736.470000', '125736.473000', '125736.475000', '125736.478000', '125736.481000', '125736.483000', '125736.496000', '125736.499000', '125736.501000', '125736.504000', '125736.507000', '125736.509000', '125736.512000', '125736.515000', '125745.690000', '125745.695000', '125745.697000', '125745.700000', '125745.703000', '125745.706000', '125745.708000', '125745.711000', '125745.714000', '125745.716000', '125745.719000', '125745.722000', '125745.725000', '125745.728000', '125745.732000', '125745.734000', '125745.737000', '125745.740000', '125745.742000', '125745.745000', '125745.748000'], '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, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [9752, 9289, 8571, 16905, 9921, 10880, 10962, 8477, 14824, 12889, 19474, 12394, 7638, 10966, 7944, 14678, 10232, 14508, 10936, 7426, 13068, 8275, 14599, 9883, 15544, 8596, 7662, 8404, 7548, 13060, 10049, 8156, 11024, 8050, 7617, 8796, 8100, 10838, 9986, 11243, 15810, 8805, 15058, 10236, 15492, 11228, 18354, 9993, 7378, 9000, 8082, 12277, 8615, 8884, 11045, 7734, 7749, 8373, 7637, 15258, 12913, 16869, 11768, 7545, 10865, 7964, 14952, 10296, 16771, 12743, 8065, 10739, 7883, 7279, 9219, 7792, 14227, 10563, 8152, 12984, 8440, 10899, 10994, 14553, 15648, 9189, 13470, 8151, 7494, 12238, 9602, 13009, 11174, 7664, 13302, 9042, 8639, 14958, 10710, 10215, 9224, 7479, 13845, 9346, 15118, 10885, 7574, 10712, 7569, 7641, 9682, 8127, 13596, 11300, 7617, 14591, 9211, 9231, 13716, 9893, 7746, 8119, 7398, 12699, 9321, 14857, 11976, 16234, 9457, 15771, 10978, 15633, 12152, 12467, 10572, 7465, 11109, 7849, 13268, 9400, 13217, 10001, 7602, 11019, 7727, 14949, 10164, 14184, 10662, 7734, 8822, 7515, 7510, 8036, 8902, 15598, 10073, 15454, 13518, 10717, 14903, 13411, 9610, 10936, 7479, 9962, 7857, 11359, 7960, 11612, 7388, 10173, 7378, 14871, 11284, 11993, 9105, 7719, 9998, 7893, 12602, 8828, 15883, 10698, 7791, 8332, 7997, 16456, 13953, 14632, 8704, 7550, 10370, 7571, 13650, 9173, 12279, 13247, 8089, 7799, 9218, 8091, 10955, 10242, 10708, 16212, 11564, 7816, 12935, 9650, 11468, 15289, 8411, 7523, 11896, 7837, 13973, 10367, 8113, 16135, 11141, 7623, 14511, 10026, 7883, 7786, 14661, 11159, 9637, 14632, 9038, 15847, 9611, 15953, 11624, 7845, 8837, 8226, 7341, 9474, 7675, 7858, 12403, 9620, 8637, 15579, 10464, 13659, 10958, 17277, 12713, 12999, 12237, 7735, 12399, 7927, 9189, 9397, 7724, 13629, 7831, 7189, 9680, 7960, 16087, 11111, 8965, 8601, 7607, 12744, 8557, 12022, 10897, 8043, 16193, 12316, 10948, 12159, 8128, 13774, 9758, 13584, 11443, 10459, 18441, 9346, 7322, 12162, 7621, 10575, 9490, 11377, 16024, 9131, 7707, 10033, 8257, 7851, 12598, 8814, 8613, 12372, 8742, 9173, 9149, 7384, 12070, 12128, 12231, 8741, 13552, 7965, 7698, 8493, 7914, 12403, 8585, 7511, 11292, 7970, 13374, 9649, 10710, 13550, 9795, 15602, 9247, 7214, 15655, 13123, 14040, 8326, 7968, 11437, 8630, 7816, 14083, 10854, 13380, 12792, 8414, 11368, 9686, 8795, 14041, 10614, 18186, 13611, 10284, 10529, 8329, 10723, 10763, 12261, 13702, 8463, 7454, 8156, 10877, 8309, 7840, 12107, 9580, 8202, 15527, 12677, 8851, 17244, 11047, 18435, 12264, 15178, 12060, 8697, 12704, 8101, 9636, 8703, 8102, 13862, 9740, 7867, 11854, 8105, 10638, 10058, 10220, 13004, 9938, 15116, 8719, 7476, 10503, 7949, 14475, 9574, 15525, 11609, 8497, 9348, 7595, 7809, 9723, 7944, 15561, 13646, 8140, 9307, 7921, 7731, 10772, 9005, 13482, 10579, 9319, 14085, 10525, 14381, 9928, 7956, 14036, 17243, 12697, 11815, 13441, 8576, 7942, 8148, 7480, 8591, 8244, 7911, 14131, 9023, 9920, 9290, 9165, 11647, 14533, 12298, 10622, 12703, 7964, 12999, 8199, 10464, 8434, 7593, 12181, 9113, 9425, 7906, 8124, 14092, 9741, 11350, 7915, 7431, 9577, 8030, 14240, 9403, 11003, 8264, 7902, 11109, 9026, 12593, 13076, 9077, 7620, 11177, 11393, 18538, 14097, 18759, 9054, 14133, 9066, 8798, 8981, 7522, 10230, 7642, 7653, 9037, 7700, 11132, 8471, 7376, 11206, 8029, 14494, 8604, 11941, 9218, 7311, 10425, 7761, 9494, 7902, 7433, 13409, 8697, 7650, 8589, 7428, 13319, 8551, 14206, 9998, 13474, 8156, 7382, 9500, 7676, 14184, 9623, 7503, 8936, 7568, 10518, 9095, 11239, 12854, 7898, 9510, 8973, 8308, 15853, 12333, 16939, 9272, 11056, 11036, 15864, 13474, 10421, 15427, 8299, 8100, 8585, 9172, 10695, 9274, 15509, 8170, 13607, 10685, 7530, 9091, 7848, 9857, 9617, 13776, 12814, 10578, 17971, 8326, 7426, 9478, 7796, 11181, 8445, 11017, 11166, 9544, 15222, 8325, 7733, 10965, 7733, 14497, 10341, 16384, 12699, 8786, 10694, 8044, 11149, 7964, 14561, 10077, 7715, 8777, 7399, 7719, 7622, 9484, 10072, 9373, 14051, 9500, 16487, 7762, 7872, 9911, 8931, 15008, 10984, 13735, 12439, 7994, 7758, 8573, 7831, 9708, 11045, 11495, 17361, 13225, 13954, 11495, 19491, 13142, 15425, 12384, 8144, 10686, 8131, 10050, 7848, 7461, 10857, 8104, 10240, 9116, 7838, 9063, 7804, 8696, 10719, 9273, 15961, 11672, 8715, 12413, 7597, 7856, 9623, 7852, 15042, 11713, 14334, 16966, 12421, 7800, 11229, 14139, 7523, 8244, 13597, 10584, 7771, 8458, 9898, 8116, 7728, 14229, 11417, 8661, 15291, 11310, 8928, 16632, 12853, 16658, 13542, 8848, 7705, 10266, 8029, 12933, 9269, 11388, 9135, 7663, 9551, 7661, 11265, 8277, 12124, 8968, 7499, 10266, 7824, 7751, 8487, 7831, 11015, 7865, 13136, 8606, 12519, 8854, 12506, 8687, 12691, 9362, 7535, 9840, 7724, 11094, 8273, 10460, 8588, 11575, 8714, 9386, 8243, 14691, 9516, 13678, 10430, 13878, 10274, 8349, 8537, 7672, 9637, 8155, 10071, 7954, 12268, 8151, 11156, 8330, 10814, 8728, 11648, 8626, 11291, 8438, 8225, 8672, 13677, 8807, 11626, 9359, 7831, 10025, 7709, 10331, 8340, 10555, 8375, 14748, 7927, 10151, 8041, 13173, 8666, 11787, 10115, 7676, 9286, 8183, 15459, 16633, 17012, 19413, 9891, 19487, 16131, 15628, 11076, 9984, 9878, 8368, 7559, 9096, 7542, 8876, 8564, 7561, 7510, 9515, 8665, 13313, 15722, 10119, 12233, 8196, 9745, 8559, 10856, 7664, 12965, 8814, 7459, 9617, 7625, 11725, 8369, 15219, 11122, 15662, 11729, 7848, 12285, 8601, 7599, 9151, 7582, 7547, 13180, 9250, 14664, 11461, 7887, 11444, 7715, 13834, 8539, 14016, 9137, 11810, 8165, 7374, 9556, 7685, 7674, 9827, 7796, 8449, 7830, 7406, 11078, 8270, 14363, 11010, 13332, 8910, 7394, 11866, 8351, 13638, 8939, 13938, 10001, 7555, 9141, 7762, 11000, 7973, 12347, 8229, 13366, 12008, 7541, 9156, 7930, 7599, 9047, 7648, 15727, 9894, 7678, 11012, 8312, 11989, 16122, 7818, 8311, 9954, 11936, 14138, 8699, 13189, 8611, 8364, 11212, 8228, 7418, 8987, 7448, 7572, 8667, 7910, 12855, 11041, 7368, 10803, 8015, 13692, 10229, 10495, 10375, 11002, 11388, 10851, 17833, 13514, 10335, 8539, 7510, 10443, 8453, 7707, 15233, 10176, 11804, 9348, 7529, 11506, 13945, 15487, 12025, 15616, 8456, 12301, 8329, 12217, 8396, 7531, 11328, 7489, 7660, 7524, 7717, 9200, 7985, 14047, 10770, 12656, 8892, 7503, 11123, 12591, 10416, 9064, 13145, 7833, 8948, 7814, 7527, 9811, 8155, 16636, 11873, 7356, 11523, 7551, 14288, 9539, 16443, 11384, 7950, 8118, 9299, 8685, 8797, 7547, 7408, 10993, 9080, 12177, 13437, 8353, 13472, 10282, 15158, 12607, 19268, 11816, 7486, 9066, 7666, 10050, 8149, 10541, 8809, 7566, 10291, 7536, 11150, 8021, 8676, 12906, 7953, 8431, 8259, 7542, 10522, 10714, 13356, 11997, 16832, 9133, 11648, 7861, 8122, 8792, 7580, 15612, 8170, 13256, 8002, 14493, 10038, 10760, 9954, 7561, 7529, 7508, 7423, 8783, 10822, 8715, 11775, 13065, 8476, 12314, 7713, 11290, 13868, 12974, 13833, 17352, 11516, 14703, 8483, 12075, 8730, 12560, 9516, 13082, 8354, 7320, 9548, 7658, 9612, 7766, 14427, 9253, 9506, 7940, 8065, 8233, 9991, 8647, 9126, 13181, 7483, 12033, 7886, 12605, 8421, 12770, 9996, 7776, 8206, 7555, 9771, 8148, 11642, 8189, 10966, 8194, 7386, 9540, 7500, 8473, 9917, 9731, 16829, 8864, 15370, 11093, 16195, 11584, 15067, 10644, 7286, 9452, 7673, 9625, 7858, 10882, 16064, 11009, 15814, 8476, 13523, 10036, 14210, 10843, 10852, 11209, 7392, 9946, 7693, 9402, 7848, 9621, 15655, 8313, 13112, 7939, 14420, 9749, 15451, 10628, 8289, 8866, 7564, 10005, 7918, 13086, 9952, 15674, 12018, 8064, 9914, 7915, 11649, 7964, 13096, 9638, 12507, 8164, 7463, 8612, 7749, 10904, 8207, 10255, 9753, 7443, 11198, 7528, 11678, 8306, 17603, 11113, 7565, 8630, 7594, 10992, 8226, 14768, 11748, 10060, 10092, 7558, 8179, 7827, 12184, 9292, 12013, 16826, 11971, 10658, 8589, 13531, 9497, 12754, 14795, 13873, 16835, 8204, 11842, 7874, 10587, 7811, 8161, 12704, 8281, 8275, 7700, 7554, 8530, 11977, 10887, 9941, 13765, 7319, 8469, 7535, 7417, 9355, 8929, 16359, 8105, 7981, 8400, 7631, 10976, 8199, 17073, 12549, 8277, 9327, 7664, 12413, 8449, 16072, 12263, 8539, 9984, 7846, 12836, 8606, 15616, 11742, 10537, 9260, 7553, 10781, 7981, 12833, 10209, 17102, 10485, 11293, 7854, 7598, 8839, 7561, 12979, 7644, 7693, 8069, 7911, 8553, 8972, 17431, 12384, 10195, 11056, 7952, 11032, 9790, 11950, 17779, 9078, 7456, 10731, 7895, 14869, 11533, 16194, 11411, 8902, 12208, 8149, 7717, 8717, 7699, 13454, 10743, 13043, 10000, 14326, 8813, 9552, 9427, 7439, 9180, 7837, 11334, 10092, 15873, 10274, 12602, 7759, 9444, 8014, 10704, 9490, 7442, 11718, 7521, 7653, 7631, 8449, 14317, 14052, 8649, 12089, 16039, 11124, 15462, 8954, 12138, 7777, 11235, 7957, 12518, 9110, 7545, 9155, 7683, 11607, 11501, 9957, 15431, 10344], 'WindowCenter': [4626.0, 4596.0, 4569.0, 4626.0, 4559.0, 4557.0, 4543.0, 4513.0, 4572.0, 4551.0, 4602.0, 4549.0, 4488.0, 4526.0, 4497.0, 4556.0, 4517.0, 4557.0, 4524.0, 4485.0, 4534.0, 4494.0, 4545.0, 4515.0, 4555.0, 4494.0, 4473.0, 4483.0, 4483.0, 4534.0, 4505.0, 4497.0, 4528.0, 4498.0, 4499.0, 4509.0, 4510.0, 4540.0, 4529.0, 4529.0, 4558.0, 4506.0, 4546.0, 4504.0, 4543.0, 4513.0, 4566.0, 4503.0, 4473.0, 4506.0, 4484.0, 4522.0, 4491.0, 4505.0, 4525.0, 4484.0, 4484.0, 4494.0, 4473.0, 4555.0, 4535.0, 4567.0, 4524.0, 4473.0, 4511.0, 4483.0, 4542.0, 4502.0, 4541.0, 4521.0, 4470.0, 4500.0, 4482.0, 4472.0, 4503.0, 4485.0, 4545.0, 4527.0, 4484.0, 4534.0, 4495.0, 4514.0, 4514.0, 4544.0, 4556.0, 4492.0, 4522.0, 4472.0, 4485.0, 4523.0, 4502.0, 4534.0, 4513.0, 4483.0, 4532.0, 4493.0, 4483.0, 4544.0, 4513.0, 4503.0, 4492.0, 4472.0, 4531.0, 4493.0, 4540.0, 4514.0, 4484.0, 4515.0, 4484.0, 4484.0, 4504.0, 4484.0, 4546.0, 4524.0, 4485.0, 4545.0, 4505.0, 4505.0, 4545.0, 4516.0, 4485.0, 4484.0, 4485.0, 4536.0, 4505.0, 4545.0, 4537.0, 4554.0, 4504.0, 4543.0, 4513.0, 4543.0, 4521.0, 4524.0, 4502.0, 4472.0, 4511.0, 4483.0, 4532.0, 4492.0, 4533.0, 4503.0, 4483.0, 4512.0, 4485.0, 4544.0, 4503.0, 4533.0, 4515.0, 4483.0, 4494.0, 4485.0, 4487.0, 4497.0, 4507.0, 4571.0, 4517.0, 4558.0, 4535.0, 4515.0, 4543.0, 4546.0, 4502.0, 4513.0, 4472.0, 4502.0, 4483.0, 4512.0, 4485.0, 4513.0, 4474.0, 4503.0, 4486.0, 4545.0, 4514.0, 4525.0, 4492.0, 4473.0, 4502.0, 4483.0, 4523.0, 4493.0, 4554.0, 4514.0, 4484.0, 4508.0, 4512.0, 4570.0, 4559.0, 4547.0, 4497.0, 4486.0, 4516.0, 4485.0, 4535.0, 4493.0, 4525.0, 4536.0, 4483.0, 4486.0, 4505.0, 4483.0, 4514.0, 4516.0, 4529.0, 4571.0, 4526.0, 4484.0, 4535.0, 4517.0, 4527.0, 4544.0, 4483.0, 4475.0, 4525.0, 4474.0, 4533.0, 4502.0, 4483.0, 4554.0, 4514.0, 4474.0, 4544.0, 4503.0, 4484.0, 4484.0, 4545.0, 4513.0, 4492.0, 4532.0, 4482.0, 4541.0, 4493.0, 4542.0, 4510.0, 4471.0, 4478.0, 4478.0, 4471.0, 4515.0, 4485.0, 4482.0, 4535.0, 4507.0, 4508.0, 4556.0, 4516.0, 4534.0, 4514.0, 4554.0, 4520.0, 4521.0, 4512.0, 4473.0, 4520.0, 4471.0, 4491.0, 4503.0, 4482.0, 4534.0, 4472.0, 4462.0, 4503.0, 4484.0, 4557.0, 4528.0, 4493.0, 4482.0, 4474.0, 4524.0, 4496.0, 4536.0, 4514.0, 4498.0, 4567.0, 4540.0, 4514.0, 4536.0, 4495.0, 4533.0, 4502.0, 4530.0, 4510.0, 4511.0, 4565.0, 4506.0, 4487.0, 4536.0, 4472.0, 4513.0, 4516.0, 4528.0, 4556.0, 4505.0, 4472.0, 4503.0, 4484.0, 4483.0, 4524.0, 4495.0, 4492.0, 4523.0, 4494.0, 4504.0, 4505.0, 4474.0, 4525.0, 4524.0, 4511.0, 4482.0, 4522.0, 4471.0, 4471.0, 4481.0, 4483.0, 4525.0, 4496.0, 4475.0, 4525.0, 4485.0, 4535.0, 4506.0, 4515.0, 4546.0, 4506.0, 4555.0, 4503.0, 4500.0, 4582.0, 4550.0, 4534.0, 4483.0, 4485.0, 4526.0, 4495.0, 4486.0, 4546.0, 4526.0, 4547.0, 4535.0, 4496.0, 4525.0, 4505.0, 4497.0, 4546.0, 4528.0, 4582.0, 4537.0, 4515.0, 4504.0, 4485.0, 4527.0, 4527.0, 4526.0, 4533.0, 4482.0, 4475.0, 4485.0, 4525.0, 4496.0, 4497.0, 4537.0, 4516.0, 4496.0, 4554.0, 4535.0, 4493.0, 4553.0, 4512.0, 4552.0, 4512.0, 4530.0, 4510.0, 4469.0, 4507.0, 4467.0, 4489.0, 4493.0, 4481.0, 4530.0, 4517.0, 4485.0, 4521.0, 4482.0, 4501.0, 4503.0, 4503.0, 4532.0, 4502.0, 4543.0, 4493.0, 4472.0, 4512.0, 4484.0, 4544.0, 4517.0, 4581.0, 4538.0, 4495.0, 4505.0, 4487.0, 4499.0, 4517.0, 4498.0, 4569.0, 4562.0, 4487.0, 4507.0, 4495.0, 4484.0, 4529.0, 4508.0, 4547.0, 4517.0, 4506.0, 4547.0, 4516.0, 4546.0, 4505.0, 4484.0, 4545.0, 4578.0, 4537.0, 4524.0, 4534.0, 4521.0, 4480.0, 4470.0, 4471.0, 4481.0, 4497.0, 4499.0, 4547.0, 4494.0, 4502.0, 4493.0, 4490.0, 4513.0, 4532.0, 4511.0, 4500.0, 4520.0, 4469.0, 4519.0, 4480.0, 4501.0, 4482.0, 4471.0, 4524.0, 4511.0, 4507.0, 4486.0, 4483.0, 4547.0, 4506.0, 4527.0, 4498.0, 4485.0, 4515.0, 4481.0, 4531.0, 4490.0, 4511.0, 4506.0, 4484.0, 4525.0, 4506.0, 4546.0, 4561.0, 4528.0, 4519.0, 4536.0, 4535.0, 4589.0, 4543.0, 4574.0, 4492.0, 4531.0, 4490.0, 4490.0, 4491.0, 4483.0, 4511.0, 4482.0, 4482.0, 4504.0, 4495.0, 4524.0, 4507.0, 4485.0, 4536.0, 4496.0, 4556.0, 4507.0, 4536.0, 4516.0, 4484.0, 4514.0, 4494.0, 4514.0, 4496.0, 4484.0, 4571.0, 4508.0, 4498.0, 4506.0, 4497.0, 4547.0, 4507.0, 4557.0, 4517.0, 4545.0, 4494.0, 4486.0, 4514.0, 4496.0, 4554.0, 4515.0, 4484.0, 4504.0, 4495.0, 4527.0, 4543.0, 4550.0, 4572.0, 4510.0, 4518.0, 4518.0, 4519.0, 4579.0, 4550.0, 4579.0, 4517.0, 4538.0, 4527.0, 4555.0, 4544.0, 4514.0, 4543.0, 4492.0, 4482.0, 4493.0, 4505.0, 4525.0, 4503.0, 4555.0, 4519.0, 4570.0, 4526.0, 4485.0, 4504.0, 4496.0, 4517.0, 4516.0, 4545.0, 4535.0, 4515.0, 4566.0, 4482.0, 4473.0, 4504.0, 4496.0, 4525.0, 4496.0, 4524.0, 4523.0, 4518.0, 4556.0, 4494.0, 4484.0, 4523.0, 4485.0, 4544.0, 4514.0, 4565.0, 4534.0, 4492.0, 4511.0, 4481.0, 4511.0, 4483.0, 4541.0, 4502.0, 4470.0, 4490.0, 4472.0, 4483.0, 4496.0, 4516.0, 4516.0, 4505.0, 4558.0, 4505.0, 4565.0, 4485.0, 4484.0, 4515.0, 4505.0, 4555.0, 4514.0, 4545.0, 4537.0, 4497.0, 4495.0, 4504.0, 4497.0, 4517.0, 4536.0, 4537.0, 4568.0, 4546.0, 4544.0, 4524.0, 4575.0, 4532.0, 4541.0, 4524.0, 4482.0, 4501.0, 4482.0, 4503.0, 4494.0, 4472.0, 4524.0, 4484.0, 4527.0, 4506.0, 4485.0, 4506.0, 4498.0, 4508.0, 4527.0, 4518.0, 4581.0, 4554.0, 4520.0, 4549.0, 4500.0, 4498.0, 4517.0, 4511.0, 4595.0, 4565.0, 4573.0, 4596.0, 4560.0, 4510.0, 4553.0, 4572.0, 4498.0, 4494.0, 4545.0, 4527.0, 4483.0, 4482.0, 4502.0, 4496.0, 4483.0, 4543.0, 4511.0, 4494.0, 4540.0, 4510.0, 4490.0, 4551.0, 4520.0, 4550.0, 4517.0, 4479.0, 4481.0, 4499.0, 4479.0, 4519.0, 4487.0, 4510.0, 4487.0, 4467.0, 4487.0, 4468.0, 4508.0, 4494.0, 4520.0, 4491.0, 4470.0, 4513.0, 4498.0, 4495.0, 4504.0, 4493.0, 4536.0, 4494.0, 4545.0, 4493.0, 4531.0, 4502.0, 4544.0, 4504.0, 4532.0, 4503.0, 4482.0, 4513.0, 4495.0, 4535.0, 4504.0, 4525.0, 4507.0, 4536.0, 4516.0, 4516.0, 4506.0, 4555.0, 4516.0, 4544.0, 4524.0, 4544.0, 4516.0, 4493.0, 4503.0, 4493.0, 4515.0, 4494.0, 4515.0, 4495.0, 4547.0, 4494.0, 4523.0, 4506.0, 4525.0, 4506.0, 4524.0, 4508.0, 4524.0, 4494.0, 4493.0, 4504.0, 4545.0, 4506.0, 4523.0, 4516.0, 4485.0, 4513.0, 4483.0, 4524.0, 4496.0, 4524.0, 4494.0, 4557.0, 4495.0, 4515.0, 4496.0, 4547.0, 4506.0, 4536.0, 4526.0, 4495.0, 4542.0, 4536.0, 4597.0, 4596.0, 4591.0, 4589.0, 4515.0, 4586.0, 4556.0, 4546.0, 4500.0, 4490.0, 4489.0, 4480.0, 4483.0, 4502.0, 4468.0, 4487.0, 4476.0, 4480.0, 4482.0, 4513.0, 4505.0, 4559.0, 4569.0, 4517.0, 4525.0, 4482.0, 4491.0, 4467.0, 4486.0, 4455.0, 4505.0, 4476.0, 4457.0, 4487.0, 4468.0, 4510.0, 4480.0, 4540.0, 4509.0, 4528.0, 4508.0, 4482.0, 4507.0, 4480.0, 4468.0, 4489.0, 4468.0, 4470.0, 4519.0, 4490.0, 4529.0, 4510.0, 4469.0, 4507.0, 4458.0, 4518.0, 4466.0, 4517.0, 4475.0, 4495.0, 4467.0, 4457.0, 4488.0, 4470.0, 4481.0, 4502.0, 4481.0, 4492.0, 4484.0, 4483.0, 4524.0, 4494.0, 4544.0, 4525.0, 4533.0, 4492.0, 4472.0, 4522.0, 4492.0, 4531.0, 4493.0, 4542.0, 4500.0, 4482.0, 4491.0, 4481.0, 4510.0, 4483.0, 4521.0, 4493.0, 4548.0, 4533.0, 4496.0, 4503.0, 4497.0, 4497.0, 4518.0, 4497.0, 4566.0, 4528.0, 4500.0, 4539.0, 4521.0, 4563.0, 4583.0, 4501.0, 4521.0, 4519.0, 4536.0, 4548.0, 4495.0, 4534.0, 4493.0, 4493.0, 4513.0, 4507.0, 4497.0, 4520.0, 4499.0, 4509.0, 4518.0, 4497.0, 4551.0, 4529.0, 4487.0, 4525.0, 4496.0, 4545.0, 4516.0, 4512.0, 4502.0, 4514.0, 4509.0, 4499.0, 4550.0, 4518.0, 4498.0, 4477.0, 4483.0, 4513.0, 4481.0, 4470.0, 4542.0, 4501.0, 4522.0, 4491.0, 4472.0, 4511.0, 4530.0, 4530.0, 4509.0, 4529.0, 4469.0, 4508.0, 4469.0, 4507.0, 4480.0, 4468.0, 4511.0, 4470.0, 4482.0, 4482.0, 4483.0, 4502.0, 4483.0, 4532.0, 4515.0, 4533.0, 4492.0, 4472.0, 4512.0, 4522.0, 4501.0, 4480.0, 4522.0, 4471.0, 4490.0, 4471.0, 4482.0, 4503.0, 4483.0, 4553.0, 4523.0, 4473.0, 4522.0, 4484.0, 4543.0, 4503.0, 4553.0, 4512.0, 4482.0, 4484.0, 4506.0, 4506.0, 4504.0, 4496.0, 4485.0, 4524.0, 4506.0, 4535.0, 4534.0, 4494.0, 4532.0, 4503.0, 4531.0, 4521.0, 4563.0, 4510.0, 4471.0, 4489.0, 4473.0, 4501.0, 4483.0, 4512.0, 4493.0, 4483.0, 4500.0, 4484.0, 4524.0, 4495.0, 4494.0, 4535.0, 4484.0, 4494.0, 4495.0, 4483.0, 4515.0, 4513.0, 4534.0, 4524.0, 4555.0, 4493.0, 4512.0, 4482.0, 4484.0, 4493.0, 4483.0, 4555.0, 4494.0, 4533.0, 4484.0, 4546.0, 4504.0, 4512.0, 4504.0, 4485.0, 4484.0, 4484.0, 4485.0, 4508.0, 4527.0, 4507.0, 4537.0, 4549.0, 4497.0, 4537.0, 4486.0, 4525.0, 4545.0, 4534.0, 4533.0, 4566.0, 4523.0, 4543.0, 4493.0, 4523.0, 4494.0, 4522.0, 4503.0, 4535.0, 4482.0, 4472.0, 4501.0, 4472.0, 4491.0, 4472.0, 4543.0, 4503.0, 4502.0, 4483.0, 4481.0, 4482.0, 4502.0, 4494.0, 4508.0, 4534.0, 4486.0, 4523.0, 4485.0, 4548.0, 4496.0, 4522.0, 4503.0, 4472.0, 4482.0, 4497.0, 4516.0, 4496.0, 4523.0, 4508.0, 4525.0, 4483.0, 4484.0, 4504.0, 4487.0, 4497.0, 4517.0, 4517.0, 4566.0, 4505.0, 4545.0, 4513.0, 4553.0, 4513.0, 4542.0, 4502.0, 4473.0, 4502.0, 4484.0, 4504.0, 4484.0, 4513.0, 4555.0, 4513.0, 4543.0, 4482.0, 4532.0, 4503.0, 4531.0, 4511.0, 4512.0, 4512.0, 4472.0, 4501.0, 4483.0, 4492.0, 4483.0, 4503.0, 4555.0, 4494.0, 4533.0, 4483.0, 4544.0, 4504.0, 4542.0, 4513.0, 4482.0, 4492.0, 4483.0, 4503.0, 4485.0, 4534.0, 4504.0, 4554.0, 4525.0, 4483.0, 4502.0, 4483.0, 4523.0, 4484.0, 4534.0, 4504.0, 4534.0, 4482.0, 4473.0, 4494.0, 4496.0, 4525.0, 4496.0, 4516.0, 4516.0, 4485.0, 4524.0, 4486.0, 4524.0, 4494.0, 4567.0, 4525.0, 4484.0, 4493.0, 4484.0, 4514.0, 4495.0, 4543.0, 4525.0, 4505.0, 4514.0, 4485.0, 4494.0, 4486.0, 4535.0, 4505.0, 4524.0, 4567.0, 4524.0, 4514.0, 4494.0, 4534.0, 4493.0, 4522.0, 4543.0, 4532.0, 4552.0, 4482.0, 4511.0, 4482.0, 4512.0, 4472.0, 4482.0, 4533.0, 4482.0, 4482.0, 4472.0, 4472.0, 4494.0, 4523.0, 4513.0, 4503.0, 4533.0, 4472.0, 4481.0, 4484.0, 4485.0, 4504.0, 4494.0, 4555.0, 4484.0, 4484.0, 4483.0, 4486.0, 4515.0, 4495.0, 4567.0, 4535.0, 4494.0, 4505.0, 4486.0, 4535.0, 4495.0, 4556.0, 4525.0, 4492.0, 4503.0, 4495.0, 4535.0, 4506.0, 4555.0, 4536.0, 4514.0, 4503.0, 4483.0, 4512.0, 4495.0, 4533.0, 4503.0, 4565.0, 4513.0, 4512.0, 4483.0, 4483.0, 4492.0, 4484.0, 4546.0, 4484.0, 4484.0, 4485.0, 4496.0, 4496.0, 4520.0, 4581.0, 4551.0, 4531.0, 4541.0, 4500.0, 4529.0, 4519.0, 4539.0, 4579.0, 4496.0, 4488.0, 4529.0, 4513.0, 4573.0, 4538.0, 4555.0, 4524.0, 4492.0, 4522.0, 4482.0, 4472.0, 4492.0, 4483.0, 4533.0, 4501.0, 4521.0, 4490.0, 4544.0, 4492.0, 4490.0, 4490.0, 4471.0, 4490.0, 4472.0, 4499.0, 4489.0, 4540.0, 4489.0, 4509.0, 4470.0, 4502.0, 4481.0, 4499.0, 4491.0, 4460.0, 4509.0, 4471.0, 4509.0, 4511.0, 4508.0, 4556.0, 4541.0, 4494.0, 4535.0, 4543.0, 4499.0, 4517.0, 4477.0, 4508.0, 4470.0, 4509.0, 4482.0, 4534.0, 4480.0, 4461.0, 4491.0, 4471.0, 4510.0, 4510.0, 4490.0, 4530.0, 4499.0], 'WindowWidth': [10181.0, 10115.0, 10060.0, 10130.0, 10023.0, 10012.0, 9986.0, 9944.0, 10023.0, 9989.0, 10066.0, 9983.0, 9898.0, 9947.0, 9910.0, 9990.0, 9938.0, 9991.0, 9942.0, 9891.0, 9954.0, 9902.0, 9970.0, 9932.0, 9986.0, 9900.0, 9870.0, 9884.0, 9885.0, 9955.0, 9915.0, 9908.0, 9950.0, 9912.0, 9915.0, 9929.0, 9932.0, 9974.0, 9955.0, 9952.0, 9996.0, 9918.0, 9974.0, 9912.0, 9964.0, 9923.0, 10002.0, 9909.0, 9871.0, 9921.0, 9887.0, 9934.0, 9893.0, 9917.0, 9943.0, 9886.0, 9888.0, 9899.0, 9869.0, 9985.0, 9957.0, 10007.0, 9938.0, 9868.0, 9918.0, 9885.0, 9962.0, 9906.0, 9962.0, 9933.0, 9861.0, 9901.0, 9881.0, 9868.0, 9910.0, 9891.0, 9972.0, 9949.0, 9887.0, 9955.0, 9902.0, 9927.0, 9927.0, 9965.0, 9989.0, 9891.0, 9934.0, 9867.0, 9891.0, 9936.0, 9907.0, 9954.0, 9923.0, 9884.0, 9948.0, 9899.0, 9881.0, 9968.0, 9923.0, 9909.0, 9892.0, 9866.0, 9946.0, 9897.0, 9959.0, 9926.0, 9884.0, 9930.0, 9889.0, 9889.0, 9913.0, 9888.0, 9973.0, 9940.0, 9888.0, 9970.0, 9916.0, 9916.0, 9968.0, 9933.0, 9889.0, 9887.0, 9889.0, 9959.0, 9917.0, 9971.0, 9963.0, 9982.0, 9911.0, 9964.0, 9923.0, 9965.0, 9931.0, 9938.0, 9905.0, 9865.0, 9915.0, 9883.0, 9947.0, 9894.0, 9951.0, 9909.0, 9884.0, 9922.0, 9889.0, 9969.0, 9910.0, 9950.0, 9928.0, 9884.0, 9899.0, 9890.0, 9898.0, 9911.0, 9923.0, 10015.0, 9935.0, 9993.0, 9954.0, 9927.0, 9963.0, 9974.0, 9908.0, 9923.0, 9867.0, 9905.0, 9881.0, 9921.0, 9888.0, 9922.0, 9873.0, 9910.0, 9891.0, 9971.0, 9926.0, 9941.0, 9894.0, 9868.0, 9906.0, 9883.0, 9937.0, 9896.0, 9982.0, 9925.0, 9886.0, 9927.0, 9940.0, 10018.0, 9995.0, 9972.0, 9906.0, 9887.0, 9931.0, 9887.0, 9955.0, 9896.0, 9943.0, 9959.0, 9885.0, 9890.0, 9914.0, 9882.0, 9924.0, 9932.0, 9955.0, 10017.0, 9942.0, 9884.0, 9956.0, 9936.0, 9947.0, 9965.0, 9878.0, 9872.0, 9939.0, 9871.0, 9949.0, 9906.0, 9881.0, 9982.0, 9925.0, 9868.0, 9966.0, 9911.0, 9885.0, 9886.0, 9969.0, 9923.0, 9891.0, 9945.0, 9875.0, 9962.0, 9895.0, 9963.0, 9917.0, 9862.0, 9864.0, 9872.0, 9867.0, 9931.0, 9890.0, 9881.0, 9956.0, 9920.0, 9923.0, 9989.0, 9928.0, 9952.0, 9924.0, 9983.0, 9929.0, 9928.0, 9919.0, 9869.0, 9928.0, 9864.0, 9889.0, 9909.0, 9880.0, 9953.0, 9868.0, 9853.0, 9912.0, 9887.0, 9991.0, 9951.0, 9896.0, 9879.0, 9870.0, 9939.0, 9904.0, 9959.0, 9925.0, 9909.0, 10006.0, 9973.0, 9926.0, 9961.0, 9903.0, 9952.0, 9906.0, 9942.0, 9915.0, 9917.0, 10000.0, 9917.0, 9894.0, 9957.0, 9866.0, 9924.0, 9932.0, 9948.0, 9992.0, 9916.0, 9867.0, 9910.0, 9886.0, 9882.0, 9938.0, 9902.0, 9897.0, 9938.0, 9899.0, 9913.0, 9916.0, 9871.0, 9940.0, 9937.0, 9918.0, 9876.0, 9933.0, 9864.0, 9862.0, 9877.0, 9882.0, 9942.0, 9904.0, 9876.0, 9941.0, 9890.0, 9956.0, 9919.0, 9930.0, 9974.0, 9917.0, 9984.0, 9911.0, 9921.0, 10035.0, 9988.0, 9952.0, 9882.0, 9889.0, 9944.0, 9902.0, 9890.0, 9973.0, 9945.0, 9972.0, 9957.0, 9905.0, 9942.0, 9915.0, 9906.0, 9972.0, 9952.0, 10040.0, 9963.0, 9927.0, 9909.0, 9885.0, 9948.0, 9947.0, 9942.0, 9947.0, 9879.0, 9874.0, 9887.0, 9942.0, 9908.0, 9906.0, 9964.0, 9931.0, 9905.0, 9982.0, 9955.0, 9895.0, 9981.0, 9920.0, 9978.0, 9920.0, 9942.0, 9914.0, 9854.0, 9905.0, 9852.0, 9886.0, 9900.0, 9877.0, 9946.0, 9937.0, 9889.0, 9931.0, 9879.0, 9904.0, 9909.0, 9909.0, 9950.0, 9905.0, 9969.0, 9895.0, 9867.0, 9921.0, 9885.0, 9968.0, 9940.0, 10032.0, 9965.0, 9901.0, 9913.0, 9894.0, 9913.0, 9936.0, 9910.0, 10012.0, 10004.0, 9892.0, 9919.0, 9904.0, 9888.0, 9955.0, 9926.0, 9978.0, 9934.0, 9918.0, 9975.0, 9932.0, 9972.0, 9915.0, 9886.0, 9972.0, 10024.0, 9967.0, 9942.0, 9959.0, 9951.0, 9879.0, 9862.0, 9868.0, 9877.0, 9910.0, 9915.0, 9976.0, 9900.0, 9907.0, 9895.0, 9888.0, 9922.0, 9947.0, 9918.0, 9898.0, 9927.0, 9857.0, 9926.0, 9875.0, 9904.0, 9879.0, 9865.0, 9938.0, 9932.0, 9918.0, 9889.0, 9881.0, 9972.0, 9915.0, 9947.0, 9913.0, 9889.0, 9928.0, 9879.0, 9946.0, 9888.0, 9916.0, 9921.0, 9886.0, 9944.0, 9923.0, 9978.0, 10007.0, 9962.0, 9950.0, 9965.0, 9958.0, 10045.0, 9968.0, 10015.0, 9896.0, 9947.0, 9891.0, 9889.0, 9894.0, 9885.0, 9922.0, 9886.0, 9883.0, 9917.0, 9907.0, 9945.0, 9926.0, 9892.0, 9963.0, 9910.0, 9992.0, 9925.0, 9962.0, 9935.0, 9889.0, 9929.0, 9904.0, 9931.0, 9909.0, 9890.0, 10021.0, 9930.0, 9914.0, 9923.0, 9911.0, 9978.0, 9924.0, 9992.0, 9937.0, 9972.0, 9903.0, 9893.0, 9930.0, 9908.0, 9985.0, 9933.0, 9887.0, 9917.0, 9907.0, 9953.0, 9987.0, 9989.0, 10022.0, 9935.0, 9942.0, 9943.0, 9947.0, 10030.0, 9988.0, 10026.0, 9939.0, 9968.0, 9952.0, 9987.0, 9972.0, 9928.0, 9969.0, 9895.0, 9883.0, 9901.0, 9918.0, 9947.0, 9914.0, 9989.0, 9947.0, 10017.0, 9949.0, 9891.0, 9913.0, 9908.0, 9937.0, 9935.0, 9972.0, 9959.0, 9931.0, 10007.0, 9881.0, 9870.0, 9915.0, 9907.0, 9947.0, 9908.0, 9941.0, 9940.0, 9941.0, 9990.0, 9903.0, 9891.0, 9940.0, 9892.0, 9971.0, 9929.0, 10002.0, 9955.0, 9894.0, 9922.0, 9879.0, 9917.0, 9885.0, 9961.0, 9909.0, 9863.0, 9889.0, 9871.0, 9887.0, 9908.0, 9934.0, 9936.0, 9918.0, 9997.0, 9918.0, 10000.0, 9890.0, 9888.0, 9931.0, 9917.0, 9986.0, 9926.0, 9970.0, 9963.0, 9912.0, 9906.0, 9916.0, 9910.0, 9937.0, 9962.0, 9963.0, 10010.0, 9973.0, 9969.0, 9941.0, 10016.0, 9949.0, 9961.0, 9941.0, 9881.0, 9905.0, 9880.0, 9912.0, 9902.0, 9871.0, 9941.0, 9886.0, 9953.0, 9921.0, 9891.0, 9920.0, 9914.0, 9928.0, 9952.0, 9939.0, 10031.0, 10000.0, 9944.0, 9983.0, 9918.0, 9911.0, 9938.0, 9938.0, 10064.0, 10020.0, 10027.0, 10063.0, 10001.0, 9935.0, 9996.0, 10020.0, 9912.0, 9896.0, 9974.0, 9950.0, 9883.0, 9882.0, 9909.0, 9905.0, 9884.0, 9968.0, 9917.0, 9901.0, 9960.0, 9915.0, 9889.0, 9979.0, 9930.0, 9969.0, 9921.0, 9873.0, 9883.0, 9902.0, 9875.0, 9928.0, 9883.0, 9914.0, 9881.0, 9853.0, 9880.0, 9859.0, 9916.0, 9902.0, 9931.0, 9891.0, 9862.0, 9928.0, 9919.0, 9906.0, 9915.0, 9902.0, 9964.0, 9904.0, 9974.0, 9900.0, 9949.0, 9912.0, 9974.0, 9921.0, 9954.0, 9915.0, 9884.0, 9927.0, 9908.0, 9963.0, 9920.0, 9947.0, 9925.0, 9964.0, 9937.0, 9937.0, 9922.0, 9991.0, 9934.0, 9973.0, 9944.0, 9970.0, 9934.0, 9901.0, 9913.0, 9902.0, 9932.0, 9904.0, 9933.0, 9907.0, 9980.0, 9905.0, 9941.0, 9921.0, 9949.0, 9925.0, 9944.0, 9928.0, 9945.0, 9903.0, 9902.0, 9916.0, 9976.0, 9921.0, 9941.0, 9935.0, 9891.0, 9928.0, 9888.0, 9944.0, 9909.0, 9944.0, 9904.0, 9993.0, 9907.0, 9934.0, 9909.0, 9982.0, 9923.0, 9962.0, 9951.0, 9905.0, 9986.0, 9985.0, 10074.0, 10066.0, 10045.0, 10041.0, 9930.0, 10066.0, 9990.0, 9971.0, 9896.0, 9883.0, 9882.0, 9876.0, 9888.0, 9911.0, 9859.0, 9882.0, 9867.0, 9879.0, 9888.0, 9928.0, 9923.0, 10000.0, 10017.0, 9935.0, 9944.0, 9878.0, 9891.0, 9852.0, 9875.0, 9835.0, 9904.0, 9865.0, 9841.0, 9880.0, 9859.0, 9915.0, 9876.0, 9960.0, 9914.0, 9937.0, 9910.0, 9879.0, 9909.0, 9875.0, 9858.0, 9884.0, 9857.0, 9861.0, 9929.0, 9889.0, 9942.0, 9914.0, 9857.0, 9907.0, 9840.0, 9923.0, 9851.0, 9921.0, 9861.0, 9890.0, 9853.0, 9840.0, 9882.0, 9863.0, 9879.0, 9908.0, 9880.0, 9897.0, 9886.0, 9886.0, 9941.0, 9902.0, 9970.0, 9945.0, 9951.0, 9895.0, 9869.0, 9934.0, 9896.0, 9948.0, 9898.0, 9964.0, 9904.0, 9882.0, 9891.0, 9879.0, 9917.0, 9884.0, 9935.0, 9900.0, 9981.0, 9953.0, 9907.0, 9914.0, 9911.0, 9910.0, 9939.0, 9913.0, 10003.0, 9954.0, 9916.0, 9970.0, 9950.0, 10011.0, 10039.0, 9921.0, 9950.0, 9941.0, 9960.0, 9980.0, 9903.0, 9955.0, 9898.0, 9897.0, 9925.0, 9924.0, 9912.0, 9949.0, 9919.0, 9933.0, 9944.0, 9909.0, 9989.0, 9953.0, 9894.0, 9944.0, 9909.0, 9971.0, 9934.0, 9920.0, 9907.0, 9928.0, 9915.0, 9898.0, 9974.0, 9925.0, 9895.0, 9866.0, 9887.0, 9927.0, 9879.0, 9863.0, 9963.0, 9905.0, 9932.0, 9890.0, 9866.0, 9918.0, 9940.0, 9943.0, 9909.0, 9941.0, 9857.0, 9910.0, 9857.0, 9910.0, 9873.0, 9855.0, 9919.0, 9863.0, 9883.0, 9882.0, 9883.0, 9908.0, 9884.0, 9949.0, 9929.0, 9951.0, 9892.0, 9866.0, 9923.0, 9934.0, 9902.0, 9874.0, 9936.0, 9863.0, 9890.0, 9864.0, 9883.0, 9913.0, 9883.0, 9980.0, 9938.0, 9870.0, 9935.0, 9887.0, 9966.0, 9910.0, 9978.0, 9920.0, 9880.0, 9884.0, 9920.0, 9920.0, 9916.0, 9908.0, 9890.0, 9941.0, 9919.0, 9956.0, 9955.0, 9897.0, 9949.0, 9907.0, 9946.0, 9931.0, 9997.0, 9915.0, 9863.0, 9885.0, 9868.0, 9904.0, 9884.0, 9920.0, 9897.0, 9883.0, 9904.0, 9886.0, 9940.0, 9902.0, 9898.0, 9956.0, 9886.0, 9899.0, 9901.0, 9884.0, 9928.0, 9925.0, 9954.0, 9941.0, 9987.0, 9896.0, 9919.0, 9882.0, 9886.0, 9897.0, 9882.0, 9987.0, 9901.0, 9952.0, 9886.0, 9975.0, 9914.0, 9920.0, 9913.0, 9889.0, 9886.0, 9888.0, 9893.0, 9926.0, 9949.0, 9923.0, 9961.0, 9983.0, 9908.0, 9962.0, 9892.0, 9944.0, 9968.0, 9953.0, 9950.0, 10005.0, 9937.0, 9965.0, 9897.0, 9938.0, 9900.0, 9935.0, 9911.0, 9957.0, 9881.0, 9866.0, 9904.0, 9867.0, 9892.0, 9869.0, 9966.0, 9911.0, 9909.0, 9883.0, 9876.0, 9880.0, 9907.0, 9902.0, 9924.0, 9954.0, 9893.0, 9937.0, 9891.0, 9981.0, 9903.0, 9934.0, 9910.0, 9867.0, 9879.0, 9912.0, 9935.0, 9906.0, 9938.0, 9926.0, 9943.0, 9882.0, 9887.0, 9914.0, 9896.0, 9908.0, 9939.0, 9937.0, 10003.0, 9916.0, 9971.0, 9925.0, 9977.0, 9924.0, 9962.0, 9906.0, 9869.0, 9909.0, 9887.0, 9913.0, 9886.0, 9924.0, 9986.0, 9923.0, 9965.0, 9880.0, 9948.0, 9910.0, 9946.0, 9918.0, 9918.0, 9918.0, 9866.0, 9904.0, 9884.0, 9894.0, 9883.0, 9909.0, 9985.0, 9899.0, 9951.0, 9884.0, 9968.0, 9911.0, 9963.0, 9922.0, 9880.0, 9892.0, 9884.0, 9909.0, 9889.0, 9956.0, 9914.0, 9979.0, 9941.0, 9881.0, 9908.0, 9884.0, 9936.0, 9887.0, 9953.0, 9912.0, 9953.0, 9880.0, 9869.0, 9901.0, 9909.0, 9943.0, 9907.0, 9930.0, 9932.0, 9888.0, 9939.0, 9891.0, 9941.0, 9900.0, 10006.0, 9941.0, 9887.0, 9898.0, 9886.0, 9926.0, 9901.0, 9965.0, 9943.0, 9915.0, 9925.0, 9891.0, 9901.0, 9893.0, 9957.0, 9916.0, 9938.0, 10006.0, 9940.0, 9927.0, 9900.0, 9952.0, 9895.0, 9931.0, 9966.0, 9945.0, 9976.0, 9878.0, 9918.0, 9879.0, 9919.0, 9867.0, 9879.0, 9952.0, 9880.0, 9881.0, 9867.0, 9867.0, 9898.0, 9934.0, 9921.0, 9910.0, 9951.0, 9867.0, 9879.0, 9888.0, 9890.0, 9912.0, 9899.0, 9985.0, 9885.0, 9885.0, 9884.0, 9893.0, 9929.0, 9902.0, 10004.0, 9956.0, 9900.0, 9914.0, 9892.0, 9957.0, 9904.0, 9987.0, 9944.0, 9892.0, 9909.0, 9901.0, 9958.0, 9920.0, 9986.0, 9959.0, 9924.0, 9909.0, 9884.0, 9922.0, 9903.0, 9951.0, 9910.0, 9999.0, 9921.0, 9920.0, 9885.0, 9883.0, 9894.0, 9885.0, 9973.0, 9887.0, 9886.0, 9890.0, 9906.0, 9905.0, 9946.0, 10036.0, 9988.0, 9956.0, 9972.0, 9915.0, 9955.0, 9941.0, 9966.0, 10024.0, 9903.0, 9897.0, 9953.0, 9940.0, 10021.0, 9965.0, 9984.0, 9937.0, 9892.0, 9933.0, 9881.0, 9867.0, 9893.0, 9881.0, 9951.0, 9902.0, 9929.0, 9884.0, 9971.0, 9895.0, 9888.0, 9887.0, 9865.0, 9886.0, 9865.0, 9896.0, 9882.0, 9954.0, 9883.0, 9909.0, 9858.0, 9908.0, 9876.0, 9897.0, 9888.0, 9847.0, 9914.0, 9866.0, 9936.0, 9942.0, 9930.0, 9990.0, 9961.0, 9902.0, 9958.0, 9963.0, 9895.0, 9920.0, 9863.0, 9909.0, 9862.0, 9913.0, 9882.0, 9956.0, 9874.0, 9844.0, 9888.0, 9861.0, 9913.0, 9914.0, 9885.0, 9943.0, 9898.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.0028946522411128287</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03082966306027821</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.21937586122195</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2237638551662808</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.037122658143851</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4555.5098</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1279833489895314</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>178</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.75579598145286</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5178993966358463</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3675151253722224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659960663854323</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5262224006809944</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00994582</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01160537451505661</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0493696890771389</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</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.091169138743135</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>15.9788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.2543</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.5788</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293268.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1326.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>483.1342</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8446</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.211</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3695.0742</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3823.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83276.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1539.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4899.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.4461</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>32.42943077813834</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> |