=== 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-0036 --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-0036",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
145 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
145 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-0036_ses-04_task-fractional_acq-mb8_run-02_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-0036_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0036_suffix-bold_task-fractional" 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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_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-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-04_task-fractional_acq-mb8_run-02_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-0036/ses-04/func/sub-0036_ses-04_task-fractional_acq-mb8_run-02_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>6e8e878058cc1927dc74af244d869b7d</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:40:22.942500</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</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-02_task-fractional_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.111976</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-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>291.619</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>036aa03b-6e2e-4577-ae21-d53e00201dad||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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, 1322]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['184022.942500', '184023.402500', '184023.862500', '184024.322500', '184024.782500', '184025.242500', '184025.702500', '184026.162500', '184026.622500', '184027.082500', '184027.542500', '184028.002500', '184028.462500', '184028.922500', '184029.382500', '184029.842500', '184030.302500', '184030.762500', '184031.222500', '184031.682500', '184032.142500', '184032.602500', '184033.062500', '184033.522500', '184033.982500', '184034.442500', '184034.902500', '184035.362500', '184035.822500', '184036.282500', '184036.742500', '184037.202500', '184037.662500', '184038.122500', '184038.582500', '184039.042500', '184039.502500', '184039.962500', '184040.422500', '184040.882500', '184041.342500', '184041.802500', '184042.262500', '184042.722500', '184043.182500', '184043.642500', '184044.102500', '184044.562500', '184045.022500', '184045.482500', '184045.942500', '184046.402500', '184046.862500', '184047.322500', '184047.782500', '184048.242500', '184048.702500', '184049.162500', '184049.622500', '184050.082500', '184050.542500', '184051.002500', '184051.462500', '184051.922500', '184052.382500', '184052.842500', '184053.302500', '184053.762500', '184054.222500', '184054.682500', '184055.142500', '184055.602500', '184056.062500', '184056.522500', '184056.982500', '184057.442500', '184057.902500', '184058.362500', '184058.822500', '184059.282500', '184059.742500', '184100.202500', '184100.662500', '184101.122500', '184101.582500', '184102.042500', '184102.502500', '184102.962500', '184103.422500', '184103.882500', '184104.342500', '184104.802500', '184105.262500', '184105.722500', '184106.182500', '184106.642500', '184107.102500', '184107.562500', '184108.022500', '184108.482500', '184108.942500', '184109.402500', '184109.862500', '184110.322500', '184110.782500', '184111.242500', '184111.702500', '184112.162500', '184112.622500', '184113.082500', '184113.542500', '184114.002500', '184114.462500', '184114.922500', '184115.382500', '184115.842500', '184116.302500', '184116.762500', '184117.222500', '184117.682500', '184118.142500', '184118.602500', '184119.062500', '184119.522500', '184119.982500', '184120.442500', '184120.902500', '184121.362500', '184121.822500', '184122.282500', '184122.742500', '184123.202500', '184123.662500', '184124.122500', '184124.582500', '184125.042500', '184125.502500', '184125.962500', '184126.422500', '184126.882500', '184127.342500', '184127.802500', '184128.262500', '184128.722500', '184129.182500', '184129.642500', '184130.102500', '184130.562500', '184131.022500', '184131.482500', '184131.942500', '184132.402500', '184132.862500', '184133.322500', '184133.782500', '184134.242500', '184134.702500', '184135.162500', '184135.622500', '184136.082500', '184136.542500', '184137.002500', '184137.462500', '184137.922500', '184138.382500', '184138.842500', '184139.302500', '184139.762500', '184140.222500', '184140.682500', '184141.142500', '184141.602500', '184142.062500', '184142.522500', '184142.982500', '184143.442500', '184143.902500', '184144.362500', '184144.822500', '184145.282500', '184145.742500', '184146.202500', '184146.662500', '184147.122500', '184147.582500', '184148.042500', '184148.502500', '184148.962500', '184149.422500', '184149.882500', '184150.342500', '184150.802500', '184151.262500', '184151.722500', '184152.182500', '184152.642500', '184153.102500', '184153.562500', '184154.022500', '184154.482500', '184154.942500', '184155.402500', '184155.862500', '184156.322500', '184156.782500', '184157.242500', '184157.702500', '184158.162500', '184158.622500', '184159.082500', '184159.542500', '184200.002500', '184200.462500', '184200.922500', '184201.382500', '184201.842500', '184202.302500', '184202.762500', '184203.222500', '184203.682500', '184204.142500', '184204.602500', '184205.062500', '184205.522500', '184205.982500', '184206.442500', '184206.902500', '184207.362500', '184207.822500', '184208.282500', '184208.742500', '184209.202500', '184209.662500', '184210.122500', '184210.582500', '184211.042500', '184211.502500', '184211.962500', '184212.422500', '184212.882500', '184213.342500', '184213.802500', '184214.262500', '184214.722500', '184215.182500', '184215.642500', '184216.102500', '184216.562500', '184217.022500', '184217.482500', '184217.942500', '184218.402500', '184218.862500', '184219.322500', '184219.782500', '184220.242500', '184220.702500', '184221.162500', '184221.622500', '184222.082500', '184222.542500', '184223.002500', '184223.462500', '184223.922500', '184224.382500', '184224.842500', '184225.302500', '184225.762500', '184226.222500', '184226.682500', '184227.142500', '184227.602500', '184228.062500', '184228.522500', '184228.982500', '184229.442500', '184229.902500', '184230.362500', '184230.822500', '184231.282500', '184231.742500', '184232.202500', '184232.662500', '184233.122500', '184233.582500', '184234.042500', '184234.502500', '184234.962500', '184235.422500', '184235.882500', '184236.342500', '184236.802500', '184237.262500', '184237.722500', '184238.182500', '184238.642500', '184239.102500', '184239.562500', '184240.022500', '184240.482500', '184240.942500', '184241.402500', '184241.862500', '184242.322500', '184242.782500', '184243.242500', '184243.702500', '184244.162500', '184244.622500', '184245.082500', '184245.542500', '184246.002500', '184246.462500', '184246.922500', '184247.382500', '184247.842500', '184248.302500', '184248.762500', '184249.222500', '184249.682500', '184250.142500', '184250.602500', '184251.062500', '184251.522500', '184251.982500', '184252.442500', '184252.902500', '184253.362500', '184253.822500', '184254.282500', '184254.742500', '184255.202500', '184255.662500', '184256.122500', '184256.582500', '184257.042500', '184257.502500', '184257.962500', '184258.422500', '184258.882500', '184259.342500', '184259.802500', '184300.262500', '184300.722500', '184301.182500', '184301.642500', '184302.102500', '184302.562500', '184303.022500', '184303.482500', '184303.942500', '184304.402500', '184304.862500', '184305.322500', '184305.782500', '184306.242500', '184306.702500', '184307.162500', '184307.622500', '184308.082500', '184308.542500', '184309.002500', '184309.462500', '184309.922500', '184310.382500', '184310.842500', '184311.302500', '184311.762500', '184312.222500', '184312.682500', '184313.142500', '184313.602500', '184314.062500', '184314.522500', '184314.982500', '184315.442500', '184315.902500', '184316.362500', '184316.822500', '184317.282500', '184317.742500', '184318.202500', '184318.662500', '184319.122500', '184319.582500', '184320.042500', '184320.502500', '184320.962500', '184321.422500', '184321.882500', '184322.342500', '184322.802500', '184323.262500', '184323.722500', '184324.182500', '184324.642500', '184325.102500', '184325.562500', '184326.022500', '184326.482500', '184326.942500', '184327.402500', '184327.862500', '184328.322500', '184328.782500', '184329.242500', '184329.702500', '184330.162500', '184330.622500', '184331.082500', '184331.542500', '184332.002500', '184332.462500', '184332.922500', '184333.382500', '184333.842500', '184334.302500', '184334.762500', '184335.222500', '184335.682500', '184336.142500', '184336.602500', '184337.062500', '184337.522500', '184337.982500', '184338.442500', '184338.902500', '184339.362500', '184339.822500', '184340.282500', '184340.742500', '184341.202500', '184341.662500', '184342.122500', '184342.582500', '184343.042500', '184343.502500', '184343.962500', '184344.422500', '184344.882500', '184345.342500', '184345.802500', '184346.262500', '184346.722500', '184347.182500', '184347.642500', '184348.102500', '184348.562500', '184349.022500', '184349.482500', '184349.942500', '184350.402500', '184350.862500', '184351.322500', '184351.782500', '184352.242500', '184352.702500', '184353.162500', '184353.622500', '184354.082500', '184354.542500', '184355.002500', '184355.462500', '184355.922500', '184356.382500', '184356.842500', '184357.302500', '184357.762500', '184358.222500', '184358.682500', '184359.142500', '184359.602500', '184400.062500', '184400.522500', '184400.982500', '184401.442500', '184401.902500', '184402.362500', '184402.822500', '184403.282500', '184403.742500', '184404.202500', '184404.662500', '184405.122500', '184405.582500', '184406.042500', '184406.502500', '184406.962500', '184407.422500', '184407.882500', '184408.342500', '184408.802500', '184409.262500', '184409.722500', '184410.182500', '184410.642500', '184411.102500', '184411.562500', '184412.022500', '184412.482500', '184412.942500', '184413.402500', '184413.862500', '184414.322500', '184414.782500', '184415.242500', '184415.702500', '184416.162500', '184416.622500', '184417.082500', '184417.542500', '184418.002500', '184418.462500', '184418.922500', '184419.382500', '184419.842500', '184420.302500', '184420.762500', '184421.222500', '184421.682500', '184422.142500', '184422.602500', '184423.062500', '184423.522500', '184423.982500', '184424.442500', '184424.902500', '184425.362500', '184425.822500', '184426.282500', '184426.742500', '184427.202500', '184427.662500', '184428.122500', '184428.582500', '184429.042500', '184429.502500', '184429.962500', '184430.422500', '184430.882500', '184431.342500', '184431.802500', '184432.262500', '184432.722500', '184433.182500', '184433.642500', '184434.102500', '184434.562500', '184435.022500', '184435.482500', '184435.942500', '184436.402500', '184436.862500', '184437.322500', '184437.782500', '184438.242500', '184438.702500', '184439.162500', '184439.622500', '184440.082500', '184440.542500', '184441.002500', '184441.462500', '184441.922500', '184442.382500', '184442.842500', '184443.302500', '184443.762500', '184444.222500', '184444.682500', '184445.142500', '184445.602500', '184446.062500', '184446.522500', '184446.982500', '184447.442500', '184447.902500', '184448.362500', '184448.822500', '184449.282500', '184449.742500', '184450.202500', '184450.662500', '184451.122500', '184451.582500', '184452.042500', '184452.502500', '184452.962500', '184453.422500', '184453.882500', '184454.342500', '184454.802500', '184455.262500', '184455.722500', '184456.182500', '184456.642500', '184457.102500', '184457.562500', '184458.022500', '184458.482500', '184458.942500', '184459.402500', '184459.862500', '184500.322500', '184500.782500', '184501.242500', '184501.702500', '184502.162500', '184502.622500', '184503.082500', '184503.542500', '184504.002500', '184504.462500', '184504.922500', '184505.382500', '184505.842500', '184506.302500', '184506.762500', '184507.222500', '184507.682500', '184508.142500', '184508.602500', '184509.062500', '184509.522500', '184509.982500', '184510.442500', '184510.902500', '184511.362500', '184511.822500', '184512.282500', '184512.742500', '184513.202500', '184513.662500', '184514.122500', '184514.582500', '184515.042500', '184515.502500', '184515.962500', '184516.422500', '184516.882500', '184517.342500', '184517.802500', '184518.262500', '184518.722500', '184519.182500', '184519.642500', '184520.102500', '184520.562500', '184521.022500', '184521.482500', '184521.942500', '184522.402500', '184522.862500', '184523.322500', '184523.782500', '184524.242500', '184524.702500', '184525.162500', '184525.622500', '184526.082500', '184526.542500', '184527.002500', '184527.462500', '184527.922500', '184528.382500', '184528.842500', '184529.302500', '184529.762500', '184530.222500', '184530.682500', '184531.142500', '184531.602500', '184532.062500', '184532.522500', '184532.982500', '184533.442500', '184533.902500', '184534.362500', '184534.822500', '184535.282500', '184535.742500', '184536.202500', '184536.662500', '184537.122500', '184537.582500', '184538.042500', '184538.502500', '184538.962500', '184539.422500', '184539.882500', '184540.342500', '184540.802500', '184541.262500', '184541.722500', '184542.182500', '184542.642500', '184543.102500', '184543.562500', '184544.022500', '184544.482500', '184544.942500', '184545.402500', '184545.862500', '184546.322500', '184546.782500', '184547.242500', '184547.702500', '184548.162500', '184548.622500', '184549.082500', '184549.542500', '184550.002500', '184550.462500', '184550.922500', '184551.382500', '184551.842500', '184552.302500', '184552.762500', '184553.222500', '184553.682500', '184554.142500', '184554.602500', '184555.062500', '184555.522500', '184555.982500', '184556.442500', '184556.902500', '184557.362500', '184557.822500', '184558.282500', '184558.742500', '184559.202500', '184559.662500', '184600.122500', '184600.582500', '184601.042500', '184601.502500', '184601.962500', '184602.422500', '184602.882500', '184603.342500', '184603.802500', '184604.262500', '184604.722500', '184605.182500', '184605.642500', '184606.102500', '184606.562500', '184607.022500', '184607.482500', '184607.942500', '184608.402500', '184608.862500', '184609.322500', '184609.782500', '184610.242500', '184610.702500', '184611.162500', '184611.622500', '184612.082500', '184612.542500', '184613.002500', '184613.462500', '184613.922500', '184614.382500', '184614.842500', '184615.302500', '184615.762500', '184616.222500', '184616.682500', '184617.142500', '184617.602500', '184618.062500', '184618.522500', '184618.982500', '184619.442500', '184619.902500', '184620.362500', '184620.822500', '184621.282500', '184621.742500', '184622.202500', '184622.662500', '184623.122500', '184623.582500', '184624.042500', '184624.502500', '184624.962500', '184625.422500', '184625.882500', '184626.342500', '184626.802500', '184627.262500', '184627.722500', '184628.182500', '184628.642500', '184629.102500', '184629.562500', '184630.022500', '184630.482500', '184630.942500', '184631.402500', '184631.862500', '184632.322500', '184632.782500', '184633.242500', '184633.702500', '184634.162500', '184634.622500', '184635.082500', '184635.542500', '184636.002500', '184636.462500', '184636.922500', '184637.382500', '184637.842500', '184638.302500', '184638.762500', '184639.222500', '184639.682500', '184640.142500', '184640.602500', '184641.062500', '184641.522500', '184641.982500', '184642.442500', '184642.902500', '184643.362500', '184643.822500', '184644.282500', '184644.742500', '184645.202500', '184645.662500', '184646.122500', '184646.582500', '184647.042500', '184647.502500', '184647.962500', '184648.422500', '184648.882500', '184649.342500', '184649.802500', '184650.262500', '184650.722500', '184651.182500', '184651.642500', '184652.102500', '184652.562500', '184653.022500', '184653.482500', '184653.942500', '184654.402500', '184654.862500', '184655.322500', '184655.782500', '184656.242500', '184656.702500', '184657.162500', '184657.622500', '184658.082500', '184658.542500', '184659.002500', '184659.462500', '184659.922500', '184700.382500', '184700.842500', '184701.302500', '184701.762500', '184702.222500', '184702.682500', '184703.142500', '184703.602500', '184704.062500', '184704.522500', '184704.982500', '184705.442500', '184705.902500', '184706.362500', '184706.822500', '184707.282500', '184707.742500', '184708.202500', '184708.662500', '184709.122500', '184709.582500', '184710.042500', '184710.502500', '184710.962500', '184711.422500', '184711.882500', '184712.342500', '184712.802500', '184713.262500', '184713.722500', '184714.182500', '184714.642500', '184715.102500', '184715.562500', '184716.022500', '184716.482500', '184716.942500', '184717.402500', '184717.862500', '184718.322500', '184718.782500', '184719.242500', '184719.702500', '184720.162500', '184720.622500', '184721.082500', '184721.542500', '184722.002500', '184722.462500', '184722.922500', '184723.382500', '184723.842500', '184724.302500', '184724.762500', '184725.222500', '184725.682500', '184726.142500', '184726.602500', '184727.062500', '184727.522500', '184727.982500', '184728.442500', '184728.902500', '184729.362500', '184729.822500', '184730.282500', '184730.742500', '184731.202500', '184731.662500', '184732.122500', '184732.582500', '184733.042500', '184733.502500', '184733.962500', '184734.422500', '184734.882500', '184735.342500', '184735.802500', '184736.262500', '184736.722500', '184737.182500', '184737.642500', '184738.102500', '184738.562500', '184739.022500', '184739.482500', '184739.942500', '184740.402500', '184740.862500', '184741.322500', '184741.782500', '184742.242500', '184742.702500', '184743.162500', '184743.622500', '184744.082500', '184744.542500', '184745.002500', '184745.462500', '184745.922500', '184746.382500', '184746.842500', '184747.302500', '184747.762500', '184748.222500', '184748.682500', '184749.142500', '184749.602500', '184750.062500', '184750.522500', '184750.982500', '184751.442500', '184751.902500', '184752.362500', '184752.822500', '184753.282500', '184753.742500', '184754.202500', '184754.662500', '184755.122500', '184755.582500', '184756.042500', '184756.502500', '184756.962500', '184757.422500', '184757.882500', '184758.342500', '184758.802500', '184759.262500', '184759.722500', '184800.182500', '184800.642500', '184801.102500', '184801.562500', '184802.022500', '184802.482500', '184802.942500', '184803.402500', '184803.862500', '184804.322500', '184804.782500', '184805.242500', '184805.702500', '184806.162500', '184806.622500', '184807.082500', '184807.542500', '184808.002500', '184808.462500', '184808.922500', '184809.382500', '184809.842500', '184810.302500', '184810.762500', '184811.222500', '184811.682500', '184812.142500', '184812.602500', '184813.062500', '184813.522500', '184813.982500', '184814.442500', '184814.902500', '184815.362500', '184815.822500', '184816.282500', '184816.742500', '184817.202500', '184817.662500', '184818.122500', '184818.582500', '184819.042500', '184819.502500', '184819.962500', '184820.422500', '184820.882500', '184821.342500', '184821.802500', '184822.262500', '184822.722500', '184823.182500', '184823.642500', '184824.102500', '184824.562500', '184825.022500', '184825.482500', '184825.942500', '184826.402500', '184826.862500', '184827.322500', '184827.782500', '184828.242500', '184828.702500', '184829.162500', '184829.622500', '184830.082500', '184830.542500', '184831.002500', '184831.462500', '184831.922500', '184832.382500', '184832.842500', '184833.302500', '184833.762500', '184834.222500', '184834.682500', '184835.142500', '184835.602500', '184836.062500', '184836.522500', '184836.982500', '184837.442500', '184837.902500', '184838.362500', '184838.822500', '184839.282500', '184839.742500', '184840.202500', '184840.662500', '184841.122500', '184841.582500', '184842.042500', '184842.502500', '184842.962500', '184843.422500', '184843.882500', '184844.342500', '184844.802500', '184845.262500', '184845.722500', '184846.182500', '184846.642500', '184847.102500', '184847.562500', '184848.022500', '184848.482500', '184848.942500', '184849.402500', '184849.862500', '184850.322500', '184850.782500', '184851.242500', '184851.702500', '184852.162500', '184852.622500', '184853.082500', '184853.542500', '184854.002500', '184854.462500', '184854.922500', '184855.382500', '184855.842500', '184856.302500', '184856.762500', '184857.222500', '184857.682500', '184858.142500', '184858.602500', '184859.062500', '184859.522500', '184859.982500', '184900.442500', '184900.902500', '184901.362500', '184901.822500', '184902.282500', '184902.742500', '184903.202500', '184903.662500', '184904.122500', '184904.582500', '184905.042500', '184905.502500', '184905.962500', '184906.422500', '184906.882500', '184907.342500', '184907.802500', '184908.262500', '184908.722500', '184909.182500', '184909.642500', '184910.102500', '184910.562500', '184911.022500', '184911.482500', '184911.942500', '184912.402500', '184912.862500', '184913.322500', '184913.782500', '184914.242500', '184914.702500', '184915.162500', '184915.622500', '184916.082500', '184916.542500', '184917.002500', '184917.462500', '184917.922500', '184918.382500', '184918.842500', '184919.302500', '184919.762500', '184920.222500', '184920.682500', '184921.142500', '184921.602500', '184922.062500', '184922.522500', '184922.982500', '184923.442500', '184923.902500', '184924.362500', '184924.822500', '184925.282500', '184925.742500', '184926.202500', '184926.662500', '184927.122500', '184927.582500', '184928.042500', '184928.502500', '184928.962500', '184929.422500', '184929.882500', '184930.342500', '184930.802500', '184931.262500', '184931.722500', '184932.182500', '184932.642500', '184933.102500', '184933.562500', '184934.022500', '184934.482500', '184934.942500', '184935.402500', '184935.862500', '184936.322500', '184936.782500', '184937.242500', '184937.702500', '184938.162500', '184938.622500', '184939.082500', '184939.542500', '184940.002500', '184940.462500', '184940.922500', '184941.382500', '184941.842500', '184942.302500', '184942.762500', '184943.222500', '184943.682500', '184944.142500', '184944.602500', '184945.062500', '184945.522500', '184945.982500', '184946.442500', '184946.902500', '184947.362500', '184947.822500', '184948.282500', '184948.742500', '184949.202500', '184949.662500', '184950.122500', '184950.582500', '184951.042500', '184951.502500', '184951.962500', '184952.422500', '184952.882500', '184953.342500', '184953.802500', '184954.262500', '184954.722500', '184955.182500', '184955.642500', '184956.102500', '184956.562500', '184957.022500', '184957.482500', '184957.942500', '184958.402500', '184958.862500', '184959.322500', '184959.782500', '185000.242500', '185000.702500', '185001.162500', '185001.622500', '185002.082500', '185002.542500', '185003.002500', '185003.462500', '185003.922500', '185004.382500', '185004.842500', '185005.302500', '185005.762500', '185006.222500', '185006.682500', '185007.142500', '185007.602500', '185008.062500', '185008.522500', '185008.982500', '185009.442500', '185009.902500', '185010.362500', '185010.822500', '185011.282500', '185011.742500', '185012.202500', '185012.662500', '185013.122500', '185013.582500', '185014.042500', '185014.502500', '185014.962500', '185015.422500', '185015.882500', '185016.342500', '185016.802500', '185017.262500', '185017.722500', '185018.182500', '185018.642500', '185019.102500', '185019.562500', '185020.022500', '185020.482500', '185020.942500', '185021.402500', '185021.862500', '185022.322500', '185022.782500', '185023.242500', '185023.702500', '185024.162500', '185024.622500', '185025.082500', '185025.542500', '185026.002500', '185026.462500', '185026.922500', '185027.382500', '185027.842500', '185028.302500', '185028.762500', '185029.222500', '185029.682500', '185030.142500', '185030.602500'], 'ContentTime': ['184041.725000', '184041.729000', '184041.731000', '184041.734000', '184041.737000', '184041.739000', '184041.742000', '184041.744000', '184041.747000', '184041.750000', '184041.752000', '184041.755000', '184041.758000', '184041.760000', '184041.763000', '184041.765000', '184041.768000', '184041.770000', '184041.773000', '184041.776000', '184041.778000', '184041.781000', '184041.784000', '184041.786000', '184041.789000', '184041.792000', '184041.794000', '184041.797000', '184041.800000', '184041.803000', '184041.806000', '184041.809000', '184041.812000', '184041.821000', '184041.824000', '184041.826000', '184041.829000', '184041.832000', '184041.834000', '184101.697000', '184101.699000', '184101.702000', '184101.705000', '184101.707000', '184101.710000', '184101.712000', '184101.715000', '184101.717000', '184101.720000', '184101.723000', '184101.725000', '184101.728000', '184101.730000', '184101.733000', '184101.735000', '184101.751000', '184101.753000', '184101.756000', '184101.758000', '184101.761000', '184101.763000', '184101.766000', '184101.768000', '184101.771000', '184101.773000', '184101.776000', '184101.779000', '184101.781000', '184101.784000', '184101.786000', '184101.789000', '184101.791000', '184101.794000', '184101.796000', '184101.799000', '184101.802000', '184101.804000', '184101.807000', '184101.809000', '184101.812000', '184101.814000', '184101.817000', '184101.819000', '184121.695000', '184121.698000', '184121.701000', '184121.703000', '184121.706000', '184121.708000', '184121.711000', '184121.713000', '184121.716000', '184121.719000', '184121.721000', '184121.724000', '184121.726000', '184121.729000', '184121.731000', '184121.734000', '184121.736000', '184121.739000', '184121.741000', '184121.744000', '184121.747000', '184121.749000', '184121.752000', '184121.754000', '184121.757000', '184121.759000', '184121.762000', '184121.767000', '184121.770000', '184121.772000', '184121.775000', '184121.777000', '184121.780000', '184121.783000', '184121.785000', '184121.788000', '184121.790000', '184121.793000', '184121.795000', '184121.798000', '184121.801000', '184121.803000', '184121.806000', '184141.697000', '184141.699000', '184141.702000', '184141.705000', '184141.707000', '184141.711000', '184141.714000', '184141.716000', '184141.719000', '184141.722000', '184141.724000', '184141.727000', '184141.729000', '184141.732000', '184141.735000', '184141.737000', '184141.740000', '184141.742000', '184141.745000', '184141.747000', '184141.750000', '184141.753000', '184141.755000', '184141.758000', '184141.760000', '184141.763000', '184141.766000', '184141.768000', '184141.771000', '184141.773000', '184141.776000', '184141.779000', '184141.781000', '184141.784000', '184141.786000', '184141.789000', '184141.791000', '184141.794000', '184141.799000', '184141.802000', '184141.804000', '184141.807000', '184141.810000', '184141.812000', '184201.696000', '184201.699000', '184201.702000', '184201.705000', '184201.707000', '184201.710000', '184201.712000', '184201.715000', '184201.717000', '184201.720000', '184201.722000', '184201.725000', '184201.727000', '184201.730000', '184201.733000', '184201.735000', '184201.738000', '184201.740000', '184201.743000', '184201.746000', '184201.748000', '184201.751000', '184201.754000', '184201.756000', '184201.759000', '184201.761000', '184201.764000', '184201.766000', '184201.769000', '184201.772000', '184201.774000', '184201.777000', '184201.779000', '184201.782000', '184201.785000', '184201.787000', '184201.790000', '184201.792000', '184201.795000', '184201.797000', '184201.800000', '184201.803000', '184201.805000', '184221.697000', '184221.700000', '184221.702000', '184221.705000', '184221.707000', '184221.710000', '184221.712000', '184221.715000', '184221.718000', '184221.720000', '184221.723000', '184221.726000', '184221.729000', '184221.732000', '184221.734000', '184221.737000', '184221.739000', '184221.742000', '184221.745000', '184221.747000', '184221.750000', '184221.752000', '184221.755000', '184221.757000', '184221.760000', '184221.762000', '184221.765000', '184221.768000', '184221.770000', '184221.773000', '184221.775000', '184221.778000', '184221.781000', '184221.783000', '184221.786000', '184221.788000', '184221.791000', '184221.793000', '184221.796000', '184221.798000', '184221.801000', '184221.804000', '184221.806000', '184241.697000', '184241.700000', '184241.702000', '184241.705000', '184241.707000', '184241.710000', '184241.712000', '184241.715000', '184241.718000', '184241.720000', '184241.723000', '184241.725000', '184241.728000', '184241.730000', '184241.733000', '184241.736000', '184241.738000', '184241.741000', '184241.743000', '184241.746000', '184241.749000', '184241.751000', '184241.754000', '184241.756000', '184241.759000', '184241.761000', '184241.771000', '184241.774000', '184241.776000', '184241.779000', '184241.782000', '184241.784000', '184241.787000', '184241.789000', '184241.792000', '184241.794000', '184241.797000', '184241.800000', '184241.802000', '184241.805000', '184241.807000', '184241.810000', '184241.813000', '184241.815000', '184301.696000', '184301.699000', '184301.702000', '184301.705000', '184301.707000', '184301.710000', '184301.712000', '184301.715000', '184301.718000', '184301.720000', '184301.723000', '184301.725000', '184301.728000', '184301.731000', '184301.733000', '184301.736000', '184301.738000', '184301.741000', '184301.744000', '184301.746000', '184301.750000', '184301.752000', '184301.755000', '184301.758000', '184301.760000', '184301.763000', '184301.766000', '184301.768000', '184301.771000', '184301.774000', '184301.776000', '184301.779000', '184301.781000', '184301.784000', '184301.787000', '184301.789000', '184301.792000', '184301.794000', '184301.797000', '184301.800000', '184301.802000', '184301.805000', '184301.808000', '184321.696000', '184321.699000', '184321.702000', '184321.704000', '184321.707000', '184321.710000', '184321.712000', '184321.715000', '184321.717000', '184321.720000', '184321.723000', '184321.725000', '184321.728000', '184321.731000', '184321.733000', '184321.736000', '184321.738000', '184321.741000', '184321.743000', '184321.746000', '184321.749000', '184321.751000', '184321.754000', '184321.757000', '184321.759000', '184321.762000', '184321.764000', '184321.767000', '184321.770000', '184321.772000', '184321.775000', '184321.777000', '184321.780000', '184321.782000', '184321.785000', '184321.787000', '184321.790000', '184321.793000', '184321.795000', '184321.798000', '184321.800000', '184321.803000', '184321.806000', '184321.808000', '184341.696000', '184341.699000', '184341.701000', '184341.704000', '184341.706000', '184341.709000', '184341.711000', '184341.714000', '184341.717000', '184341.719000', '184341.722000', '184341.725000', '184341.727000', '184341.730000', '184341.732000', '184341.735000', '184341.737000', '184341.740000', '184341.742000', '184341.745000', '184341.748000', '184341.750000', '184341.753000', '184341.756000', '184341.758000', '184341.761000', '184341.763000', '184341.766000', '184341.768000', '184341.771000', '184341.773000', '184341.776000', '184341.779000', '184341.781000', '184341.784000', '184341.786000', '184341.789000', '184341.791000', '184341.794000', '184341.797000', '184341.799000', '184341.802000', '184341.805000', '184401.697000', '184401.700000', '184401.702000', '184401.705000', '184401.707000', '184401.710000', '184401.713000', '184401.715000', '184401.718000', '184401.720000', '184401.723000', '184401.726000', '184401.728000', '184401.731000', '184401.733000', '184401.736000', '184401.739000', '184401.741000', '184401.744000', '184401.746000', '184401.749000', '184401.751000', '184401.754000', '184401.757000', '184401.759000', '184401.762000', '184401.765000', '184401.767000', '184401.770000', '184401.772000', '184401.775000', '184401.778000', '184401.780000', '184401.783000', '184401.785000', '184401.788000', '184401.791000', '184401.794000', '184401.796000', '184401.799000', '184401.802000', '184401.804000', '184401.807000', '184401.809000', '184421.697000', '184421.700000', '184421.702000', '184421.705000', '184421.707000', '184421.710000', '184421.712000', '184421.729000', '184421.732000', '184421.734000', '184421.737000', '184421.740000', '184421.742000', '184421.745000', '184421.747000', '184421.750000', '184421.752000', '184421.755000', '184421.758000', '184421.760000', '184421.763000', '184421.765000', '184421.768000', '184421.771000', '184421.773000', '184421.776000', '184421.778000', '184421.781000', '184421.783000', '184421.786000', '184421.790000', '184421.793000', '184421.795000', '184421.798000', '184421.801000', '184421.803000', '184421.806000', '184421.809000', '184421.811000', '184421.814000', '184421.816000', '184421.819000', '184421.822000', '184441.697000', '184441.699000', '184441.702000', '184441.705000', '184441.707000', '184441.710000', '184441.712000', '184441.715000', '184441.718000', '184441.720000', '184441.723000', '184441.725000', '184441.728000', '184441.731000', '184441.733000', '184441.736000', '184441.738000', '184441.741000', '184441.743000', '184441.746000', '184441.748000', '184441.751000', '184441.754000', '184441.756000', '184441.759000', '184441.761000', '184441.764000', '184441.767000', '184441.769000', '184441.772000', '184441.774000', '184441.777000', '184441.780000', '184441.782000', '184441.785000', '184441.787000', '184441.790000', '184441.793000', '184441.795000', '184441.798000', '184441.801000', '184441.803000', '184441.806000', '184441.808000', '184501.697000', '184501.699000', '184501.702000', '184501.705000', '184501.707000', '184501.710000', '184501.712000', '184501.715000', '184501.718000', '184501.720000', '184501.723000', '184501.725000', '184501.728000', '184501.731000', '184501.733000', '184501.736000', '184501.738000', '184501.741000', '184501.743000', '184501.746000', '184501.749000', '184501.751000', '184501.754000', '184501.756000', '184501.759000', '184501.762000', '184501.764000', '184501.767000', '184501.769000', '184501.772000', '184501.774000', '184501.777000', '184501.780000', '184501.783000', '184501.785000', '184501.788000', '184501.791000', '184501.793000', '184501.796000', '184501.798000', '184501.801000', '184501.803000', '184501.806000', '184521.697000', '184521.699000', '184521.702000', '184521.705000', '184521.707000', '184521.710000', '184521.713000', '184521.715000', '184521.718000', '184521.720000', '184521.723000', '184521.725000', '184521.728000', '184521.731000', '184521.733000', '184521.736000', '184521.738000', '184521.741000', '184521.743000', '184521.746000', '184521.749000', '184521.751000', '184521.754000', '184521.757000', '184521.759000', '184521.762000', '184521.764000', '184521.767000', '184521.770000', '184521.772000', '184521.775000', '184521.777000', '184521.780000', '184521.782000', '184521.785000', '184521.788000', '184521.790000', '184521.793000', '184521.796000', '184521.798000', '184521.801000', '184521.803000', '184521.806000', '184521.808000', '184541.697000', '184541.700000', '184541.702000', '184541.705000', '184541.707000', '184541.710000', '184541.713000', '184541.715000', '184541.718000', '184541.720000', '184541.723000', '184541.725000', '184541.728000', '184541.731000', '184541.733000', '184541.736000', '184541.738000', '184541.741000', '184541.755000', '184541.757000', '184541.760000', '184541.763000', '184541.766000', '184541.768000', '184541.771000', '184541.773000', '184541.776000', '184541.779000', '184541.781000', '184541.784000', '184541.786000', '184541.789000', '184541.791000', '184541.794000', '184541.797000', '184541.799000', '184541.802000', '184541.805000', '184541.807000', '184541.810000', '184541.814000', '184541.817000', '184541.819000', '184601.696000', '184601.699000', '184601.701000', '184601.704000', '184601.707000', '184601.709000', '184601.712000', '184601.714000', '184601.717000', '184601.720000', '184601.722000', '184601.725000', '184601.727000', '184601.730000', '184601.732000', '184601.735000', '184601.738000', '184601.740000', '184601.743000', '184601.745000', '184601.748000', '184601.751000', '184601.753000', '184601.756000', '184601.758000', '184601.761000', '184601.763000', '184601.766000', '184601.769000', '184601.771000', '184601.774000', '184601.776000', '184601.779000', '184601.782000', '184601.784000', '184601.787000', '184601.789000', '184601.792000', '184601.794000', '184601.797000', '184601.800000', '184601.802000', '184601.805000', '184601.807000', '184621.697000', '184621.700000', '184621.702000', '184621.705000', '184621.708000', '184621.710000', '184621.713000', '184621.716000', '184621.718000', '184621.721000', '184621.723000', '184621.726000', '184621.728000', '184621.731000', '184621.734000', '184621.736000', '184621.739000', '184621.742000', '184621.744000', '184621.747000', '184621.749000', '184621.752000', '184621.755000', '184621.757000', '184621.760000', '184621.762000', '184621.765000', '184621.768000', '184621.770000', '184621.780000', '184621.783000', '184621.786000', '184621.788000', '184621.791000', '184621.793000', '184621.796000', '184621.799000', '184621.801000', '184621.804000', '184621.807000', '184621.809000', '184621.812000', '184621.814000', '184641.697000', '184641.700000', '184641.702000', '184641.705000', '184641.707000', '184641.710000', '184641.713000', '184641.715000', '184641.718000', '184641.720000', '184641.723000', '184641.725000', '184641.728000', '184641.730000', '184641.733000', '184641.736000', '184641.738000', '184641.741000', '184641.744000', '184641.746000', '184641.749000', '184641.751000', '184641.754000', '184641.756000', '184641.759000', '184641.761000', '184641.764000', '184641.766000', '184641.769000', '184641.772000', '184641.774000', '184641.777000', '184641.780000', '184641.782000', '184641.785000', '184641.787000', '184641.790000', '184641.793000', '184641.795000', '184641.798000', '184641.800000', '184641.803000', '184641.805000', '184641.808000', '184701.697000', '184701.699000', '184701.702000', '184701.705000', '184701.707000', '184701.710000', '184701.712000', '184701.715000', '184701.718000', '184701.720000', '184701.723000', '184701.725000', '184701.728000', '184701.731000', '184701.733000', '184701.736000', '184701.738000', '184701.741000', '184701.744000', '184701.746000', '184701.749000', '184701.751000', '184701.754000', '184701.756000', '184701.759000', '184701.761000', '184701.764000', '184701.767000', '184701.769000', '184701.782000', '184701.784000', '184701.787000', '184701.790000', '184701.792000', '184701.795000', '184701.797000', '184701.800000', '184701.803000', '184701.805000', '184701.808000', '184701.811000', '184701.814000', '184701.817000', '184721.697000', '184721.699000', '184721.702000', '184721.705000', '184721.707000', '184721.710000', '184721.713000', '184721.715000', '184721.718000', '184721.720000', '184721.723000', '184721.726000', '184721.728000', '184721.731000', '184721.733000', '184721.736000', '184721.739000', '184721.741000', '184721.744000', '184721.746000', '184721.749000', '184721.751000', '184721.754000', '184721.757000', '184721.759000', '184721.762000', '184721.764000', '184721.767000', '184721.770000', '184721.773000', '184721.775000', '184721.778000', '184721.781000', '184721.783000', '184721.786000', '184721.788000', '184721.791000', '184721.794000', '184721.796000', '184721.799000', '184721.802000', '184721.804000', '184721.807000', '184721.810000', '184741.696000', '184741.699000', '184741.702000', '184741.705000', '184741.707000', '184741.710000', '184741.712000', '184741.715000', '184741.717000', '184741.720000', '184741.722000', '184741.725000', '184741.727000', '184741.730000', '184741.733000', '184741.735000', '184741.738000', '184741.740000', '184741.743000', '184741.746000', '184741.748000', '184741.751000', '184741.753000', '184741.756000', '184741.758000', '184741.761000', '184741.764000', '184741.766000', '184741.769000', '184741.772000', '184741.774000', '184741.777000', '184741.779000', '184741.782000', '184741.784000', '184741.787000', '184741.789000', '184741.792000', '184741.795000', '184741.797000', '184741.800000', '184741.803000', '184741.805000', '184801.697000', '184801.700000', '184801.702000', '184801.705000', '184801.707000', '184801.710000', '184801.712000', '184801.715000', '184801.718000', '184801.720000', '184801.723000', '184801.725000', '184801.728000', '184801.731000', '184801.733000', '184801.736000', '184801.738000', '184801.741000', '184801.744000', '184801.746000', '184801.749000', '184801.751000', '184801.754000', '184801.756000', '184801.759000', '184801.762000', '184801.764000', '184801.767000', '184801.770000', '184801.772000', '184801.775000', '184801.778000', '184801.780000', '184801.783000', '184801.785000', '184801.788000', '184801.790000', '184801.793000', '184801.796000', '184801.798000', '184801.801000', '184801.804000', '184801.806000', '184801.809000', '184821.696000', '184821.699000', '184821.701000', '184821.704000', '184821.706000', '184821.709000', '184821.711000', '184821.714000', '184821.717000', '184821.719000', '184821.722000', '184821.724000', '184821.727000', '184821.730000', '184821.732000', '184821.735000', '184821.737000', '184821.740000', '184821.742000', '184821.745000', '184821.748000', '184821.750000', '184821.753000', '184821.755000', '184821.758000', '184821.767000', '184821.770000', '184821.773000', '184821.775000', '184821.778000', '184821.781000', '184821.783000', '184821.786000', '184821.788000', '184821.791000', '184821.793000', '184821.796000', '184821.799000', '184821.801000', '184821.804000', '184821.807000', '184821.809000', '184821.812000', '184841.697000', '184841.699000', '184841.702000', '184841.705000', '184841.707000', '184841.710000', '184841.712000', '184841.715000', '184841.718000', '184841.720000', '184841.723000', '184841.725000', '184841.728000', '184841.731000', '184841.733000', '184841.736000', '184841.738000', '184841.741000', '184841.743000', '184841.746000', '184841.749000', '184841.751000', '184841.754000', '184841.756000', '184841.759000', '184841.761000', '184841.764000', '184841.767000', '184841.769000', '184841.772000', '184841.774000', '184841.777000', '184841.779000', '184841.782000', '184841.785000', '184841.787000', '184841.790000', '184841.792000', '184841.795000', '184841.798000', '184841.800000', '184841.803000', '184841.806000', '184841.808000', '184901.697000', '184901.700000', '184901.702000', '184901.705000', '184901.708000', '184901.710000', '184901.713000', '184901.715000', '184901.718000', '184901.721000', '184901.723000', '184901.726000', '184901.729000', '184901.731000', '184901.734000', '184901.736000', '184901.739000', '184901.741000', '184901.744000', '184901.746000', '184901.749000', '184901.752000', '184901.754000', '184901.757000', '184901.760000', '184901.762000', '184901.765000', '184901.767000', '184901.770000', '184901.773000', '184901.775000', '184901.778000', '184901.781000', '184901.783000', '184901.786000', '184901.788000', '184901.791000', '184901.793000', '184901.796000', '184901.799000', '184901.801000', '184901.804000', '184901.807000', '184921.697000', '184921.700000', '184921.702000', '184921.705000', '184921.708000', '184921.711000', '184921.713000', '184921.716000', '184921.718000', '184921.721000', '184921.724000', '184921.726000', '184921.729000', '184921.731000', '184921.734000', '184921.737000', '184921.739000', '184921.742000', '184921.744000', '184921.747000', '184921.749000', '184921.752000', '184921.755000', '184921.757000', '184921.760000', '184921.763000', '184921.765000', '184921.768000', '184921.770000', '184921.773000', '184921.775000', '184921.778000', '184921.781000', '184921.783000', '184921.786000', '184921.788000', '184921.791000', '184921.794000', '184921.796000', '184921.799000', '184921.801000', '184921.804000', '184921.807000', '184941.697000', '184941.700000', '184941.702000', '184941.705000', '184941.707000', '184941.710000', '184941.712000', '184941.715000', '184941.718000', '184941.720000', '184941.723000', '184941.726000', '184941.728000', '184941.731000', '184941.733000', '184941.736000', '184941.738000', '184941.741000', '184941.743000', '184941.746000', '184941.749000', '184941.751000', '184941.754000', '184941.766000', '184941.769000', '184941.771000', '184941.774000', '184941.777000', '184941.779000', '184941.782000', '184941.784000', '184941.787000', '184941.790000', '184941.792000', '184941.795000', '184941.797000', '184941.800000', '184941.803000', '184941.805000', '184941.808000', '184941.810000', '184941.813000', '184941.816000', '184941.818000', '185001.697000', '185001.700000', '185001.702000', '185001.705000', '185001.707000', '185001.710000', '185001.712000', '185001.715000', '185001.718000', '185001.720000', '185001.723000', '185001.725000', '185001.728000', '185001.731000', '185001.733000', '185001.736000', '185001.738000', '185001.741000', '185001.743000', '185001.746000', '185001.748000', '185001.751000', '185001.754000', '185001.756000', '185001.759000', '185001.761000', '185001.764000', '185001.767000', '185001.769000', '185001.772000', '185001.774000', '185001.777000', '185001.780000', '185001.782000', '185001.785000', '185001.787000', '185001.790000', '185001.793000', '185001.795000', '185001.798000', '185001.801000', '185001.803000', '185001.806000', '185001.808000', '185021.697000', '185021.699000', '185021.702000', '185021.705000', '185021.707000', '185021.710000', '185021.713000', '185021.715000', '185021.718000', '185021.720000', '185021.723000', '185021.726000', '185021.728000', '185021.731000', '185021.733000', '185021.736000', '185021.738000', '185021.741000', '185021.743000', '185021.746000', '185021.749000', '185021.751000', '185021.754000', '185021.756000', '185021.759000', '185021.762000', '185021.765000', '185021.767000', '185021.770000', '185021.772000', '185021.775000', '185021.777000', '185021.780000', '185021.783000', '185021.785000', '185021.788000', '185021.790000', '185021.793000', '185021.796000', '185021.798000', '185021.801000', '185021.804000', '185021.806000', '185031.556000', '185031.559000', '185031.562000', '185031.564000', '185031.567000', '185031.569000', '185031.572000', '185031.575000', '185031.577000', '185031.580000', '185031.583000', '185031.585000', '185031.588000', '185031.590000', '185031.593000', '185031.595000', '185031.598000', '185031.601000', '185031.603000', '185031.606000', '185031.609000', '185031.611000'], 'InstanceCreationTime': ['184041.725000', '184041.729000', '184041.731000', '184041.734000', '184041.737000', '184041.739000', '184041.742000', '184041.744000', '184041.747000', '184041.750000', '184041.752000', '184041.755000', '184041.758000', '184041.760000', '184041.763000', '184041.765000', '184041.768000', '184041.770000', '184041.773000', '184041.776000', '184041.778000', '184041.781000', '184041.784000', '184041.786000', '184041.789000', '184041.792000', '184041.794000', '184041.797000', '184041.800000', '184041.803000', '184041.806000', '184041.809000', '184041.812000', '184041.821000', '184041.824000', '184041.826000', '184041.829000', '184041.832000', '184041.834000', '184101.697000', '184101.699000', '184101.702000', '184101.705000', '184101.707000', '184101.710000', '184101.712000', '184101.715000', '184101.717000', '184101.720000', '184101.723000', '184101.725000', '184101.728000', '184101.730000', '184101.733000', '184101.735000', '184101.751000', '184101.753000', '184101.756000', '184101.758000', '184101.761000', '184101.763000', '184101.766000', '184101.768000', '184101.771000', '184101.773000', '184101.776000', '184101.779000', '184101.781000', '184101.784000', '184101.786000', '184101.789000', '184101.791000', '184101.794000', '184101.796000', '184101.799000', '184101.802000', '184101.804000', '184101.807000', '184101.809000', '184101.812000', '184101.814000', '184101.817000', '184101.819000', '184121.695000', '184121.698000', '184121.701000', '184121.703000', '184121.706000', '184121.708000', '184121.711000', '184121.713000', '184121.716000', '184121.719000', '184121.721000', '184121.724000', '184121.726000', '184121.729000', '184121.731000', '184121.734000', '184121.736000', '184121.739000', '184121.741000', '184121.744000', '184121.747000', '184121.749000', '184121.752000', '184121.754000', '184121.757000', '184121.759000', '184121.762000', '184121.767000', '184121.770000', '184121.772000', '184121.775000', '184121.777000', '184121.780000', '184121.783000', '184121.785000', '184121.788000', '184121.790000', '184121.793000', '184121.795000', '184121.798000', '184121.801000', '184121.803000', '184121.806000', '184141.697000', '184141.699000', '184141.702000', '184141.705000', '184141.707000', '184141.711000', '184141.714000', '184141.716000', '184141.719000', '184141.722000', '184141.724000', '184141.727000', '184141.729000', '184141.732000', '184141.735000', '184141.737000', '184141.740000', '184141.742000', '184141.745000', '184141.747000', '184141.750000', '184141.753000', '184141.755000', '184141.758000', '184141.760000', '184141.763000', '184141.766000', '184141.768000', '184141.771000', '184141.773000', '184141.776000', '184141.779000', '184141.781000', '184141.784000', '184141.786000', '184141.789000', '184141.791000', '184141.794000', '184141.799000', '184141.802000', '184141.804000', '184141.807000', '184141.810000', '184141.812000', '184201.696000', '184201.699000', '184201.702000', '184201.705000', '184201.707000', '184201.710000', '184201.712000', '184201.715000', '184201.717000', '184201.720000', '184201.722000', '184201.725000', '184201.727000', '184201.730000', '184201.733000', '184201.735000', '184201.738000', '184201.740000', '184201.743000', '184201.746000', '184201.748000', '184201.751000', '184201.754000', '184201.756000', '184201.759000', '184201.761000', '184201.764000', '184201.766000', '184201.769000', '184201.772000', '184201.774000', '184201.777000', '184201.779000', '184201.782000', '184201.785000', '184201.787000', '184201.790000', '184201.792000', '184201.795000', '184201.797000', '184201.800000', '184201.803000', '184201.805000', '184221.697000', '184221.700000', '184221.702000', '184221.705000', '184221.707000', '184221.710000', '184221.712000', '184221.715000', '184221.718000', '184221.720000', '184221.723000', '184221.726000', '184221.729000', '184221.732000', '184221.734000', '184221.737000', '184221.739000', '184221.742000', '184221.745000', '184221.747000', '184221.750000', '184221.752000', '184221.755000', '184221.757000', '184221.760000', '184221.762000', '184221.765000', '184221.768000', '184221.770000', '184221.773000', '184221.775000', '184221.778000', '184221.781000', '184221.783000', '184221.786000', '184221.788000', '184221.791000', '184221.793000', '184221.796000', '184221.798000', '184221.801000', '184221.804000', '184221.806000', '184241.697000', '184241.700000', '184241.702000', '184241.705000', '184241.707000', '184241.710000', '184241.712000', '184241.715000', '184241.718000', '184241.720000', '184241.723000', '184241.725000', '184241.728000', '184241.730000', '184241.733000', '184241.736000', '184241.738000', '184241.741000', '184241.743000', '184241.746000', '184241.749000', '184241.751000', '184241.754000', '184241.756000', '184241.759000', '184241.761000', '184241.771000', '184241.774000', '184241.776000', '184241.779000', '184241.782000', '184241.784000', '184241.787000', '184241.789000', '184241.792000', '184241.794000', '184241.797000', '184241.800000', '184241.802000', '184241.805000', '184241.807000', '184241.810000', '184241.813000', '184241.815000', '184301.696000', '184301.699000', '184301.702000', '184301.705000', '184301.707000', '184301.710000', '184301.712000', '184301.715000', '184301.718000', '184301.720000', '184301.723000', '184301.725000', '184301.728000', '184301.731000', '184301.733000', '184301.736000', '184301.738000', '184301.741000', '184301.744000', '184301.746000', '184301.750000', '184301.752000', '184301.755000', '184301.758000', '184301.760000', '184301.763000', '184301.766000', '184301.768000', '184301.771000', '184301.774000', '184301.776000', '184301.779000', '184301.781000', '184301.784000', '184301.787000', '184301.789000', '184301.792000', '184301.794000', '184301.797000', '184301.800000', '184301.802000', '184301.805000', '184301.808000', '184321.696000', '184321.699000', '184321.702000', '184321.704000', '184321.707000', '184321.710000', '184321.712000', '184321.715000', '184321.717000', '184321.720000', '184321.723000', '184321.725000', '184321.728000', '184321.731000', '184321.733000', '184321.736000', '184321.738000', '184321.741000', '184321.743000', '184321.746000', '184321.749000', '184321.751000', '184321.754000', '184321.757000', '184321.759000', '184321.762000', '184321.764000', '184321.767000', '184321.770000', '184321.772000', '184321.775000', '184321.777000', '184321.780000', '184321.782000', '184321.785000', '184321.787000', '184321.790000', '184321.793000', '184321.795000', '184321.798000', '184321.800000', '184321.803000', '184321.806000', '184321.808000', '184341.696000', '184341.699000', '184341.701000', '184341.704000', '184341.706000', '184341.709000', '184341.711000', '184341.714000', '184341.717000', '184341.719000', '184341.722000', '184341.725000', '184341.727000', '184341.730000', '184341.732000', '184341.735000', '184341.737000', '184341.740000', '184341.742000', '184341.745000', '184341.748000', '184341.750000', '184341.753000', '184341.756000', '184341.758000', '184341.761000', '184341.763000', '184341.766000', '184341.768000', '184341.771000', '184341.773000', '184341.776000', '184341.779000', '184341.781000', '184341.784000', '184341.786000', '184341.789000', '184341.791000', '184341.794000', '184341.797000', '184341.799000', '184341.802000', '184341.805000', '184401.697000', '184401.700000', '184401.702000', '184401.705000', '184401.707000', '184401.710000', '184401.713000', '184401.715000', '184401.718000', '184401.720000', '184401.723000', '184401.726000', '184401.728000', '184401.731000', '184401.733000', '184401.736000', '184401.739000', '184401.741000', '184401.744000', '184401.746000', '184401.749000', '184401.751000', '184401.754000', '184401.757000', '184401.759000', '184401.762000', '184401.765000', '184401.767000', '184401.770000', '184401.772000', '184401.775000', '184401.778000', '184401.780000', '184401.783000', '184401.785000', '184401.788000', '184401.791000', '184401.794000', '184401.796000', '184401.799000', '184401.802000', '184401.804000', '184401.807000', '184401.809000', '184421.697000', '184421.700000', '184421.702000', '184421.705000', '184421.707000', '184421.710000', '184421.712000', '184421.729000', '184421.732000', '184421.734000', '184421.737000', '184421.740000', '184421.742000', '184421.745000', '184421.747000', '184421.750000', '184421.752000', '184421.755000', '184421.758000', '184421.760000', '184421.763000', '184421.765000', '184421.768000', '184421.771000', '184421.773000', '184421.776000', '184421.778000', '184421.781000', '184421.783000', '184421.786000', '184421.790000', '184421.793000', '184421.795000', '184421.798000', '184421.801000', '184421.803000', '184421.806000', '184421.809000', '184421.811000', '184421.814000', '184421.816000', '184421.819000', '184421.822000', '184441.697000', '184441.699000', '184441.702000', '184441.705000', '184441.707000', '184441.710000', '184441.712000', '184441.715000', '184441.718000', '184441.720000', '184441.723000', '184441.725000', '184441.728000', '184441.731000', '184441.733000', '184441.736000', '184441.738000', '184441.741000', '184441.743000', '184441.746000', '184441.748000', '184441.751000', '184441.754000', '184441.756000', '184441.759000', '184441.761000', '184441.764000', '184441.767000', '184441.769000', '184441.772000', '184441.774000', '184441.777000', '184441.780000', '184441.782000', '184441.785000', '184441.787000', '184441.790000', '184441.793000', '184441.795000', '184441.798000', '184441.801000', '184441.803000', '184441.806000', '184441.808000', '184501.697000', '184501.699000', '184501.702000', '184501.705000', '184501.707000', '184501.710000', '184501.712000', '184501.715000', '184501.718000', '184501.720000', '184501.723000', '184501.725000', '184501.728000', '184501.731000', '184501.733000', '184501.736000', '184501.738000', '184501.741000', '184501.743000', '184501.746000', '184501.749000', '184501.751000', '184501.754000', '184501.756000', '184501.759000', '184501.762000', '184501.764000', '184501.767000', '184501.769000', '184501.772000', '184501.774000', '184501.777000', '184501.780000', '184501.783000', '184501.785000', '184501.788000', '184501.791000', '184501.793000', '184501.796000', '184501.798000', '184501.801000', '184501.803000', '184501.806000', '184521.697000', '184521.699000', '184521.702000', '184521.705000', '184521.707000', '184521.710000', '184521.713000', '184521.715000', '184521.718000', '184521.720000', '184521.723000', '184521.725000', '184521.728000', '184521.731000', '184521.733000', '184521.736000', '184521.738000', '184521.741000', '184521.743000', '184521.746000', '184521.749000', '184521.751000', '184521.754000', '184521.757000', '184521.759000', '184521.762000', '184521.764000', '184521.767000', '184521.770000', '184521.772000', '184521.775000', '184521.777000', '184521.780000', '184521.782000', '184521.785000', '184521.788000', '184521.790000', '184521.793000', '184521.796000', '184521.798000', '184521.801000', '184521.803000', '184521.806000', '184521.808000', '184541.697000', '184541.700000', '184541.702000', '184541.705000', '184541.707000', '184541.710000', '184541.713000', '184541.715000', '184541.718000', '184541.720000', '184541.723000', '184541.725000', '184541.728000', '184541.731000', '184541.733000', '184541.736000', '184541.738000', '184541.741000', '184541.755000', '184541.757000', '184541.760000', '184541.763000', '184541.766000', '184541.768000', '184541.771000', '184541.773000', '184541.776000', '184541.779000', '184541.781000', '184541.784000', '184541.786000', '184541.789000', '184541.791000', '184541.794000', '184541.797000', '184541.799000', '184541.802000', '184541.805000', '184541.807000', '184541.810000', '184541.814000', '184541.817000', '184541.819000', '184601.696000', '184601.699000', '184601.701000', '184601.704000', '184601.707000', '184601.709000', '184601.712000', '184601.714000', '184601.717000', '184601.720000', '184601.722000', '184601.725000', '184601.727000', '184601.730000', '184601.732000', '184601.735000', '184601.738000', '184601.740000', '184601.743000', '184601.745000', '184601.748000', '184601.751000', '184601.753000', '184601.756000', '184601.758000', '184601.761000', '184601.763000', '184601.766000', '184601.769000', '184601.771000', '184601.774000', '184601.776000', '184601.779000', '184601.782000', '184601.784000', '184601.787000', '184601.789000', '184601.792000', '184601.794000', '184601.797000', '184601.800000', '184601.802000', '184601.805000', '184601.807000', '184621.697000', '184621.700000', '184621.702000', '184621.705000', '184621.708000', '184621.710000', '184621.713000', '184621.716000', '184621.718000', '184621.721000', '184621.723000', '184621.726000', '184621.728000', '184621.731000', '184621.734000', '184621.736000', '184621.739000', '184621.742000', '184621.744000', '184621.747000', '184621.749000', '184621.752000', '184621.755000', '184621.757000', '184621.760000', '184621.762000', '184621.765000', '184621.768000', '184621.770000', '184621.780000', '184621.783000', '184621.786000', '184621.788000', '184621.791000', '184621.793000', '184621.796000', '184621.799000', '184621.801000', '184621.804000', '184621.807000', '184621.809000', '184621.812000', '184621.814000', '184641.697000', '184641.700000', '184641.702000', '184641.705000', '184641.707000', '184641.710000', '184641.713000', '184641.715000', '184641.718000', '184641.720000', '184641.723000', '184641.725000', '184641.728000', '184641.730000', '184641.733000', '184641.736000', '184641.738000', '184641.741000', '184641.744000', '184641.746000', '184641.749000', '184641.751000', '184641.754000', '184641.756000', '184641.759000', '184641.761000', '184641.764000', '184641.766000', '184641.769000', '184641.772000', '184641.774000', '184641.777000', '184641.780000', '184641.782000', '184641.785000', '184641.787000', '184641.790000', '184641.793000', '184641.795000', '184641.798000', '184641.800000', '184641.803000', '184641.805000', '184641.808000', '184701.697000', '184701.699000', '184701.702000', '184701.705000', '184701.707000', '184701.710000', '184701.712000', '184701.715000', '184701.718000', '184701.720000', '184701.723000', '184701.725000', '184701.728000', '184701.731000', '184701.733000', '184701.736000', '184701.738000', '184701.741000', '184701.744000', '184701.746000', '184701.749000', '184701.751000', '184701.754000', '184701.756000', '184701.759000', '184701.761000', '184701.764000', '184701.767000', '184701.769000', '184701.782000', '184701.784000', '184701.787000', '184701.790000', '184701.792000', '184701.795000', '184701.797000', '184701.800000', '184701.803000', '184701.805000', '184701.808000', '184701.811000', '184701.814000', '184701.817000', '184721.697000', '184721.699000', '184721.702000', '184721.705000', '184721.707000', '184721.710000', '184721.713000', '184721.715000', '184721.718000', '184721.720000', '184721.723000', '184721.726000', '184721.728000', '184721.731000', '184721.733000', '184721.736000', '184721.739000', '184721.741000', '184721.744000', '184721.746000', '184721.749000', '184721.751000', '184721.754000', '184721.757000', '184721.759000', '184721.762000', '184721.764000', '184721.767000', '184721.770000', '184721.773000', '184721.775000', '184721.778000', '184721.781000', '184721.783000', '184721.786000', '184721.788000', '184721.791000', '184721.794000', '184721.796000', '184721.799000', '184721.802000', '184721.804000', '184721.807000', '184721.810000', '184741.696000', '184741.699000', '184741.702000', '184741.705000', '184741.707000', '184741.710000', '184741.712000', '184741.715000', '184741.717000', '184741.720000', '184741.722000', '184741.725000', '184741.727000', '184741.730000', '184741.733000', '184741.735000', '184741.738000', '184741.740000', '184741.743000', '184741.746000', '184741.748000', '184741.751000', '184741.753000', '184741.756000', '184741.758000', '184741.761000', '184741.764000', '184741.766000', '184741.769000', '184741.772000', '184741.774000', '184741.777000', '184741.779000', '184741.782000', '184741.784000', '184741.787000', '184741.789000', '184741.792000', '184741.795000', '184741.797000', '184741.800000', '184741.803000', '184741.805000', '184801.697000', '184801.700000', '184801.702000', '184801.705000', '184801.707000', '184801.710000', '184801.712000', '184801.715000', '184801.718000', '184801.720000', '184801.723000', '184801.725000', '184801.728000', '184801.731000', '184801.733000', '184801.736000', '184801.738000', '184801.741000', '184801.744000', '184801.746000', '184801.749000', '184801.751000', '184801.754000', '184801.756000', '184801.759000', '184801.762000', '184801.764000', '184801.767000', '184801.770000', '184801.772000', '184801.775000', '184801.778000', '184801.780000', '184801.783000', '184801.785000', '184801.788000', '184801.790000', '184801.793000', '184801.796000', '184801.798000', '184801.801000', '184801.804000', '184801.806000', '184801.809000', '184821.696000', '184821.699000', '184821.701000', '184821.704000', '184821.706000', '184821.709000', '184821.711000', '184821.714000', '184821.717000', '184821.719000', '184821.722000', '184821.724000', '184821.727000', '184821.730000', '184821.732000', '184821.735000', '184821.737000', '184821.740000', '184821.742000', '184821.745000', '184821.748000', '184821.750000', '184821.753000', '184821.755000', '184821.758000', '184821.767000', '184821.770000', '184821.773000', '184821.775000', '184821.778000', '184821.781000', '184821.783000', '184821.786000', '184821.788000', '184821.791000', '184821.793000', '184821.796000', '184821.799000', '184821.801000', '184821.804000', '184821.807000', '184821.809000', '184821.812000', '184841.697000', '184841.699000', '184841.702000', '184841.705000', '184841.707000', '184841.710000', '184841.712000', '184841.715000', '184841.718000', '184841.720000', '184841.723000', '184841.725000', '184841.728000', '184841.731000', '184841.733000', '184841.736000', '184841.738000', '184841.741000', '184841.743000', '184841.746000', '184841.749000', '184841.751000', '184841.754000', '184841.756000', '184841.759000', '184841.761000', '184841.764000', '184841.767000', '184841.769000', '184841.772000', '184841.774000', '184841.777000', '184841.779000', '184841.782000', '184841.785000', '184841.787000', '184841.790000', '184841.792000', '184841.795000', '184841.798000', '184841.800000', '184841.803000', '184841.806000', '184841.808000', '184901.697000', '184901.700000', '184901.702000', '184901.705000', '184901.708000', '184901.710000', '184901.713000', '184901.715000', '184901.718000', '184901.721000', '184901.723000', '184901.726000', '184901.729000', '184901.731000', '184901.734000', '184901.736000', '184901.739000', '184901.741000', '184901.744000', '184901.746000', '184901.749000', '184901.752000', '184901.754000', '184901.757000', '184901.760000', '184901.762000', '184901.765000', '184901.767000', '184901.770000', '184901.773000', '184901.775000', '184901.778000', '184901.781000', '184901.783000', '184901.786000', '184901.788000', '184901.791000', '184901.793000', '184901.796000', '184901.799000', '184901.801000', '184901.804000', '184901.807000', '184921.697000', '184921.700000', '184921.702000', '184921.705000', '184921.708000', '184921.711000', '184921.713000', '184921.716000', '184921.718000', '184921.721000', '184921.724000', '184921.726000', '184921.729000', '184921.731000', '184921.734000', '184921.737000', '184921.739000', '184921.742000', '184921.744000', '184921.747000', '184921.749000', '184921.752000', '184921.755000', '184921.757000', '184921.760000', '184921.763000', '184921.765000', '184921.768000', '184921.770000', '184921.773000', '184921.775000', '184921.778000', '184921.781000', '184921.783000', '184921.786000', '184921.788000', '184921.791000', '184921.794000', '184921.796000', '184921.799000', '184921.801000', '184921.804000', '184921.807000', '184941.697000', '184941.700000', '184941.702000', '184941.705000', '184941.707000', '184941.710000', '184941.712000', '184941.715000', '184941.718000', '184941.720000', '184941.723000', '184941.726000', '184941.728000', '184941.731000', '184941.733000', '184941.736000', '184941.738000', '184941.741000', '184941.743000', '184941.746000', '184941.749000', '184941.751000', '184941.754000', '184941.766000', '184941.769000', '184941.771000', '184941.774000', '184941.777000', '184941.779000', '184941.782000', '184941.784000', '184941.787000', '184941.790000', '184941.792000', '184941.795000', '184941.797000', '184941.800000', '184941.803000', '184941.805000', '184941.808000', '184941.810000', '184941.813000', '184941.816000', '184941.818000', '185001.697000', '185001.700000', '185001.702000', '185001.705000', '185001.707000', '185001.710000', '185001.712000', '185001.715000', '185001.718000', '185001.720000', '185001.723000', '185001.725000', '185001.728000', '185001.731000', '185001.733000', '185001.736000', '185001.738000', '185001.741000', '185001.743000', '185001.746000', '185001.748000', '185001.751000', '185001.754000', '185001.756000', '185001.759000', '185001.761000', '185001.764000', '185001.767000', '185001.769000', '185001.772000', '185001.774000', '185001.777000', '185001.780000', '185001.782000', '185001.785000', '185001.787000', '185001.790000', '185001.793000', '185001.795000', '185001.798000', '185001.801000', '185001.803000', '185001.806000', '185001.808000', '185021.697000', '185021.699000', '185021.702000', '185021.705000', '185021.707000', '185021.710000', '185021.713000', '185021.715000', '185021.718000', '185021.720000', '185021.723000', '185021.726000', '185021.728000', '185021.731000', '185021.733000', '185021.736000', '185021.738000', '185021.741000', '185021.743000', '185021.746000', '185021.749000', '185021.751000', '185021.754000', '185021.756000', '185021.759000', '185021.762000', '185021.765000', '185021.767000', '185021.770000', '185021.772000', '185021.775000', '185021.777000', '185021.780000', '185021.783000', '185021.785000', '185021.788000', '185021.790000', '185021.793000', '185021.796000', '185021.798000', '185021.801000', '185021.804000', '185021.806000', '185031.556000', '185031.559000', '185031.562000', '185031.564000', '185031.567000', '185031.569000', '185031.572000', '185031.575000', '185031.577000', '185031.580000', '185031.583000', '185031.585000', '185031.588000', '185031.590000', '185031.593000', '185031.595000', '185031.598000', '185031.601000', '185031.603000', '185031.606000', '185031.609000', '185031.611000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [17431, 11571, 14018, 20636, 14032, 16880, 11141, 13897, 20687, 14173, 17377, 12539, 14490, 19739, 12769, 16864, 12696, 13886, 19630, 12796, 16816, 13707, 13336, 18267, 12032, 16662, 14131, 14202, 18867, 13269, 16879, 11996, 14625, 19651, 13172, 17390, 11809, 14667, 19895, 13698, 17477, 11479, 14928, 20385, 13373, 17612, 11556, 15545, 19720, 13833, 17311, 11188, 15869, 19495, 14424, 17423, 11321, 16042, 17839, 13758, 17799, 11928, 16372, 13490, 13393, 19611, 13746, 16820, 10844, 14174, 20029, 15011, 16653, 10464, 13786, 19705, 14810, 16615, 10875, 14491, 19796, 13893, 17264, 11482, 14763, 19275, 12795, 17608, 12040, 15739, 18206, 12847, 18024, 12284, 15589, 15004, 12244, 18557, 12207, 15808, 14057, 12431, 18919, 12604, 16939, 18034, 13317, 18088, 11138, 15428, 19944, 14650, 16855, 10538, 14598, 19466, 14424, 16592, 10429, 14509, 19589, 14687, 16747, 10944, 15041, 18134, 13073, 17612, 12788, 16130, 12647, 12798, 20044, 13849, 16602, 17139, 12636, 18320, 12178, 14765, 19275, 12714, 17118, 12542, 13540, 19168, 11474, 16183, 14135, 13463, 18851, 11796, 16630, 13456, 14222, 19463, 12988, 17371, 13013, 14341, 19842, 13108, 17354, 11663, 14557, 20301, 13600, 17807, 11888, 15969, 13950, 12673, 19856, 14918, 17946, 11558, 14584, 21266, 14351, 18091, 13100, 16428, 11172, 14225, 20621, 14977, 18139, 12380, 16957, 12622, 14597, 20730, 13312, 18410, 12873, 16797, 10483, 15280, 16258, 13570, 20060, 15097, 17444, 10992, 15835, 13244, 13080, 13523, 12912, 13349, 17168, 11863, 19318, 15454, 13996, 15757, 13438, 16011, 20688, 14619, 16016, 14598, 13447, 20328, 15371, 17013, 10946, 15651, 12554, 14759, 19086, 13991, 17910, 13327, 17075, 12943, 16868, 10930, 16432, 12879, 14441, 20103, 15471, 18191, 12728, 17269, 11220, 16227, 13415, 13981, 19859, 14528, 17716, 12337, 16344, 10507, 15142, 19548, 14975, 17475, 12595, 16193, 10681, 14209, 17958, 13363, 18020, 13572, 16804, 12398, 19192, 12729, 8650, 12708, 10104, 15806, 18918, 11799, 15000, 17918, 13686, 16864, 11282, 14894, 19630, 15156, 17346, 11177, 15654, 20860, 14269, 17216, 12172, 16685, 10919, 14653, 19064, 14391, 16585, 11794, 16214, 10560, 16468, 10156, 16509, 10983, 15594, 17295, 14802, 15704, 13217, 16499, 13070, 15736, 10774, 15369, 9807, 15453, 10471, 15165, 17549, 14484, 16249, 12993, 17254, 12226, 16937, 11787, 16578, 10544, 17371, 13194, 14129, 14792, 11450, 19230, 12196, 17373, 20808, 15822, 17242, 11171, 15285, 18463, 13813, 17766, 13982, 16258, 10439, 15205, 13153, 14072, 18411, 13616, 17485, 13260, 16700, 10480, 15555, 16062, 13997, 18880, 14914, 17241, 12456, 16733, 11161, 16695, 16345, 14584, 19073, 13682, 17407, 12158, 16812, 11213, 15407, 19843, 14298, 17613, 12703, 16143, 10376, 14191, 19619, 14737, 17236, 11724, 16219, 10848, 15141, 18595, 15216, 17654, 12921, 16717, 10764, 15195, 16134, 13601, 18935, 13670, 17005, 11179, 15027, 15972, 12653, 18543, 13575, 16479, 10449, 14492, 19154, 14619, 17279, 10850, 15680, 13217, 14056, 19443, 13364, 17113, 11325, 15469, 10860, 14355, 19870, 15023, 17606, 11975, 17198, 11157, 15602, 19509, 15571, 17501, 12203, 16598, 12204, 14516, 19216, 13731, 17465, 11715, 16751, 13492, 13490, 19350, 14375, 17409, 10849, 14938, 18041, 14373, 17905, 13436, 16881, 10963, 15670, 18245, 14232, 18610, 13189, 16919, 11038, 14710, 18489, 13407, 17363, 11480, 15961, 18010, 13494, 17169, 12461, 16403, 10707, 14248, 18830, 12976, 17911, 12456, 16809, 10419, 14646, 18965, 14851, 17580, 11663, 16515, 11029, 15617, 17964, 13684, 17708, 13257, 16384, 10045, 15669, 15357, 13627, 18755, 14341, 17130, 11492, 16621, 16462, 13644, 18411, 12832, 16988, 10648, 15536, 18688, 13742, 16944, 11518, 16385, 15073, 13359, 17927, 12315, 16398, 10815, 14603, 17985, 12839, 17177, 12545, 16209, 10142, 13548, 18919, 14615, 16767, 11416, 15975, 11310, 13414, 18088, 13352, 17224, 11086, 16150, 11486, 14447, 19217, 13430, 17124, 10953, 15070, 11129, 12903, 19001, 14457, 16816, 11039, 16508, 16896, 13174, 17801, 13407, 16453, 10415, 15977, 15807, 13267, 17994, 12653, 16774, 10661, 14773, 15926, 12691, 17573, 12367, 16296, 10588, 14441, 15243, 12916, 18590, 13288, 16389, 10260, 15180, 15633, 13580, 18650, 14167, 16441, 10438, 15440, 18373, 14432, 16414, 10928, 15561, 13661, 13435, 18466, 12448, 16498, 10772, 15439, 15751, 12708, 17938, 14175, 16452, 10325, 15934, 15275, 12966, 18585, 13216, 16566, 10790, 13992, 18549, 14633, 16925, 10447, 15418, 17525, 13971, 16879, 12471, 16298, 10674, 15604, 10959, 13556, 18888, 13291, 17559, 12212, 16710, 10417, 14425, 18863, 14295, 17206, 10990, 15794, 11844, 14304, 19294, 13148, 16759, 11005, 14978, 9824, 13662, 18975, 14037, 16600, 10565, 14976, 16244, 12764, 17848, 13634, 16280, 10267, 13978, 18552, 14404, 17059, 10875, 15373, 15904, 13195, 17773, 12172, 16296, 10413, 14425, 18655, 13906, 16945, 10832, 15520, 15394, 13139, 18105, 12354, 16433, 11074, 14042, 18982, 14413, 17267, 10973, 15100, 18599, 14324, 17143, 11595, 16412, 14820, 13202, 18394, 13674, 17330, 10464, 14709, 18891, 14201, 17193, 11402, 15919, 17763, 13249, 17706, 12380, 16310, 12350, 12643, 19044, 13764, 16492, 10964, 12463, 19420, 14077, 16291, 10242, 13535, 19630, 14337, 16484, 10443, 14936, 18816, 13378, 17191, 11511, 15583, 17267, 12616, 17471, 11775, 15596, 12728, 12395, 18920, 12706, 16062, 10480, 12873, 19272, 14169, 16794, 10355, 14220, 18232, 13150, 17558, 12689, 15638, 10167, 13161, 19211, 14462, 16483, 10888, 15631, 11783, 12492, 19206, 13476, 16288, 11005, 13206, 19647, 13426, 17161, 11380, 15477, 13934, 14587, 14902, 14179, 11308, 19124, 13762, 19030, 12219, 17921, 20124, 15752, 15597, 13951, 12528, 18588, 13584, 15758, 11452, 13283, 19458, 14299, 16562, 11091, 14393, 19685, 14159, 17245, 11279, 14859, 15452, 13315, 18080, 12508, 17141, 13391, 14176, 19527, 12662, 17022, 14287, 13906, 19020, 11912, 16681, 16234, 13811, 18184, 11643, 16347, 16809, 13878, 18067, 12109, 16489, 18200, 13880, 17201, 11832, 15828, 19003, 13554, 16550, 11404, 15469, 18619, 13709, 16661, 11228, 15557, 18766, 13855, 16910, 11446, 15221, 19155, 13199, 16873, 11300, 15006, 19307, 12973, 16891, 10935, 14543, 17908, 13145, 18025, 12593, 16363, 11486, 14107, 19992, 14931, 17665, 11325, 16124, 19330, 14092, 17922, 13081, 16408, 10543, 14533, 19539, 14796, 17735, 11769, 16592, 13419, 13838, 19704, 13189, 17537, 11128, 15031, 17913, 13721, 17729, 11949, 16514, 15445, 13688, 18329, 12844, 16611, 10906, 14992, 17086, 13738, 18042, 12087, 16661, 11584, 14270, 19423, 13035, 16576, 10952, 13966, 18728, 12627, 16627, 10507, 14332, 18233, 12960, 16984, 10808, 15624, 15387, 13431, 18456, 12653, 16628, 10893, 14946, 16895, 13475, 18550, 13700, 17285, 11686, 16405, 10901, 14086, 19802, 15283, 17811, 12568, 16480, 11310, 15236, 14469, 13601, 19735, 13980, 17844, 11588, 17986, 12693, 16693, 10422, 12489, 10341, 16599, 17453, 13277, 16851, 11463, 13630, 18814, 13828, 16694, 17995, 13261, 18262, 11750, 16076, 20292, 13496, 16469, 10740, 15149, 12919, 12996, 18467, 13268, 16737, 10459, 14944, 18324, 14283, 16597, 11895, 15437, 9726, 14120, 13144, 14199, 11368, 15017, 10641, 17244, 13102, 15183, 13159, 18311, 10636, 14347, 17970, 12900, 15694, 10231, 14395, 17658, 12021, 15517, 11926, 15081, 9774, 14184, 14696, 12510, 16692, 12025, 15820, 10300, 15030, 11792, 13729, 18648, 13006, 16265, 11137, 15214, 11777, 12852, 18568, 12430, 15464, 10147, 14995, 9493, 13518, 18010, 13565, 16946, 13185, 16313, 10066, 15444, 11826, 14142, 18793, 13633, 16909, 11455, 15948, 10547, 13861, 18650, 12889, 17131, 12397, 15739, 9828, 15635, 18746, 12830, 16462, 10533, 14641, 16301, 11936, 16468, 11540, 15279, 9876, 13060, 18438, 13970, 15936, 10524, 15855, 13124, 13419, 17366, 13518, 17004, 12330, 16353, 10668, 14682, 15755, 12965, 18554, 13470, 16536, 10679, 15830, 10538, 14016, 19820, 13915, 15293, 9956, 15086, 18057, 12671, 16917, 12312, 15616, 9684, 13452, 18252, 13885, 15756, 10122, 14581, 17815, 13302, 15953, 11776, 15848, 10465, 13750, 18571, 14061, 16256, 10017, 15180, 15764, 13301, 17810, 12349, 16257, 10486, 14778, 17791, 12655, 16443, 10703, 15492, 10080, 13443, 18955, 13180, 16763, 10782, 15022, 17861, 12621, 16412, 11150, 15237, 15007, 12281, 17055, 10799, 14503, 12591, 12049, 17823, 12211, 15692, 10308, 14707, 15244, 12272, 17264, 12627, 16147, 10036, 13494, 18708, 14181, 16213, 10271, 13181, 18115, 13761, 16133, 10266, 14031, 18110, 13258, 16420, 11438, 15733, 10142, 13718, 17027, 12859, 17152, 12189, 16170, 10198, 14964, 14502, 12690, 17807, 13662, 16184, 10376, 15821, 15375, 13058, 17560, 12967, 16292, 10973, 16194, 10787, 14008, 16407, 12550, 17469, 12995, 15893, 9924, 15097, 17364, 13140, 17069, 12949, 15863, 9998, 14869, 19582, 13379, 15799, 12053, 15373, 10136, 15299, 10579, 13126, 18299, 12709, 16782, 10608, 14369, 13606, 12050, 17696, 12861, 15655, 11065, 12690, 18120, 13790, 16380, 10356, 14207, 16042, 13078, 16941, 12335, 16047, 10553, 15606, 9784, 14308, 18641, 12994, 16408, 10585, 14568, 16582, 11833, 16721, 11970, 15219, 9862, 12336, 18303, 13447, 16508, 10095, 15321, 11670, 16578, 10805, 16963, 13156, 18302, 13743, 18139, 18577, 13478, 16258, 11052, 15159, 17236, 12463, 16623, 11753, 14446, 12861, 11712, 18032, 13089, 15590, 10404, 14074, 18345, 13649, 16581, 12085, 15856, 10135, 14330, 18047, 13832, 16925, 10967, 15401, 16296, 13720, 17793, 12698], 'WindowCenter': [4708.0, 4649.0, 4658.0, 4684.0, 4643.0, 4652.0, 4609.0, 4629.0, 4668.0, 4624.0, 4645.0, 4608.0, 4628.0, 4656.0, 4600.0, 4635.0, 4605.0, 4613.0, 4647.0, 4604.0, 4633.0, 4601.0, 4613.0, 4646.0, 4605.0, 4636.0, 4615.0, 4629.0, 4658.0, 4631.0, 4650.0, 4611.0, 4644.0, 4656.0, 4626.0, 4651.0, 4610.0, 4641.0, 4660.0, 4629.0, 4649.0, 4609.0, 4639.0, 4661.0, 4631.0, 4652.0, 4605.0, 4638.0, 4655.0, 4626.0, 4640.0, 4598.0, 4635.0, 4648.0, 4629.0, 4634.0, 4596.0, 4638.0, 4635.0, 4616.0, 4636.0, 4605.0, 4636.0, 4606.0, 4615.0, 4645.0, 4617.0, 4637.0, 4596.0, 4625.0, 4654.0, 4626.0, 4639.0, 4596.0, 4627.0, 4656.0, 4625.0, 4639.0, 4595.0, 4626.0, 4658.0, 4615.0, 4637.0, 4606.0, 4631.0, 4659.0, 4618.0, 4646.0, 4605.0, 4641.0, 4648.0, 4620.0, 4646.0, 4604.0, 4637.0, 4627.0, 4608.0, 4646.0, 4610.0, 4640.0, 4627.0, 4617.0, 4658.0, 4614.0, 4649.0, 4647.0, 4629.0, 4649.0, 4606.0, 4637.0, 4658.0, 4628.0, 4637.0, 4597.0, 4627.0, 4648.0, 4626.0, 4639.0, 4596.0, 4626.0, 4645.0, 4625.0, 4635.0, 4597.0, 4640.0, 4644.0, 4618.0, 4646.0, 4629.0, 4652.0, 4618.0, 4631.0, 4667.0, 4629.0, 4652.0, 4653.0, 4620.0, 4644.0, 4607.0, 4629.0, 4646.0, 4602.0, 4635.0, 4606.0, 4618.0, 4646.0, 4589.0, 4634.0, 4614.0, 4617.0, 4647.0, 4604.0, 4637.0, 4615.0, 4627.0, 4652.0, 4619.0, 4644.0, 4614.0, 4628.0, 4658.0, 4617.0, 4649.0, 4608.0, 4628.0, 4658.0, 4626.0, 4650.0, 4607.0, 4637.0, 4627.0, 4618.0, 4660.0, 4639.0, 4657.0, 4608.0, 4640.0, 4669.0, 4628.0, 4658.0, 4627.0, 4650.0, 4603.0, 4629.0, 4669.0, 4638.0, 4651.0, 4615.0, 4649.0, 4616.0, 4629.0, 4668.0, 4615.0, 4646.0, 4610.0, 4639.0, 4595.0, 4637.0, 4635.0, 4616.0, 4654.0, 4637.0, 4646.0, 4595.0, 4638.0, 4615.0, 4630.0, 4635.0, 4645.0, 4651.0, 4673.0, 4634.0, 4683.0, 4666.0, 4644.0, 4668.0, 4644.0, 4663.0, 4687.0, 4633.0, 4652.0, 4638.0, 4617.0, 4661.0, 4627.0, 4636.0, 4597.0, 4635.0, 4602.0, 4629.0, 4644.0, 4628.0, 4647.0, 4629.0, 4648.0, 4619.0, 4648.0, 4606.0, 4649.0, 4619.0, 4629.0, 4669.0, 4640.0, 4648.0, 4616.0, 4648.0, 4599.0, 4637.0, 4614.0, 4630.0, 4656.0, 4630.0, 4638.0, 4609.0, 4637.0, 4595.0, 4629.0, 4646.0, 4625.0, 4645.0, 4616.0, 4635.0, 4592.0, 4629.0, 4647.0, 4628.0, 4644.0, 4620.0, 4648.0, 4619.0, 4660.0, 4633.0, 4592.0, 4632.0, 4611.0, 4665.0, 4685.0, 4631.0, 4651.0, 4658.0, 4629.0, 4651.0, 4606.0, 4638.0, 4659.0, 4627.0, 4637.0, 4583.0, 4614.0, 4645.0, 4598.0, 4617.0, 4579.0, 4609.0, 4563.0, 4593.0, 4617.0, 4585.0, 4590.0, 4566.0, 4595.0, 4567.0, 4607.0, 4571.0, 4618.0, 4576.0, 4609.0, 4616.0, 4613.0, 4607.0, 4604.0, 4620.0, 4599.0, 4618.0, 4583.0, 4625.0, 4585.0, 4638.0, 4593.0, 4632.0, 4647.0, 4638.0, 4649.0, 4631.0, 4651.0, 4621.0, 4672.0, 4637.0, 4675.0, 4624.0, 4672.0, 4641.0, 4637.0, 4650.0, 4625.0, 4674.0, 4636.0, 4662.0, 4673.0, 4631.0, 4650.0, 4586.0, 4627.0, 4645.0, 4616.0, 4632.0, 4616.0, 4634.0, 4585.0, 4627.0, 4614.0, 4622.0, 4655.0, 4626.0, 4643.0, 4628.0, 4648.0, 4607.0, 4652.0, 4650.0, 4639.0, 4662.0, 4639.0, 4658.0, 4635.0, 4650.0, 4608.0, 4651.0, 4652.0, 4644.0, 4658.0, 4628.0, 4652.0, 4619.0, 4651.0, 4609.0, 4637.0, 4653.0, 4629.0, 4643.0, 4615.0, 4639.0, 4594.0, 4628.0, 4661.0, 4625.0, 4643.0, 4605.0, 4646.0, 4607.0, 4634.0, 4659.0, 4637.0, 4651.0, 4617.0, 4646.0, 4595.0, 4637.0, 4640.0, 4630.0, 4660.0, 4625.0, 4649.0, 4610.0, 4642.0, 4641.0, 4618.0, 4657.0, 4625.0, 4648.0, 4599.0, 4634.0, 4659.0, 4634.0, 4647.0, 4609.0, 4637.0, 4612.0, 4632.0, 4659.0, 4628.0, 4649.0, 4605.0, 4638.0, 4607.0, 4642.0, 4667.0, 4638.0, 4658.0, 4620.0, 4666.0, 4621.0, 4648.0, 4663.0, 4648.0, 4646.0, 4615.0, 4650.0, 4606.0, 4626.0, 4655.0, 4625.0, 4646.0, 4594.0, 4646.0, 4617.0, 4617.0, 4657.0, 4625.0, 4644.0, 4596.0, 4635.0, 4649.0, 4626.0, 4647.0, 4626.0, 4650.0, 4607.0, 4650.0, 4658.0, 4628.0, 4655.0, 4617.0, 4645.0, 4599.0, 4635.0, 4644.0, 4625.0, 4645.0, 4606.0, 4639.0, 4645.0, 4611.0, 4637.0, 4618.0, 4634.0, 4593.0, 4628.0, 4654.0, 4620.0, 4645.0, 4616.0, 4646.0, 4593.0, 4640.0, 4657.0, 4641.0, 4646.0, 4605.0, 4651.0, 4585.0, 4647.0, 4644.0, 4628.0, 4647.0, 4617.0, 4635.0, 4597.0, 4648.0, 4637.0, 4628.0, 4656.0, 4637.0, 4657.0, 4614.0, 4662.0, 4647.0, 4627.0, 4655.0, 4624.0, 4657.0, 4608.0, 4647.0, 4657.0, 4627.0, 4652.0, 4609.0, 4646.0, 4634.0, 4625.0, 4648.0, 4618.0, 4644.0, 4595.0, 4636.0, 4659.0, 4615.0, 4645.0, 4607.0, 4644.0, 4597.0, 4625.0, 4656.0, 4637.0, 4646.0, 4603.0, 4644.0, 4605.0, 4626.0, 4653.0, 4627.0, 4646.0, 4596.0, 4646.0, 4605.0, 4637.0, 4655.0, 4628.0, 4647.0, 4594.0, 4636.0, 4608.0, 4616.0, 4654.0, 4626.0, 4645.0, 4595.0, 4647.0, 4645.0, 4625.0, 4648.0, 4625.0, 4645.0, 4596.0, 4635.0, 4632.0, 4615.0, 4643.0, 4615.0, 4644.0, 4594.0, 4635.0, 4634.0, 4629.0, 4655.0, 4615.0, 4645.0, 4596.0, 4636.0, 4635.0, 4626.0, 4658.0, 4627.0, 4645.0, 4598.0, 4635.0, 4636.0, 4627.0, 4659.0, 4627.0, 4645.0, 4594.0, 4635.0, 4656.0, 4625.0, 4637.0, 4597.0, 4640.0, 4625.0, 4624.0, 4653.0, 4614.0, 4643.0, 4593.0, 4636.0, 4634.0, 4614.0, 4643.0, 4622.0, 4647.0, 4595.0, 4649.0, 4646.0, 4626.0, 4656.0, 4627.0, 4660.0, 4604.0, 4627.0, 4654.0, 4638.0, 4646.0, 4600.0, 4636.0, 4644.0, 4624.0, 4643.0, 4615.0, 4651.0, 4594.0, 4633.0, 4594.0, 4625.0, 4655.0, 4627.0, 4655.0, 4618.0, 4646.0, 4602.0, 4638.0, 4657.0, 4637.0, 4646.0, 4605.0, 4635.0, 4604.0, 4627.0, 4657.0, 4614.0, 4633.0, 4594.0, 4634.0, 4583.0, 4624.0, 4653.0, 4624.0, 4646.0, 4594.0, 4640.0, 4645.0, 4618.0, 4645.0, 4627.0, 4646.0, 4597.0, 4627.0, 4655.0, 4637.0, 4645.0, 4604.0, 4635.0, 4634.0, 4614.0, 4644.0, 4601.0, 4632.0, 4596.0, 4614.0, 4652.0, 4625.0, 4646.0, 4605.0, 4634.0, 4634.0, 4626.0, 4655.0, 4616.0, 4646.0, 4595.0, 4627.0, 4657.0, 4637.0, 4647.0, 4596.0, 4637.0, 4663.0, 4638.0, 4657.0, 4616.0, 4651.0, 4626.0, 4626.0, 4656.0, 4630.0, 4650.0, 4608.0, 4637.0, 4660.0, 4631.0, 4650.0, 4617.0, 4652.0, 4657.0, 4627.0, 4657.0, 4617.0, 4651.0, 4618.0, 4618.0, 4657.0, 4626.0, 4648.0, 4596.0, 4619.0, 4655.0, 4615.0, 4638.0, 4595.0, 4626.0, 4657.0, 4627.0, 4648.0, 4607.0, 4640.0, 4658.0, 4627.0, 4647.0, 4615.0, 4650.0, 4646.0, 4613.0, 4645.0, 4608.0, 4636.0, 4614.0, 4615.0, 4653.0, 4614.0, 4636.0, 4593.0, 4618.0, 4657.0, 4625.0, 4644.0, 4596.0, 4625.0, 4658.0, 4616.0, 4641.0, 4605.0, 4640.0, 4596.0, 4616.0, 4659.0, 4628.0, 4645.0, 4596.0, 4650.0, 4615.0, 4607.0, 4658.0, 4617.0, 4648.0, 4602.0, 4625.0, 4671.0, 4627.0, 4671.0, 4630.0, 4661.0, 4659.0, 4653.0, 4645.0, 4643.0, 4623.0, 4670.0, 4641.0, 4671.0, 4630.0, 4661.0, 4671.0, 4636.0, 4635.0, 4607.0, 4604.0, 4646.0, 4599.0, 4620.0, 4593.0, 4616.0, 4645.0, 4615.0, 4636.0, 4592.0, 4626.0, 4652.0, 4614.0, 4632.0, 4597.0, 4624.0, 4624.0, 4614.0, 4646.0, 4604.0, 4646.0, 4615.0, 4626.0, 4655.0, 4616.0, 4639.0, 4625.0, 4617.0, 4650.0, 4601.0, 4638.0, 4633.0, 4622.0, 4645.0, 4604.0, 4636.0, 4631.0, 4625.0, 4643.0, 4606.0, 4633.0, 4645.0, 4615.0, 4634.0, 4601.0, 4635.0, 4645.0, 4614.0, 4634.0, 4601.0, 4635.0, 4644.0, 4625.0, 4643.0, 4606.0, 4636.0, 4656.0, 4630.0, 4644.0, 4609.0, 4632.0, 4660.0, 4612.0, 4650.0, 4605.0, 4640.0, 4660.0, 4626.0, 4645.0, 4597.0, 4639.0, 4658.0, 4628.0, 4657.0, 4616.0, 4653.0, 4600.0, 4641.0, 4670.0, 4635.0, 4662.0, 4604.0, 4651.0, 4657.0, 4627.0, 4647.0, 4617.0, 4636.0, 4599.0, 4626.0, 4661.0, 4638.0, 4647.0, 4620.0, 4647.0, 4626.0, 4630.0, 4667.0, 4627.0, 4645.0, 4605.0, 4637.0, 4646.0, 4624.0, 4649.0, 4607.0, 4635.0, 4628.0, 4615.0, 4647.0, 4614.0, 4633.0, 4593.0, 4625.0, 4633.0, 4618.0, 4647.0, 4606.0, 4646.0, 4604.0, 4630.0, 4656.0, 4619.0, 4647.0, 4597.0, 4626.0, 4658.0, 4620.0, 4647.0, 4595.0, 4627.0, 4647.0, 4630.0, 4648.0, 4595.0, 4638.0, 4636.0, 4627.0, 4658.0, 4627.0, 4649.0, 4607.0, 4640.0, 4648.0, 4630.0, 4658.0, 4629.0, 4650.0, 4611.0, 4648.0, 4610.0, 4631.0, 4664.0, 4643.0, 4649.0, 4617.0, 4650.0, 4609.0, 4638.0, 4623.0, 4628.0, 4657.0, 4631.0, 4646.0, 4612.0, 4651.0, 4616.0, 4642.0, 4597.0, 4620.0, 4613.0, 4661.0, 4650.0, 4617.0, 4648.0, 4607.0, 4626.0, 4645.0, 4614.0, 4638.0, 4632.0, 4604.0, 4629.0, 4591.0, 4622.0, 4639.0, 4598.0, 4610.0, 4567.0, 4606.0, 4586.0, 4593.0, 4615.0, 4587.0, 4616.0, 4565.0, 4607.0, 4616.0, 4595.0, 4609.0, 4576.0, 4606.0, 4556.0, 4599.0, 4598.0, 4625.0, 4605.0, 4635.0, 4595.0, 4645.0, 4630.0, 4634.0, 4643.0, 4661.0, 4609.0, 4636.0, 4647.0, 4619.0, 4636.0, 4585.0, 4625.0, 4633.0, 4604.0, 4625.0, 4603.0, 4624.0, 4584.0, 4627.0, 4625.0, 4617.0, 4647.0, 4619.0, 4650.0, 4607.0, 4651.0, 4620.0, 4643.0, 4671.0, 4634.0, 4650.0, 4611.0, 4653.0, 4620.0, 4630.0, 4659.0, 4615.0, 4638.0, 4595.0, 4638.0, 4587.0, 4630.0, 4658.0, 4630.0, 4649.0, 4629.0, 4649.0, 4598.0, 4629.0, 4615.0, 4629.0, 4657.0, 4629.0, 4648.0, 4607.0, 4634.0, 4597.0, 4628.0, 4658.0, 4617.0, 4647.0, 4619.0, 4636.0, 4585.0, 4637.0, 4645.0, 4614.0, 4635.0, 4594.0, 4626.0, 4635.0, 4604.0, 4634.0, 4605.0, 4636.0, 4585.0, 4626.0, 4653.0, 4627.0, 4637.0, 4609.0, 4651.0, 4627.0, 4627.0, 4648.0, 4630.0, 4660.0, 4619.0, 4649.0, 4608.0, 4630.0, 4649.0, 4621.0, 4660.0, 4619.0, 4649.0, 4596.0, 4636.0, 4597.0, 4628.0, 4658.0, 4626.0, 4623.0, 4585.0, 4636.0, 4645.0, 4618.0, 4646.0, 4605.0, 4635.0, 4584.0, 4616.0, 4644.0, 4614.0, 4624.0, 4584.0, 4622.0, 4647.0, 4613.0, 4634.0, 4605.0, 4636.0, 4595.0, 4617.0, 4646.0, 4627.0, 4635.0, 4586.0, 4628.0, 4636.0, 4616.0, 4644.0, 4615.0, 4635.0, 4594.0, 4625.0, 4646.0, 4615.0, 4636.0, 4593.0, 4636.0, 4595.0, 4627.0, 4656.0, 4625.0, 4647.0, 4597.0, 4639.0, 4656.0, 4615.0, 4636.0, 4605.0, 4637.0, 4625.0, 4606.0, 4645.0, 4594.0, 4624.0, 4604.0, 4605.0, 4644.0, 4601.0, 4634.0, 4598.0, 4637.0, 4637.0, 4617.0, 4657.0, 4628.0, 4649.0, 4598.0, 4630.0, 4659.0, 4625.0, 4649.0, 4595.0, 4627.0, 4660.0, 4628.0, 4637.0, 4586.0, 4625.0, 4644.0, 4616.0, 4638.0, 4604.0, 4628.0, 4581.0, 4625.0, 4638.0, 4612.0, 4643.0, 4604.0, 4635.0, 4591.0, 4637.0, 4625.0, 4618.0, 4643.0, 4625.0, 4634.0, 4595.0, 4637.0, 4621.0, 4614.0, 4644.0, 4618.0, 4634.0, 4596.0, 4632.0, 4594.0, 4625.0, 4634.0, 4617.0, 4646.0, 4613.0, 4634.0, 4584.0, 4636.0, 4645.0, 4615.0, 4645.0, 4615.0, 4635.0, 4586.0, 4636.0, 4652.0, 4610.0, 4623.0, 4604.0, 4623.0, 4594.0, 4635.0, 4592.0, 4616.0, 4645.0, 4614.0, 4645.0, 4592.0, 4626.0, 4626.0, 4616.0, 4645.0, 4617.0, 4637.0, 4594.0, 4614.0, 4644.0, 4621.0, 4635.0, 4592.0, 4622.0, 4635.0, 4615.0, 4645.0, 4616.0, 4632.0, 4597.0, 4637.0, 4596.0, 4638.0, 4656.0, 4627.0, 4649.0, 4595.0, 4636.0, 4644.0, 4606.0, 4644.0, 4605.0, 4636.0, 4584.0, 4614.0, 4645.0, 4625.0, 4660.0, 4595.0, 4651.0, 4632.0, 4658.0, 4608.0, 4658.0, 4630.0, 4671.0, 4653.0, 4686.0, 4673.0, 4630.0, 4649.0, 4609.0, 4639.0, 4649.0, 4617.0, 4636.0, 4593.0, 4618.0, 4602.0, 4593.0, 4633.0, 4614.0, 4633.0, 4591.0, 4624.0, 4644.0, 4625.0, 4634.0, 4616.0, 4633.0, 4593.0, 4637.0, 4658.0, 4638.0, 4657.0, 4612.0, 4639.0, 4649.0, 4626.0, 4655.0, 4618.0], 'WindowWidth': [10279.0, 10180.0, 10186.0, 10216.0, 10150.0, 10163.0, 10098.0, 10127.0, 10179.0, 10113.0, 10143.0, 10091.0, 10120.0, 10159.0, 10076.0, 10125.0, 10082.0, 10096.0, 10145.0, 10082.0, 10122.0, 10075.0, 10095.0, 10142.0, 10086.0, 10131.0, 10100.0, 10123.0, 10163.0, 10129.0, 10155.0, 10100.0, 10148.0, 10163.0, 10119.0, 10156.0, 10097.0, 10143.0, 10170.0, 10125.0, 10153.0, 10095.0, 10139.0, 10175.0, 10128.0, 10156.0, 10088.0, 10135.0, 10163.0, 10117.0, 10139.0, 10079.0, 10126.0, 10153.0, 10121.0, 10128.0, 10073.0, 10132.0, 10129.0, 10101.0, 10130.0, 10086.0, 10128.0, 10087.0, 10099.0, 10144.0, 10103.0, 10132.0, 10073.0, 10113.0, 10154.0, 10115.0, 10136.0, 10075.0, 10118.0, 10158.0, 10114.0, 10135.0, 10074.0, 10117.0, 10164.0, 10101.0, 10132.0, 10087.0, 10126.0, 10166.0, 10107.0, 10145.0, 10087.0, 10142.0, 10150.0, 10110.0, 10144.0, 10085.0, 10133.0, 10119.0, 10094.0, 10144.0, 10094.0, 10137.0, 10117.0, 10107.0, 10163.0, 10099.0, 10151.0, 10148.0, 10124.0, 10151.0, 10090.0, 10133.0, 10166.0, 10121.0, 10134.0, 10078.0, 10117.0, 10150.0, 10116.0, 10136.0, 10074.0, 10117.0, 10144.0, 10115.0, 10129.0, 10078.0, 10138.0, 10142.0, 10108.0, 10146.0, 10125.0, 10159.0, 10111.0, 10131.0, 10181.0, 10127.0, 10161.0, 10163.0, 10112.0, 10145.0, 10090.0, 10123.0, 10152.0, 10081.0, 10128.0, 10087.0, 10103.0, 10144.0, 10061.0, 10123.0, 10094.0, 10103.0, 10145.0, 10083.0, 10131.0, 10099.0, 10119.0, 10152.0, 10108.0, 10141.0, 10098.0, 10120.0, 10163.0, 10105.0, 10148.0, 10091.0, 10121.0, 10167.0, 10118.0, 10153.0, 10094.0, 10136.0, 10119.0, 10110.0, 10169.0, 10140.0, 10164.0, 10095.0, 10142.0, 10186.0, 10123.0, 10164.0, 10122.0, 10157.0, 10087.0, 10125.0, 10185.0, 10138.0, 10154.0, 10104.0, 10153.0, 10104.0, 10124.0, 10184.0, 10103.0, 10146.0, 10091.0, 10137.0, 10075.0, 10133.0, 10129.0, 10102.0, 10157.0, 10138.0, 10147.0, 10074.0, 10133.0, 10099.0, 10132.0, 10138.0, 10160.0, 10164.0, 10197.0, 10141.0, 10209.0, 10192.0, 10154.0, 10193.0, 10156.0, 10182.0, 10230.0, 10134.0, 10164.0, 10137.0, 10107.0, 10173.0, 10120.0, 10130.0, 10075.0, 10128.0, 10080.0, 10120.0, 10145.0, 10121.0, 10148.0, 10125.0, 10151.0, 10111.0, 10150.0, 10093.0, 10153.0, 10111.0, 10125.0, 10185.0, 10141.0, 10153.0, 10104.0, 10148.0, 10080.0, 10134.0, 10101.0, 10123.0, 10161.0, 10123.0, 10135.0, 10093.0, 10132.0, 10072.0, 10121.0, 10147.0, 10115.0, 10142.0, 10103.0, 10128.0, 10066.0, 10124.0, 10148.0, 10121.0, 10142.0, 10110.0, 10153.0, 10109.0, 10178.0, 10139.0, 10080.0, 10136.0, 10107.0, 10185.0, 10224.0, 10136.0, 10162.0, 10170.0, 10126.0, 10159.0, 10093.0, 10139.0, 10173.0, 10120.0, 10135.0, 10051.0, 10096.0, 10148.0, 10067.0, 10097.0, 10039.0, 10082.0, 10012.0, 10052.0, 10094.0, 10041.0, 10045.0, 10015.0, 10055.0, 10019.0, 10076.0, 10028.0, 10092.0, 10034.0, 10083.0, 10094.0, 10091.0, 10081.0, 10081.0, 10101.0, 10071.0, 10097.0, 10053.0, 10112.0, 10057.0, 10133.0, 10069.0, 10125.0, 10149.0, 10137.0, 10155.0, 10130.0, 10157.0, 10116.0, 10197.0, 10152.0, 10199.0, 10130.0, 10194.0, 10150.0, 10138.0, 10158.0, 10129.0, 10198.0, 10142.0, 10179.0, 10203.0, 10128.0, 10157.0, 10058.0, 10119.0, 10148.0, 10099.0, 10124.0, 10101.0, 10124.0, 10060.0, 10118.0, 10099.0, 10113.0, 10161.0, 10121.0, 10142.0, 10124.0, 10153.0, 10095.0, 10160.0, 10156.0, 10144.0, 10176.0, 10143.0, 10168.0, 10140.0, 10157.0, 10098.0, 10157.0, 10161.0, 10149.0, 10172.0, 10125.0, 10159.0, 10110.0, 10156.0, 10097.0, 10135.0, 10162.0, 10122.0, 10141.0, 10100.0, 10138.0, 10072.0, 10122.0, 10171.0, 10116.0, 10142.0, 10090.0, 10146.0, 10092.0, 10130.0, 10170.0, 10136.0, 10159.0, 10109.0, 10148.0, 10076.0, 10136.0, 10144.0, 10128.0, 10170.0, 10117.0, 10153.0, 10097.0, 10144.0, 10143.0, 10109.0, 10163.0, 10119.0, 10152.0, 10085.0, 10130.0, 10170.0, 10132.0, 10151.0, 10098.0, 10136.0, 10098.0, 10133.0, 10169.0, 10124.0, 10152.0, 10091.0, 10140.0, 10095.0, 10148.0, 10180.0, 10140.0, 10168.0, 10117.0, 10183.0, 10118.0, 10155.0, 10183.0, 10154.0, 10151.0, 10104.0, 10155.0, 10092.0, 10120.0, 10166.0, 10119.0, 10147.0, 10070.0, 10149.0, 10107.0, 10106.0, 10162.0, 10117.0, 10145.0, 10078.0, 10129.0, 10156.0, 10120.0, 10150.0, 10120.0, 10157.0, 10094.0, 10156.0, 10170.0, 10126.0, 10164.0, 10105.0, 10145.0, 10082.0, 10132.0, 10150.0, 10117.0, 10145.0, 10089.0, 10138.0, 10150.0, 10095.0, 10132.0, 10108.0, 10129.0, 10071.0, 10123.0, 10159.0, 10112.0, 10147.0, 10108.0, 10148.0, 10073.0, 10140.0, 10170.0, 10145.0, 10150.0, 10092.0, 10156.0, 10058.0, 10149.0, 10148.0, 10122.0, 10149.0, 10107.0, 10132.0, 10081.0, 10153.0, 10139.0, 10125.0, 10166.0, 10139.0, 10166.0, 10105.0, 10176.0, 10153.0, 10125.0, 10164.0, 10118.0, 10166.0, 10098.0, 10151.0, 10172.0, 10124.0, 10159.0, 10100.0, 10148.0, 10132.0, 10117.0, 10152.0, 10109.0, 10143.0, 10076.0, 10133.0, 10170.0, 10106.0, 10148.0, 10092.0, 10146.0, 10081.0, 10119.0, 10164.0, 10137.0, 10150.0, 10088.0, 10145.0, 10091.0, 10120.0, 10159.0, 10124.0, 10150.0, 10076.0, 10148.0, 10090.0, 10139.0, 10167.0, 10123.0, 10148.0, 10073.0, 10135.0, 10098.0, 10107.0, 10159.0, 10119.0, 10146.0, 10074.0, 10153.0, 10149.0, 10117.0, 10152.0, 10118.0, 10146.0, 10079.0, 10131.0, 10127.0, 10104.0, 10143.0, 10103.0, 10143.0, 10074.0, 10131.0, 10132.0, 10128.0, 10160.0, 10106.0, 10145.0, 10077.0, 10135.0, 10133.0, 10121.0, 10167.0, 10121.0, 10147.0, 10083.0, 10134.0, 10135.0, 10121.0, 10169.0, 10123.0, 10145.0, 10076.0, 10133.0, 10167.0, 10119.0, 10135.0, 10076.0, 10141.0, 10120.0, 10117.0, 10157.0, 10102.0, 10141.0, 10072.0, 10135.0, 10131.0, 10103.0, 10141.0, 10112.0, 10149.0, 10077.0, 10154.0, 10152.0, 10121.0, 10165.0, 10122.0, 10172.0, 10089.0, 10122.0, 10160.0, 10138.0, 10149.0, 10086.0, 10135.0, 10149.0, 10116.0, 10142.0, 10104.0, 10156.0, 10075.0, 10130.0, 10074.0, 10120.0, 10162.0, 10122.0, 10161.0, 10111.0, 10151.0, 10090.0, 10138.0, 10169.0, 10137.0, 10151.0, 10093.0, 10133.0, 10087.0, 10122.0, 10169.0, 10101.0, 10125.0, 10072.0, 10128.0, 10057.0, 10116.0, 10157.0, 10115.0, 10147.0, 10076.0, 10141.0, 10147.0, 10109.0, 10146.0, 10121.0, 10148.0, 10080.0, 10121.0, 10161.0, 10137.0, 10147.0, 10088.0, 10131.0, 10129.0, 10101.0, 10142.0, 10083.0, 10125.0, 10076.0, 10097.0, 10155.0, 10118.0, 10147.0, 10090.0, 10130.0, 10130.0, 10120.0, 10160.0, 10107.0, 10149.0, 10072.0, 10121.0, 10166.0, 10137.0, 10152.0, 10077.0, 10138.0, 10177.0, 10139.0, 10165.0, 10107.0, 10159.0, 10118.0, 10120.0, 10165.0, 10129.0, 10159.0, 10096.0, 10137.0, 10173.0, 10131.0, 10157.0, 10108.0, 10161.0, 10167.0, 10123.0, 10168.0, 10111.0, 10159.0, 10111.0, 10109.0, 10166.0, 10119.0, 10151.0, 10077.0, 10111.0, 10160.0, 10098.0, 10137.0, 10075.0, 10118.0, 10163.0, 10120.0, 10151.0, 10094.0, 10142.0, 10169.0, 10123.0, 10153.0, 10105.0, 10156.0, 10153.0, 10101.0, 10147.0, 10093.0, 10134.0, 10102.0, 10103.0, 10155.0, 10098.0, 10132.0, 10069.0, 10108.0, 10161.0, 10115.0, 10143.0, 10076.0, 10117.0, 10166.0, 10105.0, 10138.0, 10086.0, 10141.0, 10077.0, 10102.0, 10168.0, 10123.0, 10146.0, 10076.0, 10156.0, 10105.0, 10092.0, 10167.0, 10103.0, 10152.0, 10086.0, 10119.0, 10186.0, 10124.0, 10191.0, 10138.0, 10181.0, 10178.0, 10170.0, 10150.0, 10148.0, 10123.0, 10189.0, 10148.0, 10194.0, 10130.0, 10175.0, 10201.0, 10136.0, 10132.0, 10085.0, 10083.0, 10142.0, 10073.0, 10102.0, 10064.0, 10100.0, 10139.0, 10097.0, 10127.0, 10065.0, 10116.0, 10150.0, 10097.0, 10121.0, 10074.0, 10111.0, 10111.0, 10097.0, 10143.0, 10083.0, 10145.0, 10101.0, 10116.0, 10159.0, 10103.0, 10137.0, 10114.0, 10104.0, 10152.0, 10078.0, 10134.0, 10125.0, 10109.0, 10143.0, 10084.0, 10131.0, 10123.0, 10115.0, 10139.0, 10088.0, 10126.0, 10144.0, 10101.0, 10127.0, 10078.0, 10128.0, 10145.0, 10100.0, 10127.0, 10081.0, 10129.0, 10144.0, 10116.0, 10140.0, 10091.0, 10133.0, 10164.0, 10125.0, 10144.0, 10096.0, 10126.0, 10170.0, 10098.0, 10152.0, 10087.0, 10140.0, 10169.0, 10118.0, 10145.0, 10080.0, 10140.0, 10166.0, 10125.0, 10165.0, 10106.0, 10161.0, 10082.0, 10144.0, 10185.0, 10131.0, 10174.0, 10089.0, 10156.0, 10170.0, 10120.0, 10150.0, 10106.0, 10133.0, 10082.0, 10118.0, 10173.0, 10138.0, 10150.0, 10114.0, 10150.0, 10120.0, 10128.0, 10181.0, 10121.0, 10146.0, 10089.0, 10134.0, 10154.0, 10116.0, 10153.0, 10091.0, 10130.0, 10122.0, 10100.0, 10148.0, 10098.0, 10124.0, 10068.0, 10115.0, 10128.0, 10105.0, 10146.0, 10090.0, 10144.0, 10086.0, 10127.0, 10163.0, 10110.0, 10147.0, 10078.0, 10118.0, 10164.0, 10112.0, 10147.0, 10074.0, 10120.0, 10153.0, 10127.0, 10150.0, 10072.0, 10137.0, 10133.0, 10122.0, 10164.0, 10123.0, 10153.0, 10093.0, 10143.0, 10155.0, 10130.0, 10167.0, 10127.0, 10155.0, 10100.0, 10153.0, 10099.0, 10130.0, 10179.0, 10147.0, 10153.0, 10106.0, 10155.0, 10097.0, 10138.0, 10115.0, 10124.0, 10166.0, 10130.0, 10150.0, 10101.0, 10163.0, 10105.0, 10154.0, 10081.0, 10115.0, 10113.0, 10177.0, 10160.0, 10108.0, 10152.0, 10091.0, 10117.0, 10147.0, 10098.0, 10136.0, 10122.0, 10081.0, 10117.0, 10058.0, 10101.0, 10133.0, 10065.0, 10086.0, 10022.0, 10076.0, 10047.0, 10060.0, 10087.0, 10049.0, 10090.0, 10016.0, 10075.0, 10090.0, 10057.0, 10080.0, 10033.0, 10074.0, 10007.0, 10067.0, 10070.0, 10116.0, 10091.0, 10133.0, 10078.0, 10144.0, 10128.0, 10132.0, 10153.0, 10181.0, 10099.0, 10134.0, 10154.0, 10110.0, 10133.0, 10060.0, 10115.0, 10128.0, 10083.0, 10113.0, 10082.0, 10112.0, 10059.0, 10120.0, 10118.0, 10108.0, 10150.0, 10115.0, 10157.0, 10097.0, 10162.0, 10119.0, 10152.0, 10193.0, 10137.0, 10159.0, 10105.0, 10164.0, 10117.0, 10131.0, 10172.0, 10105.0, 10138.0, 10077.0, 10139.0, 10069.0, 10128.0, 10168.0, 10128.0, 10157.0, 10129.0, 10155.0, 10085.0, 10122.0, 10104.0, 10126.0, 10170.0, 10126.0, 10153.0, 10093.0, 10131.0, 10079.0, 10123.0, 10172.0, 10107.0, 10148.0, 10108.0, 10131.0, 10061.0, 10133.0, 10149.0, 10102.0, 10129.0, 10071.0, 10119.0, 10131.0, 10085.0, 10127.0, 10087.0, 10132.0, 10061.0, 10119.0, 10156.0, 10121.0, 10134.0, 10101.0, 10158.0, 10121.0, 10121.0, 10153.0, 10130.0, 10172.0, 10114.0, 10154.0, 10098.0, 10126.0, 10156.0, 10115.0, 10174.0, 10108.0, 10155.0, 10079.0, 10135.0, 10081.0, 10125.0, 10173.0, 10119.0, 10113.0, 10060.0, 10131.0, 10145.0, 10106.0, 10147.0, 10088.0, 10130.0, 10058.0, 10103.0, 10143.0, 10100.0, 10113.0, 10057.0, 10111.0, 10148.0, 10098.0, 10128.0, 10088.0, 10131.0, 10073.0, 10103.0, 10149.0, 10119.0, 10130.0, 10063.0, 10122.0, 10131.0, 10105.0, 10143.0, 10101.0, 10129.0, 10072.0, 10117.0, 10150.0, 10104.0, 10130.0, 10072.0, 10133.0, 10076.0, 10121.0, 10163.0, 10119.0, 10150.0, 10077.0, 10141.0, 10168.0, 10105.0, 10135.0, 10089.0, 10137.0, 10120.0, 10090.0, 10145.0, 10071.0, 10114.0, 10086.0, 10088.0, 10140.0, 10080.0, 10127.0, 10080.0, 10135.0, 10136.0, 10109.0, 10165.0, 10126.0, 10156.0, 10085.0, 10130.0, 10172.0, 10121.0, 10155.0, 10075.0, 10121.0, 10174.0, 10124.0, 10138.0, 10062.0, 10115.0, 10147.0, 10104.0, 10136.0, 10086.0, 10117.0, 10052.0, 10115.0, 10138.0, 10098.0, 10140.0, 10087.0, 10129.0, 10068.0, 10137.0, 10117.0, 10107.0, 10142.0, 10117.0, 10128.0, 10074.0, 10135.0, 10110.0, 10100.0, 10144.0, 10107.0, 10128.0, 10077.0, 10124.0, 10072.0, 10116.0, 10131.0, 10107.0, 10146.0, 10098.0, 10129.0, 10060.0, 10133.0, 10147.0, 10102.0, 10146.0, 10103.0, 10130.0, 10063.0, 10132.0, 10158.0, 10092.0, 10112.0, 10086.0, 10110.0, 10072.0, 10129.0, 10069.0, 10104.0, 10146.0, 10103.0, 10146.0, 10069.0, 10119.0, 10120.0, 10104.0, 10145.0, 10106.0, 10136.0, 10073.0, 10099.0, 10143.0, 10110.0, 10131.0, 10068.0, 10110.0, 10129.0, 10102.0, 10144.0, 10107.0, 10126.0, 10080.0, 10135.0, 10078.0, 10139.0, 10168.0, 10123.0, 10153.0, 10076.0, 10134.0, 10147.0, 10092.0, 10142.0, 10088.0, 10132.0, 10058.0, 10101.0, 10145.0, 10118.0, 10176.0, 10081.0, 10162.0, 10136.0, 10170.0, 10098.0, 10166.0, 10131.0, 10188.0, 10166.0, 10220.0, 10202.0, 10131.0, 10156.0, 10099.0, 10142.0, 10160.0, 10105.0, 10132.0, 10068.0, 10104.0, 10078.0, 10065.0, 10123.0, 10095.0, 10123.0, 10064.0, 10111.0, 10143.0, 10114.0, 10126.0, 10104.0, 10128.0, 10072.0, 10136.0, 10169.0, 10140.0, 10166.0, 10104.0, 10141.0, 10155.0, 10120.0, 10162.0, 10110.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.0005888324488248673</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.016835232752084914</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.832606597776895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.256127641305007</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0034749995751124</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5274</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3245.7031</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.05891641265824506</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.9711902956785443</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6596790304464624</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5755193022311986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.882788203996246</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5207295851119436</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00998028</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007197104394435883</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0301966592669487</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.756561910517573</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.8531</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.0101</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>272.5443</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>287772.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1372.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>494.194</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.9118</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3681.3302</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3892.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>88772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4908.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1036.0479</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.3181661022827</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> |