=== 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-0066 --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-0066",
"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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-04/func/sub-0066_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>8d8ff8cedd1c0150e1d59f093b812935</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>14:04:26.785000</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.999955, 0.00712951, -0.00626337, -0.00750474, 0.998043, -0.0620828]</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.122168</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>[4136, -7734, -7272, 503, -127, -81, 30, 82]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>290.156</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ed914e3b-81e9-4ed5-ab01-95815896109c||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.6828060150146484, -0.020134665071964264, -0.015682926401495934, 111.54747772216797], [-0.019127944484353065, 2.677675724029541, -0.1677430421113968, -90.65872192382812], [-0.016804164275527, 0.1665637344121933, 2.6947386264801025, -72.99662017822266], [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': ['140426.785000', '140427.245000', '140427.705000', '140428.165000', '140428.625000', '140429.085000', '140429.545000', '140430.005000', '140430.465000', '140430.925000', '140431.385000', '140431.845000', '140432.305000', '140432.765000', '140433.225000', '140433.685000', '140434.145000', '140434.605000', '140435.065000', '140435.525000', '140435.985000', '140436.445000', '140436.905000', '140437.365000', '140437.825000', '140438.285000', '140438.745000', '140439.205000', '140439.665000', '140440.125000', '140440.585000', '140441.045000', '140441.505000', '140441.965000', '140442.425000', '140442.885000', '140443.345000', '140443.805000', '140444.265000', '140444.725000', '140445.185000', '140445.645000', '140446.105000', '140446.565000', '140447.025000', '140447.485000', '140447.945000', '140448.405000', '140448.865000', '140449.325000', '140449.785000', '140450.245000', '140450.705000', '140451.165000', '140451.625000', '140452.085000', '140452.545000', '140453.005000', '140453.465000', '140453.925000', '140454.385000', '140454.845000', '140455.305000', '140455.765000', '140456.225000', '140456.685000', '140457.145000', '140457.605000', '140458.065000', '140458.525000', '140458.985000', '140459.445000', '140459.905000', '140500.365000', '140500.825000', '140501.285000', '140501.745000', '140502.205000', '140502.665000', '140503.125000', '140503.585000', '140504.045000', '140504.505000', '140504.965000', '140505.425000', '140505.885000', '140506.345000', '140506.805000', '140507.265000', '140507.725000', '140508.185000', '140508.645000', '140509.105000', '140509.565000', '140510.025000', '140510.485000', '140510.945000', '140511.405000', '140511.865000', '140512.325000', '140512.785000', '140513.245000', '140513.705000', '140514.165000', '140514.625000', '140515.085000', '140515.545000', '140516.005000', '140516.465000', '140516.925000', '140517.385000', '140517.845000', '140518.305000', '140518.765000', '140519.225000', '140519.685000', '140520.145000', '140520.605000', '140521.065000', '140521.525000', '140521.985000', '140522.445000', '140522.905000', '140523.365000', '140523.825000', '140524.285000', '140524.745000', '140525.205000', '140525.665000', '140526.125000', '140526.585000', '140527.045000', '140527.505000', '140527.965000', '140528.425000', '140528.885000', '140529.345000', '140529.805000', '140530.265000', '140530.725000', '140531.185000', '140531.645000', '140532.105000', '140532.565000', '140533.025000', '140533.485000', '140533.945000', '140534.405000', '140534.865000', '140535.325000', '140535.785000', '140536.245000', '140536.705000', '140537.165000', '140537.625000', '140538.085000', '140538.545000', '140539.005000', '140539.465000', '140539.925000', '140540.385000', '140540.845000', '140541.305000', '140541.765000', '140542.225000', '140542.685000', '140543.145000', '140543.605000', '140544.065000', '140544.525000', '140544.985000', '140545.445000', '140545.905000', '140546.365000', '140546.825000', '140547.285000', '140547.745000', '140548.205000', '140548.665000', '140549.125000', '140549.585000', '140550.045000', '140550.505000', '140550.965000', '140551.425000', '140551.885000', '140552.345000', '140552.805000', '140553.265000', '140553.725000', '140554.185000', '140554.645000', '140555.105000', '140555.565000', '140556.025000', '140556.485000', '140556.945000', '140557.405000', '140557.865000', '140558.325000', '140558.785000', '140559.245000', '140559.705000', '140600.165000', '140600.625000', '140601.085000', '140601.545000', '140602.005000', '140602.465000', '140602.925000', '140603.385000', '140603.845000', '140604.305000', '140604.765000', '140605.225000', '140605.685000', '140606.145000', '140606.605000', '140607.065000', '140607.525000', '140607.985000', '140608.445000', '140608.905000', '140609.365000', '140609.825000', '140610.285000', '140610.745000', '140611.205000', '140611.665000', '140612.125000', '140612.585000', '140613.045000', '140613.505000', '140613.965000', '140614.425000', '140614.885000', '140615.345000', '140615.805000', '140616.265000', '140616.725000', '140617.185000', '140617.645000', '140618.105000', '140618.565000', '140619.025000', '140619.485000', '140619.945000', '140620.405000', '140620.865000', '140621.325000', '140621.785000', '140622.245000', '140622.705000', '140623.165000', '140623.625000', '140624.085000', '140624.545000', '140625.005000', '140625.465000', '140625.925000', '140626.385000', '140626.845000', '140627.305000', '140627.765000', '140628.225000', '140628.685000', '140629.145000', '140629.605000', '140630.065000', '140630.525000', '140630.985000', '140631.445000', '140631.905000', '140632.365000', '140632.825000', '140633.285000', '140633.745000', '140634.205000', '140634.665000', '140635.125000', '140635.585000', '140636.045000', '140636.505000', '140636.965000', '140637.425000', '140637.885000', '140638.345000', '140638.805000', '140639.265000', '140639.725000', '140640.185000', '140640.645000', '140641.105000', '140641.565000', '140642.025000', '140642.485000', '140642.945000', '140643.405000', '140643.865000', '140644.325000', '140644.785000', '140645.245000', '140645.705000', '140646.165000', '140646.625000', '140647.085000', '140647.545000', '140648.005000', '140648.465000', '140648.925000', '140649.385000', '140649.845000', '140650.305000', '140650.765000', '140651.225000', '140651.685000', '140652.145000', '140652.605000', '140653.065000', '140653.525000', '140653.985000', '140654.445000', '140654.905000', '140655.365000', '140655.825000', '140656.285000', '140656.745000', '140657.205000', '140657.665000', '140658.125000', '140658.585000', '140659.045000', '140659.505000', '140659.965000', '140700.425000', '140700.885000', '140701.345000', '140701.805000', '140702.265000', '140702.725000', '140703.185000', '140703.645000', '140704.105000', '140704.565000', '140705.025000', '140705.485000', '140705.945000', '140706.405000', '140706.865000', '140707.325000', '140707.785000', '140708.245000', '140708.705000', '140709.165000', '140709.625000', '140710.085000', '140710.545000', '140711.005000', '140711.465000', '140711.925000', '140712.385000', '140712.845000', '140713.305000', '140713.765000', '140714.225000', '140714.685000', '140715.145000', '140715.605000', '140716.065000', '140716.525000', '140716.985000', '140717.445000', '140717.905000', '140718.365000', '140718.825000', '140719.285000', '140719.745000', '140720.205000', '140720.665000', '140721.125000', '140721.585000', '140722.045000', '140722.505000', '140722.965000', '140723.425000', '140723.885000', '140724.345000', '140724.805000', '140725.265000', '140725.725000', '140726.185000', '140726.645000', '140727.105000', '140727.565000', '140728.025000', '140728.485000', '140728.945000', '140729.405000', '140729.865000', '140730.325000', '140730.785000', '140731.245000', '140731.705000', '140732.165000', '140732.625000', '140733.085000', '140733.545000', '140734.005000', '140734.465000', '140734.925000', '140735.385000', '140735.845000', '140736.305000', '140736.765000', '140737.225000', '140737.685000', '140738.145000', '140738.605000', '140739.065000', '140739.525000', '140739.985000', '140740.445000', '140740.905000', '140741.365000', '140741.825000', '140742.285000', '140742.745000', '140743.205000', '140743.665000', '140744.125000', '140744.585000', '140745.045000', '140745.505000', '140745.965000', '140746.425000', '140746.885000', '140747.345000', '140747.805000', '140748.265000', '140748.725000', '140749.185000', '140749.645000', '140750.105000', '140750.565000', '140751.025000', '140751.485000', '140751.945000', '140752.405000', '140752.865000', '140753.325000', '140753.785000', '140754.245000', '140754.705000', '140755.165000', '140755.625000', '140756.085000', '140756.545000', '140757.005000', '140757.465000', '140757.925000', '140758.385000', '140758.845000', '140759.305000', '140759.765000', '140800.225000', '140800.685000', '140801.145000', '140801.605000', '140802.065000', '140802.525000', '140802.985000', '140803.445000', '140803.905000', '140804.365000', '140804.825000', '140805.285000', '140805.745000', '140806.205000', '140806.665000', '140807.125000', '140807.585000', '140808.045000', '140808.505000', '140808.965000', '140809.425000', '140809.885000', '140810.345000', '140810.805000', '140811.265000', '140811.725000', '140812.185000', '140812.645000', '140813.105000', '140813.565000', '140814.025000', '140814.485000', '140814.945000', '140815.405000', '140815.865000', '140816.325000', '140816.785000', '140817.245000', '140817.705000', '140818.165000', '140818.625000', '140819.085000', '140819.545000', '140820.005000', '140820.465000', '140820.925000', '140821.385000', '140821.845000', '140822.305000', '140822.765000', '140823.225000', '140823.685000', '140824.145000', '140824.605000', '140825.065000', '140825.525000', '140825.985000', '140826.445000', '140826.905000', '140827.365000', '140827.825000', '140828.285000', '140828.745000', '140829.205000', '140829.665000', '140830.125000', '140830.585000', '140831.045000', '140831.505000', '140831.965000', '140832.425000', '140832.885000', '140833.345000', '140833.805000', '140834.265000', '140834.725000', '140835.185000', '140835.645000', '140836.105000', '140836.565000', '140837.025000', '140837.485000', '140837.945000', '140838.405000', '140838.865000', '140839.325000', '140839.785000', '140840.245000', '140840.705000', '140841.165000', '140841.625000', '140842.085000', '140842.545000', '140843.005000', '140843.465000', '140843.925000', '140844.385000', '140844.845000', '140845.305000', '140845.765000', '140846.225000', '140846.685000', '140847.145000', '140847.605000', '140848.065000', '140848.525000', '140848.985000', '140849.445000', '140849.905000', '140850.365000', '140850.825000', '140851.285000', '140851.745000', '140852.205000', '140852.665000', '140853.125000', '140853.585000', '140854.045000', '140854.505000', '140854.965000', '140855.425000', '140855.885000', '140856.345000', '140856.805000', '140857.265000', '140857.725000', '140858.185000', '140858.645000', '140859.105000', '140859.565000', '140900.025000', '140900.485000', '140900.945000', '140901.405000', '140901.865000', '140902.325000', '140902.785000', '140903.245000', '140903.705000', '140904.165000', '140904.625000', '140905.085000', '140905.545000', '140906.005000', '140906.465000', '140906.925000', '140907.385000', '140907.845000', '140908.305000', '140908.765000', '140909.225000', '140909.685000', '140910.145000', '140910.605000', '140911.065000', '140911.525000', '140911.985000', '140912.445000', '140912.905000', '140913.365000', '140913.825000', '140914.285000', '140914.745000', '140915.205000', '140915.665000', '140916.125000', '140916.585000', '140917.045000', '140917.505000', '140917.965000', '140918.425000', '140918.885000', '140919.345000', '140919.805000', '140920.265000', '140920.725000', '140921.185000', '140921.645000', '140922.105000', '140922.565000', '140923.025000', '140923.485000', '140923.945000', '140924.405000', '140924.865000', '140925.325000', '140925.785000', '140926.245000', '140926.705000', '140927.165000', '140927.625000', '140928.085000', '140928.545000', '140929.005000', '140929.465000', '140929.925000', '140930.385000', '140930.845000', '140931.305000', '140931.765000', '140932.225000', '140932.685000', '140933.145000', '140933.605000', '140934.065000', '140934.525000', '140934.985000', '140935.445000', '140935.905000', '140936.365000', '140936.825000', '140937.285000', '140937.745000', '140938.205000', '140938.665000', '140939.125000', '140939.585000', '140940.045000', '140940.505000', '140940.965000', '140941.425000', '140941.885000', '140942.345000', '140942.805000', '140943.265000', '140943.725000', '140944.185000', '140944.645000', '140945.105000', '140945.565000', '140946.025000', '140946.485000', '140946.945000', '140947.405000', '140947.865000', '140948.325000', '140948.785000', '140949.245000', '140949.705000', '140950.165000', '140950.625000', '140951.085000', '140951.545000', '140952.005000', '140952.465000', '140952.925000', '140953.385000', '140953.845000', '140954.305000', '140954.765000', '140955.225000', '140955.685000', '140956.145000', '140956.605000', '140957.065000', '140957.525000', '140957.985000', '140958.445000', '140958.905000', '140959.365000', '140959.825000', '141000.285000', '141000.745000', '141001.205000', '141001.665000', '141002.125000', '141002.585000', '141003.045000', '141003.505000', '141003.965000', '141004.425000', '141004.885000', '141005.345000', '141005.805000', '141006.265000', '141006.725000', '141007.185000', '141007.645000', '141008.105000', '141008.565000', '141009.025000', '141009.485000', '141009.945000', '141010.405000', '141010.865000', '141011.325000', '141011.785000', '141012.245000', '141012.705000', '141013.165000', '141013.625000', '141014.085000', '141014.545000', '141015.005000', '141015.465000', '141015.925000', '141016.385000', '141016.845000', '141017.305000', '141017.765000', '141018.225000', '141018.685000', '141019.145000', '141019.605000', '141020.065000', '141020.525000', '141020.985000', '141021.445000', '141021.905000', '141022.365000', '141022.825000', '141023.285000', '141023.745000', '141024.205000', '141024.665000', '141025.125000', '141025.585000', '141026.045000', '141026.505000', '141026.965000', '141027.425000', '141027.885000', '141028.345000', '141028.805000', '141029.265000', '141029.725000', '141030.185000', '141030.645000', '141031.105000', '141031.565000', '141032.025000', '141032.485000', '141032.945000', '141033.405000', '141033.865000', '141034.325000', '141034.785000', '141035.245000', '141035.705000', '141036.165000', '141036.625000', '141037.085000', '141037.545000', '141038.005000', '141038.465000', '141038.925000', '141039.385000', '141039.845000', '141040.305000', '141040.765000', '141041.225000', '141041.685000', '141042.145000', '141042.605000', '141043.065000', '141043.525000', '141043.985000', '141044.445000', '141044.905000', '141045.365000', '141045.825000', '141046.285000', '141046.745000', '141047.205000', '141047.665000', '141048.125000', '141048.585000', '141049.045000', '141049.505000', '141049.965000', '141050.425000', '141050.885000', '141051.345000', '141051.805000', '141052.265000', '141052.725000', '141053.185000', '141053.645000', '141054.105000', '141054.565000', '141055.025000', '141055.485000', '141055.945000', '141056.405000', '141056.865000', '141057.325000', '141057.785000', '141058.245000', '141058.705000', '141059.165000', '141059.625000', '141100.085000', '141100.545000', '141101.005000', '141101.465000', '141101.925000', '141102.385000', '141102.845000', '141103.305000', '141103.765000', '141104.225000', '141104.685000', '141105.145000', '141105.605000', '141106.065000', '141106.525000', '141106.985000', '141107.445000', '141107.905000', '141108.365000', '141108.825000', '141109.285000', '141109.745000', '141110.205000', '141110.665000', '141111.125000', '141111.585000', '141112.045000', '141112.505000', '141112.965000', '141113.425000', '141113.885000', '141114.345000', '141114.805000', '141115.265000', '141115.725000', '141116.185000', '141116.645000', '141117.105000', '141117.565000', '141118.025000', '141118.485000', '141118.945000', '141119.405000', '141119.865000', '141120.325000', '141120.785000', '141121.245000', '141121.705000', '141122.165000', '141122.625000', '141123.085000', '141123.545000', '141124.005000', '141124.465000', '141124.925000', '141125.385000', '141125.845000', '141126.305000', '141126.765000', '141127.225000', '141127.685000', '141128.145000', '141128.605000', '141129.065000', '141129.525000', '141129.985000', '141130.445000', '141130.905000', '141131.365000', '141131.825000', '141132.285000', '141132.745000', '141133.205000', '141133.665000', '141134.125000', '141134.585000', '141135.045000', '141135.505000', '141135.965000', '141136.425000', '141136.885000', '141137.345000', '141137.805000', '141138.265000', '141138.725000', '141139.185000', '141139.645000', '141140.105000', '141140.565000', '141141.025000', '141141.485000', '141141.945000', '141142.405000', '141142.865000', '141143.325000', '141143.785000', '141144.245000', '141144.705000', '141145.165000', '141145.625000', '141146.085000', '141146.545000', '141147.005000', '141147.465000', '141147.925000', '141148.385000', '141148.845000', '141149.305000', '141149.765000', '141150.225000', '141150.685000', '141151.145000', '141151.605000', '141152.065000', '141152.525000', '141152.985000', '141153.445000', '141153.905000', '141154.365000', '141154.825000', '141155.285000', '141155.745000', '141156.205000', '141156.665000', '141157.125000', '141157.585000', '141158.045000', '141158.505000', '141158.965000', '141159.425000', '141159.885000', '141200.345000', '141200.805000', '141201.265000', '141201.725000', '141202.185000', '141202.645000', '141203.105000', '141203.565000', '141204.025000', '141204.485000', '141204.945000', '141205.405000', '141205.865000', '141206.325000', '141206.785000', '141207.245000', '141207.705000', '141208.165000', '141208.625000', '141209.085000', '141209.545000', '141210.005000', '141210.465000', '141210.925000', '141211.385000', '141211.845000', '141212.305000', '141212.765000', '141213.225000', '141213.685000', '141214.145000', '141214.605000', '141215.065000', '141215.525000', '141215.985000', '141216.445000', '141216.905000', '141217.365000', '141217.825000', '141218.285000', '141218.745000', '141219.205000', '141219.665000', '141220.125000', '141220.585000', '141221.045000', '141221.505000', '141221.965000', '141222.425000', '141222.885000', '141223.345000', '141223.805000', '141224.265000', '141224.725000', '141225.185000', '141225.645000', '141226.105000', '141226.565000', '141227.025000', '141227.485000', '141227.945000', '141228.405000', '141228.865000', '141229.325000', '141229.785000', '141230.245000', '141230.705000', '141231.165000', '141231.625000', '141232.085000', '141232.545000', '141233.005000', '141233.465000', '141233.925000', '141234.385000', '141234.845000', '141235.305000', '141235.765000', '141236.225000', '141236.685000', '141237.145000', '141237.605000', '141238.065000', '141238.525000', '141238.985000', '141239.445000', '141239.905000', '141240.365000', '141240.825000', '141241.285000', '141241.745000', '141242.205000', '141242.665000', '141243.125000', '141243.585000', '141244.045000', '141244.505000', '141244.965000', '141245.425000', '141245.885000', '141246.345000', '141246.805000', '141247.265000', '141247.725000', '141248.185000', '141248.645000', '141249.105000', '141249.565000', '141250.025000', '141250.485000', '141250.945000', '141251.405000', '141251.865000', '141252.325000', '141252.785000', '141253.245000', '141253.705000', '141254.165000', '141254.625000', '141255.085000', '141255.545000', '141256.005000', '141256.465000', '141256.925000', '141257.385000', '141257.845000', '141258.305000', '141258.765000', '141259.225000', '141259.685000', '141300.145000', '141300.605000', '141301.065000', '141301.525000', '141301.985000', '141302.445000', '141302.905000', '141303.365000', '141303.825000', '141304.285000', '141304.745000', '141305.205000', '141305.665000', '141306.125000', '141306.585000', '141307.045000', '141307.505000', '141307.965000', '141308.425000', '141308.885000', '141309.345000', '141309.805000', '141310.265000', '141310.725000', '141311.185000', '141311.645000', '141312.105000', '141312.565000', '141313.025000', '141313.485000', '141313.945000', '141314.405000', '141314.865000', '141315.325000', '141315.785000', '141316.245000', '141316.705000', '141317.165000', '141317.625000', '141318.085000', '141318.545000', '141319.005000', '141319.465000', '141319.925000', '141320.385000', '141320.845000', '141321.305000', '141321.765000', '141322.225000', '141322.685000', '141323.145000', '141323.605000', '141324.065000', '141324.525000', '141324.985000', '141325.445000', '141325.905000', '141326.365000', '141326.825000', '141327.285000', '141327.745000', '141328.205000', '141328.665000', '141329.125000', '141329.585000', '141330.045000', '141330.505000', '141330.965000', '141331.425000', '141331.885000', '141332.345000', '141332.805000', '141333.265000', '141333.725000', '141334.185000', '141334.645000', '141335.105000', '141335.565000', '141336.025000', '141336.485000', '141336.945000', '141337.405000', '141337.865000', '141338.325000', '141338.785000', '141339.245000', '141339.705000', '141340.165000', '141340.625000', '141341.085000', '141341.545000', '141342.005000', '141342.465000', '141342.925000', '141343.385000', '141343.845000', '141344.305000', '141344.765000', '141345.225000', '141345.685000', '141346.145000', '141346.605000', '141347.065000', '141347.525000', '141347.985000', '141348.445000', '141348.905000', '141349.365000', '141349.825000', '141350.285000', '141350.745000', '141351.205000', '141351.665000', '141352.125000', '141352.585000', '141353.045000', '141353.505000', '141353.965000', '141354.425000', '141354.885000', '141355.345000', '141355.805000', '141356.265000', '141356.725000', '141357.185000', '141357.645000', '141358.105000', '141358.565000', '141359.025000', '141359.485000', '141359.945000', '141400.405000', '141400.865000', '141401.325000', '141401.785000', '141402.245000', '141402.705000', '141403.165000', '141403.625000', '141404.085000', '141404.545000', '141405.005000', '141405.465000', '141405.925000', '141406.385000', '141406.845000', '141407.305000', '141407.765000', '141408.225000', '141408.685000', '141409.145000', '141409.605000', '141410.065000', '141410.525000', '141410.985000', '141411.445000', '141411.905000', '141412.365000', '141412.825000', '141413.285000', '141413.745000', '141414.205000', '141414.665000', '141415.125000', '141415.585000', '141416.045000', '141416.505000', '141416.965000', '141417.425000', '141417.885000', '141418.345000', '141418.805000', '141419.265000', '141419.725000', '141420.185000', '141420.645000', '141421.105000', '141421.565000', '141422.025000', '141422.485000', '141422.945000', '141423.405000', '141423.865000', '141424.325000', '141424.785000', '141425.245000', '141425.705000', '141426.165000', '141426.625000', '141427.085000', '141427.545000', '141428.005000', '141428.465000', '141428.925000', '141429.385000', '141429.845000', '141430.305000', '141430.765000', '141431.225000', '141431.685000', '141432.145000', '141432.605000', '141433.065000', '141433.525000', '141433.985000', '141434.445000'], 'ContentTime': ['140438.487000', '140438.490000', '140438.493000', '140438.495000', '140438.498000', '140438.501000', '140438.503000', '140438.506000', '140438.509000', '140438.511000', '140438.514000', '140438.516000', '140438.519000', '140438.522000', '140438.524000', '140438.527000', '140438.529000', '140438.540000', '140438.543000', '140438.545000', '140438.557000', '140438.559000', '140438.562000', '140458.464000', '140458.466000', '140458.469000', '140458.472000', '140458.475000', '140458.477000', '140458.480000', '140458.482000', '140458.485000', '140458.487000', '140458.490000', '140458.493000', '140458.502000', '140458.505000', '140458.507000', '140458.510000', '140458.513000', '140458.516000', '140458.518000', '140458.521000', '140458.523000', '140458.526000', '140458.529000', '140458.531000', '140458.534000', '140458.537000', '140458.539000', '140458.542000', '140458.544000', '140458.547000', '140458.550000', '140458.552000', '140458.555000', '140458.561000', '140458.563000', '140458.566000', '140458.568000', '140458.571000', '140458.574000', '140458.576000', '140458.579000', '140458.581000', '140458.584000', '140518.463000', '140518.466000', '140518.469000', '140518.472000', '140518.475000', '140518.478000', '140518.481000', '140518.484000', '140518.486000', '140518.489000', '140518.492000', '140518.494000', '140518.497000', '140518.499000', '140518.502000', '140518.505000', '140518.507000', '140518.510000', '140518.513000', '140518.515000', '140518.518000', '140518.520000', '140518.523000', '140518.526000', '140518.528000', '140518.531000', '140518.534000', '140518.536000', '140518.539000', '140518.541000', '140518.544000', '140518.546000', '140518.549000', '140518.552000', '140518.554000', '140518.557000', '140518.559000', '140518.562000', '140518.565000', '140518.567000', '140518.570000', '140518.573000', '140518.575000', '140518.580000', '140538.463000', '140538.466000', '140538.480000', '140538.484000', '140538.487000', '140538.489000', '140538.492000', '140538.494000', '140538.497000', '140538.499000', '140538.502000', '140538.505000', '140538.507000', '140538.510000', '140538.513000', '140538.515000', '140538.518000', '140538.521000', '140538.523000', '140538.526000', '140538.528000', '140538.531000', '140538.534000', '140538.536000', '140538.539000', '140538.542000', '140538.544000', '140538.547000', '140538.549000', '140538.552000', '140538.555000', '140538.557000', '140538.560000', '140538.563000', '140538.565000', '140538.568000', '140538.570000', '140538.573000', '140538.576000', '140538.578000', '140538.581000', '140538.584000', '140538.586000', '140558.463000', '140558.466000', '140558.469000', '140558.471000', '140558.474000', '140558.477000', '140558.479000', '140558.482000', '140558.485000', '140558.487000', '140558.490000', '140558.492000', '140558.495000', '140558.498000', '140558.500000', '140558.503000', '140558.505000', '140558.508000', '140558.511000', '140558.513000', '140558.516000', '140558.519000', '140558.521000', '140558.524000', '140558.526000', '140558.529000', '140558.531000', '140558.534000', '140558.537000', '140558.539000', '140558.542000', '140558.545000', '140558.547000', '140558.550000', '140558.553000', '140558.555000', '140558.558000', '140558.560000', '140558.563000', '140558.566000', '140558.568000', '140558.571000', '140558.573000', '140558.576000', '140618.462000', '140618.465000', '140618.469000', '140618.471000', '140618.474000', '140618.476000', '140618.479000', '140618.482000', '140618.484000', '140618.487000', '140618.490000', '140618.492000', '140618.495000', '140618.498000', '140618.500000', '140618.503000', '140618.506000', '140618.508000', '140618.511000', '140618.514000', '140618.516000', '140618.519000', '140618.522000', '140618.524000', '140618.527000', '140618.529000', '140618.532000', '140618.535000', '140618.538000', '140618.540000', '140618.543000', '140618.546000', '140618.548000', '140618.551000', '140618.553000', '140618.556000', '140618.559000', '140618.561000', '140618.564000', '140618.567000', '140618.569000', '140618.572000', '140618.575000', '140638.463000', '140638.466000', '140638.468000', '140638.471000', '140638.474000', '140638.477000', '140638.479000', '140638.482000', '140638.485000', '140638.487000', '140638.490000', '140638.492000', '140638.495000', '140638.498000', '140638.500000', '140638.503000', '140638.506000', '140638.508000', '140638.511000', '140638.515000', '140638.518000', '140638.520000', '140638.523000', '140638.526000', '140638.528000', '140638.531000', '140638.533000', '140638.536000', '140638.539000', '140638.541000', '140638.544000', '140638.547000', '140638.549000', '140638.552000', '140638.554000', '140638.557000', '140638.560000', '140638.563000', '140638.565000', '140638.568000', '140638.571000', '140638.574000', '140638.576000', '140658.463000', '140658.466000', '140658.469000', '140658.472000', '140658.475000', '140658.477000', '140658.480000', '140658.482000', '140658.485000', '140658.488000', '140658.491000', '140658.493000', '140658.496000', '140658.498000', '140658.501000', '140658.504000', '140658.506000', '140658.509000', '140658.512000', '140658.514000', '140658.517000', '140658.520000', '140658.522000', '140658.525000', '140658.528000', '140658.530000', '140658.533000', '140658.535000', '140658.553000', '140658.556000', '140658.558000', '140658.561000', '140658.564000', '140658.566000', '140658.569000', '140658.571000', '140658.574000', '140658.577000', '140658.580000', '140658.582000', '140658.585000', '140658.587000', '140658.590000', '140658.593000', '140718.463000', '140718.467000', '140718.469000', '140718.472000', '140718.476000', '140718.478000', '140718.481000', '140718.483000', '140718.486000', '140718.489000', '140718.491000', '140718.494000', '140718.504000', '140718.506000', '140718.509000', '140718.512000', '140718.514000', '140718.517000', '140718.519000', '140718.522000', '140718.525000', '140718.527000', '140718.530000', '140718.532000', '140718.535000', '140718.537000', '140718.540000', '140718.543000', '140718.545000', '140718.548000', '140718.551000', '140718.553000', '140718.556000', '140718.558000', '140718.561000', '140718.564000', '140718.566000', '140718.569000', '140718.572000', '140718.574000', '140718.577000', '140718.580000', '140718.582000', '140738.464000', '140738.467000', '140738.470000', '140738.472000', '140738.475000', '140738.477000', '140738.480000', '140738.483000', '140738.485000', '140738.488000', '140738.491000', '140738.493000', '140738.496000', '140738.499000', '140738.501000', '140738.504000', '140738.506000', '140738.509000', '140738.512000', '140738.514000', '140738.517000', '140738.520000', '140738.522000', '140738.525000', '140738.527000', '140738.530000', '140738.533000', '140738.536000', '140738.538000', '140738.541000', '140738.544000', '140738.546000', '140738.549000', '140738.552000', '140738.554000', '140738.557000', '140738.559000', '140738.562000', '140738.565000', '140738.567000', '140738.570000', '140738.573000', '140738.575000', '140738.578000', '140758.464000', '140758.467000', '140758.469000', '140758.472000', '140758.475000', '140758.477000', '140758.480000', '140758.483000', '140758.485000', '140758.488000', '140758.490000', '140758.493000', '140758.496000', '140758.499000', '140758.501000', '140758.504000', '140758.506000', '140758.509000', '140758.512000', '140758.514000', '140758.517000', '140758.520000', '140758.522000', '140758.525000', '140758.527000', '140758.530000', '140758.533000', '140758.535000', '140758.538000', '140758.541000', '140758.543000', '140758.546000', '140758.548000', '140758.551000', '140758.555000', '140758.557000', '140758.560000', '140758.563000', '140758.565000', '140758.568000', '140758.571000', '140758.573000', '140758.576000', '140818.464000', '140818.466000', '140818.469000', '140818.472000', '140818.475000', '140818.477000', '140818.480000', '140818.483000', '140818.485000', '140818.488000', '140818.491000', '140818.493000', '140818.496000', '140818.499000', '140818.502000', '140818.504000', '140818.507000', '140818.510000', '140818.512000', '140818.515000', '140818.518000', '140818.520000', '140818.523000', '140818.526000', '140818.528000', '140818.531000', '140818.533000', '140818.536000', '140818.539000', '140818.541000', '140818.544000', '140818.547000', '140818.549000', '140818.552000', '140818.555000', '140818.557000', '140818.560000', '140818.562000', '140818.565000', '140818.568000', '140818.570000', '140818.573000', '140818.576000', '140818.578000', '140838.463000', '140838.465000', '140838.468000', '140838.471000', '140838.473000', '140838.476000', '140838.479000', '140838.481000', '140838.484000', '140838.487000', '140838.489000', '140838.492000', '140838.495000', '140838.497000', '140838.500000', '140838.503000', '140838.505000', '140838.508000', '140838.511000', '140838.513000', '140838.524000', '140838.527000', '140838.529000', '140838.545000', '140838.548000', '140838.550000', '140838.553000', '140838.555000', '140838.558000', '140838.560000', '140838.563000', '140838.566000', '140838.568000', '140838.571000', '140838.573000', '140838.576000', '140838.579000', '140838.581000', '140838.584000', '140838.587000', '140838.589000', '140838.592000', '140838.595000', '140858.462000', '140858.465000', '140858.468000', '140858.471000', '140858.473000', '140858.476000', '140858.479000', '140858.482000', '140858.484000', '140858.487000', '140858.490000', '140858.493000', '140858.495000', '140858.498000', '140858.501000', '140858.503000', '140858.506000', '140858.508000', '140858.511000', '140858.514000', '140858.516000', '140858.519000', '140858.522000', '140858.524000', '140858.527000', '140858.530000', '140858.532000', '140858.535000', '140858.538000', '140858.540000', '140858.543000', '140858.546000', '140858.548000', '140858.551000', '140858.553000', '140858.556000', '140858.559000', '140858.561000', '140858.564000', '140858.567000', '140858.569000', '140858.572000', '140858.584000', '140858.586000', '140918.463000', '140918.466000', '140918.469000', '140918.472000', '140918.474000', '140918.477000', '140918.480000', '140918.482000', '140918.485000', '140918.488000', '140918.490000', '140918.493000', '140918.495000', '140918.498000', '140918.501000', '140918.503000', '140918.506000', '140918.509000', '140918.511000', '140918.514000', '140918.517000', '140918.519000', '140918.522000', '140918.525000', '140918.528000', '140918.531000', '140918.534000', '140918.537000', '140918.539000', '140918.542000', '140918.545000', '140918.547000', '140918.550000', '140918.552000', '140918.555000', '140918.558000', '140918.560000', '140918.563000', '140918.566000', '140918.568000', '140918.571000', '140918.573000', '140918.576000', '140938.463000', '140938.467000', '140938.469000', '140938.472000', '140938.474000', '140938.477000', '140938.480000', '140938.483000', '140938.485000', '140938.488000', '140938.491000', '140938.493000', '140938.496000', '140938.498000', '140938.501000', '140938.504000', '140938.506000', '140938.509000', '140938.512000', '140938.514000', '140938.517000', '140938.520000', '140938.522000', '140938.525000', '140938.528000', '140938.530000', '140938.533000', '140938.535000', '140938.538000', '140938.541000', '140938.543000', '140938.546000', '140938.549000', '140938.551000', '140938.554000', '140938.557000', '140938.559000', '140938.562000', '140938.565000', '140938.567000', '140938.570000', '140938.573000', '140938.575000', '140938.578000', '140958.464000', '140958.466000', '140958.469000', '140958.472000', '140958.474000', '140958.477000', '140958.480000', '140958.482000', '140958.485000', '140958.488000', '140958.490000', '140958.493000', '140958.496000', '140958.498000', '140958.501000', '140958.504000', '140958.506000', '140958.509000', '140958.511000', '140958.514000', '140958.517000', '140958.519000', '140958.522000', '140958.525000', '140958.527000', '140958.530000', '140958.532000', '140958.535000', '140958.538000', '140958.540000', '140958.543000', '140958.546000', '140958.548000', '140958.551000', '140958.554000', '140958.556000', '140958.559000', '140958.561000', '140958.564000', '140958.567000', '140958.569000', '140958.572000', '140958.575000', '141018.464000', '141018.466000', '141018.469000', '141018.472000', '141018.475000', '141018.478000', '141018.480000', '141018.483000', '141018.486000', '141018.488000', '141018.491000', '141018.493000', '141018.496000', '141018.499000', '141018.501000', '141018.504000', '141018.506000', '141018.509000', '141018.512000', '141018.514000', '141018.517000', '141018.520000', '141018.522000', '141018.525000', '141018.527000', '141018.530000', '141018.533000', '141018.535000', '141018.538000', '141018.540000', '141018.543000', '141018.546000', '141018.548000', '141018.551000', '141018.554000', '141018.556000', '141018.559000', '141018.562000', '141018.564000', '141018.567000', '141018.570000', '141018.572000', '141018.575000', '141018.577000', '141038.464000', '141038.466000', '141038.469000', '141038.472000', '141038.475000', '141038.477000', '141038.480000', '141038.483000', '141038.486000', '141038.488000', '141038.491000', '141038.493000', '141038.496000', '141038.499000', '141038.501000', '141038.504000', '141038.506000', '141038.509000', '141038.512000', '141038.515000', '141038.517000', '141038.520000', '141038.523000', '141038.525000', '141038.528000', '141038.530000', '141038.533000', '141038.536000', '141038.538000', '141038.541000', '141038.544000', '141038.546000', '141038.549000', '141038.551000', '141038.555000', '141038.558000', '141038.561000', '141038.563000', '141038.566000', '141038.569000', '141038.571000', '141038.574000', '141038.576000', '141058.462000', '141058.465000', '141058.468000', '141058.471000', '141058.473000', '141058.476000', '141058.478000', '141058.481000', '141058.484000', '141058.486000', '141058.489000', '141058.491000', '141058.494000', '141058.496000', '141058.499000', '141058.502000', '141058.504000', '141058.507000', '141058.510000', '141058.512000', '141058.515000', '141058.517000', '141058.520000', '141058.523000', '141058.525000', '141058.528000', '141058.530000', '141058.533000', '141058.536000', '141058.538000', '141058.541000', '141058.544000', '141058.546000', '141058.549000', '141058.552000', '141058.554000', '141058.557000', '141058.559000', '141058.562000', '141058.565000', '141058.567000', '141058.570000', '141058.573000', '141058.575000', '141118.463000', '141118.466000', '141118.469000', '141118.471000', '141118.474000', '141118.477000', '141118.479000', '141118.482000', '141118.485000', '141118.487000', '141118.490000', '141118.493000', '141118.495000', '141118.498000', '141118.501000', '141118.503000', '141118.506000', '141118.509000', '141118.511000', '141118.514000', '141118.516000', '141118.519000', '141118.522000', '141118.524000', '141118.527000', '141118.530000', '141118.532000', '141118.535000', '141118.537000', '141118.540000', '141118.543000', '141118.545000', '141118.548000', '141118.551000', '141118.553000', '141118.556000', '141118.558000', '141118.561000', '141118.564000', '141118.567000', '141118.569000', '141118.572000', '141118.575000', '141138.464000', '141138.467000', '141138.469000', '141138.472000', '141138.475000', '141138.477000', '141138.480000', '141138.483000', '141138.485000', '141138.488000', '141138.491000', '141138.493000', '141138.496000', '141138.498000', '141138.501000', '141138.504000', '141138.507000', '141138.509000', '141138.512000', '141138.514000', '141138.517000', '141138.519000', '141138.522000', '141138.525000', '141138.527000', '141138.530000', '141138.533000', '141138.535000', '141138.538000', '141138.540000', '141138.543000', '141138.546000', '141138.548000', '141138.551000', '141138.554000', '141138.556000', '141138.559000', '141138.562000', '141138.564000', '141138.567000', '141138.569000', '141138.572000', '141138.575000', '141138.577000', '141158.464000', '141158.466000', '141158.469000', '141158.472000', '141158.475000', '141158.477000', '141158.480000', '141158.482000', '141158.485000', '141158.488000', '141158.490000', '141158.493000', '141158.496000', '141158.498000', '141158.501000', '141158.504000', '141158.506000', '141158.509000', '141158.512000', '141158.514000', '141158.517000', '141158.520000', '141158.522000', '141158.525000', '141158.528000', '141158.530000', '141158.533000', '141158.535000', '141158.538000', '141158.541000', '141158.543000', '141158.546000', '141158.549000', '141158.551000', '141158.554000', '141158.556000', '141158.559000', '141158.562000', '141158.564000', '141158.567000', '141158.570000', '141158.572000', '141158.575000', '141218.463000', '141218.467000', '141218.469000', '141218.472000', '141218.474000', '141218.477000', '141218.480000', '141218.482000', '141218.485000', '141218.487000', '141218.490000', '141218.493000', '141218.495000', '141218.498000', '141218.501000', '141218.503000', '141218.506000', '141218.508000', '141218.511000', '141218.514000', '141218.516000', '141218.519000', '141218.521000', '141218.524000', '141218.526000', '141218.529000', '141218.531000', '141218.534000', '141218.537000', '141218.539000', '141218.542000', '141218.544000', '141218.547000', '141218.550000', '141218.552000', '141218.555000', '141218.557000', '141218.560000', '141218.563000', '141218.565000', '141218.568000', '141218.570000', '141218.573000', '141218.576000', '141238.464000', '141238.467000', '141238.469000', '141238.473000', '141238.475000', '141238.478000', '141238.481000', '141238.484000', '141238.486000', '141238.489000', '141238.492000', '141238.494000', '141238.497000', '141238.500000', '141238.502000', '141238.505000', '141238.508000', '141238.510000', '141238.513000', '141238.516000', '141238.518000', '141238.521000', '141238.523000', '141238.526000', '141238.529000', '141238.531000', '141238.534000', '141238.537000', '141238.539000', '141238.542000', '141238.544000', '141238.547000', '141238.550000', '141238.552000', '141238.555000', '141238.558000', '141238.560000', '141238.563000', '141238.565000', '141238.568000', '141238.571000', '141238.584000', '141238.596000', '141258.464000', '141258.466000', '141258.470000', '141258.473000', '141258.476000', '141258.479000', '141258.482000', '141258.485000', '141258.487000', '141258.490000', '141258.493000', '141258.496000', '141258.498000', '141258.501000', '141258.504000', '141258.507000', '141258.509000', '141258.512000', '141258.514000', '141258.517000', '141258.520000', '141258.522000', '141258.525000', '141258.528000', '141258.530000', '141258.533000', '141258.536000', '141258.539000', '141258.541000', '141258.546000', '141258.548000', '141258.551000', '141258.554000', '141258.556000', '141258.559000', '141258.562000', '141258.564000', '141258.567000', '141258.570000', '141258.572000', '141258.575000', '141258.578000', '141258.580000', '141318.463000', '141318.465000', '141318.468000', '141318.471000', '141318.473000', '141318.476000', '141318.478000', '141318.482000', '141318.484000', '141318.487000', '141318.489000', '141318.492000', '141318.495000', '141318.497000', '141318.500000', '141318.503000', '141318.505000', '141318.508000', '141318.511000', '141318.513000', '141318.516000', '141318.518000', '141318.521000', '141318.524000', '141318.526000', '141318.529000', '141318.532000', '141318.534000', '141318.537000', '141318.540000', '141318.542000', '141318.545000', '141318.547000', '141318.550000', '141318.553000', '141318.555000', '141318.558000', '141318.561000', '141318.563000', '141318.566000', '141318.569000', '141318.571000', '141318.574000', '141318.577000', '141338.463000', '141338.465000', '141338.468000', '141338.471000', '141338.473000', '141338.476000', '141338.479000', '141338.482000', '141338.484000', '141338.487000', '141338.489000', '141338.493000', '141338.495000', '141338.498000', '141338.500000', '141338.503000', '141338.506000', '141338.508000', '141338.511000', '141338.514000', '141338.516000', '141338.519000', '141338.521000', '141338.524000', '141338.527000', '141338.529000', '141338.532000', '141338.535000', '141338.537000', '141338.540000', '141338.542000', '141338.545000', '141338.548000', '141338.550000', '141338.553000', '141338.556000', '141338.558000', '141338.561000', '141338.564000', '141338.566000', '141338.569000', '141338.572000', '141338.574000', '141338.577000', '141358.464000', '141358.467000', '141358.470000', '141358.472000', '141358.475000', '141358.478000', '141358.480000', '141358.483000', '141358.485000', '141358.488000', '141358.491000', '141358.493000', '141358.496000', '141358.499000', '141358.501000', '141358.504000', '141358.507000', '141358.509000', '141358.512000', '141358.515000', '141358.517000', '141358.520000', '141358.523000', '141358.525000', '141358.528000', '141358.531000', '141358.533000', '141358.536000', '141358.539000', '141358.541000', '141358.544000', '141358.546000', '141358.549000', '141358.552000', '141358.554000', '141358.557000', '141358.559000', '141358.571000', '141358.573000', '141358.576000', '141358.578000', '141358.581000', '141358.584000', '141418.464000', '141418.466000', '141418.469000', '141418.472000', '141418.474000', '141418.477000', '141418.480000', '141418.482000', '141418.485000', '141418.488000', '141418.490000', '141418.493000', '141418.496000', '141418.498000', '141418.501000', '141418.504000', '141418.506000', '141418.509000', '141418.512000', '141418.515000', '141418.518000', '141418.521000', '141418.523000', '141418.526000', '141418.529000', '141418.531000', '141418.534000', '141418.537000', '141418.539000', '141418.542000', '141418.545000', '141418.547000', '141418.550000', '141418.553000', '141418.555000', '141418.558000', '141418.561000', '141418.563000', '141418.566000', '141418.569000', '141418.571000', '141418.574000', '141418.577000', '141435.965000', '141435.968000', '141435.971000', '141435.974000', '141435.977000', '141435.980000', '141435.983000', '141435.986000', '141435.989000', '141435.992000', '141435.994000', '141435.998000', '141436.002000', '141436.004000', '141436.007000', '141436.010000', '141436.013000', '141436.016000', '141436.018000', '141436.026000', '141436.029000', '141436.032000', '141436.035000', '141436.038000', '141436.041000', '141436.044000', '141436.047000', '141436.050000', '141436.052000', '141436.055000', '141436.058000', '141436.061000', '141436.063000', '141436.067000', '141436.072000', '141436.075000', '141436.078000', '141436.082000', '141436.085000'], 'InstanceCreationTime': ['140438.487000', '140438.490000', '140438.493000', '140438.495000', '140438.498000', '140438.501000', '140438.503000', '140438.506000', '140438.509000', '140438.511000', '140438.514000', '140438.516000', '140438.519000', '140438.522000', '140438.524000', '140438.527000', '140438.529000', '140438.540000', '140438.543000', '140438.545000', '140438.557000', '140438.559000', '140438.562000', '140458.464000', '140458.466000', '140458.469000', '140458.472000', '140458.475000', '140458.477000', '140458.480000', '140458.482000', '140458.485000', '140458.487000', '140458.490000', '140458.493000', '140458.502000', '140458.505000', '140458.507000', '140458.510000', '140458.513000', '140458.516000', '140458.518000', '140458.521000', '140458.523000', '140458.526000', '140458.529000', '140458.531000', '140458.534000', '140458.537000', '140458.539000', '140458.542000', '140458.544000', '140458.547000', '140458.550000', '140458.552000', '140458.555000', '140458.561000', '140458.563000', '140458.566000', '140458.568000', '140458.571000', '140458.574000', '140458.576000', '140458.579000', '140458.581000', '140458.584000', '140518.463000', '140518.466000', '140518.469000', '140518.472000', '140518.475000', '140518.478000', '140518.481000', '140518.484000', '140518.486000', '140518.489000', '140518.492000', '140518.494000', '140518.497000', '140518.499000', '140518.502000', '140518.505000', '140518.507000', '140518.510000', '140518.513000', '140518.515000', '140518.518000', '140518.520000', '140518.523000', '140518.526000', '140518.528000', '140518.531000', '140518.534000', '140518.536000', '140518.539000', '140518.541000', '140518.544000', '140518.546000', '140518.549000', '140518.552000', '140518.554000', '140518.557000', '140518.559000', '140518.562000', '140518.565000', '140518.567000', '140518.570000', '140518.573000', '140518.575000', '140518.580000', '140538.463000', '140538.466000', '140538.480000', '140538.484000', '140538.487000', '140538.489000', '140538.492000', '140538.494000', '140538.497000', '140538.499000', '140538.502000', '140538.505000', '140538.507000', '140538.510000', '140538.513000', '140538.515000', '140538.518000', '140538.521000', '140538.523000', '140538.526000', '140538.528000', '140538.531000', '140538.534000', '140538.536000', '140538.539000', '140538.542000', '140538.544000', '140538.547000', '140538.549000', '140538.552000', '140538.555000', '140538.557000', '140538.560000', '140538.563000', '140538.565000', '140538.568000', '140538.570000', '140538.573000', '140538.576000', '140538.578000', '140538.581000', '140538.584000', '140538.586000', '140558.463000', '140558.466000', '140558.469000', '140558.471000', '140558.474000', '140558.477000', '140558.479000', '140558.482000', '140558.485000', '140558.487000', '140558.490000', '140558.492000', '140558.495000', '140558.498000', '140558.500000', '140558.503000', '140558.505000', '140558.508000', '140558.511000', '140558.513000', '140558.516000', '140558.519000', '140558.521000', '140558.524000', '140558.526000', '140558.529000', '140558.531000', '140558.534000', '140558.537000', '140558.539000', '140558.542000', '140558.545000', '140558.547000', '140558.550000', '140558.553000', '140558.555000', '140558.558000', '140558.560000', '140558.563000', '140558.566000', '140558.568000', '140558.571000', '140558.573000', '140558.576000', '140618.462000', '140618.465000', '140618.469000', '140618.471000', '140618.474000', '140618.476000', '140618.479000', '140618.482000', '140618.484000', '140618.487000', '140618.490000', '140618.492000', '140618.495000', '140618.498000', '140618.500000', '140618.503000', '140618.506000', '140618.508000', '140618.511000', '140618.514000', '140618.516000', '140618.519000', '140618.522000', '140618.524000', '140618.527000', '140618.529000', '140618.532000', '140618.535000', '140618.538000', '140618.540000', '140618.543000', '140618.546000', '140618.548000', '140618.551000', '140618.553000', '140618.556000', '140618.559000', '140618.561000', '140618.564000', '140618.567000', '140618.569000', '140618.572000', '140618.575000', '140638.463000', '140638.466000', '140638.468000', '140638.471000', '140638.474000', '140638.477000', '140638.479000', '140638.482000', '140638.485000', '140638.487000', '140638.490000', '140638.492000', '140638.495000', '140638.498000', '140638.500000', '140638.503000', '140638.506000', '140638.508000', '140638.511000', '140638.515000', '140638.518000', '140638.520000', '140638.523000', '140638.526000', '140638.528000', '140638.531000', '140638.533000', '140638.536000', '140638.539000', '140638.541000', '140638.544000', '140638.547000', '140638.549000', '140638.552000', '140638.554000', '140638.557000', '140638.560000', '140638.563000', '140638.565000', '140638.568000', '140638.571000', '140638.574000', '140638.576000', '140658.463000', '140658.466000', '140658.469000', '140658.472000', '140658.475000', '140658.477000', '140658.480000', '140658.482000', '140658.485000', '140658.488000', '140658.491000', '140658.493000', '140658.496000', '140658.498000', '140658.501000', '140658.504000', '140658.506000', '140658.509000', '140658.512000', '140658.514000', '140658.517000', '140658.520000', '140658.522000', '140658.525000', '140658.528000', '140658.530000', '140658.533000', '140658.535000', '140658.553000', '140658.556000', '140658.558000', '140658.561000', '140658.564000', '140658.566000', '140658.569000', '140658.571000', '140658.574000', '140658.577000', '140658.580000', '140658.582000', '140658.585000', '140658.587000', '140658.590000', '140658.593000', '140718.463000', '140718.467000', '140718.469000', '140718.472000', '140718.476000', '140718.478000', '140718.481000', '140718.483000', '140718.486000', '140718.489000', '140718.491000', '140718.494000', '140718.504000', '140718.506000', '140718.509000', '140718.512000', '140718.514000', '140718.517000', '140718.519000', '140718.522000', '140718.525000', '140718.527000', '140718.530000', '140718.532000', '140718.535000', '140718.537000', '140718.540000', '140718.543000', '140718.545000', '140718.548000', '140718.551000', '140718.553000', '140718.556000', '140718.558000', '140718.561000', '140718.564000', '140718.566000', '140718.569000', '140718.572000', '140718.574000', '140718.577000', '140718.580000', '140718.582000', '140738.464000', '140738.467000', '140738.470000', '140738.472000', '140738.475000', '140738.477000', '140738.480000', '140738.483000', '140738.485000', '140738.488000', '140738.491000', '140738.493000', '140738.496000', '140738.499000', '140738.501000', '140738.504000', '140738.506000', '140738.509000', '140738.512000', '140738.514000', '140738.517000', '140738.520000', '140738.522000', '140738.525000', '140738.527000', '140738.530000', '140738.533000', '140738.536000', '140738.538000', '140738.541000', '140738.544000', '140738.546000', '140738.549000', '140738.552000', '140738.554000', '140738.557000', '140738.559000', '140738.562000', '140738.565000', '140738.567000', '140738.570000', '140738.573000', '140738.575000', '140738.578000', '140758.464000', '140758.467000', '140758.469000', '140758.472000', '140758.475000', '140758.477000', '140758.480000', '140758.483000', '140758.485000', '140758.488000', '140758.490000', '140758.493000', '140758.496000', '140758.499000', '140758.501000', '140758.504000', '140758.506000', '140758.509000', '140758.512000', '140758.514000', '140758.517000', '140758.520000', '140758.522000', '140758.525000', '140758.527000', '140758.530000', '140758.533000', '140758.535000', '140758.538000', '140758.541000', '140758.543000', '140758.546000', '140758.548000', '140758.551000', '140758.555000', '140758.557000', '140758.560000', '140758.563000', '140758.565000', '140758.568000', '140758.571000', '140758.573000', '140758.576000', '140818.464000', '140818.466000', '140818.469000', '140818.472000', '140818.475000', '140818.477000', '140818.480000', '140818.483000', '140818.485000', '140818.488000', '140818.491000', '140818.493000', '140818.496000', '140818.499000', '140818.502000', '140818.504000', '140818.507000', '140818.510000', '140818.512000', '140818.515000', '140818.518000', '140818.520000', '140818.523000', '140818.526000', '140818.528000', '140818.531000', '140818.533000', '140818.536000', '140818.539000', '140818.541000', '140818.544000', '140818.547000', '140818.549000', '140818.552000', '140818.555000', '140818.557000', '140818.560000', '140818.562000', '140818.565000', '140818.568000', '140818.570000', '140818.573000', '140818.576000', '140818.578000', '140838.463000', '140838.465000', '140838.468000', '140838.471000', '140838.473000', '140838.476000', '140838.479000', '140838.481000', '140838.484000', '140838.487000', '140838.489000', '140838.492000', '140838.495000', '140838.497000', '140838.500000', '140838.503000', '140838.505000', '140838.508000', '140838.511000', '140838.513000', '140838.524000', '140838.527000', '140838.529000', '140838.545000', '140838.548000', '140838.550000', '140838.553000', '140838.555000', '140838.558000', '140838.560000', '140838.563000', '140838.566000', '140838.568000', '140838.571000', '140838.573000', '140838.576000', '140838.579000', '140838.581000', '140838.584000', '140838.587000', '140838.589000', '140838.592000', '140838.595000', '140858.462000', '140858.465000', '140858.468000', '140858.471000', '140858.473000', '140858.476000', '140858.479000', '140858.482000', '140858.484000', '140858.487000', '140858.490000', '140858.493000', '140858.495000', '140858.498000', '140858.501000', '140858.503000', '140858.506000', '140858.508000', '140858.511000', '140858.514000', '140858.516000', '140858.519000', '140858.522000', '140858.524000', '140858.527000', '140858.530000', '140858.532000', '140858.535000', '140858.538000', '140858.540000', '140858.543000', '140858.546000', '140858.548000', '140858.551000', '140858.553000', '140858.556000', '140858.559000', '140858.561000', '140858.564000', '140858.567000', '140858.569000', '140858.572000', '140858.584000', '140858.586000', '140918.463000', '140918.466000', '140918.469000', '140918.472000', '140918.474000', '140918.477000', '140918.480000', '140918.482000', '140918.485000', '140918.488000', '140918.490000', '140918.493000', '140918.495000', '140918.498000', '140918.501000', '140918.503000', '140918.506000', '140918.509000', '140918.511000', '140918.514000', '140918.517000', '140918.519000', '140918.522000', '140918.525000', '140918.528000', '140918.531000', '140918.534000', '140918.537000', '140918.539000', '140918.542000', '140918.545000', '140918.547000', '140918.550000', '140918.552000', '140918.555000', '140918.558000', '140918.560000', '140918.563000', '140918.566000', '140918.568000', '140918.571000', '140918.573000', '140918.576000', '140938.463000', '140938.467000', '140938.469000', '140938.472000', '140938.474000', '140938.477000', '140938.480000', '140938.483000', '140938.485000', '140938.488000', '140938.491000', '140938.493000', '140938.496000', '140938.498000', '140938.501000', '140938.504000', '140938.506000', '140938.509000', '140938.512000', '140938.514000', '140938.517000', '140938.520000', '140938.522000', '140938.525000', '140938.528000', '140938.530000', '140938.533000', '140938.535000', '140938.538000', '140938.541000', '140938.543000', '140938.546000', '140938.549000', '140938.551000', '140938.554000', '140938.557000', '140938.559000', '140938.562000', '140938.565000', '140938.567000', '140938.570000', '140938.573000', '140938.575000', '140938.578000', '140958.464000', '140958.466000', '140958.469000', '140958.472000', '140958.474000', '140958.477000', '140958.480000', '140958.482000', '140958.485000', '140958.488000', '140958.490000', '140958.493000', '140958.496000', '140958.498000', '140958.501000', '140958.504000', '140958.506000', '140958.509000', '140958.511000', '140958.514000', '140958.517000', '140958.519000', '140958.522000', '140958.525000', '140958.527000', '140958.530000', '140958.532000', '140958.535000', '140958.538000', '140958.540000', '140958.543000', '140958.546000', '140958.548000', '140958.551000', '140958.554000', '140958.556000', '140958.559000', '140958.561000', '140958.564000', '140958.567000', '140958.569000', '140958.572000', '140958.575000', '141018.464000', '141018.466000', '141018.469000', '141018.472000', '141018.475000', '141018.478000', '141018.480000', '141018.483000', '141018.486000', '141018.488000', '141018.491000', '141018.493000', '141018.496000', '141018.499000', '141018.501000', '141018.504000', '141018.506000', '141018.509000', '141018.512000', '141018.514000', '141018.517000', '141018.520000', '141018.522000', '141018.525000', '141018.527000', '141018.530000', '141018.533000', '141018.535000', '141018.538000', '141018.540000', '141018.543000', '141018.546000', '141018.548000', '141018.551000', '141018.554000', '141018.556000', '141018.559000', '141018.562000', '141018.564000', '141018.567000', '141018.570000', '141018.572000', '141018.575000', '141018.577000', '141038.464000', '141038.466000', '141038.469000', '141038.472000', '141038.475000', '141038.477000', '141038.480000', '141038.483000', '141038.486000', '141038.488000', '141038.491000', '141038.493000', '141038.496000', '141038.499000', '141038.501000', '141038.504000', '141038.506000', '141038.509000', '141038.512000', '141038.515000', '141038.517000', '141038.520000', '141038.523000', '141038.525000', '141038.528000', '141038.530000', '141038.533000', '141038.536000', '141038.538000', '141038.541000', '141038.544000', '141038.546000', '141038.549000', '141038.551000', '141038.555000', '141038.558000', '141038.561000', '141038.563000', '141038.566000', '141038.569000', '141038.571000', '141038.574000', '141038.576000', '141058.462000', '141058.465000', '141058.468000', '141058.471000', '141058.473000', '141058.476000', '141058.478000', '141058.481000', '141058.484000', '141058.486000', '141058.489000', '141058.491000', '141058.494000', '141058.496000', '141058.499000', '141058.502000', '141058.504000', '141058.507000', '141058.510000', '141058.512000', '141058.515000', '141058.517000', '141058.520000', '141058.523000', '141058.525000', '141058.528000', '141058.530000', '141058.533000', '141058.536000', '141058.538000', '141058.541000', '141058.544000', '141058.546000', '141058.549000', '141058.552000', '141058.554000', '141058.557000', '141058.559000', '141058.562000', '141058.565000', '141058.567000', '141058.570000', '141058.573000', '141058.575000', '141118.463000', '141118.466000', '141118.469000', '141118.471000', '141118.474000', '141118.477000', '141118.479000', '141118.482000', '141118.485000', '141118.487000', '141118.490000', '141118.493000', '141118.495000', '141118.498000', '141118.501000', '141118.503000', '141118.506000', '141118.509000', '141118.511000', '141118.514000', '141118.516000', '141118.519000', '141118.522000', '141118.524000', '141118.527000', '141118.530000', '141118.532000', '141118.535000', '141118.537000', '141118.540000', '141118.543000', '141118.545000', '141118.548000', '141118.551000', '141118.553000', '141118.556000', '141118.558000', '141118.561000', '141118.564000', '141118.567000', '141118.569000', '141118.572000', '141118.575000', '141138.464000', '141138.467000', '141138.469000', '141138.472000', '141138.475000', '141138.477000', '141138.480000', '141138.483000', '141138.485000', '141138.488000', '141138.491000', '141138.493000', '141138.496000', '141138.498000', '141138.501000', '141138.504000', '141138.507000', '141138.509000', '141138.512000', '141138.514000', '141138.517000', '141138.519000', '141138.522000', '141138.525000', '141138.527000', '141138.530000', '141138.533000', '141138.535000', '141138.538000', '141138.540000', '141138.543000', '141138.546000', '141138.548000', '141138.551000', '141138.554000', '141138.556000', '141138.559000', '141138.562000', '141138.564000', '141138.567000', '141138.569000', '141138.572000', '141138.575000', '141138.577000', '141158.464000', '141158.466000', '141158.469000', '141158.472000', '141158.475000', '141158.477000', '141158.480000', '141158.482000', '141158.485000', '141158.488000', '141158.490000', '141158.493000', '141158.496000', '141158.498000', '141158.501000', '141158.504000', '141158.506000', '141158.509000', '141158.512000', '141158.514000', '141158.517000', '141158.520000', '141158.522000', '141158.525000', '141158.528000', '141158.530000', '141158.533000', '141158.535000', '141158.538000', '141158.541000', '141158.543000', '141158.546000', '141158.549000', '141158.551000', '141158.554000', '141158.556000', '141158.559000', '141158.562000', '141158.564000', '141158.567000', '141158.570000', '141158.572000', '141158.575000', '141218.463000', '141218.467000', '141218.469000', '141218.472000', '141218.474000', '141218.477000', '141218.480000', '141218.482000', '141218.485000', '141218.487000', '141218.490000', '141218.493000', '141218.495000', '141218.498000', '141218.501000', '141218.503000', '141218.506000', '141218.508000', '141218.511000', '141218.514000', '141218.516000', '141218.519000', '141218.521000', '141218.524000', '141218.526000', '141218.529000', '141218.531000', '141218.534000', '141218.537000', '141218.539000', '141218.542000', '141218.544000', '141218.547000', '141218.550000', '141218.552000', '141218.555000', '141218.557000', '141218.560000', '141218.563000', '141218.565000', '141218.568000', '141218.570000', '141218.573000', '141218.576000', '141238.464000', '141238.467000', '141238.469000', '141238.473000', '141238.475000', '141238.478000', '141238.481000', '141238.484000', '141238.486000', '141238.489000', '141238.492000', '141238.494000', '141238.497000', '141238.500000', '141238.502000', '141238.505000', '141238.508000', '141238.510000', '141238.513000', '141238.516000', '141238.518000', '141238.521000', '141238.523000', '141238.526000', '141238.529000', '141238.531000', '141238.534000', '141238.537000', '141238.539000', '141238.542000', '141238.544000', '141238.547000', '141238.550000', '141238.552000', '141238.555000', '141238.558000', '141238.560000', '141238.563000', '141238.565000', '141238.568000', '141238.571000', '141238.584000', '141238.596000', '141258.464000', '141258.466000', '141258.470000', '141258.473000', '141258.476000', '141258.479000', '141258.482000', '141258.485000', '141258.487000', '141258.490000', '141258.493000', '141258.496000', '141258.498000', '141258.501000', '141258.504000', '141258.507000', '141258.509000', '141258.512000', '141258.514000', '141258.517000', '141258.520000', '141258.522000', '141258.525000', '141258.528000', '141258.530000', '141258.533000', '141258.536000', '141258.539000', '141258.541000', '141258.546000', '141258.548000', '141258.551000', '141258.554000', '141258.556000', '141258.559000', '141258.562000', '141258.564000', '141258.567000', '141258.570000', '141258.572000', '141258.575000', '141258.578000', '141258.580000', '141318.463000', '141318.465000', '141318.468000', '141318.471000', '141318.473000', '141318.476000', '141318.478000', '141318.482000', '141318.484000', '141318.487000', '141318.489000', '141318.492000', '141318.495000', '141318.497000', '141318.500000', '141318.503000', '141318.505000', '141318.508000', '141318.511000', '141318.513000', '141318.516000', '141318.518000', '141318.521000', '141318.524000', '141318.526000', '141318.529000', '141318.532000', '141318.534000', '141318.537000', '141318.540000', '141318.542000', '141318.545000', '141318.547000', '141318.550000', '141318.553000', '141318.555000', '141318.558000', '141318.561000', '141318.563000', '141318.566000', '141318.569000', '141318.571000', '141318.574000', '141318.577000', '141338.463000', '141338.465000', '141338.468000', '141338.471000', '141338.473000', '141338.476000', '141338.479000', '141338.482000', '141338.484000', '141338.487000', '141338.489000', '141338.493000', '141338.495000', '141338.498000', '141338.500000', '141338.503000', '141338.506000', '141338.508000', '141338.511000', '141338.514000', '141338.516000', '141338.519000', '141338.521000', '141338.524000', '141338.527000', '141338.529000', '141338.532000', '141338.535000', '141338.537000', '141338.540000', '141338.542000', '141338.545000', '141338.548000', '141338.550000', '141338.553000', '141338.556000', '141338.558000', '141338.561000', '141338.564000', '141338.566000', '141338.569000', '141338.572000', '141338.574000', '141338.577000', '141358.464000', '141358.467000', '141358.470000', '141358.472000', '141358.475000', '141358.478000', '141358.480000', '141358.483000', '141358.485000', '141358.488000', '141358.491000', '141358.493000', '141358.496000', '141358.499000', '141358.501000', '141358.504000', '141358.507000', '141358.509000', '141358.512000', '141358.515000', '141358.517000', '141358.520000', '141358.523000', '141358.525000', '141358.528000', '141358.531000', '141358.533000', '141358.536000', '141358.539000', '141358.541000', '141358.544000', '141358.546000', '141358.549000', '141358.552000', '141358.554000', '141358.557000', '141358.559000', '141358.571000', '141358.573000', '141358.576000', '141358.578000', '141358.581000', '141358.584000', '141418.464000', '141418.466000', '141418.469000', '141418.472000', '141418.474000', '141418.477000', '141418.480000', '141418.482000', '141418.485000', '141418.488000', '141418.490000', '141418.493000', '141418.496000', '141418.498000', '141418.501000', '141418.504000', '141418.506000', '141418.509000', '141418.512000', '141418.515000', '141418.518000', '141418.521000', '141418.523000', '141418.526000', '141418.529000', '141418.531000', '141418.534000', '141418.537000', '141418.539000', '141418.542000', '141418.545000', '141418.547000', '141418.550000', '141418.553000', '141418.555000', '141418.558000', '141418.561000', '141418.563000', '141418.566000', '141418.569000', '141418.571000', '141418.574000', '141418.577000', '141435.965000', '141435.968000', '141435.971000', '141435.974000', '141435.977000', '141435.980000', '141435.983000', '141435.986000', '141435.989000', '141435.992000', '141435.994000', '141435.998000', '141436.002000', '141436.004000', '141436.007000', '141436.010000', '141436.013000', '141436.016000', '141436.018000', '141436.026000', '141436.029000', '141436.032000', '141436.035000', '141436.038000', '141436.041000', '141436.044000', '141436.047000', '141436.050000', '141436.052000', '141436.055000', '141436.058000', '141436.061000', '141436.063000', '141436.067000', '141436.072000', '141436.075000', '141436.078000', '141436.082000', '141436.085000'], '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': [12740, 8980, 12723, 9056, 13003, 9081, 13189, 9169, 13178, 9175, 12975, 9204, 10951, 8952, 10251, 10678, 7776, 10867, 8618, 11627, 9153, 11747, 9183, 11879, 10443, 9386, 10363, 8430, 10336, 8853, 11420, 9030, 14514, 10597, 12442, 8907, 9578, 9320, 8532, 13736, 9745, 13346, 8980, 9616, 9040, 8600, 13901, 9741, 15373, 9125, 9651, 9431, 8968, 14077, 8836, 16615, 8790, 13398, 8921, 14443, 11750, 13729, 10054, 7826, 10067, 8652, 13449, 10052, 13947, 9966, 9539, 9662, 8941, 11649, 8958, 13360, 9830, 16098, 9137, 12749, 9175, 9532, 9559, 9192, 12146, 8624, 12142, 9097, 12846, 9260, 13220, 10702, 8740, 10303, 7492, 12929, 9185, 14652, 10227, 10029, 9288, 8139, 11033, 8833, 14394, 9330, 13158, 9301, 12354, 9268, 10471, 10305, 7991, 10872, 8552, 12161, 9169, 13371, 10447, 9848, 9986, 7832, 10093, 8446, 12567, 9537, 14517, 9363, 14393, 9141, 10103, 8941, 9095, 11490, 8082, 11852, 8823, 12920, 9165, 13134, 10644, 8697, 10121, 8413, 10755, 8521, 12712, 9216, 14432, 8825, 12326, 9013, 10889, 9379, 9733, 11341, 8231, 11856, 8727, 12136, 8896, 14488, 10670, 12944, 9603, 10270, 9068, 8981, 11342, 9272, 12224, 8748, 11650, 8988, 10074, 9466, 10160, 10583, 7881, 10632, 9023, 10833, 10054, 12588, 8576, 10951, 8372, 10299, 8967, 13784, 9783, 13769, 9000, 10032, 9043, 10286, 9191, 13147, 10359, 10514, 10151, 10157, 9737, 10301, 9304, 10472, 11801, 8021, 10485, 8159, 11172, 8664, 13426, 9295, 14068, 8867, 12742, 8633, 11393, 8938, 11722, 9258, 13737, 9940, 14925, 10683, 15571, 11908, 12142, 10124, 8883, 9927, 8842, 10301, 8234, 12069, 8190, 12128, 9053, 13799, 9184, 13016, 8655, 12381, 8694, 12690, 9003, 13759, 9636, 14731, 10771, 15358, 10647, 8287, 9699, 8091, 9894, 8600, 12159, 8889, 13271, 10073, 13245, 8665, 10296, 8750, 9572, 10449, 9168, 12488, 8115, 14087, 9123, 15461, 9690, 12806, 8825, 12274, 8825, 13028, 9049, 13592, 9181, 13798, 9087, 12254, 8736, 10612, 8795, 9363, 9292, 8799, 11730, 8201, 13654, 8948, 13619, 9586, 14041, 9244, 13318, 8849, 13705, 8772, 13320, 9055, 12993, 8548, 12263, 9448, 9036, 9060, 8131, 9136, 8349, 10960, 8345, 12117, 9062, 13406, 9994, 12678, 8747, 12549, 8812, 12476, 9339, 12625, 9749, 10019, 9024, 9623, 9132, 9409, 11822, 8708, 11759, 8057, 10725, 8445, 12163, 9519, 10679, 8521, 9783, 9103, 9784, 9163, 9755, 9524, 9112, 10166, 9979, 9506, 10113, 10340, 9489, 12790, 8178, 12004, 8707, 12200, 9461, 14395, 10151, 10198, 9230, 9586, 10222, 9126, 12403, 8315, 11627, 7913, 12346, 9577, 15012, 9881, 12733, 9362, 10993, 9310, 9354, 11345, 9977, 12080, 8030, 10312, 8609, 12741, 8801, 13268, 8652, 12709, 9447, 13247, 8362, 11940, 8223, 9977, 8553, 9436, 11034, 7605, 12112, 8823, 12144, 9187, 13635, 9301, 13616, 10061, 12291, 9692, 13669, 11000, 9377, 16041, 8069, 12827, 8931, 11701, 8760, 9902, 9328, 9672, 11710, 7950, 11746, 8554, 12459, 9217, 12542, 10035, 11038, 8973, 9285, 9135, 9271, 9757, 9173, 12801, 9980, 16154, 8626, 12903, 8531, 11011, 8794, 9677, 8849, 9526, 8855, 9708, 9649, 9205, 10164, 8935, 9862, 8922, 9490, 9335, 9616, 8867, 12421, 9314, 14850, 10300, 13584, 9506, 12499, 9123, 12511, 9976, 16389, 11335, 11810, 9581, 9535, 9305, 8996, 11941, 9110, 12524, 7866, 12076, 8498, 12554, 9227, 13075, 9881, 9061, 9305, 9069, 10233, 8958, 12760, 8178, 11899, 7937, 11597, 8554, 12518, 9482, 12609, 8206, 10519, 8515, 9412, 8342, 9067, 11186, 8664, 11112, 8182, 11708, 8573, 12053, 8718, 13580, 9989, 12906, 8207, 11807, 8564, 12488, 9513, 12765, 9721, 9031, 8918, 8933, 8627, 9315, 8838, 8695, 10905, 8796, 12086, 7976, 11629, 8068, 12425, 8338, 11571, 8155, 12719, 8022, 11738, 7962, 11194, 8385, 12142, 8804, 12111, 8239, 11688, 8582, 11554, 9036, 13094, 9351, 13946, 8109, 12099, 8570, 12088, 8747, 13408, 10247, 15966, 11694, 8042, 9507, 7998, 10367, 9197, 12603, 8430, 11624, 11569, 8369, 12294, 8290, 14115, 8406, 14200, 9779, 16071, 13964, 17844, 8962, 13575, 8748, 10784, 8894, 11179, 9124, 10250, 8923, 9767, 11322, 9527, 10418, 7549, 10995, 8377, 12042, 8808, 13421, 9807, 18700, 17295, 12820, 11813, 8053, 10459, 7945, 10254, 8219, 9462, 9521, 9331, 10271, 10009, 14033, 9986, 14128, 10075, 13969, 10176, 8850, 9343, 8963, 8922, 8575, 9610, 8666, 10810, 8384, 9465, 8390, 10561, 8286, 12303, 8219, 11037, 7969, 9445, 8046, 10956, 8227, 11627, 7880, 12701, 8389, 12263, 8048, 8792, 8030, 8375, 7876, 8058, 8778, 8650, 9323, 8633, 12243, 9648, 16263, 9647, 13159, 8242, 10782, 8529, 9634, 8962, 9292, 10682, 9127, 11886, 7451, 11755, 8466, 12960, 8788, 10958, 9136, 8918, 9425, 8551, 10709, 8755, 12263, 8998, 15328, 9873, 13597, 9549, 13641, 9907, 14318, 10564, 17736, 9023, 13650, 8206, 10967, 8607, 10529, 10192, 7802, 11435, 8220, 13003, 8474, 13310, 9045, 16879, 10907, 14390, 8637, 12749, 8402, 11381, 8183, 11214, 8387, 8690, 8368, 8820, 8711, 9030, 12629, 9065, 12612, 7965, 11854, 8103, 12630, 8972, 13810, 9695, 16542, 11099, 12074, 9257, 10797, 8957, 10425, 9113, 10865, 13395, 8851, 10163, 7826, 9424, 9102, 9109, 10563, 8170, 12368, 8577, 9902, 9840, 8063, 11603, 8186, 12708, 8497, 12562, 9096, 14614, 10444, 8114, 9747, 7903, 11240, 8858, 12778, 9086, 14339, 10490, 8113, 9039, 7950, 11376, 8631, 12502, 8812, 12664, 8556, 11911, 8668, 12038, 8701, 11739, 8579, 12063, 9198, 9337, 8927, 7833, 10914, 8389, 12415, 8547, 13702, 8848, 12763, 7923, 12344, 8280, 12263, 8091, 11923, 8414, 11079, 8020, 9858, 8499, 11909, 8834, 13344, 9037, 11712, 8403, 10804, 8414, 10421, 8216, 11087, 9377, 9213, 9390, 9489, 11286, 9384, 12552, 8225, 12525, 8201, 13158, 9572, 14890, 10184, 13454, 8819, 11432, 8491, 12247, 9746, 13553, 9734, 8725, 9135, 8438, 11284, 8987, 13512, 8627, 11992, 8425, 12201, 8886, 13928, 10016, 15856, 9028, 13142, 8506, 13198, 10666, 17231, 11759, 16075, 8276, 12276, 8108, 11380, 8464, 12250, 8507, 11052, 8093, 9497, 8367, 10981, 9060, 12714, 8714, 12228, 8522, 12509, 8620, 12491, 9405, 12795, 8472, 11195, 7903, 10528, 7751, 9500, 7428, 8439, 8166, 8977, 8169, 8581, 9174, 8842, 11566, 8005, 10903, 7947, 11593, 7858, 9733, 8277, 11805, 7919, 10747, 8195, 11370, 8293, 12214, 9016, 10567, 7752, 9857, 8218, 10844, 9832, 9919, 10155, 9464, 9655, 9327, 12726, 8912, 12617, 7897, 12867, 8436, 13252, 15628, 18861, 17066, 10819, 11049, 7914, 9378, 8440, 9577, 8311, 12377, 9015, 8433, 11450, 10386, 12907, 8954, 14243, 9752, 14789, 10188, 17452, 12522, 12396, 8915, 8873, 9213, 8455, 9621, 8688, 8817, 7389, 10173, 7880, 11312, 8022, 11948, 8251, 9943, 8493, 8175, 10109, 7702, 11761, 8042, 11363, 8146, 11046, 9207, 8136, 9207, 8146, 9902, 8033, 10689, 8308, 10395, 8333, 12337, 7990, 11679, 7633, 12152, 8187, 11768, 8196, 12021, 9468, 8840, 9003, 8428, 10373, 8430, 12977, 8990, 15709, 10176, 13247, 8763, 11510, 8580, 10003, 10131, 8240, 9731, 8607, 11913, 8601, 11717, 8303, 14030, 9203, 12281, 7651, 12073, 8033, 11879, 8332, 11774, 9011, 10910, 8653, 9511, 8493, 10676, 8911, 10048, 10593, 8681, 10112, 8420, 12191, 8691, 13451, 8747, 13829, 8595, 11691, 8128, 11063, 8183, 10355, 8112, 8902, 9316, 8473, 10085, 7763, 11519, 7831, 11670, 8078, 11321, 7911, 12421, 8555, 12472, 7738, 12599, 8397, 12012, 8387, 12123, 9651, 11016, 8062, 8959, 8346, 9057, 10340, 9001, 11582, 7794, 11069, 8419, 11444, 8404, 10679, 9080, 9925, 9401, 11876, 8808, 10927, 7888, 11855, 8287, 12329, 8886, 11526, 9586, 7833, 10177, 8070, 12221, 8339, 13117, 9681, 13958, 8938, 10994, 8152, 11205, 8123, 9886, 11768, 9871, 8653, 9736, 9320, 9132, 9211, 8807, 8886, 13599, 8547, 12549, 8142, 13283, 9223, 12312, 9681, 16687, 11654, 13627, 9053, 11078, 8628, 15482, 10344, 12490, 9160, 8297, 9448, 8438, 12687, 8440, 10227, 8009, 9677, 8132, 11949, 8185, 13439, 7994, 11935, 8185, 11728, 7804, 10517, 7861, 11479, 8007, 11308, 8164, 10985, 8306, 9886, 8851, 9682, 13546, 7752, 9006, 9688, 8075, 13063, 9999, 14562, 8504, 11571, 8997, 12271, 16474, 14940, 15029, 8205, 11980, 8196, 11661, 9526, 8386, 8899, 10958, 8736, 11562, 8341, 11149, 8391, 9866, 9489, 8403, 10007, 8292, 10681, 8513, 11553, 8287, 13239, 9046, 16446, 11627, 14386, 9661, 12597, 8552, 11788, 8307, 13029, 9045, 17060, 9072, 12961, 8428, 12588, 8328, 12074, 8379, 11277, 8023, 11652, 8029, 11159, 7987, 10434, 7632, 9647, 7755, 8198, 8083, 8467, 8581, 8833, 8273, 8906, 8545, 10308, 8897, 8770, 9203, 8603, 8822, 8296, 13182, 8160, 10986, 7781, 11761, 8019, 12551, 8077, 12311, 9346, 13447, 8045, 12200, 8154, 11992, 8340, 12937, 9321, 12907, 8133, 13033, 8737, 13696, 9158, 13911, 10081, 18212, 11402, 14454, 8405, 12371, 10004, 15906, 11735, 19396, 10669, 14584, 8381, 12770, 8456, 11762, 8545, 12417, 9527, 13517, 7890, 11679, 7848, 11931, 7910, 12698, 8902, 12754, 8895], 'WindowCenter': [4551.0, 4494.0, 4521.0, 4477.0, 4505.0, 4464.0, 4492.0, 4461.0, 4490.0, 4462.0, 4490.0, 4461.0, 4481.0, 4460.0, 4484.0, 4484.0, 4453.0, 4484.0, 4464.0, 4494.0, 4475.0, 4506.0, 4476.0, 4507.0, 4499.0, 4485.0, 4498.0, 4466.0, 4486.0, 4474.0, 4506.0, 4476.0, 4529.0, 4498.0, 4508.0, 4487.0, 4486.0, 4487.0, 4477.0, 4530.0, 4488.0, 4518.0, 4478.0, 4487.0, 4478.0, 4478.0, 4530.0, 4501.0, 4530.0, 4489.0, 4487.0, 4487.0, 4477.0, 4530.0, 4477.0, 4538.0, 4466.0, 4505.0, 4474.0, 4514.0, 4495.0, 4516.0, 4474.0, 4453.0, 4473.0, 4461.0, 4503.0, 4485.0, 4514.0, 4484.0, 4475.0, 4473.0, 4462.0, 4494.0, 4463.0, 4504.0, 4474.0, 4514.0, 4463.0, 4492.0, 4461.0, 4471.0, 4471.0, 4462.0, 4495.0, 4463.0, 4492.0, 4463.0, 4504.0, 4473.0, 4503.0, 4483.0, 4462.0, 4471.0, 4453.0, 4502.0, 4472.0, 4513.0, 4472.0, 4472.0, 4471.0, 4453.0, 4482.0, 4463.0, 4515.0, 4473.0, 4503.0, 4472.0, 4491.0, 4461.0, 4483.0, 4470.0, 4452.0, 4484.0, 4462.0, 4492.0, 4472.0, 4501.0, 4483.0, 4485.0, 4473.0, 4452.0, 4472.0, 4464.0, 4493.0, 4472.0, 4514.0, 4473.0, 4502.0, 4462.0, 4483.0, 4463.0, 4463.0, 4495.0, 4465.0, 4494.0, 4474.0, 4505.0, 4475.0, 4505.0, 4486.0, 4465.0, 4486.0, 4463.0, 4483.0, 4463.0, 4504.0, 4475.0, 4515.0, 4464.0, 4504.0, 4464.0, 4484.0, 4474.0, 4474.0, 4497.0, 4464.0, 4495.0, 4464.0, 4503.0, 4475.0, 4514.0, 4485.0, 4505.0, 4474.0, 4473.0, 4463.0, 4463.0, 4494.0, 4475.0, 4506.0, 4476.0, 4495.0, 4476.0, 4487.0, 4486.0, 4488.0, 4497.0, 4465.0, 4485.0, 4475.0, 4484.0, 4473.0, 4505.0, 4463.0, 4481.0, 4451.0, 4484.0, 4463.0, 4502.0, 4487.0, 4505.0, 4463.0, 4472.0, 4463.0, 4484.0, 4474.0, 4505.0, 4486.0, 4484.0, 4484.0, 4473.0, 4473.0, 4484.0, 4474.0, 4483.0, 4495.0, 4452.0, 4482.0, 4450.0, 4482.0, 4463.0, 4502.0, 4473.0, 4504.0, 4463.0, 4502.0, 4463.0, 4493.0, 4463.0, 4492.0, 4474.0, 4514.0, 4474.0, 4514.0, 4485.0, 4514.0, 4483.0, 4492.0, 4472.0, 4450.0, 4461.0, 4449.0, 4470.0, 4450.0, 4489.0, 4451.0, 4491.0, 4460.0, 4501.0, 4461.0, 4490.0, 4449.0, 4479.0, 4449.0, 4489.0, 4459.0, 4502.0, 4461.0, 4501.0, 4471.0, 4512.0, 4468.0, 4449.0, 4458.0, 4438.0, 4458.0, 4450.0, 4492.0, 4462.0, 4501.0, 4476.0, 4503.0, 4462.0, 4471.0, 4464.0, 4472.0, 4472.0, 4462.0, 4493.0, 4452.0, 4504.0, 4461.0, 4514.0, 4462.0, 4492.0, 4461.0, 4491.0, 4462.0, 4492.0, 4462.0, 4502.0, 4463.0, 4502.0, 4463.0, 4492.0, 4462.0, 4480.0, 4463.0, 4474.0, 4474.0, 4464.0, 4493.0, 4463.0, 4505.0, 4463.0, 4504.0, 4474.0, 4503.0, 4463.0, 4503.0, 4462.0, 4502.0, 4452.0, 4502.0, 4461.0, 4502.0, 4462.0, 4492.0, 4472.0, 4462.0, 4462.0, 4452.0, 4462.0, 4452.0, 4483.0, 4465.0, 4505.0, 4465.0, 4506.0, 4475.0, 4504.0, 4464.0, 4493.0, 4464.0, 4504.0, 4474.0, 4505.0, 4475.0, 4474.0, 4463.0, 4474.0, 4474.0, 4473.0, 4495.0, 4464.0, 4495.0, 4454.0, 4510.0, 4467.0, 4506.0, 4489.0, 4498.0, 4477.0, 4487.0, 4479.0, 4488.0, 4477.0, 4487.0, 4487.0, 4476.0, 4487.0, 4486.0, 4488.0, 4498.0, 4487.0, 4488.0, 4521.0, 4468.0, 4507.0, 4479.0, 4519.0, 4487.0, 4528.0, 4487.0, 4485.0, 4476.0, 4487.0, 4485.0, 4474.0, 4507.0, 4464.0, 4494.0, 4466.0, 4504.0, 4476.0, 4528.0, 4485.0, 4504.0, 4464.0, 4485.0, 4474.0, 4474.0, 4485.0, 4472.0, 4493.0, 4441.0, 4471.0, 4451.0, 4491.0, 4461.0, 4505.0, 4476.0, 4492.0, 4473.0, 4489.0, 4451.0, 4480.0, 4452.0, 4471.0, 4464.0, 4475.0, 4497.0, 4455.0, 4494.0, 4464.0, 4494.0, 4464.0, 4503.0, 4463.0, 4505.0, 4474.0, 4493.0, 4475.0, 4503.0, 4471.0, 4461.0, 4512.0, 4439.0, 4479.0, 4449.0, 4479.0, 4450.0, 4462.0, 4461.0, 4461.0, 4481.0, 4439.0, 4479.0, 4448.0, 4477.0, 4459.0, 4479.0, 4459.0, 4470.0, 4450.0, 4459.0, 4459.0, 4459.0, 4460.0, 4460.0, 4491.0, 4472.0, 4512.0, 4451.0, 4491.0, 4450.0, 4470.0, 4450.0, 4461.0, 4461.0, 4474.0, 4475.0, 4473.0, 4474.0, 4463.0, 4473.0, 4463.0, 4473.0, 4463.0, 4475.0, 4473.0, 4476.0, 4478.0, 4508.0, 4478.0, 4528.0, 4488.0, 4507.0, 4475.0, 4495.0, 4476.0, 4505.0, 4476.0, 4525.0, 4483.0, 4482.0, 4459.0, 4459.0, 4460.0, 4461.0, 4481.0, 4463.0, 4492.0, 4451.0, 4491.0, 4463.0, 4504.0, 4464.0, 4505.0, 4475.0, 4463.0, 4462.0, 4464.0, 4482.0, 4462.0, 4507.0, 4452.0, 4481.0, 4441.0, 4481.0, 4463.0, 4491.0, 4462.0, 4491.0, 4451.0, 4471.0, 4451.0, 4473.0, 4462.0, 4464.0, 4496.0, 4465.0, 4495.0, 4454.0, 4494.0, 4465.0, 4506.0, 4465.0, 4506.0, 4476.0, 4505.0, 4454.0, 4483.0, 4452.0, 4495.0, 4474.0, 4507.0, 4475.0, 4464.0, 4464.0, 4464.0, 4464.0, 4463.0, 4476.0, 4477.0, 4496.0, 4467.0, 4507.0, 4456.0, 4495.0, 4454.0, 4494.0, 4466.0, 4496.0, 4454.0, 4506.0, 4454.0, 4493.0, 4453.0, 4494.0, 4453.0, 4493.0, 4476.0, 4496.0, 4465.0, 4495.0, 4465.0, 4507.0, 4476.0, 4506.0, 4478.0, 4506.0, 4452.0, 4493.0, 4452.0, 4492.0, 4464.0, 4493.0, 4473.0, 4515.0, 4494.0, 4452.0, 4462.0, 4441.0, 4470.0, 4464.0, 4493.0, 4466.0, 4497.0, 4497.0, 4466.0, 4493.0, 4453.0, 4501.0, 4439.0, 4491.0, 4459.0, 4502.0, 4502.0, 4511.0, 4449.0, 4489.0, 4438.0, 4456.0, 4447.0, 4465.0, 4447.0, 4456.0, 4449.0, 4460.0, 4468.0, 4461.0, 4470.0, 4429.0, 4469.0, 4449.0, 4480.0, 4462.0, 4503.0, 4486.0, 4538.0, 4528.0, 4496.0, 4483.0, 4442.0, 4471.0, 4440.0, 4471.0, 4452.0, 4473.0, 4473.0, 4464.0, 4473.0, 4472.0, 4502.0, 4461.0, 4490.0, 4457.0, 4487.0, 4457.0, 4437.0, 4445.0, 4435.0, 4436.0, 4434.0, 4446.0, 4435.0, 4454.0, 4424.0, 4434.0, 4424.0, 4455.0, 4425.0, 4465.0, 4424.0, 4453.0, 4422.0, 4434.0, 4424.0, 4454.0, 4424.0, 4465.0, 4426.0, 4477.0, 4439.0, 4480.0, 4439.0, 4451.0, 4441.0, 4452.0, 4454.0, 4454.0, 4465.0, 4454.0, 4475.0, 4478.0, 4506.0, 4476.0, 4542.0, 4488.0, 4518.0, 4466.0, 4485.0, 4464.0, 4474.0, 4478.0, 4478.0, 4486.0, 4477.0, 4497.0, 4445.0, 4493.0, 4453.0, 4502.0, 4466.0, 4498.0, 4491.0, 4479.0, 4489.0, 4479.0, 4499.0, 4479.0, 4521.0, 4491.0, 4544.0, 4491.0, 4519.0, 4478.0, 4507.0, 4489.0, 4518.0, 4488.0, 4527.0, 4464.0, 4503.0, 4467.0, 4497.0, 4466.0, 4486.0, 4475.0, 4444.0, 4482.0, 4452.0, 4492.0, 4453.0, 4503.0, 4463.0, 4528.0, 4483.0, 4501.0, 4450.0, 4479.0, 4452.0, 4483.0, 4452.0, 4482.0, 4452.0, 4451.0, 4441.0, 4449.0, 4449.0, 4448.0, 4492.0, 4463.0, 4492.0, 4454.0, 4493.0, 4453.0, 4493.0, 4462.0, 4502.0, 4462.0, 4513.0, 4471.0, 4480.0, 4447.0, 4455.0, 4436.0, 4456.0, 4436.0, 4456.0, 4479.0, 4437.0, 4457.0, 4427.0, 4446.0, 4447.0, 4449.0, 4469.0, 4439.0, 4480.0, 4450.0, 4459.0, 4460.0, 4439.0, 4469.0, 4437.0, 4478.0, 4437.0, 4480.0, 4449.0, 4489.0, 4460.0, 4428.0, 4446.0, 4427.0, 4456.0, 4437.0, 4479.0, 4447.0, 4500.0, 4470.0, 4440.0, 4448.0, 4440.0, 4480.0, 4451.0, 4492.0, 4463.0, 4494.0, 4464.0, 4484.0, 4454.0, 4494.0, 4465.0, 4484.0, 4465.0, 4497.0, 4478.0, 4478.0, 4478.0, 4456.0, 4498.0, 4467.0, 4521.0, 4479.0, 4520.0, 4467.0, 4496.0, 4456.0, 4495.0, 4454.0, 4493.0, 4455.0, 4493.0, 4455.0, 4497.0, 4453.0, 4474.0, 4464.0, 4498.0, 4477.0, 4518.0, 4477.0, 4497.0, 4467.0, 4487.0, 4481.0, 4512.0, 4481.0, 4500.0, 4477.0, 4476.0, 4466.0, 4477.0, 4497.0, 4479.0, 4511.0, 4468.0, 4497.0, 4467.0, 4520.0, 4477.0, 4518.0, 4489.0, 4505.0, 4466.0, 4494.0, 4478.0, 4495.0, 4476.0, 4518.0, 4475.0, 4454.0, 4464.0, 4455.0, 4482.0, 4464.0, 4518.0, 4464.0, 4495.0, 4453.0, 4507.0, 4466.0, 4504.0, 4489.0, 4527.0, 4464.0, 4493.0, 4452.0, 4506.0, 4471.0, 4512.0, 4482.0, 4498.0, 4436.0, 4466.0, 4436.0, 4469.0, 4438.0, 4480.0, 4449.0, 4468.0, 4438.0, 4460.0, 4452.0, 4470.0, 4451.0, 4480.0, 4438.0, 4468.0, 4437.0, 4467.0, 4437.0, 4479.0, 4448.0, 4478.0, 4437.0, 4456.0, 4426.0, 4456.0, 4427.0, 4461.0, 4444.0, 4451.0, 4452.0, 4449.0, 4439.0, 4451.0, 4463.0, 4461.0, 4484.0, 4442.0, 4471.0, 4441.0, 4482.0, 4467.0, 4474.0, 4454.0, 4493.0, 4440.0, 4471.0, 4452.0, 4495.0, 4465.0, 4508.0, 4478.0, 4496.0, 4458.0, 4489.0, 4481.0, 4498.0, 4490.0, 4489.0, 4487.0, 4476.0, 4487.0, 4476.0, 4507.0, 4465.0, 4495.0, 4443.0, 4505.0, 4467.0, 4507.0, 4513.0, 4539.0, 4527.0, 4483.0, 4482.0, 4452.0, 4462.0, 4450.0, 4459.0, 4452.0, 4493.0, 4464.0, 4454.0, 4496.0, 4473.0, 4493.0, 4461.0, 4501.0, 4461.0, 4501.0, 4460.0, 4512.0, 4468.0, 4465.0, 4435.0, 4433.0, 4421.0, 4408.0, 4420.0, 4434.0, 4432.0, 4399.0, 4429.0, 4409.0, 4439.0, 4411.0, 4450.0, 4424.0, 4445.0, 4436.0, 4439.0, 4458.0, 4428.0, 4468.0, 4428.0, 4483.0, 4453.0, 4470.0, 4460.0, 4440.0, 4448.0, 4441.0, 4472.0, 4439.0, 4470.0, 4440.0, 4472.0, 4453.0, 4495.0, 4443.0, 4482.0, 4444.0, 4494.0, 4453.0, 4494.0, 4465.0, 4494.0, 4478.0, 4477.0, 4466.0, 4455.0, 4475.0, 4456.0, 4507.0, 4479.0, 4531.0, 4488.0, 4495.0, 4454.0, 4484.0, 4467.0, 4474.0, 4472.0, 4441.0, 4449.0, 4439.0, 4470.0, 4439.0, 4480.0, 4453.0, 4502.0, 4463.0, 4481.0, 4431.0, 4469.0, 4440.0, 4480.0, 4442.0, 4483.0, 4465.0, 4485.0, 4454.0, 4464.0, 4453.0, 4473.0, 4453.0, 4462.0, 4475.0, 4452.0, 4460.0, 4440.0, 4480.0, 4451.0, 4503.0, 4451.0, 4491.0, 4450.0, 4480.0, 4439.0, 4469.0, 4440.0, 4459.0, 4453.0, 4464.0, 4463.0, 4452.0, 4473.0, 4442.0, 4482.0, 4443.0, 4483.0, 4453.0, 4485.0, 4456.0, 4496.0, 4468.0, 4509.0, 4455.0, 4494.0, 4453.0, 4494.0, 4456.0, 4494.0, 4490.0, 4487.0, 4457.0, 4466.0, 4468.0, 4480.0, 4488.0, 4479.0, 4500.0, 4457.0, 4487.0, 4456.0, 4486.0, 4453.0, 4473.0, 4465.0, 4488.0, 4477.0, 4498.0, 4478.0, 4486.0, 4453.0, 4496.0, 4467.0, 4510.0, 4479.0, 4513.0, 4491.0, 4470.0, 4489.0, 4458.0, 4510.0, 4482.0, 4510.0, 4479.0, 4518.0, 4465.0, 4472.0, 4442.0, 4481.0, 4456.0, 4474.0, 4483.0, 4461.0, 4452.0, 4460.0, 4449.0, 4450.0, 4461.0, 4452.0, 4463.0, 4518.0, 4468.0, 4496.0, 4456.0, 4505.0, 4465.0, 4509.0, 4478.0, 4528.0, 4486.0, 4494.0, 4452.0, 4485.0, 4452.0, 4503.0, 4459.0, 4467.0, 4435.0, 4425.0, 4449.0, 4424.0, 4477.0, 4426.0, 4444.0, 4414.0, 4431.0, 4425.0, 4467.0, 4424.0, 4477.0, 4425.0, 4465.0, 4426.0, 4466.0, 4441.0, 4468.0, 4437.0, 4469.0, 4439.0, 4468.0, 4437.0, 4482.0, 4452.0, 4474.0, 4463.0, 4476.0, 4506.0, 4455.0, 4465.0, 4476.0, 4469.0, 4507.0, 4490.0, 4517.0, 4466.0, 4496.0, 4463.0, 4498.0, 4517.0, 4518.0, 4505.0, 4452.0, 4469.0, 4439.0, 4482.0, 4463.0, 4453.0, 4450.0, 4470.0, 4449.0, 4469.0, 4438.0, 4469.0, 4453.0, 4460.0, 4462.0, 4440.0, 4462.0, 4439.0, 4470.0, 4450.0, 4471.0, 4442.0, 4492.0, 4452.0, 4502.0, 4471.0, 4488.0, 4434.0, 4454.0, 4421.0, 4451.0, 4423.0, 4462.0, 4423.0, 4485.0, 4423.0, 4462.0, 4409.0, 4451.0, 4410.0, 4453.0, 4412.0, 4441.0, 4411.0, 4441.0, 4411.0, 4442.0, 4411.0, 4455.0, 4427.0, 4446.0, 4426.0, 4426.0, 4427.0, 4427.0, 4438.0, 4447.0, 4450.0, 4463.0, 4451.0, 4473.0, 4450.0, 4450.0, 4450.0, 4449.0, 4465.0, 4454.0, 4509.0, 4466.0, 4486.0, 4458.0, 4496.0, 4456.0, 4521.0, 4482.0, 4509.0, 4492.0, 4508.0, 4457.0, 4495.0, 4458.0, 4512.0, 4469.0, 4521.0, 4492.0, 4523.0, 4471.0, 4521.0, 4481.0, 4519.0, 4492.0, 4522.0, 4491.0, 4552.0, 4498.0, 4517.0, 4456.0, 4496.0, 4489.0, 4528.0, 4499.0, 4537.0, 4472.0, 4492.0, 4440.0, 4479.0, 4439.0, 4469.0, 4450.0, 4480.0, 4462.0, 4490.0, 4438.0, 4469.0, 4430.0, 4467.0, 4427.0, 4478.0, 4450.0, 4479.0, 4448.0], 'WindowWidth': [9983.0, 9891.0, 9919.0, 9854.0, 9888.0, 9830.0, 9865.0, 9822.0, 9860.0, 9822.0, 9860.0, 9819.0, 9848.0, 9820.0, 9857.0, 9859.0, 9815.0, 9857.0, 9833.0, 9872.0, 9848.0, 9892.0, 9852.0, 9895.0, 9887.0, 9864.0, 9882.0, 9838.0, 9862.0, 9843.0, 9891.0, 9851.0, 9929.0, 9884.0, 9897.0, 9870.0, 9866.0, 9869.0, 9855.0, 9931.0, 9873.0, 9912.0, 9856.0, 9869.0, 9858.0, 9857.0, 9933.0, 9892.0, 9933.0, 9873.0, 9867.0, 9867.0, 9852.0, 9935.0, 9855.0, 9940.0, 9836.0, 9890.0, 9845.0, 9900.0, 9874.0, 9903.0, 9843.0, 9816.0, 9841.0, 9825.0, 9882.0, 9861.0, 9900.0, 9857.0, 9845.0, 9840.0, 9825.0, 9870.0, 9829.0, 9885.0, 9845.0, 9903.0, 9825.0, 9865.0, 9823.0, 9836.0, 9836.0, 9823.0, 9874.0, 9826.0, 9867.0, 9827.0, 9885.0, 9841.0, 9883.0, 9855.0, 9825.0, 9834.0, 9817.0, 9878.0, 9839.0, 9898.0, 9839.0, 9838.0, 9836.0, 9815.0, 9852.0, 9826.0, 9902.0, 9841.0, 9882.0, 9837.0, 9864.0, 9821.0, 9853.0, 9836.0, 9811.0, 9856.0, 9824.0, 9864.0, 9838.0, 9879.0, 9854.0, 9860.0, 9841.0, 9812.0, 9839.0, 9830.0, 9867.0, 9841.0, 9898.0, 9841.0, 9881.0, 9825.0, 9857.0, 9827.0, 9829.0, 9875.0, 9833.0, 9871.0, 9843.0, 9888.0, 9847.0, 9890.0, 9865.0, 9835.0, 9864.0, 9828.0, 9855.0, 9829.0, 9884.0, 9848.0, 9904.0, 9830.0, 9885.0, 9829.0, 9857.0, 9844.0, 9843.0, 9881.0, 9831.0, 9873.0, 9830.0, 9885.0, 9846.0, 9897.0, 9860.0, 9887.0, 9842.0, 9840.0, 9828.0, 9828.0, 9872.0, 9847.0, 9891.0, 9849.0, 9876.0, 9852.0, 9867.0, 9864.0, 9869.0, 9879.0, 9834.0, 9859.0, 9847.0, 9859.0, 9840.0, 9889.0, 9826.0, 9848.0, 9809.0, 9857.0, 9828.0, 9878.0, 9866.0, 9886.0, 9827.0, 9839.0, 9828.0, 9856.0, 9842.0, 9888.0, 9864.0, 9857.0, 9855.0, 9839.0, 9841.0, 9859.0, 9843.0, 9855.0, 9875.0, 9809.0, 9849.0, 9805.0, 9852.0, 9829.0, 9877.0, 9839.0, 9886.0, 9827.0, 9880.0, 9825.0, 9867.0, 9828.0, 9867.0, 9843.0, 9899.0, 9843.0, 9897.0, 9859.0, 9899.0, 9852.0, 9863.0, 9833.0, 9803.0, 9817.0, 9800.0, 9829.0, 9802.0, 9857.0, 9809.0, 9862.0, 9817.0, 9875.0, 9819.0, 9858.0, 9801.0, 9841.0, 9801.0, 9856.0, 9816.0, 9877.0, 9821.0, 9875.0, 9832.0, 9891.0, 9826.0, 9799.0, 9811.0, 9783.0, 9812.0, 9803.0, 9863.0, 9823.0, 9877.0, 9847.0, 9880.0, 9823.0, 9835.0, 9830.0, 9837.0, 9836.0, 9822.0, 9869.0, 9809.0, 9884.0, 9822.0, 9898.0, 9823.0, 9866.0, 9821.0, 9862.0, 9822.0, 9863.0, 9823.0, 9878.0, 9825.0, 9878.0, 9825.0, 9865.0, 9824.0, 9846.0, 9828.0, 9843.0, 9842.0, 9829.0, 9870.0, 9827.0, 9888.0, 9828.0, 9886.0, 9842.0, 9883.0, 9824.0, 9880.0, 9823.0, 9879.0, 9810.0, 9876.0, 9821.0, 9879.0, 9823.0, 9864.0, 9835.0, 9825.0, 9824.0, 9810.0, 9825.0, 9811.0, 9853.0, 9834.0, 9887.0, 9831.0, 9890.0, 9847.0, 9886.0, 9827.0, 9866.0, 9830.0, 9886.0, 9842.0, 9887.0, 9847.0, 9844.0, 9827.0, 9844.0, 9842.0, 9841.0, 9872.0, 9831.0, 9874.0, 9818.0, 9905.0, 9841.0, 9891.0, 9872.0, 9885.0, 9854.0, 9865.0, 9858.0, 9869.0, 9852.0, 9866.0, 9865.0, 9850.0, 9864.0, 9863.0, 9868.0, 9883.0, 9868.0, 9869.0, 9920.0, 9841.0, 9894.0, 9861.0, 9914.0, 9867.0, 9924.0, 9867.0, 9861.0, 9850.0, 9865.0, 9859.0, 9842.0, 9893.0, 9829.0, 9869.0, 9836.0, 9884.0, 9849.0, 9924.0, 9860.0, 9884.0, 9827.0, 9861.0, 9845.0, 9841.0, 9858.0, 9837.0, 9868.0, 9794.0, 9834.0, 9808.0, 9861.0, 9820.0, 9887.0, 9849.0, 9864.0, 9840.0, 9858.0, 9808.0, 9845.0, 9809.0, 9838.0, 9829.0, 9846.0, 9879.0, 9819.0, 9870.0, 9828.0, 9869.0, 9827.0, 9881.0, 9826.0, 9883.0, 9839.0, 9865.0, 9845.0, 9881.0, 9834.0, 9819.0, 9892.0, 9789.0, 9841.0, 9799.0, 9839.0, 9802.0, 9821.0, 9819.0, 9817.0, 9846.0, 9786.0, 9838.0, 9795.0, 9835.0, 9814.0, 9841.0, 9813.0, 9831.0, 9801.0, 9813.0, 9812.0, 9814.0, 9815.0, 9817.0, 9861.0, 9836.0, 9894.0, 9806.0, 9859.0, 9801.0, 9830.0, 9803.0, 9819.0, 9820.0, 9841.0, 9847.0, 9840.0, 9842.0, 9824.0, 9839.0, 9824.0, 9838.0, 9824.0, 9846.0, 9841.0, 9849.0, 9854.0, 9893.0, 9853.0, 9926.0, 9867.0, 9892.0, 9844.0, 9873.0, 9848.0, 9887.0, 9850.0, 9914.0, 9851.0, 9847.0, 9812.0, 9811.0, 9816.0, 9820.0, 9847.0, 9824.0, 9862.0, 9806.0, 9859.0, 9825.0, 9885.0, 9829.0, 9888.0, 9844.0, 9827.0, 9823.0, 9829.0, 9852.0, 9822.0, 9892.0, 9809.0, 9847.0, 9791.0, 9847.0, 9826.0, 9862.0, 9822.0, 9861.0, 9807.0, 9832.0, 9805.0, 9842.0, 9826.0, 9829.0, 9876.0, 9830.0, 9872.0, 9815.0, 9868.0, 9833.0, 9892.0, 9833.0, 9890.0, 9848.0, 9885.0, 9814.0, 9855.0, 9811.0, 9873.0, 9842.0, 9893.0, 9844.0, 9829.0, 9827.0, 9827.0, 9829.0, 9826.0, 9850.0, 9853.0, 9874.0, 9837.0, 9893.0, 9821.0, 9873.0, 9815.0, 9869.0, 9838.0, 9874.0, 9816.0, 9890.0, 9815.0, 9866.0, 9813.0, 9870.0, 9814.0, 9869.0, 9849.0, 9875.0, 9832.0, 9871.0, 9832.0, 9896.0, 9849.0, 9890.0, 9855.0, 9890.0, 9811.0, 9865.0, 9809.0, 9863.0, 9829.0, 9866.0, 9838.0, 9904.0, 9870.0, 9810.0, 9821.0, 9794.0, 9831.0, 9827.0, 9867.0, 9833.0, 9877.0, 9877.0, 9834.0, 9868.0, 9813.0, 9876.0, 9788.0, 9859.0, 9811.0, 9881.0, 9875.0, 9890.0, 9798.0, 9853.0, 9780.0, 9805.0, 9791.0, 9814.0, 9791.0, 9803.0, 9800.0, 9815.0, 9824.0, 9820.0, 9828.0, 9772.0, 9825.0, 9801.0, 9843.0, 9822.0, 9880.0, 9862.0, 9939.0, 9925.0, 9873.0, 9852.0, 9796.0, 9833.0, 9789.0, 9832.0, 9806.0, 9839.0, 9838.0, 9827.0, 9838.0, 9836.0, 9876.0, 9818.0, 9857.0, 9807.0, 9848.0, 9805.0, 9777.0, 9788.0, 9774.0, 9776.0, 9771.0, 9787.0, 9772.0, 9797.0, 9755.0, 9768.0, 9754.0, 9800.0, 9759.0, 9814.0, 9756.0, 9793.0, 9751.0, 9768.0, 9754.0, 9795.0, 9755.0, 9812.0, 9762.0, 9833.0, 9784.0, 9843.0, 9786.0, 9804.0, 9791.0, 9807.0, 9815.0, 9815.0, 9830.0, 9814.0, 9845.0, 9855.0, 9891.0, 9851.0, 9950.0, 9868.0, 9909.0, 9835.0, 9857.0, 9828.0, 9841.0, 9853.0, 9853.0, 9861.0, 9852.0, 9877.0, 9804.0, 9865.0, 9812.0, 9878.0, 9834.0, 9881.0, 9876.0, 9857.0, 9873.0, 9858.0, 9885.0, 9859.0, 9919.0, 9878.0, 9957.0, 9875.0, 9913.0, 9852.0, 9893.0, 9869.0, 9912.0, 9868.0, 9923.0, 9827.0, 9880.0, 9838.0, 9878.0, 9834.0, 9862.0, 9843.0, 9801.0, 9849.0, 9806.0, 9860.0, 9813.0, 9879.0, 9825.0, 9928.0, 9851.0, 9876.0, 9802.0, 9840.0, 9808.0, 9854.0, 9809.0, 9849.0, 9808.0, 9803.0, 9790.0, 9799.0, 9800.0, 9798.0, 9862.0, 9824.0, 9865.0, 9814.0, 9866.0, 9811.0, 9865.0, 9824.0, 9878.0, 9822.0, 9894.0, 9831.0, 9841.0, 9792.0, 9802.0, 9776.0, 9803.0, 9777.0, 9802.0, 9841.0, 9778.0, 9808.0, 9765.0, 9789.0, 9795.0, 9798.0, 9827.0, 9788.0, 9842.0, 9802.0, 9812.0, 9815.0, 9785.0, 9826.0, 9780.0, 9834.0, 9779.0, 9843.0, 9796.0, 9854.0, 9815.0, 9768.0, 9792.0, 9765.0, 9803.0, 9777.0, 9838.0, 9794.0, 9871.0, 9829.0, 9787.0, 9796.0, 9787.0, 9840.0, 9804.0, 9864.0, 9825.0, 9869.0, 9827.0, 9853.0, 9813.0, 9866.0, 9829.0, 9854.0, 9831.0, 9876.0, 9854.0, 9855.0, 9852.0, 9822.0, 9878.0, 9837.0, 9917.0, 9857.0, 9913.0, 9836.0, 9873.0, 9817.0, 9870.0, 9813.0, 9866.0, 9816.0, 9864.0, 9815.0, 9876.0, 9810.0, 9840.0, 9828.0, 9880.0, 9849.0, 9907.0, 9852.0, 9878.0, 9837.0, 9862.0, 9863.0, 9909.0, 9862.0, 9885.0, 9848.0, 9845.0, 9831.0, 9848.0, 9876.0, 9857.0, 9902.0, 9839.0, 9876.0, 9837.0, 9914.0, 9851.0, 9909.0, 9870.0, 9888.0, 9832.0, 9870.0, 9854.0, 9872.0, 9848.0, 9907.0, 9843.0, 9812.0, 9827.0, 9817.0, 9850.0, 9826.0, 9910.0, 9828.0, 9871.0, 9812.0, 9892.0, 9835.0, 9882.0, 9870.0, 9919.0, 9826.0, 9865.0, 9808.0, 9890.0, 9832.0, 9895.0, 9846.0, 9866.0, 9776.0, 9817.0, 9778.0, 9827.0, 9781.0, 9843.0, 9798.0, 9822.0, 9780.0, 9815.0, 9809.0, 9829.0, 9806.0, 9843.0, 9781.0, 9822.0, 9778.0, 9820.0, 9780.0, 9839.0, 9795.0, 9836.0, 9778.0, 9804.0, 9762.0, 9802.0, 9765.0, 9821.0, 9805.0, 9807.0, 9809.0, 9799.0, 9786.0, 9805.0, 9824.0, 9819.0, 9854.0, 9793.0, 9832.0, 9792.0, 9846.0, 9839.0, 9843.0, 9813.0, 9864.0, 9790.0, 9832.0, 9810.0, 9874.0, 9833.0, 9894.0, 9856.0, 9878.0, 9826.0, 9870.0, 9862.0, 9881.0, 9873.0, 9868.0, 9862.0, 9846.0, 9865.0, 9846.0, 9892.0, 9832.0, 9873.0, 9797.0, 9886.0, 9837.0, 9892.0, 9895.0, 9946.0, 9926.0, 9852.0, 9849.0, 9809.0, 9823.0, 9806.0, 9816.0, 9811.0, 9868.0, 9826.0, 9811.0, 9874.0, 9839.0, 9864.0, 9818.0, 9874.0, 9817.0, 9875.0, 9815.0, 9890.0, 9822.0, 9813.0, 9770.0, 9767.0, 9747.0, 9726.0, 9741.0, 9770.0, 9765.0, 9716.0, 9755.0, 9728.0, 9768.0, 9734.0, 9787.0, 9756.0, 9786.0, 9778.0, 9786.0, 9809.0, 9769.0, 9822.0, 9768.0, 9853.0, 9810.0, 9829.0, 9816.0, 9785.0, 9797.0, 9790.0, 9835.0, 9786.0, 9829.0, 9785.0, 9834.0, 9811.0, 9869.0, 9795.0, 9847.0, 9800.0, 9866.0, 9809.0, 9869.0, 9830.0, 9869.0, 9855.0, 9849.0, 9832.0, 9817.0, 9844.0, 9819.0, 9891.0, 9854.0, 9933.0, 9864.0, 9871.0, 9810.0, 9857.0, 9835.0, 9839.0, 9835.0, 9790.0, 9798.0, 9783.0, 9826.0, 9784.0, 9843.0, 9809.0, 9875.0, 9821.0, 9844.0, 9775.0, 9824.0, 9786.0, 9842.0, 9793.0, 9849.0, 9832.0, 9856.0, 9814.0, 9826.0, 9810.0, 9835.0, 9810.0, 9821.0, 9842.0, 9805.0, 9815.0, 9787.0, 9839.0, 9804.0, 9880.0, 9806.0, 9861.0, 9800.0, 9842.0, 9784.0, 9827.0, 9786.0, 9812.0, 9812.0, 9827.0, 9824.0, 9808.0, 9836.0, 9795.0, 9849.0, 9796.0, 9850.0, 9810.0, 9858.0, 9820.0, 9872.0, 9840.0, 9895.0, 9816.0, 9866.0, 9809.0, 9866.0, 9820.0, 9869.0, 9873.0, 9864.0, 9823.0, 9833.0, 9841.0, 9859.0, 9867.0, 9856.0, 9888.0, 9822.0, 9861.0, 9818.0, 9858.0, 9812.0, 9840.0, 9830.0, 9868.0, 9850.0, 9880.0, 9850.0, 9861.0, 9813.0, 9873.0, 9836.0, 9902.0, 9857.0, 9910.0, 9877.0, 9846.0, 9870.0, 9824.0, 9901.0, 9865.0, 9900.0, 9854.0, 9909.0, 9828.0, 9836.0, 9793.0, 9846.0, 9819.0, 9840.0, 9848.0, 9818.0, 9805.0, 9814.0, 9798.0, 9801.0, 9818.0, 9807.0, 9822.0, 9906.0, 9838.0, 9874.0, 9818.0, 9883.0, 9831.0, 9897.0, 9850.0, 9923.0, 9859.0, 9865.0, 9807.0, 9861.0, 9807.0, 9880.0, 9812.0, 9817.0, 9770.0, 9761.0, 9797.0, 9758.0, 9833.0, 9760.0, 9781.0, 9740.0, 9761.0, 9761.0, 9818.0, 9757.0, 9833.0, 9758.0, 9812.0, 9760.0, 9816.0, 9793.0, 9825.0, 9782.0, 9824.0, 9783.0, 9822.0, 9780.0, 9851.0, 9810.0, 9838.0, 9824.0, 9846.0, 9890.0, 9818.0, 9829.0, 9848.0, 9843.0, 9889.0, 9873.0, 9905.0, 9832.0, 9872.0, 9825.0, 9881.0, 9913.0, 9909.0, 9885.0, 9806.0, 9826.0, 9787.0, 9848.0, 9824.0, 9808.0, 9802.0, 9827.0, 9798.0, 9825.0, 9783.0, 9825.0, 9808.0, 9815.0, 9821.0, 9788.0, 9818.0, 9785.0, 9828.0, 9801.0, 9830.0, 9792.0, 9864.0, 9807.0, 9879.0, 9830.0, 9853.0, 9770.0, 9795.0, 9746.0, 9787.0, 9749.0, 9803.0, 9753.0, 9839.0, 9750.0, 9803.0, 9729.0, 9786.0, 9729.0, 9793.0, 9734.0, 9773.0, 9733.0, 9773.0, 9733.0, 9775.0, 9734.0, 9798.0, 9764.0, 9786.0, 9762.0, 9762.0, 9764.0, 9764.0, 9781.0, 9792.0, 9801.0, 9825.0, 9806.0, 9836.0, 9802.0, 9801.0, 9801.0, 9800.0, 9830.0, 9812.0, 9897.0, 9834.0, 9862.0, 9824.0, 9875.0, 9819.0, 9918.0, 9868.0, 9899.0, 9878.0, 9894.0, 9823.0, 9872.0, 9825.0, 9907.0, 9841.0, 9915.0, 9880.0, 9921.0, 9848.0, 9917.0, 9860.0, 9909.0, 9878.0, 9919.0, 9875.0, 9964.0, 9880.0, 9905.0, 9819.0, 9875.0, 9871.0, 9923.0, 9883.0, 9934.0, 9833.0, 9862.0, 9786.0, 9838.0, 9781.0, 9825.0, 9803.0, 9840.0, 9821.0, 9856.0, 9783.0, 9824.0, 9772.0, 9818.0, 9766.0, 9834.0, 9797.0, 9836.0, 9796.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.000604557153671461</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026343628387585166</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.588730387234826</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1706748240303042</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9778855436742446</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5165</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4033.3152</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09447326726353622</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.677517032551098</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6996477489208477</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6301387554744236</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.94277120256614</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.52603328872198</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0151005</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009361092001199722</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.032080765813589096</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1321</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.014515317051319</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>11.8318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.4376</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.0391</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291848.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>1241.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.6744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3268</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.1778</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3616.9882</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3835.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>84696.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1329.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4716.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.2778</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.81474758218974</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> |