=== 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-0061 --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-0061",
"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-0061_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0061_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-04/func/sub-0061_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>732eecbf9f2824514f60fb992c6bd6a9</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>16:28:22.507500</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0854136</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>57477d08-a923-4c1a-a921-4c580ee82da5||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['162822.507500', '162822.967500', '162823.427500', '162823.887500', '162824.347500', '162824.807500', '162825.267500', '162825.727500', '162826.187500', '162826.647500', '162827.107500', '162827.567500', '162828.027500', '162828.487500', '162828.947500', '162829.407500', '162829.867500', '162830.327500', '162830.787500', '162831.247500', '162831.707500', '162832.167500', '162832.627500', '162833.087500', '162833.547500', '162834.007500', '162834.467500', '162834.927500', '162835.387500', '162835.847500', '162836.307500', '162836.767500', '162837.227500', '162837.687500', '162838.147500', '162838.607500', '162839.067500', '162839.527500', '162839.987500', '162840.447500', '162840.907500', '162841.367500', '162841.827500', '162842.287500', '162842.747500', '162843.207500', '162843.667500', '162844.127500', '162844.587500', '162845.047500', '162845.507500', '162845.967500', '162846.427500', '162846.887500', '162847.347500', '162847.807500', '162848.267500', '162848.727500', '162849.187500', '162849.647500', '162850.107500', '162850.567500', '162851.027500', '162851.487500', '162851.947500', '162852.407500', '162852.867500', '162853.327500', '162853.787500', '162854.247500', '162854.707500', '162855.167500', '162855.627500', '162856.087500', '162856.547500', '162857.007500', '162857.467500', '162857.927500', '162858.387500', '162858.847500', '162859.307500', '162859.767500', '162900.227500', '162900.687500', '162901.147500', '162901.607500', '162902.067500', '162902.527500', '162902.987500', '162903.447500', '162903.907500', '162904.367500', '162904.827500', '162905.287500', '162905.747500', '162906.207500', '162906.667500', '162907.127500', '162907.587500', '162908.047500', '162908.507500', '162908.967500', '162909.427500', '162909.887500', '162910.347500', '162910.807500', '162911.267500', '162911.727500', '162912.187500', '162912.647500', '162913.107500', '162913.567500', '162914.027500', '162914.487500', '162914.947500', '162915.407500', '162915.867500', '162916.327500', '162916.787500', '162917.247500', '162917.707500', '162918.167500', '162918.627500', '162919.087500', '162919.547500', '162920.007500', '162920.467500', '162920.927500', '162921.387500', '162921.847500', '162922.307500', '162922.767500', '162923.227500', '162923.687500', '162924.147500', '162924.607500', '162925.067500', '162925.527500', '162925.987500', '162926.447500', '162926.907500', '162927.367500', '162927.827500', '162928.287500', '162928.747500', '162929.207500', '162929.667500', '162930.127500', '162930.587500', '162931.047500', '162931.507500', '162931.967500', '162932.427500', '162932.887500', '162933.347500', '162933.807500', '162934.267500', '162934.727500', '162935.187500', '162935.647500', '162936.107500', '162936.567500', '162937.027500', '162937.487500', '162937.947500', '162938.407500', '162938.867500', '162939.327500', '162939.787500', '162940.247500', '162940.707500', '162941.167500', '162941.627500', '162942.087500', '162942.547500', '162943.007500', '162943.467500', '162943.927500', '162944.387500', '162944.847500', '162945.307500', '162945.767500', '162946.227500', '162946.687500', '162947.147500', '162947.607500', '162948.067500', '162948.527500', '162948.987500', '162949.447500', '162949.907500', '162950.367500', '162950.827500', '162951.287500', '162951.747500', '162952.207500', '162952.667500', '162953.127500', '162953.587500', '162954.047500', '162954.507500', '162954.967500', '162955.427500', '162955.887500', '162956.347500', '162956.807500', '162957.267500', '162957.727500', '162958.187500', '162958.647500', '162959.107500', '162959.567500', '163000.027500', '163000.487500', '163000.947500', '163001.407500', '163001.867500', '163002.327500', '163002.787500', '163003.247500', '163003.707500', '163004.167500', '163004.627500', '163005.087500', '163005.547500', '163006.007500', '163006.467500', '163006.927500', '163007.387500', '163007.847500', '163008.307500', '163008.767500', '163009.227500', '163009.687500', '163010.147500', '163010.607500', '163011.067500', '163011.527500', '163011.987500', '163012.447500', '163012.907500', '163013.367500', '163013.827500', '163014.287500', '163014.747500', '163015.207500', '163015.667500', '163016.127500', '163016.587500', '163017.047500', '163017.507500', '163017.967500', '163018.427500', '163018.887500', '163019.347500', '163019.807500', '163020.267500', '163020.727500', '163021.187500', '163021.647500', '163022.107500', '163022.567500', '163023.027500', '163023.487500', '163023.947500', '163024.407500', '163024.867500', '163025.327500', '163025.787500', '163026.247500', '163026.707500', '163027.167500', '163027.627500', '163028.087500', '163028.547500', '163029.007500', '163029.467500', '163029.927500', '163030.387500', '163030.847500', '163031.307500', '163031.767500', '163032.227500', '163032.687500', '163033.147500', '163033.607500', '163034.067500', '163034.527500', '163034.987500', '163035.447500', '163035.907500', '163036.367500', '163036.827500', '163037.287500', '163037.747500', '163038.207500', '163038.667500', '163039.127500', '163039.587500', '163040.047500', '163040.507500', '163040.967500', '163041.427500', '163041.887500', '163042.347500', '163042.807500', '163043.267500', '163043.727500', '163044.187500', '163044.647500', '163045.107500', '163045.567500', '163046.027500', '163046.487500', '163046.947500', '163047.407500', '163047.867500', '163048.327500', '163048.787500', '163049.247500', '163049.707500', '163050.167500', '163050.627500', '163051.087500', '163051.547500', '163052.007500', '163052.467500', '163052.927500', '163053.387500', '163053.847500', '163054.307500', '163054.767500', '163055.227500', '163055.687500', '163056.147500', '163056.607500', '163057.067500', '163057.527500', '163057.987500', '163058.447500', '163058.907500', '163059.367500', '163059.827500', '163100.287500', '163100.747500', '163101.207500', '163101.667500', '163102.127500', '163102.587500', '163103.047500', '163103.507500', '163103.967500', '163104.427500', '163104.887500', '163105.347500', '163105.807500', '163106.267500', '163106.727500', '163107.187500', '163107.647500', '163108.107500', '163108.567500', '163109.027500', '163109.487500', '163109.947500', '163110.407500', '163110.867500', '163111.327500', '163111.787500', '163112.247500', '163112.707500', '163113.167500', '163113.627500', '163114.087500', '163114.547500', '163115.007500', '163115.467500', '163115.927500', '163116.387500', '163116.847500', '163117.307500', '163117.767500', '163118.227500', '163118.687500', '163119.147500', '163119.607500', '163120.067500', '163120.527500', '163120.987500', '163121.447500', '163121.907500', '163122.367500', '163122.827500', '163123.287500', '163123.747500', '163124.207500', '163124.667500', '163125.127500', '163125.587500', '163126.047500', '163126.507500', '163126.967500', '163127.427500', '163127.887500', '163128.347500', '163128.807500', '163129.267500', '163129.727500', '163130.187500', '163130.647500', '163131.107500', '163131.567500', '163132.027500', '163132.487500', '163132.947500', '163133.407500', '163133.867500', '163134.327500', '163134.787500', '163135.247500', '163135.707500', '163136.167500', '163136.627500', '163137.087500', '163137.547500', '163138.007500', '163138.467500', '163138.927500', '163139.387500', '163139.847500', '163140.307500', '163140.767500', '163141.227500', '163141.687500', '163142.147500', '163142.607500', '163143.067500', '163143.527500', '163143.987500', '163144.447500', '163144.907500', '163145.367500', '163145.827500', '163146.287500', '163146.747500', '163147.207500', '163147.667500', '163148.127500', '163148.587500', '163149.047500', '163149.507500', '163149.967500', '163150.427500', '163150.887500', '163151.347500', '163151.807500', '163152.267500', '163152.727500', '163153.187500', '163153.647500', '163154.107500', '163154.567500', '163155.027500', '163155.487500', '163155.947500', '163156.407500', '163156.867500', '163157.327500', '163157.787500', '163158.247500', '163158.707500', '163159.167500', '163159.627500', '163200.087500', '163200.547500', '163201.007500', '163201.467500', '163201.927500', '163202.387500', '163202.847500', '163203.307500', '163203.767500', '163204.227500', '163204.687500', '163205.147500', '163205.607500', '163206.067500', '163206.527500', '163206.987500', '163207.447500', '163207.907500', '163208.367500', '163208.827500', '163209.287500', '163209.747500', '163210.207500', '163210.667500', '163211.127500', '163211.587500', '163212.047500', '163212.507500', '163212.967500', '163213.427500', '163213.887500', '163214.347500', '163214.807500', '163215.267500', '163215.727500', '163216.187500', '163216.647500', '163217.107500', '163217.567500', '163218.027500', '163218.487500', '163218.947500', '163219.407500', '163219.867500', '163220.327500', '163220.787500', '163221.247500', '163221.707500', '163222.167500', '163222.627500', '163223.087500', '163223.547500', '163224.007500', '163224.467500', '163224.927500', '163225.387500', '163225.847500', '163226.307500', '163226.767500', '163227.227500', '163227.687500', '163228.147500', '163228.607500', '163229.067500', '163229.527500', '163229.987500', '163230.447500', '163230.907500', '163231.367500', '163231.827500', '163232.287500', '163232.747500', '163233.207500', '163233.667500', '163234.127500', '163234.587500', '163235.047500', '163235.507500', '163235.967500', '163236.427500', '163236.887500', '163237.347500', '163237.807500', '163238.267500', '163238.727500', '163239.187500', '163239.647500', '163240.107500', '163240.567500', '163241.027500', '163241.487500', '163241.947500', '163242.407500', '163242.867500', '163243.327500', '163243.787500', '163244.247500', '163244.707500', '163245.167500', '163245.627500', '163246.087500', '163246.547500', '163247.007500', '163247.467500', '163247.927500', '163248.387500', '163248.847500', '163249.307500', '163249.767500', '163250.227500', '163250.687500', '163251.147500', '163251.607500', '163252.067500', '163252.527500', '163252.987500', '163253.447500', '163253.907500', '163254.367500', '163254.827500', '163255.287500', '163255.747500', '163256.207500', '163256.667500', '163257.127500', '163257.587500', '163258.047500', '163258.507500', '163258.967500', '163259.427500', '163259.887500', '163300.347500', '163300.807500', '163301.267500', '163301.727500', '163302.187500', '163302.647500', '163303.107500', '163303.567500', '163304.027500', '163304.487500', '163304.947500', '163305.407500', '163305.867500', '163306.327500', '163306.787500', '163307.247500', '163307.707500', '163308.167500', '163308.627500', '163309.087500', '163309.547500', '163310.007500', '163310.467500', '163310.927500', '163311.387500', '163311.847500', '163312.307500', '163312.767500', '163313.227500', '163313.687500', '163314.147500', '163314.607500', '163315.067500', '163315.527500', '163315.987500', '163316.447500', '163316.907500', '163317.367500', '163317.827500', '163318.287500', '163318.747500', '163319.207500', '163319.667500', '163320.127500', '163320.587500', '163321.047500', '163321.507500', '163321.967500', '163322.427500', '163322.887500', '163323.347500', '163323.807500', '163324.267500', '163324.727500', '163325.187500', '163325.647500', '163326.107500', '163326.567500', '163327.027500', '163327.487500', '163327.947500', '163328.407500', '163328.867500', '163329.327500', '163329.787500', '163330.247500', '163330.707500', '163331.167500', '163331.627500', '163332.087500', '163332.547500', '163333.007500', '163333.467500', '163333.927500', '163334.387500', '163334.847500', '163335.307500', '163335.767500', '163336.227500', '163336.687500', '163337.147500', '163337.607500', '163338.067500', '163338.527500', '163338.987500', '163339.447500', '163339.907500', '163340.367500', '163340.827500', '163341.287500', '163341.747500', '163342.207500', '163342.667500', '163343.127500', '163343.587500', '163344.047500', '163344.507500', '163344.967500', '163345.427500', '163345.887500', '163346.347500', '163346.807500', '163347.267500', '163347.727500', '163348.187500', '163348.647500', '163349.107500', '163349.567500', '163350.027500', '163350.487500', '163350.947500', '163351.407500', '163351.867500', '163352.327500', '163352.787500', '163353.247500', '163353.707500', '163354.167500', '163354.627500', '163355.087500', '163355.547500', '163356.007500', '163356.467500', '163356.927500', '163357.387500', '163357.847500', '163358.307500', '163358.767500', '163359.227500', '163359.687500', '163400.147500', '163400.607500', '163401.067500', '163401.527500', '163401.987500', '163402.447500', '163402.907500', '163403.367500', '163403.827500', '163404.287500', '163404.747500', '163405.207500', '163405.667500', '163406.127500', '163406.587500', '163407.047500', '163407.507500', '163407.967500', '163408.427500', '163408.887500', '163409.347500', '163409.807500', '163410.267500', '163410.727500', '163411.187500', '163411.647500', '163412.107500', '163412.567500', '163413.027500', '163413.487500', '163413.947500', '163414.407500', '163414.867500', '163415.327500', '163415.787500', '163416.247500', '163416.707500', '163417.167500', '163417.627500', '163418.087500', '163418.547500', '163419.007500', '163419.467500', '163419.927500', '163420.387500', '163420.847500', '163421.307500', '163421.767500', '163422.227500', '163422.687500', '163423.147500', '163423.607500', '163424.067500', '163424.527500', '163424.987500', '163425.447500', '163425.907500', '163426.367500', '163426.827500', '163427.287500', '163427.747500', '163428.207500', '163428.667500', '163429.127500', '163429.587500', '163430.047500', '163430.507500', '163430.967500', '163431.427500', '163431.887500', '163432.347500', '163432.807500', '163433.267500', '163433.727500', '163434.187500', '163434.647500', '163435.107500', '163435.567500', '163436.027500', '163436.487500', '163436.947500', '163437.407500', '163437.867500', '163438.327500', '163438.787500', '163439.247500', '163439.707500', '163440.167500', '163440.627500', '163441.087500', '163441.547500', '163442.007500', '163442.467500', '163442.927500', '163443.387500', '163443.847500', '163444.307500', '163444.767500', '163445.227500', '163445.687500', '163446.147500', '163446.607500', '163447.067500', '163447.527500', '163447.987500', '163448.447500', '163448.907500', '163449.367500', '163449.827500', '163450.287500', '163450.747500', '163451.207500', '163451.667500', '163452.127500', '163452.587500', '163453.047500', '163453.507500', '163453.967500', '163454.427500', '163454.887500', '163455.347500', '163455.807500', '163456.267500', '163456.727500', '163457.187500', '163457.647500', '163458.107500', '163458.567500', '163459.027500', '163459.487500', '163459.947500', '163500.407500', '163500.867500', '163501.327500', '163501.787500', '163502.247500', '163502.707500', '163503.167500', '163503.627500', '163504.087500', '163504.547500', '163505.007500', '163505.467500', '163505.927500', '163506.387500', '163506.847500', '163507.307500', '163507.767500', '163508.227500', '163508.687500', '163509.147500', '163509.607500', '163510.067500', '163510.527500', '163510.987500', '163511.447500', '163511.907500', '163512.367500', '163512.827500', '163513.287500', '163513.747500', '163514.207500', '163514.667500', '163515.127500', '163515.587500', '163516.047500', '163516.507500', '163516.967500', '163517.427500', '163517.887500', '163518.347500', '163518.807500', '163519.267500', '163519.727500', '163520.187500', '163520.647500', '163521.107500', '163521.567500', '163522.027500', '163522.487500', '163522.947500', '163523.407500', '163523.867500', '163524.327500', '163524.787500', '163525.247500', '163525.707500', '163526.167500', '163526.627500', '163527.087500', '163527.547500', '163528.007500', '163528.467500', '163528.927500', '163529.387500', '163529.847500', '163530.307500', '163530.767500', '163531.227500', '163531.687500', '163532.147500', '163532.607500', '163533.067500', '163533.527500', '163533.987500', '163534.447500', '163534.907500', '163535.367500', '163535.827500', '163536.287500', '163536.747500', '163537.207500', '163537.667500', '163538.127500', '163538.587500', '163539.047500', '163539.507500', '163539.967500', '163540.427500', '163540.887500', '163541.347500', '163541.807500', '163542.267500', '163542.727500', '163543.187500', '163543.647500', '163544.107500', '163544.567500', '163545.027500', '163545.487500', '163545.947500', '163546.407500', '163546.867500', '163547.327500', '163547.787500', '163548.247500', '163548.707500', '163549.167500', '163549.627500', '163550.087500', '163550.547500', '163551.007500', '163551.467500', '163551.927500', '163552.387500', '163552.847500', '163553.307500', '163553.767500', '163554.227500', '163554.687500', '163555.147500', '163555.607500', '163556.067500', '163556.527500', '163556.987500', '163557.447500', '163557.907500', '163558.367500', '163558.827500', '163559.287500', '163559.747500', '163600.207500', '163600.667500', '163601.127500', '163601.587500', '163602.047500', '163602.507500', '163602.967500', '163603.427500', '163603.887500', '163604.347500', '163604.807500', '163605.267500', '163605.727500', '163606.187500', '163606.647500', '163607.107500', '163607.567500', '163608.027500', '163608.487500', '163608.947500', '163609.407500', '163609.867500', '163610.327500', '163610.787500', '163611.247500', '163611.707500', '163612.167500', '163612.627500', '163613.087500', '163613.547500', '163614.007500', '163614.467500', '163614.927500', '163615.387500', '163615.847500', '163616.307500', '163616.767500', '163617.227500', '163617.687500', '163618.147500', '163618.607500', '163619.067500', '163619.527500', '163619.987500', '163620.447500', '163620.907500', '163621.367500', '163621.827500', '163622.287500', '163622.747500', '163623.207500', '163623.667500', '163624.127500', '163624.587500', '163625.047500', '163625.507500', '163625.967500', '163626.427500', '163626.887500', '163627.347500', '163627.807500', '163628.267500', '163628.727500', '163629.187500', '163629.647500', '163630.107500', '163630.567500', '163631.027500', '163631.487500', '163631.947500', '163632.407500', '163632.867500', '163633.327500', '163633.787500', '163634.247500', '163634.707500', '163635.167500', '163635.627500', '163636.087500', '163636.547500', '163637.007500', '163637.467500', '163637.927500', '163638.387500', '163638.847500', '163639.307500', '163639.767500', '163640.227500', '163640.687500', '163641.147500', '163641.607500', '163642.067500', '163642.527500', '163642.987500', '163643.447500', '163643.907500', '163644.367500', '163644.827500', '163645.287500', '163645.747500', '163646.207500', '163646.667500', '163647.127500', '163647.587500', '163648.047500', '163648.507500', '163648.967500', '163649.427500', '163649.887500', '163650.347500', '163650.807500', '163651.267500', '163651.727500', '163652.187500', '163652.647500', '163653.107500', '163653.567500', '163654.027500', '163654.487500', '163654.947500', '163655.407500', '163655.867500', '163656.327500', '163656.787500', '163657.247500', '163657.707500', '163658.167500', '163658.627500', '163659.087500', '163659.547500', '163700.007500', '163700.467500', '163700.927500', '163701.387500', '163701.847500', '163702.307500', '163702.767500', '163703.227500', '163703.687500', '163704.147500', '163704.607500', '163705.067500', '163705.527500', '163705.987500', '163706.447500', '163706.907500', '163707.367500', '163707.827500', '163708.287500', '163708.747500', '163709.207500', '163709.667500', '163710.127500', '163710.587500', '163711.047500', '163711.507500', '163711.967500', '163712.427500', '163712.887500', '163713.347500', '163713.807500', '163714.267500', '163714.727500', '163715.187500', '163715.647500', '163716.107500', '163716.567500', '163717.027500', '163717.487500', '163717.947500', '163718.407500', '163718.867500', '163719.327500', '163719.787500', '163720.247500', '163720.707500', '163721.167500', '163721.627500', '163722.087500', '163722.547500', '163723.007500', '163723.467500', '163723.927500', '163724.387500', '163724.847500', '163725.307500', '163725.767500', '163726.227500', '163726.687500', '163727.147500', '163727.607500', '163728.067500', '163728.527500', '163728.987500', '163729.447500', '163729.907500', '163730.367500', '163730.827500', '163731.287500', '163731.747500', '163732.207500', '163732.667500', '163733.127500', '163733.587500', '163734.047500', '163734.507500', '163734.967500', '163735.427500', '163735.887500', '163736.347500', '163736.807500', '163737.267500', '163737.727500', '163738.187500', '163738.647500', '163739.107500', '163739.567500', '163740.027500', '163740.487500', '163740.947500', '163741.407500', '163741.867500', '163742.327500', '163742.787500', '163743.247500', '163743.707500', '163744.167500', '163744.627500', '163745.087500', '163745.547500', '163746.007500', '163746.467500', '163746.927500', '163747.387500', '163747.847500', '163748.307500', '163748.767500', '163749.227500', '163749.687500', '163750.147500', '163750.607500', '163751.067500', '163751.527500', '163751.987500', '163752.447500', '163752.907500', '163753.367500', '163753.827500', '163754.287500', '163754.747500', '163755.207500', '163755.667500', '163756.127500', '163756.587500', '163757.047500', '163757.507500', '163757.967500', '163758.427500', '163758.887500', '163759.347500', '163759.807500', '163800.267500', '163800.727500', '163801.187500', '163801.647500', '163802.107500', '163802.567500', '163803.027500', '163803.487500', '163803.947500', '163804.407500', '163804.867500', '163805.327500', '163805.787500', '163806.247500', '163806.707500', '163807.167500', '163807.627500', '163808.087500', '163808.547500', '163809.007500', '163809.467500', '163809.927500', '163810.387500', '163810.847500', '163811.307500', '163811.767500', '163812.227500', '163812.687500', '163813.147500', '163813.607500', '163814.067500', '163814.527500', '163814.987500', '163815.447500', '163815.907500', '163816.367500', '163816.827500', '163817.287500', '163817.747500', '163818.207500', '163818.667500', '163819.127500', '163819.587500', '163820.047500', '163820.507500', '163820.967500', '163821.427500', '163821.887500', '163822.347500', '163822.807500', '163823.267500', '163823.727500', '163824.187500', '163824.647500', '163825.107500', '163825.567500', '163826.027500', '163826.487500', '163826.947500', '163827.407500', '163827.867500', '163828.327500', '163828.787500', '163829.247500', '163829.707500', '163830.167500'], 'ContentTime': ['162849.470000', '162849.473000', '162849.476000', '162849.479000', '162849.481000', '162849.484000', '162849.489000', '162849.492000', '162849.494000', '162849.497000', '162849.500000', '162849.502000', '162849.505000', '162849.530000', '162849.533000', '162849.536000', '162849.538000', '162849.541000', '162849.543000', '162849.546000', '162849.549000', '162849.551000', '162849.554000', '162849.557000', '162849.559000', '162849.562000', '162849.564000', '162849.567000', '162849.570000', '162849.572000', '162849.575000', '162849.578000', '162849.580000', '162849.583000', '162849.585000', '162849.588000', '162849.590000', '162849.593000', '162849.596000', '162849.598000', '162849.601000', '162849.604000', '162849.606000', '162849.609000', '162849.611000', '162849.614000', '162849.617000', '162849.619000', '162849.622000', '162849.624000', '162849.627000', '162849.630000', '162849.632000', '162849.635000', '162849.637000', '162849.640000', '162909.440000', '162909.443000', '162909.446000', '162909.449000', '162909.452000', '162909.454000', '162909.457000', '162909.459000', '162909.462000', '162909.465000', '162909.467000', '162909.470000', '162909.472000', '162909.475000', '162909.478000', '162909.481000', '162909.483000', '162909.486000', '162909.488000', '162909.491000', '162909.494000', '162909.496000', '162909.499000', '162909.502000', '162909.505000', '162909.508000', '162909.510000', '162909.513000', '162909.515000', '162909.518000', '162909.521000', '162909.524000', '162909.526000', '162909.529000', '162909.532000', '162909.534000', '162909.537000', '162909.539000', '162909.542000', '162909.544000', '162909.547000', '162909.550000', '162909.552000', '162929.440000', '162929.443000', '162929.446000', '162929.448000', '162929.452000', '162929.454000', '162929.457000', '162929.459000', '162929.462000', '162929.465000', '162929.467000', '162929.470000', '162929.472000', '162929.475000', '162929.478000', '162929.480000', '162929.483000', '162929.485000', '162929.488000', '162929.491000', '162929.493000', '162929.496000', '162929.499000', '162929.501000', '162929.504000', '162929.507000', '162929.509000', '162929.512000', '162929.515000', '162929.517000', '162929.520000', '162929.522000', '162929.527000', '162929.530000', '162929.532000', '162929.535000', '162929.538000', '162929.540000', '162929.543000', '162929.545000', '162929.548000', '162929.551000', '162929.553000', '162929.556000', '162949.439000', '162949.442000', '162949.445000', '162949.448000', '162949.450000', '162949.453000', '162949.456000', '162949.458000', '162949.461000', '162949.463000', '162949.466000', '162949.469000', '162949.481000', '162949.483000', '162949.486000', '162949.489000', '162949.492000', '162949.495000', '162949.498000', '162949.501000', '162949.504000', '162949.506000', '162949.509000', '162949.512000', '162949.514000', '162949.517000', '162949.520000', '162949.522000', '162949.525000', '162949.528000', '162949.530000', '162949.533000', '162949.535000', '162949.538000', '162949.541000', '162949.543000', '162949.546000', '162949.549000', '162949.551000', '162949.554000', '162949.557000', '162949.559000', '162949.562000', '163009.440000', '163009.443000', '163009.446000', '163009.449000', '163009.452000', '163009.454000', '163009.457000', '163009.459000', '163009.462000', '163009.465000', '163009.467000', '163009.470000', '163009.472000', '163009.475000', '163009.478000', '163009.480000', '163009.483000', '163009.485000', '163009.488000', '163009.491000', '163009.493000', '163009.496000', '163009.499000', '163009.501000', '163009.504000', '163009.507000', '163009.509000', '163009.512000', '163009.515000', '163009.517000', '163009.520000', '163009.523000', '163009.525000', '163009.528000', '163009.530000', '163009.533000', '163009.536000', '163009.538000', '163009.541000', '163009.544000', '163009.546000', '163009.549000', '163009.551000', '163009.554000', '163029.440000', '163029.443000', '163029.446000', '163029.449000', '163029.451000', '163029.454000', '163029.457000', '163029.464000', '163029.467000', '163029.470000', '163029.472000', '163029.475000', '163029.477000', '163029.480000', '163029.483000', '163029.485000', '163029.488000', '163029.490000', '163029.493000', '163029.496000', '163029.499000', '163029.501000', '163029.504000', '163029.507000', '163029.509000', '163029.512000', '163029.515000', '163029.517000', '163029.520000', '163029.523000', '163029.525000', '163029.528000', '163029.531000', '163029.533000', '163029.536000', '163029.539000', '163029.542000', '163029.545000', '163029.548000', '163029.551000', '163029.553000', '163029.556000', '163029.558000', '163049.441000', '163049.443000', '163049.447000', '163049.449000', '163049.452000', '163049.454000', '163049.457000', '163049.460000', '163049.462000', '163049.465000', '163049.468000', '163049.470000', '163049.473000', '163049.476000', '163049.478000', '163049.481000', '163049.483000', '163049.486000', '163049.489000', '163049.492000', '163049.494000', '163049.497000', '163049.499000', '163049.502000', '163049.505000', '163049.507000', '163049.510000', '163049.513000', '163049.515000', '163049.518000', '163049.520000', '163049.523000', '163049.526000', '163049.528000', '163049.531000', '163049.534000', '163049.536000', '163049.539000', '163049.542000', '163049.544000', '163049.547000', '163049.549000', '163049.552000', '163049.555000', '163109.441000', '163109.443000', '163109.446000', '163109.449000', '163109.452000', '163109.454000', '163109.457000', '163109.459000', '163109.462000', '163109.465000', '163109.467000', '163109.470000', '163109.473000', '163109.475000', '163109.478000', '163109.480000', '163109.483000', '163109.486000', '163109.488000', '163109.491000', '163109.494000', '163109.496000', '163109.499000', '163109.502000', '163109.504000', '163109.507000', '163109.509000', '163109.512000', '163109.515000', '163109.517000', '163109.520000', '163109.523000', '163109.526000', '163109.528000', '163109.531000', '163109.534000', '163109.536000', '163109.539000', '163109.542000', '163109.544000', '163109.547000', '163109.550000', '163109.552000', '163129.441000', '163129.444000', '163129.446000', '163129.449000', '163129.451000', '163129.454000', '163129.457000', '163129.459000', '163129.462000', '163129.465000', '163129.467000', '163129.470000', '163129.472000', '163129.475000', '163129.478000', '163129.480000', '163129.483000', '163129.486000', '163129.488000', '163129.491000', '163129.493000', '163129.496000', '163129.499000', '163129.501000', '163129.504000', '163129.507000', '163129.509000', '163129.512000', '163129.514000', '163129.517000', '163129.520000', '163129.522000', '163129.525000', '163129.528000', '163129.530000', '163129.533000', '163129.535000', '163129.538000', '163129.541000', '163129.543000', '163129.546000', '163129.549000', '163129.551000', '163129.554000', '163149.440000', '163149.443000', '163149.446000', '163149.449000', '163149.451000', '163149.454000', '163149.456000', '163149.459000', '163149.462000', '163149.464000', '163149.467000', '163149.470000', '163149.472000', '163149.475000', '163149.478000', '163149.480000', '163149.483000', '163149.485000', '163149.488000', '163149.491000', '163149.493000', '163149.496000', '163149.499000', '163149.501000', '163149.504000', '163149.506000', '163149.509000', '163149.512000', '163149.514000', '163149.517000', '163149.520000', '163149.522000', '163149.525000', '163149.527000', '163149.530000', '163149.540000', '163149.543000', '163149.545000', '163149.548000', '163149.550000', '163149.553000', '163149.556000', '163149.558000', '163209.440000', '163209.442000', '163209.445000', '163209.448000', '163209.450000', '163209.453000', '163209.456000', '163209.458000', '163209.461000', '163209.464000', '163209.466000', '163209.469000', '163209.472000', '163209.474000', '163209.477000', '163209.479000', '163209.482000', '163209.485000', '163209.487000', '163209.490000', '163209.493000', '163209.495000', '163209.498000', '163209.500000', '163209.503000', '163209.506000', '163209.508000', '163209.511000', '163209.513000', '163209.516000', '163209.519000', '163209.521000', '163209.524000', '163209.527000', '163209.529000', '163209.532000', '163209.535000', '163209.537000', '163209.540000', '163209.542000', '163209.547000', '163209.550000', '163209.553000', '163209.555000', '163229.441000', '163229.443000', '163229.447000', '163229.450000', '163229.452000', '163229.455000', '163229.458000', '163229.461000', '163229.463000', '163229.466000', '163229.468000', '163229.471000', '163229.474000', '163229.476000', '163229.479000', '163229.482000', '163229.484000', '163229.487000', '163229.490000', '163229.492000', '163229.495000', '163229.497000', '163229.500000', '163229.503000', '163229.505000', '163229.508000', '163229.511000', '163229.513000', '163229.516000', '163229.518000', '163229.521000', '163229.524000', '163229.526000', '163229.529000', '163229.532000', '163229.534000', '163229.537000', '163229.539000', '163229.542000', '163229.545000', '163229.547000', '163229.550000', '163229.553000', '163249.440000', '163249.443000', '163249.446000', '163249.449000', '163249.451000', '163249.454000', '163249.457000', '163249.460000', '163249.463000', '163249.466000', '163249.469000', '163249.471000', '163249.474000', '163249.476000', '163249.479000', '163249.482000', '163249.484000', '163249.487000', '163249.490000', '163249.493000', '163249.495000', '163249.498000', '163249.500000', '163249.503000', '163249.506000', '163249.508000', '163249.511000', '163249.514000', '163249.516000', '163249.519000', '163249.522000', '163249.524000', '163249.527000', '163249.529000', '163249.532000', '163249.535000', '163249.537000', '163249.540000', '163249.543000', '163249.545000', '163249.548000', '163249.550000', '163249.553000', '163309.441000', '163309.443000', '163309.446000', '163309.449000', '163309.452000', '163309.454000', '163309.457000', '163309.460000', '163309.462000', '163309.465000', '163309.467000', '163309.470000', '163309.473000', '163309.475000', '163309.478000', '163309.481000', '163309.483000', '163309.486000', '163309.489000', '163309.491000', '163309.494000', '163309.496000', '163309.499000', '163309.502000', '163309.504000', '163309.507000', '163309.510000', '163309.512000', '163309.515000', '163309.517000', '163309.520000', '163309.523000', '163309.526000', '163309.528000', '163309.531000', '163309.533000', '163309.536000', '163309.539000', '163309.541000', '163309.544000', '163309.547000', '163309.549000', '163309.552000', '163309.554000', '163329.440000', '163329.443000', '163329.458000', '163329.460000', '163329.463000', '163329.465000', '163329.468000', '163329.471000', '163329.473000', '163329.476000', '163329.479000', '163329.481000', '163329.484000', '163329.486000', '163329.489000', '163329.492000', '163329.494000', '163329.497000', '163329.500000', '163329.502000', '163329.505000', '163329.507000', '163329.510000', '163329.513000', '163329.515000', '163329.518000', '163329.521000', '163329.523000', '163329.526000', '163329.528000', '163329.531000', '163329.534000', '163329.536000', '163329.539000', '163329.542000', '163329.544000', '163329.547000', '163329.549000', '163329.552000', '163329.555000', '163329.557000', '163329.560000', '163329.562000', '163329.565000', '163349.441000', '163349.443000', '163349.446000', '163349.449000', '163349.452000', '163349.454000', '163349.457000', '163349.460000', '163349.462000', '163349.465000', '163349.468000', '163349.470000', '163349.473000', '163349.476000', '163349.478000', '163349.481000', '163349.484000', '163349.486000', '163349.489000', '163349.492000', '163349.494000', '163349.497000', '163349.499000', '163349.502000', '163349.505000', '163349.507000', '163349.510000', '163349.513000', '163349.515000', '163349.518000', '163349.521000', '163349.523000', '163349.526000', '163349.529000', '163349.531000', '163349.534000', '163349.537000', '163349.539000', '163349.542000', '163349.544000', '163349.547000', '163349.550000', '163349.552000', '163409.440000', '163409.443000', '163409.446000', '163409.449000', '163409.451000', '163409.454000', '163409.457000', '163409.459000', '163409.462000', '163409.464000', '163409.467000', '163409.470000', '163409.472000', '163409.475000', '163409.478000', '163409.480000', '163409.483000', '163409.486000', '163409.488000', '163409.491000', '163409.493000', '163409.496000', '163409.499000', '163409.501000', '163409.504000', '163409.507000', '163409.509000', '163409.512000', '163409.515000', '163409.517000', '163409.520000', '163409.523000', '163409.525000', '163409.528000', '163409.531000', '163409.533000', '163409.536000', '163409.538000', '163409.541000', '163409.544000', '163409.546000', '163409.549000', '163409.551000', '163409.554000', '163429.440000', '163429.442000', '163429.445000', '163429.448000', '163429.451000', '163429.453000', '163429.456000', '163429.459000', '163429.461000', '163429.464000', '163429.467000', '163429.469000', '163429.472000', '163429.475000', '163429.477000', '163429.480000', '163429.483000', '163429.485000', '163429.488000', '163429.491000', '163429.493000', '163429.496000', '163429.498000', '163429.501000', '163429.504000', '163429.506000', '163429.509000', '163429.511000', '163429.514000', '163429.517000', '163429.519000', '163429.522000', '163429.525000', '163429.527000', '163429.530000', '163429.533000', '163429.535000', '163429.538000', '163429.540000', '163429.543000', '163429.546000', '163429.548000', '163429.551000', '163449.441000', '163449.444000', '163449.447000', '163449.450000', '163449.453000', '163449.455000', '163449.458000', '163449.461000', '163449.464000', '163449.466000', '163449.469000', '163449.471000', '163449.474000', '163449.477000', '163449.480000', '163449.482000', '163449.485000', '163449.488000', '163449.490000', '163449.493000', '163449.496000', '163449.498000', '163449.501000', '163449.503000', '163449.506000', '163449.509000', '163449.511000', '163449.530000', '163449.533000', '163449.536000', '163449.538000', '163449.541000', '163449.544000', '163449.546000', '163449.549000', '163449.552000', '163449.554000', '163449.557000', '163449.560000', '163449.562000', '163449.565000', '163449.568000', '163449.570000', '163509.440000', '163509.443000', '163509.446000', '163509.449000', '163509.451000', '163509.454000', '163509.457000', '163509.459000', '163509.462000', '163509.464000', '163509.467000', '163509.470000', '163509.472000', '163509.475000', '163509.478000', '163509.480000', '163509.483000', '163509.485000', '163509.488000', '163509.491000', '163509.493000', '163509.496000', '163509.498000', '163509.501000', '163509.504000', '163509.506000', '163509.509000', '163509.512000', '163509.514000', '163509.517000', '163509.519000', '163509.522000', '163509.533000', '163509.535000', '163509.538000', '163509.541000', '163509.543000', '163509.546000', '163509.548000', '163509.551000', '163509.553000', '163509.556000', '163509.559000', '163509.561000', '163529.441000', '163529.444000', '163529.446000', '163529.449000', '163529.451000', '163529.454000', '163529.457000', '163529.459000', '163529.463000', '163529.466000', '163529.469000', '163529.472000', '163529.475000', '163529.478000', '163529.480000', '163529.483000', '163529.485000', '163529.488000', '163529.491000', '163529.493000', '163529.496000', '163529.499000', '163529.501000', '163529.504000', '163529.506000', '163529.509000', '163529.512000', '163529.514000', '163529.517000', '163529.520000', '163529.522000', '163529.525000', '163529.527000', '163529.530000', '163529.532000', '163529.535000', '163529.538000', '163529.540000', '163529.543000', '163529.546000', '163529.548000', '163529.551000', '163529.554000', '163549.441000', '163549.443000', '163549.447000', '163549.449000', '163549.452000', '163549.455000', '163549.458000', '163549.460000', '163549.463000', '163549.466000', '163549.468000', '163549.471000', '163549.474000', '163549.476000', '163549.479000', '163549.482000', '163549.484000', '163549.487000', '163549.490000', '163549.492000', '163549.495000', '163549.497000', '163549.500000', '163549.503000', '163549.505000', '163549.508000', '163549.511000', '163549.513000', '163549.516000', '163549.518000', '163549.521000', '163549.524000', '163549.526000', '163549.529000', '163549.532000', '163549.534000', '163549.537000', '163549.539000', '163549.542000', '163549.545000', '163549.548000', '163549.550000', '163549.553000', '163549.555000', '163609.440000', '163609.443000', '163609.446000', '163609.449000', '163609.451000', '163609.454000', '163609.456000', '163609.459000', '163609.462000', '163609.464000', '163609.467000', '163609.470000', '163609.473000', '163609.475000', '163609.478000', '163609.481000', '163609.484000', '163609.486000', '163609.489000', '163609.492000', '163609.494000', '163609.497000', '163609.500000', '163609.502000', '163609.517000', '163609.519000', '163609.522000', '163609.525000', '163609.527000', '163609.530000', '163609.533000', '163609.535000', '163609.538000', '163609.540000', '163609.543000', '163609.546000', '163609.548000', '163609.551000', '163609.554000', '163609.556000', '163609.559000', '163609.561000', '163609.564000', '163629.441000', '163629.444000', '163629.447000', '163629.449000', '163629.452000', '163629.455000', '163629.457000', '163629.460000', '163629.462000', '163629.465000', '163629.468000', '163629.470000', '163629.473000', '163629.476000', '163629.478000', '163629.481000', '163629.483000', '163629.486000', '163629.489000', '163629.491000', '163629.494000', '163629.497000', '163629.499000', '163629.502000', '163629.505000', '163629.507000', '163629.510000', '163629.513000', '163629.515000', '163629.518000', '163629.521000', '163629.523000', '163629.526000', '163629.528000', '163629.531000', '163629.534000', '163629.536000', '163629.539000', '163629.542000', '163629.544000', '163629.547000', '163629.549000', '163629.552000', '163629.555000', '163649.440000', '163649.443000', '163649.445000', '163649.448000', '163649.451000', '163649.453000', '163649.456000', '163649.459000', '163649.461000', '163649.464000', '163649.466000', '163649.469000', '163649.472000', '163649.475000', '163649.478000', '163649.481000', '163649.483000', '163649.503000', '163649.506000', '163649.508000', '163649.511000', '163649.514000', '163649.517000', '163649.519000', '163649.522000', '163649.525000', '163649.527000', '163649.530000', '163649.533000', '163649.536000', '163649.538000', '163649.541000', '163649.543000', '163649.546000', '163649.549000', '163649.552000', '163649.554000', '163649.558000', '163649.560000', '163649.563000', '163649.566000', '163649.568000', '163649.571000', '163709.440000', '163709.443000', '163709.446000', '163709.448000', '163709.451000', '163709.454000', '163709.457000', '163709.459000', '163709.462000', '163709.465000', '163709.467000', '163709.470000', '163709.473000', '163709.475000', '163709.478000', '163709.480000', '163709.483000', '163709.486000', '163709.488000', '163709.491000', '163709.494000', '163709.496000', '163709.499000', '163709.502000', '163709.505000', '163709.507000', '163709.510000', '163709.512000', '163709.515000', '163709.518000', '163709.520000', '163709.523000', '163709.526000', '163709.528000', '163709.531000', '163709.534000', '163709.536000', '163709.539000', '163709.542000', '163709.544000', '163709.547000', '163709.550000', '163709.552000', '163709.555000', '163729.440000', '163729.443000', '163729.446000', '163729.449000', '163729.452000', '163729.454000', '163729.457000', '163729.459000', '163729.462000', '163729.465000', '163729.467000', '163729.470000', '163729.473000', '163729.475000', '163729.478000', '163729.480000', '163729.483000', '163729.486000', '163729.488000', '163729.491000', '163729.503000', '163729.506000', '163729.509000', '163729.511000', '163729.514000', '163729.517000', '163729.519000', '163729.522000', '163729.525000', '163729.527000', '163729.530000', '163729.532000', '163729.535000', '163729.538000', '163729.540000', '163729.543000', '163729.546000', '163729.548000', '163729.551000', '163729.554000', '163729.556000', '163729.559000', '163729.562000', '163749.441000', '163749.443000', '163749.446000', '163749.449000', '163749.452000', '163749.454000', '163749.457000', '163749.460000', '163749.462000', '163749.465000', '163749.468000', '163749.470000', '163749.473000', '163749.476000', '163749.478000', '163749.481000', '163749.483000', '163749.486000', '163749.489000', '163749.491000', '163749.494000', '163749.497000', '163749.499000', '163749.502000', '163749.505000', '163749.507000', '163749.510000', '163749.513000', '163749.515000', '163749.518000', '163749.520000', '163749.523000', '163749.526000', '163749.528000', '163749.531000', '163749.534000', '163749.536000', '163749.539000', '163749.541000', '163749.544000', '163749.547000', '163749.549000', '163749.552000', '163749.555000', '163809.441000', '163809.444000', '163809.446000', '163809.449000', '163809.452000', '163809.454000', '163809.457000', '163809.460000', '163809.462000', '163809.465000', '163809.467000', '163809.470000', '163809.473000', '163809.475000', '163809.478000', '163809.481000', '163809.483000', '163809.486000', '163809.489000', '163809.491000', '163809.494000', '163809.497000', '163809.499000', '163809.502000', '163809.505000', '163809.508000', '163809.511000', '163809.515000', '163809.518000', '163809.520000', '163809.523000', '163809.526000', '163809.528000', '163809.531000', '163809.534000', '163809.536000', '163809.539000', '163809.543000', '163809.546000', '163809.549000', '163809.551000', '163809.554000', '163809.556000', '163829.440000', '163829.443000', '163829.446000', '163829.449000', '163829.452000', '163829.454000', '163829.457000', '163829.459000', '163829.462000', '163829.465000', '163829.467000', '163829.470000', '163829.473000', '163829.475000', '163829.478000', '163829.481000', '163829.484000', '163829.486000', '163829.489000', '163829.492000', '163829.494000', '163829.497000', '163829.500000', '163829.502000', '163829.505000', '163829.507000', '163829.511000', '163829.514000', '163829.516000', '163829.519000', '163829.522000', '163829.525000', '163829.528000', '163829.530000', '163829.533000', '163829.536000', '163829.538000', '163829.541000', '163829.544000', '163829.546000', '163829.549000', '163829.552000', '163829.554000', '163829.557000', '163831.570000', '163831.573000', '163831.576000', '163831.579000', '163831.581000'], 'InstanceCreationTime': ['162849.470000', '162849.473000', '162849.476000', '162849.479000', '162849.481000', '162849.484000', '162849.489000', '162849.492000', '162849.494000', '162849.497000', '162849.500000', '162849.502000', '162849.505000', '162849.530000', '162849.533000', '162849.536000', '162849.538000', '162849.541000', '162849.543000', '162849.546000', '162849.549000', '162849.551000', '162849.554000', '162849.557000', '162849.559000', '162849.562000', '162849.564000', '162849.567000', '162849.570000', '162849.572000', '162849.575000', '162849.578000', '162849.580000', '162849.583000', '162849.585000', '162849.588000', '162849.590000', '162849.593000', '162849.596000', '162849.598000', '162849.601000', '162849.604000', '162849.606000', '162849.609000', '162849.611000', '162849.614000', '162849.617000', '162849.619000', '162849.622000', '162849.624000', '162849.627000', '162849.630000', '162849.632000', '162849.635000', '162849.637000', '162849.640000', '162909.440000', '162909.443000', '162909.446000', '162909.449000', '162909.452000', '162909.454000', '162909.457000', '162909.459000', '162909.462000', '162909.465000', '162909.467000', '162909.470000', '162909.472000', '162909.475000', '162909.478000', '162909.481000', '162909.483000', '162909.486000', '162909.488000', '162909.491000', '162909.494000', '162909.496000', '162909.499000', '162909.502000', '162909.505000', '162909.508000', '162909.510000', '162909.513000', '162909.515000', '162909.518000', '162909.521000', '162909.524000', '162909.526000', '162909.529000', '162909.532000', '162909.534000', '162909.537000', '162909.539000', '162909.542000', '162909.544000', '162909.547000', '162909.550000', '162909.552000', '162929.440000', '162929.443000', '162929.446000', '162929.448000', '162929.452000', '162929.454000', '162929.457000', '162929.459000', '162929.462000', '162929.465000', '162929.467000', '162929.470000', '162929.472000', '162929.475000', '162929.478000', '162929.480000', '162929.483000', '162929.485000', '162929.488000', '162929.491000', '162929.493000', '162929.496000', '162929.499000', '162929.501000', '162929.504000', '162929.507000', '162929.509000', '162929.512000', '162929.515000', '162929.517000', '162929.520000', '162929.522000', '162929.527000', '162929.530000', '162929.532000', '162929.535000', '162929.538000', '162929.540000', '162929.543000', '162929.545000', '162929.548000', '162929.551000', '162929.553000', '162929.556000', '162949.439000', '162949.442000', '162949.445000', '162949.448000', '162949.450000', '162949.453000', '162949.456000', '162949.458000', '162949.461000', '162949.463000', '162949.466000', '162949.469000', '162949.481000', '162949.483000', '162949.486000', '162949.489000', '162949.492000', '162949.495000', '162949.498000', '162949.501000', '162949.504000', '162949.506000', '162949.509000', '162949.512000', '162949.514000', '162949.517000', '162949.520000', '162949.522000', '162949.525000', '162949.528000', '162949.530000', '162949.533000', '162949.535000', '162949.538000', '162949.541000', '162949.543000', '162949.546000', '162949.549000', '162949.551000', '162949.554000', '162949.557000', '162949.559000', '162949.562000', '163009.440000', '163009.443000', '163009.446000', '163009.449000', '163009.452000', '163009.454000', '163009.457000', '163009.459000', '163009.462000', '163009.465000', '163009.467000', '163009.470000', '163009.472000', '163009.475000', '163009.478000', '163009.480000', '163009.483000', '163009.485000', '163009.488000', '163009.491000', '163009.493000', '163009.496000', '163009.499000', '163009.501000', '163009.504000', '163009.507000', '163009.509000', '163009.512000', '163009.515000', '163009.517000', '163009.520000', '163009.523000', '163009.525000', '163009.528000', '163009.530000', '163009.533000', '163009.536000', '163009.538000', '163009.541000', '163009.544000', '163009.546000', '163009.549000', '163009.551000', '163009.554000', '163029.440000', '163029.443000', '163029.446000', '163029.449000', '163029.451000', '163029.454000', '163029.457000', '163029.464000', '163029.467000', '163029.470000', '163029.472000', '163029.475000', '163029.477000', '163029.480000', '163029.483000', '163029.485000', '163029.488000', '163029.490000', '163029.493000', '163029.496000', '163029.499000', '163029.501000', '163029.504000', '163029.507000', '163029.509000', '163029.512000', '163029.515000', '163029.517000', '163029.520000', '163029.523000', '163029.525000', '163029.528000', '163029.531000', '163029.533000', '163029.536000', '163029.539000', '163029.542000', '163029.545000', '163029.548000', '163029.551000', '163029.553000', '163029.556000', '163029.558000', '163049.441000', '163049.443000', '163049.447000', '163049.449000', '163049.452000', '163049.454000', '163049.457000', '163049.460000', '163049.462000', '163049.465000', '163049.468000', '163049.470000', '163049.473000', '163049.476000', '163049.478000', '163049.481000', '163049.483000', '163049.486000', '163049.489000', '163049.492000', '163049.494000', '163049.497000', '163049.499000', '163049.502000', '163049.505000', '163049.507000', '163049.510000', '163049.513000', '163049.515000', '163049.518000', '163049.520000', '163049.523000', '163049.526000', '163049.528000', '163049.531000', '163049.534000', '163049.536000', '163049.539000', '163049.542000', '163049.544000', '163049.547000', '163049.549000', '163049.552000', '163049.555000', '163109.441000', '163109.443000', '163109.446000', '163109.449000', '163109.452000', '163109.454000', '163109.457000', '163109.459000', '163109.462000', '163109.465000', '163109.467000', '163109.470000', '163109.473000', '163109.475000', '163109.478000', '163109.480000', '163109.483000', '163109.486000', '163109.488000', '163109.491000', '163109.494000', '163109.496000', '163109.499000', '163109.502000', '163109.504000', '163109.507000', '163109.509000', '163109.512000', '163109.515000', '163109.517000', '163109.520000', '163109.523000', '163109.526000', '163109.528000', '163109.531000', '163109.534000', '163109.536000', '163109.539000', '163109.542000', '163109.544000', '163109.547000', '163109.550000', '163109.552000', '163129.441000', '163129.444000', '163129.446000', '163129.449000', '163129.451000', '163129.454000', '163129.457000', '163129.459000', '163129.462000', '163129.465000', '163129.467000', '163129.470000', '163129.472000', '163129.475000', '163129.478000', '163129.480000', '163129.483000', '163129.486000', '163129.488000', '163129.491000', '163129.493000', '163129.496000', '163129.499000', '163129.501000', '163129.504000', '163129.507000', '163129.509000', '163129.512000', '163129.514000', '163129.517000', '163129.520000', '163129.522000', '163129.525000', '163129.528000', '163129.530000', '163129.533000', '163129.535000', '163129.538000', '163129.541000', '163129.543000', '163129.546000', '163129.549000', '163129.551000', '163129.554000', '163149.440000', '163149.443000', '163149.446000', '163149.449000', '163149.451000', '163149.454000', '163149.456000', '163149.459000', '163149.462000', '163149.464000', '163149.467000', '163149.470000', '163149.472000', '163149.475000', '163149.478000', '163149.480000', '163149.483000', '163149.485000', '163149.488000', '163149.491000', '163149.493000', '163149.496000', '163149.499000', '163149.501000', '163149.504000', '163149.506000', '163149.509000', '163149.512000', '163149.514000', '163149.517000', '163149.520000', '163149.522000', '163149.525000', '163149.527000', '163149.530000', '163149.540000', '163149.543000', '163149.545000', '163149.548000', '163149.550000', '163149.553000', '163149.556000', '163149.558000', '163209.440000', '163209.442000', '163209.445000', '163209.448000', '163209.450000', '163209.453000', '163209.456000', '163209.458000', '163209.461000', '163209.464000', '163209.466000', '163209.469000', '163209.472000', '163209.474000', '163209.477000', '163209.479000', '163209.482000', '163209.485000', '163209.487000', '163209.490000', '163209.493000', '163209.495000', '163209.498000', '163209.500000', '163209.503000', '163209.506000', '163209.508000', '163209.511000', '163209.513000', '163209.516000', '163209.519000', '163209.521000', '163209.524000', '163209.527000', '163209.529000', '163209.532000', '163209.535000', '163209.537000', '163209.540000', '163209.542000', '163209.547000', '163209.550000', '163209.553000', '163209.555000', '163229.441000', '163229.443000', '163229.447000', '163229.450000', '163229.452000', '163229.455000', '163229.458000', '163229.461000', '163229.463000', '163229.466000', '163229.468000', '163229.471000', '163229.474000', '163229.476000', '163229.479000', '163229.482000', '163229.484000', '163229.487000', '163229.490000', '163229.492000', '163229.495000', '163229.497000', '163229.500000', '163229.503000', '163229.505000', '163229.508000', '163229.511000', '163229.513000', '163229.516000', '163229.518000', '163229.521000', '163229.524000', '163229.526000', '163229.529000', '163229.532000', '163229.534000', '163229.537000', '163229.539000', '163229.542000', '163229.545000', '163229.547000', '163229.550000', '163229.553000', '163249.440000', '163249.443000', '163249.446000', '163249.449000', '163249.451000', '163249.454000', '163249.457000', '163249.460000', '163249.463000', '163249.466000', '163249.469000', '163249.471000', '163249.474000', '163249.476000', '163249.479000', '163249.482000', '163249.484000', '163249.487000', '163249.490000', '163249.493000', '163249.495000', '163249.498000', '163249.500000', '163249.503000', '163249.506000', '163249.508000', '163249.511000', '163249.514000', '163249.516000', '163249.519000', '163249.522000', '163249.524000', '163249.527000', '163249.529000', '163249.532000', '163249.535000', '163249.537000', '163249.540000', '163249.543000', '163249.545000', '163249.548000', '163249.550000', '163249.553000', '163309.441000', '163309.443000', '163309.446000', '163309.449000', '163309.452000', '163309.454000', '163309.457000', '163309.460000', '163309.462000', '163309.465000', '163309.467000', '163309.470000', '163309.473000', '163309.475000', '163309.478000', '163309.481000', '163309.483000', '163309.486000', '163309.489000', '163309.491000', '163309.494000', '163309.496000', '163309.499000', '163309.502000', '163309.504000', '163309.507000', '163309.510000', '163309.512000', '163309.515000', '163309.517000', '163309.520000', '163309.523000', '163309.526000', '163309.528000', '163309.531000', '163309.533000', '163309.536000', '163309.539000', '163309.541000', '163309.544000', '163309.547000', '163309.549000', '163309.552000', '163309.554000', '163329.440000', '163329.443000', '163329.458000', '163329.460000', '163329.463000', '163329.465000', '163329.468000', '163329.471000', '163329.473000', '163329.476000', '163329.479000', '163329.481000', '163329.484000', '163329.486000', '163329.489000', '163329.492000', '163329.494000', '163329.497000', '163329.500000', '163329.502000', '163329.505000', '163329.507000', '163329.510000', '163329.513000', '163329.515000', '163329.518000', '163329.521000', '163329.523000', '163329.526000', '163329.528000', '163329.531000', '163329.534000', '163329.536000', '163329.539000', '163329.542000', '163329.544000', '163329.547000', '163329.549000', '163329.552000', '163329.555000', '163329.557000', '163329.560000', '163329.562000', '163329.565000', '163349.441000', '163349.443000', '163349.446000', '163349.449000', '163349.452000', '163349.454000', '163349.457000', '163349.460000', '163349.462000', '163349.465000', '163349.468000', '163349.470000', '163349.473000', '163349.476000', '163349.478000', '163349.481000', '163349.484000', '163349.486000', '163349.489000', '163349.492000', '163349.494000', '163349.497000', '163349.499000', '163349.502000', '163349.505000', '163349.507000', '163349.510000', '163349.513000', '163349.515000', '163349.518000', '163349.521000', '163349.523000', '163349.526000', '163349.529000', '163349.531000', '163349.534000', '163349.537000', '163349.539000', '163349.542000', '163349.544000', '163349.547000', '163349.550000', '163349.552000', '163409.440000', '163409.443000', '163409.446000', '163409.449000', '163409.451000', '163409.454000', '163409.457000', '163409.459000', '163409.462000', '163409.464000', '163409.467000', '163409.470000', '163409.472000', '163409.475000', '163409.478000', '163409.480000', '163409.483000', '163409.486000', '163409.488000', '163409.491000', '163409.493000', '163409.496000', '163409.499000', '163409.501000', '163409.504000', '163409.507000', '163409.509000', '163409.512000', '163409.515000', '163409.517000', '163409.520000', '163409.523000', '163409.525000', '163409.528000', '163409.531000', '163409.533000', '163409.536000', '163409.538000', '163409.541000', '163409.544000', '163409.546000', '163409.549000', '163409.551000', '163409.554000', '163429.440000', '163429.442000', '163429.445000', '163429.448000', '163429.451000', '163429.453000', '163429.456000', '163429.459000', '163429.461000', '163429.464000', '163429.467000', '163429.469000', '163429.472000', '163429.475000', '163429.477000', '163429.480000', '163429.483000', '163429.485000', '163429.488000', '163429.491000', '163429.493000', '163429.496000', '163429.498000', '163429.501000', '163429.504000', '163429.506000', '163429.509000', '163429.511000', '163429.514000', '163429.517000', '163429.519000', '163429.522000', '163429.525000', '163429.527000', '163429.530000', '163429.533000', '163429.535000', '163429.538000', '163429.540000', '163429.543000', '163429.546000', '163429.548000', '163429.551000', '163449.441000', '163449.444000', '163449.447000', '163449.450000', '163449.453000', '163449.455000', '163449.458000', '163449.461000', '163449.464000', '163449.466000', '163449.469000', '163449.471000', '163449.474000', '163449.477000', '163449.480000', '163449.482000', '163449.485000', '163449.488000', '163449.490000', '163449.493000', '163449.496000', '163449.498000', '163449.501000', '163449.503000', '163449.506000', '163449.509000', '163449.511000', '163449.530000', '163449.533000', '163449.536000', '163449.538000', '163449.541000', '163449.544000', '163449.546000', '163449.549000', '163449.552000', '163449.554000', '163449.557000', '163449.560000', '163449.562000', '163449.565000', '163449.568000', '163449.570000', '163509.440000', '163509.443000', '163509.446000', '163509.449000', '163509.451000', '163509.454000', '163509.457000', '163509.459000', '163509.462000', '163509.464000', '163509.467000', '163509.470000', '163509.472000', '163509.475000', '163509.478000', '163509.480000', '163509.483000', '163509.485000', '163509.488000', '163509.491000', '163509.493000', '163509.496000', '163509.498000', '163509.501000', '163509.504000', '163509.506000', '163509.509000', '163509.512000', '163509.514000', '163509.517000', '163509.519000', '163509.522000', '163509.533000', '163509.535000', '163509.538000', '163509.541000', '163509.543000', '163509.546000', '163509.548000', '163509.551000', '163509.553000', '163509.556000', '163509.559000', '163509.561000', '163529.441000', '163529.444000', '163529.446000', '163529.449000', '163529.451000', '163529.454000', '163529.457000', '163529.459000', '163529.463000', '163529.466000', '163529.469000', '163529.472000', '163529.475000', '163529.478000', '163529.480000', '163529.483000', '163529.485000', '163529.488000', '163529.491000', '163529.493000', '163529.496000', '163529.499000', '163529.501000', '163529.504000', '163529.506000', '163529.509000', '163529.512000', '163529.514000', '163529.517000', '163529.520000', '163529.522000', '163529.525000', '163529.527000', '163529.530000', '163529.532000', '163529.535000', '163529.538000', '163529.540000', '163529.543000', '163529.546000', '163529.548000', '163529.551000', '163529.554000', '163549.441000', '163549.443000', '163549.447000', '163549.449000', '163549.452000', '163549.455000', '163549.458000', '163549.460000', '163549.463000', '163549.466000', '163549.468000', '163549.471000', '163549.474000', '163549.476000', '163549.479000', '163549.482000', '163549.484000', '163549.487000', '163549.490000', '163549.492000', '163549.495000', '163549.497000', '163549.500000', '163549.503000', '163549.505000', '163549.508000', '163549.511000', '163549.513000', '163549.516000', '163549.518000', '163549.521000', '163549.524000', '163549.526000', '163549.529000', '163549.532000', '163549.534000', '163549.537000', '163549.539000', '163549.542000', '163549.545000', '163549.548000', '163549.550000', '163549.553000', '163549.555000', '163609.440000', '163609.443000', '163609.446000', '163609.449000', '163609.451000', '163609.454000', '163609.456000', '163609.459000', '163609.462000', '163609.464000', '163609.467000', '163609.470000', '163609.473000', '163609.475000', '163609.478000', '163609.481000', '163609.484000', '163609.486000', '163609.489000', '163609.492000', '163609.494000', '163609.497000', '163609.500000', '163609.502000', '163609.517000', '163609.519000', '163609.522000', '163609.525000', '163609.527000', '163609.530000', '163609.533000', '163609.535000', '163609.538000', '163609.540000', '163609.543000', '163609.546000', '163609.548000', '163609.551000', '163609.554000', '163609.556000', '163609.559000', '163609.561000', '163609.564000', '163629.441000', '163629.444000', '163629.447000', '163629.449000', '163629.452000', '163629.455000', '163629.457000', '163629.460000', '163629.462000', '163629.465000', '163629.468000', '163629.470000', '163629.473000', '163629.476000', '163629.478000', '163629.481000', '163629.483000', '163629.486000', '163629.489000', '163629.491000', '163629.494000', '163629.497000', '163629.499000', '163629.502000', '163629.505000', '163629.507000', '163629.510000', '163629.513000', '163629.515000', '163629.518000', '163629.521000', '163629.523000', '163629.526000', '163629.528000', '163629.531000', '163629.534000', '163629.536000', '163629.539000', '163629.542000', '163629.544000', '163629.547000', '163629.549000', '163629.552000', '163629.555000', '163649.440000', '163649.443000', '163649.445000', '163649.448000', '163649.451000', '163649.453000', '163649.456000', '163649.459000', '163649.461000', '163649.464000', '163649.466000', '163649.469000', '163649.472000', '163649.475000', '163649.478000', '163649.481000', '163649.483000', '163649.503000', '163649.506000', '163649.508000', '163649.511000', '163649.514000', '163649.517000', '163649.519000', '163649.522000', '163649.525000', '163649.527000', '163649.530000', '163649.533000', '163649.536000', '163649.538000', '163649.541000', '163649.543000', '163649.546000', '163649.549000', '163649.552000', '163649.554000', '163649.558000', '163649.560000', '163649.563000', '163649.566000', '163649.568000', '163649.571000', '163709.440000', '163709.443000', '163709.446000', '163709.448000', '163709.451000', '163709.454000', '163709.457000', '163709.459000', '163709.462000', '163709.465000', '163709.467000', '163709.470000', '163709.473000', '163709.475000', '163709.478000', '163709.480000', '163709.483000', '163709.486000', '163709.488000', '163709.491000', '163709.494000', '163709.496000', '163709.499000', '163709.502000', '163709.505000', '163709.507000', '163709.510000', '163709.512000', '163709.515000', '163709.518000', '163709.520000', '163709.523000', '163709.526000', '163709.528000', '163709.531000', '163709.534000', '163709.536000', '163709.539000', '163709.542000', '163709.544000', '163709.547000', '163709.550000', '163709.552000', '163709.555000', '163729.440000', '163729.443000', '163729.446000', '163729.449000', '163729.452000', '163729.454000', '163729.457000', '163729.459000', '163729.462000', '163729.465000', '163729.467000', '163729.470000', '163729.473000', '163729.475000', '163729.478000', '163729.480000', '163729.483000', '163729.486000', '163729.488000', '163729.491000', '163729.503000', '163729.506000', '163729.509000', '163729.511000', '163729.514000', '163729.517000', '163729.519000', '163729.522000', '163729.525000', '163729.527000', '163729.530000', '163729.532000', '163729.535000', '163729.538000', '163729.540000', '163729.543000', '163729.546000', '163729.548000', '163729.551000', '163729.554000', '163729.556000', '163729.559000', '163729.562000', '163749.441000', '163749.443000', '163749.446000', '163749.449000', '163749.452000', '163749.454000', '163749.457000', '163749.460000', '163749.462000', '163749.465000', '163749.468000', '163749.470000', '163749.473000', '163749.476000', '163749.478000', '163749.481000', '163749.483000', '163749.486000', '163749.489000', '163749.491000', '163749.494000', '163749.497000', '163749.499000', '163749.502000', '163749.505000', '163749.507000', '163749.510000', '163749.513000', '163749.515000', '163749.518000', '163749.520000', '163749.523000', '163749.526000', '163749.528000', '163749.531000', '163749.534000', '163749.536000', '163749.539000', '163749.541000', '163749.544000', '163749.547000', '163749.549000', '163749.552000', '163749.555000', '163809.441000', '163809.444000', '163809.446000', '163809.449000', '163809.452000', '163809.454000', '163809.457000', '163809.460000', '163809.462000', '163809.465000', '163809.467000', '163809.470000', '163809.473000', '163809.475000', '163809.478000', '163809.481000', '163809.483000', '163809.486000', '163809.489000', '163809.491000', '163809.494000', '163809.497000', '163809.499000', '163809.502000', '163809.505000', '163809.508000', '163809.511000', '163809.515000', '163809.518000', '163809.520000', '163809.523000', '163809.526000', '163809.528000', '163809.531000', '163809.534000', '163809.536000', '163809.539000', '163809.543000', '163809.546000', '163809.549000', '163809.551000', '163809.554000', '163809.556000', '163829.440000', '163829.443000', '163829.446000', '163829.449000', '163829.452000', '163829.454000', '163829.457000', '163829.459000', '163829.462000', '163829.465000', '163829.467000', '163829.470000', '163829.473000', '163829.475000', '163829.478000', '163829.481000', '163829.484000', '163829.486000', '163829.489000', '163829.492000', '163829.494000', '163829.497000', '163829.500000', '163829.502000', '163829.505000', '163829.507000', '163829.511000', '163829.514000', '163829.516000', '163829.519000', '163829.522000', '163829.525000', '163829.528000', '163829.530000', '163829.533000', '163829.536000', '163829.538000', '163829.541000', '163829.544000', '163829.546000', '163829.549000', '163829.552000', '163829.554000', '163829.557000', '163831.570000', '163831.573000', '163831.576000', '163831.579000', '163831.581000'], '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': [9565, 11368, 9388, 9304, 9915, 8678, 9335, 8866, 11739, 9069, 9097, 8689, 9259, 12787, 9281, 8651, 8759, 9518, 11466, 9365, 8897, 8778, 9299, 8892, 8869, 10367, 9194, 8998, 8567, 8817, 9639, 9739, 9074, 9174, 9034, 9228, 9063, 8925, 10477, 8831, 11430, 8778, 8889, 9601, 9697, 11085, 9222, 9178, 9374, 9538, 9778, 9247, 9111, 9167, 9725, 11072, 9374, 9144, 9127, 9560, 11363, 9369, 9009, 9126, 9633, 11688, 8741, 9046, 9442, 9014, 10953, 8964, 9112, 9236, 8842, 10950, 9012, 8906, 8936, 9309, 10694, 9234, 7890, 9436, 9224, 9249, 9003, 8770, 9118, 9933, 8811, 9435, 9294, 9587, 11511, 8766, 12397, 8647, 9390, 9991, 8861, 9308, 8965, 9092, 9127, 9303, 8998, 9429, 8575, 9014, 9195, 9995, 9363, 10974, 9002, 8892, 9285, 8853, 9753, 9029, 8914, 9462, 9305, 9677, 8794, 10049, 9291, 9049, 8654, 9096, 10199, 9450, 9848, 9091, 9019, 9076, 9358, 11944, 9125, 9305, 9094, 9041, 9000, 8834, 9649, 8838, 9401, 8730, 9389, 10527, 9203, 8861, 8855, 9580, 9852, 9088, 11705, 8813, 9274, 9219, 9237, 9861, 8990, 9091, 9503, 8875, 10709, 9257, 9829, 9341, 9191, 10542, 8685, 11797, 9096, 9042, 8645, 9237, 9051, 9053, 11231, 9012, 9101, 8814, 9421, 10992, 9079, 9634, 9397, 8959, 8687, 8654, 11265, 8959, 9507, 8767, 9487, 10407, 9251, 8980, 8698, 8594, 9859, 9111, 8850, 8718, 8873, 9024, 9681, 11501, 9307, 8628, 8872, 9423, 9674, 8919, 8831, 8895, 9103, 10287, 9687, 9407, 10257, 8677, 11342, 9798, 9147, 10129, 8903, 11065, 9128, 8816, 9415, 8809, 9224, 9329, 9311, 9457, 8690, 10150, 9184, 9107, 8718, 8738, 11988, 9120, 9528, 8958, 8851, 12048, 8947, 8751, 8586, 9308, 10025, 9289, 9537, 8605, 8821, 9450, 8856, 10650, 8938, 9379, 8775, 8586, 10587, 9009, 9552, 8627, 9349, 9473, 9169, 9889, 9592, 9367, 9485, 9072, 12685, 8891, 9631, 8876, 9352, 11410, 9044, 7960, 9283, 9385, 9729, 10065, 8972, 9708, 11062, 8802, 12596, 9397, 10327, 10174, 9379, 9014, 8723, 10192, 9010, 9980, 8443, 9052, 8338, 8586, 11596, 8941, 10235, 8341, 9364, 11088, 8922, 9505, 8648, 8750, 10261, 8689, 10978, 8677, 9280, 9491, 8918, 10587, 9037, 9413, 8693, 9696, 9445, 9360, 10842, 8731, 9876, 9691, 8977, 9507, 9255, 9825, 8789, 9565, 9301, 9099, 11379, 9112, 9287, 9855, 8860, 9356, 11198, 9259, 12335, 9457, 10086, 8731, 9757, 11886, 8868, 13107, 8731, 10420, 9963, 8768, 9087, 8775, 9668, 8431, 9418, 8639, 8560, 8840, 8835, 9523, 9124, 9541, 8587, 8645, 11293, 8675, 10050, 8650, 8809, 10408, 8674, 9930, 9411, 9352, 9327, 8899, 10038, 8788, 10126, 8868, 8797, 10874, 8533, 9704, 8956, 8885, 10950, 8686, 10296, 9037, 9368, 9698, 8903, 9843, 8847, 9646, 9387, 8541, 12438, 8669, 10152, 8398, 8476, 10063, 8900, 9929, 8283, 8674, 10430, 8582, 10003, 9347, 9041, 12680, 8965, 10095, 9394, 8385, 12376, 9500, 10561, 8431, 9418, 9044, 8666, 9522, 9175, 9174, 8349, 8381, 10386, 8683, 9619, 9211, 9646, 10201, 9573, 9876, 8781, 9698, 9876, 9446, 10539, 8530, 9869, 9266, 8479, 13160, 8342, 9429, 8713, 8053, 11206, 8672, 9321, 8643, 9004, 11008, 9283, 10117, 9237, 9321, 10170, 9265, 9551, 8577, 9839, 10402, 8983, 9660, 8751, 9395, 10249, 9123, 10346, 8335, 9728, 9333, 8215, 12090, 8433, 9826, 8885, 9110, 11017, 8780, 9281, 8248, 8520, 10440, 9129, 9712, 8230, 9332, 9949, 9245, 10251, 8808, 9659, 8841, 9065, 10227, 8545, 9648, 9088, 9047, 9783, 8801, 8357, 11121, 8527, 12025, 11174, 9337, 9165, 9132, 10613, 8392, 9515, 8280, 8232, 10341, 8470, 9619, 8566, 8922, 9487, 9099, 9154, 9133, 9171, 9647, 8890, 9298, 8983, 9054, 9408, 8436, 9492, 9205, 8737, 9659, 8299, 9713, 10799, 8979, 9282, 8646, 9077, 10026, 9127, 9461, 8158, 9480, 9384, 8311, 10793, 8349, 9458, 8682, 8597, 10607, 8760, 9352, 8643, 8779, 11570, 9340, 9444, 8467, 9048, 9595, 8852, 9260, 8664, 8888, 9512, 8639, 9077, 9274, 9066, 9542, 9240, 9011, 10519, 8936, 9737, 8976, 8864, 11813, 8784, 10922, 8201, 9114, 9141, 8418, 9946, 8426, 9715, 8500, 8517, 9354, 8572, 9682, 8303, 8690, 10789, 8679, 9631, 8510, 9090, 11277, 8679, 10869, 8080, 9099, 9294, 8313, 11063, 8296, 8828, 8632, 8307, 12248, 8267, 9233, 8262, 8738, 9844, 8649, 9638, 8467, 8994, 9526, 8685, 9310, 8262, 9002, 9484, 8725, 9655, 8102, 8817, 9674, 8835, 9250, 8476, 8820, 9746, 8150, 9745, 9623, 8942, 9459, 8208, 8907, 9637, 11987, 9526, 9655, 8853, 8420, 9683, 8635, 10375, 10031, 8832, 9080, 8031, 10417, 8687, 12593, 8803, 8923, 9197, 8188, 12512, 8301, 9551, 8483, 8104, 10029, 8141, 9437, 8396, 8298, 9652, 8185, 10780, 7816, 8786, 8368, 8867, 10622, 8266, 10609, 8027, 9019, 8918, 8266, 9865, 8002, 8732, 8724, 8460, 9750, 8375, 9806, 8198, 8758, 9365, 8336, 10011, 8454, 10914, 8717, 8961, 8948, 8469, 9891, 7944, 8885, 8816, 8063, 9506, 8261, 9539, 8981, 9158, 9360, 8259, 12207, 9157, 9067, 8731, 8053, 10404, 8365, 9461, 8960, 8639, 9951, 8368, 9101, 9002, 8414, 9732, 8440, 8991, 9816, 8422, 11223, 9318, 9417, 10228, 8518, 11231, 8756, 13195, 8992, 8625, 9087, 8429, 9509, 9402, 8401, 9656, 8292, 8759, 10439, 8271, 10984, 8256, 11301, 9665, 8139, 8997, 8241, 10219, 7880, 13374, 7879, 10249, 9103, 9259, 10165, 9341, 8257, 11287, 10205, 8616, 9551, 8341, 12534, 10033, 11068, 8801, 8172, 8991, 8115, 9526, 8010, 9688, 7999, 8822, 9685, 7801, 9420, 8835, 9269, 9597, 8738, 9124, 8163, 11534, 9328, 8503, 9345, 7767, 10422, 9144, 11793, 9082, 8728, 9351, 7987, 11337, 8952, 10943, 8867, 8886, 9574, 8591, 9383, 8516, 9880, 9337, 8359, 8985, 7831, 9591, 8947, 9093, 9667, 8457, 9157, 8186, 10761, 8461, 8899, 9408, 7847, 9820, 8729, 10930, 10036, 8574, 9271, 8564, 9610, 9309, 8675, 10105, 8473, 9949, 9331, 8939, 10597, 8649, 11099, 8673, 8873, 10350, 8508, 10557, 8904, 9260, 9706, 8287, 9507, 8484, 9407, 9972, 8318, 10152, 8395, 13219, 10412, 8349, 9002, 7995, 9779, 8399, 9251, 8765, 7941, 9770, 9082, 9414, 9965, 8613, 9679, 8500, 10625, 9852, 8753, 9147, 8233, 10024, 8646, 10852, 9024, 9727, 9256, 8033, 10833, 9176, 9030, 8927, 8275, 10642, 8925, 9226, 9421, 8181, 10624, 9394, 9556, 9641, 8326, 10075, 8877, 10288, 9868, 7979, 10189, 8690, 10990, 9800, 8509, 9346, 8527, 12207, 9856, 8551, 9250, 7973, 9764, 8913, 10903, 9723, 8336, 9756, 8691, 12811, 9894, 8603, 8918, 8031, 9825, 8972, 10805, 9566, 9358, 9438, 8075, 10460, 9559, 10037, 9447, 9356, 9493, 8128, 10977, 8943, 9123, 8953, 7942, 10791, 9101, 10091, 9495, 8944, 9455, 8412, 11510, 11081, 8924, 9316, 8988, 8167, 9616, 9427, 8781, 10538, 8980, 11727, 9100, 12417, 9157, 13301, 10597, 10616, 11262, 8371, 9387, 8811, 8486, 8286, 8408, 11467, 8421, 8418, 10176, 8396, 7945, 9483, 8151, 10853, 8492, 9307, 8409, 8682, 9178, 8090, 9265, 8031, 9655, 8901, 8320, 9095, 8828, 9311, 8953, 8771, 10136, 8465, 9375, 9084, 9112, 11904, 9031, 8923, 9507, 8110, 12656, 10196, 9139, 9849, 8480, 13374, 10368, 8980, 9740, 8275, 11164, 9058, 8829, 10074, 8287, 11387, 8987, 8836, 11351, 8290, 11726, 9180, 8856, 10380, 8226, 11806, 8807, 9231, 9360, 8572, 10620, 8364, 9491, 8851, 8735, 11164, 8609, 9797, 9334, 8783, 11553, 8560, 11585, 9007, 9418, 10488, 8644, 10672, 8762, 9706, 10456, 8558, 12096, 9059, 8733, 10017, 8260, 12126, 9401, 8853, 9180, 8245, 12014, 9570, 8651, 9457, 8226, 11448, 9584, 8773, 9268, 7908, 10179, 8765, 9516, 9244, 8658, 9399, 8573, 9423, 9285, 8232, 9901, 8520, 10148, 10752, 8430, 9855, 8381, 11369, 9470, 9281, 9134, 8343, 9707, 8621, 12032, 9129, 9248, 9221, 8097, 11360, 9303, 9070, 8923, 7999, 10858, 9336, 9693, 9115, 8321, 10875, 8882, 11673, 8958, 9353, 9257, 8304, 10286, 8283, 9381, 8880, 8459, 11066, 8628, 9655, 9254, 8492, 11105, 8862, 9732, 9442, 8426, 10797, 9379, 9896, 9718, 8829, 10016, 8426, 12738, 9776, 9837, 9242, 7940, 10398, 9395, 9824, 9013, 8467, 10108, 8480, 11161, 10488, 9094, 9913, 8212, 11742, 9825, 8664, 9168, 8400, 10373, 8815, 9894, 9428, 8780, 9675, 8513, 9925, 9616, 8749, 9581, 8825, 11431, 10290, 8513, 9269, 8274, 11770, 9607, 8687, 9020, 8200, 10045, 9365, 9897, 9319, 8414, 9753, 8591, 11607, 10039, 9233, 9549, 8094, 11876, 9738, 8657, 9204, 8184, 11194, 9524, 9013, 8870, 7869, 10095, 8873, 9740, 9681, 8604, 9351, 8771, 10019, 10165, 8589, 9259, 8204, 9508, 9993, 8506, 9716, 8246, 9885, 9632, 8427, 9476, 7904, 9985, 9329, 8313, 10067, 8767, 9926, 8510, 9883, 9962, 8009, 9115, 7818, 10690, 8636, 8816, 9887, 8618, 9138, 8428, 9827, 10220, 8498, 9534, 8846, 9785, 10003, 7906, 9806, 8088, 9582, 9922, 8283, 10169, 8304, 9738], 'WindowCenter': [4064.0, 4072.0, 4050.0, 4035.0, 4034.0, 4022.0, 4022.0, 4024.0, 4043.0, 4022.0, 4009.0, 4009.0, 4023.0, 4040.0, 4022.0, 4009.0, 4010.0, 4019.0, 4030.0, 4021.0, 4009.0, 4009.0, 4019.0, 4010.0, 4021.0, 4030.0, 4020.0, 4020.0, 4009.0, 4021.0, 4021.0, 4020.0, 4020.0, 4021.0, 4021.0, 4019.0, 4021.0, 4022.0, 4031.0, 4021.0, 4041.0, 4021.0, 4021.0, 4020.0, 4021.0, 4031.0, 4020.0, 4021.0, 4019.0, 4020.0, 4029.0, 4021.0, 4020.0, 4022.0, 4031.0, 4041.0, 4021.0, 4021.0, 4021.0, 4022.0, 4041.0, 4022.0, 4020.0, 4021.0, 4031.0, 4041.0, 4021.0, 4009.0, 4020.0, 4021.0, 4030.0, 4021.0, 4020.0, 4021.0, 4022.0, 4030.0, 4022.0, 4021.0, 4020.0, 4032.0, 4033.0, 4022.0, 4010.0, 4022.0, 4022.0, 4021.0, 4022.0, 4025.0, 4023.0, 4034.0, 4033.0, 4022.0, 4031.0, 4034.0, 4043.0, 4022.0, 4041.0, 4009.0, 4021.0, 4033.0, 4021.0, 4022.0, 4022.0, 4020.0, 4023.0, 4022.0, 4023.0, 4032.0, 4022.0, 4022.0, 4033.0, 4033.0, 4022.0, 4031.0, 4023.0, 4022.0, 4034.0, 4021.0, 4031.0, 4021.0, 4022.0, 4034.0, 4022.0, 4032.0, 4023.0, 4033.0, 4034.0, 4022.0, 4022.0, 4022.0, 4033.0, 4034.0, 4032.0, 4023.0, 4021.0, 4021.0, 4023.0, 4044.0, 4022.0, 4022.0, 4022.0, 4021.0, 4022.0, 4023.0, 4033.0, 4023.0, 4022.0, 4022.0, 4035.0, 4043.0, 4033.0, 4021.0, 4023.0, 4032.0, 4033.0, 4024.0, 4043.0, 4022.0, 4034.0, 4033.0, 4033.0, 4031.0, 4023.0, 4034.0, 4035.0, 4022.0, 4033.0, 4033.0, 4031.0, 4034.0, 4021.0, 4031.0, 4022.0, 4041.0, 4021.0, 4021.0, 4009.0, 4020.0, 4021.0, 4023.0, 4042.0, 4021.0, 4020.0, 4020.0, 4020.0, 4032.0, 4022.0, 4020.0, 4021.0, 4019.0, 4008.0, 4020.0, 4030.0, 4020.0, 4020.0, 4020.0, 4033.0, 4032.0, 4022.0, 4021.0, 4021.0, 4021.0, 4034.0, 4024.0, 4021.0, 4023.0, 4023.0, 4023.0, 4035.0, 4045.0, 4048.0, 4035.0, 4033.0, 4048.0, 4034.0, 4035.0, 4035.0, 4036.0, 4048.0, 4047.0, 4047.0, 4033.0, 4047.0, 4037.0, 4046.0, 4035.0, 4022.0, 4035.0, 4025.0, 4043.0, 4023.0, 4022.0, 4034.0, 4023.0, 4022.0, 4023.0, 4022.0, 4033.0, 4023.0, 4031.0, 4022.0, 4022.0, 4021.0, 4023.0, 4044.0, 4035.0, 4033.0, 4022.0, 4022.0, 4042.0, 4022.0, 4011.0, 4011.0, 4022.0, 4032.0, 4022.0, 4020.0, 4011.0, 4020.0, 4021.0, 4023.0, 4032.0, 4021.0, 4021.0, 4009.0, 4021.0, 4033.0, 4021.0, 4022.0, 4010.0, 4020.0, 4033.0, 4033.0, 4032.0, 4034.0, 4023.0, 4022.0, 4022.0, 4042.0, 4023.0, 4021.0, 4022.0, 4033.0, 4044.0, 4023.0, 4012.0, 4023.0, 4035.0, 4035.0, 4033.0, 4037.0, 4037.0, 4047.0, 4026.0, 4044.0, 4025.0, 4034.0, 4034.0, 4021.0, 4010.0, 4011.0, 4033.0, 4022.0, 4022.0, 4012.0, 4021.0, 4011.0, 4023.0, 4042.0, 4024.0, 4032.0, 4012.0, 4034.0, 4045.0, 4025.0, 4034.0, 4023.0, 4024.0, 4035.0, 4025.0, 4034.0, 4024.0, 4023.0, 4023.0, 4024.0, 4034.0, 4022.0, 4022.0, 4022.0, 4034.0, 4034.0, 4024.0, 4032.0, 4023.0, 4033.0, 4034.0, 4022.0, 4035.0, 4034.0, 4033.0, 4024.0, 4035.0, 4034.0, 4036.0, 4046.0, 4023.0, 4034.0, 4034.0, 4023.0, 4034.0, 4044.0, 4035.0, 4055.0, 4036.0, 4033.0, 4024.0, 4034.0, 4043.0, 4022.0, 4039.0, 4010.0, 4019.0, 4021.0, 4010.0, 4010.0, 4010.0, 4020.0, 4011.0, 4021.0, 4010.0, 4010.0, 4009.0, 4019.0, 4021.0, 4022.0, 4021.0, 4011.0, 4022.0, 4042.0, 4011.0, 4021.0, 4010.0, 4020.0, 4032.0, 4012.0, 4032.0, 4022.0, 4020.0, 4023.0, 4021.0, 4033.0, 4024.0, 4034.0, 4024.0, 4025.0, 4044.0, 4023.0, 4034.0, 4021.0, 4024.0, 4045.0, 4022.0, 4033.0, 4023.0, 4021.0, 4035.0, 4035.0, 4034.0, 4023.0, 4032.0, 4034.0, 4023.0, 4054.0, 4024.0, 4031.0, 4025.0, 4025.0, 4034.0, 4024.0, 4033.0, 4024.0, 4036.0, 4046.0, 4026.0, 4035.0, 4035.0, 4036.0, 4057.0, 4036.0, 4044.0, 4033.0, 4024.0, 4056.0, 4035.0, 4033.0, 4012.0, 4021.0, 4023.0, 4036.0, 4034.0, 4023.0, 4023.0, 4021.0, 4024.0, 4034.0, 4024.0, 4033.0, 4024.0, 4034.0, 4035.0, 4035.0, 4034.0, 4024.0, 4032.0, 4034.0, 4035.0, 4034.0, 4024.0, 4031.0, 4024.0, 4024.0, 4053.0, 4014.0, 4023.0, 4023.0, 4014.0, 4032.0, 4024.0, 4023.0, 4023.0, 4024.0, 4035.0, 4024.0, 4033.0, 4023.0, 4033.0, 4033.0, 4022.0, 4022.0, 4013.0, 4034.0, 4033.0, 4025.0, 4023.0, 4013.0, 4024.0, 4034.0, 4024.0, 4033.0, 4013.0, 4022.0, 4024.0, 4012.0, 4042.0, 4014.0, 4033.0, 4023.0, 4023.0, 4033.0, 4013.0, 4022.0, 4012.0, 4024.0, 4045.0, 4024.0, 4034.0, 4015.0, 4023.0, 4034.0, 4024.0, 4032.0, 4025.0, 4023.0, 4024.0, 4024.0, 4034.0, 4024.0, 4033.0, 4023.0, 4025.0, 4036.0, 4024.0, 4024.0, 4044.0, 4014.0, 4044.0, 4034.0, 4022.0, 4022.0, 4022.0, 4032.0, 4011.0, 4023.0, 4011.0, 4013.0, 4033.0, 4012.0, 4023.0, 4012.0, 4022.0, 4034.0, 4023.0, 4023.0, 4022.0, 4023.0, 4023.0, 4024.0, 4022.0, 4012.0, 4013.0, 4021.0, 4011.0, 4023.0, 4024.0, 4012.0, 4021.0, 4013.0, 4023.0, 4033.0, 4023.0, 4021.0, 4010.0, 4024.0, 4023.0, 4023.0, 4021.0, 3999.0, 4021.0, 4023.0, 4012.0, 4030.0, 4012.0, 4020.0, 4012.0, 4013.0, 4031.0, 4011.0, 4020.0, 4012.0, 4013.0, 4043.0, 4023.0, 4022.0, 4012.0, 4013.0, 4022.0, 4023.0, 4022.0, 4012.0, 4023.0, 4023.0, 4024.0, 4023.0, 4024.0, 4023.0, 4033.0, 4025.0, 4025.0, 4034.0, 4023.0, 4022.0, 4025.0, 4023.0, 4044.0, 4014.0, 4031.0, 4012.0, 4023.0, 4023.0, 4013.0, 4021.0, 4009.0, 4023.0, 4013.0, 4013.0, 4021.0, 4012.0, 4022.0, 4014.0, 4023.0, 4033.0, 4013.0, 4022.0, 4012.0, 4024.0, 4034.0, 4013.0, 4032.0, 4001.0, 4011.0, 4023.0, 4012.0, 4032.0, 4011.0, 4011.0, 4013.0, 4013.0, 4041.0, 4012.0, 4010.0, 4011.0, 4013.0, 4022.0, 4012.0, 4021.0, 4012.0, 4024.0, 4024.0, 4024.0, 4022.0, 4013.0, 4025.0, 4036.0, 4025.0, 4034.0, 4014.0, 4024.0, 4036.0, 4025.0, 4024.0, 4014.0, 4023.0, 4036.0, 4016.0, 4023.0, 4035.0, 4036.0, 4036.0, 4028.0, 4039.0, 4048.0, 4059.0, 4050.0, 4037.0, 4035.0, 4027.0, 4035.0, 4026.0, 4035.0, 4036.0, 4025.0, 4023.0, 4014.0, 4036.0, 4025.0, 4043.0, 4012.0, 4011.0, 4010.0, 4001.0, 4032.0, 4001.0, 4010.0, 4008.0, 4001.0, 4033.0, 4002.0, 4022.0, 4000.0, 4001.0, 4023.0, 4012.0, 4032.0, 4000.0, 4011.0, 4011.0, 4024.0, 4033.0, 4012.0, 4021.0, 4000.0, 4010.0, 4023.0, 4013.0, 4022.0, 4002.0, 4013.0, 4024.0, 4014.0, 4024.0, 4013.0, 4022.0, 4013.0, 4024.0, 4023.0, 4012.0, 4022.0, 4013.0, 4033.0, 4013.0, 4023.0, 4012.0, 4012.0, 4023.0, 4014.0, 4024.0, 4024.0, 4014.0, 4023.0, 4015.0, 4024.0, 4024.0, 4023.0, 4022.0, 4014.0, 4045.0, 4023.0, 4022.0, 4012.0, 4002.0, 4033.0, 4014.0, 4024.0, 4021.0, 4013.0, 4035.0, 4015.0, 4024.0, 4024.0, 4014.0, 4035.0, 4026.0, 4025.0, 4033.0, 4014.0, 4034.0, 4025.0, 4024.0, 4024.0, 4012.0, 4033.0, 4013.0, 4043.0, 4012.0, 4011.0, 4011.0, 4013.0, 4023.0, 4023.0, 4012.0, 4023.0, 4013.0, 4023.0, 4035.0, 4015.0, 4034.0, 4014.0, 4034.0, 4023.0, 4003.0, 4011.0, 4009.0, 4022.0, 4002.0, 4042.0, 4000.0, 4020.0, 4012.0, 4022.0, 4032.0, 4034.0, 4027.0, 4046.0, 4036.0, 4025.0, 4023.0, 4014.0, 4045.0, 4025.0, 4032.0, 4012.0, 3999.0, 4012.0, 4003.0, 4021.0, 4002.0, 4021.0, 4001.0, 4023.0, 4023.0, 4003.0, 4021.0, 4024.0, 4025.0, 4025.0, 4024.0, 4023.0, 4013.0, 4044.0, 4024.0, 4013.0, 4023.0, 4003.0, 4034.0, 4023.0, 4042.0, 4012.0, 4012.0, 4023.0, 4002.0, 4033.0, 4012.0, 4032.0, 4012.0, 4012.0, 4021.0, 4012.0, 4011.0, 4013.0, 4023.0, 4023.0, 4011.0, 4012.0, 4001.0, 4021.0, 4013.0, 4012.0, 4023.0, 4013.0, 4022.0, 4012.0, 4033.0, 4026.0, 4025.0, 4025.0, 4014.0, 4033.0, 4025.0, 4046.0, 4036.0, 4025.0, 4024.0, 4023.0, 4024.0, 4026.0, 4025.0, 4035.0, 4013.0, 4022.0, 4025.0, 4025.0, 4035.0, 4013.0, 4033.0, 4014.0, 4025.0, 4034.0, 4013.0, 4032.0, 4013.0, 4024.0, 4024.0, 4012.0, 4021.0, 4013.0, 4024.0, 4024.0, 4012.0, 4032.0, 4012.0, 4043.0, 4033.0, 4001.0, 4011.0, 4001.0, 4020.0, 4013.0, 4022.0, 4011.0, 4001.0, 4023.0, 4023.0, 4024.0, 4024.0, 4013.0, 4022.0, 4013.0, 4034.0, 4022.0, 4013.0, 4022.0, 4013.0, 4023.0, 4014.0, 4032.0, 4012.0, 4022.0, 4022.0, 4014.0, 4034.0, 4024.0, 4024.0, 4023.0, 4015.0, 4034.0, 4025.0, 4024.0, 4024.0, 4014.0, 4036.0, 4036.0, 4036.0, 4025.0, 4014.0, 4035.0, 4026.0, 4035.0, 4023.0, 4002.0, 4022.0, 4014.0, 4034.0, 4024.0, 4013.0, 4023.0, 4013.0, 4045.0, 4035.0, 4013.0, 4022.0, 4002.0, 4021.0, 4025.0, 4033.0, 4024.0, 4001.0, 4023.0, 4013.0, 4045.0, 4024.0, 4012.0, 4012.0, 4002.0, 4022.0, 4023.0, 4034.0, 4024.0, 4021.0, 4022.0, 4013.0, 4034.0, 4025.0, 4034.0, 4023.0, 4023.0, 4023.0, 4012.0, 4034.0, 4024.0, 4023.0, 4023.0, 4013.0, 4046.0, 4025.0, 4035.0, 4024.0, 4023.0, 4034.0, 4015.0, 4060.0, 4049.0, 4028.0, 4037.0, 4026.0, 4015.0, 4023.0, 4024.0, 4025.0, 4047.0, 4026.0, 4048.0, 4026.0, 4046.0, 4025.0, 4043.0, 4022.0, 4020.0, 4018.0, 3988.0, 3996.0, 3998.0, 3997.0, 3988.0, 3999.0, 4018.0, 3999.0, 3998.0, 4020.0, 4000.0, 4001.0, 4010.0, 3989.0, 4018.0, 3998.0, 4009.0, 4000.0, 4000.0, 4009.0, 4000.0, 4008.0, 4001.0, 4022.0, 4012.0, 4002.0, 4011.0, 4023.0, 4023.0, 4027.0, 4026.0, 4035.0, 4016.0, 4025.0, 4026.0, 4028.0, 4048.0, 4026.0, 4024.0, 4036.0, 4018.0, 4058.0, 4050.0, 4026.0, 4026.0, 4027.0, 4058.0, 4037.0, 4025.0, 4025.0, 4014.0, 4035.0, 4027.0, 4025.0, 4035.0, 4016.0, 4035.0, 4025.0, 4026.0, 4036.0, 4015.0, 4046.0, 4025.0, 4014.0, 4036.0, 4015.0, 4034.0, 4014.0, 4012.0, 4014.0, 4015.0, 4034.0, 4014.0, 4022.0, 4014.0, 4025.0, 4035.0, 4014.0, 4024.0, 4022.0, 4015.0, 4036.0, 4015.0, 4035.0, 4013.0, 4025.0, 4035.0, 4014.0, 4024.0, 4013.0, 4023.0, 4036.0, 4014.0, 4044.0, 4024.0, 4013.0, 4024.0, 4016.0, 4045.0, 4023.0, 4012.0, 4013.0, 4013.0, 4034.0, 4024.0, 4012.0, 4012.0, 4002.0, 4033.0, 4023.0, 4013.0, 4012.0, 4002.0, 4023.0, 4015.0, 4022.0, 4024.0, 4012.0, 4023.0, 4015.0, 4025.0, 4024.0, 4015.0, 4025.0, 4025.0, 4037.0, 4036.0, 4015.0, 4025.0, 4014.0, 4033.0, 4024.0, 4023.0, 4014.0, 4001.0, 4023.0, 4013.0, 4034.0, 4012.0, 4012.0, 4013.0, 4004.0, 4034.0, 4024.0, 4012.0, 4013.0, 4003.0, 4034.0, 4022.0, 4022.0, 4012.0, 4002.0, 4035.0, 4013.0, 4033.0, 4013.0, 4011.0, 4012.0, 4014.0, 4024.0, 4013.0, 4011.0, 4013.0, 4014.0, 4035.0, 4014.0, 4023.0, 4025.0, 4013.0, 4035.0, 4025.0, 4024.0, 4024.0, 4013.0, 4047.0, 4026.0, 4024.0, 4024.0, 4013.0, 4023.0, 4014.0, 4045.0, 4025.0, 4023.0, 4012.0, 4002.0, 4024.0, 4024.0, 4024.0, 4013.0, 4013.0, 4034.0, 4015.0, 4036.0, 4035.0, 4012.0, 4023.0, 4012.0, 4034.0, 4025.0, 4013.0, 4013.0, 4013.0, 4023.0, 4026.0, 4025.0, 4024.0, 4013.0, 4024.0, 4015.0, 4024.0, 4024.0, 4013.0, 4023.0, 4013.0, 4046.0, 4023.0, 4013.0, 4012.0, 4013.0, 4043.0, 4025.0, 4013.0, 4013.0, 4012.0, 4023.0, 4025.0, 4024.0, 4023.0, 4001.0, 4022.0, 4013.0, 4034.0, 4023.0, 4012.0, 4012.0, 4003.0, 4044.0, 4024.0, 4012.0, 4012.0, 4013.0, 4032.0, 4023.0, 4014.0, 4013.0, 4002.0, 4023.0, 4024.0, 4024.0, 4022.0, 4013.0, 4013.0, 4016.0, 4025.0, 4035.0, 4014.0, 4024.0, 4014.0, 4025.0, 4026.0, 4014.0, 4024.0, 4014.0, 4022.0, 4025.0, 4014.0, 4023.0, 4002.0, 4022.0, 4023.0, 4012.0, 4023.0, 4013.0, 4022.0, 4012.0, 4022.0, 4024.0, 4002.0, 4012.0, 3991.0, 4022.0, 4013.0, 4012.0, 4023.0, 4012.0, 4011.0, 4012.0, 4024.0, 4025.0, 4013.0, 4023.0, 4013.0, 4023.0, 4026.0, 4003.0, 4024.0, 4014.0, 4026.0, 4037.0, 4014.0, 4034.0, 4014.0, 4024.0], 'WindowWidth': [9060.0, 9064.0, 9028.0, 9001.0, 8995.0, 8975.0, 8975.0, 8979.0, 9002.0, 8973.0, 8953.0, 8953.0, 8975.0, 8995.0, 8973.0, 8953.0, 8954.0, 8966.0, 8982.0, 8970.0, 8953.0, 8951.0, 8965.0, 8954.0, 8971.0, 8982.0, 8969.0, 8969.0, 8952.0, 8972.0, 8970.0, 8969.0, 8969.0, 8972.0, 8973.0, 8967.0, 8971.0, 8973.0, 8986.0, 8972.0, 8999.0, 8971.0, 8971.0, 8969.0, 8971.0, 8983.0, 8967.0, 8970.0, 8967.0, 8970.0, 8980.0, 8970.0, 8969.0, 8974.0, 8986.0, 8999.0, 8971.0, 8971.0, 8971.0, 8973.0, 8998.0, 8973.0, 8966.0, 8970.0, 8986.0, 8998.0, 8970.0, 8952.0, 8968.0, 8970.0, 8982.0, 8971.0, 8968.0, 8970.0, 8974.0, 8983.0, 8974.0, 8971.0, 8967.0, 8988.0, 8990.0, 8974.0, 8955.0, 8972.0, 8974.0, 8972.0, 8975.0, 8984.0, 8979.0, 8993.0, 8991.0, 8975.0, 8986.0, 8993.0, 9003.0, 8974.0, 8998.0, 8953.0, 8970.0, 8990.0, 8970.0, 8973.0, 8973.0, 8970.0, 8976.0, 8975.0, 8976.0, 8988.0, 8973.0, 8976.0, 8992.0, 8989.0, 8976.0, 8986.0, 8975.0, 8975.0, 8993.0, 8973.0, 8985.0, 8972.0, 8974.0, 8992.0, 8975.0, 8987.0, 8975.0, 8990.0, 8994.0, 8975.0, 8975.0, 8974.0, 8989.0, 8993.0, 8988.0, 8977.0, 8972.0, 8971.0, 8976.0, 9005.0, 8975.0, 8973.0, 8973.0, 8972.0, 8975.0, 8978.0, 8989.0, 8976.0, 8972.0, 8975.0, 8996.0, 9004.0, 8992.0, 8973.0, 8978.0, 8989.0, 8990.0, 8979.0, 9003.0, 8974.0, 8992.0, 8990.0, 8989.0, 8986.0, 8977.0, 8993.0, 8996.0, 8976.0, 8990.0, 8991.0, 8986.0, 8993.0, 8972.0, 8985.0, 8972.0, 8996.0, 8970.0, 8970.0, 8952.0, 8969.0, 8970.0, 8976.0, 9001.0, 8972.0, 8968.0, 8967.0, 8967.0, 8986.0, 8972.0, 8967.0, 8968.0, 8964.0, 8949.0, 8969.0, 8981.0, 8967.0, 8967.0, 8968.0, 8989.0, 8989.0, 8975.0, 8972.0, 8972.0, 8973.0, 8992.0, 8979.0, 8974.0, 8977.0, 8976.0, 8977.0, 8996.0, 9008.0, 9019.0, 8998.0, 8992.0, 9019.0, 8993.0, 8995.0, 8995.0, 9000.0, 9020.0, 9016.0, 9016.0, 8992.0, 9013.0, 9001.0, 9011.0, 8996.0, 8974.0, 8996.0, 8982.0, 9003.0, 8977.0, 8972.0, 8994.0, 8976.0, 8975.0, 8976.0, 8973.0, 8990.0, 8976.0, 8986.0, 8974.0, 8971.0, 8972.0, 8977.0, 9005.0, 8996.0, 8987.0, 8971.0, 8973.0, 8999.0, 8973.0, 8956.0, 8955.0, 8970.0, 8987.0, 8973.0, 8968.0, 8956.0, 8968.0, 8970.0, 8974.0, 8985.0, 8968.0, 8968.0, 8951.0, 8971.0, 8990.0, 8971.0, 8972.0, 8955.0, 8970.0, 8990.0, 8990.0, 8987.0, 8990.0, 8975.0, 8973.0, 8974.0, 9001.0, 8977.0, 8970.0, 8972.0, 8991.0, 9005.0, 8975.0, 8959.0, 8975.0, 8994.0, 8993.0, 8992.0, 9001.0, 9000.0, 9013.0, 8982.0, 9005.0, 8979.0, 8993.0, 8990.0, 8970.0, 8953.0, 8955.0, 8988.0, 8973.0, 8972.0, 8958.0, 8969.0, 8956.0, 8976.0, 9000.0, 8976.0, 8985.0, 8960.0, 8992.0, 9007.0, 8981.0, 8991.0, 8974.0, 8978.0, 8995.0, 8980.0, 8992.0, 8976.0, 8974.0, 8975.0, 8978.0, 8989.0, 8973.0, 8972.0, 8972.0, 8989.0, 8991.0, 8978.0, 8987.0, 8975.0, 8988.0, 8992.0, 8976.0, 8993.0, 8992.0, 8990.0, 8979.0, 8994.0, 8993.0, 8999.0, 9012.0, 8975.0, 8993.0, 8990.0, 8977.0, 8993.0, 9005.0, 8995.0, 9022.0, 8998.0, 8989.0, 8978.0, 8992.0, 9002.0, 8972.0, 8992.0, 8951.0, 8964.0, 8967.0, 8952.0, 8951.0, 8953.0, 8965.0, 8957.0, 8968.0, 8952.0, 8951.0, 8949.0, 8965.0, 8968.0, 8971.0, 8968.0, 8954.0, 8972.0, 8999.0, 8956.0, 8970.0, 8952.0, 8967.0, 8985.0, 8959.0, 8984.0, 8972.0, 8968.0, 8977.0, 8973.0, 8989.0, 8978.0, 8991.0, 8979.0, 8983.0, 9006.0, 8978.0, 8990.0, 8971.0, 8978.0, 9009.0, 8976.0, 8990.0, 8974.0, 8971.0, 8996.0, 8996.0, 8992.0, 8977.0, 8987.0, 8992.0, 8977.0, 9018.0, 8978.0, 8986.0, 8982.0, 8982.0, 8991.0, 8978.0, 8990.0, 8981.0, 9001.0, 9013.0, 8986.0, 8996.0, 8995.0, 8999.0, 9029.0, 8999.0, 9005.0, 8991.0, 8980.0, 9024.0, 8994.0, 8989.0, 8959.0, 8969.0, 8975.0, 8999.0, 8993.0, 8976.0, 8975.0, 8972.0, 8979.0, 8992.0, 8980.0, 8988.0, 8977.0, 8990.0, 8994.0, 8994.0, 8991.0, 8978.0, 8987.0, 8992.0, 8993.0, 8992.0, 8978.0, 8984.0, 8976.0, 8979.0, 9017.0, 8964.0, 8973.0, 8975.0, 8965.0, 8987.0, 8977.0, 8975.0, 8975.0, 8977.0, 8991.0, 8977.0, 8987.0, 8974.0, 8990.0, 8988.0, 8973.0, 8973.0, 8960.0, 8989.0, 8989.0, 8979.0, 8974.0, 8960.0, 8977.0, 8990.0, 8977.0, 8987.0, 8959.0, 8971.0, 8976.0, 8959.0, 9000.0, 8963.0, 8985.0, 8972.0, 8973.0, 8987.0, 8961.0, 8971.0, 8958.0, 8977.0, 9008.0, 8979.0, 8991.0, 8965.0, 8975.0, 8992.0, 8979.0, 8985.0, 8981.0, 8975.0, 8977.0, 8978.0, 8990.0, 8976.0, 8988.0, 8974.0, 8982.0, 8995.0, 8978.0, 8978.0, 9002.0, 8964.0, 9005.0, 8989.0, 8971.0, 8969.0, 8969.0, 8985.0, 8956.0, 8972.0, 8955.0, 8960.0, 8988.0, 8959.0, 8973.0, 8957.0, 8970.0, 8992.0, 8975.0, 8975.0, 8974.0, 8974.0, 8974.0, 8976.0, 8971.0, 8957.0, 8958.0, 8967.0, 8957.0, 8974.0, 8976.0, 8958.0, 8969.0, 8959.0, 8973.0, 8987.0, 8972.0, 8967.0, 8951.0, 8975.0, 8973.0, 8972.0, 8969.0, 8937.0, 8968.0, 8974.0, 8957.0, 8981.0, 8956.0, 8966.0, 8957.0, 8959.0, 8983.0, 8955.0, 8966.0, 8957.0, 8960.0, 9001.0, 8973.0, 8969.0, 8956.0, 8959.0, 8970.0, 8973.0, 8972.0, 8956.0, 8972.0, 8973.0, 8978.0, 8974.0, 8975.0, 8973.0, 8989.0, 8979.0, 8977.0, 8989.0, 8973.0, 8972.0, 8980.0, 8975.0, 9001.0, 8961.0, 8981.0, 8956.0, 8972.0, 8972.0, 8962.0, 8968.0, 8949.0, 8971.0, 8960.0, 8960.0, 8968.0, 8957.0, 8970.0, 8961.0, 8974.0, 8987.0, 8961.0, 8969.0, 8958.0, 8975.0, 8988.0, 8959.0, 8982.0, 8941.0, 8954.0, 8972.0, 8956.0, 8982.0, 8954.0, 8954.0, 8959.0, 8959.0, 8996.0, 8956.0, 8950.0, 8954.0, 8958.0, 8970.0, 8958.0, 8966.0, 8956.0, 8975.0, 8976.0, 8975.0, 8971.0, 8960.0, 8980.0, 8996.0, 8979.0, 8989.0, 8963.0, 8976.0, 8994.0, 8980.0, 8976.0, 8962.0, 8973.0, 8994.0, 8968.0, 8973.0, 8994.0, 8997.0, 8995.0, 8989.0, 9008.0, 9016.0, 9032.0, 9021.0, 9000.0, 8994.0, 8985.0, 8992.0, 8982.0, 8993.0, 8995.0, 8976.0, 8974.0, 8963.0, 8995.0, 8978.0, 8998.0, 8954.0, 8950.0, 8948.0, 8939.0, 8981.0, 8940.0, 8950.0, 8944.0, 8940.0, 8987.0, 8943.0, 8967.0, 8937.0, 8939.0, 8971.0, 8957.0, 8982.0, 8938.0, 8952.0, 8953.0, 8974.0, 8984.0, 8956.0, 8966.0, 8936.0, 8951.0, 8971.0, 8959.0, 8971.0, 8943.0, 8960.0, 8976.0, 8963.0, 8974.0, 8960.0, 8970.0, 8960.0, 8976.0, 8972.0, 8957.0, 8970.0, 8958.0, 8987.0, 8960.0, 8971.0, 8956.0, 8957.0, 8973.0, 8964.0, 8974.0, 8975.0, 8961.0, 8972.0, 8967.0, 8977.0, 8976.0, 8973.0, 8969.0, 8963.0, 9005.0, 8974.0, 8970.0, 8956.0, 8944.0, 8987.0, 8962.0, 8973.0, 8969.0, 8960.0, 8991.0, 8965.0, 8976.0, 8976.0, 8962.0, 8994.0, 8984.0, 8979.0, 8988.0, 8963.0, 8990.0, 8979.0, 8975.0, 8974.0, 8956.0, 8984.0, 8959.0, 8998.0, 8955.0, 8952.0, 8952.0, 8958.0, 8973.0, 8974.0, 8959.0, 8972.0, 8961.0, 8975.0, 8992.0, 8965.0, 8989.0, 8961.0, 8990.0, 8974.0, 8945.0, 8954.0, 8949.0, 8970.0, 8944.0, 8995.0, 8937.0, 8961.0, 8955.0, 8972.0, 8986.0, 8991.0, 8986.0, 9010.0, 8996.0, 8979.0, 8973.0, 8962.0, 9005.0, 8978.0, 8983.0, 8955.0, 8935.0, 8956.0, 8945.0, 8967.0, 8942.0, 8965.0, 8941.0, 8974.0, 8972.0, 8946.0, 8968.0, 8975.0, 8978.0, 8979.0, 8977.0, 8973.0, 8960.0, 9004.0, 8977.0, 8960.0, 8972.0, 8945.0, 8990.0, 8974.0, 8997.0, 8955.0, 8954.0, 8972.0, 8944.0, 8985.0, 8956.0, 8981.0, 8956.0, 8957.0, 8967.0, 8956.0, 8954.0, 8959.0, 8971.0, 8973.0, 8955.0, 8956.0, 8941.0, 8966.0, 8958.0, 8957.0, 8973.0, 8958.0, 8971.0, 8958.0, 8987.0, 8981.0, 8979.0, 8978.0, 8964.0, 8987.0, 8979.0, 9007.0, 8995.0, 8978.0, 8975.0, 8974.0, 8976.0, 8981.0, 8978.0, 8992.0, 8960.0, 8971.0, 8978.0, 8978.0, 8992.0, 8961.0, 8987.0, 8962.0, 8978.0, 8989.0, 8959.0, 8984.0, 8960.0, 8975.0, 8974.0, 8956.0, 8967.0, 8959.0, 8976.0, 8976.0, 8958.0, 8983.0, 8955.0, 9000.0, 8985.0, 8940.0, 8952.0, 8938.0, 8964.0, 8959.0, 8970.0, 8955.0, 8941.0, 8971.0, 8974.0, 8976.0, 8974.0, 8958.0, 8970.0, 8959.0, 8988.0, 8971.0, 8957.0, 8968.0, 8958.0, 8972.0, 8964.0, 8984.0, 8956.0, 8969.0, 8969.0, 8963.0, 8988.0, 8976.0, 8974.0, 8973.0, 8966.0, 8991.0, 8980.0, 8976.0, 8975.0, 8964.0, 8994.0, 8995.0, 8994.0, 8977.0, 8963.0, 8990.0, 8980.0, 8991.0, 8973.0, 8942.0, 8970.0, 8962.0, 8989.0, 8976.0, 8960.0, 8973.0, 8959.0, 9004.0, 8990.0, 8960.0, 8970.0, 8943.0, 8968.0, 8977.0, 8985.0, 8973.0, 8941.0, 8970.0, 8959.0, 9004.0, 8973.0, 8956.0, 8955.0, 8943.0, 8969.0, 8974.0, 8988.0, 8974.0, 8969.0, 8971.0, 8958.0, 8988.0, 8978.0, 8990.0, 8975.0, 8971.0, 8970.0, 8959.0, 8988.0, 8975.0, 8973.0, 8972.0, 8960.0, 9009.0, 8979.0, 8991.0, 8976.0, 8972.0, 8990.0, 8965.0, 9037.0, 9017.0, 8988.0, 9000.0, 8981.0, 8965.0, 8974.0, 8977.0, 8978.0, 9010.0, 8981.0, 9014.0, 8982.0, 9007.0, 8976.0, 8998.0, 8968.0, 8962.0, 8955.0, 8913.0, 8922.0, 8928.0, 8925.0, 8913.0, 8931.0, 8957.0, 8931.0, 8930.0, 8960.0, 8934.0, 8936.0, 8946.0, 8917.0, 8955.0, 8929.0, 8945.0, 8934.0, 8932.0, 8943.0, 8933.0, 8943.0, 8937.0, 8969.0, 8955.0, 8942.0, 8953.0, 8973.0, 8973.0, 8982.0, 8981.0, 8990.0, 8966.0, 8977.0, 8980.0, 8987.0, 9012.0, 8981.0, 8976.0, 8993.0, 8974.0, 9028.0, 9019.0, 8981.0, 8979.0, 8981.0, 9026.0, 8996.0, 8977.0, 8975.0, 8961.0, 8989.0, 8982.0, 8977.0, 8990.0, 8966.0, 8990.0, 8977.0, 8981.0, 8992.0, 8964.0, 9004.0, 8976.0, 8961.0, 8991.0, 8962.0, 8987.0, 8961.0, 8955.0, 8960.0, 8962.0, 8986.0, 8959.0, 8968.0, 8960.0, 8977.0, 8990.0, 8962.0, 8973.0, 8970.0, 8963.0, 8992.0, 8964.0, 8988.0, 8957.0, 8975.0, 8990.0, 8960.0, 8974.0, 8958.0, 8972.0, 8992.0, 8963.0, 9001.0, 8974.0, 8957.0, 8974.0, 8966.0, 9003.0, 8972.0, 8955.0, 8957.0, 8959.0, 8987.0, 8973.0, 8954.0, 8954.0, 8941.0, 8986.0, 8971.0, 8957.0, 8953.0, 8941.0, 8970.0, 8963.0, 8970.0, 8973.0, 8955.0, 8970.0, 8964.0, 8978.0, 8974.0, 8963.0, 8975.0, 8978.0, 8995.0, 8993.0, 8964.0, 8976.0, 8960.0, 8984.0, 8974.0, 8970.0, 8958.0, 8939.0, 8972.0, 8959.0, 8986.0, 8954.0, 8953.0, 8956.0, 8947.0, 8985.0, 8972.0, 8954.0, 8955.0, 8946.0, 8986.0, 8969.0, 8967.0, 8954.0, 8942.0, 8988.0, 8957.0, 8982.0, 8955.0, 8951.0, 8954.0, 8959.0, 8971.0, 8957.0, 8952.0, 8958.0, 8962.0, 8991.0, 8962.0, 8972.0, 8974.0, 8959.0, 8990.0, 8978.0, 8975.0, 8974.0, 8958.0, 9010.0, 8979.0, 8975.0, 8974.0, 8956.0, 8971.0, 8959.0, 9002.0, 8974.0, 8969.0, 8954.0, 8941.0, 8973.0, 8974.0, 8974.0, 8959.0, 8958.0, 8985.0, 8964.0, 8992.0, 8989.0, 8956.0, 8971.0, 8955.0, 8987.0, 8974.0, 8957.0, 8956.0, 8957.0, 8971.0, 8981.0, 8977.0, 8973.0, 8959.0, 8973.0, 8965.0, 8976.0, 8974.0, 8958.0, 8972.0, 8960.0, 9006.0, 8971.0, 8956.0, 8955.0, 8957.0, 8998.0, 8974.0, 8956.0, 8956.0, 8955.0, 8972.0, 8977.0, 8974.0, 8970.0, 8938.0, 8967.0, 8957.0, 8986.0, 8970.0, 8954.0, 8953.0, 8945.0, 9001.0, 8972.0, 8955.0, 8955.0, 8959.0, 8983.0, 8973.0, 8959.0, 8956.0, 8942.0, 8970.0, 8974.0, 8975.0, 8971.0, 8958.0, 8958.0, 8966.0, 8976.0, 8988.0, 8960.0, 8972.0, 8959.0, 8975.0, 8978.0, 8960.0, 8974.0, 8959.0, 8970.0, 8977.0, 8960.0, 8970.0, 8941.0, 8968.0, 8971.0, 8956.0, 8971.0, 8955.0, 8966.0, 8954.0, 8967.0, 8972.0, 8940.0, 8953.0, 8924.0, 8965.0, 8955.0, 8954.0, 8970.0, 8955.0, 8952.0, 8955.0, 8974.0, 8975.0, 8957.0, 8971.0, 8957.0, 8970.0, 8978.0, 8945.0, 8973.0, 8962.0, 8979.0, 8994.0, 8963.0, 8988.0, 8961.0, 8974.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.0017771699544764795</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.053629885584218516</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.72339257365227</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0868111908731979</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9274146091571751</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4636</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5390.7446</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10461369293179952</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.6418816388467374</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5486300071716794</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4410393054374513</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7368803892931415</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.467970326784446</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00262504</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013216937892138958</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.020903218537569046</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.126756637328773</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>38.5936</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6309</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.903</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>303405.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>662.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.6776</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.1485</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3265.2049</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3460.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73139.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4202.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.4251</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.60871526412666</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> |