=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 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-0093_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0093_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-04/func/sub-0093_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>78c45d8a02d566617f5a1649ae9effe0</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>15:28:24.047500</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.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.10305</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>41ec257f-5deb-47b3-b4da-5cbdc489a1f9||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.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['152824.047500', '152824.507500', '152824.967500', '152825.427500', '152825.887500', '152826.347500', '152826.807500', '152827.267500', '152827.727500', '152828.187500', '152828.647500', '152829.107500', '152829.567500', '152830.027500', '152830.487500', '152830.947500', '152831.407500', '152831.867500', '152832.327500', '152832.787500', '152833.247500', '152833.707500', '152834.167500', '152834.627500', '152835.087500', '152835.547500', '152836.007500', '152836.467500', '152836.927500', '152837.387500', '152837.847500', '152838.307500', '152838.767500', '152839.227500', '152839.687500', '152840.147500', '152840.607500', '152841.067500', '152841.527500', '152841.987500', '152842.447500', '152842.907500', '152843.367500', '152843.827500', '152844.287500', '152844.747500', '152845.207500', '152845.667500', '152846.127500', '152846.587500', '152847.047500', '152847.507500', '152847.967500', '152848.427500', '152848.887500', '152849.347500', '152849.807500', '152850.267500', '152850.727500', '152851.187500', '152851.647500', '152852.107500', '152852.567500', '152853.027500', '152853.487500', '152853.947500', '152854.407500', '152854.867500', '152855.327500', '152855.787500', '152856.247500', '152856.707500', '152857.167500', '152857.627500', '152858.087500', '152858.547500', '152859.007500', '152859.467500', '152859.927500', '152900.387500', '152900.847500', '152901.307500', '152901.767500', '152902.227500', '152902.687500', '152903.147500', '152903.607500', '152904.067500', '152904.527500', '152904.987500', '152905.447500', '152905.907500', '152906.367500', '152906.827500', '152907.287500', '152907.747500', '152908.207500', '152908.667500', '152909.127500', '152909.587500', '152910.047500', '152910.507500', '152910.967500', '152911.427500', '152911.887500', '152912.347500', '152912.807500', '152913.267500', '152913.727500', '152914.187500', '152914.647500', '152915.107500', '152915.567500', '152916.027500', '152916.487500', '152916.947500', '152917.407500', '152917.867500', '152918.327500', '152918.787500', '152919.247500', '152919.707500', '152920.167500', '152920.627500', '152921.087500', '152921.547500', '152922.007500', '152922.467500', '152922.927500', '152923.387500', '152923.847500', '152924.307500', '152924.767500', '152925.227500', '152925.687500', '152926.147500', '152926.607500', '152927.067500', '152927.527500', '152927.987500', '152928.447500', '152928.907500', '152929.367500', '152929.827500', '152930.287500', '152930.747500', '152931.207500', '152931.667500', '152932.127500', '152932.587500', '152933.047500', '152933.507500', '152933.967500', '152934.427500', '152934.887500', '152935.347500', '152935.807500', '152936.267500', '152936.727500', '152937.187500', '152937.647500', '152938.107500', '152938.567500', '152939.027500', '152939.487500', '152939.947500', '152940.407500', '152940.867500', '152941.327500', '152941.787500', '152942.247500', '152942.707500', '152943.167500', '152943.627500', '152944.087500', '152944.547500', '152945.007500', '152945.467500', '152945.927500', '152946.387500', '152946.847500', '152947.307500', '152947.767500', '152948.227500', '152948.687500', '152949.147500', '152949.607500', '152950.067500', '152950.527500', '152950.987500', '152951.447500', '152951.907500', '152952.367500', '152952.827500', '152953.287500', '152953.747500', '152954.207500', '152954.667500', '152955.127500', '152955.587500', '152956.047500', '152956.507500', '152956.967500', '152957.427500', '152957.887500', '152958.347500', '152958.807500', '152959.267500', '152959.727500', '153000.187500', '153000.647500', '153001.107500', '153001.567500', '153002.027500', '153002.487500', '153002.947500', '153003.407500', '153003.867500', '153004.327500', '153004.787500', '153005.247500', '153005.707500', '153006.167500', '153006.627500', '153007.087500', '153007.547500', '153008.007500', '153008.467500', '153008.927500', '153009.387500', '153009.847500', '153010.307500', '153010.767500', '153011.227500', '153011.687500', '153012.147500', '153012.607500', '153013.067500', '153013.527500', '153013.987500', '153014.447500', '153014.907500', '153015.367500', '153015.827500', '153016.287500', '153016.747500', '153017.207500', '153017.667500', '153018.127500', '153018.587500', '153019.047500', '153019.507500', '153019.967500', '153020.427500', '153020.887500', '153021.347500', '153021.807500', '153022.267500', '153022.727500', '153023.187500', '153023.647500', '153024.107500', '153024.567500', '153025.027500', '153025.487500', '153025.947500', '153026.407500', '153026.867500', '153027.327500', '153027.787500', '153028.247500', '153028.707500', '153029.167500', '153029.627500', '153030.087500', '153030.547500', '153031.007500', '153031.467500', '153031.927500', '153032.387500', '153032.847500', '153033.307500', '153033.767500', '153034.227500', '153034.687500', '153035.147500', '153035.607500', '153036.067500', '153036.527500', '153036.987500', '153037.447500', '153037.907500', '153038.367500', '153038.827500', '153039.287500', '153039.747500', '153040.207500', '153040.667500', '153041.127500', '153041.587500', '153042.047500', '153042.507500', '153042.967500', '153043.427500', '153043.887500', '153044.347500', '153044.807500', '153045.267500', '153045.727500', '153046.187500', '153046.647500', '153047.107500', '153047.567500', '153048.027500', '153048.487500', '153048.947500', '153049.407500', '153049.867500', '153050.327500', '153050.787500', '153051.247500', '153051.707500', '153052.167500', '153052.627500', '153053.087500', '153053.547500', '153054.007500', '153054.467500', '153054.927500', '153055.387500', '153055.847500', '153056.307500', '153056.767500', '153057.227500', '153057.687500', '153058.147500', '153058.607500', '153059.067500', '153059.527500', '153059.987500', '153100.447500', '153100.907500', '153101.367500', '153101.827500', '153102.287500', '153102.747500', '153103.207500', '153103.667500', '153104.127500', '153104.587500', '153105.047500', '153105.507500', '153105.967500', '153106.427500', '153106.887500', '153107.347500', '153107.807500', '153108.267500', '153108.727500', '153109.187500', '153109.647500', '153110.107500', '153110.567500', '153111.027500', '153111.487500', '153111.947500', '153112.407500', '153112.867500', '153113.327500', '153113.787500', '153114.247500', '153114.707500', '153115.167500', '153115.627500', '153116.087500', '153116.547500', '153117.007500', '153117.467500', '153117.927500', '153118.387500', '153118.847500', '153119.307500', '153119.767500', '153120.227500', '153120.687500', '153121.147500', '153121.607500', '153122.067500', '153122.527500', '153122.987500', '153123.447500', '153123.907500', '153124.367500', '153124.827500', '153125.287500', '153125.747500', '153126.207500', '153126.667500', '153127.127500', '153127.587500', '153128.047500', '153128.507500', '153128.967500', '153129.427500', '153129.887500', '153130.347500', '153130.807500', '153131.267500', '153131.727500', '153132.187500', '153132.647500', '153133.107500', '153133.567500', '153134.027500', '153134.487500', '153134.947500', '153135.407500', '153135.867500', '153136.327500', '153136.787500', '153137.247500', '153137.707500', '153138.167500', '153138.627500', '153139.087500', '153139.547500', '153140.007500', '153140.467500', '153140.927500', '153141.387500', '153141.847500', '153142.307500', '153142.767500', '153143.227500', '153143.687500', '153144.147500', '153144.607500', '153145.067500', '153145.527500', '153145.987500', '153146.447500', '153146.907500', '153147.367500', '153147.827500', '153148.287500', '153148.747500', '153149.207500', '153149.667500', '153150.127500', '153150.587500', '153151.047500', '153151.507500', '153151.967500', '153152.427500', '153152.887500', '153153.347500', '153153.807500', '153154.267500', '153154.727500', '153155.187500', '153155.647500', '153156.107500', '153156.567500', '153157.027500', '153157.487500', '153157.947500', '153158.407500', '153158.867500', '153159.327500', '153159.787500', '153200.247500', '153200.707500', '153201.167500', '153201.627500', '153202.087500', '153202.547500', '153203.007500', '153203.467500', '153203.927500', '153204.387500', '153204.847500', '153205.307500', '153205.767500', '153206.227500', '153206.687500', '153207.147500', '153207.607500', '153208.067500', '153208.527500', '153208.987500', '153209.447500', '153209.907500', '153210.367500', '153210.827500', '153211.287500', '153211.747500', '153212.207500', '153212.667500', '153213.127500', '153213.587500', '153214.047500', '153214.507500', '153214.967500', '153215.427500', '153215.887500', '153216.347500', '153216.807500', '153217.267500', '153217.727500', '153218.187500', '153218.647500', '153219.107500', '153219.567500', '153220.027500', '153220.487500', '153220.947500', '153221.407500', '153221.867500', '153222.327500', '153222.787500', '153223.247500', '153223.707500', '153224.167500', '153224.627500', '153225.087500', '153225.547500', '153226.007500', '153226.467500', '153226.927500', '153227.387500', '153227.847500', '153228.307500', '153228.767500', '153229.227500', '153229.687500', '153230.147500', '153230.607500', '153231.067500', '153231.527500', '153231.987500', '153232.447500', '153232.907500', '153233.367500', '153233.827500', '153234.287500', '153234.747500', '153235.207500', '153235.667500', '153236.127500', '153236.587500', '153237.047500', '153237.507500', '153237.967500', '153238.427500', '153238.887500', '153239.347500', '153239.807500', '153240.267500', '153240.727500', '153241.187500', '153241.647500', '153242.107500', '153242.567500', '153243.027500', '153243.487500', '153243.947500', '153244.407500', '153244.867500', '153245.327500', '153245.787500', '153246.247500', '153246.707500', '153247.167500', '153247.627500', '153248.087500', '153248.547500', '153249.007500', '153249.467500', '153249.927500', '153250.387500', '153250.847500', '153251.307500', '153251.767500', '153252.227500', '153252.687500', '153253.147500', '153253.607500', '153254.067500', '153254.527500', '153254.987500', '153255.447500', '153255.907500', '153256.367500', '153256.827500', '153257.287500', '153257.747500', '153258.207500', '153258.667500', '153259.127500', '153259.587500', '153300.047500', '153300.507500', '153300.967500', '153301.427500', '153301.887500', '153302.347500', '153302.807500', '153303.267500', '153303.727500', '153304.187500', '153304.647500', '153305.107500', '153305.567500', '153306.027500', '153306.487500', '153306.947500', '153307.407500', '153307.867500', '153308.327500', '153308.787500', '153309.247500', '153309.707500', '153310.167500', '153310.627500', '153311.087500', '153311.547500', '153312.007500', '153312.467500', '153312.927500', '153313.387500', '153313.847500', '153314.307500', '153314.767500', '153315.227500', '153315.687500', '153316.147500', '153316.607500', '153317.067500', '153317.527500', '153317.987500', '153318.447500', '153318.907500', '153319.367500', '153319.827500', '153320.287500', '153320.747500', '153321.207500', '153321.667500', '153322.127500', '153322.587500', '153323.047500', '153323.507500', '153323.967500', '153324.427500', '153324.887500', '153325.347500', '153325.807500', '153326.267500', '153326.727500', '153327.187500', '153327.647500', '153328.107500', '153328.567500', '153329.027500', '153329.487500', '153329.947500', '153330.407500', '153330.867500', '153331.327500', '153331.787500', '153332.247500', '153332.707500', '153333.167500', '153333.627500', '153334.087500', '153334.547500', '153335.007500', '153335.467500', '153335.927500', '153336.387500', '153336.847500', '153337.307500', '153337.767500', '153338.227500', '153338.687500', '153339.147500', '153339.607500', '153340.067500', '153340.527500', '153340.987500', '153341.447500', '153341.907500', '153342.367500', '153342.827500', '153343.287500', '153343.747500', '153344.207500', '153344.667500', '153345.127500', '153345.587500', '153346.047500', '153346.507500', '153346.967500', '153347.427500', '153347.887500', '153348.347500', '153348.807500', '153349.267500', '153349.727500', '153350.187500', '153350.647500', '153351.107500', '153351.567500', '153352.027500', '153352.487500', '153352.947500', '153353.407500', '153353.867500', '153354.327500', '153354.787500', '153355.247500', '153355.707500', '153356.167500', '153356.627500', '153357.087500', '153357.547500', '153358.007500', '153358.467500', '153358.927500', '153359.387500', '153359.847500', '153400.307500', '153400.767500', '153401.227500', '153401.687500', '153402.147500', '153402.607500', '153403.067500', '153403.527500', '153403.987500', '153404.447500', '153404.907500', '153405.367500', '153405.827500', '153406.287500', '153406.747500', '153407.207500', '153407.667500', '153408.127500', '153408.587500', '153409.047500', '153409.507500', '153409.967500', '153410.427500', '153410.887500', '153411.347500', '153411.807500', '153412.267500', '153412.727500', '153413.187500', '153413.647500', '153414.107500', '153414.567500', '153415.027500', '153415.487500', '153415.947500', '153416.407500', '153416.867500', '153417.327500', '153417.787500', '153418.247500', '153418.707500', '153419.167500', '153419.627500', '153420.087500', '153420.547500', '153421.007500', '153421.467500', '153421.927500', '153422.387500', '153422.847500', '153423.307500', '153423.767500', '153424.227500', '153424.687500', '153425.147500', '153425.607500', '153426.067500', '153426.527500', '153426.987500', '153427.447500', '153427.907500', '153428.367500', '153428.827500', '153429.287500', '153429.747500', '153430.207500', '153430.667500', '153431.127500', '153431.587500', '153432.047500', '153432.507500', '153432.967500', '153433.427500', '153433.887500', '153434.347500', '153434.807500', '153435.267500', '153435.727500', '153436.187500', '153436.647500', '153437.107500', '153437.567500', '153438.027500', '153438.487500', '153438.947500', '153439.407500', '153439.867500', '153440.327500', '153440.787500', '153441.247500', '153441.707500', '153442.167500', '153442.627500', '153443.087500', '153443.547500', '153444.007500', '153444.467500', '153444.927500', '153445.387500', '153445.847500', '153446.307500', '153446.767500', '153447.227500', '153447.687500', '153448.147500', '153448.607500', '153449.067500', '153449.527500', '153449.987500', '153450.447500', '153450.907500', '153451.367500', '153451.827500', '153452.287500', '153452.747500', '153453.207500', '153453.667500', '153454.127500', '153454.587500', '153455.047500', '153455.507500', '153455.967500', '153456.427500', '153456.887500', '153457.347500', '153457.807500', '153458.267500', '153458.727500', '153459.187500', '153459.647500', '153500.107500', '153500.567500', '153501.027500', '153501.487500', '153501.947500', '153502.407500', '153502.867500', '153503.327500', '153503.787500', '153504.247500', '153504.707500', '153505.167500', '153505.627500', '153506.087500', '153506.547500', '153507.007500', '153507.467500', '153507.927500', '153508.387500', '153508.847500', '153509.307500', '153509.767500', '153510.227500', '153510.687500', '153511.147500', '153511.607500', '153512.067500', '153512.527500', '153512.987500', '153513.447500', '153513.907500', '153514.367500', '153514.827500', '153515.287500', '153515.747500', '153516.207500', '153516.667500', '153517.127500', '153517.587500', '153518.047500', '153518.507500', '153518.967500', '153519.427500', '153519.887500', '153520.347500', '153520.807500', '153521.267500', '153521.727500', '153522.187500', '153522.647500', '153523.107500', '153523.567500', '153524.027500', '153524.487500', '153524.947500', '153525.407500', '153525.867500', '153526.327500', '153526.787500', '153527.247500', '153527.707500', '153528.167500', '153528.627500', '153529.087500', '153529.547500', '153530.007500', '153530.467500', '153530.927500', '153531.387500', '153531.847500', '153532.307500', '153532.767500', '153533.227500', '153533.687500', '153534.147500', '153534.607500', '153535.067500', '153535.527500', '153535.987500', '153536.447500', '153536.907500', '153537.367500', '153537.827500', '153538.287500', '153538.747500', '153539.207500', '153539.667500', '153540.127500', '153540.587500', '153541.047500', '153541.507500', '153541.967500', '153542.427500', '153542.887500', '153543.347500', '153543.807500', '153544.267500', '153544.727500', '153545.187500', '153545.647500', '153546.107500', '153546.567500', '153547.027500', '153547.487500', '153547.947500', '153548.407500', '153548.867500', '153549.327500', '153549.787500', '153550.247500', '153550.707500', '153551.167500', '153551.627500', '153552.087500', '153552.547500', '153553.007500', '153553.467500', '153553.927500', '153554.387500', '153554.847500', '153555.307500', '153555.767500', '153556.227500', '153556.687500', '153557.147500', '153557.607500', '153558.067500', '153558.527500', '153558.987500', '153559.447500', '153559.907500', '153600.367500', '153600.827500', '153601.287500', '153601.747500', '153602.207500', '153602.667500', '153603.127500', '153603.587500', '153604.047500', '153604.507500', '153604.967500', '153605.427500', '153605.887500', '153606.347500', '153606.807500', '153607.267500', '153607.727500', '153608.187500', '153608.647500', '153609.107500', '153609.567500', '153610.027500', '153610.487500', '153610.947500', '153611.407500', '153611.867500', '153612.327500', '153612.787500', '153613.247500', '153613.707500', '153614.167500', '153614.627500', '153615.087500', '153615.547500', '153616.007500', '153616.467500', '153616.927500', '153617.387500', '153617.847500', '153618.307500', '153618.767500', '153619.227500', '153619.687500', '153620.147500', '153620.607500', '153621.067500', '153621.527500', '153621.987500', '153622.447500', '153622.907500', '153623.367500', '153623.827500', '153624.287500', '153624.747500', '153625.207500', '153625.667500', '153626.127500', '153626.587500', '153627.047500', '153627.507500', '153627.967500', '153628.427500', '153628.887500', '153629.347500', '153629.807500', '153630.267500', '153630.727500', '153631.187500', '153631.647500', '153632.107500', '153632.567500', '153633.027500', '153633.487500', '153633.947500', '153634.407500', '153634.867500', '153635.327500', '153635.787500', '153636.247500', '153636.707500', '153637.167500', '153637.627500', '153638.087500', '153638.547500', '153639.007500', '153639.467500', '153639.927500', '153640.387500', '153640.847500', '153641.307500', '153641.767500', '153642.227500', '153642.687500', '153643.147500', '153643.607500', '153644.067500', '153644.527500', '153644.987500', '153645.447500', '153645.907500', '153646.367500', '153646.827500', '153647.287500', '153647.747500', '153648.207500', '153648.667500', '153649.127500', '153649.587500', '153650.047500', '153650.507500', '153650.967500', '153651.427500', '153651.887500', '153652.347500', '153652.807500', '153653.267500', '153653.727500', '153654.187500', '153654.647500', '153655.107500', '153655.567500', '153656.027500', '153656.487500', '153656.947500', '153657.407500', '153657.867500', '153658.327500', '153658.787500', '153659.247500', '153659.707500', '153700.167500', '153700.627500', '153701.087500', '153701.547500', '153702.007500', '153702.467500', '153702.927500', '153703.387500', '153703.847500', '153704.307500', '153704.767500', '153705.227500', '153705.687500', '153706.147500', '153706.607500', '153707.067500', '153707.527500', '153707.987500', '153708.447500', '153708.907500', '153709.367500', '153709.827500', '153710.287500', '153710.747500', '153711.207500', '153711.667500', '153712.127500', '153712.587500', '153713.047500', '153713.507500', '153713.967500', '153714.427500', '153714.887500', '153715.347500', '153715.807500', '153716.267500', '153716.727500', '153717.187500', '153717.647500', '153718.107500', '153718.567500', '153719.027500', '153719.487500', '153719.947500', '153720.407500', '153720.867500', '153721.327500', '153721.787500', '153722.247500', '153722.707500', '153723.167500', '153723.627500', '153724.087500', '153724.547500', '153725.007500', '153725.467500', '153725.927500', '153726.387500', '153726.847500', '153727.307500', '153727.767500', '153728.227500', '153728.687500', '153729.147500', '153729.607500', '153730.067500', '153730.527500', '153730.987500', '153731.447500', '153731.907500', '153732.367500', '153732.827500', '153733.287500', '153733.747500', '153734.207500', '153734.667500', '153735.127500', '153735.587500', '153736.047500', '153736.507500', '153736.967500', '153737.427500', '153737.887500', '153738.347500', '153738.807500', '153739.267500', '153739.727500', '153740.187500', '153740.647500', '153741.107500', '153741.567500', '153742.027500', '153742.487500', '153742.947500', '153743.407500', '153743.867500', '153744.327500', '153744.787500', '153745.247500', '153745.707500', '153746.167500', '153746.627500', '153747.087500', '153747.547500', '153748.007500', '153748.467500', '153748.927500', '153749.387500', '153749.847500', '153750.307500', '153750.767500', '153751.227500', '153751.687500', '153752.147500', '153752.607500', '153753.067500', '153753.527500', '153753.987500', '153754.447500', '153754.907500', '153755.367500', '153755.827500', '153756.287500', '153756.747500', '153757.207500', '153757.667500', '153758.127500', '153758.587500', '153759.047500', '153759.507500', '153759.967500', '153800.427500', '153800.887500', '153801.347500', '153801.807500', '153802.267500', '153802.727500', '153803.187500', '153803.647500', '153804.107500', '153804.567500', '153805.027500', '153805.487500', '153805.947500', '153806.407500', '153806.867500', '153807.327500', '153807.787500', '153808.247500', '153808.707500', '153809.167500', '153809.627500', '153810.087500', '153810.547500', '153811.007500', '153811.467500', '153811.927500', '153812.387500', '153812.847500', '153813.307500', '153813.767500', '153814.227500', '153814.687500', '153815.147500', '153815.607500', '153816.067500', '153816.527500', '153816.987500', '153817.447500', '153817.907500', '153818.367500', '153818.827500', '153819.287500', '153819.747500', '153820.207500', '153820.667500', '153821.127500', '153821.587500', '153822.047500', '153822.507500', '153822.967500', '153823.427500', '153823.887500', '153824.347500', '153824.807500', '153825.267500', '153825.727500', '153826.187500', '153826.647500', '153827.107500', '153827.567500', '153828.027500', '153828.487500', '153828.947500', '153829.407500', '153829.867500', '153830.327500', '153830.787500', '153831.247500', '153831.707500'], 'ContentTime': ['152851.914000', '152851.917000', '152851.920000', '152851.923000', '152851.926000', '152851.928000', '152851.931000', '152851.933000', '152851.936000', '152851.939000', '152851.941000', '152851.944000', '152851.946000', '152851.949000', '152851.951000', '152851.954000', '152851.957000', '152851.959000', '152851.962000', '152851.964000', '152851.967000', '152851.969000', '152851.972000', '152851.975000', '152851.990000', '152851.992000', '152851.995000', '152851.998000', '152852.001000', '152852.004000', '152852.006000', '152852.009000', '152852.012000', '152852.014000', '152852.017000', '152852.020000', '152852.022000', '152852.025000', '152852.028000', '152852.030000', '152852.033000', '152852.035000', '152852.038000', '152852.041000', '152852.043000', '152852.046000', '152852.048000', '152852.051000', '152852.054000', '152852.056000', '152852.059000', '152852.061000', '152852.064000', '152852.066000', '152852.069000', '152852.072000', '152852.074000', '152852.077000', '152852.079000', '152911.857000', '152911.860000', '152911.870000', '152911.872000', '152911.875000', '152911.877000', '152911.880000', '152911.883000', '152911.885000', '152911.888000', '152911.891000', '152911.893000', '152911.896000', '152911.898000', '152911.901000', '152911.904000', '152911.906000', '152911.909000', '152911.912000', '152911.915000', '152911.917000', '152911.920000', '152911.923000', '152911.925000', '152911.928000', '152911.931000', '152911.933000', '152911.936000', '152911.938000', '152911.941000', '152911.944000', '152911.946000', '152911.949000', '152911.951000', '152911.954000', '152911.957000', '152911.959000', '152911.962000', '152911.965000', '152911.967000', '152911.970000', '152911.972000', '152911.975000', '152931.857000', '152931.860000', '152931.863000', '152931.866000', '152931.868000', '152931.871000', '152931.874000', '152931.877000', '152931.879000', '152931.882000', '152931.885000', '152931.887000', '152931.891000', '152931.894000', '152931.896000', '152931.899000', '152931.901000', '152931.904000', '152931.907000', '152931.910000', '152931.912000', '152931.915000', '152931.918000', '152931.920000', '152931.923000', '152931.926000', '152931.937000', '152931.940000', '152931.942000', '152931.946000', '152931.949000', '152931.952000', '152931.954000', '152931.957000', '152931.960000', '152931.962000', '152931.965000', '152931.968000', '152931.971000', '152931.973000', '152931.976000', '152931.978000', '152931.981000', '152951.858000', '152951.860000', '152951.869000', '152951.872000', '152951.875000', '152951.877000', '152951.880000', '152951.883000', '152951.885000', '152951.888000', '152951.890000', '152951.893000', '152951.896000', '152951.898000', '152951.901000', '152951.904000', '152951.906000', '152951.909000', '152951.911000', '152951.914000', '152951.917000', '152951.919000', '152951.922000', '152951.924000', '152951.927000', '152951.930000', '152951.932000', '152951.935000', '152951.938000', '152951.940000', '152951.943000', '152951.945000', '152951.948000', '152951.951000', '152951.953000', '152951.956000', '152951.959000', '152951.961000', '152951.964000', '152951.967000', '152951.969000', '152951.972000', '152951.974000', '152951.977000', '153011.857000', '153011.860000', '153011.863000', '153011.865000', '153011.868000', '153011.871000', '153011.874000', '153011.876000', '153011.879000', '153011.882000', '153011.884000', '153011.887000', '153011.890000', '153011.892000', '153011.895000', '153011.897000', '153011.900000', '153011.903000', '153011.905000', '153011.908000', '153011.910000', '153011.913000', '153011.915000', '153011.918000', '153011.921000', '153011.923000', '153011.926000', '153011.929000', '153011.931000', '153011.934000', '153011.937000', '153011.939000', '153011.942000', '153011.944000', '153011.947000', '153011.950000', '153011.952000', '153011.955000', '153011.958000', '153011.960000', '153011.963000', '153011.966000', '153011.968000', '153031.857000', '153031.860000', '153031.862000', '153031.865000', '153031.867000', '153031.870000', '153031.873000', '153031.875000', '153031.878000', '153031.881000', '153031.883000', '153031.886000', '153031.895000', '153031.898000', '153031.900000', '153031.903000', '153031.906000', '153031.908000', '153031.911000', '153031.914000', '153031.916000', '153031.919000', '153031.921000', '153031.924000', '153031.927000', '153031.929000', '153031.932000', '153031.934000', '153031.937000', '153031.940000', '153031.942000', '153031.945000', '153031.947000', '153031.951000', '153031.953000', '153031.956000', '153031.959000', '153031.962000', '153031.964000', '153031.967000', '153031.969000', '153031.972000', '153031.975000', '153031.977000', '153051.857000', '153051.859000', '153051.862000', '153051.865000', '153051.867000', '153051.870000', '153051.872000', '153051.875000', '153051.878000', '153051.880000', '153051.883000', '153051.886000', '153051.888000', '153051.891000', '153051.893000', '153051.896000', '153051.899000', '153051.901000', '153051.904000', '153051.907000', '153051.909000', '153051.912000', '153051.915000', '153051.917000', '153051.920000', '153051.923000', '153051.925000', '153051.928000', '153051.931000', '153051.933000', '153051.936000', '153051.938000', '153051.941000', '153051.944000', '153051.946000', '153051.949000', '153051.952000', '153051.954000', '153051.957000', '153051.960000', '153051.962000', '153051.966000', '153051.969000', '153111.857000', '153111.860000', '153111.863000', '153111.865000', '153111.868000', '153111.895000', '153111.897000', '153111.900000', '153111.903000', '153111.905000', '153111.908000', '153111.910000', '153111.913000', '153111.916000', '153111.918000', '153111.921000', '153111.924000', '153111.926000', '153111.929000', '153111.931000', '153111.934000', '153111.937000', '153111.939000', '153111.942000', '153111.945000', '153111.947000', '153111.950000', '153111.952000', '153111.955000', '153111.958000', '153111.961000', '153111.963000', '153111.966000', '153111.968000', '153111.971000', '153111.987000', '153111.989000', '153111.992000', '153111.994000', '153111.997000', '153112.001000', '153112.003000', '153112.006000', '153112.008000', '153131.858000', '153131.860000', '153131.863000', '153131.866000', '153131.868000', '153131.871000', '153131.874000', '153131.876000', '153131.879000', '153131.881000', '153131.884000', '153131.886000', '153131.889000', '153131.892000', '153131.894000', '153131.897000', '153131.899000', '153131.902000', '153131.904000', '153131.907000', '153131.910000', '153131.912000', '153131.915000', '153131.918000', '153131.920000', '153131.923000', '153131.925000', '153131.928000', '153131.931000', '153131.933000', '153131.936000', '153131.939000', '153131.941000', '153131.944000', '153131.946000', '153131.949000', '153131.952000', '153131.954000', '153131.957000', '153131.960000', '153131.963000', '153131.966000', '153131.969000', '153151.858000', '153151.860000', '153151.863000', '153151.866000', '153151.869000', '153151.871000', '153151.874000', '153151.877000', '153151.879000', '153151.882000', '153151.885000', '153151.887000', '153151.890000', '153151.892000', '153151.895000', '153151.898000', '153151.900000', '153151.903000', '153151.906000', '153151.908000', '153151.911000', '153151.914000', '153151.916000', '153151.919000', '153151.921000', '153151.924000', '153151.927000', '153151.929000', '153151.932000', '153151.935000', '153151.937000', '153151.940000', '153151.942000', '153151.945000', '153151.947000', '153151.950000', '153151.953000', '153151.955000', '153151.958000', '153151.961000', '153151.963000', '153151.966000', '153151.969000', '153151.971000', '153211.858000', '153211.860000', '153211.863000', '153211.866000', '153211.868000', '153211.871000', '153211.874000', '153211.882000', '153211.885000', '153211.887000', '153211.890000', '153211.893000', '153211.895000', '153211.898000', '153211.900000', '153211.903000', '153211.906000', '153211.908000', '153211.911000', '153211.913000', '153211.916000', '153211.919000', '153211.921000', '153211.924000', '153211.927000', '153211.929000', '153211.932000', '153211.934000', '153211.937000', '153211.940000', '153211.942000', '153211.945000', '153211.948000', '153211.950000', '153211.953000', '153211.956000', '153211.959000', '153211.961000', '153211.964000', '153211.966000', '153211.969000', '153211.971000', '153211.974000', '153231.857000', '153231.860000', '153231.863000', '153231.866000', '153231.868000', '153231.871000', '153231.874000', '153231.876000', '153231.879000', '153231.881000', '153231.884000', '153231.887000', '153231.890000', '153231.892000', '153231.895000', '153231.898000', '153231.900000', '153231.903000', '153231.906000', '153231.908000', '153231.911000', '153231.913000', '153231.916000', '153231.919000', '153231.922000', '153231.924000', '153231.927000', '153231.929000', '153231.932000', '153231.942000', '153231.945000', '153231.948000', '153231.950000', '153231.953000', '153231.956000', '153231.958000', '153231.961000', '153231.963000', '153231.966000', '153231.969000', '153231.971000', '153231.974000', '153231.977000', '153231.980000', '153251.856000', '153251.859000', '153251.862000', '153251.865000', '153251.867000', '153251.870000', '153251.872000', '153251.875000', '153251.878000', '153251.880000', '153251.883000', '153251.885000', '153251.888000', '153251.891000', '153251.893000', '153251.907000', '153251.910000', '153251.913000', '153251.915000', '153251.918000', '153251.920000', '153251.923000', '153251.926000', '153251.928000', '153251.931000', '153251.933000', '153251.936000', '153251.938000', '153251.941000', '153251.944000', '153251.946000', '153251.949000', '153251.952000', '153251.954000', '153251.957000', '153251.960000', '153251.962000', '153251.965000', '153251.968000', '153251.971000', '153251.973000', '153251.976000', '153251.978000', '153311.856000', '153311.860000', '153311.863000', '153311.866000', '153311.868000', '153311.871000', '153311.874000', '153311.876000', '153311.879000', '153311.882000', '153311.884000', '153311.887000', '153311.889000', '153311.892000', '153311.895000', '153311.897000', '153311.900000', '153311.903000', '153311.905000', '153311.908000', '153311.911000', '153311.913000', '153311.916000', '153311.919000', '153311.921000', '153311.924000', '153311.927000', '153311.929000', '153311.932000', '153311.934000', '153311.937000', '153311.940000', '153311.942000', '153311.945000', '153311.948000', '153311.950000', '153311.953000', '153311.955000', '153311.958000', '153311.961000', '153311.963000', '153311.966000', '153311.969000', '153311.971000', '153331.857000', '153331.860000', '153331.863000', '153331.866000', '153331.868000', '153331.871000', '153331.873000', '153331.876000', '153331.879000', '153331.881000', '153331.884000', '153331.887000', '153331.889000', '153331.892000', '153331.894000', '153331.897000', '153331.900000', '153331.902000', '153331.905000', '153331.908000', '153331.910000', '153331.913000', '153331.915000', '153331.918000', '153331.921000', '153331.923000', '153331.926000', '153331.929000', '153331.931000', '153331.934000', '153331.936000', '153331.939000', '153331.942000', '153331.944000', '153331.947000', '153331.950000', '153331.952000', '153331.955000', '153331.958000', '153331.960000', '153331.963000', '153331.965000', '153331.968000', '153351.858000', '153351.860000', '153351.863000', '153351.866000', '153351.869000', '153351.871000', '153351.874000', '153351.876000', '153351.879000', '153351.882000', '153351.884000', '153351.887000', '153351.890000', '153351.892000', '153351.895000', '153351.897000', '153351.900000', '153351.903000', '153351.905000', '153351.908000', '153351.911000', '153351.913000', '153351.916000', '153351.918000', '153351.921000', '153351.924000', '153351.927000', '153351.929000', '153351.932000', '153351.935000', '153351.937000', '153351.940000', '153351.942000', '153351.945000', '153351.947000', '153351.950000', '153351.953000', '153351.955000', '153351.958000', '153351.961000', '153351.963000', '153351.966000', '153351.969000', '153351.971000', '153411.858000', '153411.860000', '153411.863000', '153411.866000', '153411.868000', '153411.871000', '153411.874000', '153411.876000', '153411.879000', '153411.881000', '153411.884000', '153411.887000', '153411.889000', '153411.892000', '153411.895000', '153411.897000', '153411.900000', '153411.903000', '153411.905000', '153411.908000', '153411.911000', '153411.913000', '153411.916000', '153411.919000', '153411.921000', '153411.924000', '153411.949000', '153411.952000', '153411.955000', '153411.957000', '153411.960000', '153411.962000', '153411.965000', '153411.968000', '153411.970000', '153411.973000', '153411.975000', '153411.978000', '153411.981000', '153411.983000', '153411.986000', '153411.989000', '153411.991000', '153431.857000', '153431.860000', '153431.863000', '153431.866000', '153431.868000', '153431.871000', '153431.873000', '153431.876000', '153431.879000', '153431.881000', '153431.884000', '153431.887000', '153431.889000', '153431.892000', '153431.895000', '153431.897000', '153431.900000', '153431.902000', '153431.905000', '153431.908000', '153431.910000', '153431.913000', '153431.915000', '153431.918000', '153431.921000', '153431.923000', '153431.927000', '153431.930000', '153431.942000', '153431.944000', '153431.947000', '153431.949000', '153431.952000', '153431.955000', '153431.957000', '153431.960000', '153431.963000', '153431.965000', '153431.968000', '153431.971000', '153431.973000', '153431.976000', '153431.978000', '153431.981000', '153451.858000', '153451.861000', '153451.863000', '153451.866000', '153451.869000', '153451.872000', '153451.874000', '153451.877000', '153451.879000', '153451.882000', '153451.885000', '153451.887000', '153451.890000', '153451.893000', '153451.895000', '153451.898000', '153451.901000', '153451.903000', '153451.906000', '153451.908000', '153451.911000', '153451.914000', '153451.916000', '153451.919000', '153451.922000', '153451.925000', '153451.927000', '153451.930000', '153451.932000', '153451.935000', '153451.938000', '153451.940000', '153451.943000', '153451.946000', '153451.948000', '153451.951000', '153451.953000', '153451.956000', '153451.958000', '153451.961000', '153451.964000', '153451.966000', '153451.969000', '153511.857000', '153511.859000', '153511.862000', '153511.865000', '153511.867000', '153511.870000', '153511.873000', '153511.875000', '153511.878000', '153511.880000', '153511.883000', '153511.886000', '153511.888000', '153511.891000', '153511.893000', '153511.896000', '153511.899000', '153511.901000', '153511.904000', '153511.907000', '153511.909000', '153511.912000', '153511.914000', '153511.917000', '153511.920000', '153511.922000', '153511.925000', '153511.927000', '153511.930000', '153511.933000', '153511.935000', '153511.938000', '153511.940000', '153511.943000', '153511.945000', '153511.948000', '153511.951000', '153511.953000', '153511.956000', '153511.958000', '153511.961000', '153511.964000', '153511.966000', '153511.969000', '153531.857000', '153531.859000', '153531.862000', '153531.865000', '153531.867000', '153531.870000', '153531.872000', '153531.875000', '153531.878000', '153531.880000', '153531.883000', '153531.886000', '153531.888000', '153531.891000', '153531.894000', '153531.896000', '153531.899000', '153531.902000', '153531.904000', '153531.907000', '153531.910000', '153531.912000', '153531.915000', '153531.918000', '153531.921000', '153531.923000', '153531.926000', '153531.929000', '153531.931000', '153531.934000', '153531.936000', '153531.939000', '153531.942000', '153531.944000', '153531.947000', '153531.950000', '153531.952000', '153531.966000', '153531.969000', '153531.971000', '153531.974000', '153531.977000', '153531.979000', '153551.858000', '153551.860000', '153551.863000', '153551.866000', '153551.868000', '153551.871000', '153551.874000', '153551.876000', '153551.879000', '153551.882000', '153551.884000', '153551.887000', '153551.890000', '153551.893000', '153551.897000', '153551.900000', '153551.902000', '153551.905000', '153551.908000', '153551.910000', '153551.913000', '153551.915000', '153551.918000', '153551.921000', '153551.923000', '153551.926000', '153551.928000', '153551.931000', '153551.934000', '153551.936000', '153551.939000', '153551.942000', '153551.944000', '153551.947000', '153551.950000', '153551.953000', '153551.955000', '153551.958000', '153551.961000', '153551.963000', '153551.966000', '153551.969000', '153551.971000', '153611.857000', '153611.860000', '153611.863000', '153611.865000', '153611.868000', '153611.871000', '153611.873000', '153611.876000', '153611.879000', '153611.881000', '153611.884000', '153611.887000', '153611.889000', '153611.892000', '153611.895000', '153611.897000', '153611.900000', '153611.903000', '153611.905000', '153611.908000', '153611.910000', '153611.913000', '153611.916000', '153611.918000', '153611.921000', '153611.923000', '153611.926000', '153611.929000', '153611.931000', '153611.934000', '153611.936000', '153611.939000', '153611.941000', '153611.944000', '153611.947000', '153611.949000', '153611.955000', '153611.958000', '153611.961000', '153611.963000', '153611.966000', '153611.968000', '153611.971000', '153611.973000', '153631.857000', '153631.860000', '153631.863000', '153631.866000', '153631.868000', '153631.871000', '153631.873000', '153631.876000', '153631.879000', '153631.881000', '153631.884000', '153631.886000', '153631.889000', '153631.892000', '153631.894000', '153631.897000', '153631.900000', '153631.902000', '153631.905000', '153631.907000', '153631.910000', '153631.913000', '153631.915000', '153631.918000', '153631.921000', '153631.923000', '153631.926000', '153631.929000', '153631.931000', '153631.934000', '153631.937000', '153631.939000', '153631.942000', '153631.944000', '153631.947000', '153631.950000', '153631.952000', '153631.955000', '153631.957000', '153631.960000', '153631.963000', '153631.965000', '153631.968000', '153651.858000', '153651.860000', '153651.863000', '153651.866000', '153651.868000', '153651.871000', '153651.873000', '153651.876000', '153651.879000', '153651.881000', '153651.884000', '153651.886000', '153651.889000', '153651.892000', '153651.894000', '153651.897000', '153651.899000', '153651.902000', '153651.905000', '153651.907000', '153651.910000', '153651.912000', '153651.915000', '153651.918000', '153651.920000', '153651.923000', '153651.925000', '153651.928000', '153651.930000', '153651.933000', '153651.936000', '153651.938000', '153651.941000', '153651.943000', '153651.959000', '153651.961000', '153651.964000', '153651.966000', '153651.969000', '153651.971000', '153651.974000', '153651.977000', '153651.979000', '153651.982000', '153711.857000', '153711.860000', '153711.863000', '153711.866000', '153711.869000', '153711.872000', '153711.874000', '153711.877000', '153711.880000', '153711.882000', '153711.885000', '153711.888000', '153711.890000', '153711.893000', '153711.895000', '153711.898000', '153711.901000', '153711.903000', '153711.906000', '153711.909000', '153711.911000', '153711.914000', '153711.916000', '153711.919000', '153711.922000', '153711.925000', '153711.928000', '153711.934000', '153711.937000', '153711.939000', '153711.942000', '153711.945000', '153711.947000', '153711.950000', '153711.953000', '153711.955000', '153711.958000', '153711.961000', '153711.963000', '153711.966000', '153711.968000', '153711.971000', '153711.974000', '153731.856000', '153731.859000', '153731.862000', '153731.864000', '153731.867000', '153731.870000', '153731.872000', '153731.875000', '153731.877000', '153731.880000', '153731.882000', '153731.885000', '153731.888000', '153731.890000', '153731.893000', '153731.895000', '153731.898000', '153731.924000', '153731.927000', '153731.930000', '153731.932000', '153731.935000', '153731.937000', '153731.940000', '153731.943000', '153731.945000', '153731.948000', '153731.951000', '153731.953000', '153731.956000', '153731.959000', '153731.961000', '153731.964000', '153731.966000', '153731.969000', '153731.972000', '153731.974000', '153731.977000', '153731.980000', '153731.982000', '153731.985000', '153731.987000', '153731.990000', '153731.993000', '153751.857000', '153751.859000', '153751.862000', '153751.865000', '153751.867000', '153751.870000', '153751.873000', '153751.875000', '153751.878000', '153751.881000', '153751.883000', '153751.886000', '153751.889000', '153751.891000', '153751.894000', '153751.897000', '153751.899000', '153751.902000', '153751.905000', '153751.907000', '153751.910000', '153751.913000', '153751.915000', '153751.918000', '153751.921000', '153751.923000', '153751.926000', '153751.928000', '153751.931000', '153751.934000', '153751.936000', '153751.939000', '153751.942000', '153751.944000', '153751.947000', '153751.949000', '153751.952000', '153751.955000', '153751.957000', '153751.960000', '153751.962000', '153751.965000', '153751.968000', '153811.857000', '153811.860000', '153811.863000', '153811.866000', '153811.868000', '153811.871000', '153811.873000', '153811.876000', '153811.879000', '153811.881000', '153811.884000', '153811.886000', '153811.889000', '153811.891000', '153811.894000', '153811.897000', '153811.899000', '153811.918000', '153811.921000', '153811.924000', '153811.926000', '153811.929000', '153811.932000', '153811.934000', '153811.937000', '153811.940000', '153811.942000', '153811.945000', '153811.947000', '153811.950000', '153811.953000', '153811.956000', '153811.958000', '153811.961000', '153811.963000', '153811.966000', '153811.969000', '153811.971000', '153811.974000', '153811.976000', '153811.979000', '153811.982000', '153811.984000', '153811.987000', '153831.858000', '153831.860000', '153831.863000', '153831.866000', '153831.868000', '153831.871000', '153831.874000', '153831.876000', '153831.879000', '153831.881000', '153831.884000', '153831.887000', '153831.889000', '153831.892000', '153831.895000', '153831.897000', '153831.900000', '153831.903000', '153831.905000', '153831.908000', '153831.911000', '153831.914000', '153831.916000', '153831.919000', '153831.922000', '153831.924000', '153831.927000', '153831.930000', '153831.932000', '153831.935000', '153831.938000', '153831.940000', '153831.943000', '153831.946000', '153831.948000', '153831.951000', '153831.953000', '153831.956000', '153831.959000', '153831.961000', '153831.964000', '153831.968000', '153831.971000', '153832.851000', '153832.854000', '153832.856000'], 'InstanceCreationTime': ['152851.914000', '152851.917000', '152851.920000', '152851.923000', '152851.926000', '152851.928000', '152851.931000', '152851.933000', '152851.936000', '152851.939000', '152851.941000', '152851.944000', '152851.946000', '152851.949000', '152851.951000', '152851.954000', '152851.957000', '152851.959000', '152851.962000', '152851.964000', '152851.967000', '152851.969000', '152851.972000', '152851.975000', '152851.990000', '152851.992000', '152851.995000', '152851.998000', '152852.001000', '152852.004000', '152852.006000', '152852.009000', '152852.012000', '152852.014000', '152852.017000', '152852.020000', '152852.022000', '152852.025000', '152852.028000', '152852.030000', '152852.033000', '152852.035000', '152852.038000', '152852.041000', '152852.043000', '152852.046000', '152852.048000', '152852.051000', '152852.054000', '152852.056000', '152852.059000', '152852.061000', '152852.064000', '152852.066000', '152852.069000', '152852.072000', '152852.074000', '152852.077000', '152852.079000', '152911.857000', '152911.860000', '152911.870000', '152911.872000', '152911.875000', '152911.877000', '152911.880000', '152911.883000', '152911.885000', '152911.888000', '152911.891000', '152911.893000', '152911.896000', '152911.898000', '152911.901000', '152911.904000', '152911.906000', '152911.909000', '152911.912000', '152911.915000', '152911.917000', '152911.920000', '152911.923000', '152911.925000', '152911.928000', '152911.931000', '152911.933000', '152911.936000', '152911.938000', '152911.941000', '152911.944000', '152911.946000', '152911.949000', '152911.951000', '152911.954000', '152911.957000', '152911.959000', '152911.962000', '152911.965000', '152911.967000', '152911.970000', '152911.972000', '152911.975000', '152931.857000', '152931.860000', '152931.863000', '152931.866000', '152931.868000', '152931.871000', '152931.874000', '152931.877000', '152931.879000', '152931.882000', '152931.885000', '152931.887000', '152931.891000', '152931.894000', '152931.896000', '152931.899000', '152931.901000', '152931.904000', '152931.907000', '152931.910000', '152931.912000', '152931.915000', '152931.918000', '152931.920000', '152931.923000', '152931.926000', '152931.937000', '152931.940000', '152931.942000', '152931.946000', '152931.949000', '152931.952000', '152931.954000', '152931.957000', '152931.960000', '152931.962000', '152931.965000', '152931.968000', '152931.971000', '152931.973000', '152931.976000', '152931.978000', '152931.981000', '152951.858000', '152951.860000', '152951.869000', '152951.872000', '152951.875000', '152951.877000', '152951.880000', '152951.883000', '152951.885000', '152951.888000', '152951.890000', '152951.893000', '152951.896000', '152951.898000', '152951.901000', '152951.904000', '152951.906000', '152951.909000', '152951.911000', '152951.914000', '152951.917000', '152951.919000', '152951.922000', '152951.924000', '152951.927000', '152951.930000', '152951.932000', '152951.935000', '152951.938000', '152951.940000', '152951.943000', '152951.945000', '152951.948000', '152951.951000', '152951.953000', '152951.956000', '152951.959000', '152951.961000', '152951.964000', '152951.967000', '152951.969000', '152951.972000', '152951.974000', '152951.977000', '153011.857000', '153011.860000', '153011.863000', '153011.865000', '153011.868000', '153011.871000', '153011.874000', '153011.876000', '153011.879000', '153011.882000', '153011.884000', '153011.887000', '153011.890000', '153011.892000', '153011.895000', '153011.897000', '153011.900000', '153011.903000', '153011.905000', '153011.908000', '153011.910000', '153011.913000', '153011.915000', '153011.918000', '153011.921000', '153011.923000', '153011.926000', '153011.929000', '153011.931000', '153011.934000', '153011.937000', '153011.939000', '153011.942000', '153011.944000', '153011.947000', '153011.950000', '153011.952000', '153011.955000', '153011.958000', '153011.960000', '153011.963000', '153011.966000', '153011.968000', '153031.857000', '153031.860000', '153031.862000', '153031.865000', '153031.867000', '153031.870000', '153031.873000', '153031.875000', '153031.878000', '153031.881000', '153031.883000', '153031.886000', '153031.895000', '153031.898000', '153031.900000', '153031.903000', '153031.906000', '153031.908000', '153031.911000', '153031.914000', '153031.916000', '153031.919000', '153031.921000', '153031.924000', '153031.927000', '153031.929000', '153031.932000', '153031.934000', '153031.937000', '153031.940000', '153031.942000', '153031.945000', '153031.947000', '153031.951000', '153031.953000', '153031.956000', '153031.959000', '153031.962000', '153031.964000', '153031.967000', '153031.969000', '153031.972000', '153031.975000', '153031.977000', '153051.857000', '153051.859000', '153051.862000', '153051.865000', '153051.867000', '153051.870000', '153051.872000', '153051.875000', '153051.878000', '153051.880000', '153051.883000', '153051.886000', '153051.888000', '153051.891000', '153051.893000', '153051.896000', '153051.899000', '153051.901000', '153051.904000', '153051.907000', '153051.909000', '153051.912000', '153051.915000', '153051.917000', '153051.920000', '153051.923000', '153051.925000', '153051.928000', '153051.931000', '153051.933000', '153051.936000', '153051.938000', '153051.941000', '153051.944000', '153051.946000', '153051.949000', '153051.952000', '153051.954000', '153051.957000', '153051.960000', '153051.962000', '153051.966000', '153051.969000', '153111.857000', '153111.860000', '153111.863000', '153111.865000', '153111.868000', '153111.895000', '153111.897000', '153111.900000', '153111.903000', '153111.905000', '153111.908000', '153111.910000', '153111.913000', '153111.916000', '153111.918000', '153111.921000', '153111.924000', '153111.926000', '153111.929000', '153111.931000', '153111.934000', '153111.937000', '153111.939000', '153111.942000', '153111.945000', '153111.947000', '153111.950000', '153111.952000', '153111.955000', '153111.958000', '153111.961000', '153111.963000', '153111.966000', '153111.968000', '153111.971000', '153111.987000', '153111.989000', '153111.992000', '153111.994000', '153111.997000', '153112.001000', '153112.003000', '153112.006000', '153112.008000', '153131.858000', '153131.860000', '153131.863000', '153131.866000', '153131.868000', '153131.871000', '153131.874000', '153131.876000', '153131.879000', '153131.881000', '153131.884000', '153131.886000', '153131.889000', '153131.892000', '153131.894000', '153131.897000', '153131.899000', '153131.902000', '153131.904000', '153131.907000', '153131.910000', '153131.912000', '153131.915000', '153131.918000', '153131.920000', '153131.923000', '153131.925000', '153131.928000', '153131.931000', '153131.933000', '153131.936000', '153131.939000', '153131.941000', '153131.944000', '153131.946000', '153131.949000', '153131.952000', '153131.954000', '153131.957000', '153131.960000', '153131.963000', '153131.966000', '153131.969000', '153151.858000', '153151.860000', '153151.863000', '153151.866000', '153151.869000', '153151.871000', '153151.874000', '153151.877000', '153151.879000', '153151.882000', '153151.885000', '153151.887000', '153151.890000', '153151.892000', '153151.895000', '153151.898000', '153151.900000', '153151.903000', '153151.906000', '153151.908000', '153151.911000', '153151.914000', '153151.916000', '153151.919000', '153151.921000', '153151.924000', '153151.927000', '153151.929000', '153151.932000', '153151.935000', '153151.937000', '153151.940000', '153151.942000', '153151.945000', '153151.947000', '153151.950000', '153151.953000', '153151.955000', '153151.958000', '153151.961000', '153151.963000', '153151.966000', '153151.969000', '153151.971000', '153211.858000', '153211.860000', '153211.863000', '153211.866000', '153211.868000', '153211.871000', '153211.874000', '153211.882000', '153211.885000', '153211.887000', '153211.890000', '153211.893000', '153211.895000', '153211.898000', '153211.900000', '153211.903000', '153211.906000', '153211.908000', '153211.911000', '153211.913000', '153211.916000', '153211.919000', '153211.921000', '153211.924000', '153211.927000', '153211.929000', '153211.932000', '153211.934000', '153211.937000', '153211.940000', '153211.942000', '153211.945000', '153211.948000', '153211.950000', '153211.953000', '153211.956000', '153211.959000', '153211.961000', '153211.964000', '153211.966000', '153211.969000', '153211.971000', '153211.974000', '153231.857000', '153231.860000', '153231.863000', '153231.866000', '153231.868000', '153231.871000', '153231.874000', '153231.876000', '153231.879000', '153231.881000', '153231.884000', '153231.887000', '153231.890000', '153231.892000', '153231.895000', '153231.898000', '153231.900000', '153231.903000', '153231.906000', '153231.908000', '153231.911000', '153231.913000', '153231.916000', '153231.919000', '153231.922000', '153231.924000', '153231.927000', '153231.929000', '153231.932000', '153231.942000', '153231.945000', '153231.948000', '153231.950000', '153231.953000', '153231.956000', '153231.958000', '153231.961000', '153231.963000', '153231.966000', '153231.969000', '153231.971000', '153231.974000', '153231.977000', '153231.980000', '153251.856000', '153251.859000', '153251.862000', '153251.865000', '153251.867000', '153251.870000', '153251.872000', '153251.875000', '153251.878000', '153251.880000', '153251.883000', '153251.885000', '153251.888000', '153251.891000', '153251.893000', '153251.907000', '153251.910000', '153251.913000', '153251.915000', '153251.918000', '153251.920000', '153251.923000', '153251.926000', '153251.928000', '153251.931000', '153251.933000', '153251.936000', '153251.938000', '153251.941000', '153251.944000', '153251.946000', '153251.949000', '153251.952000', '153251.954000', '153251.957000', '153251.960000', '153251.962000', '153251.965000', '153251.968000', '153251.971000', '153251.973000', '153251.976000', '153251.978000', '153311.856000', '153311.860000', '153311.863000', '153311.866000', '153311.868000', '153311.871000', '153311.874000', '153311.876000', '153311.879000', '153311.882000', '153311.884000', '153311.887000', '153311.889000', '153311.892000', '153311.895000', '153311.897000', '153311.900000', '153311.903000', '153311.905000', '153311.908000', '153311.911000', '153311.913000', '153311.916000', '153311.919000', '153311.921000', '153311.924000', '153311.927000', '153311.929000', '153311.932000', '153311.934000', '153311.937000', '153311.940000', '153311.942000', '153311.945000', '153311.948000', '153311.950000', '153311.953000', '153311.955000', '153311.958000', '153311.961000', '153311.963000', '153311.966000', '153311.969000', '153311.971000', '153331.857000', '153331.860000', '153331.863000', '153331.866000', '153331.868000', '153331.871000', '153331.873000', '153331.876000', '153331.879000', '153331.881000', '153331.884000', '153331.887000', '153331.889000', '153331.892000', '153331.894000', '153331.897000', '153331.900000', '153331.902000', '153331.905000', '153331.908000', '153331.910000', '153331.913000', '153331.915000', '153331.918000', '153331.921000', '153331.923000', '153331.926000', '153331.929000', '153331.931000', '153331.934000', '153331.936000', '153331.939000', '153331.942000', '153331.944000', '153331.947000', '153331.950000', '153331.952000', '153331.955000', '153331.958000', '153331.960000', '153331.963000', '153331.965000', '153331.968000', '153351.858000', '153351.860000', '153351.863000', '153351.866000', '153351.869000', '153351.871000', '153351.874000', '153351.876000', '153351.879000', '153351.882000', '153351.884000', '153351.887000', '153351.890000', '153351.892000', '153351.895000', '153351.897000', '153351.900000', '153351.903000', '153351.905000', '153351.908000', '153351.911000', '153351.913000', '153351.916000', '153351.918000', '153351.921000', '153351.924000', '153351.927000', '153351.929000', '153351.932000', '153351.935000', '153351.937000', '153351.940000', '153351.942000', '153351.945000', '153351.947000', '153351.950000', '153351.953000', '153351.955000', '153351.958000', '153351.961000', '153351.963000', '153351.966000', '153351.969000', '153351.971000', '153411.858000', '153411.860000', '153411.863000', '153411.866000', '153411.868000', '153411.871000', '153411.874000', '153411.876000', '153411.879000', '153411.881000', '153411.884000', '153411.887000', '153411.889000', '153411.892000', '153411.895000', '153411.897000', '153411.900000', '153411.903000', '153411.905000', '153411.908000', '153411.911000', '153411.913000', '153411.916000', '153411.919000', '153411.921000', '153411.924000', '153411.949000', '153411.952000', '153411.955000', '153411.957000', '153411.960000', '153411.962000', '153411.965000', '153411.968000', '153411.970000', '153411.973000', '153411.975000', '153411.978000', '153411.981000', '153411.983000', '153411.986000', '153411.989000', '153411.991000', '153431.857000', '153431.860000', '153431.863000', '153431.866000', '153431.868000', '153431.871000', '153431.873000', '153431.876000', '153431.879000', '153431.881000', '153431.884000', '153431.887000', '153431.889000', '153431.892000', '153431.895000', '153431.897000', '153431.900000', '153431.902000', '153431.905000', '153431.908000', '153431.910000', '153431.913000', '153431.915000', '153431.918000', '153431.921000', '153431.923000', '153431.927000', '153431.930000', '153431.942000', '153431.944000', '153431.947000', '153431.949000', '153431.952000', '153431.955000', '153431.957000', '153431.960000', '153431.963000', '153431.965000', '153431.968000', '153431.971000', '153431.973000', '153431.976000', '153431.978000', '153431.981000', '153451.858000', '153451.861000', '153451.863000', '153451.866000', '153451.869000', '153451.872000', '153451.874000', '153451.877000', '153451.879000', '153451.882000', '153451.885000', '153451.887000', '153451.890000', '153451.893000', '153451.895000', '153451.898000', '153451.901000', '153451.903000', '153451.906000', '153451.908000', '153451.911000', '153451.914000', '153451.916000', '153451.919000', '153451.922000', '153451.925000', '153451.927000', '153451.930000', '153451.932000', '153451.935000', '153451.938000', '153451.940000', '153451.943000', '153451.946000', '153451.948000', '153451.951000', '153451.953000', '153451.956000', '153451.958000', '153451.961000', '153451.964000', '153451.966000', '153451.969000', '153511.857000', '153511.859000', '153511.862000', '153511.865000', '153511.867000', '153511.870000', '153511.873000', '153511.875000', '153511.878000', '153511.880000', '153511.883000', '153511.886000', '153511.888000', '153511.891000', '153511.893000', '153511.896000', '153511.899000', '153511.901000', '153511.904000', '153511.907000', '153511.909000', '153511.912000', '153511.914000', '153511.917000', '153511.920000', '153511.922000', '153511.925000', '153511.927000', '153511.930000', '153511.933000', '153511.935000', '153511.938000', '153511.940000', '153511.943000', '153511.945000', '153511.948000', '153511.951000', '153511.953000', '153511.956000', '153511.958000', '153511.961000', '153511.964000', '153511.966000', '153511.969000', '153531.857000', '153531.859000', '153531.862000', '153531.865000', '153531.867000', '153531.870000', '153531.872000', '153531.875000', '153531.878000', '153531.880000', '153531.883000', '153531.886000', '153531.888000', '153531.891000', '153531.894000', '153531.896000', '153531.899000', '153531.902000', '153531.904000', '153531.907000', '153531.910000', '153531.912000', '153531.915000', '153531.918000', '153531.921000', '153531.923000', '153531.926000', '153531.929000', '153531.931000', '153531.934000', '153531.936000', '153531.939000', '153531.942000', '153531.944000', '153531.947000', '153531.950000', '153531.952000', '153531.966000', '153531.969000', '153531.971000', '153531.974000', '153531.977000', '153531.979000', '153551.858000', '153551.860000', '153551.863000', '153551.866000', '153551.868000', '153551.871000', '153551.874000', '153551.876000', '153551.879000', '153551.882000', '153551.884000', '153551.887000', '153551.890000', '153551.893000', '153551.897000', '153551.900000', '153551.902000', '153551.905000', '153551.908000', '153551.910000', '153551.913000', '153551.915000', '153551.918000', '153551.921000', '153551.923000', '153551.926000', '153551.928000', '153551.931000', '153551.934000', '153551.936000', '153551.939000', '153551.942000', '153551.944000', '153551.947000', '153551.950000', '153551.953000', '153551.955000', '153551.958000', '153551.961000', '153551.963000', '153551.966000', '153551.969000', '153551.971000', '153611.857000', '153611.860000', '153611.863000', '153611.865000', '153611.868000', '153611.871000', '153611.873000', '153611.876000', '153611.879000', '153611.881000', '153611.884000', '153611.887000', '153611.889000', '153611.892000', '153611.895000', '153611.897000', '153611.900000', '153611.903000', '153611.905000', '153611.908000', '153611.910000', '153611.913000', '153611.916000', '153611.918000', '153611.921000', '153611.923000', '153611.926000', '153611.929000', '153611.931000', '153611.934000', '153611.936000', '153611.939000', '153611.941000', '153611.944000', '153611.947000', '153611.949000', '153611.955000', '153611.958000', '153611.961000', '153611.963000', '153611.966000', '153611.968000', '153611.971000', '153611.973000', '153631.857000', '153631.860000', '153631.863000', '153631.866000', '153631.868000', '153631.871000', '153631.873000', '153631.876000', '153631.879000', '153631.881000', '153631.884000', '153631.886000', '153631.889000', '153631.892000', '153631.894000', '153631.897000', '153631.900000', '153631.902000', '153631.905000', '153631.907000', '153631.910000', '153631.913000', '153631.915000', '153631.918000', '153631.921000', '153631.923000', '153631.926000', '153631.929000', '153631.931000', '153631.934000', '153631.937000', '153631.939000', '153631.942000', '153631.944000', '153631.947000', '153631.950000', '153631.952000', '153631.955000', '153631.957000', '153631.960000', '153631.963000', '153631.965000', '153631.968000', '153651.858000', '153651.860000', '153651.863000', '153651.866000', '153651.868000', '153651.871000', '153651.873000', '153651.876000', '153651.879000', '153651.881000', '153651.884000', '153651.886000', '153651.889000', '153651.892000', '153651.894000', '153651.897000', '153651.899000', '153651.902000', '153651.905000', '153651.907000', '153651.910000', '153651.912000', '153651.915000', '153651.918000', '153651.920000', '153651.923000', '153651.925000', '153651.928000', '153651.930000', '153651.933000', '153651.936000', '153651.938000', '153651.941000', '153651.943000', '153651.959000', '153651.961000', '153651.964000', '153651.966000', '153651.969000', '153651.971000', '153651.974000', '153651.977000', '153651.979000', '153651.982000', '153711.857000', '153711.860000', '153711.863000', '153711.866000', '153711.869000', '153711.872000', '153711.874000', '153711.877000', '153711.880000', '153711.882000', '153711.885000', '153711.888000', '153711.890000', '153711.893000', '153711.895000', '153711.898000', '153711.901000', '153711.903000', '153711.906000', '153711.909000', '153711.911000', '153711.914000', '153711.916000', '153711.919000', '153711.922000', '153711.925000', '153711.928000', '153711.934000', '153711.937000', '153711.939000', '153711.942000', '153711.945000', '153711.947000', '153711.950000', '153711.953000', '153711.955000', '153711.958000', '153711.961000', '153711.963000', '153711.966000', '153711.968000', '153711.971000', '153711.974000', '153731.856000', '153731.859000', '153731.862000', '153731.864000', '153731.867000', '153731.870000', '153731.872000', '153731.875000', '153731.877000', '153731.880000', '153731.882000', '153731.885000', '153731.888000', '153731.890000', '153731.893000', '153731.895000', '153731.898000', '153731.924000', '153731.927000', '153731.930000', '153731.932000', '153731.935000', '153731.937000', '153731.940000', '153731.943000', '153731.945000', '153731.948000', '153731.951000', '153731.953000', '153731.956000', '153731.959000', '153731.961000', '153731.964000', '153731.966000', '153731.969000', '153731.972000', '153731.974000', '153731.977000', '153731.980000', '153731.982000', '153731.985000', '153731.987000', '153731.990000', '153731.993000', '153751.857000', '153751.859000', '153751.862000', '153751.865000', '153751.867000', '153751.870000', '153751.873000', '153751.875000', '153751.878000', '153751.881000', '153751.883000', '153751.886000', '153751.889000', '153751.891000', '153751.894000', '153751.897000', '153751.899000', '153751.902000', '153751.905000', '153751.907000', '153751.910000', '153751.913000', '153751.915000', '153751.918000', '153751.921000', '153751.923000', '153751.926000', '153751.928000', '153751.931000', '153751.934000', '153751.936000', '153751.939000', '153751.942000', '153751.944000', '153751.947000', '153751.949000', '153751.952000', '153751.955000', '153751.957000', '153751.960000', '153751.962000', '153751.965000', '153751.968000', '153811.857000', '153811.860000', '153811.863000', '153811.866000', '153811.868000', '153811.871000', '153811.873000', '153811.876000', '153811.879000', '153811.881000', '153811.884000', '153811.886000', '153811.889000', '153811.891000', '153811.894000', '153811.897000', '153811.899000', '153811.918000', '153811.921000', '153811.924000', '153811.926000', '153811.929000', '153811.932000', '153811.934000', '153811.937000', '153811.940000', '153811.942000', '153811.945000', '153811.947000', '153811.950000', '153811.953000', '153811.956000', '153811.958000', '153811.961000', '153811.963000', '153811.966000', '153811.969000', '153811.971000', '153811.974000', '153811.976000', '153811.979000', '153811.982000', '153811.984000', '153811.987000', '153831.858000', '153831.860000', '153831.863000', '153831.866000', '153831.868000', '153831.871000', '153831.874000', '153831.876000', '153831.879000', '153831.881000', '153831.884000', '153831.887000', '153831.889000', '153831.892000', '153831.895000', '153831.897000', '153831.900000', '153831.903000', '153831.905000', '153831.908000', '153831.911000', '153831.914000', '153831.916000', '153831.919000', '153831.922000', '153831.924000', '153831.927000', '153831.930000', '153831.932000', '153831.935000', '153831.938000', '153831.940000', '153831.943000', '153831.946000', '153831.948000', '153831.951000', '153831.953000', '153831.956000', '153831.959000', '153831.961000', '153831.964000', '153831.968000', '153831.971000', '153832.851000', '153832.854000', '153832.856000'], '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': [18118, 14493, 10569, 12891, 9718, 11331, 12359, 10283, 13824, 14175, 10500, 12512, 11172, 9855, 12515, 10938, 10466, 15730, 12275, 12860, 10296, 10899, 9963, 10212, 10464, 9514, 10476, 9656, 9783, 14644, 13837, 9960, 15458, 11530, 10021, 14666, 10290, 14039, 11590, 9786, 14776, 11056, 10806, 14831, 10105, 10084, 11894, 9396, 12289, 10445, 9666, 14806, 11060, 9955, 14447, 9924, 10329, 13338, 9505, 10693, 12740, 9709, 10883, 11220, 10226, 10837, 12023, 10429, 12697, 10945, 9926, 11587, 11556, 10307, 14697, 12391, 10261, 10615, 9975, 10599, 10832, 13152, 11037, 10796, 13111, 9564, 10627, 13131, 11077, 10802, 16594, 12391, 10209, 13485, 10091, 10483, 15390, 11966, 10541, 13864, 10061, 10567, 12952, 9661, 10682, 14341, 9578, 10927, 12186, 9855, 10465, 15420, 12546, 9619, 9986, 9174, 9414, 10206, 10445, 8666, 7744, 8403, 11861, 11175, 10117, 11058, 10997, 9477, 13914, 11898, 10302, 16126, 12819, 11908, 15386, 10374, 17617, 12349, 9373, 14072, 10265, 12046, 13216, 8946, 12775, 9900, 9432, 13170, 9880, 10279, 13075, 9011, 10483, 11098, 9930, 10738, 13128, 9752, 10669, 11795, 9504, 10761, 12124, 9572, 10923, 14840, 10176, 10500, 11730, 9096, 10833, 12624, 9693, 14521, 11735, 9851, 11724, 9693, 10634, 12074, 9751, 12416, 12682, 9969, 12874, 9838, 10400, 13012, 9766, 13393, 12017, 10025, 14096, 9323, 10893, 11959, 9509, 16680, 12396, 10845, 11156, 10074, 11509, 10760, 10399, 13697, 11063, 10909, 14320, 9834, 11265, 11860, 10166, 10849, 12774, 10171, 13745, 10699, 10162, 11050, 10260, 10382, 13091, 9787, 10178, 15368, 9914, 10883, 11914, 9620, 10992, 10914, 10147, 13152, 12327, 10351, 14499, 9646, 10437, 13950, 9649, 11048, 13372, 10548, 13676, 11103, 9829, 9251, 10397, 10094, 11763, 12435, 11905, 14011, 13581, 9599, 13251, 11142, 9480, 10866, 10732, 9738, 12940, 11645, 10155, 11169, 9310, 9686, 8890, 10364, 10255, 12508, 14639, 10330, 10593, 12357, 9830, 10711, 13806, 11032, 10320, 13001, 11683, 9075, 10094, 11089, 10481, 9812, 11717, 14826, 12589, 12656, 12901, 9412, 10276, 12929, 8909, 10204, 14794, 12056, 10273, 14537, 10441, 9798, 10800, 10254, 9666, 12398, 13868, 9909, 10796, 11443, 8875, 10485, 11547, 9691, 16573, 13287, 10410, 14853, 9267, 10022, 12706, 8720, 9895, 14302, 11244, 12037, 10481, 9369, 10401, 9814, 9334, 10503, 10479, 9319, 13968, 13965, 9725, 12380, 10076, 9481, 14419, 10052, 9777, 13901, 9612, 12881, 15191, 10640, 12204, 10042, 9402, 12306, 8895, 10250, 12729, 8692, 14088, 15556, 9213, 9966, 10261, 9056, 14755, 12954, 10899, 13869, 10086, 9205, 12401, 8444, 9564, 15057, 11862, 10102, 12855, 8708, 10209, 10890, 8819, 12056, 10844, 9329, 15650, 10660, 11793, 13739, 10323, 15619, 12373, 9501, 13758, 9489, 9856, 10761, 8654, 11703, 12123, 10588, 16164, 12274, 9713, 12264, 8798, 9570, 12592, 8616, 9978, 9476, 9242, 12858, 9338, 9906, 12276, 8753, 10283, 9785, 9634, 10554, 13534, 9660, 10577, 10081, 7974, 10919, 13277, 10675, 15400, 12320, 9057, 10707, 9486, 8759, 9835, 11968, 9412, 10249, 15209, 11855, 9676, 14256, 10581, 13902, 12200, 9396, 16320, 10958, 10341, 13721, 11060, 15730, 13246, 9510, 14316, 9300, 9274, 12826, 9173, 12555, 10720, 9026, 11050, 13255, 8949, 10430, 16483, 10958, 10510, 13291, 9056, 10386, 12756, 9208, 14833, 14452, 11732, 15955, 11008, 9029, 12881, 9470, 9098, 17171, 13614, 9636, 14311, 9216, 9398, 12837, 8627, 9567, 13350, 10244, 13356, 16015, 10794, 10296, 9352, 8510, 12271, 8960, 8549, 16909, 13776, 13521, 15714, 10426, 9781, 10794, 12089, 10318, 9758, 11335, 10957, 9676, 10080, 10010, 8658, 10075, 13875, 11025, 9432, 17157, 12338, 9308, 16341, 11385, 9254, 16583, 13122, 10516, 15277, 9832, 9255, 10520, 9555, 8914, 14169, 10552, 9342, 16005, 13105, 10919, 10500, 9765, 8993, 10053, 11872, 8781, 10373, 11753, 9273, 14625, 13469, 12181, 16693, 12980, 9340, 10258, 10532, 9191, 14218, 10219, 9212, 16175, 11831, 11727, 18008, 12954, 10011, 12076, 8809, 10052, 13085, 9050, 11218, 15430, 12466, 15350, 13527, 9162, 10235, 11378, 8912, 16796, 11400, 9324, 18041, 13982, 9719, 13864, 8877, 9817, 12713, 8667, 10116, 15298, 11763, 14668, 13282, 8860, 11887, 10305, 9044, 16169, 11033, 10687, 17272, 13343, 11194, 12312, 8648, 9941, 10893, 8849, 11760, 15081, 11857, 14701, 11835, 8618, 9714, 11493, 8678, 15322, 14110, 11668, 16407, 10589, 9393, 14395, 9695, 9149, 16613, 12596, 11298, 16234, 8317, 9895, 13994, 9353, 8404, 13655, 13280, 12060, 13675, 13404, 10523, 8517, 9338, 8880, 9194, 10344, 11145, 10592, 9375, 10078, 14482, 11250, 9487, 14985, 13541, 10497, 16799, 15169, 10423, 12663, 10345, 9357, 15358, 9487, 9899, 14267, 10169, 12173, 15405, 8972, 10340, 9751, 9307, 10310, 11098, 9657, 15672, 14404, 9322, 10607, 10026, 9296, 14780, 10742, 9082, 17825, 13644, 10624, 14888, 9014, 10035, 13328, 9901, 11375, 17211, 12519, 12005, 11913, 8825, 14745, 12014, 9747, 18426, 14426, 9765, 14123, 9236, 9579, 13460, 9427, 12542, 17475, 10986, 11983, 11558, 8823, 16771, 11475, 12890, 18483, 13656, 11944, 11358, 8785, 9999, 10403, 9070, 14790, 12053, 10669, 16866, 10607, 9509, 13372, 9097, 16464, 12957, 11438, 15167, 9588, 9587, 15250, 11552, 14925, 11264, 9089, 14198, 8873, 9764, 14541, 11021, 17261, 13394, 8974, 15601, 9978, 9517, 15663, 11889, 12923, 15783, 10823, 9275, 11391, 8427, 9694, 9377, 9109, 17091, 13413, 10078, 15099, 9168, 10049, 11447, 8745, 15899, 11935, 11026, 15168, 9229, 10154, 11381, 9266, 15984, 13069, 9521, 14495, 9452, 9637, 13363, 8720, 9901, 15515, 11562, 15951, 13082, 9332, 14042, 9647, 9635, 13592, 10445, 12901, 17486, 13353, 16102, 12729, 8508, 9824, 10026, 8985, 11525, 8480, 9525, 12452, 9129, 10065, 13497, 9809, 10317, 17352, 14294, 10599, 10908, 10946, 9621, 10722, 12451, 9616, 10639, 11388, 8958, 11957, 14735, 11945, 9701, 16811, 13800, 12517, 16096, 14483, 9541, 10104, 12608, 8902, 12393, 15174, 11261, 14073, 11174, 9559, 11704, 11434, 10232, 17605, 13250, 9979, 14389, 9249, 10240, 14662, 10950, 16554, 15585, 10404, 12453, 9219, 9506, 12689, 9449, 11871, 16989, 12563, 11492, 10981, 9004, 10470, 10753, 9162, 10695, 11320, 9689, 12889, 10485, 9295, 14865, 12395, 14221, 17333, 13856, 9463, 10284, 12399, 9313, 10575, 11474, 9022, 11602, 11549, 8984, 13556, 12342, 10466, 16060, 18841, 11536, 9981, 10625, 9818, 9222, 10309, 12590, 9425, 10081, 14530, 13310, 11495, 14168, 18654, 13890, 9730, 14410, 9746, 9767, 14918, 11817, 14116, 17135, 16119, 13222, 13913, 9557, 9025, 9842, 7824, 8463, 8750, 7958, 10875, 9194, 8938, 14268, 9106, 9194, 14005, 9690, 15310, 17370, 11266, 9128, 11530, 9089, 8983, 14911, 10156, 12270, 13501, 9589, 10202, 11165, 8771, 9180, 11090, 9013, 9346, 13058, 9456, 8937, 15709, 11697, 11957, 18829, 14889, 9522, 9877, 11885, 10210, 8876, 9981, 12788, 9997, 12565, 17190, 12756, 9229, 15645, 11803, 11571, 12643, 8511, 9623, 10725, 8739, 12964, 9969, 9100, 15778, 13760, 12368, 14799, 8719, 9823, 11216, 8427, 11785, 16094, 12022, 11370, 10380, 8761, 14036, 9805, 9098, 14201, 9245, 12399, 10912, 8793, 18089, 15606, 13178, 14715, 9334, 8932, 10809, 8597, 8818, 13314, 8175, 9784, 10037, 8490, 15279, 9622, 10002, 12809, 9641, 12854, 12580, 10283, 13555, 17212, 10918, 10021, 12900, 8470, 9796, 12449, 8675, 16137, 11212, 9306, 16536, 12721, 10055, 14904, 9298, 9697, 13198, 8705, 11768, 10513, 8831, 16411, 13296, 9431, 11542, 10294, 9520, 13971, 11787, 10462, 11400, 10182, 10010, 10247, 9438, 10041, 10639, 13870, 10247, 9847, 17659, 13924, 9644, 13517, 10573, 10839, 18645, 13923, 9671, 14163, 9240, 10081, 16017, 11794, 10169, 10148, 8808, 12600, 9874, 9481, 16115, 12116, 9677, 13177, 9031, 9812, 15846, 10132, 10491, 11652, 9115, 16466, 13803, 9653, 13028, 8972, 9941, 14566, 11049, 10075, 12041, 9134, 10937, 13749, 10658, 13843, 11047, 10205, 12144, 9873, 9715, 16395, 11475, 10384, 12443, 9638, 10439, 13640, 10037, 10273, 11801, 10056, 10660, 12436, 9710, 9970, 13163, 9341, 10681, 11352, 9857, 16075, 12900, 10416, 12504, 9616, 10674, 13144, 10923, 15086, 12508, 10071, 12184, 9081, 10395, 14152, 9461, 11776, 11312, 9797, 16104, 13253, 10341, 13096, 8651, 10942, 11187, 9597, 11274, 11031, 10224, 14645, 11249, 10462, 15576, 10938, 11031, 12075, 9629, 10592, 12964, 10476, 12366, 11001, 10622, 14125, 9730, 10476, 15220, 11113, 11206, 12366, 9769, 11050, 13342, 10312, 11523, 11292, 10503, 14499, 10865, 11027, 12938, 9477, 10764, 14194, 9780, 11239, 11724, 9225, 10922, 11496, 10067, 10884, 10171, 10414, 11864, 14394, 12004, 11432, 12253, 10043, 11312, 11756, 10424, 15680, 11775, 10139, 16225, 13436, 10674, 11246, 9841, 11374, 10720, 9321, 14670, 11908, 10307, 12183, 8496, 10816, 10768, 9680, 11187, 10505, 9967, 12116, 11848, 10403, 13751, 9366, 10851, 13536, 9973, 10615, 14890, 11938, 11508, 10938, 10668, 11418, 11454, 10255, 12346, 11656, 10503, 11452, 11242, 10253, 11201, 13390, 10704, 14363, 11839, 10830, 11186, 15464, 10728, 8765, 9454, 10920, 10382, 11003, 11248, 8039, 10796, 13489, 9399, 10498, 14390, 10743, 10277, 16527, 13644, 10657, 12216, 9292, 11469, 11312, 9973], 'WindowCenter': [4580.0, 4546.0, 4491.0, 4506.0, 4467.0, 4484.0, 4495.0, 4475.0, 4505.0, 4516.0, 4487.0, 4495.0, 4496.0, 4476.0, 4482.0, 4475.0, 4464.0, 4506.0, 4486.0, 4508.0, 4478.0, 4485.0, 4464.0, 4461.0, 4460.0, 4451.0, 4460.0, 4452.0, 4463.0, 4502.0, 4494.0, 4462.0, 4491.0, 4459.0, 4436.0, 4465.0, 4435.0, 4464.0, 4445.0, 4424.0, 4465.0, 4445.0, 4446.0, 4464.0, 4434.0, 4433.0, 4442.0, 4412.0, 4442.0, 4433.0, 4425.0, 4475.0, 4457.0, 4437.0, 4477.0, 4449.0, 4447.0, 4466.0, 4437.0, 4447.0, 4468.0, 4439.0, 4459.0, 4469.0, 4461.0, 4471.0, 4482.0, 4473.0, 4493.0, 4472.0, 4475.0, 4483.0, 4486.0, 4489.0, 4530.0, 4509.0, 4490.0, 4489.0, 4479.0, 4499.0, 4488.0, 4507.0, 4488.0, 4499.0, 4533.0, 4492.0, 4500.0, 4506.0, 4487.0, 4489.0, 4529.0, 4497.0, 4476.0, 4494.0, 4475.0, 4475.0, 4504.0, 4485.0, 4474.0, 4494.0, 4464.0, 4463.0, 4494.0, 4466.0, 4474.0, 4504.0, 4464.0, 4472.0, 4484.0, 4478.0, 4475.0, 4515.0, 4498.0, 4466.0, 4463.0, 4453.0, 4465.0, 4464.0, 4475.0, 4445.0, 4425.0, 4447.0, 4499.0, 4500.0, 4490.0, 4488.0, 4488.0, 4467.0, 4495.0, 4486.0, 4465.0, 4506.0, 4485.0, 4473.0, 4492.0, 4451.0, 4489.0, 4458.0, 4426.0, 4466.0, 4436.0, 4455.0, 4455.0, 4425.0, 4455.0, 4436.0, 4425.0, 4465.0, 4437.0, 4447.0, 4467.0, 4438.0, 4448.0, 4469.0, 4451.0, 4461.0, 4481.0, 4452.0, 4473.0, 4482.0, 4464.0, 4474.0, 4485.0, 4466.0, 4476.0, 4507.0, 4477.0, 4476.0, 4485.0, 4455.0, 4474.0, 4484.0, 4465.0, 4505.0, 4485.0, 4466.0, 4483.0, 4463.0, 4463.0, 4483.0, 4455.0, 4484.0, 4494.0, 4465.0, 4493.0, 4464.0, 4474.0, 4492.0, 4464.0, 4493.0, 4484.0, 4464.0, 4493.0, 4453.0, 4472.0, 4472.0, 4452.0, 4501.0, 4483.0, 4473.0, 4473.0, 4463.0, 4471.0, 4473.0, 4463.0, 4494.0, 4487.0, 4487.0, 4507.0, 4477.0, 4486.0, 4484.0, 4476.0, 4475.0, 4496.0, 4477.0, 4507.0, 4487.0, 4477.0, 4486.0, 4476.0, 4475.0, 4495.0, 4465.0, 4475.0, 4516.0, 4477.0, 4486.0, 4486.0, 4466.0, 4474.0, 4474.0, 4464.0, 4494.0, 4495.0, 4475.0, 4505.0, 4465.0, 4475.0, 4504.0, 4464.0, 4473.0, 4493.0, 4474.0, 4494.0, 4484.0, 4475.0, 4465.0, 4472.0, 4464.0, 4484.0, 4496.0, 4497.0, 4507.0, 4507.0, 4467.0, 4505.0, 4485.0, 4464.0, 4472.0, 4472.0, 4452.0, 4493.0, 4484.0, 4475.0, 4485.0, 4478.0, 4477.0, 4467.0, 4476.0, 4485.0, 4508.0, 4529.0, 4489.0, 4489.0, 4508.0, 4477.0, 4474.0, 4495.0, 4475.0, 4466.0, 4495.0, 4485.0, 4456.0, 4477.0, 4485.0, 4475.0, 4474.0, 4485.0, 4506.0, 4497.0, 4494.0, 4495.0, 4455.0, 4464.0, 4494.0, 4443.0, 4462.0, 4503.0, 4484.0, 4465.0, 4504.0, 4487.0, 4490.0, 4497.0, 4476.0, 4464.0, 4494.0, 4506.0, 4476.0, 4486.0, 4486.0, 4456.0, 4475.0, 4484.0, 4464.0, 4514.0, 4494.0, 4464.0, 4501.0, 4453.0, 4463.0, 4481.0, 4440.0, 4450.0, 4491.0, 4473.0, 4483.0, 4473.0, 4454.0, 4474.0, 4463.0, 4465.0, 4473.0, 4473.0, 4454.0, 4505.0, 4506.0, 4465.0, 4495.0, 4475.0, 4465.0, 4493.0, 4462.0, 4461.0, 4491.0, 4453.0, 4482.0, 4504.0, 4463.0, 4482.0, 4460.0, 4452.0, 4479.0, 4452.0, 4461.0, 4482.0, 4455.0, 4504.0, 4515.0, 4465.0, 4474.0, 4473.0, 4464.0, 4502.0, 4494.0, 4484.0, 4492.0, 4473.0, 4464.0, 4493.0, 4443.0, 4462.0, 4502.0, 4494.0, 4475.0, 4495.0, 4455.0, 4475.0, 4483.0, 4454.0, 4482.0, 4473.0, 4453.0, 4513.0, 4473.0, 4482.0, 4494.0, 4461.0, 4500.0, 4480.0, 4461.0, 4489.0, 4450.0, 4461.0, 4470.0, 4442.0, 4481.0, 4483.0, 4474.0, 4513.0, 4482.0, 4462.0, 4480.0, 4441.0, 4450.0, 4480.0, 4442.0, 4462.0, 4461.0, 4464.0, 4493.0, 4464.0, 4474.0, 4492.0, 4454.0, 4472.0, 4474.0, 4476.0, 4486.0, 4516.0, 4488.0, 4497.0, 4499.0, 4481.0, 4510.0, 4530.0, 4510.0, 4550.0, 4532.0, 4503.0, 4501.0, 4477.0, 4466.0, 4477.0, 4506.0, 4479.0, 4487.0, 4528.0, 4507.0, 4476.0, 4516.0, 4474.0, 4502.0, 4481.0, 4451.0, 4500.0, 4461.0, 4460.0, 4490.0, 4472.0, 4492.0, 4480.0, 4449.0, 4490.0, 4449.0, 4450.0, 4479.0, 4464.0, 4481.0, 4470.0, 4441.0, 4471.0, 4479.0, 4452.0, 4471.0, 4514.0, 4485.0, 4486.0, 4506.0, 4467.0, 4475.0, 4495.0, 4464.0, 4515.0, 4506.0, 4495.0, 4516.0, 4487.0, 4467.0, 4494.0, 4464.0, 4453.0, 4524.0, 4505.0, 4466.0, 4505.0, 4455.0, 4464.0, 4493.0, 4454.0, 4464.0, 4493.0, 4461.0, 4492.0, 4514.0, 4485.0, 4472.0, 4463.0, 4453.0, 4482.0, 4464.0, 4464.0, 4536.0, 4526.0, 4529.0, 4539.0, 4499.0, 4497.0, 4495.0, 4518.0, 4497.0, 4489.0, 4507.0, 4500.0, 4479.0, 4477.0, 4476.0, 4455.0, 4465.0, 4503.0, 4473.0, 4441.0, 4501.0, 4482.0, 4440.0, 4489.0, 4459.0, 4438.0, 4499.0, 4479.0, 4449.0, 4488.0, 4449.0, 4440.0, 4459.0, 4450.0, 4441.0, 4490.0, 4462.0, 4451.0, 4513.0, 4494.0, 4475.0, 4474.0, 4464.0, 4454.0, 4474.0, 4484.0, 4455.0, 4474.0, 4485.0, 4466.0, 4504.0, 4506.0, 4498.0, 4516.0, 4495.0, 4466.0, 4474.0, 4474.0, 4455.0, 4493.0, 4475.0, 4454.0, 4514.0, 4486.0, 4484.0, 4526.0, 4496.0, 4465.0, 4494.0, 4455.0, 4474.0, 4493.0, 4455.0, 4483.0, 4515.0, 4508.0, 4518.0, 4507.0, 4467.0, 4475.0, 4485.0, 4454.0, 4512.0, 4473.0, 4452.0, 4523.0, 4506.0, 4465.0, 4505.0, 4455.0, 4475.0, 4494.0, 4453.0, 4474.0, 4515.0, 4496.0, 4516.0, 4506.0, 4467.0, 4486.0, 4475.0, 4455.0, 4512.0, 4473.0, 4462.0, 4513.0, 4494.0, 4475.0, 4484.0, 4455.0, 4474.0, 4474.0, 4455.0, 4484.0, 4515.0, 4497.0, 4516.0, 4497.0, 4467.0, 4466.0, 4485.0, 4454.0, 4504.0, 4505.0, 4486.0, 4514.0, 4475.0, 4465.0, 4504.0, 4464.0, 4452.0, 4512.0, 4483.0, 4473.0, 4513.0, 4454.0, 4474.0, 4504.0, 4476.0, 4476.0, 4527.0, 4528.0, 4531.0, 4541.0, 4541.0, 4511.0, 4490.0, 4488.0, 4465.0, 4467.0, 4487.0, 4499.0, 4488.0, 4468.0, 4476.0, 4516.0, 4486.0, 4465.0, 4503.0, 4492.0, 4462.0, 4512.0, 4502.0, 4461.0, 4481.0, 4449.0, 4441.0, 4489.0, 4450.0, 4449.0, 4488.0, 4451.0, 4479.0, 4501.0, 4453.0, 4473.0, 4463.0, 4464.0, 4473.0, 4484.0, 4465.0, 4516.0, 4517.0, 4467.0, 4487.0, 4477.0, 4466.0, 4504.0, 4474.0, 4454.0, 4524.0, 4506.0, 4476.0, 4515.0, 4466.0, 4475.0, 4504.0, 4475.0, 4484.0, 4526.0, 4497.0, 4495.0, 4496.0, 4466.0, 4503.0, 4482.0, 4452.0, 4521.0, 4502.0, 4452.0, 4491.0, 4452.0, 4451.0, 4491.0, 4453.0, 4482.0, 4523.0, 4474.0, 4482.0, 4482.0, 4452.0, 4501.0, 4472.0, 4481.0, 4513.0, 4494.0, 4483.0, 4472.0, 4453.0, 4462.0, 4471.0, 4452.0, 4501.0, 4494.0, 4474.0, 4524.0, 4475.0, 4464.0, 4493.0, 4442.0, 4499.0, 4480.0, 4469.0, 4490.0, 4450.0, 4449.0, 4500.0, 4471.0, 4500.0, 4470.0, 4441.0, 4489.0, 4440.0, 4449.0, 4490.0, 4471.0, 4510.0, 4492.0, 4453.0, 4514.0, 4464.0, 4452.0, 4501.0, 4484.0, 4482.0, 4503.0, 4473.0, 4454.0, 4485.0, 4432.0, 4450.0, 4451.0, 4440.0, 4500.0, 4492.0, 4462.0, 4502.0, 4453.0, 4463.0, 4471.0, 4430.0, 4498.0, 4471.0, 4459.0, 4489.0, 4440.0, 4449.0, 4471.0, 4451.0, 4500.0, 4493.0, 4453.0, 4490.0, 4453.0, 4452.0, 4491.0, 4442.0, 4462.0, 4503.0, 4484.0, 4514.0, 4494.0, 4464.0, 4502.0, 4462.0, 4451.0, 4491.0, 4462.0, 4483.0, 4524.0, 4505.0, 4526.0, 4504.0, 4455.0, 4462.0, 4462.0, 4441.0, 4470.0, 4440.0, 4450.0, 4481.0, 4453.0, 4463.0, 4503.0, 4474.0, 4487.0, 4536.0, 4515.0, 4475.0, 4471.0, 4472.0, 4464.0, 4473.0, 4493.0, 4463.0, 4471.0, 4472.0, 4444.0, 4473.0, 4502.0, 4481.0, 4451.0, 4501.0, 4492.0, 4482.0, 4513.0, 4503.0, 4464.0, 4473.0, 4481.0, 4441.0, 4493.0, 4502.0, 4472.0, 4493.0, 4472.0, 4461.0, 4481.0, 4471.0, 4462.0, 4523.0, 4493.0, 4475.0, 4502.0, 4465.0, 4463.0, 4502.0, 4473.0, 4513.0, 4515.0, 4474.0, 4493.0, 4463.0, 4462.0, 4480.0, 4460.0, 4480.0, 4524.0, 4495.0, 4484.0, 4484.0, 4464.0, 4471.0, 4471.0, 4451.0, 4459.0, 4469.0, 4451.0, 4490.0, 4471.0, 4451.0, 4501.0, 4493.0, 4504.0, 4523.0, 4492.0, 4461.0, 4459.0, 4480.0, 4450.0, 4460.0, 4470.0, 4452.0, 4470.0, 4470.0, 4451.0, 4490.0, 4480.0, 4471.0, 4512.0, 4522.0, 4481.0, 4461.0, 4472.0, 4462.0, 4462.0, 4473.0, 4494.0, 4467.0, 4474.0, 4515.0, 4505.0, 4496.0, 4516.0, 4537.0, 4506.0, 4464.0, 4503.0, 4463.0, 4460.0, 4525.0, 4494.0, 4503.0, 4514.0, 4527.0, 4516.0, 4514.0, 4462.0, 4450.0, 4447.0, 4417.0, 4427.0, 4428.0, 4430.0, 4470.0, 4462.0, 4452.0, 4501.0, 4451.0, 4449.0, 4489.0, 4459.0, 4500.0, 4512.0, 4471.0, 4450.0, 4468.0, 4449.0, 4438.0, 4487.0, 4447.0, 4455.0, 4465.0, 4435.0, 4444.0, 4454.0, 4425.0, 4435.0, 4455.0, 4436.0, 4436.0, 4476.0, 4448.0, 4438.0, 4498.0, 4480.0, 4481.0, 4522.0, 4512.0, 4464.0, 4474.0, 4492.0, 4474.0, 4464.0, 4461.0, 4493.0, 4475.0, 4505.0, 4526.0, 4507.0, 4466.0, 4514.0, 4494.0, 4482.0, 4491.0, 4441.0, 4460.0, 4470.0, 4441.0, 4490.0, 4461.0, 4451.0, 4511.0, 4503.0, 4492.0, 4502.0, 4453.0, 4472.0, 4483.0, 4454.0, 4493.0, 4526.0, 4495.0, 4484.0, 4474.0, 4454.0, 4501.0, 4462.0, 4440.0, 4488.0, 4450.0, 4468.0, 4468.0, 4439.0, 4519.0, 4512.0, 4493.0, 4501.0, 4449.0, 4450.0, 4469.0, 4440.0, 4450.0, 4490.0, 4442.0, 4461.0, 4461.0, 4441.0, 4500.0, 4461.0, 4460.0, 4479.0, 4449.0, 4478.0, 4479.0, 4460.0, 4491.0, 4522.0, 4483.0, 4473.0, 4502.0, 4453.0, 4461.0, 4491.0, 4451.0, 4510.0, 4482.0, 4461.0, 4521.0, 4503.0, 4473.0, 4512.0, 4463.0, 4461.0, 4491.0, 4451.0, 4481.0, 4482.0, 4462.0, 4525.0, 4504.0, 4464.0, 4493.0, 4474.0, 4474.0, 4513.0, 4506.0, 4496.0, 4496.0, 4486.0, 4488.0, 4487.0, 4477.0, 4487.0, 4494.0, 4516.0, 4488.0, 4487.0, 4549.0, 4518.0, 4488.0, 4516.0, 4486.0, 4486.0, 4536.0, 4504.0, 4463.0, 4502.0, 4463.0, 4461.0, 4513.0, 4483.0, 4471.0, 4471.0, 4452.0, 4491.0, 4461.0, 4460.0, 4511.0, 4492.0, 4461.0, 4491.0, 4462.0, 4472.0, 4511.0, 4471.0, 4471.0, 4480.0, 4451.0, 4511.0, 4504.0, 4462.0, 4491.0, 4452.0, 4462.0, 4501.0, 4482.0, 4462.0, 4481.0, 4465.0, 4484.0, 4503.0, 4473.0, 4503.0, 4482.0, 4472.0, 4491.0, 4474.0, 4463.0, 4525.0, 4496.0, 4472.0, 4494.0, 4475.0, 4486.0, 4519.0, 4477.0, 4476.0, 4484.0, 4478.0, 4487.0, 4494.0, 4465.0, 4476.0, 4506.0, 4467.0, 4485.0, 4484.0, 4474.0, 4514.0, 4493.0, 4461.0, 4480.0, 4450.0, 4459.0, 4480.0, 4471.0, 4501.0, 4479.0, 4450.0, 4468.0, 4439.0, 4460.0, 4489.0, 4450.0, 4468.0, 4470.0, 4461.0, 4511.0, 4493.0, 4462.0, 4491.0, 4452.0, 4472.0, 4482.0, 4464.0, 4482.0, 4473.0, 4474.0, 4527.0, 4486.0, 4486.0, 4514.0, 4474.0, 4472.0, 4481.0, 4461.0, 4472.0, 4493.0, 4474.0, 4493.0, 4483.0, 4484.0, 4504.0, 4464.0, 4474.0, 4512.0, 4484.0, 4483.0, 4493.0, 4475.0, 4483.0, 4502.0, 4474.0, 4484.0, 4484.0, 4484.0, 4515.0, 4485.0, 4484.0, 4505.0, 4478.0, 4485.0, 4517.0, 4476.0, 4495.0, 4496.0, 4477.0, 4486.0, 4497.0, 4478.0, 4487.0, 4476.0, 4487.0, 4497.0, 4519.0, 4498.0, 4486.0, 4495.0, 4465.0, 4474.0, 4484.0, 4473.0, 4502.0, 4483.0, 4461.0, 4514.0, 4494.0, 4461.0, 4471.0, 4451.0, 4470.0, 4459.0, 4440.0, 4491.0, 4483.0, 4462.0, 4481.0, 4442.0, 4472.0, 4471.0, 4452.0, 4471.0, 4459.0, 4452.0, 4482.0, 4484.0, 4474.0, 4504.0, 4453.0, 4474.0, 4491.0, 4462.0, 4472.0, 4515.0, 4485.0, 4483.0, 4473.0, 4475.0, 4496.0, 4486.0, 4475.0, 4495.0, 4485.0, 4485.0, 4485.0, 4485.0, 4476.0, 4485.0, 4507.0, 4488.0, 4517.0, 4507.0, 4509.0, 4497.0, 4539.0, 4508.0, 4479.0, 4488.0, 4485.0, 4486.0, 4488.0, 4488.0, 4459.0, 4487.0, 4519.0, 4467.0, 4475.0, 4506.0, 4486.0, 4463.0, 4514.0, 4494.0, 4462.0, 4471.0, 4440.0, 4459.0, 4458.0, 4438.0], 'WindowWidth': [10021.0, 9964.0, 9875.0, 9887.0, 9833.0, 9851.0, 9867.0, 9841.0, 9881.0, 9902.0, 9861.0, 9868.0, 9873.0, 9843.0, 9842.0, 9835.0, 9816.0, 9877.0, 9850.0, 9890.0, 9847.0, 9851.0, 9820.0, 9809.0, 9807.0, 9797.0, 9808.0, 9801.0, 9815.0, 9870.0, 9862.0, 9815.0, 9852.0, 9805.0, 9767.0, 9804.0, 9762.0, 9799.0, 9775.0, 9745.0, 9803.0, 9778.0, 9777.0, 9802.0, 9759.0, 9756.0, 9768.0, 9729.0, 9768.0, 9759.0, 9749.0, 9818.0, 9798.0, 9771.0, 9826.0, 9789.0, 9783.0, 9809.0, 9772.0, 9784.0, 9813.0, 9777.0, 9804.0, 9820.0, 9811.0, 9827.0, 9844.0, 9831.0, 9858.0, 9829.0, 9837.0, 9845.0, 9854.0, 9867.0, 9924.0, 9893.0, 9868.0, 9866.0, 9851.0, 9878.0, 9860.0, 9884.0, 9861.0, 9879.0, 9936.0, 9875.0, 9881.0, 9882.0, 9858.0, 9865.0, 9918.0, 9870.0, 9839.0, 9864.0, 9837.0, 9835.0, 9875.0, 9851.0, 9834.0, 9860.0, 9818.0, 9816.0, 9860.0, 9825.0, 9836.0, 9878.0, 9820.0, 9829.0, 9848.0, 9848.0, 9837.0, 9894.0, 9877.0, 9825.0, 9816.0, 9803.0, 9824.0, 9821.0, 9835.0, 9792.0, 9762.0, 9798.0, 9873.0, 9880.0, 9867.0, 9860.0, 9858.0, 9827.0, 9863.0, 9853.0, 9821.0, 9882.0, 9852.0, 9829.0, 9855.0, 9793.0, 9843.0, 9799.0, 9752.0, 9806.0, 9765.0, 9789.0, 9791.0, 9750.0, 9790.0, 9764.0, 9749.0, 9805.0, 9770.0, 9783.0, 9812.0, 9775.0, 9788.0, 9818.0, 9798.0, 9809.0, 9838.0, 9802.0, 9830.0, 9843.0, 9820.0, 9833.0, 9849.0, 9826.0, 9837.0, 9885.0, 9844.0, 9839.0, 9850.0, 9808.0, 9830.0, 9845.0, 9821.0, 9877.0, 9851.0, 9824.0, 9846.0, 9819.0, 9817.0, 9841.0, 9806.0, 9845.0, 9861.0, 9823.0, 9860.0, 9821.0, 9832.0, 9855.0, 9821.0, 9859.0, 9846.0, 9818.0, 9857.0, 9803.0, 9826.0, 9826.0, 9799.0, 9867.0, 9845.0, 9830.0, 9830.0, 9817.0, 9824.0, 9830.0, 9819.0, 9862.0, 9856.0, 9855.0, 9885.0, 9842.0, 9853.0, 9849.0, 9838.0, 9835.0, 9868.0, 9844.0, 9885.0, 9857.0, 9844.0, 9854.0, 9840.0, 9836.0, 9863.0, 9825.0, 9836.0, 9897.0, 9842.0, 9852.0, 9853.0, 9827.0, 9834.0, 9833.0, 9820.0, 9861.0, 9865.0, 9837.0, 9877.0, 9825.0, 9836.0, 9874.0, 9821.0, 9829.0, 9859.0, 9833.0, 9860.0, 9849.0, 9839.0, 9825.0, 9830.0, 9820.0, 9847.0, 9867.0, 9871.0, 9888.0, 9888.0, 9831.0, 9880.0, 9850.0, 9818.0, 9827.0, 9828.0, 9800.0, 9859.0, 9848.0, 9837.0, 9852.0, 9849.0, 9847.0, 9831.0, 9843.0, 9855.0, 9890.0, 9922.0, 9865.0, 9865.0, 9891.0, 9845.0, 9835.0, 9863.0, 9838.0, 9824.0, 9864.0, 9852.0, 9815.0, 9842.0, 9852.0, 9838.0, 9836.0, 9849.0, 9881.0, 9872.0, 9862.0, 9863.0, 9810.0, 9820.0, 9860.0, 9791.0, 9813.0, 9869.0, 9848.0, 9823.0, 9877.0, 9858.0, 9872.0, 9876.0, 9842.0, 9823.0, 9863.0, 9882.0, 9841.0, 9853.0, 9855.0, 9815.0, 9837.0, 9847.0, 9819.0, 9889.0, 9865.0, 9819.0, 9868.0, 9804.0, 9816.0, 9840.0, 9783.0, 9793.0, 9852.0, 9831.0, 9845.0, 9831.0, 9808.0, 9835.0, 9820.0, 9824.0, 9833.0, 9830.0, 9806.0, 9877.0, 9884.0, 9826.0, 9866.0, 9840.0, 9824.0, 9857.0, 9815.0, 9811.0, 9853.0, 9803.0, 9841.0, 9876.0, 9818.0, 9842.0, 9811.0, 9802.0, 9835.0, 9801.0, 9813.0, 9842.0, 9815.0, 9879.0, 9895.0, 9826.0, 9836.0, 9835.0, 9825.0, 9874.0, 9867.0, 9852.0, 9860.0, 9834.0, 9823.0, 9861.0, 9793.0, 9817.0, 9874.0, 9865.0, 9839.0, 9867.0, 9814.0, 9839.0, 9849.0, 9809.0, 9844.0, 9833.0, 9805.0, 9889.0, 9833.0, 9843.0, 9863.0, 9813.0, 9868.0, 9839.0, 9814.0, 9849.0, 9797.0, 9812.0, 9824.0, 9787.0, 9838.0, 9846.0, 9836.0, 9891.0, 9848.0, 9816.0, 9837.0, 9787.0, 9796.0, 9837.0, 9790.0, 9817.0, 9814.0, 9821.0, 9860.0, 9824.0, 9837.0, 9860.0, 9811.0, 9833.0, 9841.0, 9847.0, 9858.0, 9901.0, 9866.0, 9877.0, 9884.0, 9867.0, 9901.0, 9933.0, 9905.0, 9963.0, 9937.0, 9899.0, 9888.0, 9848.0, 9830.0, 9844.0, 9886.0, 9854.0, 9861.0, 9919.0, 9890.0, 9844.0, 9897.0, 9837.0, 9873.0, 9841.0, 9799.0, 9865.0, 9810.0, 9807.0, 9849.0, 9826.0, 9852.0, 9837.0, 9794.0, 9851.0, 9795.0, 9798.0, 9834.0, 9822.0, 9838.0, 9823.0, 9785.0, 9825.0, 9835.0, 9803.0, 9825.0, 9892.0, 9854.0, 9854.0, 9881.0, 9831.0, 9838.0, 9867.0, 9823.0, 9892.0, 9884.0, 9867.0, 9898.0, 9860.0, 9834.0, 9863.0, 9822.0, 9806.0, 9904.0, 9882.0, 9828.0, 9878.0, 9809.0, 9821.0, 9862.0, 9809.0, 9823.0, 9859.0, 9813.0, 9854.0, 9892.0, 9853.0, 9829.0, 9818.0, 9805.0, 9844.0, 9825.0, 9825.0, 9933.0, 9922.0, 9931.0, 9944.0, 9886.0, 9880.0, 9875.0, 9911.0, 9878.0, 9868.0, 9891.0, 9882.0, 9851.0, 9843.0, 9842.0, 9811.0, 9822.0, 9873.0, 9831.0, 9784.0, 9866.0, 9842.0, 9778.0, 9844.0, 9804.0, 9773.0, 9858.0, 9832.0, 9790.0, 9843.0, 9790.0, 9781.0, 9805.0, 9794.0, 9784.0, 9849.0, 9815.0, 9800.0, 9887.0, 9860.0, 9836.0, 9833.0, 9820.0, 9809.0, 9835.0, 9848.0, 9810.0, 9834.0, 9851.0, 9826.0, 9876.0, 9883.0, 9874.0, 9897.0, 9866.0, 9826.0, 9836.0, 9834.0, 9808.0, 9858.0, 9836.0, 9807.0, 9887.0, 9853.0, 9847.0, 9911.0, 9868.0, 9824.0, 9861.0, 9810.0, 9836.0, 9858.0, 9810.0, 9846.0, 9893.0, 9890.0, 9902.0, 9884.0, 9831.0, 9840.0, 9850.0, 9808.0, 9883.0, 9830.0, 9802.0, 9901.0, 9883.0, 9826.0, 9878.0, 9813.0, 9837.0, 9864.0, 9806.0, 9834.0, 9893.0, 9868.0, 9897.0, 9882.0, 9830.0, 9853.0, 9838.0, 9810.0, 9882.0, 9829.0, 9813.0, 9887.0, 9863.0, 9835.0, 9849.0, 9811.0, 9836.0, 9835.0, 9812.0, 9846.0, 9891.0, 9871.0, 9898.0, 9872.0, 9832.0, 9828.0, 9852.0, 9808.0, 9874.0, 9879.0, 9853.0, 9889.0, 9837.0, 9822.0, 9876.0, 9821.0, 9799.0, 9885.0, 9847.0, 9833.0, 9890.0, 9808.0, 9838.0, 9876.0, 9847.0, 9851.0, 9922.0, 9927.0, 9936.0, 9952.0, 9949.0, 9909.0, 9876.0, 9869.0, 9830.0, 9830.0, 9859.0, 9877.0, 9861.0, 9832.0, 9842.0, 9896.0, 9855.0, 9823.0, 9872.0, 9856.0, 9815.0, 9884.0, 9871.0, 9811.0, 9836.0, 9792.0, 9781.0, 9844.0, 9793.0, 9790.0, 9841.0, 9795.0, 9832.0, 9865.0, 9805.0, 9832.0, 9819.0, 9823.0, 9832.0, 9847.0, 9824.0, 9895.0, 9898.0, 9832.0, 9858.0, 9845.0, 9830.0, 9876.0, 9834.0, 9806.0, 9904.0, 9884.0, 9840.0, 9894.0, 9829.0, 9840.0, 9876.0, 9838.0, 9849.0, 9911.0, 9871.0, 9867.0, 9868.0, 9829.0, 9874.0, 9843.0, 9801.0, 9895.0, 9872.0, 9801.0, 9853.0, 9801.0, 9799.0, 9852.0, 9805.0, 9843.0, 9901.0, 9835.0, 9845.0, 9844.0, 9802.0, 9865.0, 9827.0, 9836.0, 9888.0, 9863.0, 9844.0, 9830.0, 9807.0, 9817.0, 9828.0, 9802.0, 9868.0, 9862.0, 9836.0, 9906.0, 9840.0, 9822.0, 9858.0, 9787.0, 9859.0, 9837.0, 9820.0, 9849.0, 9796.0, 9791.0, 9863.0, 9826.0, 9864.0, 9824.0, 9784.0, 9847.0, 9782.0, 9792.0, 9849.0, 9826.0, 9878.0, 9856.0, 9806.0, 9890.0, 9823.0, 9801.0, 9866.0, 9848.0, 9840.0, 9871.0, 9831.0, 9806.0, 9851.0, 9774.0, 9794.0, 9798.0, 9780.0, 9862.0, 9855.0, 9814.0, 9868.0, 9803.0, 9817.0, 9824.0, 9769.0, 9857.0, 9823.0, 9805.0, 9846.0, 9782.0, 9791.0, 9825.0, 9799.0, 9863.0, 9857.0, 9803.0, 9851.0, 9803.0, 9801.0, 9851.0, 9790.0, 9814.0, 9871.0, 9850.0, 9889.0, 9863.0, 9822.0, 9870.0, 9817.0, 9799.0, 9851.0, 9815.0, 9843.0, 9907.0, 9885.0, 9912.0, 9879.0, 9814.0, 9816.0, 9814.0, 9783.0, 9822.0, 9784.0, 9797.0, 9839.0, 9806.0, 9819.0, 9875.0, 9839.0, 9862.0, 9928.0, 9898.0, 9838.0, 9828.0, 9831.0, 9820.0, 9832.0, 9860.0, 9819.0, 9827.0, 9829.0, 9791.0, 9828.0, 9869.0, 9839.0, 9797.0, 9865.0, 9854.0, 9844.0, 9888.0, 9873.0, 9821.0, 9831.0, 9839.0, 9785.0, 9860.0, 9868.0, 9828.0, 9858.0, 9828.0, 9815.0, 9840.0, 9826.0, 9816.0, 9900.0, 9860.0, 9838.0, 9873.0, 9827.0, 9818.0, 9870.0, 9832.0, 9887.0, 9897.0, 9837.0, 9860.0, 9822.0, 9815.0, 9837.0, 9811.0, 9838.0, 9905.0, 9867.0, 9849.0, 9850.0, 9823.0, 9827.0, 9825.0, 9799.0, 9807.0, 9820.0, 9799.0, 9852.0, 9827.0, 9803.0, 9868.0, 9860.0, 9878.0, 9904.0, 9858.0, 9815.0, 9809.0, 9836.0, 9797.0, 9809.0, 9822.0, 9801.0, 9823.0, 9823.0, 9799.0, 9849.0, 9836.0, 9827.0, 9886.0, 9902.0, 9842.0, 9815.0, 9830.0, 9817.0, 9819.0, 9834.0, 9863.0, 9831.0, 9838.0, 9894.0, 9881.0, 9871.0, 9898.0, 9931.0, 9885.0, 9823.0, 9871.0, 9817.0, 9810.0, 9909.0, 9866.0, 9876.0, 9898.0, 9921.0, 9905.0, 9896.0, 9820.0, 9797.0, 9788.0, 9747.0, 9758.0, 9763.0, 9768.0, 9824.0, 9818.0, 9803.0, 9869.0, 9801.0, 9795.0, 9848.0, 9808.0, 9865.0, 9890.0, 9826.0, 9796.0, 9819.0, 9794.0, 9779.0, 9841.0, 9786.0, 9793.0, 9805.0, 9764.0, 9776.0, 9790.0, 9752.0, 9766.0, 9793.0, 9771.0, 9770.0, 9826.0, 9790.0, 9780.0, 9861.0, 9837.0, 9841.0, 9903.0, 9888.0, 9824.0, 9838.0, 9861.0, 9837.0, 9823.0, 9817.0, 9859.0, 9839.0, 9880.0, 9915.0, 9888.0, 9829.0, 9891.0, 9863.0, 9845.0, 9856.0, 9786.0, 9809.0, 9822.0, 9785.0, 9849.0, 9815.0, 9802.0, 9883.0, 9876.0, 9861.0, 9874.0, 9808.0, 9832.0, 9849.0, 9812.0, 9864.0, 9914.0, 9869.0, 9852.0, 9839.0, 9813.0, 9870.0, 9816.0, 9783.0, 9845.0, 9795.0, 9817.0, 9818.0, 9782.0, 9892.0, 9889.0, 9862.0, 9870.0, 9798.0, 9799.0, 9822.0, 9785.0, 9797.0, 9850.0, 9788.0, 9813.0, 9815.0, 9788.0, 9867.0, 9814.0, 9809.0, 9835.0, 9795.0, 9832.0, 9836.0, 9810.0, 9855.0, 9902.0, 9848.0, 9835.0, 9873.0, 9808.0, 9817.0, 9855.0, 9802.0, 9881.0, 9845.0, 9816.0, 9899.0, 9878.0, 9835.0, 9888.0, 9821.0, 9817.0, 9855.0, 9805.0, 9841.0, 9847.0, 9821.0, 9911.0, 9878.0, 9823.0, 9863.0, 9837.0, 9836.0, 9887.0, 9886.0, 9873.0, 9873.0, 9860.0, 9867.0, 9861.0, 9848.0, 9863.0, 9868.0, 9900.0, 9866.0, 9862.0, 9952.0, 9907.0, 9864.0, 9899.0, 9860.0, 9858.0, 9931.0, 9882.0, 9822.0, 9872.0, 9819.0, 9815.0, 9891.0, 9848.0, 9828.0, 9829.0, 9804.0, 9854.0, 9815.0, 9813.0, 9884.0, 9859.0, 9815.0, 9855.0, 9819.0, 9831.0, 9884.0, 9829.0, 9828.0, 9840.0, 9802.0, 9884.0, 9879.0, 9818.0, 9856.0, 9806.0, 9817.0, 9870.0, 9847.0, 9819.0, 9843.0, 9826.0, 9851.0, 9874.0, 9836.0, 9875.0, 9845.0, 9830.0, 9857.0, 9837.0, 9820.0, 9909.0, 9872.0, 9834.0, 9864.0, 9841.0, 9857.0, 9908.0, 9845.0, 9842.0, 9850.0, 9849.0, 9856.0, 9863.0, 9825.0, 9842.0, 9881.0, 9832.0, 9852.0, 9852.0, 9836.0, 9894.0, 9864.0, 9813.0, 9835.0, 9796.0, 9807.0, 9836.0, 9827.0, 9868.0, 9834.0, 9795.0, 9817.0, 9781.0, 9808.0, 9847.0, 9796.0, 9817.0, 9823.0, 9814.0, 9883.0, 9864.0, 9816.0, 9854.0, 9803.0, 9830.0, 9843.0, 9824.0, 9844.0, 9833.0, 9836.0, 9918.0, 9859.0, 9858.0, 9896.0, 9836.0, 9831.0, 9841.0, 9815.0, 9831.0, 9863.0, 9839.0, 9862.0, 9848.0, 9851.0, 9878.0, 9825.0, 9836.0, 9889.0, 9850.0, 9846.0, 9861.0, 9838.0, 9849.0, 9875.0, 9837.0, 9850.0, 9852.0, 9851.0, 9896.0, 9854.0, 9850.0, 9883.0, 9850.0, 9854.0, 9902.0, 9846.0, 9867.0, 9870.0, 9848.0, 9855.0, 9871.0, 9847.0, 9856.0, 9842.0, 9857.0, 9870.0, 9907.0, 9876.0, 9854.0, 9866.0, 9824.0, 9834.0, 9847.0, 9829.0, 9871.0, 9847.0, 9814.0, 9893.0, 9866.0, 9813.0, 9825.0, 9800.0, 9821.0, 9806.0, 9782.0, 9852.0, 9845.0, 9815.0, 9840.0, 9790.0, 9827.0, 9825.0, 9801.0, 9824.0, 9808.0, 9799.0, 9842.0, 9849.0, 9835.0, 9875.0, 9807.0, 9834.0, 9854.0, 9816.0, 9829.0, 9895.0, 9851.0, 9846.0, 9833.0, 9838.0, 9871.0, 9856.0, 9840.0, 9868.0, 9853.0, 9853.0, 9851.0, 9852.0, 9841.0, 9853.0, 9888.0, 9862.0, 9904.0, 9894.0, 9899.0, 9877.0, 9943.0, 9896.0, 9859.0, 9867.0, 9856.0, 9858.0, 9860.0, 9862.0, 9824.0, 9858.0, 9905.0, 9832.0, 9836.0, 9882.0, 9856.0, 9820.0, 9895.0, 9864.0, 9813.0, 9823.0, 9781.0, 9804.0, 9802.0, 9772.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.002155862329803328</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03432688789712557</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.634270046252844</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2117155159273274</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0155387566161997</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6969.4946</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12666291919627154</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>13.313161875945537</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4874571644290984</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4148253969715303</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679335027028766</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3682110692869984</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00995666</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012640400789678097</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02287173829972744</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1322</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.6906966366048275</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>24.6219</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9977</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.6722</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305295.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>702.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.0293</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8131</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.686</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3669.2967</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3919.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71249.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1093.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4874.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.8517</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.32937138620764</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> |