=== 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-0050 --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-0050",
"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-0050_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-04/func/sub-0050_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>fb24c6c36698997f3cf6106a45a2b14c</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>12:52:1.940000</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.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0967612</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7780, -7215, 585, -66, -183, 44, 6]</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>246.123</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7f9550c4-0da0-41a8-b1e7-6eabe71cefe7||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.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['125201.940000', '125202.400000', '125202.860000', '125203.320000', '125203.780000', '125204.240000', '125204.700000', '125205.160000', '125205.620000', '125206.080000', '125206.540000', '125207.000000', '125207.460000', '125207.920000', '125208.380000', '125208.840000', '125209.300000', '125209.760000', '125210.220000', '125210.680000', '125211.140000', '125211.600000', '125212.060000', '125212.520000', '125212.980000', '125213.440000', '125213.900000', '125214.360000', '125214.820000', '125215.280000', '125215.740000', '125216.200000', '125216.660000', '125217.120000', '125217.580000', '125218.040000', '125218.500000', '125218.960000', '125219.420000', '125219.880000', '125220.340000', '125220.800000', '125221.260000', '125221.720000', '125222.180000', '125222.640000', '125223.100000', '125223.560000', '125224.020000', '125224.480000', '125224.940000', '125225.400000', '125225.860000', '125226.320000', '125226.780000', '125227.240000', '125227.700000', '125228.160000', '125228.620000', '125229.080000', '125229.540000', '125230.000000', '125230.460000', '125230.920000', '125231.380000', '125231.840000', '125232.300000', '125232.760000', '125233.220000', '125233.680000', '125234.140000', '125234.600000', '125235.060000', '125235.520000', '125235.980000', '125236.440000', '125236.900000', '125237.360000', '125237.820000', '125238.280000', '125238.740000', '125239.200000', '125239.660000', '125240.120000', '125240.580000', '125241.040000', '125241.500000', '125241.960000', '125242.420000', '125242.880000', '125243.340000', '125243.800000', '125244.260000', '125244.720000', '125245.180000', '125245.640000', '125246.100000', '125246.560000', '125247.020000', '125247.480000', '125247.940000', '125248.400000', '125248.860000', '125249.320000', '125249.780000', '125250.240000', '125250.700000', '125251.160000', '125251.620000', '125252.080000', '125252.540000', '125253.000000', '125253.460000', '125253.920000', '125254.380000', '125254.840000', '125255.300000', '125255.760000', '125256.220000', '125256.680000', '125257.140000', '125257.600000', '125258.060000', '125258.520000', '125258.980000', '125259.440000', '125259.900000', '125300.360000', '125300.820000', '125301.280000', '125301.740000', '125302.200000', '125302.660000', '125303.120000', '125303.580000', '125304.040000', '125304.500000', '125304.960000', '125305.420000', '125305.880000', '125306.340000', '125306.800000', '125307.260000', '125307.720000', '125308.180000', '125308.640000', '125309.100000', '125309.560000', '125310.020000', '125310.480000', '125310.940000', '125311.400000', '125311.860000', '125312.320000', '125312.780000', '125313.240000', '125313.700000', '125314.160000', '125314.620000', '125315.080000', '125315.540000', '125316.000000', '125316.460000', '125316.920000', '125317.380000', '125317.840000', '125318.300000', '125318.760000', '125319.220000', '125319.680000', '125320.140000', '125320.600000', '125321.060000', '125321.520000', '125321.980000', '125322.440000', '125322.900000', '125323.360000', '125323.820000', '125324.280000', '125324.740000', '125325.200000', '125325.660000', '125326.120000', '125326.580000', '125327.040000', '125327.500000', '125327.960000', '125328.420000', '125328.880000', '125329.340000', '125329.800000', '125330.260000', '125330.720000', '125331.180000', '125331.640000', '125332.100000', '125332.560000', '125333.020000', '125333.480000', '125333.940000', '125334.400000', '125334.860000', '125335.320000', '125335.780000', '125336.240000', '125336.700000', '125337.160000', '125337.620000', '125338.080000', '125338.540000', '125339.000000', '125339.460000', '125339.920000', '125340.380000', '125340.840000', '125341.300000', '125341.760000', '125342.220000', '125342.680000', '125343.140000', '125343.600000', '125344.060000', '125344.520000', '125344.980000', '125345.440000', '125345.900000', '125346.360000', '125346.820000', '125347.280000', '125347.740000', '125348.200000', '125348.660000', '125349.120000', '125349.580000', '125350.040000', '125350.500000', '125350.960000', '125351.420000', '125351.880000', '125352.340000', '125352.800000', '125353.260000', '125353.720000', '125354.180000', '125354.640000', '125355.100000', '125355.560000', '125356.020000', '125356.480000', '125356.940000', '125357.400000', '125357.860000', '125358.320000', '125358.780000', '125359.240000', '125359.700000', '125400.160000', '125400.620000', '125401.080000', '125401.540000', '125402.000000', '125402.460000', '125402.920000', '125403.380000', '125403.840000', '125404.300000', '125404.760000', '125405.220000', '125405.680000', '125406.140000', '125406.600000', '125407.060000', '125407.520000', '125407.980000', '125408.440000', '125408.900000', '125409.360000', '125409.820000', '125410.280000', '125410.740000', '125411.200000', '125411.660000', '125412.120000', '125412.580000', '125413.040000', '125413.500000', '125413.960000', '125414.420000', '125414.880000', '125415.340000', '125415.800000', '125416.260000', '125416.720000', '125417.180000', '125417.640000', '125418.100000', '125418.560000', '125419.020000', '125419.480000', '125419.940000', '125420.400000', '125420.860000', '125421.320000', '125421.780000', '125422.240000', '125422.700000', '125423.160000', '125423.620000', '125424.080000', '125424.540000', '125425.000000', '125425.460000', '125425.920000', '125426.380000', '125426.840000', '125427.300000', '125427.760000', '125428.220000', '125428.680000', '125429.140000', '125429.600000', '125430.060000', '125430.520000', '125430.980000', '125431.440000', '125431.900000', '125432.360000', '125432.820000', '125433.280000', '125433.740000', '125434.200000', '125434.660000', '125435.120000', '125435.580000', '125436.040000', '125436.500000', '125436.960000', '125437.420000', '125437.880000', '125438.340000', '125438.800000', '125439.260000', '125439.720000', '125440.180000', '125440.640000', '125441.100000', '125441.560000', '125442.020000', '125442.480000', '125442.940000', '125443.400000', '125443.860000', '125444.320000', '125444.780000', '125445.240000', '125445.700000', '125446.160000', '125446.620000', '125447.080000', '125447.540000', '125448.000000', '125448.460000', '125448.920000', '125449.380000', '125449.840000', '125450.300000', '125450.760000', '125451.220000', '125451.680000', '125452.140000', '125452.600000', '125453.060000', '125453.520000', '125453.980000', '125454.440000', '125454.900000', '125455.360000', '125455.820000', '125456.280000', '125456.740000', '125457.200000', '125457.660000', '125458.120000', '125458.580000', '125459.040000', '125459.500000', '125459.960000', '125500.420000', '125500.880000', '125501.340000', '125501.800000', '125502.260000', '125502.720000', '125503.180000', '125503.640000', '125504.100000', '125504.560000', '125505.020000', '125505.480000', '125505.940000', '125506.400000', '125506.860000', '125507.320000', '125507.780000', '125508.240000', '125508.700000', '125509.160000', '125509.620000', '125510.080000', '125510.540000', '125511.000000', '125511.460000', '125511.920000', '125512.380000', '125512.840000', '125513.300000', '125513.760000', '125514.220000', '125514.680000', '125515.140000', '125515.600000', '125516.060000', '125516.520000', '125516.980000', '125517.440000', '125517.900000', '125518.360000', '125518.820000', '125519.280000', '125519.740000', '125520.200000', '125520.660000', '125521.120000', '125521.580000', '125522.040000', '125522.500000', '125522.960000', '125523.420000', '125523.880000', '125524.340000', '125524.800000', '125525.260000', '125525.720000', '125526.180000', '125526.640000', '125527.100000', '125527.560000', '125528.020000', '125528.480000', '125528.940000', '125529.400000', '125529.860000', '125530.320000', '125530.780000', '125531.240000', '125531.700000', '125532.160000', '125532.620000', '125533.080000', '125533.540000', '125534.000000', '125534.460000', '125534.920000', '125535.380000', '125535.840000', '125536.300000', '125536.760000', '125537.220000', '125537.680000', '125538.140000', '125538.600000', '125539.060000', '125539.520000', '125539.980000', '125540.440000', '125540.900000', '125541.360000', '125541.820000', '125542.280000', '125542.740000', '125543.200000', '125543.660000', '125544.120000', '125544.580000', '125545.040000', '125545.500000', '125545.960000', '125546.420000', '125546.880000', '125547.340000', '125547.800000', '125548.260000', '125548.720000', '125549.180000', '125549.640000', '125550.100000', '125550.560000', '125551.020000', '125551.480000', '125551.940000', '125552.400000', '125552.860000', '125553.320000', '125553.780000', '125554.240000', '125554.700000', '125555.160000', '125555.620000', '125556.080000', '125556.540000', '125557.000000', '125557.460000', '125557.920000', '125558.380000', '125558.840000', '125559.300000', '125559.760000', '125600.220000', '125600.680000', '125601.140000', '125601.600000', '125602.060000', '125602.520000', '125602.980000', '125603.440000', '125603.900000', '125604.360000', '125604.820000', '125605.280000', '125605.740000', '125606.200000', '125606.660000', '125607.120000', '125607.580000', '125608.040000', '125608.500000', '125608.960000', '125609.420000', '125609.880000', '125610.340000', '125610.800000', '125611.260000', '125611.720000', '125612.180000', '125612.640000', '125613.100000', '125613.560000', '125614.020000', '125614.480000', '125614.940000', '125615.400000', '125615.860000', '125616.320000', '125616.780000', '125617.240000', '125617.700000', '125618.160000', '125618.620000', '125619.080000', '125619.540000', '125620.000000', '125620.460000', '125620.920000', '125621.380000', '125621.840000', '125622.300000', '125622.760000', '125623.220000', '125623.680000', '125624.140000', '125624.600000', '125625.060000', '125625.520000', '125625.980000', '125626.440000', '125626.900000', '125627.360000', '125627.820000', '125628.280000', '125628.740000', '125629.200000', '125629.660000', '125630.120000', '125630.580000', '125631.040000', '125631.500000', '125631.960000', '125632.420000', '125632.880000', '125633.340000', '125633.800000', '125634.260000', '125634.720000', '125635.180000', '125635.640000', '125636.100000', '125636.560000', '125637.020000', '125637.480000', '125637.940000', '125638.400000', '125638.860000', '125639.320000', '125639.780000', '125640.240000', '125640.700000', '125641.160000', '125641.620000', '125642.080000', '125642.540000', '125643.000000', '125643.460000', '125643.920000', '125644.380000', '125644.840000', '125645.300000', '125645.760000', '125646.220000', '125646.680000', '125647.140000', '125647.600000', '125648.060000', '125648.520000', '125648.980000', '125649.440000', '125649.900000', '125650.360000', '125650.820000', '125651.280000', '125651.740000', '125652.200000', '125652.660000', '125653.120000', '125653.580000', '125654.040000', '125654.500000', '125654.960000', '125655.420000', '125655.880000', '125656.340000', '125656.800000', '125657.260000', '125657.720000', '125658.180000', '125658.640000', '125659.100000', '125659.560000', '125700.020000', '125700.480000', '125700.940000', '125701.400000', '125701.860000', '125702.320000', '125702.780000', '125703.240000', '125703.700000', '125704.160000', '125704.620000', '125705.080000', '125705.540000', '125706.000000', '125706.460000', '125706.920000', '125707.380000', '125707.840000', '125708.300000', '125708.760000', '125709.220000', '125709.680000', '125710.140000', '125710.600000', '125711.060000', '125711.520000', '125711.980000', '125712.440000', '125712.900000', '125713.360000', '125713.820000', '125714.280000', '125714.740000', '125715.200000', '125715.660000', '125716.120000', '125716.580000', '125717.040000', '125717.500000', '125717.960000', '125718.420000', '125718.880000', '125719.340000', '125719.800000', '125720.260000', '125720.720000', '125721.180000', '125721.640000', '125722.100000', '125722.560000', '125723.020000', '125723.480000', '125723.940000', '125724.400000', '125724.860000', '125725.320000', '125725.780000', '125726.240000', '125726.700000', '125727.160000', '125727.620000', '125728.080000', '125728.540000', '125729.000000', '125729.460000', '125729.920000', '125730.380000', '125730.840000', '125731.300000', '125731.760000', '125732.220000', '125732.680000', '125733.140000', '125733.600000', '125734.060000', '125734.520000', '125734.980000', '125735.440000', '125735.900000', '125736.360000', '125736.820000', '125737.280000', '125737.740000', '125738.200000', '125738.660000', '125739.120000', '125739.580000', '125740.040000', '125740.500000', '125740.960000', '125741.420000', '125741.880000', '125742.340000', '125742.800000', '125743.260000', '125743.720000', '125744.180000', '125744.640000', '125745.100000', '125745.560000', '125746.020000', '125746.480000', '125746.940000', '125747.400000', '125747.860000', '125748.320000', '125748.780000', '125749.240000', '125749.700000', '125750.160000', '125750.620000', '125751.080000', '125751.540000', '125752.000000', '125752.460000', '125752.920000', '125753.380000', '125753.840000', '125754.300000', '125754.760000', '125755.220000', '125755.680000', '125756.140000', '125756.600000', '125757.060000', '125757.520000', '125757.980000', '125758.440000', '125758.900000', '125759.360000', '125759.820000', '125800.280000', '125800.740000', '125801.200000', '125801.660000', '125802.120000', '125802.580000', '125803.040000', '125803.500000', '125803.960000', '125804.420000', '125804.880000', '125805.340000', '125805.800000', '125806.260000', '125806.720000', '125807.180000', '125807.640000', '125808.100000', '125808.560000', '125809.020000', '125809.480000', '125809.940000', '125810.400000', '125810.860000', '125811.320000', '125811.780000', '125812.240000', '125812.700000', '125813.160000', '125813.620000', '125814.080000', '125814.540000', '125815.000000', '125815.460000', '125815.920000', '125816.380000', '125816.840000', '125817.300000', '125817.760000', '125818.220000', '125818.680000', '125819.140000', '125819.600000', '125820.060000', '125820.520000', '125820.980000', '125821.440000', '125821.900000', '125822.360000', '125822.820000', '125823.280000', '125823.740000', '125824.200000', '125824.660000', '125825.120000', '125825.580000', '125826.040000', '125826.500000', '125826.960000', '125827.420000', '125827.880000', '125828.340000', '125828.800000', '125829.260000', '125829.720000', '125830.180000', '125830.640000', '125831.100000', '125831.560000', '125832.020000', '125832.480000', '125832.940000', '125833.400000', '125833.860000', '125834.320000', '125834.780000', '125835.240000', '125835.700000', '125836.160000', '125836.620000', '125837.080000', '125837.540000', '125838.000000', '125838.460000', '125838.920000', '125839.380000', '125839.840000', '125840.300000', '125840.760000', '125841.220000', '125841.680000', '125842.140000', '125842.600000', '125843.060000', '125843.520000', '125843.980000', '125844.440000', '125844.900000', '125845.360000', '125845.820000', '125846.280000', '125846.740000', '125847.200000', '125847.660000', '125848.120000', '125848.580000', '125849.040000', '125849.500000', '125849.960000', '125850.420000', '125850.880000', '125851.340000', '125851.800000', '125852.260000', '125852.720000', '125853.180000', '125853.640000', '125854.100000', '125854.560000', '125855.020000', '125855.480000', '125855.940000', '125856.400000', '125856.860000', '125857.320000', '125857.780000', '125858.240000', '125858.700000', '125859.160000', '125859.620000', '125900.080000', '125900.540000', '125901.000000', '125901.460000', '125901.920000', '125902.380000', '125902.840000', '125903.300000', '125903.760000', '125904.220000', '125904.680000', '125905.140000', '125905.600000', '125906.060000', '125906.520000', '125906.980000', '125907.440000', '125907.900000', '125908.360000', '125908.820000', '125909.280000', '125909.740000', '125910.200000', '125910.660000', '125911.120000', '125911.580000', '125912.040000', '125912.500000', '125912.960000', '125913.420000', '125913.880000', '125914.340000', '125914.800000', '125915.260000', '125915.720000', '125916.180000', '125916.640000', '125917.100000', '125917.560000', '125918.020000', '125918.480000', '125918.940000', '125919.400000', '125919.860000', '125920.320000', '125920.780000', '125921.240000', '125921.700000', '125922.160000', '125922.620000', '125923.080000', '125923.540000', '125924.000000', '125924.460000', '125924.920000', '125925.380000', '125925.840000', '125926.300000', '125926.760000', '125927.220000', '125927.680000', '125928.140000', '125928.600000', '125929.060000', '125929.520000', '125929.980000', '125930.440000', '125930.900000', '125931.360000', '125931.820000', '125932.280000', '125932.740000', '125933.200000', '125933.660000', '125934.120000', '125934.580000', '125935.040000', '125935.500000', '125935.960000', '125936.420000', '125936.880000', '125937.340000', '125937.800000', '125938.260000', '125938.720000', '125939.180000', '125939.640000', '125940.100000', '125940.560000', '125941.020000', '125941.480000', '125941.940000', '125942.400000', '125942.860000', '125943.320000', '125943.780000', '125944.240000', '125944.700000', '125945.160000', '125945.620000', '125946.080000', '125946.540000', '125947.000000', '125947.460000', '125947.920000', '125948.380000', '125948.840000', '125949.300000', '125949.760000', '125950.220000', '125950.680000', '125951.140000', '125951.600000', '125952.060000', '125952.520000', '125952.980000', '125953.440000', '125953.900000', '125954.360000', '125954.820000', '125955.280000', '125955.740000', '125956.200000', '125956.660000', '125957.120000', '125957.580000', '125958.040000', '125958.500000', '125958.960000', '125959.420000', '125959.880000', '130000.340000', '130000.800000', '130001.260000', '130001.720000', '130002.180000', '130002.640000', '130003.100000', '130003.560000', '130004.020000', '130004.480000', '130004.940000', '130005.400000', '130005.860000', '130006.320000', '130006.780000', '130007.240000', '130007.700000', '130008.160000', '130008.620000', '130009.080000', '130009.540000', '130010.000000', '130010.460000', '130010.920000', '130011.380000', '130011.840000', '130012.300000', '130012.760000', '130013.220000', '130013.680000', '130014.140000', '130014.600000', '130015.060000', '130015.520000', '130015.980000', '130016.440000', '130016.900000', '130017.360000', '130017.820000', '130018.280000', '130018.740000', '130019.200000', '130019.660000', '130020.120000', '130020.580000', '130021.040000', '130021.500000', '130021.960000', '130022.420000', '130022.880000', '130023.340000', '130023.800000', '130024.260000', '130024.720000', '130025.180000', '130025.640000', '130026.100000', '130026.560000', '130027.020000', '130027.480000', '130027.940000', '130028.400000', '130028.860000', '130029.320000', '130029.780000', '130030.240000', '130030.700000', '130031.160000', '130031.620000', '130032.080000', '130032.540000', '130033.000000', '130033.460000', '130033.920000', '130034.380000', '130034.840000', '130035.300000', '130035.760000', '130036.220000', '130036.680000', '130037.140000', '130037.600000', '130038.060000', '130038.520000', '130038.980000', '130039.440000', '130039.900000', '130040.360000', '130040.820000', '130041.280000', '130041.740000', '130042.200000', '130042.660000', '130043.120000', '130043.580000', '130044.040000', '130044.500000', '130044.960000', '130045.420000', '130045.880000', '130046.340000', '130046.800000', '130047.260000', '130047.720000', '130048.180000', '130048.640000', '130049.100000', '130049.560000', '130050.020000', '130050.480000', '130050.940000', '130051.400000', '130051.860000', '130052.320000', '130052.780000', '130053.240000', '130053.700000', '130054.160000', '130054.620000', '130055.080000', '130055.540000', '130056.000000', '130056.460000', '130056.920000', '130057.380000', '130057.840000', '130058.300000', '130058.760000', '130059.220000', '130059.680000', '130100.140000', '130100.600000', '130101.060000', '130101.520000', '130101.980000', '130102.440000', '130102.900000', '130103.360000', '130103.820000', '130104.280000', '130104.740000', '130105.200000', '130105.660000', '130106.120000', '130106.580000', '130107.040000', '130107.500000', '130107.960000', '130108.420000', '130108.880000', '130109.340000', '130109.800000', '130110.260000', '130110.720000', '130111.180000', '130111.640000', '130112.100000', '130112.560000', '130113.020000', '130113.480000', '130113.940000', '130114.400000', '130114.860000', '130115.320000', '130115.780000', '130116.240000', '130116.700000', '130117.160000', '130117.620000', '130118.080000', '130118.540000', '130119.000000', '130119.460000', '130119.920000', '130120.380000', '130120.840000', '130121.300000', '130121.760000', '130122.220000', '130122.680000', '130123.140000', '130123.600000', '130124.060000', '130124.520000', '130124.980000', '130125.440000', '130125.900000', '130126.360000', '130126.820000', '130127.280000', '130127.740000', '130128.200000', '130128.660000', '130129.120000', '130129.580000', '130130.040000', '130130.500000', '130130.960000', '130131.420000', '130131.880000', '130132.340000', '130132.800000', '130133.260000', '130133.720000', '130134.180000', '130134.640000', '130135.100000', '130135.560000', '130136.020000', '130136.480000', '130136.940000', '130137.400000', '130137.860000', '130138.320000', '130138.780000', '130139.240000', '130139.700000', '130140.160000', '130140.620000', '130141.080000', '130141.540000', '130142.000000', '130142.460000', '130142.920000', '130143.380000', '130143.840000', '130144.300000', '130144.760000', '130145.220000', '130145.680000', '130146.140000', '130146.600000', '130147.060000', '130147.520000', '130147.980000', '130148.440000', '130148.900000', '130149.360000', '130149.820000', '130150.280000', '130150.740000', '130151.200000', '130151.660000', '130152.120000', '130152.580000', '130153.040000', '130153.500000', '130153.960000', '130154.420000', '130154.880000', '130155.340000', '130155.800000', '130156.260000', '130156.720000', '130157.180000', '130157.640000', '130158.100000', '130158.560000', '130159.020000', '130159.480000', '130159.940000', '130200.400000', '130200.860000', '130201.320000', '130201.780000', '130202.240000', '130202.700000', '130203.160000', '130203.620000', '130204.080000', '130204.540000', '130205.000000', '130205.460000', '130205.920000', '130206.380000', '130206.840000', '130207.300000', '130207.760000', '130208.220000', '130208.680000', '130209.140000', '130209.600000'], 'ContentTime': ['125223.655000', '125223.659000', '125223.661000', '125223.664000', '125223.667000', '125223.669000', '125223.672000', '125223.674000', '125223.677000', '125223.679000', '125223.682000', '125223.684000', '125223.687000', '125223.690000', '125223.692000', '125223.695000', '125223.697000', '125223.700000', '125223.703000', '125223.705000', '125223.708000', '125223.710000', '125223.713000', '125223.724000', '125223.727000', '125223.729000', '125223.732000', '125223.741000', '125223.744000', '125223.746000', '125223.749000', '125223.752000', '125223.754000', '125223.757000', '125223.759000', '125223.762000', '125223.764000', '125223.767000', '125223.771000', '125223.774000', '125223.776000', '125223.779000', '125223.782000', '125223.784000', '125243.625000', '125243.628000', '125243.631000', '125243.633000', '125243.636000', '125243.638000', '125243.641000', '125243.644000', '125243.646000', '125243.649000', '125243.651000', '125243.654000', '125243.656000', '125243.659000', '125243.662000', '125243.664000', '125243.667000', '125243.669000', '125243.672000', '125243.675000', '125243.677000', '125243.680000', '125243.682000', '125243.685000', '125243.687000', '125243.690000', '125243.692000', '125243.695000', '125243.698000', '125243.700000', '125243.703000', '125243.705000', '125243.708000', '125243.710000', '125243.713000', '125243.715000', '125243.718000', '125243.721000', '125243.723000', '125243.726000', '125243.728000', '125243.731000', '125243.733000', '125303.625000', '125303.628000', '125303.631000', '125303.633000', '125303.636000', '125303.638000', '125303.641000', '125303.644000', '125303.646000', '125303.649000', '125303.651000', '125303.654000', '125303.656000', '125303.659000', '125303.662000', '125303.664000', '125303.667000', '125303.669000', '125303.672000', '125303.675000', '125303.677000', '125303.680000', '125303.682000', '125303.685000', '125303.688000', '125303.690000', '125303.693000', '125303.695000', '125303.698000', '125303.700000', '125303.703000', '125303.706000', '125303.708000', '125303.711000', '125303.713000', '125303.716000', '125303.719000', '125303.721000', '125303.724000', '125303.726000', '125303.729000', '125303.732000', '125303.734000', '125303.737000', '125323.626000', '125323.628000', '125323.631000', '125323.634000', '125323.636000', '125323.639000', '125323.641000', '125323.644000', '125323.647000', '125323.649000', '125323.652000', '125323.654000', '125323.657000', '125323.660000', '125323.662000', '125323.665000', '125323.667000', '125323.670000', '125323.673000', '125323.675000', '125323.678000', '125323.680000', '125323.683000', '125323.685000', '125323.688000', '125323.691000', '125323.693000', '125323.696000', '125323.698000', '125323.701000', '125323.704000', '125323.706000', '125323.709000', '125323.711000', '125323.714000', '125323.716000', '125323.719000', '125323.722000', '125323.724000', '125323.727000', '125323.729000', '125323.732000', '125323.737000', '125343.626000', '125343.628000', '125343.631000', '125343.634000', '125343.636000', '125343.639000', '125343.641000', '125343.644000', '125343.646000', '125343.649000', '125343.652000', '125343.654000', '125343.657000', '125343.659000', '125343.662000', '125343.665000', '125343.667000', '125343.670000', '125343.672000', '125343.675000', '125343.678000', '125343.681000', '125343.683000', '125343.686000', '125343.689000', '125343.691000', '125343.694000', '125343.696000', '125343.699000', '125343.701000', '125343.704000', '125343.707000', '125343.736000', '125343.738000', '125343.741000', '125343.743000', '125343.746000', '125343.749000', '125343.751000', '125343.754000', '125343.756000', '125343.759000', '125343.761000', '125343.764000', '125403.625000', '125403.628000', '125403.631000', '125403.634000', '125403.636000', '125403.639000', '125403.642000', '125403.644000', '125403.660000', '125403.663000', '125403.665000', '125403.668000', '125403.671000', '125403.673000', '125403.676000', '125403.678000', '125403.681000', '125403.683000', '125403.686000', '125403.689000', '125403.691000', '125403.694000', '125403.696000', '125403.699000', '125403.702000', '125403.704000', '125403.707000', '125403.709000', '125403.712000', '125403.715000', '125403.717000', '125403.720000', '125403.722000', '125403.725000', '125403.728000', '125403.730000', '125403.733000', '125403.735000', '125403.738000', '125403.741000', '125403.743000', '125403.746000', '125403.748000', '125423.625000', '125423.628000', '125423.631000', '125423.633000', '125423.636000', '125423.638000', '125423.641000', '125423.644000', '125423.646000', '125423.649000', '125423.651000', '125423.654000', '125423.657000', '125423.659000', '125423.662000', '125423.664000', '125423.667000', '125423.669000', '125423.672000', '125423.674000', '125423.677000', '125423.680000', '125423.682000', '125423.685000', '125423.687000', '125423.690000', '125423.692000', '125423.695000', '125423.698000', '125423.700000', '125423.703000', '125423.705000', '125423.708000', '125423.710000', '125423.713000', '125423.716000', '125423.718000', '125423.721000', '125423.723000', '125423.726000', '125423.728000', '125423.731000', '125423.733000', '125423.736000', '125443.625000', '125443.628000', '125443.631000', '125443.633000', '125443.636000', '125443.639000', '125443.641000', '125443.644000', '125443.646000', '125443.649000', '125443.651000', '125443.654000', '125443.657000', '125443.659000', '125443.662000', '125443.664000', '125443.667000', '125443.669000', '125443.672000', '125443.674000', '125443.677000', '125443.680000', '125443.682000', '125443.685000', '125443.687000', '125443.690000', '125443.692000', '125443.695000', '125443.698000', '125443.700000', '125443.703000', '125443.705000', '125443.708000', '125443.711000', '125443.713000', '125443.716000', '125443.718000', '125443.721000', '125443.723000', '125443.726000', '125443.729000', '125443.731000', '125443.734000', '125503.626000', '125503.628000', '125503.631000', '125503.633000', '125503.636000', '125503.639000', '125503.641000', '125503.644000', '125503.647000', '125503.649000', '125503.652000', '125503.654000', '125503.657000', '125503.660000', '125503.663000', '125503.665000', '125503.668000', '125503.671000', '125503.673000', '125503.676000', '125503.679000', '125503.681000', '125503.684000', '125503.686000', '125503.689000', '125503.691000', '125503.694000', '125503.697000', '125503.699000', '125503.702000', '125503.704000', '125503.707000', '125503.710000', '125503.712000', '125503.715000', '125503.718000', '125503.720000', '125503.723000', '125503.725000', '125503.728000', '125503.730000', '125503.733000', '125503.736000', '125503.738000', '125523.625000', '125523.628000', '125523.631000', '125523.633000', '125523.636000', '125523.639000', '125523.641000', '125523.644000', '125523.646000', '125523.649000', '125523.652000', '125523.654000', '125523.657000', '125523.659000', '125523.662000', '125523.664000', '125523.667000', '125523.670000', '125523.672000', '125523.675000', '125523.677000', '125523.680000', '125523.683000', '125523.685000', '125523.688000', '125523.690000', '125523.693000', '125523.695000', '125523.698000', '125523.700000', '125523.703000', '125523.706000', '125523.708000', '125523.711000', '125523.714000', '125523.716000', '125523.719000', '125523.721000', '125523.724000', '125523.727000', '125523.729000', '125523.732000', '125523.734000', '125543.626000', '125543.628000', '125543.631000', '125543.634000', '125543.636000', '125543.639000', '125543.641000', '125543.644000', '125543.647000', '125543.649000', '125543.652000', '125543.654000', '125543.657000', '125543.660000', '125543.662000', '125543.665000', '125543.668000', '125543.670000', '125543.673000', '125543.675000', '125543.678000', '125543.680000', '125543.683000', '125543.686000', '125543.688000', '125543.691000', '125543.693000', '125543.696000', '125543.699000', '125543.701000', '125543.704000', '125543.706000', '125543.709000', '125543.711000', '125543.714000', '125543.717000', '125543.719000', '125543.722000', '125543.724000', '125543.727000', '125543.729000', '125543.732000', '125543.734000', '125603.625000', '125603.628000', '125603.631000', '125603.634000', '125603.636000', '125603.639000', '125603.641000', '125603.644000', '125603.647000', '125603.649000', '125603.652000', '125603.654000', '125603.657000', '125603.660000', '125603.662000', '125603.665000', '125603.667000', '125603.670000', '125603.673000', '125603.675000', '125603.678000', '125603.680000', '125603.683000', '125603.685000', '125603.688000', '125603.691000', '125603.693000', '125603.696000', '125603.698000', '125603.701000', '125603.704000', '125603.706000', '125603.709000', '125603.711000', '125603.714000', '125603.716000', '125603.719000', '125603.722000', '125603.724000', '125603.727000', '125603.729000', '125603.732000', '125603.734000', '125603.737000', '125623.625000', '125623.628000', '125623.631000', '125623.634000', '125623.636000', '125623.639000', '125623.641000', '125623.644000', '125623.647000', '125623.649000', '125623.652000', '125623.655000', '125623.658000', '125623.660000', '125623.663000', '125623.665000', '125623.668000', '125623.671000', '125623.673000', '125623.676000', '125623.678000', '125623.681000', '125623.684000', '125623.686000', '125623.689000', '125623.691000', '125623.694000', '125623.697000', '125623.700000', '125623.703000', '125623.706000', '125623.708000', '125623.711000', '125623.713000', '125623.716000', '125623.719000', '125623.721000', '125623.724000', '125623.726000', '125623.729000', '125623.732000', '125623.734000', '125623.737000', '125643.626000', '125643.628000', '125643.631000', '125643.634000', '125643.636000', '125643.639000', '125643.641000', '125643.644000', '125643.647000', '125643.649000', '125643.652000', '125643.654000', '125643.657000', '125643.660000', '125643.662000', '125643.665000', '125643.667000', '125643.670000', '125643.673000', '125643.675000', '125643.678000', '125643.680000', '125643.683000', '125643.685000', '125643.688000', '125643.691000', '125643.693000', '125643.696000', '125643.699000', '125643.701000', '125643.704000', '125643.706000', '125643.709000', '125643.712000', '125643.714000', '125643.717000', '125643.719000', '125643.722000', '125643.724000', '125643.727000', '125643.730000', '125643.732000', '125643.735000', '125643.737000', '125703.661000', '125703.664000', '125703.666000', '125703.669000', '125703.671000', '125703.674000', '125703.677000', '125703.679000', '125703.682000', '125703.684000', '125703.687000', '125703.690000', '125703.692000', '125703.695000', '125703.698000', '125703.700000', '125703.703000', '125703.705000', '125703.708000', '125703.711000', '125703.713000', '125703.716000', '125703.719000', '125703.721000', '125703.724000', '125703.726000', '125703.729000', '125703.732000', '125703.734000', '125703.737000', '125703.740000', '125703.742000', '125703.745000', '125703.747000', '125703.750000', '125703.753000', '125703.755000', '125703.758000', '125703.760000', '125703.763000', '125703.766000', '125703.768000', '125703.771000', '125723.625000', '125723.628000', '125723.631000', '125723.634000', '125723.636000', '125723.639000', '125723.641000', '125723.644000', '125723.647000', '125723.649000', '125723.652000', '125723.654000', '125723.657000', '125723.660000', '125723.662000', '125723.665000', '125723.668000', '125723.670000', '125723.673000', '125723.675000', '125723.678000', '125723.681000', '125723.683000', '125723.686000', '125723.688000', '125723.691000', '125723.694000', '125723.696000', '125723.699000', '125723.701000', '125723.704000', '125723.707000', '125723.709000', '125723.712000', '125723.714000', '125723.717000', '125723.720000', '125723.722000', '125723.725000', '125723.728000', '125723.730000', '125723.733000', '125723.735000', '125723.738000', '125743.626000', '125743.628000', '125743.631000', '125743.634000', '125743.636000', '125743.639000', '125743.641000', '125743.644000', '125743.646000', '125743.649000', '125743.651000', '125743.654000', '125743.657000', '125743.659000', '125743.662000', '125743.665000', '125743.667000', '125743.670000', '125743.672000', '125743.675000', '125743.678000', '125743.680000', '125743.683000', '125743.685000', '125743.688000', '125743.690000', '125743.693000', '125743.696000', '125743.698000', '125743.701000', '125743.704000', '125743.706000', '125743.709000', '125743.712000', '125743.714000', '125743.717000', '125743.719000', '125743.722000', '125743.724000', '125743.727000', '125743.730000', '125743.732000', '125743.735000', '125803.626000', '125803.628000', '125803.631000', '125803.633000', '125803.636000', '125803.639000', '125803.641000', '125803.644000', '125803.646000', '125803.649000', '125803.652000', '125803.654000', '125803.657000', '125803.660000', '125803.662000', '125803.665000', '125803.668000', '125803.670000', '125803.673000', '125803.675000', '125803.678000', '125803.680000', '125803.683000', '125803.686000', '125803.688000', '125803.691000', '125803.693000', '125803.696000', '125803.699000', '125803.701000', '125803.704000', '125803.706000', '125803.709000', '125803.712000', '125803.714000', '125803.717000', '125803.719000', '125803.722000', '125803.724000', '125803.727000', '125803.730000', '125803.732000', '125803.735000', '125803.737000', '125823.626000', '125823.628000', '125823.631000', '125823.634000', '125823.636000', '125823.639000', '125823.641000', '125823.644000', '125823.648000', '125823.650000', '125823.653000', '125823.668000', '125823.671000', '125823.674000', '125823.676000', '125823.679000', '125823.681000', '125823.684000', '125823.686000', '125823.689000', '125823.692000', '125823.694000', '125823.697000', '125823.700000', '125823.703000', '125823.705000', '125823.708000', '125823.711000', '125823.713000', '125823.716000', '125823.718000', '125823.721000', '125823.724000', '125823.726000', '125823.729000', '125823.731000', '125823.734000', '125823.737000', '125823.739000', '125823.742000', '125823.744000', '125823.747000', '125823.750000', '125843.626000', '125843.628000', '125843.631000', '125843.634000', '125843.636000', '125843.639000', '125843.641000', '125843.644000', '125843.647000', '125843.649000', '125843.652000', '125843.654000', '125843.657000', '125843.660000', '125843.662000', '125843.665000', '125843.667000', '125843.670000', '125843.673000', '125843.675000', '125843.678000', '125843.680000', '125843.683000', '125843.686000', '125843.688000', '125843.691000', '125843.693000', '125843.696000', '125843.699000', '125843.701000', '125843.704000', '125843.706000', '125843.709000', '125843.711000', '125843.714000', '125843.717000', '125843.719000', '125843.722000', '125843.724000', '125843.727000', '125843.730000', '125843.732000', '125843.735000', '125843.737000', '125903.625000', '125903.628000', '125903.631000', '125903.634000', '125903.636000', '125903.639000', '125903.641000', '125903.644000', '125903.646000', '125903.649000', '125903.652000', '125903.654000', '125903.657000', '125903.660000', '125903.662000', '125903.665000', '125903.668000', '125903.670000', '125903.673000', '125903.675000', '125903.678000', '125903.681000', '125903.683000', '125903.686000', '125903.688000', '125903.691000', '125903.694000', '125903.696000', '125903.699000', '125903.701000', '125903.704000', '125903.707000', '125903.709000', '125903.712000', '125903.715000', '125903.717000', '125903.720000', '125903.723000', '125903.725000', '125903.728000', '125903.731000', '125903.733000', '125903.736000', '125923.626000', '125923.628000', '125923.631000', '125923.634000', '125923.636000', '125923.639000', '125923.641000', '125923.644000', '125923.647000', '125923.649000', '125923.652000', '125923.654000', '125923.657000', '125923.660000', '125923.662000', '125923.665000', '125923.667000', '125923.670000', '125923.673000', '125923.675000', '125923.678000', '125923.680000', '125923.683000', '125923.686000', '125923.688000', '125923.691000', '125923.693000', '125923.696000', '125923.699000', '125923.701000', '125923.704000', '125923.706000', '125923.709000', '125923.712000', '125923.714000', '125923.717000', '125923.720000', '125923.722000', '125923.725000', '125923.727000', '125923.730000', '125923.733000', '125923.735000', '125923.738000', '125943.626000', '125943.628000', '125943.631000', '125943.634000', '125943.636000', '125943.639000', '125943.641000', '125943.655000', '125943.658000', '125943.660000', '125943.663000', '125943.666000', '125943.668000', '125943.671000', '125943.673000', '125943.676000', '125943.678000', '125943.681000', '125943.684000', '125943.686000', '125943.689000', '125943.691000', '125943.694000', '125943.696000', '125943.699000', '125943.702000', '125943.704000', '125943.707000', '125943.709000', '125943.712000', '125943.714000', '125943.717000', '125943.720000', '125943.722000', '125943.725000', '125943.727000', '125943.730000', '125943.733000', '125943.735000', '125943.738000', '125943.741000', '125943.743000', '125943.746000', '130003.626000', '130003.628000', '130003.631000', '130003.634000', '130003.636000', '130003.639000', '130003.641000', '130003.644000', '130003.647000', '130003.649000', '130003.652000', '130003.654000', '130003.657000', '130003.660000', '130003.662000', '130003.665000', '130003.667000', '130003.670000', '130003.673000', '130003.675000', '130003.678000', '130003.681000', '130003.683000', '130003.686000', '130003.688000', '130003.691000', '130003.694000', '130003.696000', '130003.699000', '130003.702000', '130003.704000', '130003.707000', '130003.709000', '130003.712000', '130003.714000', '130003.717000', '130003.720000', '130003.722000', '130003.725000', '130003.727000', '130003.730000', '130003.733000', '130003.735000', '130003.738000', '130023.625000', '130023.628000', '130023.631000', '130023.634000', '130023.636000', '130023.639000', '130023.641000', '130023.644000', '130023.647000', '130023.649000', '130023.652000', '130023.654000', '130023.657000', '130023.660000', '130023.662000', '130023.665000', '130023.667000', '130023.670000', '130023.673000', '130023.675000', '130023.678000', '130023.681000', '130023.683000', '130023.686000', '130023.688000', '130023.691000', '130023.693000', '130023.696000', '130023.699000', '130023.701000', '130023.704000', '130023.706000', '130023.709000', '130023.712000', '130023.714000', '130023.717000', '130023.719000', '130023.722000', '130023.724000', '130023.727000', '130023.730000', '130023.732000', '130023.735000', '130043.626000', '130043.628000', '130043.631000', '130043.634000', '130043.636000', '130043.639000', '130043.641000', '130043.644000', '130043.647000', '130043.649000', '130043.652000', '130043.654000', '130043.657000', '130043.659000', '130043.662000', '130043.665000', '130043.667000', '130043.670000', '130043.672000', '130043.675000', '130043.678000', '130043.680000', '130043.683000', '130043.685000', '130043.688000', '130043.691000', '130043.693000', '130043.696000', '130043.698000', '130043.701000', '130043.704000', '130043.706000', '130043.709000', '130043.711000', '130043.714000', '130043.717000', '130043.719000', '130043.722000', '130043.724000', '130043.727000', '130043.730000', '130043.732000', '130043.735000', '130043.737000', '130103.626000', '130103.628000', '130103.631000', '130103.634000', '130103.642000', '130103.645000', '130103.647000', '130103.650000', '130103.653000', '130103.656000', '130103.658000', '130103.661000', '130103.663000', '130103.666000', '130103.669000', '130103.671000', '130103.674000', '130103.677000', '130103.679000', '130103.682000', '130103.684000', '130103.687000', '130103.690000', '130103.692000', '130103.695000', '130103.697000', '130103.700000', '130103.703000', '130103.705000', '130103.708000', '130103.710000', '130103.713000', '130103.716000', '130103.718000', '130103.721000', '130103.723000', '130103.726000', '130103.729000', '130103.731000', '130103.734000', '130103.736000', '130103.739000', '130103.742000', '130123.625000', '130123.628000', '130123.631000', '130123.633000', '130123.636000', '130123.639000', '130123.641000', '130123.644000', '130123.646000', '130123.649000', '130123.652000', '130123.654000', '130123.657000', '130123.659000', '130123.662000', '130123.664000', '130123.667000', '130123.670000', '130123.672000', '130123.675000', '130123.678000', '130123.680000', '130123.683000', '130123.685000', '130123.688000', '130123.691000', '130123.693000', '130123.696000', '130123.698000', '130123.701000', '130123.704000', '130123.706000', '130123.709000', '130123.711000', '130123.714000', '130123.717000', '130123.719000', '130123.722000', '130123.724000', '130123.727000', '130123.729000', '130123.732000', '130123.735000', '130123.737000', '130143.626000', '130143.628000', '130143.631000', '130143.634000', '130143.636000', '130143.639000', '130143.641000', '130143.644000', '130143.647000', '130143.649000', '130143.652000', '130143.654000', '130143.657000', '130143.659000', '130143.662000', '130143.665000', '130143.667000', '130143.670000', '130143.672000', '130143.675000', '130143.678000', '130143.680000', '130143.683000', '130143.685000', '130143.688000', '130143.691000', '130143.693000', '130143.696000', '130143.698000', '130143.701000', '130143.703000', '130143.706000', '130143.709000', '130143.711000', '130143.714000', '130143.717000', '130143.719000', '130143.722000', '130143.724000', '130143.727000', '130143.730000', '130143.732000', '130143.735000', '130203.626000', '130203.628000', '130203.631000', '130203.634000', '130203.636000', '130203.639000', '130203.642000', '130203.644000', '130203.647000', '130203.649000', '130203.652000', '130203.655000', '130203.657000', '130203.660000', '130203.663000', '130203.665000', '130203.668000', '130203.671000', '130203.673000', '130203.676000', '130203.678000', '130203.681000', '130203.684000', '130203.686000', '130203.689000', '130203.692000', '130203.694000', '130203.697000', '130203.700000', '130203.702000', '130203.705000', '130203.707000', '130203.710000', '130203.713000', '130203.715000', '130203.718000', '130203.720000', '130203.723000', '130203.726000', '130203.728000', '130203.731000', '130203.733000', '130203.736000', '130211.427000', '130211.430000', '130211.433000', '130211.436000', '130211.438000', '130211.441000', '130211.443000', '130211.446000', '130211.449000', '130211.451000', '130211.454000', '130211.457000', '130211.459000', '130211.462000', '130211.465000', '130211.468000', '130211.506000', '130211.509000'], 'InstanceCreationTime': ['125223.655000', '125223.659000', '125223.661000', '125223.664000', '125223.667000', '125223.669000', '125223.672000', '125223.674000', '125223.677000', '125223.679000', '125223.682000', '125223.684000', '125223.687000', '125223.690000', '125223.692000', '125223.695000', '125223.697000', '125223.700000', '125223.703000', '125223.705000', '125223.708000', '125223.710000', '125223.713000', '125223.724000', '125223.727000', '125223.729000', '125223.732000', '125223.741000', '125223.744000', '125223.746000', '125223.749000', '125223.752000', '125223.754000', '125223.757000', '125223.759000', '125223.762000', '125223.764000', '125223.767000', '125223.771000', '125223.774000', '125223.776000', '125223.779000', '125223.782000', '125223.784000', '125243.625000', '125243.628000', '125243.631000', '125243.633000', '125243.636000', '125243.638000', '125243.641000', '125243.644000', '125243.646000', '125243.649000', '125243.651000', '125243.654000', '125243.656000', '125243.659000', '125243.662000', '125243.664000', '125243.667000', '125243.669000', '125243.672000', '125243.675000', '125243.677000', '125243.680000', '125243.682000', '125243.685000', '125243.687000', '125243.690000', '125243.692000', '125243.695000', '125243.698000', '125243.700000', '125243.703000', '125243.705000', '125243.708000', '125243.710000', '125243.713000', '125243.715000', '125243.718000', '125243.721000', '125243.723000', '125243.726000', '125243.728000', '125243.731000', '125243.733000', '125303.625000', '125303.628000', '125303.631000', '125303.633000', '125303.636000', '125303.638000', '125303.641000', '125303.644000', '125303.646000', '125303.649000', '125303.651000', '125303.654000', '125303.656000', '125303.659000', '125303.662000', '125303.664000', '125303.667000', '125303.669000', '125303.672000', '125303.675000', '125303.677000', '125303.680000', '125303.682000', '125303.685000', '125303.688000', '125303.690000', '125303.693000', '125303.695000', '125303.698000', '125303.700000', '125303.703000', '125303.706000', '125303.708000', '125303.711000', '125303.713000', '125303.716000', '125303.719000', '125303.721000', '125303.724000', '125303.726000', '125303.729000', '125303.732000', '125303.734000', '125303.737000', '125323.626000', '125323.628000', '125323.631000', '125323.634000', '125323.636000', '125323.639000', '125323.641000', '125323.644000', '125323.647000', '125323.649000', '125323.652000', '125323.654000', '125323.657000', '125323.660000', '125323.662000', '125323.665000', '125323.667000', '125323.670000', '125323.673000', '125323.675000', '125323.678000', '125323.680000', '125323.683000', '125323.685000', '125323.688000', '125323.691000', '125323.693000', '125323.696000', '125323.698000', '125323.701000', '125323.704000', '125323.706000', '125323.709000', '125323.711000', '125323.714000', '125323.716000', '125323.719000', '125323.722000', '125323.724000', '125323.727000', '125323.729000', '125323.732000', '125323.737000', '125343.626000', '125343.628000', '125343.631000', '125343.634000', '125343.636000', '125343.639000', '125343.641000', '125343.644000', '125343.646000', '125343.649000', '125343.652000', '125343.654000', '125343.657000', '125343.659000', '125343.662000', '125343.665000', '125343.667000', '125343.670000', '125343.672000', '125343.675000', '125343.678000', '125343.681000', '125343.683000', '125343.686000', '125343.689000', '125343.691000', '125343.694000', '125343.696000', '125343.699000', '125343.701000', '125343.704000', '125343.707000', '125343.736000', '125343.738000', '125343.741000', '125343.743000', '125343.746000', '125343.749000', '125343.751000', '125343.754000', '125343.756000', '125343.759000', '125343.761000', '125343.764000', '125403.625000', '125403.628000', '125403.631000', '125403.634000', '125403.636000', '125403.639000', '125403.642000', '125403.644000', '125403.660000', '125403.663000', '125403.665000', '125403.668000', '125403.671000', '125403.673000', '125403.676000', '125403.678000', '125403.681000', '125403.683000', '125403.686000', '125403.689000', '125403.691000', '125403.694000', '125403.696000', '125403.699000', '125403.702000', '125403.704000', '125403.707000', '125403.709000', '125403.712000', '125403.715000', '125403.717000', '125403.720000', '125403.722000', '125403.725000', '125403.728000', '125403.730000', '125403.733000', '125403.735000', '125403.738000', '125403.741000', '125403.743000', '125403.746000', '125403.748000', '125423.625000', '125423.628000', '125423.631000', '125423.633000', '125423.636000', '125423.638000', '125423.641000', '125423.644000', '125423.646000', '125423.649000', '125423.651000', '125423.654000', '125423.657000', '125423.659000', '125423.662000', '125423.664000', '125423.667000', '125423.669000', '125423.672000', '125423.674000', '125423.677000', '125423.680000', '125423.682000', '125423.685000', '125423.687000', '125423.690000', '125423.692000', '125423.695000', '125423.698000', '125423.700000', '125423.703000', '125423.705000', '125423.708000', '125423.710000', '125423.713000', '125423.716000', '125423.718000', '125423.721000', '125423.723000', '125423.726000', '125423.728000', '125423.731000', '125423.733000', '125423.736000', '125443.625000', '125443.628000', '125443.631000', '125443.633000', '125443.636000', '125443.639000', '125443.641000', '125443.644000', '125443.646000', '125443.649000', '125443.651000', '125443.654000', '125443.657000', '125443.659000', '125443.662000', '125443.664000', '125443.667000', '125443.669000', '125443.672000', '125443.674000', '125443.677000', '125443.680000', '125443.682000', '125443.685000', '125443.687000', '125443.690000', '125443.692000', '125443.695000', '125443.698000', '125443.700000', '125443.703000', '125443.705000', '125443.708000', '125443.711000', '125443.713000', '125443.716000', '125443.718000', '125443.721000', '125443.723000', '125443.726000', '125443.729000', '125443.731000', '125443.734000', '125503.626000', '125503.628000', '125503.631000', '125503.633000', '125503.636000', '125503.639000', '125503.641000', '125503.644000', '125503.647000', '125503.649000', '125503.652000', '125503.654000', '125503.657000', '125503.660000', '125503.663000', '125503.665000', '125503.668000', '125503.671000', '125503.673000', '125503.676000', '125503.679000', '125503.681000', '125503.684000', '125503.686000', '125503.689000', '125503.691000', '125503.694000', '125503.697000', '125503.699000', '125503.702000', '125503.704000', '125503.707000', '125503.710000', '125503.712000', '125503.715000', '125503.718000', '125503.720000', '125503.723000', '125503.725000', '125503.728000', '125503.730000', '125503.733000', '125503.736000', '125503.738000', '125523.625000', '125523.628000', '125523.631000', '125523.633000', '125523.636000', '125523.639000', '125523.641000', '125523.644000', '125523.646000', '125523.649000', '125523.652000', '125523.654000', '125523.657000', '125523.659000', '125523.662000', '125523.664000', '125523.667000', '125523.670000', '125523.672000', '125523.675000', '125523.677000', '125523.680000', '125523.683000', '125523.685000', '125523.688000', '125523.690000', '125523.693000', '125523.695000', '125523.698000', '125523.700000', '125523.703000', '125523.706000', '125523.708000', '125523.711000', '125523.714000', '125523.716000', '125523.719000', '125523.721000', '125523.724000', '125523.727000', '125523.729000', '125523.732000', '125523.734000', '125543.626000', '125543.628000', '125543.631000', '125543.634000', '125543.636000', '125543.639000', '125543.641000', '125543.644000', '125543.647000', '125543.649000', '125543.652000', '125543.654000', '125543.657000', '125543.660000', '125543.662000', '125543.665000', '125543.668000', '125543.670000', '125543.673000', '125543.675000', '125543.678000', '125543.680000', '125543.683000', '125543.686000', '125543.688000', '125543.691000', '125543.693000', '125543.696000', '125543.699000', '125543.701000', '125543.704000', '125543.706000', '125543.709000', '125543.711000', '125543.714000', '125543.717000', '125543.719000', '125543.722000', '125543.724000', '125543.727000', '125543.729000', '125543.732000', '125543.734000', '125603.625000', '125603.628000', '125603.631000', '125603.634000', '125603.636000', '125603.639000', '125603.641000', '125603.644000', '125603.647000', '125603.649000', '125603.652000', '125603.654000', '125603.657000', '125603.660000', '125603.662000', '125603.665000', '125603.667000', '125603.670000', '125603.673000', '125603.675000', '125603.678000', '125603.680000', '125603.683000', '125603.685000', '125603.688000', '125603.691000', '125603.693000', '125603.696000', '125603.698000', '125603.701000', '125603.704000', '125603.706000', '125603.709000', '125603.711000', '125603.714000', '125603.716000', '125603.719000', '125603.722000', '125603.724000', '125603.727000', '125603.729000', '125603.732000', '125603.734000', '125603.737000', '125623.625000', '125623.628000', '125623.631000', '125623.634000', '125623.636000', '125623.639000', '125623.641000', '125623.644000', '125623.647000', '125623.649000', '125623.652000', '125623.655000', '125623.658000', '125623.660000', '125623.663000', '125623.665000', '125623.668000', '125623.671000', '125623.673000', '125623.676000', '125623.678000', '125623.681000', '125623.684000', '125623.686000', '125623.689000', '125623.691000', '125623.694000', '125623.697000', '125623.700000', '125623.703000', '125623.706000', '125623.708000', '125623.711000', '125623.713000', '125623.716000', '125623.719000', '125623.721000', '125623.724000', '125623.726000', '125623.729000', '125623.732000', '125623.734000', '125623.737000', '125643.626000', '125643.628000', '125643.631000', '125643.634000', '125643.636000', '125643.639000', '125643.641000', '125643.644000', '125643.647000', '125643.649000', '125643.652000', '125643.654000', '125643.657000', '125643.660000', '125643.662000', '125643.665000', '125643.667000', '125643.670000', '125643.673000', '125643.675000', '125643.678000', '125643.680000', '125643.683000', '125643.685000', '125643.688000', '125643.691000', '125643.693000', '125643.696000', '125643.699000', '125643.701000', '125643.704000', '125643.706000', '125643.709000', '125643.712000', '125643.714000', '125643.717000', '125643.719000', '125643.722000', '125643.724000', '125643.727000', '125643.730000', '125643.732000', '125643.735000', '125643.737000', '125703.661000', '125703.664000', '125703.666000', '125703.669000', '125703.671000', '125703.674000', '125703.677000', '125703.679000', '125703.682000', '125703.684000', '125703.687000', '125703.690000', '125703.692000', '125703.695000', '125703.698000', '125703.700000', '125703.703000', '125703.705000', '125703.708000', '125703.711000', '125703.713000', '125703.716000', '125703.719000', '125703.721000', '125703.724000', '125703.726000', '125703.729000', '125703.732000', '125703.734000', '125703.737000', '125703.740000', '125703.742000', '125703.745000', '125703.747000', '125703.750000', '125703.753000', '125703.755000', '125703.758000', '125703.760000', '125703.763000', '125703.766000', '125703.768000', '125703.771000', '125723.625000', '125723.628000', '125723.631000', '125723.634000', '125723.636000', '125723.639000', '125723.641000', '125723.644000', '125723.647000', '125723.649000', '125723.652000', '125723.654000', '125723.657000', '125723.660000', '125723.662000', '125723.665000', '125723.668000', '125723.670000', '125723.673000', '125723.675000', '125723.678000', '125723.681000', '125723.683000', '125723.686000', '125723.688000', '125723.691000', '125723.694000', '125723.696000', '125723.699000', '125723.701000', '125723.704000', '125723.707000', '125723.709000', '125723.712000', '125723.714000', '125723.717000', '125723.720000', '125723.722000', '125723.725000', '125723.728000', '125723.730000', '125723.733000', '125723.735000', '125723.738000', '125743.626000', '125743.628000', '125743.631000', '125743.634000', '125743.636000', '125743.639000', '125743.641000', '125743.644000', '125743.646000', '125743.649000', '125743.651000', '125743.654000', '125743.657000', '125743.659000', '125743.662000', '125743.665000', '125743.667000', '125743.670000', '125743.672000', '125743.675000', '125743.678000', '125743.680000', '125743.683000', '125743.685000', '125743.688000', '125743.690000', '125743.693000', '125743.696000', '125743.698000', '125743.701000', '125743.704000', '125743.706000', '125743.709000', '125743.712000', '125743.714000', '125743.717000', '125743.719000', '125743.722000', '125743.724000', '125743.727000', '125743.730000', '125743.732000', '125743.735000', '125803.626000', '125803.628000', '125803.631000', '125803.633000', '125803.636000', '125803.639000', '125803.641000', '125803.644000', '125803.646000', '125803.649000', '125803.652000', '125803.654000', '125803.657000', '125803.660000', '125803.662000', '125803.665000', '125803.668000', '125803.670000', '125803.673000', '125803.675000', '125803.678000', '125803.680000', '125803.683000', '125803.686000', '125803.688000', '125803.691000', '125803.693000', '125803.696000', '125803.699000', '125803.701000', '125803.704000', '125803.706000', '125803.709000', '125803.712000', '125803.714000', '125803.717000', '125803.719000', '125803.722000', '125803.724000', '125803.727000', '125803.730000', '125803.732000', '125803.735000', '125803.737000', '125823.626000', '125823.628000', '125823.631000', '125823.634000', '125823.636000', '125823.639000', '125823.641000', '125823.644000', '125823.648000', '125823.650000', '125823.653000', '125823.668000', '125823.671000', '125823.674000', '125823.676000', '125823.679000', '125823.681000', '125823.684000', '125823.686000', '125823.689000', '125823.692000', '125823.694000', '125823.697000', '125823.700000', '125823.703000', '125823.705000', '125823.708000', '125823.711000', '125823.713000', '125823.716000', '125823.718000', '125823.721000', '125823.724000', '125823.726000', '125823.729000', '125823.731000', '125823.734000', '125823.737000', '125823.739000', '125823.742000', '125823.744000', '125823.747000', '125823.750000', '125843.626000', '125843.628000', '125843.631000', '125843.634000', '125843.636000', '125843.639000', '125843.641000', '125843.644000', '125843.647000', '125843.649000', '125843.652000', '125843.654000', '125843.657000', '125843.660000', '125843.662000', '125843.665000', '125843.667000', '125843.670000', '125843.673000', '125843.675000', '125843.678000', '125843.680000', '125843.683000', '125843.686000', '125843.688000', '125843.691000', '125843.693000', '125843.696000', '125843.699000', '125843.701000', '125843.704000', '125843.706000', '125843.709000', '125843.711000', '125843.714000', '125843.717000', '125843.719000', '125843.722000', '125843.724000', '125843.727000', '125843.730000', '125843.732000', '125843.735000', '125843.737000', '125903.625000', '125903.628000', '125903.631000', '125903.634000', '125903.636000', '125903.639000', '125903.641000', '125903.644000', '125903.646000', '125903.649000', '125903.652000', '125903.654000', '125903.657000', '125903.660000', '125903.662000', '125903.665000', '125903.668000', '125903.670000', '125903.673000', '125903.675000', '125903.678000', '125903.681000', '125903.683000', '125903.686000', '125903.688000', '125903.691000', '125903.694000', '125903.696000', '125903.699000', '125903.701000', '125903.704000', '125903.707000', '125903.709000', '125903.712000', '125903.715000', '125903.717000', '125903.720000', '125903.723000', '125903.725000', '125903.728000', '125903.731000', '125903.733000', '125903.736000', '125923.626000', '125923.628000', '125923.631000', '125923.634000', '125923.636000', '125923.639000', '125923.641000', '125923.644000', '125923.647000', '125923.649000', '125923.652000', '125923.654000', '125923.657000', '125923.660000', '125923.662000', '125923.665000', '125923.667000', '125923.670000', '125923.673000', '125923.675000', '125923.678000', '125923.680000', '125923.683000', '125923.686000', '125923.688000', '125923.691000', '125923.693000', '125923.696000', '125923.699000', '125923.701000', '125923.704000', '125923.706000', '125923.709000', '125923.712000', '125923.714000', '125923.717000', '125923.720000', '125923.722000', '125923.725000', '125923.727000', '125923.730000', '125923.733000', '125923.735000', '125923.738000', '125943.626000', '125943.628000', '125943.631000', '125943.634000', '125943.636000', '125943.639000', '125943.641000', '125943.655000', '125943.658000', '125943.660000', '125943.663000', '125943.666000', '125943.668000', '125943.671000', '125943.673000', '125943.676000', '125943.678000', '125943.681000', '125943.684000', '125943.686000', '125943.689000', '125943.691000', '125943.694000', '125943.696000', '125943.699000', '125943.702000', '125943.704000', '125943.707000', '125943.709000', '125943.712000', '125943.714000', '125943.717000', '125943.720000', '125943.722000', '125943.725000', '125943.727000', '125943.730000', '125943.733000', '125943.735000', '125943.738000', '125943.741000', '125943.743000', '125943.746000', '130003.626000', '130003.628000', '130003.631000', '130003.634000', '130003.636000', '130003.639000', '130003.641000', '130003.644000', '130003.647000', '130003.649000', '130003.652000', '130003.654000', '130003.657000', '130003.660000', '130003.662000', '130003.665000', '130003.667000', '130003.670000', '130003.673000', '130003.675000', '130003.678000', '130003.681000', '130003.683000', '130003.686000', '130003.688000', '130003.691000', '130003.694000', '130003.696000', '130003.699000', '130003.702000', '130003.704000', '130003.707000', '130003.709000', '130003.712000', '130003.714000', '130003.717000', '130003.720000', '130003.722000', '130003.725000', '130003.727000', '130003.730000', '130003.733000', '130003.735000', '130003.738000', '130023.625000', '130023.628000', '130023.631000', '130023.634000', '130023.636000', '130023.639000', '130023.641000', '130023.644000', '130023.647000', '130023.649000', '130023.652000', '130023.654000', '130023.657000', '130023.660000', '130023.662000', '130023.665000', '130023.667000', '130023.670000', '130023.673000', '130023.675000', '130023.678000', '130023.681000', '130023.683000', '130023.686000', '130023.688000', '130023.691000', '130023.693000', '130023.696000', '130023.699000', '130023.701000', '130023.704000', '130023.706000', '130023.709000', '130023.712000', '130023.714000', '130023.717000', '130023.719000', '130023.722000', '130023.724000', '130023.727000', '130023.730000', '130023.732000', '130023.735000', '130043.626000', '130043.628000', '130043.631000', '130043.634000', '130043.636000', '130043.639000', '130043.641000', '130043.644000', '130043.647000', '130043.649000', '130043.652000', '130043.654000', '130043.657000', '130043.659000', '130043.662000', '130043.665000', '130043.667000', '130043.670000', '130043.672000', '130043.675000', '130043.678000', '130043.680000', '130043.683000', '130043.685000', '130043.688000', '130043.691000', '130043.693000', '130043.696000', '130043.698000', '130043.701000', '130043.704000', '130043.706000', '130043.709000', '130043.711000', '130043.714000', '130043.717000', '130043.719000', '130043.722000', '130043.724000', '130043.727000', '130043.730000', '130043.732000', '130043.735000', '130043.737000', '130103.626000', '130103.628000', '130103.631000', '130103.634000', '130103.642000', '130103.645000', '130103.647000', '130103.650000', '130103.653000', '130103.656000', '130103.658000', '130103.661000', '130103.663000', '130103.666000', '130103.669000', '130103.671000', '130103.674000', '130103.677000', '130103.679000', '130103.682000', '130103.684000', '130103.687000', '130103.690000', '130103.692000', '130103.695000', '130103.697000', '130103.700000', '130103.703000', '130103.705000', '130103.708000', '130103.710000', '130103.713000', '130103.716000', '130103.718000', '130103.721000', '130103.723000', '130103.726000', '130103.729000', '130103.731000', '130103.734000', '130103.736000', '130103.739000', '130103.742000', '130123.625000', '130123.628000', '130123.631000', '130123.633000', '130123.636000', '130123.639000', '130123.641000', '130123.644000', '130123.646000', '130123.649000', '130123.652000', '130123.654000', '130123.657000', '130123.659000', '130123.662000', '130123.664000', '130123.667000', '130123.670000', '130123.672000', '130123.675000', '130123.678000', '130123.680000', '130123.683000', '130123.685000', '130123.688000', '130123.691000', '130123.693000', '130123.696000', '130123.698000', '130123.701000', '130123.704000', '130123.706000', '130123.709000', '130123.711000', '130123.714000', '130123.717000', '130123.719000', '130123.722000', '130123.724000', '130123.727000', '130123.729000', '130123.732000', '130123.735000', '130123.737000', '130143.626000', '130143.628000', '130143.631000', '130143.634000', '130143.636000', '130143.639000', '130143.641000', '130143.644000', '130143.647000', '130143.649000', '130143.652000', '130143.654000', '130143.657000', '130143.659000', '130143.662000', '130143.665000', '130143.667000', '130143.670000', '130143.672000', '130143.675000', '130143.678000', '130143.680000', '130143.683000', '130143.685000', '130143.688000', '130143.691000', '130143.693000', '130143.696000', '130143.698000', '130143.701000', '130143.703000', '130143.706000', '130143.709000', '130143.711000', '130143.714000', '130143.717000', '130143.719000', '130143.722000', '130143.724000', '130143.727000', '130143.730000', '130143.732000', '130143.735000', '130203.626000', '130203.628000', '130203.631000', '130203.634000', '130203.636000', '130203.639000', '130203.642000', '130203.644000', '130203.647000', '130203.649000', '130203.652000', '130203.655000', '130203.657000', '130203.660000', '130203.663000', '130203.665000', '130203.668000', '130203.671000', '130203.673000', '130203.676000', '130203.678000', '130203.681000', '130203.684000', '130203.686000', '130203.689000', '130203.692000', '130203.694000', '130203.697000', '130203.700000', '130203.702000', '130203.705000', '130203.707000', '130203.710000', '130203.713000', '130203.715000', '130203.718000', '130203.720000', '130203.723000', '130203.726000', '130203.728000', '130203.731000', '130203.733000', '130203.736000', '130211.427000', '130211.430000', '130211.433000', '130211.436000', '130211.438000', '130211.441000', '130211.443000', '130211.446000', '130211.449000', '130211.451000', '130211.454000', '130211.457000', '130211.459000', '130211.462000', '130211.465000', '130211.468000', '130211.506000', '130211.509000'], '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': [13135, 13590, 11607, 10312, 9716, 10758, 14171, 17502, 16833, 14197, 12295, 12220, 11239, 11358, 10192, 10071, 10666, 11713, 13590, 11770, 12173, 14058, 13982, 13017, 13758, 12614, 12806, 12144, 11942, 11949, 12789, 13291, 14019, 16194, 17704, 15954, 14814, 16253, 17126, 17276, 17090, 16274, 14749, 13715, 14056, 13783, 14622, 14374, 15382, 15651, 15240, 15785, 14979, 15085, 15149, 15569, 16718, 16814, 16115, 15546, 15060, 16646, 16914, 15121, 14208, 14345, 15599, 15330, 13274, 11778, 11361, 11593, 11992, 12803, 13645, 13735, 12807, 13434, 13315, 13257, 13515, 13527, 13825, 13502, 12854, 13441, 14221, 20235, 16228, 13128, 12619, 11687, 15375, 17606, 14855, 13443, 11426, 12329, 16950, 14402, 12809, 11115, 16669, 14132, 13341, 10850, 11702, 15687, 13526, 12754, 10998, 11273, 14323, 15180, 13623, 13132, 11016, 12457, 17929, 14899, 13163, 13631, 11531, 11561, 14109, 16995, 13914, 12687, 13030, 11525, 13000, 17483, 14009, 12085, 12205, 10830, 13661, 18654, 13839, 12218, 10669, 12680, 20035, 14901, 12465, 11147, 10063, 12438, 18170, 13947, 12069, 10713, 10816, 19018, 14630, 12345, 10648, 10860, 17567, 13309, 12481, 13048, 17143, 13280, 10402, 18028, 13786, 13005, 17286, 14076, 10966, 13238, 15074, 11808, 17462, 13670, 13934, 14152, 10875, 17362, 13178, 18203, 14712, 10921, 16906, 14113, 10585, 16378, 11956, 17602, 13637, 17117, 13842, 17178, 14015, 17313, 14197, 10113, 14628, 13277, 9475, 11367, 16007, 13121, 11920, 16101, 10630, 18298, 13616, 18572, 14284, 13862, 15597, 10610, 18857, 14330, 18425, 14668, 10323, 16819, 11793, 17858, 14078, 17367, 13962, 10137, 14615, 12157, 11520, 15955, 12282, 13556, 13950, 10012, 16599, 12030, 17526, 12507, 13433, 13268, 11309, 16151, 10445, 16994, 10974, 18118, 10496, 17446, 13325, 13810, 13991, 10403, 16708, 13208, 10241, 15847, 10975, 17091, 11930, 16730, 11834, 16888, 11512, 17123, 12947, 16694, 12652, 11239, 14266, 10716, 17922, 13463, 18114, 13177, 10033, 15371, 12383, 17755, 13265, 9842, 16305, 12318, 13701, 13505, 10102, 16345, 11462, 17544, 13170, 17015, 13066, 16343, 12816, 12594, 13581, 10257, 16234, 12935, 10681, 15508, 10058, 16424, 11278, 16663, 11512, 16988, 13051, 12051, 12897, 9774, 16410, 12208, 9459, 16408, 12664, 9784, 17426, 11583, 16389, 12090, 15350, 10292, 16029, 10276, 15496, 10384, 16453, 11536, 16799, 13478, 13910, 13597, 10139, 16059, 12343, 12143, 13373, 9721, 16602, 10878, 16749, 10444, 14623, 13676, 14724, 10823, 15237, 10323, 16776, 12398, 15379, 12537, 9740, 16716, 12518, 17902, 12610, 10842, 13802, 10106, 16253, 10986, 17077, 12709, 9851, 14745, 11898, 17273, 12382, 11112, 14099, 9952, 16310, 11332, 16737, 12741, 16727, 12715, 10090, 14759, 10489, 16763, 12672, 12600, 12767, 10004, 15842, 12374, 17016, 12475, 9885, 15366, 12380, 12324, 13057, 9932, 15926, 12594, 14715, 13131, 10049, 16105, 12247, 9775, 14529, 12286, 12149, 13497, 11062, 16744, 12620, 16652, 12612, 15410, 11955, 9601, 14451, 12030, 14132, 12650, 9990, 13271, 12940, 11075, 16942, 12923, 9879, 15848, 11751, 16571, 11418, 16099, 12610, 10025, 14772, 12243, 9557, 15412, 12409, 9940, 15648, 11982, 11157, 15122, 12549, 10346, 17352, 12953, 10228, 16207, 12179, 10598, 14498, 10558, 17083, 13344, 11450, 14050, 11189, 16640, 12823, 10395, 15702, 12481, 10088, 13158, 13349, 11614, 14367, 13283, 10122, 16165, 12782, 10649, 16692, 13218, 10699, 16447, 12624, 17129, 13681, 10871, 16809, 13114, 17512, 13696, 16224, 13825, 10124, 15731, 12633, 15339, 13446, 10368, 16181, 12609, 10225, 16006, 12304, 10932, 14799, 10894, 16903, 12262, 16737, 13067, 16890, 12943, 15612, 12875, 10889, 16235, 12918, 10704, 16596, 12986, 10420, 16691, 12866, 10498, 17218, 13075, 12260, 14876, 10407, 17250, 13747, 14515, 13089, 10345, 16146, 13152, 10569, 16594, 12849, 10211, 16666, 12877, 10316, 16480, 12989, 16091, 13922, 10365, 16995, 13256, 12510, 13793, 13989, 10252, 16309, 13154, 12044, 10184, 17161, 13206, 10108, 16336, 12932, 11338, 17305, 13169, 11142, 15717, 13078, 10936, 16978, 12980, 10235, 16017, 12870, 11276, 16345, 13405, 11353, 12409, 14290, 11652, 17186, 14089, 10390, 16749, 12995, 10784, 17041, 13059, 10247, 16627, 13218, 10523, 17208, 13172, 10886, 15743, 12795, 17498, 14295, 10398, 16070, 13166, 10403, 16983, 12910, 9942, 15889, 12850, 10450, 16352, 13020, 9937, 16845, 13084, 12099, 16184, 13194, 14195, 14176, 11662, 17711, 13687, 11453, 15429, 12264, 16904, 13864, 11005, 16596, 13237, 10224, 15901, 13050, 11012, 16752, 12713, 15499, 13839, 10273, 17327, 13532, 17101, 13736, 10741, 16221, 13601, 10975, 15368, 12332, 16362, 13138, 16973, 13591, 16015, 13563, 11003, 15089, 11408, 16267, 13327, 13772, 13715, 11389, 13990, 13301, 10839, 16808, 13536, 13567, 13534, 10443, 16673, 11491, 17537, 13935, 13071, 14780, 11810, 16922, 13494, 10727, 16847, 13416, 10283, 15775, 12951, 13266, 14851, 12579, 13594, 14812, 12094, 17544, 13241, 11656, 15322, 12905, 17133, 11287, 17360, 13691, 16003, 14250, 11374, 17182, 13277, 10776, 15713, 13297, 10370, 16594, 13452, 12701, 13727, 10419, 17128, 13406, 11303, 16381, 12946, 11604, 15264, 12138, 17700, 14057, 11156, 16838, 13085, 10588, 16967, 13576, 10674, 16818, 13215, 10472, 16991, 13671, 11373, 17167, 13468, 11190, 16299, 12939, 15578, 15236, 12508, 14180, 14320, 11461, 18417, 14024, 11120, 15260, 12576, 14158, 14908, 12514, 11633, 15244, 12472, 17856, 13980, 10462, 16621, 13888, 10713, 16976, 14056, 10437, 16795, 12992, 11271, 16631, 13800, 12555, 16221, 12989, 14581, 14442, 10851, 18431, 14003, 11002, 16016, 13260, 15514, 13808, 11020, 17731, 13380, 10368, 16308, 13274, 17650, 14492, 10781, 17740, 13794, 12884, 15055, 11629, 17921, 13771, 10559, 16476, 13482, 11881, 16022, 12997, 12168, 15286, 12095, 18968, 14146, 11992, 12669, 16123, 12775, 18386, 14284, 10788, 16426, 11142, 18173, 12030, 17859, 13779, 16124, 13444, 10111, 14865, 10605, 15471, 12559, 15790, 12645, 15834, 12790, 15924, 13062, 16320, 13134, 15845, 13041, 15891, 13029, 11656, 14569, 10749, 15590, 12444, 16049, 12060, 16755, 13513, 16985, 13253, 10837, 15095, 11153, 17149, 11895, 17612, 13206, 17381, 13321, 17438, 13442, 10598, 15672, 12621, 16868, 13554, 11638, 15667, 11906, 17660, 13416, 12475, 14742, 15713, 14134, 12859, 15281, 11138, 17087, 13691, 17039, 13469, 12306, 15066, 11020, 17196, 13693, 17154, 13521, 13958, 14432, 10609, 17138, 13574, 13252, 13623, 10476, 16772, 12436, 17079, 13579, 17215, 13075, 13671, 13862, 10128, 16186, 13310, 16805, 13269, 10247, 14851, 10747, 16348, 11969, 16626, 13521, 10881, 14205, 11030, 16654, 13405, 16904, 13300, 11676, 14719, 10523, 16548, 12530, 17085, 13677, 10315, 15738, 12812, 16929, 13393, 10722, 16599, 13330, 14397, 13277, 10350, 16851, 12496, 17745, 13446, 14993, 13313, 10186, 16005, 11136, 17473, 13523, 16506, 13304, 9906, 15678, 12756, 11489, 14705, 11659, 16988, 13228, 10810, 16008, 13228, 13441, 13487, 10303, 16795, 12986, 17244, 13424, 10274, 15372, 12305, 17259, 13224, 16041, 13884, 10209, 16571, 12895, 17230, 14103, 14842, 14478, 10807, 16382, 13220, 15536, 13299, 10815, 16366, 11981, 16489, 13422, 13684, 14335, 11082, 17729, 13578, 10434, 16235, 13352, 10913, 16330, 12474, 17368, 13459, 13663, 14454, 10913, 17419, 13073, 17457, 14006, 10875, 16724, 13018, 10362, 15374, 12388, 17007, 13544, 10587, 16338, 13030, 13511, 14580, 11104, 17815, 13549, 10047, 16396, 13017, 11835, 14983, 11746, 17837, 13499, 10287, 15950, 13225, 10651, 16733, 13416, 11797, 10656, 18272, 13648, 11277, 13652, 14124, 11130, 17958, 13586, 11106, 15892, 12707, 10155, 16679, 13113, 10557, 17180, 13294, 10319, 16180, 13170, 11991, 15238, 12637, 12493, 14834, 12295, 17112, 14210, 10586, 18121, 13303, 12274, 14678, 12168, 16698, 14501, 11587, 16542, 13836, 10680, 16508, 13547, 14190, 14645, 11759, 17100, 13584, 10841, 16810, 13252, 10265, 16045, 12693, 10283, 17037, 13022, 10352, 15240, 12339, 17088, 13739, 11137, 17082, 13493, 10581, 17245, 13603, 11342, 17278, 13708, 10543, 18376, 13811, 17385, 13765, 13217, 15069, 11495, 17443, 14001, 10811, 16937, 13503, 11251, 12903, 14544, 12654, 16345, 14067, 11221, 16949, 13471, 10867, 16894, 13302, 15279, 14166, 11066, 17198, 14095, 13655, 14243, 10267, 17284, 13686, 11143, 15597, 12880, 13365, 14652, 12228, 14363, 14394, 12530, 14136, 14373, 10631, 17414, 13512, 17164, 13225, 10948, 15116, 12138, 17035, 13627, 11256, 13865, 13622, 11840, 13102, 15035, 12032, 18171, 13341, 10026, 16704, 12859, 17030, 12763, 10096, 15147, 12222, 9878, 15809, 12841, 12810, 15171, 12318, 17251, 13489, 10924, 16794, 11471, 17306, 13490, 12352, 14854, 10565, 17444, 13052, 16519, 13623, 10255, 15301, 13131, 11804, 14820, 11385, 16411, 12918, 10190, 16516, 13155, 11842, 14543, 10819, 16579, 13002, 17476, 13363, 10420, 15523, 12935, 17074, 13132, 14843, 14130, 10556, 15696, 12367, 16590, 13070, 10070, 14898, 12400, 16441, 13286, 16817, 13284, 11696, 15459, 11221, 16704, 13490, 12998, 15116, 11599, 16654, 13505, 15865, 13248, 14703, 14128, 10528, 16447, 13232, 16316, 12895, 10441, 14617, 11016, 16450, 13235, 16878, 12839, 13173, 14494, 10595, 16788, 13220, 15104, 13429, 10314, 16916, 13172, 11884, 13814, 11166, 16951, 13369, 10518, 16172, 12412, 16960, 13159, 13211, 14496, 10956, 17897, 13490, 17596, 13614, 14480, 13854, 10351, 15956, 12546, 14097, 13022, 10056, 15932, 11172, 16439, 13320, 15965, 13018, 15900], 'WindowCenter': [4910.0, 4894.0, 4863.0, 4844.0, 4833.0, 4842.0, 4881.0, 4896.0, 4897.0, 4870.0, 4843.0, 4842.0, 4836.0, 4839.0, 4831.0, 4824.0, 4842.0, 4856.0, 4875.0, 4881.0, 4876.0, 4887.0, 4884.0, 4881.0, 4885.0, 4868.0, 4874.0, 4861.0, 4855.0, 4861.0, 4870.0, 4882.0, 4879.0, 4896.0, 4912.0, 4903.0, 4875.0, 4901.0, 4898.0, 4895.0, 4900.0, 4896.0, 4903.0, 4896.0, 4889.0, 4880.0, 4889.0, 4882.0, 4890.0, 4890.0, 4893.0, 4904.0, 4894.0, 4904.0, 4905.0, 4903.0, 4903.0, 4902.0, 4902.0, 4904.0, 4892.0, 4898.0, 4902.0, 4894.0, 4892.0, 4889.0, 4896.0, 4899.0, 4884.0, 4871.0, 4872.0, 4868.0, 4870.0, 4884.0, 4889.0, 4890.0, 4879.0, 4890.0, 4888.0, 4882.0, 4879.0, 4880.0, 4881.0, 4874.0, 4875.0, 4877.0, 4889.0, 4936.0, 4902.0, 4881.0, 4867.0, 4861.0, 4886.0, 4909.0, 4880.0, 4881.0, 4859.0, 4870.0, 4910.0, 4890.0, 4873.0, 4850.0, 4910.0, 4892.0, 4881.0, 4866.0, 4875.0, 4914.0, 4893.0, 4894.0, 4873.0, 4872.0, 4920.0, 4920.0, 4907.0, 4899.0, 4870.0, 4884.0, 4922.0, 4906.0, 4883.0, 4888.0, 4879.0, 4869.0, 4896.0, 4912.0, 4894.0, 4881.0, 4881.0, 4866.0, 4881.0, 4904.0, 4893.0, 4874.0, 4864.0, 4853.0, 4880.0, 4909.0, 4880.0, 4859.0, 4841.0, 4864.0, 4905.0, 4891.0, 4857.0, 4850.0, 4827.0, 4862.0, 4907.0, 4892.0, 4871.0, 4850.0, 4854.0, 4912.0, 4888.0, 4855.0, 4840.0, 4852.0, 4897.0, 4868.0, 4857.0, 4869.0, 4899.0, 4867.0, 4826.0, 4898.0, 4855.0, 4857.0, 4885.0, 4863.0, 4838.0, 4867.0, 4888.0, 4858.0, 4905.0, 4880.0, 4879.0, 4876.0, 4840.0, 4893.0, 4857.0, 4899.0, 4876.0, 4837.0, 4886.0, 4869.0, 4836.0, 4886.0, 4846.0, 4895.0, 4864.0, 4880.0, 4856.0, 4875.0, 4851.0, 4870.0, 4851.0, 4814.0, 4864.0, 4867.0, 4843.0, 4872.0, 4922.0, 4909.0, 4883.0, 4918.0, 4856.0, 4916.0, 4883.0, 4910.0, 4883.0, 4871.0, 4880.0, 4827.0, 4896.0, 4864.0, 4887.0, 4864.0, 4819.0, 4885.0, 4849.0, 4894.0, 4867.0, 4880.0, 4867.0, 4816.0, 4866.0, 4852.0, 4864.0, 4906.0, 4872.0, 4885.0, 4896.0, 4845.0, 4904.0, 4866.0, 4903.0, 4865.0, 4869.0, 4870.0, 4837.0, 4884.0, 4831.0, 4888.0, 4826.0, 4890.0, 4820.0, 4886.0, 4851.0, 4853.0, 4865.0, 4837.0, 4901.0, 4884.0, 4849.0, 4905.0, 4857.0, 4905.0, 4863.0, 4894.0, 4854.0, 4889.0, 4838.0, 4888.0, 4849.0, 4878.0, 4843.0, 4839.0, 4866.0, 4820.0, 4886.0, 4858.0, 4897.0, 4858.0, 4819.0, 4876.0, 4847.0, 4890.0, 4871.0, 4829.0, 4892.0, 4861.0, 4870.0, 4871.0, 4832.0, 4891.0, 4851.0, 4900.0, 4861.0, 4889.0, 4859.0, 4870.0, 4850.0, 4841.0, 4859.0, 4818.0, 4889.0, 4873.0, 4842.0, 4904.0, 4845.0, 4904.0, 4845.0, 4901.0, 4846.0, 4901.0, 4861.0, 4851.0, 4873.0, 4834.0, 4891.0, 4864.0, 4834.0, 4903.0, 4875.0, 4848.0, 4921.0, 4867.0, 4907.0, 4853.0, 4882.0, 4819.0, 4881.0, 4819.0, 4868.0, 4819.0, 4878.0, 4821.0, 4878.0, 4860.0, 4870.0, 4872.0, 4843.0, 4899.0, 4876.0, 4876.0, 4891.0, 4850.0, 4926.0, 4871.0, 4920.0, 4845.0, 4895.0, 4871.0, 4885.0, 4833.0, 4884.0, 4832.0, 4892.0, 4865.0, 4874.0, 4849.0, 4823.0, 4902.0, 4864.0, 4912.0, 4865.0, 4842.0, 4865.0, 4835.0, 4885.0, 4842.0, 4890.0, 4856.0, 4830.0, 4874.0, 4853.0, 4900.0, 4865.0, 4843.0, 4872.0, 4818.0, 4881.0, 4842.0, 4890.0, 4862.0, 4890.0, 4847.0, 4819.0, 4870.0, 4832.0, 4889.0, 4862.0, 4850.0, 4862.0, 4821.0, 4890.0, 4855.0, 4890.0, 4856.0, 4832.0, 4877.0, 4863.0, 4862.0, 4873.0, 4834.0, 4886.0, 4863.0, 4881.0, 4873.0, 4823.0, 4890.0, 4854.0, 4822.0, 4883.0, 4864.0, 4853.0, 4865.0, 4844.0, 4891.0, 4864.0, 4891.0, 4848.0, 4869.0, 4839.0, 4810.0, 4862.0, 4852.0, 4866.0, 4861.0, 4826.0, 4865.0, 4875.0, 4867.0, 4916.0, 4877.0, 4848.0, 4905.0, 4861.0, 4894.0, 4843.0, 4881.0, 4853.0, 4823.0, 4870.0, 4863.0, 4822.0, 4892.0, 4863.0, 4834.0, 4886.0, 4867.0, 4854.0, 4886.0, 4860.0, 4842.0, 4903.0, 4865.0, 4833.0, 4892.0, 4855.0, 4831.0, 4871.0, 4831.0, 4889.0, 4860.0, 4840.0, 4858.0, 4839.0, 4888.0, 4860.0, 4830.0, 4881.0, 4862.0, 4844.0, 4874.0, 4886.0, 4878.0, 4896.0, 4888.0, 4848.0, 4906.0, 4873.0, 4846.0, 4905.0, 4867.0, 4845.0, 4885.0, 4856.0, 4901.0, 4865.0, 4833.0, 4890.0, 4858.0, 4888.0, 4860.0, 4879.0, 4853.0, 4819.0, 4878.0, 4851.0, 4879.0, 4870.0, 4841.0, 4898.0, 4874.0, 4857.0, 4904.0, 4878.0, 4857.0, 4889.0, 4856.0, 4904.0, 4864.0, 4885.0, 4862.0, 4884.0, 4858.0, 4879.0, 4850.0, 4831.0, 4890.0, 4862.0, 4844.0, 4900.0, 4876.0, 4846.0, 4916.0, 4877.0, 4854.0, 4909.0, 4877.0, 4865.0, 4884.0, 4844.0, 4903.0, 4870.0, 4862.0, 4861.0, 4824.0, 4880.0, 4859.0, 4842.0, 4894.0, 4863.0, 4837.0, 4904.0, 4871.0, 4833.0, 4893.0, 4863.0, 4884.0, 4873.0, 4833.0, 4891.0, 4861.0, 4850.0, 4859.0, 4870.0, 4829.0, 4903.0, 4873.0, 4875.0, 4846.0, 4916.0, 4875.0, 4846.0, 4902.0, 4858.0, 4852.0, 4902.0, 4865.0, 4835.0, 4881.0, 4872.0, 4843.0, 4901.0, 4873.0, 4833.0, 4892.0, 4873.0, 4848.0, 4904.0, 4877.0, 4859.0, 4871.0, 4896.0, 4867.0, 4915.0, 4885.0, 4845.0, 4903.0, 4874.0, 4837.0, 4902.0, 4862.0, 4832.0, 4891.0, 4873.0, 4843.0, 4902.0, 4873.0, 4842.0, 4891.0, 4874.0, 4894.0, 4882.0, 4832.0, 4890.0, 4865.0, 4841.0, 4901.0, 4866.0, 4835.0, 4902.0, 4874.0, 4855.0, 4896.0, 4874.0, 4834.0, 4903.0, 4874.0, 4856.0, 4892.0, 4862.0, 4870.0, 4870.0, 4848.0, 4900.0, 4872.0, 4840.0, 4879.0, 4850.0, 4889.0, 4871.0, 4842.0, 4891.0, 4873.0, 4832.0, 4891.0, 4874.0, 4843.0, 4894.0, 4863.0, 4882.0, 4872.0, 4832.0, 4901.0, 4865.0, 4889.0, 4870.0, 4830.0, 4890.0, 4867.0, 4836.0, 4880.0, 4862.0, 4884.0, 4873.0, 4901.0, 4873.0, 4891.0, 4861.0, 4830.0, 4865.0, 4832.0, 4889.0, 4860.0, 4859.0, 4859.0, 4851.0, 4870.0, 4872.0, 4855.0, 4913.0, 4885.0, 4874.0, 4875.0, 4843.0, 4903.0, 4853.0, 4902.0, 4873.0, 4862.0, 4880.0, 4845.0, 4890.0, 4861.0, 4841.0, 4891.0, 4861.0, 4831.0, 4884.0, 4872.0, 4864.0, 4882.0, 4865.0, 4873.0, 4880.0, 4864.0, 4895.0, 4869.0, 4842.0, 4875.0, 4850.0, 4889.0, 4829.0, 4887.0, 4851.0, 4869.0, 4867.0, 4839.0, 4887.0, 4859.0, 4841.0, 4890.0, 4883.0, 4845.0, 4904.0, 4875.0, 4868.0, 4874.0, 4833.0, 4900.0, 4873.0, 4843.0, 4891.0, 4863.0, 4845.0, 4881.0, 4856.0, 4901.0, 4872.0, 4842.0, 4899.0, 4862.0, 4832.0, 4901.0, 4872.0, 4842.0, 4899.0, 4870.0, 4842.0, 4902.0, 4872.0, 4852.0, 4900.0, 4872.0, 4841.0, 4884.0, 4862.0, 4880.0, 4873.0, 4858.0, 4870.0, 4863.0, 4852.0, 4912.0, 4871.0, 4840.0, 4878.0, 4850.0, 4862.0, 4873.0, 4862.0, 4846.0, 4892.0, 4875.0, 4906.0, 4884.0, 4836.0, 4885.0, 4873.0, 4843.0, 4902.0, 4873.0, 4840.0, 4890.0, 4862.0, 4840.0, 4891.0, 4872.0, 4862.0, 4884.0, 4872.0, 4882.0, 4882.0, 4842.0, 4911.0, 4872.0, 4830.0, 4889.0, 4854.0, 4880.0, 4872.0, 4842.0, 4903.0, 4872.0, 4828.0, 4902.0, 4873.0, 4897.0, 4882.0, 4843.0, 4901.0, 4866.0, 4862.0, 4881.0, 4852.0, 4901.0, 4871.0, 4827.0, 4891.0, 4872.0, 4862.0, 4902.0, 4873.0, 4863.0, 4892.0, 4865.0, 4912.0, 4875.0, 4864.0, 4863.0, 4893.0, 4875.0, 4902.0, 4875.0, 4831.0, 4890.0, 4823.0, 4888.0, 4839.0, 4887.0, 4857.0, 4866.0, 4857.0, 4818.0, 4878.0, 4841.0, 4889.0, 4873.0, 4902.0, 4875.0, 4893.0, 4875.0, 4904.0, 4875.0, 4891.0, 4873.0, 4890.0, 4862.0, 4890.0, 4873.0, 4852.0, 4883.0, 4853.0, 4904.0, 4872.0, 4917.0, 4870.0, 4916.0, 4885.0, 4909.0, 4887.0, 4856.0, 4898.0, 4858.0, 4915.0, 4866.0, 4913.0, 4874.0, 4902.0, 4874.0, 4902.0, 4873.0, 4832.0, 4881.0, 4862.0, 4903.0, 4884.0, 4854.0, 4894.0, 4865.0, 4905.0, 4885.0, 4864.0, 4895.0, 4891.0, 4872.0, 4851.0, 4884.0, 4841.0, 4890.0, 4872.0, 4893.0, 4872.0, 4844.0, 4877.0, 4835.0, 4900.0, 4873.0, 4901.0, 4865.0, 4871.0, 4871.0, 4831.0, 4889.0, 4854.0, 4860.0, 4871.0, 4832.0, 4890.0, 4851.0, 4889.0, 4861.0, 4889.0, 4854.0, 4860.0, 4860.0, 4820.0, 4878.0, 4859.0, 4888.0, 4872.0, 4832.0, 4881.0, 4842.0, 4891.0, 4852.0, 4884.0, 4866.0, 4842.0, 4882.0, 4844.0, 4902.0, 4874.0, 4902.0, 4874.0, 4852.0, 4882.0, 4832.0, 4890.0, 4862.0, 4900.0, 4865.0, 4832.0, 4891.0, 4863.0, 4900.0, 4873.0, 4840.0, 4902.0, 4868.0, 4881.0, 4872.0, 4833.0, 4902.0, 4862.0, 4894.0, 4872.0, 4879.0, 4861.0, 4820.0, 4880.0, 4840.0, 4896.0, 4860.0, 4888.0, 4860.0, 4820.0, 4891.0, 4873.0, 4854.0, 4894.0, 4866.0, 4914.0, 4886.0, 4856.0, 4902.0, 4876.0, 4868.0, 4885.0, 4845.0, 4903.0, 4867.0, 4903.0, 4874.0, 4834.0, 4892.0, 4863.0, 4901.0, 4874.0, 4889.0, 4873.0, 4832.0, 4891.0, 4861.0, 4900.0, 4872.0, 4880.0, 4871.0, 4841.0, 4890.0, 4862.0, 4890.0, 4873.0, 4843.0, 4903.0, 4864.0, 4902.0, 4867.0, 4873.0, 4883.0, 4854.0, 4896.0, 4867.0, 4853.0, 4903.0, 4882.0, 4847.0, 4898.0, 4875.0, 4903.0, 4874.0, 4865.0, 4883.0, 4842.0, 4901.0, 4862.0, 4900.0, 4881.0, 4843.0, 4900.0, 4874.0, 4845.0, 4886.0, 4867.0, 4903.0, 4885.0, 4846.0, 4897.0, 4875.0, 4874.0, 4894.0, 4848.0, 4914.0, 4885.0, 4828.0, 4904.0, 4875.0, 4863.0, 4876.0, 4854.0, 4899.0, 4873.0, 4838.0, 4886.0, 4873.0, 4844.0, 4903.0, 4884.0, 4858.0, 4849.0, 4925.0, 4886.0, 4867.0, 4882.0, 4884.0, 4855.0, 4903.0, 4874.0, 4836.0, 4885.0, 4856.0, 4844.0, 4903.0, 4876.0, 4838.0, 4897.0, 4874.0, 4838.0, 4896.0, 4868.0, 4859.0, 4894.0, 4858.0, 4857.0, 4893.0, 4860.0, 4903.0, 4883.0, 4844.0, 4913.0, 4873.0, 4849.0, 4879.0, 4855.0, 4891.0, 4875.0, 4854.0, 4901.0, 4882.0, 4843.0, 4902.0, 4874.0, 4872.0, 4882.0, 4853.0, 4901.0, 4872.0, 4842.0, 4901.0, 4873.0, 4846.0, 4901.0, 4868.0, 4857.0, 4903.0, 4874.0, 4833.0, 4882.0, 4863.0, 4891.0, 4865.0, 4842.0, 4891.0, 4871.0, 4834.0, 4899.0, 4870.0, 4842.0, 4890.0, 4853.0, 4830.0, 4889.0, 4852.0, 4877.0, 4847.0, 4835.0, 4855.0, 4825.0, 4873.0, 4844.0, 4815.0, 4874.0, 4846.0, 4828.0, 4858.0, 4868.0, 4861.0, 4889.0, 4869.0, 4840.0, 4889.0, 4871.0, 4834.0, 4891.0, 4871.0, 4880.0, 4870.0, 4840.0, 4889.0, 4870.0, 4858.0, 4869.0, 4819.0, 4881.0, 4859.0, 4839.0, 4879.0, 4861.0, 4871.0, 4881.0, 4862.0, 4883.0, 4883.0, 4875.0, 4883.0, 4877.0, 4857.0, 4915.0, 4867.0, 4902.0, 4863.0, 4832.0, 4881.0, 4852.0, 4901.0, 4872.0, 4853.0, 4882.0, 4883.0, 4864.0, 4885.0, 4894.0, 4877.0, 4925.0, 4885.0, 4845.0, 4906.0, 4874.0, 4899.0, 4863.0, 4833.0, 4882.0, 4857.0, 4845.0, 4897.0, 4886.0, 4875.0, 4895.0, 4858.0, 4905.0, 4875.0, 4843.0, 4891.0, 4843.0, 4891.0, 4861.0, 4847.0, 4870.0, 4824.0, 4889.0, 4853.0, 4886.0, 4859.0, 4818.0, 4879.0, 4863.0, 4853.0, 4892.0, 4865.0, 4904.0, 4873.0, 4856.0, 4916.0, 4888.0, 4866.0, 4896.0, 4855.0, 4904.0, 4875.0, 4904.0, 4874.0, 4843.0, 4885.0, 4874.0, 4885.0, 4870.0, 4869.0, 4870.0, 4831.0, 4880.0, 4862.0, 4891.0, 4871.0, 4834.0, 4886.0, 4875.0, 4904.0, 4886.0, 4897.0, 4868.0, 4847.0, 4892.0, 4836.0, 4889.0, 4873.0, 4858.0, 4874.0, 4852.0, 4891.0, 4872.0, 4890.0, 4866.0, 4866.0, 4871.0, 4824.0, 4890.0, 4852.0, 4883.0, 4863.0, 4844.0, 4893.0, 4854.0, 4904.0, 4868.0, 4904.0, 4876.0, 4874.0, 4884.0, 4844.0, 4892.0, 4873.0, 4882.0, 4873.0, 4844.0, 4904.0, 4876.0, 4858.0, 4885.0, 4856.0, 4904.0, 4884.0, 4839.0, 4904.0, 4868.0, 4904.0, 4876.0, 4866.0, 4883.0, 4843.0, 4901.0, 4860.0, 4889.0, 4859.0, 4858.0, 4859.0, 4820.0, 4889.0, 4862.0, 4881.0, 4867.0, 4835.0, 4904.0, 4855.0, 4901.0, 4867.0, 4886.0, 4874.0, 4892.0], 'WindowWidth': [10687.0, 10653.0, 10602.0, 10573.0, 10555.0, 10564.0, 10614.0, 10634.0, 10634.0, 10597.0, 10555.0, 10553.0, 10547.0, 10553.0, 10544.0, 10533.0, 10564.0, 10581.0, 10606.0, 10625.0, 10617.0, 10626.0, 10624.0, 10619.0, 10626.0, 10600.0, 10610.0, 10590.0, 10577.0, 10589.0, 10602.0, 10618.0, 10612.0, 10635.0, 10659.0, 10648.0, 10603.0, 10642.0, 10636.0, 10628.0, 10639.0, 10635.0, 10653.0, 10645.0, 10628.0, 10614.0, 10625.0, 10618.0, 10628.0, 10628.0, 10634.0, 10650.0, 10637.0, 10652.0, 10654.0, 10646.0, 10647.0, 10647.0, 10644.0, 10652.0, 10630.0, 10637.0, 10647.0, 10635.0, 10634.0, 10628.0, 10636.0, 10643.0, 10623.0, 10606.0, 10610.0, 10603.0, 10606.0, 10627.0, 10632.0, 10632.0, 10618.0, 10635.0, 10630.0, 10624.0, 10615.0, 10616.0, 10619.0, 10605.0, 10613.0, 10611.0, 10631.0, 10703.0, 10649.0, 10617.0, 10596.0, 10587.0, 10622.0, 10652.0, 10614.0, 10617.0, 10587.0, 10601.0, 10660.0, 10630.0, 10608.0, 10575.0, 10657.0, 10636.0, 10621.0, 10603.0, 10616.0, 10671.0, 10642.0, 10644.0, 10616.0, 10615.0, 10687.0, 10688.0, 10665.0, 10655.0, 10613.0, 10629.0, 10680.0, 10658.0, 10627.0, 10630.0, 10627.0, 10605.0, 10646.0, 10666.0, 10640.0, 10619.0, 10619.0, 10601.0, 10620.0, 10647.0, 10635.0, 10611.0, 10598.0, 10581.0, 10616.0, 10658.0, 10614.0, 10585.0, 10561.0, 10587.0, 10646.0, 10628.0, 10579.0, 10571.0, 10538.0, 10585.0, 10651.0, 10633.0, 10604.0, 10577.0, 10583.0, 10655.0, 10623.0, 10576.0, 10559.0, 10577.0, 10635.0, 10595.0, 10578.0, 10596.0, 10638.0, 10593.0, 10533.0, 10632.0, 10572.0, 10574.0, 10611.0, 10580.0, 10551.0, 10591.0, 10622.0, 10583.0, 10645.0, 10616.0, 10611.0, 10606.0, 10554.0, 10626.0, 10577.0, 10638.0, 10601.0, 10548.0, 10616.0, 10596.0, 10549.0, 10618.0, 10562.0, 10628.0, 10584.0, 10601.0, 10571.0, 10594.0, 10559.0, 10585.0, 10559.0, 10510.0, 10579.0, 10589.0, 10568.0, 10611.0, 10682.0, 10672.0, 10630.0, 10680.0, 10589.0, 10670.0, 10621.0, 10657.0, 10618.0, 10597.0, 10610.0, 10532.0, 10628.0, 10580.0, 10616.0, 10583.0, 10524.0, 10612.0, 10565.0, 10623.0, 10587.0, 10602.0, 10588.0, 10517.0, 10586.0, 10569.0, 10594.0, 10649.0, 10609.0, 10627.0, 10641.0, 10571.0, 10651.0, 10599.0, 10647.0, 10595.0, 10595.0, 10598.0, 10550.0, 10613.0, 10542.0, 10619.0, 10528.0, 10616.0, 10517.0, 10612.0, 10563.0, 10565.0, 10585.0, 10550.0, 10641.0, 10625.0, 10575.0, 10655.0, 10590.0, 10654.0, 10592.0, 10636.0, 10577.0, 10624.0, 10550.0, 10616.0, 10563.0, 10602.0, 10554.0, 10549.0, 10586.0, 10518.0, 10612.0, 10576.0, 10629.0, 10575.0, 10522.0, 10598.0, 10560.0, 10617.0, 10597.0, 10541.0, 10627.0, 10585.0, 10596.0, 10600.0, 10545.0, 10628.0, 10570.0, 10638.0, 10583.0, 10618.0, 10577.0, 10586.0, 10565.0, 10546.0, 10576.0, 10521.0, 10619.0, 10606.0, 10564.0, 10651.0, 10570.0, 10649.0, 10563.0, 10642.0, 10563.0, 10641.0, 10584.0, 10571.0, 10605.0, 10553.0, 10627.0, 10594.0, 10555.0, 10650.0, 10614.0, 10578.0, 10680.0, 10604.0, 10656.0, 10573.0, 10614.0, 10522.0, 10609.0, 10521.0, 10589.0, 10521.0, 10601.0, 10519.0, 10601.0, 10579.0, 10594.0, 10603.0, 10564.0, 10639.0, 10616.0, 10615.0, 10634.0, 10585.0, 10689.0, 10613.0, 10680.0, 10570.0, 10638.0, 10599.0, 10620.0, 10548.0, 10619.0, 10545.0, 10627.0, 10592.0, 10597.0, 10567.0, 10534.0, 10643.0, 10595.0, 10660.0, 10597.0, 10560.0, 10589.0, 10550.0, 10616.0, 10558.0, 10625.0, 10575.0, 10541.0, 10598.0, 10576.0, 10638.0, 10595.0, 10561.0, 10601.0, 10524.0, 10611.0, 10557.0, 10622.0, 10584.0, 10620.0, 10561.0, 10523.0, 10593.0, 10542.0, 10620.0, 10586.0, 10568.0, 10587.0, 10528.0, 10624.0, 10572.0, 10624.0, 10574.0, 10544.0, 10603.0, 10591.0, 10587.0, 10605.0, 10550.0, 10616.0, 10588.0, 10612.0, 10603.0, 10535.0, 10624.0, 10576.0, 10530.0, 10618.0, 10592.0, 10576.0, 10588.0, 10564.0, 10627.0, 10590.0, 10626.0, 10564.0, 10592.0, 10550.0, 10509.0, 10578.0, 10572.0, 10588.0, 10584.0, 10536.0, 10590.0, 10613.0, 10604.0, 10669.0, 10618.0, 10576.0, 10652.0, 10586.0, 10635.0, 10561.0, 10613.0, 10573.0, 10531.0, 10594.0, 10589.0, 10531.0, 10629.0, 10591.0, 10550.0, 10620.0, 10601.0, 10577.0, 10617.0, 10585.0, 10560.0, 10648.0, 10596.0, 10548.0, 10630.0, 10579.0, 10542.0, 10596.0, 10539.0, 10620.0, 10577.0, 10550.0, 10575.0, 10550.0, 10619.0, 10581.0, 10540.0, 10611.0, 10586.0, 10566.0, 10608.0, 10628.0, 10621.0, 10642.0, 10633.0, 10577.0, 10657.0, 10609.0, 10572.0, 10652.0, 10595.0, 10567.0, 10615.0, 10573.0, 10641.0, 10587.0, 10546.0, 10622.0, 10578.0, 10618.0, 10581.0, 10605.0, 10566.0, 10523.0, 10603.0, 10567.0, 10603.0, 10595.0, 10559.0, 10636.0, 10610.0, 10589.0, 10652.0, 10621.0, 10588.0, 10628.0, 10583.0, 10649.0, 10592.0, 10616.0, 10587.0, 10612.0, 10579.0, 10605.0, 10567.0, 10540.0, 10622.0, 10586.0, 10566.0, 10641.0, 10612.0, 10571.0, 10669.0, 10617.0, 10584.0, 10659.0, 10617.0, 10596.0, 10621.0, 10564.0, 10645.0, 10595.0, 10580.0, 10583.0, 10527.0, 10609.0, 10580.0, 10559.0, 10627.0, 10590.0, 10551.0, 10650.0, 10601.0, 10549.0, 10632.0, 10590.0, 10612.0, 10602.0, 10549.0, 10627.0, 10582.0, 10566.0, 10576.0, 10593.0, 10540.0, 10645.0, 10604.0, 10610.0, 10571.0, 10669.0, 10612.0, 10571.0, 10645.0, 10581.0, 10574.0, 10645.0, 10592.0, 10544.0, 10610.0, 10601.0, 10561.0, 10641.0, 10605.0, 10548.0, 10630.0, 10606.0, 10569.0, 10649.0, 10609.0, 10588.0, 10604.0, 10641.0, 10603.0, 10667.0, 10625.0, 10570.0, 10647.0, 10606.0, 10551.0, 10643.0, 10588.0, 10545.0, 10627.0, 10603.0, 10562.0, 10644.0, 10604.0, 10560.0, 10627.0, 10607.0, 10627.0, 10615.0, 10545.0, 10624.0, 10587.0, 10559.0, 10643.0, 10592.0, 10555.0, 10645.0, 10609.0, 10585.0, 10635.0, 10608.0, 10552.0, 10646.0, 10607.0, 10576.0, 10628.0, 10588.0, 10596.0, 10596.0, 10563.0, 10638.0, 10600.0, 10553.0, 10607.0, 10566.0, 10622.0, 10600.0, 10559.0, 10629.0, 10604.0, 10546.0, 10627.0, 10607.0, 10562.0, 10628.0, 10589.0, 10614.0, 10602.0, 10547.0, 10641.0, 10587.0, 10623.0, 10594.0, 10540.0, 10623.0, 10590.0, 10547.0, 10608.0, 10588.0, 10614.0, 10606.0, 10643.0, 10604.0, 10627.0, 10585.0, 10537.0, 10584.0, 10535.0, 10620.0, 10580.0, 10578.0, 10577.0, 10570.0, 10597.0, 10602.0, 10583.0, 10663.0, 10626.0, 10608.0, 10609.0, 10563.0, 10646.0, 10576.0, 10645.0, 10604.0, 10585.0, 10610.0, 10559.0, 10624.0, 10583.0, 10555.0, 10625.0, 10582.0, 10543.0, 10612.0, 10603.0, 10587.0, 10615.0, 10595.0, 10604.0, 10612.0, 10592.0, 10630.0, 10598.0, 10560.0, 10601.0, 10567.0, 10621.0, 10535.0, 10614.0, 10561.0, 10584.0, 10586.0, 10550.0, 10616.0, 10579.0, 10558.0, 10625.0, 10619.0, 10571.0, 10651.0, 10610.0, 10597.0, 10607.0, 10548.0, 10639.0, 10605.0, 10562.0, 10628.0, 10589.0, 10560.0, 10614.0, 10576.0, 10641.0, 10601.0, 10561.0, 10638.0, 10586.0, 10545.0, 10640.0, 10601.0, 10560.0, 10637.0, 10598.0, 10559.0, 10644.0, 10603.0, 10574.0, 10639.0, 10600.0, 10557.0, 10614.0, 10589.0, 10609.0, 10595.0, 10579.0, 10595.0, 10584.0, 10575.0, 10658.0, 10599.0, 10552.0, 10603.0, 10567.0, 10581.0, 10597.0, 10588.0, 10563.0, 10630.0, 10610.0, 10648.0, 10624.0, 10549.0, 10615.0, 10603.0, 10565.0, 10643.0, 10605.0, 10556.0, 10625.0, 10586.0, 10555.0, 10627.0, 10600.0, 10586.0, 10612.0, 10602.0, 10614.0, 10617.0, 10560.0, 10654.0, 10600.0, 10540.0, 10621.0, 10572.0, 10610.0, 10600.0, 10560.0, 10646.0, 10601.0, 10541.0, 10643.0, 10605.0, 10635.0, 10617.0, 10562.0, 10642.0, 10590.0, 10587.0, 10613.0, 10573.0, 10641.0, 10599.0, 10536.0, 10626.0, 10601.0, 10589.0, 10644.0, 10606.0, 10590.0, 10629.0, 10594.0, 10660.0, 10603.0, 10592.0, 10590.0, 10633.0, 10609.0, 10646.0, 10601.0, 10544.0, 10624.0, 10524.0, 10620.0, 10548.0, 10612.0, 10569.0, 10582.0, 10572.0, 10519.0, 10605.0, 10558.0, 10624.0, 10606.0, 10646.0, 10611.0, 10635.0, 10611.0, 10649.0, 10610.0, 10628.0, 10605.0, 10624.0, 10586.0, 10624.0, 10603.0, 10575.0, 10619.0, 10578.0, 10650.0, 10609.0, 10674.0, 10606.0, 10671.0, 10627.0, 10655.0, 10632.0, 10587.0, 10645.0, 10590.0, 10669.0, 10599.0, 10662.0, 10608.0, 10645.0, 10606.0, 10645.0, 10604.0, 10545.0, 10611.0, 10587.0, 10647.0, 10621.0, 10582.0, 10635.0, 10597.0, 10649.0, 10626.0, 10595.0, 10638.0, 10627.0, 10601.0, 10569.0, 10618.0, 10555.0, 10624.0, 10601.0, 10625.0, 10602.0, 10558.0, 10607.0, 10547.0, 10638.0, 10604.0, 10640.0, 10588.0, 10597.0, 10597.0, 10542.0, 10621.0, 10570.0, 10580.0, 10598.0, 10544.0, 10625.0, 10568.0, 10621.0, 10583.0, 10621.0, 10571.0, 10580.0, 10580.0, 10523.0, 10602.0, 10579.0, 10620.0, 10602.0, 10546.0, 10614.0, 10561.0, 10627.0, 10574.0, 10614.0, 10590.0, 10561.0, 10614.0, 10565.0, 10643.0, 10607.0, 10645.0, 10607.0, 10574.0, 10614.0, 10546.0, 10625.0, 10586.0, 10638.0, 10586.0, 10545.0, 10625.0, 10589.0, 10639.0, 10603.0, 10557.0, 10642.0, 10594.0, 10613.0, 10603.0, 10548.0, 10642.0, 10587.0, 10629.0, 10600.0, 10607.0, 10583.0, 10526.0, 10609.0, 10553.0, 10629.0, 10581.0, 10618.0, 10582.0, 10528.0, 10628.0, 10606.0, 10579.0, 10636.0, 10601.0, 10664.0, 10629.0, 10586.0, 10649.0, 10613.0, 10597.0, 10625.0, 10569.0, 10647.0, 10594.0, 10648.0, 10608.0, 10552.0, 10628.0, 10589.0, 10640.0, 10606.0, 10622.0, 10604.0, 10544.0, 10625.0, 10584.0, 10638.0, 10600.0, 10609.0, 10599.0, 10557.0, 10624.0, 10587.0, 10623.0, 10605.0, 10563.0, 10647.0, 10593.0, 10644.0, 10594.0, 10603.0, 10617.0, 10580.0, 10633.0, 10594.0, 10579.0, 10647.0, 10619.0, 10566.0, 10639.0, 10608.0, 10648.0, 10608.0, 10587.0, 10617.0, 10560.0, 10639.0, 10585.0, 10638.0, 10613.0, 10561.0, 10641.0, 10607.0, 10569.0, 10621.0, 10596.0, 10648.0, 10624.0, 10571.0, 10635.0, 10610.0, 10607.0, 10635.0, 10568.0, 10664.0, 10624.0, 10543.0, 10650.0, 10611.0, 10591.0, 10606.0, 10579.0, 10640.0, 10605.0, 10555.0, 10618.0, 10603.0, 10565.0, 10648.0, 10622.0, 10586.0, 10573.0, 10684.0, 10627.0, 10603.0, 10619.0, 10621.0, 10581.0, 10649.0, 10606.0, 10550.0, 10616.0, 10579.0, 10567.0, 10647.0, 10613.0, 10555.0, 10637.0, 10608.0, 10555.0, 10634.0, 10598.0, 10584.0, 10635.0, 10582.0, 10580.0, 10633.0, 10587.0, 10646.0, 10619.0, 10564.0, 10661.0, 10603.0, 10567.0, 10609.0, 10575.0, 10627.0, 10603.0, 10579.0, 10643.0, 10617.0, 10562.0, 10644.0, 10605.0, 10602.0, 10614.0, 10576.0, 10640.0, 10602.0, 10560.0, 10642.0, 10604.0, 10571.0, 10644.0, 10600.0, 10590.0, 10650.0, 10608.0, 10550.0, 10615.0, 10588.0, 10627.0, 10588.0, 10559.0, 10627.0, 10598.0, 10544.0, 10637.0, 10596.0, 10559.0, 10623.0, 10569.0, 10540.0, 10620.0, 10562.0, 10602.0, 10558.0, 10535.0, 10564.0, 10522.0, 10588.0, 10548.0, 10509.0, 10592.0, 10555.0, 10535.0, 10576.0, 10591.0, 10584.0, 10622.0, 10595.0, 10555.0, 10621.0, 10597.0, 10543.0, 10626.0, 10599.0, 10608.0, 10595.0, 10553.0, 10620.0, 10594.0, 10574.0, 10591.0, 10522.0, 10602.0, 10578.0, 10551.0, 10606.0, 10585.0, 10597.0, 10614.0, 10588.0, 10618.0, 10618.0, 10609.0, 10620.0, 10609.0, 10588.0, 10666.0, 10594.0, 10645.0, 10589.0, 10544.0, 10611.0, 10574.0, 10641.0, 10603.0, 10578.0, 10617.0, 10619.0, 10596.0, 10624.0, 10639.0, 10616.0, 10684.0, 10626.0, 10570.0, 10655.0, 10607.0, 10638.0, 10590.0, 10549.0, 10617.0, 10580.0, 10571.0, 10638.0, 10628.0, 10611.0, 10638.0, 10583.0, 10646.0, 10610.0, 10563.0, 10627.0, 10560.0, 10626.0, 10585.0, 10561.0, 10595.0, 10527.0, 10622.0, 10568.0, 10613.0, 10578.0, 10522.0, 10608.0, 10583.0, 10576.0, 10632.0, 10599.0, 10651.0, 10611.0, 10588.0, 10671.0, 10633.0, 10601.0, 10642.0, 10583.0, 10651.0, 10608.0, 10651.0, 10609.0, 10564.0, 10617.0, 10606.0, 10616.0, 10598.0, 10593.0, 10597.0, 10542.0, 10611.0, 10586.0, 10628.0, 10603.0, 10554.0, 10621.0, 10610.0, 10650.0, 10627.0, 10636.0, 10597.0, 10564.0, 10629.0, 10549.0, 10623.0, 10602.0, 10579.0, 10599.0, 10574.0, 10626.0, 10603.0, 10624.0, 10590.0, 10588.0, 10598.0, 10529.0, 10623.0, 10568.0, 10610.0, 10590.0, 10565.0, 10634.0, 10580.0, 10649.0, 10598.0, 10649.0, 10612.0, 10606.0, 10621.0, 10565.0, 10630.0, 10603.0, 10616.0, 10605.0, 10565.0, 10650.0, 10612.0, 10585.0, 10625.0, 10585.0, 10649.0, 10622.0, 10558.0, 10651.0, 10597.0, 10649.0, 10613.0, 10589.0, 10619.0, 10561.0, 10641.0, 10580.0, 10622.0, 10579.0, 10575.0, 10577.0, 10525.0, 10621.0, 10587.0, 10613.0, 10594.0, 10556.0, 10652.0, 10584.0, 10644.0, 10594.0, 10618.0, 10605.0, 10628.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.0022763863636363637</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021361578030303034</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.26626940473082</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3078914556937073</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0156720525094771</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4942.3843</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07104307502033619</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.07575757575757576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4335417816412024</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.409331397102518</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.637116209853523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2541777379675665</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0082622</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010946652851998806</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02575487457215786</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</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.9383403092185536</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>20.2407</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.7421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.8905</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295457.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>965.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.901</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5004</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>675.924</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4031.4497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81087.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1456.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5322.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1072.5264</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.7337910248898</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> |