=== 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-0091 --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-0091",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
142 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
142 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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-02/func/sub-0091_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>3d3c10295665a24faab8bd52c4467686</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>18:25:21.972500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999764, 0.0138395, 0.016766, -0.00959738, 0.972948, -0.230825]</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.120733</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>[4141, -7701, -7225, 557, -62, -156, -101, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>271.759</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d4f20c3d-7e59-4082-99d4-e6050ca74166||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.6822926998138428, -0.02574906498193741, 0.05266882851719856, 112.7123031616211], [-0.03713040426373482, 2.6103482246398926, -0.6226456761360168, -74.4144515991211], [0.04498201608657837, 0.6192865371704102, 2.626697301864624, -87.26700592041016], [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': ['182521.972500', '182522.432500', '182522.892500', '182523.352500', '182523.812500', '182524.272500', '182524.732500', '182525.192500', '182525.652500', '182526.112500', '182526.572500', '182527.032500', '182527.492500', '182527.952500', '182528.412500', '182528.872500', '182529.332500', '182529.792500', '182530.252500', '182530.712500', '182531.172500', '182531.632500', '182532.092500', '182532.552500', '182533.012500', '182533.472500', '182533.932500', '182534.392500', '182534.852500', '182535.312500', '182535.772500', '182536.232500', '182536.692500', '182537.152500', '182537.612500', '182538.072500', '182538.532500', '182538.992500', '182539.452500', '182539.912500', '182540.372500', '182540.832500', '182541.292500', '182541.752500', '182542.212500', '182542.672500', '182543.132500', '182543.592500', '182544.052500', '182544.512500', '182544.972500', '182545.432500', '182545.892500', '182546.352500', '182546.812500', '182547.272500', '182547.732500', '182548.192500', '182548.652500', '182549.112500', '182549.572500', '182550.032500', '182550.492500', '182550.952500', '182551.412500', '182551.872500', '182552.332500', '182552.792500', '182553.252500', '182553.712500', '182554.172500', '182554.632500', '182555.092500', '182555.552500', '182556.012500', '182556.472500', '182556.932500', '182557.392500', '182557.852500', '182558.312500', '182558.772500', '182559.232500', '182559.692500', '182600.152500', '182600.612500', '182601.072500', '182601.532500', '182601.992500', '182602.452500', '182602.912500', '182603.372500', '182603.832500', '182604.292500', '182604.752500', '182605.212500', '182605.672500', '182606.132500', '182606.592500', '182607.052500', '182607.512500', '182607.972500', '182608.432500', '182608.892500', '182609.352500', '182609.812500', '182610.272500', '182610.732500', '182611.192500', '182611.652500', '182612.112500', '182612.572500', '182613.032500', '182613.492500', '182613.952500', '182614.412500', '182614.872500', '182615.332500', '182615.792500', '182616.252500', '182616.712500', '182617.172500', '182617.632500', '182618.092500', '182618.552500', '182619.012500', '182619.472500', '182619.932500', '182620.392500', '182620.852500', '182621.312500', '182621.772500', '182622.232500', '182622.692500', '182623.152500', '182623.612500', '182624.072500', '182624.532500', '182624.992500', '182625.452500', '182625.912500', '182626.372500', '182626.832500', '182627.292500', '182627.752500', '182628.212500', '182628.672500', '182629.132500', '182629.592500', '182630.052500', '182630.512500', '182630.972500', '182631.432500', '182631.892500', '182632.352500', '182632.812500', '182633.272500', '182633.732500', '182634.192500', '182634.652500', '182635.112500', '182635.572500', '182636.032500', '182636.492500', '182636.952500', '182637.412500', '182637.872500', '182638.332500', '182638.792500', '182639.252500', '182639.712500', '182640.172500', '182640.632500', '182641.092500', '182641.552500', '182642.012500', '182642.472500', '182642.932500', '182643.392500', '182643.852500', '182644.312500', '182644.772500', '182645.232500', '182645.692500', '182646.152500', '182646.612500', '182647.072500', '182647.532500', '182647.992500', '182648.452500', '182648.912500', '182649.372500', '182649.832500', '182650.292500', '182650.752500', '182651.212500', '182651.672500', '182652.132500', '182652.592500', '182653.052500', '182653.512500', '182653.972500', '182654.432500', '182654.892500', '182655.352500', '182655.812500', '182656.272500', '182656.732500', '182657.192500', '182657.652500', '182658.112500', '182658.572500', '182659.032500', '182659.492500', '182659.952500', '182700.412500', '182700.872500', '182701.332500', '182701.792500', '182702.252500', '182702.712500', '182703.172500', '182703.632500', '182704.092500', '182704.552500', '182705.012500', '182705.472500', '182705.932500', '182706.392500', '182706.852500', '182707.312500', '182707.772500', '182708.232500', '182708.692500', '182709.152500', '182709.612500', '182710.072500', '182710.532500', '182710.992500', '182711.452500', '182711.912500', '182712.372500', '182712.832500', '182713.292500', '182713.752500', '182714.212500', '182714.672500', '182715.132500', '182715.592500', '182716.052500', '182716.512500', '182716.972500', '182717.432500', '182717.892500', '182718.352500', '182718.812500', '182719.272500', '182719.732500', '182720.192500', '182720.652500', '182721.112500', '182721.572500', '182722.032500', '182722.492500', '182722.952500', '182723.412500', '182723.872500', '182724.332500', '182724.792500', '182725.252500', '182725.712500', '182726.172500', '182726.632500', '182727.092500', '182727.552500', '182728.012500', '182728.472500', '182728.932500', '182729.392500', '182729.852500', '182730.312500', '182730.772500', '182731.232500', '182731.692500', '182732.152500', '182732.612500', '182733.072500', '182733.532500', '182733.992500', '182734.452500', '182734.912500', '182735.372500', '182735.832500', '182736.292500', '182736.752500', '182737.212500', '182737.672500', '182738.132500', '182738.592500', '182739.052500', '182739.512500', '182739.972500', '182740.432500', '182740.892500', '182741.352500', '182741.812500', '182742.272500', '182742.732500', '182743.192500', '182743.652500', '182744.112500', '182744.572500', '182745.032500', '182745.492500', '182745.952500', '182746.412500', '182746.872500', '182747.332500', '182747.792500', '182748.252500', '182748.712500', '182749.172500', '182749.632500', '182750.092500', '182750.552500', '182751.012500', '182751.472500', '182751.932500', '182752.392500', '182752.852500', '182753.312500', '182753.772500', '182754.232500', '182754.692500', '182755.152500', '182755.612500', '182756.072500', '182756.532500', '182756.992500', '182757.452500', '182757.912500', '182758.372500', '182758.832500', '182759.292500', '182759.752500', '182800.212500', '182800.672500', '182801.132500', '182801.592500', '182802.052500', '182802.512500', '182802.972500', '182803.432500', '182803.892500', '182804.352500', '182804.812500', '182805.272500', '182805.732500', '182806.192500', '182806.652500', '182807.112500', '182807.572500', '182808.032500', '182808.492500', '182808.952500', '182809.412500', '182809.872500', '182810.332500', '182810.792500', '182811.252500', '182811.712500', '182812.172500', '182812.632500', '182813.092500', '182813.552500', '182814.012500', '182814.472500', '182814.932500', '182815.392500', '182815.852500', '182816.312500', '182816.772500', '182817.232500', '182817.692500', '182818.152500', '182818.612500', '182819.072500', '182819.532500', '182819.992500', '182820.452500', '182820.912500', '182821.372500', '182821.832500', '182822.292500', '182822.752500', '182823.212500', '182823.672500', '182824.132500', '182824.592500', '182825.052500', '182825.512500', '182825.972500', '182826.432500', '182826.892500', '182827.352500', '182827.812500', '182828.272500', '182828.732500', '182829.192500', '182829.652500', '182830.112500', '182830.572500', '182831.032500', '182831.492500', '182831.952500', '182832.412500', '182832.872500', '182833.332500', '182833.792500', '182834.252500', '182834.712500', '182835.172500', '182835.632500', '182836.092500', '182836.552500', '182837.012500', '182837.472500', '182837.932500', '182838.392500', '182838.852500', '182839.312500', '182839.772500', '182840.232500', '182840.692500', '182841.152500', '182841.612500', '182842.072500', '182842.532500', '182842.992500', '182843.452500', '182843.912500', '182844.372500', '182844.832500', '182845.292500', '182845.752500', '182846.212500', '182846.672500', '182847.132500', '182847.592500', '182848.052500', '182848.512500', '182848.972500', '182849.432500', '182849.892500', '182850.352500', '182850.812500', '182851.272500', '182851.732500', '182852.192500', '182852.652500', '182853.112500', '182853.572500', '182854.032500', '182854.492500', '182854.952500', '182855.412500', '182855.872500', '182856.332500', '182856.792500', '182857.252500', '182857.712500', '182858.172500', '182858.632500', '182859.092500', '182859.552500', '182900.012500', '182900.472500', '182900.932500', '182901.392500', '182901.852500', '182902.312500', '182902.772500', '182903.232500', '182903.692500', '182904.152500', '182904.612500', '182905.072500', '182905.532500', '182905.992500', '182906.452500', '182906.912500', '182907.372500', '182907.832500', '182908.292500', '182908.752500', '182909.212500', '182909.672500', '182910.132500', '182910.592500', '182911.052500', '182911.512500', '182911.972500', '182912.432500', '182912.892500', '182913.352500', '182913.812500', '182914.272500', '182914.732500', '182915.192500', '182915.652500', '182916.112500', '182916.572500', '182917.032500', '182917.492500', '182917.952500', '182918.412500', '182918.872500', '182919.332500', '182919.792500', '182920.252500', '182920.712500', '182921.172500', '182921.632500', '182922.092500', '182922.552500', '182923.012500', '182923.472500', '182923.932500', '182924.392500', '182924.852500', '182925.312500', '182925.772500', '182926.232500', '182926.692500', '182927.152500', '182927.612500', '182928.072500', '182928.532500', '182928.992500', '182929.452500', '182929.912500', '182930.372500', '182930.832500', '182931.292500', '182931.752500', '182932.212500', '182932.672500', '182933.132500', '182933.592500', '182934.052500', '182934.512500', '182934.972500', '182935.432500', '182935.892500', '182936.352500', '182936.812500', '182937.272500', '182937.732500', '182938.192500', '182938.652500', '182939.112500', '182939.572500', '182940.032500', '182940.492500', '182940.952500', '182941.412500', '182941.872500', '182942.332500', '182942.792500', '182943.252500', '182943.712500', '182944.172500', '182944.632500', '182945.092500', '182945.552500', '182946.012500', '182946.472500', '182946.932500', '182947.392500', '182947.852500', '182948.312500', '182948.772500', '182949.232500', '182949.692500', '182950.152500', '182950.612500', '182951.072500', '182951.532500', '182951.992500', '182952.452500', '182952.912500', '182953.372500', '182953.832500', '182954.292500', '182954.752500', '182955.212500', '182955.672500', '182956.132500', '182956.592500', '182957.052500', '182957.512500', '182957.972500', '182958.432500', '182958.892500', '182959.352500', '182959.812500', '183000.272500', '183000.732500', '183001.192500', '183001.652500', '183002.112500', '183002.572500', '183003.032500', '183003.492500', '183003.952500', '183004.412500', '183004.872500', '183005.332500', '183005.792500', '183006.252500', '183006.712500', '183007.172500', '183007.632500', '183008.092500', '183008.552500', '183009.012500', '183009.472500', '183009.932500', '183010.392500', '183010.852500', '183011.312500', '183011.772500', '183012.232500', '183012.692500', '183013.152500', '183013.612500', '183014.072500', '183014.532500', '183014.992500', '183015.452500', '183015.912500', '183016.372500', '183016.832500', '183017.292500', '183017.752500', '183018.212500', '183018.672500', '183019.132500', '183019.592500', '183020.052500', '183020.512500', '183020.972500', '183021.432500', '183021.892500', '183022.352500', '183022.812500', '183023.272500', '183023.732500', '183024.192500', '183024.652500', '183025.112500', '183025.572500', '183026.032500', '183026.492500', '183026.952500', '183027.412500', '183027.872500', '183028.332500', '183028.792500', '183029.252500', '183029.712500', '183030.172500', '183030.632500', '183031.092500', '183031.552500', '183032.012500', '183032.472500', '183032.932500', '183033.392500', '183033.852500', '183034.312500', '183034.772500', '183035.232500', '183035.692500', '183036.152500', '183036.612500', '183037.072500', '183037.532500', '183037.992500', '183038.452500', '183038.912500', '183039.372500', '183039.832500', '183040.292500', '183040.752500', '183041.212500', '183041.672500', '183042.132500', '183042.592500', '183043.052500', '183043.512500', '183043.972500', '183044.432500', '183044.892500', '183045.352500', '183045.812500', '183046.272500', '183046.732500', '183047.192500', '183047.652500', '183048.112500', '183048.572500', '183049.032500', '183049.492500', '183049.952500', '183050.412500', '183050.872500', '183051.332500', '183051.792500', '183052.252500', '183052.712500', '183053.172500', '183053.632500', '183054.092500', '183054.552500', '183055.012500', '183055.472500', '183055.932500', '183056.392500', '183056.852500', '183057.312500', '183057.772500', '183058.232500', '183058.692500', '183059.152500', '183059.612500', '183100.072500', '183100.532500', '183100.992500', '183101.452500', '183101.912500', '183102.372500', '183102.832500', '183103.292500', '183103.752500', '183104.212500', '183104.672500', '183105.132500', '183105.592500', '183106.052500', '183106.512500', '183106.972500', '183107.432500', '183107.892500', '183108.352500', '183108.812500', '183109.272500', '183109.732500', '183110.192500', '183110.652500', '183111.112500', '183111.572500', '183112.032500', '183112.492500', '183112.952500', '183113.412500', '183113.872500', '183114.332500', '183114.792500', '183115.252500', '183115.712500', '183116.172500', '183116.632500', '183117.092500', '183117.552500', '183118.012500', '183118.472500', '183118.932500', '183119.392500', '183119.852500', '183120.312500', '183120.772500', '183121.232500', '183121.692500', '183122.152500', '183122.612500', '183123.072500', '183123.532500', '183123.992500', '183124.452500', '183124.912500', '183125.372500', '183125.832500', '183126.292500', '183126.752500', '183127.212500', '183127.672500', '183128.132500', '183128.592500', '183129.052500', '183129.512500', '183129.972500', '183130.432500', '183130.892500', '183131.352500', '183131.812500', '183132.272500', '183132.732500', '183133.192500', '183133.652500', '183134.112500', '183134.572500', '183135.032500', '183135.492500', '183135.952500', '183136.412500', '183136.872500', '183137.332500', '183137.792500', '183138.252500', '183138.712500', '183139.172500', '183139.632500', '183140.092500', '183140.552500', '183141.012500', '183141.472500', '183141.932500', '183142.392500', '183142.852500', '183143.312500', '183143.772500', '183144.232500', '183144.692500', '183145.152500', '183145.612500', '183146.072500', '183146.532500', '183146.992500', '183147.452500', '183147.912500', '183148.372500', '183148.832500', '183149.292500', '183149.752500', '183150.212500', '183150.672500', '183151.132500', '183151.592500', '183152.052500', '183152.512500', '183152.972500', '183153.432500', '183153.892500', '183154.352500', '183154.812500', '183155.272500', '183155.732500', '183156.192500', '183156.652500', '183157.112500', '183157.572500', '183158.032500', '183158.492500', '183158.952500', '183159.412500', '183159.872500', '183200.332500', '183200.792500', '183201.252500', '183201.712500', '183202.172500', '183202.632500', '183203.092500', '183203.552500', '183204.012500', '183204.472500', '183204.932500', '183205.392500', '183205.852500', '183206.312500', '183206.772500', '183207.232500', '183207.692500', '183208.152500', '183208.612500', '183209.072500', '183209.532500', '183209.992500', '183210.452500', '183210.912500', '183211.372500', '183211.832500', '183212.292500', '183212.752500', '183213.212500', '183213.672500', '183214.132500', '183214.592500', '183215.052500', '183215.512500', '183215.972500', '183216.432500', '183216.892500', '183217.352500', '183217.812500', '183218.272500', '183218.732500', '183219.192500', '183219.652500', '183220.112500', '183220.572500', '183221.032500', '183221.492500', '183221.952500', '183222.412500', '183222.872500', '183223.332500', '183223.792500', '183224.252500', '183224.712500', '183225.172500', '183225.632500', '183226.092500', '183226.552500', '183227.012500', '183227.472500', '183227.932500', '183228.392500', '183228.852500', '183229.312500', '183229.772500', '183230.232500', '183230.692500', '183231.152500', '183231.612500', '183232.072500', '183232.532500', '183232.992500', '183233.452500', '183233.912500', '183234.372500', '183234.832500', '183235.292500', '183235.752500', '183236.212500', '183236.672500', '183237.132500', '183237.592500', '183238.052500', '183238.512500', '183238.972500', '183239.432500', '183239.892500', '183240.352500', '183240.812500', '183241.272500', '183241.732500', '183242.192500', '183242.652500', '183243.112500', '183243.572500', '183244.032500', '183244.492500', '183244.952500', '183245.412500', '183245.872500', '183246.332500', '183246.792500', '183247.252500', '183247.712500', '183248.172500', '183248.632500', '183249.092500', '183249.552500', '183250.012500', '183250.472500', '183250.932500', '183251.392500', '183251.852500', '183252.312500', '183252.772500', '183253.232500', '183253.692500', '183254.152500', '183254.612500', '183255.072500', '183255.532500', '183255.992500', '183256.452500', '183256.912500', '183257.372500', '183257.832500', '183258.292500', '183258.752500', '183259.212500', '183259.672500', '183300.132500', '183300.592500', '183301.052500', '183301.512500', '183301.972500', '183302.432500', '183302.892500', '183303.352500', '183303.812500', '183304.272500', '183304.732500', '183305.192500', '183305.652500', '183306.112500', '183306.572500', '183307.032500', '183307.492500', '183307.952500', '183308.412500', '183308.872500', '183309.332500', '183309.792500', '183310.252500', '183310.712500', '183311.172500', '183311.632500', '183312.092500', '183312.552500', '183313.012500', '183313.472500', '183313.932500', '183314.392500', '183314.852500', '183315.312500', '183315.772500', '183316.232500', '183316.692500', '183317.152500', '183317.612500', '183318.072500', '183318.532500', '183318.992500', '183319.452500', '183319.912500', '183320.372500', '183320.832500', '183321.292500', '183321.752500', '183322.212500', '183322.672500', '183323.132500', '183323.592500', '183324.052500', '183324.512500', '183324.972500', '183325.432500', '183325.892500', '183326.352500', '183326.812500', '183327.272500', '183327.732500', '183328.192500', '183328.652500', '183329.112500', '183329.572500', '183330.032500', '183330.492500', '183330.952500', '183331.412500', '183331.872500', '183332.332500', '183332.792500', '183333.252500', '183333.712500', '183334.172500', '183334.632500', '183335.092500', '183335.552500', '183336.012500', '183336.472500', '183336.932500', '183337.392500', '183337.852500', '183338.312500', '183338.772500', '183339.232500', '183339.692500', '183340.152500', '183340.612500', '183341.072500', '183341.532500', '183341.992500', '183342.452500', '183342.912500', '183343.372500', '183343.832500', '183344.292500', '183344.752500', '183345.212500', '183345.672500', '183346.132500', '183346.592500', '183347.052500', '183347.512500', '183347.972500', '183348.432500', '183348.892500', '183349.352500', '183349.812500', '183350.272500', '183350.732500', '183351.192500', '183351.652500', '183352.112500', '183352.572500', '183353.032500', '183353.492500', '183353.952500', '183354.412500', '183354.872500', '183355.332500', '183355.792500', '183356.252500', '183356.712500', '183357.172500', '183357.632500', '183358.092500', '183358.552500', '183359.012500', '183359.472500', '183359.932500', '183400.392500', '183400.852500', '183401.312500', '183401.772500', '183402.232500', '183402.692500', '183403.152500', '183403.612500', '183404.072500', '183404.532500', '183404.992500', '183405.452500', '183405.912500', '183406.372500', '183406.832500', '183407.292500', '183407.752500', '183408.212500', '183408.672500', '183409.132500', '183409.592500', '183410.052500', '183410.512500', '183410.972500', '183411.432500', '183411.892500', '183412.352500', '183412.812500', '183413.272500', '183413.732500', '183414.192500', '183414.652500', '183415.112500', '183415.572500', '183416.032500', '183416.492500', '183416.952500', '183417.412500', '183417.872500', '183418.332500', '183418.792500', '183419.252500', '183419.712500', '183420.172500', '183420.632500', '183421.092500', '183421.552500', '183422.012500', '183422.472500', '183422.932500', '183423.392500', '183423.852500', '183424.312500', '183424.772500', '183425.232500', '183425.692500', '183426.152500', '183426.612500', '183427.072500', '183427.532500', '183427.992500', '183428.452500', '183428.912500', '183429.372500', '183429.832500', '183430.292500', '183430.752500', '183431.212500', '183431.672500', '183432.132500', '183432.592500', '183433.052500', '183433.512500', '183433.972500', '183434.432500', '183434.892500', '183435.352500', '183435.812500', '183436.272500', '183436.732500', '183437.192500', '183437.652500', '183438.112500', '183438.572500', '183439.032500', '183439.492500', '183439.952500', '183440.412500', '183440.872500', '183441.332500', '183441.792500', '183442.252500', '183442.712500', '183443.172500', '183443.632500', '183444.092500', '183444.552500', '183445.012500', '183445.472500', '183445.932500', '183446.392500', '183446.852500', '183447.312500', '183447.772500', '183448.232500', '183448.692500', '183449.152500', '183449.612500', '183450.072500', '183450.532500', '183450.992500', '183451.452500', '183451.912500', '183452.372500', '183452.832500', '183453.292500', '183453.752500', '183454.212500', '183454.672500', '183455.132500', '183455.592500', '183456.052500', '183456.512500', '183456.972500', '183457.432500', '183457.892500', '183458.352500', '183458.812500', '183459.272500', '183459.732500', '183500.192500', '183500.652500', '183501.112500', '183501.572500', '183502.032500', '183502.492500', '183502.952500', '183503.412500', '183503.872500', '183504.332500', '183504.792500', '183505.252500', '183505.712500', '183506.172500', '183506.632500', '183507.092500', '183507.552500', '183508.012500', '183508.472500', '183508.932500', '183509.392500', '183509.852500', '183510.312500', '183510.772500', '183511.232500', '183511.692500', '183512.152500', '183512.612500', '183513.072500', '183513.532500', '183513.992500', '183514.452500', '183514.912500', '183515.372500', '183515.832500', '183516.292500', '183516.752500', '183517.212500', '183517.672500', '183518.132500', '183518.592500'], 'ContentTime': ['182550.698000', '182550.701000', '182550.704000', '182550.707000', '182550.709000', '182550.712000', '182550.730000', '182550.732000', '182550.735000', '182550.737000', '182550.740000', '182550.743000', '182550.745000', '182550.748000', '182550.750000', '182550.753000', '182550.755000', '182550.758000', '182550.761000', '182550.763000', '182550.766000', '182550.768000', '182550.771000', '182550.774000', '182550.776000', '182550.779000', '182550.782000', '182550.784000', '182550.787000', '182550.789000', '182550.792000', '182550.794000', '182550.797000', '182550.800000', '182550.802000', '182550.805000', '182550.807000', '182550.810000', '182550.813000', '182550.815000', '182550.818000', '182550.820000', '182550.823000', '182550.826000', '182550.828000', '182550.831000', '182550.833000', '182550.836000', '182550.838000', '182550.841000', '182550.844000', '182550.846000', '182550.849000', '182550.851000', '182550.854000', '182550.857000', '182550.859000', '182550.862000', '182550.864000', '182550.867000', '182610.651000', '182610.654000', '182610.657000', '182610.659000', '182610.662000', '182610.665000', '182610.667000', '182610.670000', '182610.672000', '182610.675000', '182610.677000', '182610.680000', '182610.683000', '182610.685000', '182610.688000', '182610.691000', '182610.693000', '182610.696000', '182610.698000', '182610.701000', '182610.703000', '182610.706000', '182610.709000', '182610.711000', '182610.714000', '182610.717000', '182610.720000', '182610.723000', '182610.726000', '182610.728000', '182610.731000', '182610.734000', '182610.736000', '182610.739000', '182610.741000', '182610.744000', '182610.746000', '182610.749000', '182610.752000', '182610.754000', '182610.757000', '182610.760000', '182610.762000', '182630.651000', '182630.654000', '182630.657000', '182630.659000', '182630.663000', '182630.666000', '182630.668000', '182630.671000', '182630.674000', '182630.711000', '182630.714000', '182630.724000', '182630.726000', '182630.729000', '182630.732000', '182630.734000', '182630.737000', '182630.739000', '182630.742000', '182630.744000', '182630.747000', '182630.750000', '182630.752000', '182630.755000', '182630.758000', '182630.760000', '182630.763000', '182630.765000', '182630.768000', '182630.771000', '182630.773000', '182630.776000', '182630.779000', '182630.781000', '182630.784000', '182630.786000', '182630.789000', '182630.792000', '182630.794000', '182630.797000', '182630.800000', '182630.802000', '182630.805000', '182630.807000', '182650.651000', '182650.654000', '182650.657000', '182650.660000', '182650.662000', '182650.665000', '182650.667000', '182650.670000', '182650.673000', '182650.675000', '182650.678000', '182650.681000', '182650.683000', '182650.686000', '182650.688000', '182650.691000', '182650.694000', '182650.696000', '182650.699000', '182650.701000', '182650.704000', '182650.707000', '182650.709000', '182650.712000', '182650.715000', '182650.717000', '182650.720000', '182650.724000', '182650.726000', '182650.729000', '182650.732000', '182650.734000', '182650.737000', '182650.740000', '182650.742000', '182650.745000', '182650.748000', '182650.750000', '182650.753000', '182650.755000', '182650.758000', '182650.761000', '182650.763000', '182710.651000', '182710.654000', '182710.657000', '182710.660000', '182710.662000', '182710.665000', '182710.667000', '182710.670000', '182710.673000', '182710.675000', '182710.678000', '182710.681000', '182710.683000', '182710.686000', '182710.688000', '182710.691000', '182710.694000', '182710.696000', '182710.699000', '182710.701000', '182710.704000', '182710.707000', '182710.709000', '182710.712000', '182710.715000', '182710.717000', '182710.720000', '182710.723000', '182710.725000', '182710.728000', '182710.730000', '182710.733000', '182710.736000', '182710.738000', '182710.741000', '182710.751000', '182710.754000', '182710.757000', '182710.759000', '182710.762000', '182710.765000', '182710.768000', '182710.771000', '182710.773000', '182730.652000', '182730.655000', '182730.657000', '182730.660000', '182730.662000', '182730.665000', '182730.668000', '182730.670000', '182730.673000', '182730.676000', '182730.678000', '182730.681000', '182730.683000', '182730.686000', '182730.688000', '182730.691000', '182730.694000', '182730.696000', '182730.699000', '182730.701000', '182730.704000', '182730.707000', '182730.709000', '182730.712000', '182730.714000', '182730.717000', '182730.720000', '182730.722000', '182730.725000', '182730.727000', '182730.730000', '182730.733000', '182730.735000', '182730.738000', '182730.741000', '182730.743000', '182730.746000', '182730.748000', '182730.751000', '182730.754000', '182730.756000', '182730.760000', '182730.763000', '182750.651000', '182750.654000', '182750.657000', '182750.660000', '182750.662000', '182750.665000', '182750.668000', '182750.670000', '182750.673000', '182750.675000', '182750.678000', '182750.681000', '182750.683000', '182750.686000', '182750.689000', '182750.691000', '182750.694000', '182750.696000', '182750.699000', '182750.702000', '182750.704000', '182750.707000', '182750.710000', '182750.712000', '182750.715000', '182750.717000', '182750.720000', '182750.723000', '182750.725000', '182750.728000', '182750.730000', '182750.733000', '182750.736000', '182750.738000', '182750.741000', '182750.744000', '182750.746000', '182750.749000', '182750.752000', '182750.754000', '182750.757000', '182750.759000', '182750.762000', '182750.765000', '182810.651000', '182810.654000', '182810.657000', '182810.659000', '182810.674000', '182810.677000', '182810.679000', '182810.682000', '182810.685000', '182810.687000', '182810.690000', '182810.693000', '182810.695000', '182810.698000', '182810.701000', '182810.703000', '182810.706000', '182810.709000', '182810.712000', '182810.714000', '182810.717000', '182810.720000', '182810.722000', '182810.725000', '182810.727000', '182810.730000', '182810.733000', '182810.735000', '182810.738000', '182810.741000', '182810.743000', '182810.746000', '182810.748000', '182810.751000', '182810.754000', '182810.756000', '182810.759000', '182810.761000', '182810.764000', '182810.767000', '182810.769000', '182810.772000', '182810.774000', '182830.652000', '182830.655000', '182830.657000', '182830.660000', '182830.663000', '182830.666000', '182830.668000', '182830.671000', '182830.673000', '182830.676000', '182830.679000', '182830.681000', '182830.684000', '182830.686000', '182830.689000', '182830.692000', '182830.694000', '182830.697000', '182830.700000', '182830.702000', '182830.705000', '182830.708000', '182830.710000', '182830.713000', '182830.715000', '182830.718000', '182830.721000', '182830.723000', '182830.726000', '182830.729000', '182830.731000', '182830.734000', '182830.737000', '182830.739000', '182830.742000', '182830.745000', '182830.747000', '182830.750000', '182830.753000', '182830.755000', '182830.758000', '182830.760000', '182830.763000', '182830.766000', '182850.652000', '182850.655000', '182850.657000', '182850.660000', '182850.663000', '182850.665000', '182850.668000', '182850.671000', '182850.681000', '182850.683000', '182850.686000', '182850.688000', '182850.691000', '182850.694000', '182850.696000', '182850.699000', '182850.702000', '182850.704000', '182850.707000', '182850.710000', '182850.712000', '182850.715000', '182850.717000', '182850.720000', '182850.722000', '182850.725000', '182850.728000', '182850.730000', '182850.733000', '182850.736000', '182850.738000', '182850.741000', '182850.743000', '182850.746000', '182850.748000', '182850.752000', '182850.755000', '182850.758000', '182850.760000', '182850.763000', '182850.766000', '182850.768000', '182850.771000', '182910.651000', '182910.654000', '182910.657000', '182910.659000', '182910.662000', '182910.665000', '182910.667000', '182910.670000', '182910.673000', '182910.675000', '182910.678000', '182910.680000', '182910.683000', '182910.686000', '182910.688000', '182910.691000', '182910.694000', '182910.696000', '182910.699000', '182910.701000', '182910.704000', '182910.707000', '182910.709000', '182910.712000', '182910.714000', '182910.717000', '182910.720000', '182910.722000', '182910.725000', '182910.728000', '182910.730000', '182910.733000', '182910.736000', '182910.738000', '182910.741000', '182910.743000', '182910.746000', '182910.749000', '182910.751000', '182910.754000', '182910.756000', '182910.759000', '182910.761000', '182910.764000', '182930.652000', '182930.655000', '182930.659000', '182930.661000', '182930.664000', '182930.666000', '182930.669000', '182930.672000', '182930.674000', '182930.677000', '182930.680000', '182930.682000', '182930.685000', '182930.687000', '182930.690000', '182930.693000', '182930.695000', '182930.698000', '182930.700000', '182930.703000', '182930.706000', '182930.709000', '182930.711000', '182930.714000', '182930.716000', '182930.719000', '182930.722000', '182930.724000', '182930.727000', '182930.747000', '182930.750000', '182930.753000', '182930.755000', '182930.758000', '182930.761000', '182930.763000', '182930.766000', '182930.768000', '182930.771000', '182930.774000', '182930.776000', '182930.779000', '182930.781000', '182950.655000', '182950.658000', '182950.660000', '182950.663000', '182950.666000', '182950.668000', '182950.671000', '182950.674000', '182950.676000', '182950.679000', '182950.682000', '182950.684000', '182950.687000', '182950.690000', '182950.692000', '182950.695000', '182950.698000', '182950.700000', '182950.703000', '182950.706000', '182950.708000', '182950.711000', '182950.713000', '182950.716000', '182950.719000', '182950.721000', '182950.724000', '182950.727000', '182950.729000', '182950.732000', '182950.734000', '182950.737000', '182950.740000', '182950.742000', '182950.745000', '182950.747000', '182950.750000', '182950.753000', '182950.755000', '182950.758000', '182950.760000', '182950.763000', '182950.766000', '182950.769000', '183010.652000', '183010.655000', '183010.657000', '183010.660000', '183010.662000', '183010.665000', '183010.668000', '183010.670000', '183010.673000', '183010.676000', '183010.678000', '183010.681000', '183010.683000', '183010.686000', '183010.689000', '183010.691000', '183010.694000', '183010.696000', '183010.699000', '183010.702000', '183010.704000', '183010.707000', '183010.709000', '183010.712000', '183010.714000', '183010.717000', '183010.720000', '183010.723000', '183010.725000', '183010.728000', '183010.730000', '183010.733000', '183010.735000', '183010.738000', '183010.741000', '183010.743000', '183010.746000', '183010.749000', '183010.751000', '183010.754000', '183010.757000', '183010.759000', '183010.762000', '183030.651000', '183030.654000', '183030.657000', '183030.660000', '183030.663000', '183030.665000', '183030.668000', '183030.670000', '183030.673000', '183030.676000', '183030.678000', '183030.681000', '183030.684000', '183030.686000', '183030.689000', '183030.691000', '183030.694000', '183030.697000', '183030.699000', '183030.702000', '183030.705000', '183030.707000', '183030.710000', '183030.712000', '183030.715000', '183030.718000', '183030.720000', '183030.723000', '183030.725000', '183030.728000', '183030.731000', '183030.733000', '183030.736000', '183030.739000', '183030.741000', '183030.744000', '183030.747000', '183030.749000', '183030.752000', '183030.755000', '183030.757000', '183030.760000', '183030.763000', '183030.766000', '183050.652000', '183050.655000', '183050.657000', '183050.660000', '183050.663000', '183050.665000', '183050.668000', '183050.670000', '183050.673000', '183050.677000', '183050.679000', '183050.682000', '183050.685000', '183050.687000', '183050.690000', '183050.693000', '183050.695000', '183050.698000', '183050.701000', '183050.703000', '183050.706000', '183050.709000', '183050.711000', '183050.714000', '183050.716000', '183050.719000', '183050.722000', '183050.724000', '183050.727000', '183050.736000', '183050.738000', '183050.741000', '183050.744000', '183050.747000', '183050.749000', '183050.752000', '183050.754000', '183050.757000', '183050.760000', '183050.762000', '183050.765000', '183050.767000', '183050.770000', '183110.651000', '183110.654000', '183110.657000', '183110.660000', '183110.662000', '183110.665000', '183110.667000', '183110.670000', '183110.673000', '183110.675000', '183110.678000', '183110.681000', '183110.683000', '183110.686000', '183110.688000', '183110.691000', '183110.694000', '183110.696000', '183110.699000', '183110.702000', '183110.704000', '183110.707000', '183110.709000', '183110.724000', '183110.727000', '183110.729000', '183110.732000', '183110.734000', '183110.737000', '183110.740000', '183110.742000', '183110.745000', '183110.747000', '183110.750000', '183110.753000', '183110.755000', '183110.758000', '183110.760000', '183110.763000', '183110.766000', '183110.768000', '183110.771000', '183110.773000', '183130.652000', '183130.654000', '183130.657000', '183130.660000', '183130.663000', '183130.665000', '183130.668000', '183130.670000', '183130.673000', '183130.675000', '183130.678000', '183130.681000', '183130.683000', '183130.687000', '183130.690000', '183130.693000', '183130.695000', '183130.698000', '183130.700000', '183130.703000', '183130.706000', '183130.708000', '183130.711000', '183130.713000', '183130.716000', '183130.719000', '183130.721000', '183130.724000', '183130.727000', '183130.729000', '183130.732000', '183130.735000', '183130.737000', '183130.740000', '183130.742000', '183130.745000', '183130.748000', '183130.750000', '183130.753000', '183130.755000', '183130.758000', '183130.761000', '183130.763000', '183130.766000', '183150.653000', '183150.655000', '183150.658000', '183150.661000', '183150.664000', '183150.667000', '183150.670000', '183150.676000', '183150.679000', '183150.682000', '183150.685000', '183150.687000', '183150.690000', '183150.693000', '183150.696000', '183150.699000', '183150.708000', '183150.710000', '183150.713000', '183150.715000', '183150.718000', '183150.721000', '183150.723000', '183150.726000', '183150.729000', '183150.731000', '183150.734000', '183150.736000', '183150.739000', '183150.742000', '183150.744000', '183150.747000', '183150.750000', '183150.752000', '183150.755000', '183150.757000', '183150.760000', '183150.762000', '183150.765000', '183150.768000', '183150.770000', '183150.773000', '183150.776000', '183210.652000', '183210.654000', '183210.657000', '183210.660000', '183210.662000', '183210.665000', '183210.668000', '183210.670000', '183210.673000', '183210.676000', '183210.678000', '183210.681000', '183210.683000', '183210.686000', '183210.689000', '183210.691000', '183210.694000', '183210.696000', '183210.699000', '183210.702000', '183210.704000', '183210.707000', '183210.709000', '183210.712000', '183210.715000', '183210.717000', '183210.720000', '183210.723000', '183210.725000', '183210.728000', '183210.730000', '183210.733000', '183210.736000', '183210.738000', '183210.741000', '183210.744000', '183210.746000', '183210.749000', '183210.751000', '183210.754000', '183210.757000', '183210.759000', '183210.762000', '183210.764000', '183230.652000', '183230.654000', '183230.657000', '183230.660000', '183230.662000', '183230.665000', '183230.668000', '183230.698000', '183230.701000', '183230.703000', '183230.706000', '183230.709000', '183230.712000', '183230.714000', '183230.717000', '183230.720000', '183230.722000', '183230.725000', '183230.727000', '183230.730000', '183230.733000', '183230.735000', '183230.738000', '183230.741000', '183230.743000', '183230.746000', '183230.748000', '183230.751000', '183230.754000', '183230.756000', '183230.759000', '183230.761000', '183230.764000', '183230.767000', '183230.769000', '183230.772000', '183230.775000', '183230.777000', '183230.780000', '183230.783000', '183230.785000', '183230.788000', '183230.790000', '183230.793000', '183250.652000', '183250.655000', '183250.657000', '183250.660000', '183250.663000', '183250.665000', '183250.668000', '183250.671000', '183250.673000', '183250.676000', '183250.679000', '183250.681000', '183250.684000', '183250.687000', '183250.689000', '183250.692000', '183250.695000', '183250.697000', '183250.700000', '183250.703000', '183250.705000', '183250.708000', '183250.711000', '183250.714000', '183250.716000', '183250.719000', '183250.722000', '183250.725000', '183250.727000', '183250.730000', '183250.732000', '183250.735000', '183250.738000', '183250.741000', '183250.743000', '183250.746000', '183250.749000', '183250.751000', '183250.754000', '183250.757000', '183250.759000', '183250.762000', '183250.764000', '183310.651000', '183310.654000', '183310.657000', '183310.659000', '183310.662000', '183310.665000', '183310.667000', '183310.670000', '183310.673000', '183310.675000', '183310.678000', '183310.680000', '183310.683000', '183310.686000', '183310.688000', '183310.691000', '183310.693000', '183310.696000', '183310.699000', '183310.701000', '183310.704000', '183310.707000', '183310.709000', '183310.712000', '183310.714000', '183310.717000', '183310.720000', '183310.723000', '183310.726000', '183310.729000', '183310.731000', '183310.734000', '183310.737000', '183310.739000', '183310.742000', '183310.745000', '183310.748000', '183310.750000', '183310.753000', '183310.755000', '183310.758000', '183310.761000', '183310.763000', '183330.652000', '183330.655000', '183330.657000', '183330.660000', '183330.662000', '183330.665000', '183330.668000', '183330.670000', '183330.673000', '183330.676000', '183330.678000', '183330.681000', '183330.683000', '183330.686000', '183330.689000', '183330.691000', '183330.694000', '183330.697000', '183330.699000', '183330.702000', '183330.705000', '183330.707000', '183330.710000', '183330.712000', '183330.715000', '183330.718000', '183330.720000', '183330.723000', '183330.726000', '183330.728000', '183330.731000', '183330.734000', '183330.736000', '183330.739000', '183330.742000', '183330.744000', '183330.747000', '183330.749000', '183330.752000', '183330.755000', '183330.757000', '183330.760000', '183330.762000', '183330.765000', '183350.652000', '183350.654000', '183350.657000', '183350.660000', '183350.671000', '183350.674000', '183350.676000', '183350.679000', '183350.682000', '183350.684000', '183350.687000', '183350.690000', '183350.692000', '183350.695000', '183350.698000', '183350.700000', '183350.703000', '183350.708000', '183350.710000', '183350.713000', '183350.715000', '183350.719000', '183350.722000', '183350.725000', '183350.728000', '183350.731000', '183350.734000', '183350.737000', '183350.739000', '183350.742000', '183350.745000', '183350.747000', '183350.750000', '183350.753000', '183350.755000', '183350.758000', '183350.760000', '183350.763000', '183350.766000', '183350.768000', '183350.771000', '183350.774000', '183350.776000', '183410.653000', '183410.656000', '183410.658000', '183410.661000', '183410.664000', '183410.666000', '183410.669000', '183410.672000', '183410.675000', '183410.677000', '183410.680000', '183410.682000', '183410.685000', '183410.688000', '183410.690000', '183410.693000', '183410.696000', '183410.698000', '183410.701000', '183410.703000', '183410.706000', '183410.709000', '183410.712000', '183410.715000', '183410.717000', '183410.720000', '183410.722000', '183410.725000', '183410.728000', '183410.730000', '183410.733000', '183410.736000', '183410.738000', '183410.741000', '183410.744000', '183410.746000', '183410.749000', '183410.752000', '183410.754000', '183410.757000', '183410.759000', '183410.762000', '183410.765000', '183410.767000', '183430.652000', '183430.655000', '183430.657000', '183430.660000', '183430.663000', '183430.665000', '183430.668000', '183430.671000', '183430.673000', '183430.676000', '183430.678000', '183430.681000', '183430.684000', '183430.686000', '183430.689000', '183430.691000', '183430.694000', '183430.697000', '183430.699000', '183430.702000', '183430.705000', '183430.707000', '183430.710000', '183430.712000', '183430.715000', '183430.718000', '183430.720000', '183430.723000', '183430.726000', '183430.728000', '183430.731000', '183430.733000', '183430.736000', '183430.739000', '183430.741000', '183430.744000', '183430.747000', '183430.749000', '183430.752000', '183430.754000', '183430.757000', '183430.760000', '183430.762000', '183450.652000', '183450.654000', '183450.657000', '183450.660000', '183450.663000', '183450.665000', '183450.668000', '183450.671000', '183450.673000', '183450.676000', '183450.678000', '183450.681000', '183450.683000', '183450.686000', '183450.689000', '183450.691000', '183450.694000', '183450.697000', '183450.699000', '183450.702000', '183450.705000', '183450.707000', '183450.710000', '183450.712000', '183450.715000', '183450.718000', '183450.720000', '183450.723000', '183450.725000', '183450.728000', '183450.731000', '183450.733000', '183450.736000', '183450.738000', '183450.741000', '183450.744000', '183450.747000', '183450.749000', '183450.752000', '183450.755000', '183450.757000', '183450.760000', '183450.762000', '183450.765000', '183510.651000', '183510.654000', '183510.657000', '183510.660000', '183510.662000', '183510.665000', '183510.668000', '183510.670000', '183510.673000', '183510.676000', '183510.690000', '183510.693000', '183510.695000', '183510.698000', '183510.700000', '183510.703000', '183510.706000', '183510.709000', '183510.711000', '183510.714000', '183510.716000', '183510.719000', '183510.722000', '183510.724000', '183510.727000', '183510.729000', '183510.732000', '183510.735000', '183510.737000', '183510.740000', '183510.743000', '183510.745000', '183510.748000', '183510.751000', '183510.753000', '183510.756000', '183510.759000', '183510.762000', '183510.765000', '183510.767000', '183510.770000', '183510.773000', '183510.775000', '183519.906000', '183519.909000', '183519.912000', '183519.915000', '183519.917000', '183519.920000', '183519.923000', '183519.925000', '183519.929000', '183519.932000', '183519.934000', '183519.939000', '183519.944000', '183519.951000', '183519.954000', '183519.957000', '183519.960000', '183519.963000', '183519.966000', '183519.968000', '183519.972000'], 'InstanceCreationTime': ['182550.698000', '182550.701000', '182550.704000', '182550.707000', '182550.709000', '182550.712000', '182550.730000', '182550.732000', '182550.735000', '182550.737000', '182550.740000', '182550.743000', '182550.745000', '182550.748000', '182550.750000', '182550.753000', '182550.755000', '182550.758000', '182550.761000', '182550.763000', '182550.766000', '182550.768000', '182550.771000', '182550.774000', '182550.776000', '182550.779000', '182550.782000', '182550.784000', '182550.787000', '182550.789000', '182550.792000', '182550.794000', '182550.797000', '182550.800000', '182550.802000', '182550.805000', '182550.807000', '182550.810000', '182550.813000', '182550.815000', '182550.818000', '182550.820000', '182550.823000', '182550.826000', '182550.828000', '182550.831000', '182550.833000', '182550.836000', '182550.838000', '182550.841000', '182550.844000', '182550.846000', '182550.849000', '182550.851000', '182550.854000', '182550.857000', '182550.859000', '182550.862000', '182550.864000', '182550.867000', '182610.651000', '182610.654000', '182610.657000', '182610.659000', '182610.662000', '182610.665000', '182610.667000', '182610.670000', '182610.672000', '182610.675000', '182610.677000', '182610.680000', '182610.683000', '182610.685000', '182610.688000', '182610.691000', '182610.693000', '182610.696000', '182610.698000', '182610.701000', '182610.703000', '182610.706000', '182610.709000', '182610.711000', '182610.714000', '182610.717000', '182610.720000', '182610.723000', '182610.726000', '182610.728000', '182610.731000', '182610.734000', '182610.736000', '182610.739000', '182610.741000', '182610.744000', '182610.746000', '182610.749000', '182610.752000', '182610.754000', '182610.757000', '182610.760000', '182610.762000', '182630.651000', '182630.654000', '182630.657000', '182630.659000', '182630.663000', '182630.666000', '182630.668000', '182630.671000', '182630.674000', '182630.711000', '182630.714000', '182630.724000', '182630.726000', '182630.729000', '182630.732000', '182630.734000', '182630.737000', '182630.739000', '182630.742000', '182630.744000', '182630.747000', '182630.750000', '182630.752000', '182630.755000', '182630.758000', '182630.760000', '182630.763000', '182630.765000', '182630.768000', '182630.771000', '182630.773000', '182630.776000', '182630.779000', '182630.781000', '182630.784000', '182630.786000', '182630.789000', '182630.792000', '182630.794000', '182630.797000', '182630.800000', '182630.802000', '182630.805000', '182630.807000', '182650.651000', '182650.654000', '182650.657000', '182650.660000', '182650.662000', '182650.665000', '182650.667000', '182650.670000', '182650.673000', '182650.675000', '182650.678000', '182650.681000', '182650.683000', '182650.686000', '182650.688000', '182650.691000', '182650.694000', '182650.696000', '182650.699000', '182650.701000', '182650.704000', '182650.707000', '182650.709000', '182650.712000', '182650.715000', '182650.717000', '182650.720000', '182650.724000', '182650.726000', '182650.729000', '182650.732000', '182650.734000', '182650.737000', '182650.740000', '182650.742000', '182650.745000', '182650.748000', '182650.750000', '182650.753000', '182650.755000', '182650.758000', '182650.761000', '182650.763000', '182710.651000', '182710.654000', '182710.657000', '182710.660000', '182710.662000', '182710.665000', '182710.667000', '182710.670000', '182710.673000', '182710.675000', '182710.678000', '182710.681000', '182710.683000', '182710.686000', '182710.688000', '182710.691000', '182710.694000', '182710.696000', '182710.699000', '182710.701000', '182710.704000', '182710.707000', '182710.709000', '182710.712000', '182710.715000', '182710.717000', '182710.720000', '182710.723000', '182710.725000', '182710.728000', '182710.730000', '182710.733000', '182710.736000', '182710.738000', '182710.741000', '182710.751000', '182710.754000', '182710.757000', '182710.759000', '182710.762000', '182710.765000', '182710.768000', '182710.771000', '182710.773000', '182730.652000', '182730.655000', '182730.657000', '182730.660000', '182730.662000', '182730.665000', '182730.668000', '182730.670000', '182730.673000', '182730.676000', '182730.678000', '182730.681000', '182730.683000', '182730.686000', '182730.688000', '182730.691000', '182730.694000', '182730.696000', '182730.699000', '182730.701000', '182730.704000', '182730.707000', '182730.709000', '182730.712000', '182730.714000', '182730.717000', '182730.720000', '182730.722000', '182730.725000', '182730.727000', '182730.730000', '182730.733000', '182730.735000', '182730.738000', '182730.741000', '182730.743000', '182730.746000', '182730.748000', '182730.751000', '182730.754000', '182730.756000', '182730.760000', '182730.763000', '182750.651000', '182750.654000', '182750.657000', '182750.660000', '182750.662000', '182750.665000', '182750.668000', '182750.670000', '182750.673000', '182750.675000', '182750.678000', '182750.681000', '182750.683000', '182750.686000', '182750.689000', '182750.691000', '182750.694000', '182750.696000', '182750.699000', '182750.702000', '182750.704000', '182750.707000', '182750.710000', '182750.712000', '182750.715000', '182750.717000', '182750.720000', '182750.723000', '182750.725000', '182750.728000', '182750.730000', '182750.733000', '182750.736000', '182750.738000', '182750.741000', '182750.744000', '182750.746000', '182750.749000', '182750.752000', '182750.754000', '182750.757000', '182750.759000', '182750.762000', '182750.765000', '182810.651000', '182810.654000', '182810.657000', '182810.659000', '182810.674000', '182810.677000', '182810.679000', '182810.682000', '182810.685000', '182810.687000', '182810.690000', '182810.693000', '182810.695000', '182810.698000', '182810.701000', '182810.703000', '182810.706000', '182810.709000', '182810.712000', '182810.714000', '182810.717000', '182810.720000', '182810.722000', '182810.725000', '182810.727000', '182810.730000', '182810.733000', '182810.735000', '182810.738000', '182810.741000', '182810.743000', '182810.746000', '182810.748000', '182810.751000', '182810.754000', '182810.756000', '182810.759000', '182810.761000', '182810.764000', '182810.767000', '182810.769000', '182810.772000', '182810.774000', '182830.652000', '182830.655000', '182830.657000', '182830.660000', '182830.663000', '182830.666000', '182830.668000', '182830.671000', '182830.673000', '182830.676000', '182830.679000', '182830.681000', '182830.684000', '182830.686000', '182830.689000', '182830.692000', '182830.694000', '182830.697000', '182830.700000', '182830.702000', '182830.705000', '182830.708000', '182830.710000', '182830.713000', '182830.715000', '182830.718000', '182830.721000', '182830.723000', '182830.726000', '182830.729000', '182830.731000', '182830.734000', '182830.737000', '182830.739000', '182830.742000', '182830.745000', '182830.747000', '182830.750000', '182830.753000', '182830.755000', '182830.758000', '182830.760000', '182830.763000', '182830.766000', '182850.652000', '182850.655000', '182850.657000', '182850.660000', '182850.663000', '182850.665000', '182850.668000', '182850.671000', '182850.681000', '182850.683000', '182850.686000', '182850.688000', '182850.691000', '182850.694000', '182850.696000', '182850.699000', '182850.702000', '182850.704000', '182850.707000', '182850.710000', '182850.712000', '182850.715000', '182850.717000', '182850.720000', '182850.722000', '182850.725000', '182850.728000', '182850.730000', '182850.733000', '182850.736000', '182850.738000', '182850.741000', '182850.743000', '182850.746000', '182850.748000', '182850.752000', '182850.755000', '182850.758000', '182850.760000', '182850.763000', '182850.766000', '182850.768000', '182850.771000', '182910.651000', '182910.654000', '182910.657000', '182910.659000', '182910.662000', '182910.665000', '182910.667000', '182910.670000', '182910.673000', '182910.675000', '182910.678000', '182910.680000', '182910.683000', '182910.686000', '182910.688000', '182910.691000', '182910.694000', '182910.696000', '182910.699000', '182910.701000', '182910.704000', '182910.707000', '182910.709000', '182910.712000', '182910.714000', '182910.717000', '182910.720000', '182910.722000', '182910.725000', '182910.728000', '182910.730000', '182910.733000', '182910.736000', '182910.738000', '182910.741000', '182910.743000', '182910.746000', '182910.749000', '182910.751000', '182910.754000', '182910.756000', '182910.759000', '182910.761000', '182910.764000', '182930.652000', '182930.655000', '182930.659000', '182930.661000', '182930.664000', '182930.666000', '182930.669000', '182930.672000', '182930.674000', '182930.677000', '182930.680000', '182930.682000', '182930.685000', '182930.687000', '182930.690000', '182930.693000', '182930.695000', '182930.698000', '182930.700000', '182930.703000', '182930.706000', '182930.709000', '182930.711000', '182930.714000', '182930.716000', '182930.719000', '182930.722000', '182930.724000', '182930.727000', '182930.747000', '182930.750000', '182930.753000', '182930.755000', '182930.758000', '182930.761000', '182930.763000', '182930.766000', '182930.768000', '182930.771000', '182930.774000', '182930.776000', '182930.779000', '182930.781000', '182950.655000', '182950.658000', '182950.660000', '182950.663000', '182950.666000', '182950.668000', '182950.671000', '182950.674000', '182950.676000', '182950.679000', '182950.682000', '182950.684000', '182950.687000', '182950.690000', '182950.692000', '182950.695000', '182950.698000', '182950.700000', '182950.703000', '182950.706000', '182950.708000', '182950.711000', '182950.713000', '182950.716000', '182950.719000', '182950.721000', '182950.724000', '182950.727000', '182950.729000', '182950.732000', '182950.734000', '182950.737000', '182950.740000', '182950.742000', '182950.745000', '182950.747000', '182950.750000', '182950.753000', '182950.755000', '182950.758000', '182950.760000', '182950.763000', '182950.766000', '182950.769000', '183010.652000', '183010.655000', '183010.657000', '183010.660000', '183010.662000', '183010.665000', '183010.668000', '183010.670000', '183010.673000', '183010.676000', '183010.678000', '183010.681000', '183010.683000', '183010.686000', '183010.689000', '183010.691000', '183010.694000', '183010.696000', '183010.699000', '183010.702000', '183010.704000', '183010.707000', '183010.709000', '183010.712000', '183010.714000', '183010.717000', '183010.720000', '183010.723000', '183010.725000', '183010.728000', '183010.730000', '183010.733000', '183010.735000', '183010.738000', '183010.741000', '183010.743000', '183010.746000', '183010.749000', '183010.751000', '183010.754000', '183010.757000', '183010.759000', '183010.762000', '183030.651000', '183030.654000', '183030.657000', '183030.660000', '183030.663000', '183030.665000', '183030.668000', '183030.670000', '183030.673000', '183030.676000', '183030.678000', '183030.681000', '183030.684000', '183030.686000', '183030.689000', '183030.691000', '183030.694000', '183030.697000', '183030.699000', '183030.702000', '183030.705000', '183030.707000', '183030.710000', '183030.712000', '183030.715000', '183030.718000', '183030.720000', '183030.723000', '183030.725000', '183030.728000', '183030.731000', '183030.733000', '183030.736000', '183030.739000', '183030.741000', '183030.744000', '183030.747000', '183030.749000', '183030.752000', '183030.755000', '183030.757000', '183030.760000', '183030.763000', '183030.766000', '183050.652000', '183050.655000', '183050.657000', '183050.660000', '183050.663000', '183050.665000', '183050.668000', '183050.670000', '183050.673000', '183050.677000', '183050.679000', '183050.682000', '183050.685000', '183050.687000', '183050.690000', '183050.693000', '183050.695000', '183050.698000', '183050.701000', '183050.703000', '183050.706000', '183050.709000', '183050.711000', '183050.714000', '183050.716000', '183050.719000', '183050.722000', '183050.724000', '183050.727000', '183050.736000', '183050.738000', '183050.741000', '183050.744000', '183050.747000', '183050.749000', '183050.752000', '183050.754000', '183050.757000', '183050.760000', '183050.762000', '183050.765000', '183050.767000', '183050.770000', '183110.651000', '183110.654000', '183110.657000', '183110.660000', '183110.662000', '183110.665000', '183110.667000', '183110.670000', '183110.673000', '183110.675000', '183110.678000', '183110.681000', '183110.683000', '183110.686000', '183110.688000', '183110.691000', '183110.694000', '183110.696000', '183110.699000', '183110.702000', '183110.704000', '183110.707000', '183110.709000', '183110.724000', '183110.727000', '183110.729000', '183110.732000', '183110.734000', '183110.737000', '183110.740000', '183110.742000', '183110.745000', '183110.747000', '183110.750000', '183110.753000', '183110.755000', '183110.758000', '183110.760000', '183110.763000', '183110.766000', '183110.768000', '183110.771000', '183110.773000', '183130.652000', '183130.654000', '183130.657000', '183130.660000', '183130.663000', '183130.665000', '183130.668000', '183130.670000', '183130.673000', '183130.675000', '183130.678000', '183130.681000', '183130.683000', '183130.687000', '183130.690000', '183130.693000', '183130.695000', '183130.698000', '183130.700000', '183130.703000', '183130.706000', '183130.708000', '183130.711000', '183130.713000', '183130.716000', '183130.719000', '183130.721000', '183130.724000', '183130.727000', '183130.729000', '183130.732000', '183130.735000', '183130.737000', '183130.740000', '183130.742000', '183130.745000', '183130.748000', '183130.750000', '183130.753000', '183130.755000', '183130.758000', '183130.761000', '183130.763000', '183130.766000', '183150.653000', '183150.655000', '183150.658000', '183150.661000', '183150.664000', '183150.667000', '183150.670000', '183150.676000', '183150.679000', '183150.682000', '183150.685000', '183150.687000', '183150.690000', '183150.693000', '183150.696000', '183150.699000', '183150.708000', '183150.710000', '183150.713000', '183150.715000', '183150.718000', '183150.721000', '183150.723000', '183150.726000', '183150.729000', '183150.731000', '183150.734000', '183150.736000', '183150.739000', '183150.742000', '183150.744000', '183150.747000', '183150.750000', '183150.752000', '183150.755000', '183150.757000', '183150.760000', '183150.762000', '183150.765000', '183150.768000', '183150.770000', '183150.773000', '183150.776000', '183210.652000', '183210.654000', '183210.657000', '183210.660000', '183210.662000', '183210.665000', '183210.668000', '183210.670000', '183210.673000', '183210.676000', '183210.678000', '183210.681000', '183210.683000', '183210.686000', '183210.689000', '183210.691000', '183210.694000', '183210.696000', '183210.699000', '183210.702000', '183210.704000', '183210.707000', '183210.709000', '183210.712000', '183210.715000', '183210.717000', '183210.720000', '183210.723000', '183210.725000', '183210.728000', '183210.730000', '183210.733000', '183210.736000', '183210.738000', '183210.741000', '183210.744000', '183210.746000', '183210.749000', '183210.751000', '183210.754000', '183210.757000', '183210.759000', '183210.762000', '183210.764000', '183230.652000', '183230.654000', '183230.657000', '183230.660000', '183230.662000', '183230.665000', '183230.668000', '183230.698000', '183230.701000', '183230.703000', '183230.706000', '183230.709000', '183230.712000', '183230.714000', '183230.717000', '183230.720000', '183230.722000', '183230.725000', '183230.727000', '183230.730000', '183230.733000', '183230.735000', '183230.738000', '183230.741000', '183230.743000', '183230.746000', '183230.748000', '183230.751000', '183230.754000', '183230.756000', '183230.759000', '183230.761000', '183230.764000', '183230.767000', '183230.769000', '183230.772000', '183230.775000', '183230.777000', '183230.780000', '183230.783000', '183230.785000', '183230.788000', '183230.790000', '183230.793000', '183250.652000', '183250.655000', '183250.657000', '183250.660000', '183250.663000', '183250.665000', '183250.668000', '183250.671000', '183250.673000', '183250.676000', '183250.679000', '183250.681000', '183250.684000', '183250.687000', '183250.689000', '183250.692000', '183250.695000', '183250.697000', '183250.700000', '183250.703000', '183250.705000', '183250.708000', '183250.711000', '183250.714000', '183250.716000', '183250.719000', '183250.722000', '183250.725000', '183250.727000', '183250.730000', '183250.732000', '183250.735000', '183250.738000', '183250.741000', '183250.743000', '183250.746000', '183250.749000', '183250.751000', '183250.754000', '183250.757000', '183250.759000', '183250.762000', '183250.764000', '183310.651000', '183310.654000', '183310.657000', '183310.659000', '183310.662000', '183310.665000', '183310.667000', '183310.670000', '183310.673000', '183310.675000', '183310.678000', '183310.680000', '183310.683000', '183310.686000', '183310.688000', '183310.691000', '183310.693000', '183310.696000', '183310.699000', '183310.701000', '183310.704000', '183310.707000', '183310.709000', '183310.712000', '183310.714000', '183310.717000', '183310.720000', '183310.723000', '183310.726000', '183310.729000', '183310.731000', '183310.734000', '183310.737000', '183310.739000', '183310.742000', '183310.745000', '183310.748000', '183310.750000', '183310.753000', '183310.755000', '183310.758000', '183310.761000', '183310.763000', '183330.652000', '183330.655000', '183330.657000', '183330.660000', '183330.662000', '183330.665000', '183330.668000', '183330.670000', '183330.673000', '183330.676000', '183330.678000', '183330.681000', '183330.683000', '183330.686000', '183330.689000', '183330.691000', '183330.694000', '183330.697000', '183330.699000', '183330.702000', '183330.705000', '183330.707000', '183330.710000', '183330.712000', '183330.715000', '183330.718000', '183330.720000', '183330.723000', '183330.726000', '183330.728000', '183330.731000', '183330.734000', '183330.736000', '183330.739000', '183330.742000', '183330.744000', '183330.747000', '183330.749000', '183330.752000', '183330.755000', '183330.757000', '183330.760000', '183330.762000', '183330.765000', '183350.652000', '183350.654000', '183350.657000', '183350.660000', '183350.671000', '183350.674000', '183350.676000', '183350.679000', '183350.682000', '183350.684000', '183350.687000', '183350.690000', '183350.692000', '183350.695000', '183350.698000', '183350.700000', '183350.703000', '183350.708000', '183350.710000', '183350.713000', '183350.715000', '183350.719000', '183350.722000', '183350.725000', '183350.728000', '183350.731000', '183350.734000', '183350.737000', '183350.739000', '183350.742000', '183350.745000', '183350.747000', '183350.750000', '183350.753000', '183350.755000', '183350.758000', '183350.760000', '183350.763000', '183350.766000', '183350.768000', '183350.771000', '183350.774000', '183350.776000', '183410.653000', '183410.656000', '183410.658000', '183410.661000', '183410.664000', '183410.666000', '183410.669000', '183410.672000', '183410.675000', '183410.677000', '183410.680000', '183410.682000', '183410.685000', '183410.688000', '183410.690000', '183410.693000', '183410.696000', '183410.698000', '183410.701000', '183410.703000', '183410.706000', '183410.709000', '183410.712000', '183410.715000', '183410.717000', '183410.720000', '183410.722000', '183410.725000', '183410.728000', '183410.730000', '183410.733000', '183410.736000', '183410.738000', '183410.741000', '183410.744000', '183410.746000', '183410.749000', '183410.752000', '183410.754000', '183410.757000', '183410.759000', '183410.762000', '183410.765000', '183410.767000', '183430.652000', '183430.655000', '183430.657000', '183430.660000', '183430.663000', '183430.665000', '183430.668000', '183430.671000', '183430.673000', '183430.676000', '183430.678000', '183430.681000', '183430.684000', '183430.686000', '183430.689000', '183430.691000', '183430.694000', '183430.697000', '183430.699000', '183430.702000', '183430.705000', '183430.707000', '183430.710000', '183430.712000', '183430.715000', '183430.718000', '183430.720000', '183430.723000', '183430.726000', '183430.728000', '183430.731000', '183430.733000', '183430.736000', '183430.739000', '183430.741000', '183430.744000', '183430.747000', '183430.749000', '183430.752000', '183430.754000', '183430.757000', '183430.760000', '183430.762000', '183450.652000', '183450.654000', '183450.657000', '183450.660000', '183450.663000', '183450.665000', '183450.668000', '183450.671000', '183450.673000', '183450.676000', '183450.678000', '183450.681000', '183450.683000', '183450.686000', '183450.689000', '183450.691000', '183450.694000', '183450.697000', '183450.699000', '183450.702000', '183450.705000', '183450.707000', '183450.710000', '183450.712000', '183450.715000', '183450.718000', '183450.720000', '183450.723000', '183450.725000', '183450.728000', '183450.731000', '183450.733000', '183450.736000', '183450.738000', '183450.741000', '183450.744000', '183450.747000', '183450.749000', '183450.752000', '183450.755000', '183450.757000', '183450.760000', '183450.762000', '183450.765000', '183510.651000', '183510.654000', '183510.657000', '183510.660000', '183510.662000', '183510.665000', '183510.668000', '183510.670000', '183510.673000', '183510.676000', '183510.690000', '183510.693000', '183510.695000', '183510.698000', '183510.700000', '183510.703000', '183510.706000', '183510.709000', '183510.711000', '183510.714000', '183510.716000', '183510.719000', '183510.722000', '183510.724000', '183510.727000', '183510.729000', '183510.732000', '183510.735000', '183510.737000', '183510.740000', '183510.743000', '183510.745000', '183510.748000', '183510.751000', '183510.753000', '183510.756000', '183510.759000', '183510.762000', '183510.765000', '183510.767000', '183510.770000', '183510.773000', '183510.775000', '183519.906000', '183519.909000', '183519.912000', '183519.915000', '183519.917000', '183519.920000', '183519.923000', '183519.925000', '183519.929000', '183519.932000', '183519.934000', '183519.939000', '183519.944000', '183519.951000', '183519.954000', '183519.957000', '183519.960000', '183519.963000', '183519.966000', '183519.968000', '183519.972000'], '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': [9871, 11038, 9767, 10583, 9702, 11872, 9338, 11814, 7996, 11798, 9029, 8296, 8984, 8385, 9931, 7945, 11607, 10490, 9712, 12162, 10393, 13360, 10863, 15476, 10173, 13093, 9553, 11349, 9970, 11112, 9410, 12355, 9878, 12639, 9497, 9797, 9067, 10346, 7754, 8413, 10059, 8250, 9873, 7661, 9519, 10301, 7730, 11868, 8678, 8534, 10852, 8415, 13679, 10681, 11581, 9106, 7547, 11071, 9015, 12677, 10166, 9103, 10247, 8705, 12199, 9755, 11856, 8602, 8584, 10085, 8324, 13852, 10257, 11237, 8441, 8708, 11063, 9330, 13392, 8786, 11972, 9178, 9696, 12443, 10909, 12491, 8920, 13822, 11174, 9672, 12621, 9150, 11255, 8785, 10860, 12666, 10839, 10883, 9287, 12555, 11162, 10232, 13006, 9212, 12238, 9200, 9360, 14076, 10385, 11603, 9321, 9774, 11583, 10522, 13029, 9732, 9529, 11307, 9835, 13816, 10224, 12771, 9489, 9605, 11497, 11088, 14176, 10857, 10665, 11155, 9652, 12843, 10044, 14125, 11845, 9581, 10798, 9931, 12054, 9161, 14038, 11925, 9368, 11438, 10295, 13250, 10162, 11636, 13242, 10417, 10800, 9349, 9907, 11003, 9134, 14238, 9773, 11396, 9208, 8719, 11466, 9213, 13780, 10032, 8692, 10371, 10025, 13021, 9424, 12641, 10959, 8789, 11448, 9682, 12966, 10425, 9631, 10550, 9096, 13058, 8836, 13870, 11901, 11580, 11708, 9346, 12501, 9144, 13525, 11683, 10080, 11386, 9223, 12287, 9083, 12551, 9733, 12664, 10760, 8319, 11101, 8780, 12068, 9915, 8705, 11719, 8622, 11468, 10117, 10261, 12815, 10643, 12248, 9683, 11820, 10333, 12209, 13831, 10085, 13141, 8941, 13140, 10813, 13063, 12631, 9590, 11875, 8934, 13105, 10839, 11054, 11965, 9681, 12123, 9364, 13620, 10388, 13812, 8729, 9707, 7470, 9214, 9837, 8730, 10556, 8438, 8583, 9751, 10863, 10615, 11093, 8781, 8587, 11006, 9335, 9844, 8076, 10192, 8733, 9405, 9713, 9601, 13780, 14821, 11829, 10141, 10250, 9071, 9913, 9982, 10408, 13390, 9583, 9215, 7451, 8737, 7767, 11171, 10806, 9815, 9882, 7407, 10931, 8437, 11117, 11298, 9413, 8983, 7816, 10543, 9626, 9134, 12106, 13461, 8830, 8874, 10771, 9534, 9620, 9431, 13518, 10019, 10544, 9520, 9730, 10141, 9474, 15032, 9807, 9091, 10894, 9461, 9367, 10154, 9844, 8634, 10160, 10544, 10041, 8763, 9492, 9225, 9342, 10089, 11475, 9101, 8070, 9203, 8675, 10175, 10663, 9452, 13416, 9751, 10466, 11947, 11235, 15576, 13068, 14684, 9371, 10979, 10424, 11196, 9025, 12717, 10077, 9183, 11149, 10716, 14046, 14097, 15630, 14664, 10893, 9468, 8962, 8840, 10837, 10928, 10545, 9164, 8851, 10429, 11181, 13438, 9831, 9210, 8832, 10710, 11120, 10526, 13775, 10484, 9486, 9045, 10790, 9171, 10921, 10580, 9231, 10436, 9215, 10608, 11546, 11749, 11237, 11011, 10207, 9926, 10918, 10518, 9546, 11215, 9431, 9489, 10451, 10947, 9001, 9107, 11381, 9267, 7978, 9914, 10134, 9596, 9336, 11984, 10340, 10478, 11320, 8614, 9959, 11083, 12925, 10565, 10866, 10496, 10717, 13164, 10981, 8046, 9057, 7936, 9358, 10453, 10164, 10712, 9150, 11610, 11560, 10722, 10929, 11500, 10714, 10186, 12223, 13600, 13048, 11348, 13229, 13899, 14157, 12399, 11098, 12611, 10029, 13543, 14372, 12608, 10750, 11300, 12406, 11492, 11046, 11444, 9844, 9585, 11879, 10151, 10224, 11360, 9860, 9321, 8453, 9665, 12192, 11565, 12410, 10198, 8908, 10424, 10833, 11373, 8645, 11454, 10550, 10731, 9370, 8491, 8960, 11083, 11240, 9390, 9207, 9613, 10862, 9595, 8529, 9601, 9078, 10477, 8974, 9777, 9245, 12017, 10848, 13389, 8985, 9643, 8432, 9363, 10680, 8899, 10795, 9237, 9215, 8439, 10064, 10332, 11585, 12363, 9503, 11382, 9815, 10064, 9532, 10265, 10391, 8066, 8371, 10376, 9406, 9217, 12036, 11697, 14019, 9915, 11177, 10417, 9575, 12129, 9722, 12804, 9617, 9085, 9023, 10798, 8676, 9208, 8629, 8839, 10702, 9136, 8964, 8580, 12770, 9135, 9713, 8209, 7670, 9648, 10930, 13058, 9362, 7942, 9574, 11028, 10602, 11207, 11876, 12551, 9118, 10060, 10454, 8488, 9529, 8729, 11597, 10363, 10788, 9416, 8772, 9249, 11151, 9596, 9602, 11358, 12701, 10745, 16180, 12839, 14285, 15059, 9009, 9751, 13685, 10808, 11100, 9333, 11069, 9005, 11147, 10402, 13204, 10305, 8828, 8984, 11134, 9118, 9478, 9548, 12862, 9574, 8864, 10174, 9226, 8981, 9539, 12924, 10099, 10413, 9265, 9668, 9073, 9542, 10503, 11261, 12123, 8485, 8632, 8605, 8215, 10263, 10741, 11696, 9794, 8139, 8820, 7792, 11456, 10532, 7996, 8871, 8238, 9213, 10286, 10926, 10262, 8176, 8975, 7588, 9259, 8954, 10433, 11246, 7856, 9777, 9039, 8273, 10769, 8417, 12943, 9456, 8997, 8851, 9870, 11020, 15906, 13257, 11267, 9759, 10591, 10622, 10831, 16958, 12283, 11072, 9646, 8166, 9038, 8775, 13435, 10483, 12638, 10113, 9261, 9368, 8773, 13385, 10073, 12585, 10170, 9317, 9304, 8502, 8956, 10794, 11854, 9789, 7924, 9502, 10012, 9487, 10340, 12287, 9679, 7916, 9927, 10135, 9375, 9917, 12130, 9693, 8052, 10163, 11592, 9372, 9749, 12078, 9494, 8004, 9408, 10650, 9197, 9969, 12139, 10804, 7909, 9455, 10941, 9279, 10088, 10366, 9843, 7896, 10323, 10975, 9194, 10353, 9761, 15018, 10515, 10033, 11285, 8987, 10128, 8700, 14048, 9344, 10352, 11063, 9337, 10068, 8007, 12752, 9322, 9888, 10961, 8566, 10045, 9292, 14246, 9794, 10070, 10316, 9592, 10429, 10569, 11713, 9379, 10318, 10155, 8736, 10226, 9199, 10469, 10800, 9298, 9679, 8936, 13398, 9741, 11223, 10234, 8578, 10268, 9217, 12900, 10386, 9318, 10002, 8804, 9614, 8080, 11979, 10910, 9601, 10036, 9202, 10022, 8314, 11713, 10828, 9722, 9665, 7899, 9892, 8752, 12436, 10377, 9570, 10103, 8444, 10319, 9097, 13007, 9042, 11639, 10845, 9498, 9932, 8481, 10341, 8954, 13671, 9739, 9522, 9975, 8707, 10267, 9361, 13718, 9121, 9417, 9979, 9439, 11306, 10074, 9634, 9444, 9811, 9689, 8988, 12512, 9921, 11011, 10482, 9854, 9076, 9468, 14014, 12166, 10639, 8681, 9446, 7928, 9480, 10467, 12214, 9197, 8905, 9167, 8726, 9047, 8384, 10992, 9152, 9139, 8690, 8331, 8576, 8212, 9963, 9164, 8681, 8923, 9058, 8740, 8423, 11005, 9459, 12081, 9482, 9043, 9472, 9659, 11568, 8746, 12438, 9514, 9564, 9422, 8906, 11164, 9985, 9943, 9148, 9587, 9558, 9428, 8840, 10157, 9421, 9041, 9046, 10147, 9122, 10269, 10933, 10366, 10577, 8421, 8415, 8799, 10436, 9909, 10408, 12001, 8760, 9052, 8666, 8545, 8777, 10276, 10532, 10162, 8565, 8609, 8113, 9062, 9660, 9905, 9966, 8452, 8711, 8311, 8679, 7853, 11184, 10010, 11727, 9029, 8917, 8840, 9471, 10780, 8228, 11351, 10241, 10126, 9067, 9322, 9290, 9036, 13041, 8056, 9940, 10449, 9626, 8921, 9419, 10804, 10114, 12220, 8172, 9395, 9838, 9501, 8835, 10267, 10712, 10297, 8978, 8164, 9103, 9490, 10071, 9167, 10885, 8754, 8677, 9015, 9771, 12163, 9018, 11800, 10006, 9807, 8720, 9723, 10741, 10916, 13141, 8166, 9427, 10293, 9388, 8987, 9573, 8579, 8150, 8752, 9389, 9205, 9284, 10334, 8510, 7959, 8992, 9645, 9198, 9179, 10617, 9163, 8338, 8692, 8378, 9935, 9677, 10909, 9272, 11339, 8318, 9541, 8291, 8481, 8164, 8142, 10727, 9239, 9562, 8392, 8817, 8298, 9224, 11811, 7998, 9925, 9225, 9265, 9499, 8825, 8904, 10197, 8689, 7978, 8435, 9676, 9546, 9056, 11363, 10205, 8879, 9012, 7843, 11035, 8593, 12068, 9046, 12491, 8706, 9434, 8472, 10169, 9280, 10595, 8511, 8129, 8457, 7725, 9051, 9465, 9242, 8431, 8291, 8231, 7900, 9491, 10103, 9769, 9151, 9964, 8455, 9959, 8467, 10810, 11719, 8275, 11755, 9103, 10522, 8987, 11372, 8971, 11716, 10073, 9592, 8680, 7899, 8393, 7837, 8612, 7781, 9199, 8916, 9459, 9546, 8984, 8338, 8750, 8304, 8908, 8176, 8041, 9779, 8634, 8507, 8550, 10099, 10376, 8637, 11007, 9764, 11653, 9748, 12885, 10883, 12131, 8362, 11330, 9369, 11817, 13073, 8488, 11457, 8809, 9392, 8519, 10869, 11353, 8037, 9926, 9369, 9605, 9059, 11737, 9261, 7922, 9362, 9245, 10506, 8980, 11874, 9935, 8582, 9677, 9093, 9813, 9026, 11034, 9111, 11307, 8696, 8299, 8930, 10023, 10575, 9320, 12603, 9766, 8803, 9554, 8914, 9111, 9040, 11286, 8338, 9935, 8403, 8022, 9848, 9628, 9931, 9119, 12002, 8684, 7797, 8105, 8190, 9532, 9557, 11918, 8253, 9594, 8235, 8296, 10108, 9686, 11800, 8450, 9937, 8264, 8237, 11483, 9170, 11978, 8263, 9858, 8224, 8510, 10106, 8463, 12167, 8503, 10241, 8270, 10092, 10529, 8078, 11752, 9551, 10317, 8189, 9496, 9598, 9223, 9794, 9821, 10478, 9995, 11663, 11830, 10649, 13101, 11639, 9838, 10344, 9975, 9302, 10382, 9910, 9921, 8323, 9423, 10694, 13626, 10263, 11960, 9698, 11143, 11634, 10991, 13162, 14014, 10221, 9885, 10521, 9381, 9461, 11544, 11084, 10991, 11810, 7963, 11968, 8796, 12493, 10264, 13846, 11472, 8053, 10146, 9248, 10046, 8527, 12606, 8992, 14173, 8306, 11636, 9336, 9235, 11136, 8995, 13580, 10231, 12197, 9156, 12971, 11296, 12481, 11899, 10991, 11899, 10582, 12904, 10974, 13839, 10768, 8789, 10030, 10877, 12351, 10513, 13406, 10919, 10658], 'WindowCenter': [4717.0, 4716.0, 4675.0, 4682.0, 4673.0, 4691.0, 4659.0, 4689.0, 4652.0, 4689.0, 4672.0, 4660.0, 4677.0, 4668.0, 4682.0, 4673.0, 4716.0, 4697.0, 4674.0, 4695.0, 4674.0, 4703.0, 4674.0, 4716.0, 4649.0, 4674.0, 4630.0, 4658.0, 4658.0, 4671.0, 4644.0, 4675.0, 4656.0, 4685.0, 4643.0, 4644.0, 4647.0, 4656.0, 4641.0, 4637.0, 4643.0, 4636.0, 4655.0, 4628.0, 4657.0, 4670.0, 4656.0, 4692.0, 4653.0, 4648.0, 4667.0, 4638.0, 4702.0, 4670.0, 4665.0, 4635.0, 4612.0, 4664.0, 4649.0, 4690.0, 4669.0, 4638.0, 4654.0, 4636.0, 4676.0, 4658.0, 4677.0, 4642.0, 4623.0, 4654.0, 4623.0, 4685.0, 4657.0, 4653.0, 4625.0, 4621.0, 4669.0, 4645.0, 4685.0, 4633.0, 4659.0, 4649.0, 4643.0, 4675.0, 4665.0, 4673.0, 4633.0, 4683.0, 4664.0, 4645.0, 4674.0, 4634.0, 4652.0, 4634.0, 4652.0, 4686.0, 4665.0, 4661.0, 4645.0, 4685.0, 4677.0, 4668.0, 4686.0, 4646.0, 4674.0, 4645.0, 4660.0, 4696.0, 4668.0, 4675.0, 4651.0, 4667.0, 4680.0, 4668.0, 4687.0, 4663.0, 4646.0, 4666.0, 4657.0, 4703.0, 4658.0, 4673.0, 4644.0, 4643.0, 4664.0, 4677.0, 4695.0, 4669.0, 4659.0, 4665.0, 4642.0, 4675.0, 4655.0, 4684.0, 4666.0, 4632.0, 4652.0, 4642.0, 4663.0, 4647.0, 4684.0, 4675.0, 4632.0, 4651.0, 4642.0, 4672.0, 4654.0, 4661.0, 4685.0, 4658.0, 4658.0, 4633.0, 4647.0, 4665.0, 4646.0, 4698.0, 4657.0, 4660.0, 4633.0, 4633.0, 4674.0, 4663.0, 4698.0, 4658.0, 4639.0, 4656.0, 4654.0, 4698.0, 4658.0, 4688.0, 4673.0, 4641.0, 4666.0, 4664.0, 4686.0, 4670.0, 4656.0, 4656.0, 4640.0, 4674.0, 4651.0, 4686.0, 4675.0, 4664.0, 4664.0, 4633.0, 4662.0, 4649.0, 4684.0, 4677.0, 4653.0, 4668.0, 4633.0, 4663.0, 4637.0, 4686.0, 4657.0, 4677.0, 4665.0, 4633.0, 4670.0, 4641.0, 4686.0, 4669.0, 4662.0, 4703.0, 4668.0, 4689.0, 4683.0, 4681.0, 4704.0, 4688.0, 4689.0, 4659.0, 4683.0, 4670.0, 4678.0, 4701.0, 4657.0, 4676.0, 4636.0, 4688.0, 4673.0, 4675.0, 4677.0, 4644.0, 4662.0, 4635.0, 4689.0, 4669.0, 4651.0, 4664.0, 4630.0, 4660.0, 4638.0, 4689.0, 4644.0, 4659.0, 4607.0, 4602.0, 4560.0, 4590.0, 4615.0, 4565.0, 4507.0, 4508.0, 4505.0, 4630.0, 4615.0, 4614.0, 4625.0, 4596.0, 4607.0, 4629.0, 4607.0, 4620.0, 4587.0, 4630.0, 4610.0, 4608.0, 4607.0, 4620.0, 4647.0, 4656.0, 4625.0, 4615.0, 4603.0, 4593.0, 4603.0, 4603.0, 4614.0, 4631.0, 4605.0, 4591.0, 4561.0, 4581.0, 4571.0, 4624.0, 4613.0, 4618.0, 4615.0, 4575.0, 4626.0, 4595.0, 4637.0, 4631.0, 4619.0, 4607.0, 4586.0, 4628.0, 4617.0, 4624.0, 4653.0, 4666.0, 4619.0, 4607.0, 4638.0, 4617.0, 4630.0, 4622.0, 4659.0, 4629.0, 4628.0, 4625.0, 4617.0, 4629.0, 4615.0, 4667.0, 4629.0, 4607.0, 4626.0, 4615.0, 4624.0, 4632.0, 4629.0, 4619.0, 4643.0, 4654.0, 4641.0, 4629.0, 4632.0, 4646.0, 4634.0, 4644.0, 4664.0, 4645.0, 4638.0, 4647.0, 4649.0, 4670.0, 4670.0, 4661.0, 4701.0, 4663.0, 4658.0, 4669.0, 4654.0, 4696.0, 4661.0, 4686.0, 4632.0, 4641.0, 4640.0, 4639.0, 4633.0, 4677.0, 4643.0, 4633.0, 4653.0, 4667.0, 4686.0, 4630.0, 4673.0, 4656.0, 4645.0, 4645.0, 4644.0, 4642.0, 4665.0, 4676.0, 4652.0, 4648.0, 4629.0, 4638.0, 4647.0, 4657.0, 4641.0, 4628.0, 4617.0, 4637.0, 4637.0, 4637.0, 4654.0, 4636.0, 4612.0, 4607.0, 4633.0, 4613.0, 4647.0, 4661.0, 4641.0, 4635.0, 4615.0, 4641.0, 4652.0, 4664.0, 4666.0, 4656.0, 4654.0, 4643.0, 4641.0, 4627.0, 4624.0, 4630.0, 4610.0, 4620.0, 4628.0, 4641.0, 4609.0, 4620.0, 4638.0, 4634.0, 4612.0, 4635.0, 4645.0, 4689.0, 4632.0, 4667.0, 4573.0, 4582.0, 4600.0, 4552.0, 4648.0, 4659.0, 4729.0, 4693.0, 4693.0, 4749.0, 4739.0, 4728.0, 4667.0, 4593.0, 4617.0, 4621.0, 4657.0, 4665.0, 4627.0, 4669.0, 4641.0, 4678.0, 4679.0, 4615.0, 4619.0, 4619.0, 4607.0, 4630.0, 4656.0, 4674.0, 4664.0, 4639.0, 4623.0, 4649.0, 4545.0, 4512.0, 4573.0, 4528.0, 4721.0, 4744.0, 4716.0, 4678.0, 4655.0, 4670.0, 4657.0, 4620.0, 4652.0, 4661.0, 4629.0, 4630.0, 4662.0, 4657.0, 4654.0, 4674.0, 4653.0, 4632.0, 4620.0, 4630.0, 4673.0, 4667.0, 4675.0, 4654.0, 4632.0, 4668.0, 4668.0, 4662.0, 4632.0, 4661.0, 4650.0, 4653.0, 4631.0, 4630.0, 4631.0, 4663.0, 4662.0, 4655.0, 4655.0, 4653.0, 4675.0, 4661.0, 4653.0, 4656.0, 4646.0, 4665.0, 4642.0, 4653.0, 4643.0, 4675.0, 4676.0, 4706.0, 4655.0, 4653.0, 4646.0, 4641.0, 4652.0, 4647.0, 4676.0, 4656.0, 4651.0, 4650.0, 4653.0, 4663.0, 4680.0, 4685.0, 4655.0, 4674.0, 4653.0, 4666.0, 4656.0, 4663.0, 4669.0, 4632.0, 4629.0, 4664.0, 4653.0, 4656.0, 4685.0, 4692.0, 4696.0, 4657.0, 4663.0, 4663.0, 4639.0, 4659.0, 4639.0, 4672.0, 4627.0, 4617.0, 4614.0, 4653.0, 4614.0, 4627.0, 4616.0, 4641.0, 4652.0, 4645.0, 4649.0, 4617.0, 4657.0, 4630.0, 4635.0, 4633.0, 4622.0, 4640.0, 4650.0, 4670.0, 4644.0, 4632.0, 4642.0, 4663.0, 4663.0, 4675.0, 4661.0, 4672.0, 4630.0, 4637.0, 4649.0, 4628.0, 4640.0, 4629.0, 4660.0, 4650.0, 4650.0, 4641.0, 4637.0, 4640.0, 4661.0, 4672.0, 4701.0, 4664.0, 4598.0, 4540.0, 4594.0, 4469.0, 4533.0, 4565.0, 4544.0, 4688.0, 4699.0, 4679.0, 4663.0, 4645.0, 4680.0, 4615.0, 4645.0, 4608.0, 4643.0, 4645.0, 4631.0, 4632.0, 4662.0, 4631.0, 4641.0, 4626.0, 4658.0, 4628.0, 4616.0, 4637.0, 4617.0, 4636.0, 4640.0, 4669.0, 4650.0, 4651.0, 4629.0, 4626.0, 4620.0, 4633.0, 4644.0, 4649.0, 4668.0, 4631.0, 4624.0, 4625.0, 4624.0, 4650.0, 4661.0, 4672.0, 4656.0, 4618.0, 4631.0, 4621.0, 4661.0, 4663.0, 4638.0, 4644.0, 4633.0, 4642.0, 4652.0, 4660.0, 4664.0, 4631.0, 4644.0, 4630.0, 4619.0, 4599.0, 4639.0, 4652.0, 4605.0, 4628.0, 4639.0, 4682.0, 4753.0, 4690.0, 4687.0, 4643.0, 4631.0, 4633.0, 4645.0, 4650.0, 4690.0, 4661.0, 4653.0, 4631.0, 4640.0, 4645.0, 4637.0, 4691.0, 4677.0, 4648.0, 4620.0, 4592.0, 4605.0, 4604.0, 4656.0, 4638.0, 4665.0, 4639.0, 4621.0, 4616.0, 4605.0, 4655.0, 4614.0, 4647.0, 4625.0, 4613.0, 4615.0, 4606.0, 4644.0, 4664.0, 4660.0, 4638.0, 4622.0, 4637.0, 4638.0, 4638.0, 4649.0, 4670.0, 4640.0, 4617.0, 4639.0, 4639.0, 4640.0, 4651.0, 4670.0, 4652.0, 4620.0, 4668.0, 4690.0, 4658.0, 4653.0, 4677.0, 4653.0, 4626.0, 4645.0, 4650.0, 4640.0, 4651.0, 4670.0, 4663.0, 4633.0, 4640.0, 4661.0, 4639.0, 4652.0, 4651.0, 4665.0, 4637.0, 4655.0, 4661.0, 4641.0, 4651.0, 4640.0, 4692.0, 4651.0, 4640.0, 4659.0, 4629.0, 4649.0, 4618.0, 4680.0, 4646.0, 4640.0, 4666.0, 4639.0, 4651.0, 4621.0, 4683.0, 4642.0, 4652.0, 4667.0, 4629.0, 4652.0, 4641.0, 4692.0, 4653.0, 4653.0, 4651.0, 4639.0, 4649.0, 4649.0, 4673.0, 4641.0, 4649.0, 4649.0, 4630.0, 4652.0, 4641.0, 4662.0, 4661.0, 4640.0, 4640.0, 4640.0, 4681.0, 4641.0, 4662.0, 4651.0, 4622.0, 4649.0, 4633.0, 4668.0, 4652.0, 4641.0, 4650.0, 4634.0, 4651.0, 4620.0, 4670.0, 4662.0, 4652.0, 4651.0, 4639.0, 4651.0, 4632.0, 4671.0, 4663.0, 4653.0, 4653.0, 4621.0, 4658.0, 4644.0, 4685.0, 4664.0, 4653.0, 4653.0, 4631.0, 4658.0, 4643.0, 4685.0, 4632.0, 4663.0, 4651.0, 4639.0, 4640.0, 4619.0, 4651.0, 4630.0, 4687.0, 4642.0, 4641.0, 4657.0, 4632.0, 4664.0, 4642.0, 4684.0, 4632.0, 4631.0, 4641.0, 4632.0, 4668.0, 4641.0, 4655.0, 4642.0, 4642.0, 4641.0, 4631.0, 4673.0, 4642.0, 4665.0, 4653.0, 4657.0, 4632.0, 4642.0, 4682.0, 4660.0, 4654.0, 4630.0, 4641.0, 4619.0, 4639.0, 4648.0, 4660.0, 4640.0, 4629.0, 4641.0, 4617.0, 4629.0, 4618.0, 4650.0, 4641.0, 4629.0, 4630.0, 4618.0, 4632.0, 4632.0, 4657.0, 4642.0, 4631.0, 4648.0, 4631.0, 4638.0, 4638.0, 4664.0, 4642.0, 4672.0, 4641.0, 4618.0, 4647.0, 4628.0, 4660.0, 4620.0, 4672.0, 4641.0, 4629.0, 4635.0, 4629.0, 4661.0, 4639.0, 4642.0, 4630.0, 4639.0, 4639.0, 4641.0, 4642.0, 4651.0, 4643.0, 4630.0, 4635.0, 4644.0, 4628.0, 4640.0, 4654.0, 4640.0, 4637.0, 4625.0, 4618.0, 4619.0, 4649.0, 4640.0, 4651.0, 4670.0, 4630.0, 4618.0, 4632.0, 4629.0, 4636.0, 4651.0, 4653.0, 4653.0, 4630.0, 4643.0, 4621.0, 4643.0, 4654.0, 4654.0, 4655.0, 4632.0, 4633.0, 4631.0, 4634.0, 4635.0, 4663.0, 4659.0, 4676.0, 4634.0, 4636.0, 4632.0, 4642.0, 4664.0, 4633.0, 4663.0, 4654.0, 4657.0, 4631.0, 4634.0, 4641.0, 4630.0, 4681.0, 4627.0, 4655.0, 4658.0, 4641.0, 4633.0, 4643.0, 4664.0, 4656.0, 4672.0, 4630.0, 4634.0, 4639.0, 4639.0, 4641.0, 4649.0, 4652.0, 4651.0, 4641.0, 4620.0, 4629.0, 4656.0, 4640.0, 4641.0, 4660.0, 4635.0, 4618.0, 4630.0, 4650.0, 4676.0, 4629.0, 4677.0, 4650.0, 4638.0, 4629.0, 4638.0, 4652.0, 4648.0, 4670.0, 4619.0, 4633.0, 4648.0, 4628.0, 4645.0, 4645.0, 4643.0, 4633.0, 4648.0, 4643.0, 4642.0, 4655.0, 4669.0, 4652.0, 4634.0, 4649.0, 4654.0, 4655.0, 4667.0, 4665.0, 4658.0, 4639.0, 4644.0, 4632.0, 4654.0, 4655.0, 4664.0, 4643.0, 4661.0, 4632.0, 4638.0, 4631.0, 4628.0, 4631.0, 4621.0, 4661.0, 4642.0, 4652.0, 4632.0, 4640.0, 4633.0, 4659.0, 4679.0, 4632.0, 4657.0, 4641.0, 4646.0, 4641.0, 4641.0, 4643.0, 4652.0, 4657.0, 4634.0, 4634.0, 4654.0, 4656.0, 4657.0, 4674.0, 4667.0, 4648.0, 4643.0, 4621.0, 4662.0, 4634.0, 4672.0, 4630.0, 4670.0, 4629.0, 4638.0, 4625.0, 4651.0, 4642.0, 4653.0, 4642.0, 4623.0, 4630.0, 4619.0, 4640.0, 4656.0, 4641.0, 4644.0, 4643.0, 4645.0, 4634.0, 4671.0, 4678.0, 4668.0, 4657.0, 4665.0, 4644.0, 4652.0, 4634.0, 4674.0, 4680.0, 4634.0, 4674.0, 4644.0, 4663.0, 4643.0, 4678.0, 4650.0, 4678.0, 4653.0, 4639.0, 4630.0, 4618.0, 4636.0, 4619.0, 4643.0, 4634.0, 4654.0, 4643.0, 4653.0, 4665.0, 4655.0, 4646.0, 4644.0, 4646.0, 4663.0, 4665.0, 4651.0, 4680.0, 4661.0, 4672.0, 4674.0, 4682.0, 4695.0, 4663.0, 4687.0, 4658.0, 4678.0, 4662.0, 4686.0, 4667.0, 4678.0, 4633.0, 4649.0, 4631.0, 4664.0, 4671.0, 4631.0, 4664.0, 4645.0, 4640.0, 4630.0, 4661.0, 4674.0, 4632.0, 4653.0, 4642.0, 4659.0, 4645.0, 4673.0, 4656.0, 4622.0, 4641.0, 4641.0, 4651.0, 4643.0, 4661.0, 4654.0, 4630.0, 4640.0, 4629.0, 4639.0, 4647.0, 4662.0, 4643.0, 4660.0, 4631.0, 4620.0, 4630.0, 4641.0, 4651.0, 4642.0, 4670.0, 4647.0, 4627.0, 4638.0, 4628.0, 4629.0, 4641.0, 4660.0, 4632.0, 4639.0, 4631.0, 4618.0, 4639.0, 4640.0, 4640.0, 4630.0, 4679.0, 4637.0, 4620.0, 4621.0, 4632.0, 4642.0, 4654.0, 4692.0, 4640.0, 4642.0, 4634.0, 4645.0, 4671.0, 4665.0, 4691.0, 4644.0, 4652.0, 4634.0, 4633.0, 4675.0, 4644.0, 4675.0, 4633.0, 4645.0, 4637.0, 4642.0, 4658.0, 4633.0, 4684.0, 4633.0, 4650.0, 4632.0, 4650.0, 4663.0, 4621.0, 4672.0, 4641.0, 4649.0, 4630.0, 4639.0, 4639.0, 4638.0, 4650.0, 4638.0, 4649.0, 4656.0, 4675.0, 4680.0, 4664.0, 4686.0, 4687.0, 4654.0, 4671.0, 4665.0, 4656.0, 4668.0, 4670.0, 4680.0, 4650.0, 4671.0, 4680.0, 4698.0, 4674.0, 4692.0, 4667.0, 4694.0, 4675.0, 4672.0, 4685.0, 4701.0, 4667.0, 4639.0, 4634.0, 4612.0, 4626.0, 4648.0, 4662.0, 4665.0, 4674.0, 4635.0, 4676.0, 4647.0, 4687.0, 4661.0, 4688.0, 4677.0, 4625.0, 4656.0, 4645.0, 4656.0, 4652.0, 4681.0, 4646.0, 4697.0, 4638.0, 4663.0, 4634.0, 4645.0, 4666.0, 4635.0, 4693.0, 4656.0, 4679.0, 4644.0, 4672.0, 4665.0, 4673.0, 4677.0, 4670.0, 4675.0, 4666.0, 4685.0, 4667.0, 4685.0, 4667.0, 4634.0, 4655.0, 4665.0, 4680.0, 4672.0, 4686.0, 4680.0, 4668.0], 'WindowWidth': [10320.0, 10303.0, 10234.0, 10241.0, 10228.0, 10250.0, 10204.0, 10241.0, 10198.0, 10247.0, 10225.0, 10208.0, 10233.0, 10224.0, 10240.0, 10237.0, 10294.0, 10268.0, 10231.0, 10260.0, 10227.0, 10267.0, 10221.0, 10284.0, 10181.0, 10215.0, 10147.0, 10190.0, 10193.0, 10213.0, 10175.0, 10218.0, 10194.0, 10231.0, 10171.0, 10171.0, 10179.0, 10194.0, 10182.0, 10168.0, 10171.0, 10169.0, 10194.0, 10162.0, 10199.0, 10221.0, 10213.0, 10253.0, 10200.0, 10188.0, 10211.0, 10173.0, 10270.0, 10220.0, 10206.0, 10165.0, 10131.0, 10206.0, 10187.0, 10244.0, 10219.0, 10171.0, 10190.0, 10169.0, 10224.0, 10201.0, 10222.0, 10176.0, 10143.0, 10189.0, 10147.0, 10236.0, 10199.0, 10185.0, 10149.0, 10140.0, 10212.0, 10177.0, 10232.0, 10159.0, 10191.0, 10186.0, 10175.0, 10223.0, 10207.0, 10213.0, 10158.0, 10227.0, 10205.0, 10178.0, 10216.0, 10162.0, 10184.0, 10164.0, 10185.0, 10239.0, 10207.0, 10197.0, 10178.0, 10235.0, 10226.0, 10215.0, 10236.0, 10180.0, 10215.0, 10178.0, 10204.0, 10252.0, 10214.0, 10220.0, 10189.0, 10213.0, 10231.0, 10216.0, 10240.0, 10208.0, 10179.0, 10207.0, 10197.0, 10264.0, 10201.0, 10214.0, 10173.0, 10170.0, 10202.0, 10224.0, 10248.0, 10218.0, 10197.0, 10203.0, 10168.0, 10216.0, 10194.0, 10230.0, 10207.0, 10153.0, 10180.0, 10165.0, 10196.0, 10183.0, 10229.0, 10218.0, 10156.0, 10180.0, 10169.0, 10209.0, 10191.0, 10195.0, 10233.0, 10191.0, 10191.0, 10158.0, 10176.0, 10204.0, 10182.0, 10259.0, 10197.0, 10194.0, 10158.0, 10159.0, 10217.0, 10210.0, 10258.0, 10200.0, 10172.0, 10195.0, 10189.0, 10255.0, 10205.0, 10242.0, 10220.0, 10174.0, 10207.0, 10213.0, 10239.0, 10221.0, 10193.0, 10193.0, 10171.0, 10216.0, 10188.0, 10237.0, 10222.0, 10202.0, 10201.0, 10158.0, 10195.0, 10184.0, 10231.0, 10223.0, 10184.0, 10206.0, 10156.0, 10196.0, 10166.0, 10236.0, 10197.0, 10219.0, 10204.0, 10158.0, 10211.0, 10175.0, 10239.0, 10219.0, 10214.0, 10271.0, 10224.0, 10247.0, 10241.0, 10237.0, 10273.0, 10249.0, 10243.0, 10200.0, 10234.0, 10219.0, 10226.0, 10266.0, 10197.0, 10220.0, 10165.0, 10240.0, 10219.0, 10215.0, 10222.0, 10171.0, 10195.0, 10163.0, 10239.0, 10214.0, 10179.0, 10198.0, 10147.0, 10189.0, 10165.0, 10236.0, 10172.0, 10184.0, 10110.0, 10094.0, 10035.0, 10075.0, 10116.0, 10031.0, 9897.0, 9925.0, 9916.0, 10154.0, 10113.0, 10108.0, 10126.0, 10089.0, 10109.0, 10140.0, 10109.0, 10127.0, 10078.0, 10143.0, 10117.0, 10111.0, 10108.0, 10131.0, 10160.0, 10171.0, 10127.0, 10114.0, 10095.0, 10080.0, 10093.0, 10096.0, 10113.0, 10131.0, 10101.0, 10076.0, 10039.0, 10065.0, 10051.0, 10127.0, 10109.0, 10125.0, 10119.0, 10065.0, 10132.0, 10089.0, 10150.0, 10142.0, 10131.0, 10112.0, 10082.0, 10139.0, 10124.0, 10138.0, 10175.0, 10197.0, 10129.0, 10111.0, 10154.0, 10125.0, 10145.0, 10136.0, 10183.0, 10142.0, 10139.0, 10140.0, 10124.0, 10142.0, 10118.0, 10189.0, 10142.0, 10112.0, 10133.0, 10117.0, 10135.0, 10147.0, 10142.0, 10130.0, 10167.0, 10184.0, 10164.0, 10152.0, 10152.0, 10179.0, 10158.0, 10172.0, 10198.0, 10176.0, 10171.0, 10180.0, 10188.0, 10219.0, 10216.0, 10204.0, 10261.0, 10211.0, 10195.0, 10211.0, 10184.0, 10242.0, 10189.0, 10233.0, 10154.0, 10163.0, 10161.0, 10160.0, 10157.0, 10217.0, 10171.0, 10159.0, 10184.0, 10209.0, 10232.0, 10126.0, 10206.0, 10173.0, 10170.0, 10182.0, 10174.0, 10170.0, 10207.0, 10224.0, 10186.0, 10183.0, 10148.0, 10159.0, 10168.0, 10183.0, 10166.0, 10144.0, 10129.0, 10152.0, 10156.0, 10153.0, 10174.0, 10151.0, 10115.0, 10109.0, 10144.0, 10118.0, 10173.0, 10199.0, 10170.0, 10150.0, 10121.0, 10163.0, 10179.0, 10197.0, 10200.0, 10192.0, 10186.0, 10168.0, 10160.0, 10134.0, 10133.0, 10140.0, 10112.0, 10127.0, 10138.0, 10157.0, 10112.0, 10129.0, 10152.0, 10156.0, 10125.0, 10154.0, 10172.0, 10258.0, 10152.0, 10200.0, 10030.0, 10041.0, 10075.0, 10002.0, 10179.0, 10201.0, 10320.0, 10262.0, 10261.0, 10365.0, 10349.0, 10315.0, 10209.0, 10088.0, 10121.0, 10139.0, 10196.0, 10204.0, 10132.0, 10210.0, 10168.0, 10223.0, 10225.0, 10107.0, 10111.0, 10112.0, 10093.0, 10145.0, 10183.0, 10211.0, 10192.0, 10149.0, 10117.0, 10159.0, 9960.0, 9902.0, 10030.0, 9939.0, 10328.0, 10347.0, 10294.0, 10223.0, 10189.0, 10216.0, 10180.0, 10117.0, 10180.0, 10191.0, 10143.0, 10145.0, 10193.0, 10193.0, 10191.0, 10216.0, 10186.0, 10155.0, 10136.0, 10149.0, 10211.0, 10207.0, 10221.0, 10188.0, 10158.0, 10213.0, 10207.0, 10195.0, 10155.0, 10195.0, 10178.0, 10181.0, 10153.0, 10151.0, 10151.0, 10198.0, 10199.0, 10199.0, 10196.0, 10192.0, 10219.0, 10203.0, 10196.0, 10198.0, 10185.0, 10209.0, 10176.0, 10190.0, 10172.0, 10220.0, 10227.0, 10272.0, 10196.0, 10191.0, 10185.0, 10169.0, 10186.0, 10180.0, 10229.0, 10202.0, 10188.0, 10195.0, 10190.0, 10203.0, 10230.0, 10239.0, 10197.0, 10218.0, 10190.0, 10212.0, 10198.0, 10208.0, 10215.0, 10159.0, 10151.0, 10204.0, 10192.0, 10197.0, 10235.0, 10248.0, 10253.0, 10198.0, 10204.0, 10202.0, 10162.0, 10190.0, 10166.0, 10215.0, 10146.0, 10128.0, 10125.0, 10181.0, 10125.0, 10145.0, 10131.0, 10172.0, 10180.0, 10182.0, 10187.0, 10131.0, 10182.0, 10152.0, 10159.0, 10162.0, 10144.0, 10165.0, 10178.0, 10207.0, 10180.0, 10160.0, 10173.0, 10202.0, 10201.0, 10221.0, 10197.0, 10213.0, 10152.0, 10159.0, 10177.0, 10147.0, 10166.0, 10151.0, 10195.0, 10181.0, 10180.0, 10170.0, 10169.0, 10167.0, 10193.0, 10228.0, 10282.0, 10202.0, 10067.0, 9961.0, 10053.0, 9824.0, 9939.0, 10006.0, 9991.0, 10276.0, 10265.0, 10235.0, 10203.0, 10184.0, 10236.0, 10126.0, 10164.0, 10098.0, 10156.0, 10173.0, 10154.0, 10157.0, 10198.0, 10154.0, 10167.0, 10141.0, 10184.0, 10143.0, 10127.0, 10156.0, 10129.0, 10161.0, 10164.0, 10204.0, 10180.0, 10183.0, 10150.0, 10140.0, 10135.0, 10152.0, 10170.0, 10176.0, 10203.0, 10153.0, 10144.0, 10147.0, 10146.0, 10179.0, 10196.0, 10216.0, 10193.0, 10134.0, 10156.0, 10143.0, 10197.0, 10202.0, 10172.0, 10181.0, 10165.0, 10174.0, 10186.0, 10198.0, 10206.0, 10159.0, 10178.0, 10162.0, 10128.0, 10091.0, 10158.0, 10181.0, 10112.0, 10140.0, 10168.0, 10257.0, 10376.0, 10269.0, 10239.0, 10168.0, 10153.0, 10158.0, 10172.0, 10178.0, 10230.0, 10190.0, 10184.0, 10150.0, 10161.0, 10170.0, 10152.0, 10230.0, 10221.0, 10172.0, 10128.0, 10085.0, 10105.0, 10103.0, 10178.0, 10154.0, 10200.0, 10160.0, 10132.0, 10124.0, 10105.0, 10173.0, 10118.0, 10170.0, 10135.0, 10116.0, 10120.0, 10111.0, 10175.0, 10202.0, 10193.0, 10163.0, 10142.0, 10158.0, 10160.0, 10162.0, 10177.0, 10209.0, 10169.0, 10133.0, 10163.0, 10162.0, 10167.0, 10185.0, 10208.0, 10186.0, 10143.0, 10210.0, 10245.0, 10198.0, 10190.0, 10223.0, 10192.0, 10152.0, 10177.0, 10179.0, 10167.0, 10183.0, 10207.0, 10204.0, 10164.0, 10167.0, 10194.0, 10164.0, 10186.0, 10182.0, 10210.0, 10168.0, 10191.0, 10195.0, 10168.0, 10182.0, 10166.0, 10237.0, 10183.0, 10166.0, 10189.0, 10149.0, 10175.0, 10132.0, 10218.0, 10178.0, 10165.0, 10203.0, 10165.0, 10181.0, 10142.0, 10228.0, 10173.0, 10185.0, 10205.0, 10151.0, 10184.0, 10168.0, 10241.0, 10191.0, 10187.0, 10180.0, 10163.0, 10178.0, 10178.0, 10216.0, 10168.0, 10177.0, 10177.0, 10153.0, 10186.0, 10169.0, 10199.0, 10197.0, 10165.0, 10168.0, 10168.0, 10223.0, 10169.0, 10200.0, 10182.0, 10140.0, 10176.0, 10154.0, 10201.0, 10186.0, 10174.0, 10182.0, 10161.0, 10185.0, 10143.0, 10208.0, 10202.0, 10190.0, 10185.0, 10166.0, 10184.0, 10162.0, 10212.0, 10203.0, 10193.0, 10188.0, 10143.0, 10195.0, 10179.0, 10235.0, 10205.0, 10190.0, 10186.0, 10155.0, 10195.0, 10176.0, 10232.0, 10156.0, 10201.0, 10181.0, 10163.0, 10164.0, 10135.0, 10182.0, 10153.0, 10232.0, 10172.0, 10171.0, 10195.0, 10161.0, 10204.0, 10171.0, 10229.0, 10155.0, 10153.0, 10166.0, 10156.0, 10208.0, 10169.0, 10194.0, 10171.0, 10170.0, 10167.0, 10155.0, 10213.0, 10171.0, 10209.0, 10188.0, 10194.0, 10157.0, 10170.0, 10224.0, 10193.0, 10193.0, 10152.0, 10166.0, 10136.0, 10162.0, 10174.0, 10194.0, 10167.0, 10149.0, 10169.0, 10131.0, 10148.0, 10133.0, 10182.0, 10171.0, 10149.0, 10153.0, 10134.0, 10159.0, 10159.0, 10194.0, 10173.0, 10155.0, 10183.0, 10156.0, 10168.0, 10170.0, 10203.0, 10171.0, 10213.0, 10168.0, 10133.0, 10177.0, 10146.0, 10192.0, 10137.0, 10213.0, 10167.0, 10150.0, 10159.0, 10150.0, 10195.0, 10162.0, 10171.0, 10151.0, 10162.0, 10160.0, 10169.0, 10173.0, 10181.0, 10172.0, 10150.0, 10160.0, 10169.0, 10145.0, 10163.0, 10183.0, 10165.0, 10157.0, 10147.0, 10133.0, 10134.0, 10175.0, 10165.0, 10179.0, 10208.0, 10153.0, 10131.0, 10156.0, 10148.0, 10162.0, 10180.0, 10186.0, 10187.0, 10154.0, 10175.0, 10142.0, 10176.0, 10190.0, 10191.0, 10192.0, 10159.0, 10162.0, 10154.0, 10163.0, 10168.0, 10202.0, 10196.0, 10221.0, 10162.0, 10161.0, 10158.0, 10170.0, 10203.0, 10159.0, 10202.0, 10189.0, 10192.0, 10153.0, 10156.0, 10166.0, 10150.0, 10221.0, 10152.0, 10193.0, 10194.0, 10168.0, 10158.0, 10171.0, 10202.0, 10191.0, 10212.0, 10155.0, 10160.0, 10163.0, 10164.0, 10170.0, 10178.0, 10187.0, 10184.0, 10171.0, 10140.0, 10152.0, 10193.0, 10168.0, 10170.0, 10195.0, 10163.0, 10135.0, 10153.0, 10181.0, 10218.0, 10152.0, 10225.0, 10179.0, 10163.0, 10151.0, 10160.0, 10184.0, 10175.0, 10209.0, 10137.0, 10157.0, 10175.0, 10150.0, 10177.0, 10175.0, 10177.0, 10164.0, 10184.0, 10177.0, 10173.0, 10197.0, 10214.0, 10196.0, 10166.0, 10186.0, 10191.0, 10195.0, 10216.0, 10209.0, 10204.0, 10173.0, 10177.0, 10160.0, 10189.0, 10194.0, 10207.0, 10176.0, 10197.0, 10159.0, 10161.0, 10156.0, 10149.0, 10155.0, 10145.0, 10197.0, 10174.0, 10186.0, 10160.0, 10167.0, 10163.0, 10203.0, 10227.0, 10161.0, 10194.0, 10168.0, 10177.0, 10169.0, 10172.0, 10177.0, 10186.0, 10201.0, 10167.0, 10166.0, 10191.0, 10198.0, 10202.0, 10220.0, 10214.0, 10183.0, 10175.0, 10141.0, 10199.0, 10165.0, 10216.0, 10153.0, 10207.0, 10152.0, 10161.0, 10148.0, 10185.0, 10173.0, 10183.0, 10174.0, 10143.0, 10154.0, 10136.0, 10166.0, 10193.0, 10172.0, 10180.0, 10179.0, 10184.0, 10168.0, 10220.0, 10230.0, 10217.0, 10201.0, 10209.0, 10180.0, 10186.0, 10164.0, 10220.0, 10228.0, 10163.0, 10218.0, 10176.0, 10203.0, 10175.0, 10225.0, 10189.0, 10225.0, 10189.0, 10162.0, 10153.0, 10133.0, 10164.0, 10136.0, 10175.0, 10168.0, 10191.0, 10175.0, 10189.0, 10208.0, 10197.0, 10184.0, 10180.0, 10187.0, 10213.0, 10219.0, 10198.0, 10236.0, 10211.0, 10230.0, 10235.0, 10243.0, 10266.0, 10218.0, 10249.0, 10200.0, 10230.0, 10207.0, 10236.0, 10210.0, 10222.0, 10161.0, 10176.0, 10153.0, 10200.0, 10209.0, 10156.0, 10204.0, 10175.0, 10167.0, 10154.0, 10196.0, 10220.0, 10162.0, 10188.0, 10171.0, 10200.0, 10180.0, 10214.0, 10198.0, 10144.0, 10168.0, 10166.0, 10181.0, 10172.0, 10195.0, 10192.0, 10152.0, 10165.0, 10148.0, 10162.0, 10180.0, 10197.0, 10174.0, 10193.0, 10155.0, 10137.0, 10150.0, 10168.0, 10182.0, 10170.0, 10207.0, 10179.0, 10145.0, 10160.0, 10146.0, 10152.0, 10171.0, 10193.0, 10160.0, 10165.0, 10156.0, 10135.0, 10165.0, 10166.0, 10166.0, 10153.0, 10229.0, 10169.0, 10139.0, 10142.0, 10159.0, 10175.0, 10191.0, 10249.0, 10177.0, 10173.0, 10165.0, 10183.0, 10221.0, 10210.0, 10247.0, 10179.0, 10186.0, 10166.0, 10163.0, 10222.0, 10178.0, 10223.0, 10162.0, 10176.0, 10166.0, 10172.0, 10197.0, 10161.0, 10234.0, 10161.0, 10180.0, 10158.0, 10181.0, 10204.0, 10144.0, 10214.0, 10169.0, 10178.0, 10152.0, 10163.0, 10165.0, 10165.0, 10183.0, 10163.0, 10178.0, 10195.0, 10220.0, 10231.0, 10203.0, 10238.0, 10241.0, 10195.0, 10220.0, 10210.0, 10197.0, 10215.0, 10221.0, 10235.0, 10195.0, 10228.0, 10235.0, 10257.0, 10229.0, 10248.0, 10216.0, 10255.0, 10220.0, 10220.0, 10230.0, 10266.0, 10213.0, 10163.0, 10146.0, 10112.0, 10137.0, 10171.0, 10200.0, 10206.0, 10218.0, 10164.0, 10221.0, 10181.0, 10236.0, 10202.0, 10234.0, 10223.0, 10149.0, 10191.0, 10173.0, 10191.0, 10191.0, 10230.0, 10181.0, 10250.0, 10170.0, 10196.0, 10159.0, 10175.0, 10206.0, 10161.0, 10250.0, 10193.0, 10221.0, 10175.0, 10210.0, 10204.0, 10214.0, 10226.0, 10213.0, 10218.0, 10207.0, 10233.0, 10210.0, 10232.0, 10211.0, 10162.0, 10190.0, 10202.0, 10225.0, 10219.0, 10235.0, 10231.0, 10212.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.008880500770416024</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1274991937596302</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.09928284932143</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.129452708357746</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0071661535158067</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5448</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2719.8784</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.3168145550220342</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>479</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>36.90292758089368</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6984173640996576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557658211747949</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9580791112920797</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5795147692589446</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0142165</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013557035475969315</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0725262239575386</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1298</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.72117469620732</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>13.9594</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.7852</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>277.6232</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>283968.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1236.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.88</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.3803</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3796.1892</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3906.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>92576.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1890.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4831.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.332</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.22920482122572</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> |