=== 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-0002 --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-0002",
"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-0002_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0002_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0002_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-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-04/func/sub-0002_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>7679750e2e7a012b8bec34d36bd0c55b</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>09:49:16.937500</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_VE11C_LATEST_20160120</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.998872, 0.046949, 0.00717879, -0.047455, 0.980396, 0.191239]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0729748</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4160, -7725, -7492, 357, -8, -207, 47, 57]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>237.481</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>153ec98e-a55c-42d9-a93b-a9d77de2d545||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679899215698242, -0.12731830775737762, -0.0052391644567251205, 117.86956024169922], [-0.12596070766448975, 2.6303298473358154, 0.5166827440261841, -102.18193817138672], [0.019260164350271225, -0.5130805969238281, 2.6500966548919678, -51.76309585571289], [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': ['094916.937500', '094917.397500', '094917.857500', '094918.317500', '094918.777500', '094919.237500', '094919.697500', '094920.157500', '094920.617500', '094921.077500', '094921.537500', '094921.997500', '094922.457500', '094922.917500', '094923.377500', '094923.837500', '094924.297500', '094924.757500', '094925.217500', '094925.677500', '094926.137500', '094926.597500', '094927.057500', '094927.517500', '094927.977500', '094928.437500', '094928.897500', '094929.357500', '094929.817500', '094930.277500', '094930.737500', '094931.197500', '094931.657500', '094932.117500', '094932.577500', '094933.037500', '094933.497500', '094933.957500', '094934.417500', '094934.877500', '094935.337500', '094935.797500', '094936.257500', '094936.717500', '094937.177500', '094937.637500', '094938.097500', '094938.557500', '094939.017500', '094939.477500', '094939.937500', '094940.397500', '094940.857500', '094941.317500', '094941.777500', '094942.237500', '094942.697500', '094943.157500', '094943.617500', '094944.077500', '094944.537500', '094944.997500', '094945.457500', '094945.917500', '094946.377500', '094946.837500', '094947.297500', '094947.757500', '094948.217500', '094948.677500', '094949.137500', '094949.597500', '094950.057500', '094950.517500', '094950.977500', '094951.437500', '094951.897500', '094952.357500', '094952.817500', '094953.277500', '094953.737500', '094954.197500', '094954.657500', '094955.117500', '094955.577500', '094956.037500', '094956.497500', '094956.957500', '094957.417500', '094957.877500', '094958.337500', '094958.797500', '094959.257500', '094959.717500', '095000.177500', '095000.637500', '095001.097500', '095001.557500', '095002.017500', '095002.477500', '095002.937500', '095003.397500', '095003.857500', '095004.317500', '095004.777500', '095005.237500', '095005.697500', '095006.157500', '095006.617500', '095007.077500', '095007.537500', '095007.997500', '095008.457500', '095008.917500', '095009.377500', '095009.837500', '095010.297500', '095010.757500', '095011.217500', '095011.677500', '095012.137500', '095012.597500', '095013.057500', '095013.517500', '095013.977500', '095014.437500', '095014.897500', '095015.357500', '095015.817500', '095016.277500', '095016.737500', '095017.197500', '095017.657500', '095018.117500', '095018.577500', '095019.037500', '095019.497500', '095019.957500', '095020.417500', '095020.877500', '095021.337500', '095021.797500', '095022.257500', '095022.717500', '095023.177500', '095023.637500', '095024.097500', '095024.557500', '095025.017500', '095025.477500', '095025.937500', '095026.397500', '095026.857500', '095027.317500', '095027.777500', '095028.237500', '095028.697500', '095029.157500', '095029.617500', '095030.077500', '095030.537500', '095030.997500', '095031.457500', '095031.917500', '095032.377500', '095032.837500', '095033.297500', '095033.757500', '095034.217500', '095034.677500', '095035.137500', '095035.597500', '095036.057500', '095036.517500', '095036.977500', '095037.437500', '095037.897500', '095038.357500', '095038.817500', '095039.277500', '095039.737500', '095040.197500', '095040.657500', '095041.117500', '095041.577500', '095042.037500', '095042.497500', '095042.957500', '095043.417500', '095043.877500', '095044.337500', '095044.797500', '095045.257500', '095045.717500', '095046.177500', '095046.637500', '095047.097500', '095047.557500', '095048.017500', '095048.477500', '095048.937500', '095049.397500', '095049.857500', '095050.317500', '095050.777500', '095051.237500', '095051.697500', '095052.157500', '095052.617500', '095053.077500', '095053.537500', '095053.997500', '095054.457500', '095054.917500', '095055.377500', '095055.837500', '095056.297500', '095056.757500', '095057.217500', '095057.677500', '095058.137500', '095058.597500', '095059.057500', '095059.517500', '095059.977500', '095100.437500', '095100.897500', '095101.357500', '095101.817500', '095102.277500', '095102.737500', '095103.197500', '095103.657500', '095104.117500', '095104.577500', '095105.037500', '095105.497500', '095105.957500', '095106.417500', '095106.877500', '095107.337500', '095107.797500', '095108.257500', '095108.717500', '095109.177500', '095109.637500', '095110.097500', '095110.557500', '095111.017500', '095111.477500', '095111.937500', '095112.397500', '095112.857500', '095113.317500', '095113.777500', '095114.237500', '095114.697500', '095115.157500', '095115.617500', '095116.077500', '095116.537500', '095116.997500', '095117.457500', '095117.917500', '095118.377500', '095118.837500', '095119.297500', '095119.757500', '095120.217500', '095120.677500', '095121.137500', '095121.597500', '095122.057500', '095122.517500', '095122.977500', '095123.437500', '095123.897500', '095124.357500', '095124.817500', '095125.277500', '095125.737500', '095126.197500', '095126.657500', '095127.117500', '095127.577500', '095128.037500', '095128.497500', '095128.957500', '095129.417500', '095129.877500', '095130.337500', '095130.797500', '095131.257500', '095131.717500', '095132.177500', '095132.637500', '095133.097500', '095133.557500', '095134.017500', '095134.477500', '095134.937500', '095135.397500', '095135.857500', '095136.317500', '095136.777500', '095137.237500', '095137.697500', '095138.157500', '095138.617500', '095139.077500', '095139.537500', '095139.997500', '095140.457500', '095140.917500', '095141.377500', '095141.837500', '095142.297500', '095142.757500', '095143.217500', '095143.677500', '095144.137500', '095144.597500', '095145.057500', '095145.517500', '095145.977500', '095146.437500', '095146.897500', '095147.357500', '095147.817500', '095148.277500', '095148.737500', '095149.197500', '095149.657500', '095150.117500', '095150.577500', '095151.037500', '095151.497500', '095151.957500', '095152.417500', '095152.877500', '095153.337500', '095153.797500', '095154.257500', '095154.717500', '095155.177500', '095155.637500', '095156.097500', '095156.557500', '095157.017500', '095157.477500', '095157.937500', '095158.397500', '095158.857500', '095159.317500', '095159.777500', '095200.237500', '095200.697500', '095201.157500', '095201.617500', '095202.077500', '095202.537500', '095202.997500', '095203.457500', '095203.917500', '095204.377500', '095204.837500', '095205.297500', '095205.757500', '095206.217500', '095206.677500', '095207.137500', '095207.597500', '095208.057500', '095208.517500', '095208.977500', '095209.437500', '095209.897500', '095210.357500', '095210.817500', '095211.277500', '095211.737500', '095212.197500', '095212.657500', '095213.117500', '095213.577500', '095214.037500', '095214.497500', '095214.957500', '095215.417500', '095215.877500', '095216.337500', '095216.797500', '095217.257500', '095217.717500', '095218.177500', '095218.637500', '095219.097500', '095219.557500', '095220.017500', '095220.477500', '095220.937500', '095221.397500', '095221.857500', '095222.317500', '095222.777500', '095223.237500', '095223.697500', '095224.157500', '095224.617500', '095225.077500', '095225.537500', '095225.997500', '095226.457500', '095226.917500', '095227.377500', '095227.837500', '095228.297500', '095228.757500', '095229.217500', '095229.677500', '095230.137500', '095230.597500', '095231.057500', '095231.517500', '095231.977500', '095232.437500', '095232.897500', '095233.357500', '095233.817500', '095234.277500', '095234.737500', '095235.197500', '095235.657500', '095236.117500', '095236.577500', '095237.037500', '095237.497500', '095237.957500', '095238.417500', '095238.877500', '095239.337500', '095239.797500', '095240.257500', '095240.717500', '095241.177500', '095241.637500', '095242.097500', '095242.557500', '095243.017500', '095243.477500', '095243.937500', '095244.397500', '095244.857500', '095245.317500', '095245.777500', '095246.237500', '095246.697500', '095247.157500', '095247.617500', '095248.077500', '095248.537500', '095248.997500', '095249.457500', '095249.917500', '095250.377500', '095250.837500', '095251.297500', '095251.757500', '095252.217500', '095252.677500', '095253.137500', '095253.597500', '095254.057500', '095254.517500', '095254.977500', '095255.437500', '095255.897500', '095256.357500', '095256.817500', '095257.277500', '095257.737500', '095258.197500', '095258.657500', '095259.117500', '095259.577500', '095300.037500', '095300.497500', '095300.957500', '095301.417500', '095301.877500', '095302.337500', '095302.797500', '095303.257500', '095303.717500', '095304.177500', '095304.637500', '095305.097500', '095305.557500', '095306.017500', '095306.477500', '095306.937500', '095307.397500', '095307.857500', '095308.317500', '095308.777500', '095309.237500', '095309.697500', '095310.157500', '095310.617500', '095311.077500', '095311.537500', '095311.997500', '095312.457500', '095312.917500', '095313.377500', '095313.837500', '095314.297500', '095314.757500', '095315.217500', '095315.677500', '095316.137500', '095316.597500', '095317.057500', '095317.517500', '095317.977500', '095318.437500', '095318.897500', '095319.357500', '095319.817500', '095320.277500', '095320.737500', '095321.197500', '095321.657500', '095322.117500', '095322.577500', '095323.037500', '095323.497500', '095323.957500', '095324.417500', '095324.877500', '095325.337500', '095325.797500', '095326.257500', '095326.717500', '095327.177500', '095327.637500', '095328.097500', '095328.557500', '095329.017500', '095329.477500', '095329.937500', '095330.397500', '095330.857500', '095331.317500', '095331.777500', '095332.237500', '095332.697500', '095333.157500', '095333.617500', '095334.077500', '095334.537500', '095334.997500', '095335.457500', '095335.917500', '095336.377500', '095336.837500', '095337.297500', '095337.757500', '095338.217500', '095338.677500', '095339.137500', '095339.597500', '095340.057500', '095340.517500', '095340.977500', '095341.437500', '095341.897500', '095342.357500', '095342.817500', '095343.277500', '095343.737500', '095344.197500', '095344.657500', '095345.117500', '095345.577500', '095346.037500', '095346.497500', '095346.957500', '095347.417500', '095347.877500', '095348.337500', '095348.797500', '095349.257500', '095349.717500', '095350.177500', '095350.637500', '095351.097500', '095351.557500', '095352.017500', '095352.477500', '095352.937500', '095353.397500', '095353.857500', '095354.317500', '095354.777500', '095355.237500', '095355.697500', '095356.157500', '095356.617500', '095357.077500', '095357.537500', '095357.997500', '095358.457500', '095358.917500', '095359.377500', '095359.837500', '095400.297500', '095400.757500', '095401.217500', '095401.677500', '095402.137500', '095402.597500', '095403.057500', '095403.517500', '095403.977500', '095404.437500', '095404.897500', '095405.357500', '095405.817500', '095406.277500', '095406.737500', '095407.197500', '095407.657500', '095408.117500', '095408.577500', '095409.037500', '095409.497500', '095409.957500', '095410.417500', '095410.877500', '095411.337500', '095411.797500', '095412.257500', '095412.717500', '095413.177500', '095413.637500', '095414.097500', '095414.557500', '095415.017500', '095415.477500', '095415.937500', '095416.397500', '095416.857500', '095417.317500', '095417.777500', '095418.237500', '095418.697500', '095419.157500', '095419.617500', '095420.077500', '095420.537500', '095420.997500', '095421.457500', '095421.917500', '095422.377500', '095422.837500', '095423.297500', '095423.757500', '095424.217500', '095424.677500', '095425.137500', '095425.597500', '095426.057500', '095426.517500', '095426.977500', '095427.437500', '095427.897500', '095428.357500', '095428.817500', '095429.277500', '095429.737500', '095430.197500', '095430.657500', '095431.117500', '095431.577500', '095432.037500', '095432.497500', '095432.957500', '095433.417500', '095433.877500', '095434.337500', '095434.797500', '095435.257500', '095435.717500', '095436.177500', '095436.637500', '095437.097500', '095437.557500', '095438.017500', '095438.477500', '095438.937500', '095439.397500', '095439.857500', '095440.317500', '095440.777500', '095441.237500', '095441.697500', '095442.157500', '095442.617500', '095443.077500', '095443.537500', '095443.997500', '095444.457500', '095444.917500', '095445.377500', '095445.837500', '095446.297500', '095446.757500', '095447.217500', '095447.677500', '095448.137500', '095448.597500', '095449.057500', '095449.517500', '095449.977500', '095450.437500', '095450.897500', '095451.357500', '095451.817500', '095452.277500', '095452.737500', '095453.197500', '095453.657500', '095454.117500', '095454.577500', '095455.037500', '095455.497500', '095455.957500', '095456.417500', '095456.877500', '095457.337500', '095457.797500', '095458.257500', '095458.717500', '095459.177500', '095459.637500', '095500.097500', '095500.557500', '095501.017500', '095501.477500', '095501.937500', '095502.397500', '095502.857500', '095503.317500', '095503.777500', '095504.237500', '095504.697500', '095505.157500', '095505.617500', '095506.077500', '095506.537500', '095506.997500', '095507.457500', '095507.917500', '095508.377500', '095508.837500', '095509.297500', '095509.757500', '095510.217500', '095510.677500', '095511.137500', '095511.597500', '095512.057500', '095512.517500', '095512.977500', '095513.437500', '095513.897500', '095514.357500', '095514.817500', '095515.277500', '095515.737500', '095516.197500', '095516.657500', '095517.117500', '095517.577500', '095518.037500', '095518.497500', '095518.957500', '095519.417500', '095519.877500', '095520.337500', '095520.797500', '095521.257500', '095521.717500', '095522.177500', '095522.637500', '095523.097500', '095523.557500', '095524.017500', '095524.477500', '095524.937500', '095525.397500', '095525.857500', '095526.317500', '095526.777500', '095527.237500', '095527.697500', '095528.157500', '095528.617500', '095529.077500', '095529.537500', '095529.997500', '095530.457500', '095530.917500', '095531.377500', '095531.837500', '095532.297500', '095532.757500', '095533.217500', '095533.677500', '095534.137500', '095534.597500', '095535.057500', '095535.517500', '095535.977500', '095536.437500', '095536.897500', '095537.357500', '095537.817500', '095538.277500', '095538.737500', '095539.197500', '095539.657500', '095540.117500', '095540.577500', '095541.037500', '095541.497500', '095541.957500', '095542.417500', '095542.877500', '095543.337500', '095543.797500', '095544.257500', '095544.717500', '095545.177500', '095545.637500', '095546.097500', '095546.557500', '095547.017500', '095547.477500', '095547.937500', '095548.397500', '095548.857500', '095549.317500', '095549.777500', '095550.237500', '095550.697500', '095551.157500', '095551.617500', '095552.077500', '095552.537500', '095552.997500', '095553.457500', '095553.917500', '095554.377500', '095554.837500', '095555.297500', '095555.757500', '095556.217500', '095556.677500', '095557.137500', '095557.597500', '095558.057500', '095558.517500', '095558.977500', '095559.437500', '095559.897500', '095600.357500', '095600.817500', '095601.277500', '095601.737500', '095602.197500', '095602.657500', '095603.117500', '095603.577500', '095604.037500', '095604.497500', '095604.957500', '095605.417500', '095605.877500', '095606.337500', '095606.797500', '095607.257500', '095607.717500', '095608.177500', '095608.637500', '095609.097500', '095609.557500', '095610.017500', '095610.477500', '095610.937500', '095611.397500', '095611.857500', '095612.317500', '095612.777500', '095613.237500', '095613.697500', '095614.157500', '095614.617500', '095615.077500', '095615.537500', '095615.997500', '095616.457500', '095616.917500', '095617.377500', '095617.837500', '095618.297500', '095618.757500', '095619.217500', '095619.677500', '095620.137500', '095620.597500', '095621.057500', '095621.517500', '095621.977500', '095622.437500', '095622.897500', '095623.357500', '095623.817500', '095624.277500', '095624.737500', '095625.197500', '095625.657500', '095626.117500', '095626.577500', '095627.037500', '095627.497500', '095627.957500', '095628.417500', '095628.877500', '095629.337500', '095629.797500', '095630.257500', '095630.717500', '095631.177500', '095631.637500', '095632.097500', '095632.557500', '095633.017500', '095633.477500', '095633.937500', '095634.397500', '095634.857500', '095635.317500', '095635.777500', '095636.237500', '095636.697500', '095637.157500', '095637.617500', '095638.077500', '095638.537500', '095638.997500', '095639.457500', '095639.917500', '095640.377500', '095640.837500', '095641.297500', '095641.757500', '095642.217500', '095642.677500', '095643.137500', '095643.597500', '095644.057500', '095644.517500', '095644.977500', '095645.437500', '095645.897500', '095646.357500', '095646.817500', '095647.277500', '095647.737500', '095648.197500', '095648.657500', '095649.117500', '095649.577500', '095650.037500', '095650.497500', '095650.957500', '095651.417500', '095651.877500', '095652.337500', '095652.797500', '095653.257500', '095653.717500', '095654.177500', '095654.637500', '095655.097500', '095655.557500', '095656.017500', '095656.477500', '095656.937500', '095657.397500', '095657.857500', '095658.317500', '095658.777500', '095659.237500', '095659.697500', '095700.157500', '095700.617500', '095701.077500', '095701.537500', '095701.997500', '095702.457500', '095702.917500', '095703.377500', '095703.837500', '095704.297500', '095704.757500', '095705.217500', '095705.677500', '095706.137500', '095706.597500', '095707.057500', '095707.517500', '095707.977500', '095708.437500', '095708.897500', '095709.357500', '095709.817500', '095710.277500', '095710.737500', '095711.197500', '095711.657500', '095712.117500', '095712.577500', '095713.037500', '095713.497500', '095713.957500', '095714.417500', '095714.877500', '095715.337500', '095715.797500', '095716.257500', '095716.717500', '095717.177500', '095717.637500', '095718.097500', '095718.557500', '095719.017500', '095719.477500', '095719.937500', '095720.397500', '095720.857500', '095721.317500', '095721.777500', '095722.237500', '095722.697500', '095723.157500', '095723.617500', '095724.077500', '095724.537500', '095724.997500', '095725.457500', '095725.917500', '095726.377500', '095726.837500', '095727.297500', '095727.757500', '095728.217500', '095728.677500', '095729.137500', '095729.597500', '095730.057500', '095730.517500', '095730.977500', '095731.437500', '095731.897500', '095732.357500', '095732.817500', '095733.277500', '095733.737500', '095734.197500', '095734.657500', '095735.117500', '095735.577500', '095736.037500', '095736.497500', '095736.957500', '095737.417500', '095737.877500', '095738.337500', '095738.797500', '095739.257500', '095739.717500', '095740.177500', '095740.637500', '095741.097500', '095741.557500', '095742.017500', '095742.477500', '095742.937500', '095743.397500', '095743.857500', '095744.317500', '095744.777500', '095745.237500', '095745.697500', '095746.157500', '095746.617500', '095747.077500', '095747.537500', '095747.997500', '095748.457500', '095748.917500', '095749.377500', '095749.837500', '095750.297500', '095750.757500', '095751.217500', '095751.677500', '095752.137500', '095752.597500', '095753.057500', '095753.517500', '095753.977500', '095754.437500', '095754.897500', '095755.357500', '095755.817500', '095756.277500', '095756.737500', '095757.197500', '095757.657500', '095758.117500', '095758.577500', '095759.037500', '095759.497500', '095759.957500', '095800.417500', '095800.877500', '095801.337500', '095801.797500', '095802.257500', '095802.717500', '095803.177500', '095803.637500', '095804.097500', '095804.557500', '095805.017500', '095805.477500', '095805.937500', '095806.397500', '095806.857500', '095807.317500', '095807.777500', '095808.237500', '095808.697500', '095809.157500', '095809.617500', '095810.077500', '095810.537500', '095810.997500', '095811.457500', '095811.917500', '095812.377500', '095812.837500', '095813.297500', '095813.757500', '095814.217500', '095814.677500', '095815.137500', '095815.597500', '095816.057500', '095816.517500', '095816.977500', '095817.437500', '095817.897500', '095818.357500', '095818.817500', '095819.277500', '095819.737500', '095820.197500', '095820.657500', '095821.117500', '095821.577500', '095822.037500', '095822.497500', '095822.957500', '095823.417500', '095823.877500', '095824.337500', '095824.797500', '095825.257500', '095825.717500', '095826.177500', '095826.637500', '095827.097500', '095827.557500', '095828.017500', '095828.477500', '095828.937500', '095829.397500', '095829.857500', '095830.317500', '095830.777500', '095831.237500', '095831.697500', '095832.157500', '095832.617500', '095833.077500', '095833.537500', '095833.997500', '095834.457500', '095834.917500', '095835.377500', '095835.837500', '095836.297500', '095836.757500', '095837.217500', '095837.677500', '095838.137500', '095838.597500', '095839.057500', '095839.517500', '095839.977500', '095840.437500', '095840.897500', '095841.357500', '095841.817500', '095842.277500', '095842.737500', '095843.197500', '095843.657500', '095844.117500', '095844.577500', '095845.037500', '095845.497500', '095845.957500', '095846.417500', '095846.877500', '095847.337500', '095847.797500', '095848.257500', '095848.717500', '095849.177500', '095849.637500', '095850.097500', '095850.557500', '095851.017500', '095851.477500', '095851.937500', '095852.397500', '095852.857500', '095853.317500', '095853.777500', '095854.237500', '095854.697500', '095855.157500', '095855.617500', '095856.077500', '095856.537500', '095856.997500', '095857.457500', '095857.917500', '095858.377500', '095858.837500', '095859.297500', '095859.757500', '095900.217500', '095900.677500', '095901.137500', '095901.597500', '095902.057500', '095902.517500', '095902.977500', '095903.437500', '095903.897500', '095904.357500', '095904.817500', '095905.277500', '095905.737500', '095906.197500', '095906.657500', '095907.117500', '095907.577500', '095908.037500', '095908.497500', '095908.957500', '095909.417500', '095909.877500', '095910.337500', '095910.797500', '095911.257500', '095911.717500', '095912.177500', '095912.637500', '095913.097500', '095913.557500', '095914.017500', '095914.477500', '095914.937500', '095915.397500', '095915.857500', '095916.317500', '095916.777500', '095917.237500', '095917.697500', '095918.157500', '095918.617500', '095919.077500', '095919.537500', '095919.997500', '095920.457500', '095920.917500', '095921.377500', '095921.837500', '095922.297500', '095922.757500', '095923.217500', '095923.677500', '095924.137500', '095924.597500'], 'ContentTime': ['094940.918000', '094940.921000', '094940.924000', '094940.927000', '094940.930000', '094940.933000', '094940.936000', '094940.939000', '094940.941000', '094940.945000', '094940.947000', '094940.950000', '094940.953000', '094940.956000', '094940.959000', '094940.962000', '094940.965000', '094940.968000', '094940.971000', '094940.974000', '094940.976000', '094940.980000', '094940.983000', '094940.985000', '094940.988000', '094940.991000', '094940.994000', '094940.997000', '094941.001000', '094941.004000', '094941.007000', '094941.010000', '094941.013000', '094941.015000', '094941.018000', '094941.021000', '094941.024000', '094941.027000', '094941.030000', '094941.033000', '094941.036000', '094941.048000', '094941.051000', '094941.054000', '094941.057000', '094941.060000', '094941.062000', '094941.065000', '094941.068000', '094941.071000', '095000.885000', '095000.888000', '095000.891000', '095000.894000', '095000.897000', '095000.900000', '095000.903000', '095000.906000', '095000.909000', '095000.911000', '095000.914000', '095000.917000', '095000.920000', '095000.923000', '095000.926000', '095000.929000', '095000.932000', '095000.935000', '095000.938000', '095000.940000', '095000.943000', '095000.946000', '095000.949000', '095000.952000', '095000.955000', '095000.960000', '095000.963000', '095000.966000', '095000.969000', '095000.972000', '095000.975000', '095000.977000', '095000.980000', '095000.983000', '095000.986000', '095000.989000', '095000.992000', '095000.995000', '095000.998000', '095001.002000', '095001.005000', '095001.007000', '095001.010000', '095001.013000', '095020.884000', '095020.887000', '095020.890000', '095020.893000', '095020.896000', '095020.899000', '095020.902000', '095020.905000', '095020.908000', '095020.914000', '095020.917000', '095020.920000', '095020.923000', '095020.926000', '095020.929000', '095020.932000', '095020.935000', '095020.938000', '095020.941000', '095020.944000', '095020.947000', '095020.950000', '095020.953000', '095020.955000', '095020.958000', '095020.961000', '095020.971000', '095020.974000', '095020.977000', '095020.980000', '095020.983000', '095020.986000', '095020.989000', '095020.992000', '095020.995000', '095020.998000', '095021.002000', '095021.005000', '095021.007000', '095021.010000', '095021.013000', '095021.016000', '095021.019000', '095040.885000', '095040.888000', '095040.891000', '095040.894000', '095040.897000', '095040.900000', '095040.903000', '095040.906000', '095040.909000', '095040.912000', '095040.914000', '095040.918000', '095040.920000', '095040.923000', '095040.926000', '095040.929000', '095040.932000', '095040.935000', '095040.938000', '095040.941000', '095040.944000', '095040.947000', '095040.949000', '095040.952000', '095040.955000', '095040.958000', '095040.961000', '095040.964000', '095040.967000', '095040.970000', '095040.973000', '095040.976000', '095040.979000', '095040.982000', '095040.985000', '095040.988000', '095040.990000', '095040.993000', '095040.996000', '095041.008000', '095041.011000', '095041.014000', '095041.016000', '095041.019000', '095100.885000', '095100.888000', '095100.891000', '095100.894000', '095100.897000', '095100.900000', '095100.903000', '095100.906000', '095100.909000', '095100.912000', '095100.915000', '095100.917000', '095100.920000', '095100.923000', '095100.927000', '095100.930000', '095100.933000', '095100.936000', '095100.939000', '095100.942000', '095100.945000', '095100.948000', '095100.951000', '095100.954000', '095100.956000', '095100.959000', '095100.962000', '095100.965000', '095100.968000', '095100.971000', '095100.974000', '095100.977000', '095100.980000', '095100.983000', '095100.986000', '095100.989000', '095100.992000', '095100.994000', '095100.997000', '095101.001000', '095101.004000', '095101.007000', '095101.010000', '095120.885000', '095120.888000', '095120.891000', '095120.894000', '095120.897000', '095120.900000', '095120.903000', '095120.906000', '095120.909000', '095120.912000', '095120.915000', '095120.917000', '095120.920000', '095120.923000', '095120.926000', '095120.929000', '095120.932000', '095120.935000', '095120.938000', '095120.941000', '095120.944000', '095120.947000', '095120.950000', '095120.953000', '095120.955000', '095120.958000', '095120.961000', '095120.964000', '095120.967000', '095120.970000', '095120.987000', '095120.990000', '095120.993000', '095120.996000', '095121.000000', '095121.003000', '095121.005000', '095121.008000', '095121.011000', '095121.014000', '095121.017000', '095121.020000', '095121.023000', '095121.026000', '095140.885000', '095140.888000', '095140.891000', '095140.894000', '095140.897000', '095140.900000', '095140.903000', '095140.905000', '095140.909000', '095140.911000', '095140.914000', '095140.917000', '095140.920000', '095140.923000', '095140.926000', '095140.929000', '095140.932000', '095140.935000', '095140.938000', '095140.941000', '095140.944000', '095140.947000', '095140.950000', '095140.953000', '095140.956000', '095140.959000', '095140.962000', '095140.965000', '095140.968000', '095140.971000', '095140.974000', '095140.977000', '095140.980000', '095140.983000', '095140.986000', '095140.989000', '095140.992000', '095140.995000', '095140.998000', '095141.001000', '095141.004000', '095141.007000', '095141.010000', '095200.885000', '095200.888000', '095200.891000', '095200.894000', '095200.897000', '095200.900000', '095200.903000', '095200.906000', '095200.909000', '095200.912000', '095200.915000', '095200.918000', '095200.921000', '095200.924000', '095200.927000', '095200.930000', '095200.933000', '095200.936000', '095200.939000', '095200.941000', '095200.944000', '095200.947000', '095200.950000', '095200.953000', '095200.956000', '095200.959000', '095200.962000', '095200.965000', '095200.968000', '095200.971000', '095200.974000', '095200.977000', '095200.980000', '095200.983000', '095200.986000', '095200.989000', '095200.992000', '095200.995000', '095200.998000', '095201.002000', '095201.004000', '095201.008000', '095201.010000', '095201.013000', '095220.885000', '095220.888000', '095220.891000', '095220.899000', '095220.902000', '095220.904000', '095220.907000', '095220.911000', '095220.914000', '095220.918000', '095220.920000', '095220.924000', '095220.927000', '095220.930000', '095220.933000', '095220.936000', '095220.939000', '095220.941000', '095220.944000', '095220.947000', '095220.950000', '095220.953000', '095220.956000', '095220.959000', '095220.962000', '095220.965000', '095220.968000', '095220.971000', '095220.975000', '095220.980000', '095220.983000', '095220.986000', '095220.989000', '095220.992000', '095220.995000', '095220.998000', '095221.002000', '095221.005000', '095221.008000', '095221.010000', '095221.013000', '095221.017000', '095221.019000', '095240.884000', '095240.887000', '095240.890000', '095240.893000', '095240.896000', '095240.899000', '095240.902000', '095240.905000', '095240.908000', '095240.911000', '095240.914000', '095240.917000', '095240.920000', '095240.923000', '095240.926000', '095240.928000', '095240.932000', '095240.934000', '095240.937000', '095240.947000', '095240.950000', '095240.953000', '095240.956000', '095240.958000', '095240.961000', '095240.964000', '095240.967000', '095240.970000', '095240.973000', '095240.976000', '095240.979000', '095240.982000', '095240.985000', '095240.988000', '095240.991000', '095240.994000', '095240.997000', '095241.001000', '095241.004000', '095241.006000', '095241.009000', '095241.012000', '095241.015000', '095241.018000', '095300.885000', '095300.888000', '095300.891000', '095300.894000', '095300.897000', '095300.900000', '095300.904000', '095300.906000', '095300.909000', '095300.912000', '095300.915000', '095300.918000', '095300.921000', '095300.924000', '095300.927000', '095300.930000', '095300.933000', '095300.936000', '095300.939000', '095300.942000', '095300.945000', '095300.948000', '095300.951000', '095300.954000', '095300.957000', '095300.972000', '095300.975000', '095300.978000', '095300.981000', '095300.984000', '095300.987000', '095300.990000', '095300.994000', '095300.997000', '095301.001000', '095301.004000', '095301.007000', '095301.010000', '095301.013000', '095301.016000', '095301.019000', '095301.022000', '095301.024000', '095320.885000', '095320.888000', '095320.891000', '095320.894000', '095320.897000', '095320.900000', '095320.903000', '095320.906000', '095320.909000', '095320.912000', '095320.915000', '095320.918000', '095320.921000', '095320.924000', '095320.926000', '095320.930000', '095320.932000', '095320.935000', '095320.938000', '095320.941000', '095320.944000', '095320.947000', '095320.950000', '095320.953000', '095320.956000', '095320.959000', '095320.962000', '095320.965000', '095320.968000', '095320.971000', '095320.974000', '095320.977000', '095320.980000', '095320.982000', '095320.985000', '095320.988000', '095320.991000', '095320.994000', '095320.997000', '095321.001000', '095321.004000', '095321.007000', '095321.010000', '095321.013000', '095340.885000', '095340.888000', '095340.891000', '095340.894000', '095340.897000', '095340.900000', '095340.903000', '095340.906000', '095340.909000', '095340.912000', '095340.915000', '095340.918000', '095340.920000', '095340.923000', '095340.926000', '095340.929000', '095340.932000', '095340.935000', '095340.938000', '095340.941000', '095340.944000', '095340.947000', '095340.951000', '095340.954000', '095340.957000', '095340.960000', '095340.963000', '095340.966000', '095340.969000', '095340.972000', '095340.975000', '095340.978000', '095340.981000', '095340.984000', '095340.986000', '095340.989000', '095340.992000', '095340.995000', '095340.998000', '095341.002000', '095341.006000', '095341.009000', '095341.012000', '095400.885000', '095400.888000', '095400.891000', '095400.894000', '095400.897000', '095400.900000', '095400.903000', '095400.906000', '095400.909000', '095400.912000', '095400.915000', '095400.918000', '095400.921000', '095400.924000', '095400.927000', '095400.930000', '095400.933000', '095400.936000', '095400.939000', '095400.942000', '095400.945000', '095400.947000', '095400.950000', '095400.953000', '095400.956000', '095400.959000', '095400.962000', '095400.965000', '095400.968000', '095400.971000', '095400.974000', '095400.977000', '095400.980000', '095400.983000', '095400.986000', '095400.989000', '095400.992000', '095400.994000', '095400.998000', '095401.001000', '095401.004000', '095401.007000', '095401.010000', '095401.013000', '095420.885000', '095420.888000', '095420.891000', '095420.894000', '095420.897000', '095420.900000', '095420.903000', '095420.906000', '095420.909000', '095420.912000', '095420.915000', '095420.918000', '095420.921000', '095420.924000', '095420.926000', '095420.929000', '095420.932000', '095420.935000', '095420.938000', '095420.941000', '095420.944000', '095420.947000', '095420.950000', '095420.953000', '095420.956000', '095420.959000', '095420.962000', '095420.965000', '095420.968000', '095420.971000', '095420.974000', '095420.977000', '095420.980000', '095420.982000', '095420.985000', '095420.988000', '095420.997000', '095421.001000', '095421.004000', '095421.006000', '095421.010000', '095421.013000', '095421.015000', '095440.885000', '095440.897000', '095440.900000', '095440.903000', '095440.906000', '095440.909000', '095440.912000', '095440.915000', '095440.918000', '095440.921000', '095440.924000', '095440.926000', '095440.929000', '095440.932000', '095440.935000', '095440.938000', '095440.941000', '095440.944000', '095440.947000', '095440.950000', '095440.953000', '095440.956000', '095440.959000', '095440.962000', '095440.965000', '095440.968000', '095440.971000', '095440.974000', '095440.977000', '095440.980000', '095440.982000', '095440.985000', '095440.988000', '095440.991000', '095440.994000', '095440.997000', '095441.001000', '095441.004000', '095441.007000', '095441.010000', '095441.013000', '095441.016000', '095441.019000', '095441.022000', '095500.884000', '095500.887000', '095500.890000', '095500.903000', '095500.905000', '095500.908000', '095500.911000', '095500.914000', '095500.917000', '095500.920000', '095500.923000', '095500.926000', '095500.929000', '095500.932000', '095500.935000', '095500.938000', '095500.941000', '095500.944000', '095500.947000', '095500.950000', '095500.953000', '095500.956000', '095500.959000', '095500.962000', '095500.965000', '095500.968000', '095500.971000', '095500.974000', '095500.976000', '095500.979000', '095500.982000', '095500.986000', '095500.990000', '095500.993000', '095500.996000', '095500.999000', '095501.002000', '095501.004000', '095501.007000', '095501.010000', '095501.013000', '095501.016000', '095501.019000', '095520.885000', '095520.888000', '095520.891000', '095520.894000', '095520.909000', '095520.912000', '095520.915000', '095520.918000', '095520.921000', '095520.924000', '095520.927000', '095520.930000', '095520.933000', '095520.936000', '095520.939000', '095520.942000', '095520.945000', '095520.948000', '095520.950000', '095520.953000', '095520.956000', '095520.959000', '095520.962000', '095520.965000', '095520.968000', '095520.971000', '095520.974000', '095520.977000', '095520.980000', '095520.983000', '095520.986000', '095520.989000', '095520.992000', '095520.995000', '095520.998000', '095521.002000', '095521.006000', '095521.009000', '095521.012000', '095521.015000', '095521.018000', '095521.021000', '095521.024000', '095521.026000', '095540.885000', '095540.888000', '095540.891000', '095540.894000', '095540.897000', '095540.900000', '095540.903000', '095540.906000', '095540.909000', '095540.912000', '095540.915000', '095540.918000', '095540.920000', '095540.923000', '095540.926000', '095540.929000', '095540.932000', '095540.935000', '095540.938000', '095540.941000', '095540.944000', '095540.947000', '095540.950000', '095540.953000', '095540.956000', '095540.958000', '095540.962000', '095540.964000', '095540.967000', '095540.970000', '095540.973000', '095540.976000', '095540.979000', '095540.982000', '095540.985000', '095540.988000', '095540.991000', '095540.994000', '095540.997000', '095541.001000', '095541.004000', '095541.007000', '095541.010000', '095600.885000', '095600.888000', '095600.891000', '095600.894000', '095600.904000', '095600.907000', '095600.910000', '095600.913000', '095600.916000', '095600.919000', '095600.921000', '095600.925000', '095600.928000', '095600.931000', '095600.933000', '095600.936000', '095600.939000', '095600.942000', '095600.945000', '095600.948000', '095600.951000', '095600.954000', '095600.957000', '095600.960000', '095600.963000', '095600.966000', '095600.969000', '095600.972000', '095600.975000', '095600.977000', '095600.980000', '095600.983000', '095600.986000', '095600.989000', '095600.992000', '095600.995000', '095600.998000', '095601.002000', '095601.005000', '095601.008000', '095601.011000', '095601.014000', '095601.017000', '095601.020000', '095620.885000', '095620.888000', '095620.891000', '095620.894000', '095620.897000', '095620.900000', '095620.903000', '095620.906000', '095620.909000', '095620.912000', '095620.915000', '095620.918000', '095620.921000', '095620.924000', '095620.927000', '095620.930000', '095620.933000', '095620.936000', '095620.939000', '095620.941000', '095620.944000', '095620.947000', '095620.950000', '095620.953000', '095620.956000', '095620.959000', '095620.962000', '095620.965000', '095620.968000', '095620.971000', '095620.974000', '095620.977000', '095620.980000', '095620.983000', '095620.986000', '095620.989000', '095620.991000', '095620.994000', '095620.997000', '095621.001000', '095621.004000', '095621.007000', '095621.010000', '095640.885000', '095640.888000', '095640.892000', '095640.894000', '095640.897000', '095640.900000', '095640.903000', '095640.906000', '095640.909000', '095640.912000', '095640.915000', '095640.918000', '095640.921000', '095640.924000', '095640.927000', '095640.930000', '095640.933000', '095640.936000', '095640.939000', '095640.942000', '095640.944000', '095640.947000', '095640.950000', '095640.954000', '095640.957000', '095640.960000', '095640.963000', '095640.966000', '095640.968000', '095640.971000', '095640.974000', '095640.977000', '095640.980000', '095640.983000', '095640.986000', '095640.989000', '095640.993000', '095640.996000', '095641.000000', '095641.003000', '095641.006000', '095641.009000', '095641.012000', '095700.885000', '095700.888000', '095700.891000', '095700.894000', '095700.897000', '095700.901000', '095700.904000', '095700.907000', '095700.910000', '095700.913000', '095700.916000', '095700.919000', '095700.922000', '095700.925000', '095700.928000', '095700.931000', '095700.934000', '095700.937000', '095700.940000', '095700.942000', '095700.945000', '095700.948000', '095700.951000', '095700.954000', '095700.957000', '095700.960000', '095700.963000', '095700.966000', '095700.969000', '095700.972000', '095700.975000', '095700.978000', '095700.981000', '095700.984000', '095700.987000', '095700.990000', '095700.993000', '095700.996000', '095701.000000', '095701.003000', '095701.006000', '095701.009000', '095701.012000', '095701.014000', '095720.898000', '095720.902000', '095720.904000', '095720.907000', '095720.910000', '095720.913000', '095720.916000', '095720.919000', '095720.922000', '095720.925000', '095720.928000', '095720.931000', '095720.934000', '095720.937000', '095720.940000', '095720.943000', '095720.946000', '095720.949000', '095720.952000', '095720.954000', '095720.957000', '095720.960000', '095720.963000', '095720.966000', '095720.969000', '095720.972000', '095720.975000', '095720.978000', '095720.981000', '095720.984000', '095720.987000', '095720.990000', '095720.993000', '095720.996000', '095720.998000', '095721.002000', '095721.005000', '095721.008000', '095721.011000', '095721.014000', '095721.017000', '095721.020000', '095721.023000', '095740.885000', '095740.888000', '095740.891000', '095740.894000', '095740.897000', '095740.900000', '095740.903000', '095740.906000', '095740.909000', '095740.912000', '095740.915000', '095740.918000', '095740.921000', '095740.924000', '095740.927000', '095740.929000', '095740.933000', '095740.935000', '095740.938000', '095740.941000', '095740.944000', '095740.947000', '095740.950000', '095740.953000', '095740.956000', '095740.959000', '095740.962000', '095740.965000', '095740.968000', '095740.971000', '095740.974000', '095740.976000', '095740.980000', '095740.982000', '095740.985000', '095740.988000', '095740.991000', '095740.994000', '095740.997000', '095741.001000', '095741.004000', '095741.007000', '095741.010000', '095741.013000', '095800.885000', '095800.888000', '095800.901000', '095800.904000', '095800.907000', '095800.910000', '095800.913000', '095800.916000', '095800.920000', '095800.923000', '095800.925000', '095800.928000', '095800.931000', '095800.934000', '095800.937000', '095800.940000', '095800.943000', '095800.946000', '095800.949000', '095800.952000', '095800.955000', '095800.958000', '095800.961000', '095800.963000', '095800.967000', '095800.969000', '095800.972000', '095800.975000', '095800.978000', '095800.981000', '095800.984000', '095800.987000', '095800.990000', '095800.993000', '095800.996000', '095801.000000', '095801.003000', '095801.006000', '095801.009000', '095801.012000', '095801.015000', '095801.018000', '095801.021000', '095820.885000', '095820.888000', '095820.891000', '095820.894000', '095820.897000', '095820.900000', '095820.903000', '095820.906000', '095820.909000', '095820.912000', '095820.915000', '095820.918000', '095820.921000', '095820.924000', '095820.927000', '095820.930000', '095820.933000', '095820.936000', '095820.939000', '095820.942000', '095820.945000', '095820.948000', '095820.951000', '095820.954000', '095820.957000', '095820.959000', '095820.962000', '095820.965000', '095820.968000', '095820.971000', '095820.974000', '095820.977000', '095820.980000', '095820.983000', '095820.986000', '095820.989000', '095820.992000', '095820.995000', '095820.998000', '095821.002000', '095821.005000', '095821.008000', '095821.010000', '095821.013000', '095840.885000', '095840.889000', '095840.891000', '095840.894000', '095840.897000', '095840.900000', '095840.903000', '095840.906000', '095840.909000', '095840.912000', '095840.915000', '095840.918000', '095840.921000', '095840.924000', '095840.927000', '095840.930000', '095840.933000', '095840.937000', '095840.940000', '095840.943000', '095840.946000', '095840.948000', '095840.951000', '095840.954000', '095840.957000', '095840.960000', '095840.963000', '095840.966000', '095840.969000', '095840.972000', '095840.975000', '095840.978000', '095840.981000', '095840.984000', '095840.987000', '095840.990000', '095840.993000', '095840.996000', '095841.000000', '095841.003000', '095841.006000', '095841.009000', '095841.011000', '095900.885000', '095900.888000', '095900.900000', '095900.903000', '095900.906000', '095900.909000', '095900.912000', '095900.915000', '095900.918000', '095900.921000', '095900.924000', '095900.927000', '095900.930000', '095900.932000', '095900.936000', '095900.938000', '095900.941000', '095900.944000', '095900.947000', '095900.950000', '095900.953000', '095900.956000', '095900.959000', '095900.962000', '095900.965000', '095900.968000', '095900.971000', '095900.974000', '095900.977000', '095900.980000', '095900.983000', '095900.986000', '095900.989000', '095900.992000', '095900.995000', '095900.998000', '095901.002000', '095901.005000', '095901.008000', '095901.011000', '095901.013000', '095901.016000', '095901.019000', '095901.023000', '095920.885000', '095920.888000', '095920.891000', '095920.894000', '095920.906000', '095920.908000', '095920.911000', '095920.914000', '095920.917000', '095920.920000', '095920.923000', '095920.926000', '095920.929000', '095920.932000', '095920.935000', '095920.939000', '095920.942000', '095920.945000', '095920.948000', '095920.951000', '095920.954000', '095920.957000', '095920.960000', '095920.963000', '095920.966000', '095920.969000', '095920.972000', '095920.975000', '095920.978000', '095920.980000', '095920.984000', '095920.986000', '095920.989000', '095920.992000', '095920.995000', '095920.998000', '095921.002000', '095921.005000', '095921.008000', '095921.011000', '095921.014000', '095921.017000', '095921.020000', '095925.612000', '095925.616000', '095925.619000', '095925.627000', '095925.630000', '095925.633000', '095925.636000', '095925.639000', '095925.642000', '095925.645000', '095925.648000'], 'InstanceCreationTime': ['094940.918000', '094940.921000', '094940.924000', '094940.927000', '094940.930000', '094940.933000', '094940.936000', '094940.939000', '094940.941000', '094940.945000', '094940.947000', '094940.950000', '094940.953000', '094940.956000', '094940.959000', '094940.962000', '094940.965000', '094940.968000', '094940.971000', '094940.974000', '094940.976000', '094940.980000', '094940.983000', '094940.985000', '094940.988000', '094940.991000', '094940.994000', '094940.997000', '094941.001000', '094941.004000', '094941.007000', '094941.010000', '094941.013000', '094941.015000', '094941.018000', '094941.021000', '094941.024000', '094941.027000', '094941.030000', '094941.033000', '094941.036000', '094941.048000', '094941.051000', '094941.054000', '094941.057000', '094941.060000', '094941.062000', '094941.065000', '094941.068000', '094941.071000', '095000.885000', '095000.888000', '095000.891000', '095000.894000', '095000.897000', '095000.900000', '095000.903000', '095000.906000', '095000.909000', '095000.911000', '095000.914000', '095000.917000', '095000.920000', '095000.923000', '095000.926000', '095000.929000', '095000.932000', '095000.935000', '095000.938000', '095000.940000', '095000.943000', '095000.946000', '095000.949000', '095000.952000', '095000.955000', '095000.960000', '095000.963000', '095000.966000', '095000.969000', '095000.972000', '095000.975000', '095000.977000', '095000.980000', '095000.983000', '095000.986000', '095000.989000', '095000.992000', '095000.995000', '095000.998000', '095001.002000', '095001.005000', '095001.007000', '095001.010000', '095001.013000', '095020.884000', '095020.887000', '095020.890000', '095020.893000', '095020.896000', '095020.899000', '095020.902000', '095020.905000', '095020.908000', '095020.914000', '095020.917000', '095020.920000', '095020.923000', '095020.926000', '095020.929000', '095020.932000', '095020.935000', '095020.938000', '095020.941000', '095020.944000', '095020.947000', '095020.950000', '095020.953000', '095020.955000', '095020.958000', '095020.961000', '095020.971000', '095020.974000', '095020.977000', '095020.980000', '095020.983000', '095020.986000', '095020.989000', '095020.992000', '095020.995000', '095020.998000', '095021.002000', '095021.005000', '095021.007000', '095021.010000', '095021.013000', '095021.016000', '095021.019000', '095040.885000', '095040.888000', '095040.891000', '095040.894000', '095040.897000', '095040.900000', '095040.903000', '095040.906000', '095040.909000', '095040.912000', '095040.914000', '095040.918000', '095040.920000', '095040.923000', '095040.926000', '095040.929000', '095040.932000', '095040.935000', '095040.938000', '095040.941000', '095040.944000', '095040.947000', '095040.949000', '095040.952000', '095040.955000', '095040.958000', '095040.961000', '095040.964000', '095040.967000', '095040.970000', '095040.973000', '095040.976000', '095040.979000', '095040.982000', '095040.985000', '095040.988000', '095040.990000', '095040.993000', '095040.996000', '095041.008000', '095041.011000', '095041.014000', '095041.016000', '095041.019000', '095100.885000', '095100.888000', '095100.891000', '095100.894000', '095100.897000', '095100.900000', '095100.903000', '095100.906000', '095100.909000', '095100.912000', '095100.915000', '095100.917000', '095100.920000', '095100.923000', '095100.927000', '095100.930000', '095100.933000', '095100.936000', '095100.939000', '095100.942000', '095100.945000', '095100.948000', '095100.951000', '095100.954000', '095100.956000', '095100.959000', '095100.962000', '095100.965000', '095100.968000', '095100.971000', '095100.974000', '095100.977000', '095100.980000', '095100.983000', '095100.986000', '095100.989000', '095100.992000', '095100.994000', '095100.997000', '095101.001000', '095101.004000', '095101.007000', '095101.010000', '095120.885000', '095120.888000', '095120.891000', '095120.894000', '095120.897000', '095120.900000', '095120.903000', '095120.906000', '095120.909000', '095120.912000', '095120.915000', '095120.917000', '095120.920000', '095120.923000', '095120.926000', '095120.929000', '095120.932000', '095120.935000', '095120.938000', '095120.941000', '095120.944000', '095120.947000', '095120.950000', '095120.953000', '095120.955000', '095120.958000', '095120.961000', '095120.964000', '095120.967000', '095120.970000', '095120.987000', '095120.990000', '095120.993000', '095120.996000', '095121.000000', '095121.003000', '095121.005000', '095121.008000', '095121.011000', '095121.014000', '095121.017000', '095121.020000', '095121.023000', '095121.026000', '095140.885000', '095140.888000', '095140.891000', '095140.894000', '095140.897000', '095140.900000', '095140.903000', '095140.905000', '095140.909000', '095140.911000', '095140.914000', '095140.917000', '095140.920000', '095140.923000', '095140.926000', '095140.929000', '095140.932000', '095140.935000', '095140.938000', '095140.941000', '095140.944000', '095140.947000', '095140.950000', '095140.953000', '095140.956000', '095140.959000', '095140.962000', '095140.965000', '095140.968000', '095140.971000', '095140.974000', '095140.977000', '095140.980000', '095140.983000', '095140.986000', '095140.989000', '095140.992000', '095140.995000', '095140.998000', '095141.001000', '095141.004000', '095141.007000', '095141.010000', '095200.885000', '095200.888000', '095200.891000', '095200.894000', '095200.897000', '095200.900000', '095200.903000', '095200.906000', '095200.909000', '095200.912000', '095200.915000', '095200.918000', '095200.921000', '095200.924000', '095200.927000', '095200.930000', '095200.933000', '095200.936000', '095200.939000', '095200.941000', '095200.944000', '095200.947000', '095200.950000', '095200.953000', '095200.956000', '095200.959000', '095200.962000', '095200.965000', '095200.968000', '095200.971000', '095200.974000', '095200.977000', '095200.980000', '095200.983000', '095200.986000', '095200.989000', '095200.992000', '095200.995000', '095200.998000', '095201.002000', '095201.004000', '095201.008000', '095201.010000', '095201.013000', '095220.885000', '095220.888000', '095220.891000', '095220.899000', '095220.902000', '095220.904000', '095220.907000', '095220.911000', '095220.914000', '095220.918000', '095220.920000', '095220.924000', '095220.927000', '095220.930000', '095220.933000', '095220.936000', '095220.939000', '095220.941000', '095220.944000', '095220.947000', '095220.950000', '095220.953000', '095220.956000', '095220.959000', '095220.962000', '095220.965000', '095220.968000', '095220.971000', '095220.975000', '095220.980000', '095220.983000', '095220.986000', '095220.989000', '095220.992000', '095220.995000', '095220.998000', '095221.002000', '095221.005000', '095221.008000', '095221.010000', '095221.013000', '095221.017000', '095221.019000', '095240.884000', '095240.887000', '095240.890000', '095240.893000', '095240.896000', '095240.899000', '095240.902000', '095240.905000', '095240.908000', '095240.911000', '095240.914000', '095240.917000', '095240.920000', '095240.923000', '095240.926000', '095240.928000', '095240.932000', '095240.934000', '095240.937000', '095240.947000', '095240.950000', '095240.953000', '095240.956000', '095240.958000', '095240.961000', '095240.964000', '095240.967000', '095240.970000', '095240.973000', '095240.976000', '095240.979000', '095240.982000', '095240.985000', '095240.988000', '095240.991000', '095240.994000', '095240.997000', '095241.001000', '095241.004000', '095241.006000', '095241.009000', '095241.012000', '095241.015000', '095241.018000', '095300.885000', '095300.888000', '095300.891000', '095300.894000', '095300.897000', '095300.900000', '095300.904000', '095300.906000', '095300.909000', '095300.912000', '095300.915000', '095300.918000', '095300.921000', '095300.924000', '095300.927000', '095300.930000', '095300.933000', '095300.936000', '095300.939000', '095300.942000', '095300.945000', '095300.948000', '095300.951000', '095300.954000', '095300.957000', '095300.972000', '095300.975000', '095300.978000', '095300.981000', '095300.984000', '095300.987000', '095300.990000', '095300.994000', '095300.997000', '095301.001000', '095301.004000', '095301.007000', '095301.010000', '095301.013000', '095301.016000', '095301.019000', '095301.022000', '095301.024000', '095320.885000', '095320.888000', '095320.891000', '095320.894000', '095320.897000', '095320.900000', '095320.903000', '095320.906000', '095320.909000', '095320.912000', '095320.915000', '095320.918000', '095320.921000', '095320.924000', '095320.926000', '095320.930000', '095320.932000', '095320.935000', '095320.938000', '095320.941000', '095320.944000', '095320.947000', '095320.950000', '095320.953000', '095320.956000', '095320.959000', '095320.962000', '095320.965000', '095320.968000', '095320.971000', '095320.974000', '095320.977000', '095320.980000', '095320.982000', '095320.985000', '095320.988000', '095320.991000', '095320.994000', '095320.997000', '095321.001000', '095321.004000', '095321.007000', '095321.010000', '095321.013000', '095340.885000', '095340.888000', '095340.891000', '095340.894000', '095340.897000', '095340.900000', '095340.903000', '095340.906000', '095340.909000', '095340.912000', '095340.915000', '095340.918000', '095340.920000', '095340.923000', '095340.926000', '095340.929000', '095340.932000', '095340.935000', '095340.938000', '095340.941000', '095340.944000', '095340.947000', '095340.951000', '095340.954000', '095340.957000', '095340.960000', '095340.963000', '095340.966000', '095340.969000', '095340.972000', '095340.975000', '095340.978000', '095340.981000', '095340.984000', '095340.986000', '095340.989000', '095340.992000', '095340.995000', '095340.998000', '095341.002000', '095341.006000', '095341.009000', '095341.012000', '095400.885000', '095400.888000', '095400.891000', '095400.894000', '095400.897000', '095400.900000', '095400.903000', '095400.906000', '095400.909000', '095400.912000', '095400.915000', '095400.918000', '095400.921000', '095400.924000', '095400.927000', '095400.930000', '095400.933000', '095400.936000', '095400.939000', '095400.942000', '095400.945000', '095400.947000', '095400.950000', '095400.953000', '095400.956000', '095400.959000', '095400.962000', '095400.965000', '095400.968000', '095400.971000', '095400.974000', '095400.977000', '095400.980000', '095400.983000', '095400.986000', '095400.989000', '095400.992000', '095400.994000', '095400.998000', '095401.001000', '095401.004000', '095401.007000', '095401.010000', '095401.013000', '095420.885000', '095420.888000', '095420.891000', '095420.894000', '095420.897000', '095420.900000', '095420.903000', '095420.906000', '095420.909000', '095420.912000', '095420.915000', '095420.918000', '095420.921000', '095420.924000', '095420.926000', '095420.929000', '095420.932000', '095420.935000', '095420.938000', '095420.941000', '095420.944000', '095420.947000', '095420.950000', '095420.953000', '095420.956000', '095420.959000', '095420.962000', '095420.965000', '095420.968000', '095420.971000', '095420.974000', '095420.977000', '095420.980000', '095420.982000', '095420.985000', '095420.988000', '095420.997000', '095421.001000', '095421.004000', '095421.006000', '095421.010000', '095421.013000', '095421.015000', '095440.885000', '095440.897000', '095440.900000', '095440.903000', '095440.906000', '095440.909000', '095440.912000', '095440.915000', '095440.918000', '095440.921000', '095440.924000', '095440.926000', '095440.929000', '095440.932000', '095440.935000', '095440.938000', '095440.941000', '095440.944000', '095440.947000', '095440.950000', '095440.953000', '095440.956000', '095440.959000', '095440.962000', '095440.965000', '095440.968000', '095440.971000', '095440.974000', '095440.977000', '095440.980000', '095440.982000', '095440.985000', '095440.988000', '095440.991000', '095440.994000', '095440.997000', '095441.001000', '095441.004000', '095441.007000', '095441.010000', '095441.013000', '095441.016000', '095441.019000', '095441.022000', '095500.884000', '095500.887000', '095500.890000', '095500.903000', '095500.905000', '095500.908000', '095500.911000', '095500.914000', '095500.917000', '095500.920000', '095500.923000', '095500.926000', '095500.929000', '095500.932000', '095500.935000', '095500.938000', '095500.941000', '095500.944000', '095500.947000', '095500.950000', '095500.953000', '095500.956000', '095500.959000', '095500.962000', '095500.965000', '095500.968000', '095500.971000', '095500.974000', '095500.976000', '095500.979000', '095500.982000', '095500.986000', '095500.990000', '095500.993000', '095500.996000', '095500.999000', '095501.002000', '095501.004000', '095501.007000', '095501.010000', '095501.013000', '095501.016000', '095501.019000', '095520.885000', '095520.888000', '095520.891000', '095520.894000', '095520.909000', '095520.912000', '095520.915000', '095520.918000', '095520.921000', '095520.924000', '095520.927000', '095520.930000', '095520.933000', '095520.936000', '095520.939000', '095520.942000', '095520.945000', '095520.948000', '095520.950000', '095520.953000', '095520.956000', '095520.959000', '095520.962000', '095520.965000', '095520.968000', '095520.971000', '095520.974000', '095520.977000', '095520.980000', '095520.983000', '095520.986000', '095520.989000', '095520.992000', '095520.995000', '095520.998000', '095521.002000', '095521.006000', '095521.009000', '095521.012000', '095521.015000', '095521.018000', '095521.021000', '095521.024000', '095521.026000', '095540.885000', '095540.888000', '095540.891000', '095540.894000', '095540.897000', '095540.900000', '095540.903000', '095540.906000', '095540.909000', '095540.912000', '095540.915000', '095540.918000', '095540.920000', '095540.923000', '095540.926000', '095540.929000', '095540.932000', '095540.935000', '095540.938000', '095540.941000', '095540.944000', '095540.947000', '095540.950000', '095540.953000', '095540.956000', '095540.958000', '095540.962000', '095540.964000', '095540.967000', '095540.970000', '095540.973000', '095540.976000', '095540.979000', '095540.982000', '095540.985000', '095540.988000', '095540.991000', '095540.994000', '095540.997000', '095541.001000', '095541.004000', '095541.007000', '095541.010000', '095600.885000', '095600.888000', '095600.891000', '095600.894000', '095600.904000', '095600.907000', '095600.910000', '095600.913000', '095600.916000', '095600.919000', '095600.921000', '095600.925000', '095600.928000', '095600.931000', '095600.933000', '095600.936000', '095600.939000', '095600.942000', '095600.945000', '095600.948000', '095600.951000', '095600.954000', '095600.957000', '095600.960000', '095600.963000', '095600.966000', '095600.969000', '095600.972000', '095600.975000', '095600.977000', '095600.980000', '095600.983000', '095600.986000', '095600.989000', '095600.992000', '095600.995000', '095600.998000', '095601.002000', '095601.005000', '095601.008000', '095601.011000', '095601.014000', '095601.017000', '095601.020000', '095620.885000', '095620.888000', '095620.891000', '095620.894000', '095620.897000', '095620.900000', '095620.903000', '095620.906000', '095620.909000', '095620.912000', '095620.915000', '095620.918000', '095620.921000', '095620.924000', '095620.927000', '095620.930000', '095620.933000', '095620.936000', '095620.939000', '095620.941000', '095620.944000', '095620.947000', '095620.950000', '095620.953000', '095620.956000', '095620.959000', '095620.962000', '095620.965000', '095620.968000', '095620.971000', '095620.974000', '095620.977000', '095620.980000', '095620.983000', '095620.986000', '095620.989000', '095620.991000', '095620.994000', '095620.997000', '095621.001000', '095621.004000', '095621.007000', '095621.010000', '095640.885000', '095640.888000', '095640.892000', '095640.894000', '095640.897000', '095640.900000', '095640.903000', '095640.906000', '095640.909000', '095640.912000', '095640.915000', '095640.918000', '095640.921000', '095640.924000', '095640.927000', '095640.930000', '095640.933000', '095640.936000', '095640.939000', '095640.942000', '095640.944000', '095640.947000', '095640.950000', '095640.954000', '095640.957000', '095640.960000', '095640.963000', '095640.966000', '095640.968000', '095640.971000', '095640.974000', '095640.977000', '095640.980000', '095640.983000', '095640.986000', '095640.989000', '095640.993000', '095640.996000', '095641.000000', '095641.003000', '095641.006000', '095641.009000', '095641.012000', '095700.885000', '095700.888000', '095700.891000', '095700.894000', '095700.897000', '095700.901000', '095700.904000', '095700.907000', '095700.910000', '095700.913000', '095700.916000', '095700.919000', '095700.922000', '095700.925000', '095700.928000', '095700.931000', '095700.934000', '095700.937000', '095700.940000', '095700.942000', '095700.945000', '095700.948000', '095700.951000', '095700.954000', '095700.957000', '095700.960000', '095700.963000', '095700.966000', '095700.969000', '095700.972000', '095700.975000', '095700.978000', '095700.981000', '095700.984000', '095700.987000', '095700.990000', '095700.993000', '095700.996000', '095701.000000', '095701.003000', '095701.006000', '095701.009000', '095701.012000', '095701.014000', '095720.898000', '095720.902000', '095720.904000', '095720.907000', '095720.910000', '095720.913000', '095720.916000', '095720.919000', '095720.922000', '095720.925000', '095720.928000', '095720.931000', '095720.934000', '095720.937000', '095720.940000', '095720.943000', '095720.946000', '095720.949000', '095720.952000', '095720.954000', '095720.957000', '095720.960000', '095720.963000', '095720.966000', '095720.969000', '095720.972000', '095720.975000', '095720.978000', '095720.981000', '095720.984000', '095720.987000', '095720.990000', '095720.993000', '095720.996000', '095720.998000', '095721.002000', '095721.005000', '095721.008000', '095721.011000', '095721.014000', '095721.017000', '095721.020000', '095721.023000', '095740.885000', '095740.888000', '095740.891000', '095740.894000', '095740.897000', '095740.900000', '095740.903000', '095740.906000', '095740.909000', '095740.912000', '095740.915000', '095740.918000', '095740.921000', '095740.924000', '095740.927000', '095740.929000', '095740.933000', '095740.935000', '095740.938000', '095740.941000', '095740.944000', '095740.947000', '095740.950000', '095740.953000', '095740.956000', '095740.959000', '095740.962000', '095740.965000', '095740.968000', '095740.971000', '095740.974000', '095740.976000', '095740.980000', '095740.982000', '095740.985000', '095740.988000', '095740.991000', '095740.994000', '095740.997000', '095741.001000', '095741.004000', '095741.007000', '095741.010000', '095741.013000', '095800.885000', '095800.888000', '095800.901000', '095800.904000', '095800.907000', '095800.910000', '095800.913000', '095800.916000', '095800.920000', '095800.923000', '095800.925000', '095800.928000', '095800.931000', '095800.934000', '095800.937000', '095800.940000', '095800.943000', '095800.946000', '095800.949000', '095800.952000', '095800.955000', '095800.958000', '095800.961000', '095800.963000', '095800.967000', '095800.969000', '095800.972000', '095800.975000', '095800.978000', '095800.981000', '095800.984000', '095800.987000', '095800.990000', '095800.993000', '095800.996000', '095801.000000', '095801.003000', '095801.006000', '095801.009000', '095801.012000', '095801.015000', '095801.018000', '095801.021000', '095820.885000', '095820.888000', '095820.891000', '095820.894000', '095820.897000', '095820.900000', '095820.903000', '095820.906000', '095820.909000', '095820.912000', '095820.915000', '095820.918000', '095820.921000', '095820.924000', '095820.927000', '095820.930000', '095820.933000', '095820.936000', '095820.939000', '095820.942000', '095820.945000', '095820.948000', '095820.951000', '095820.954000', '095820.957000', '095820.959000', '095820.962000', '095820.965000', '095820.968000', '095820.971000', '095820.974000', '095820.977000', '095820.980000', '095820.983000', '095820.986000', '095820.989000', '095820.992000', '095820.995000', '095820.998000', '095821.002000', '095821.005000', '095821.008000', '095821.010000', '095821.013000', '095840.885000', '095840.889000', '095840.891000', '095840.894000', '095840.897000', '095840.900000', '095840.903000', '095840.906000', '095840.909000', '095840.912000', '095840.915000', '095840.918000', '095840.921000', '095840.924000', '095840.927000', '095840.930000', '095840.933000', '095840.937000', '095840.940000', '095840.943000', '095840.946000', '095840.948000', '095840.951000', '095840.954000', '095840.957000', '095840.960000', '095840.963000', '095840.966000', '095840.969000', '095840.972000', '095840.975000', '095840.978000', '095840.981000', '095840.984000', '095840.987000', '095840.990000', '095840.993000', '095840.996000', '095841.000000', '095841.003000', '095841.006000', '095841.009000', '095841.011000', '095900.885000', '095900.888000', '095900.900000', '095900.903000', '095900.906000', '095900.909000', '095900.912000', '095900.915000', '095900.918000', '095900.921000', '095900.924000', '095900.927000', '095900.930000', '095900.932000', '095900.936000', '095900.938000', '095900.941000', '095900.944000', '095900.947000', '095900.950000', '095900.953000', '095900.956000', '095900.959000', '095900.962000', '095900.965000', '095900.968000', '095900.971000', '095900.974000', '095900.977000', '095900.980000', '095900.983000', '095900.986000', '095900.989000', '095900.992000', '095900.995000', '095900.998000', '095901.002000', '095901.005000', '095901.008000', '095901.011000', '095901.013000', '095901.016000', '095901.019000', '095901.023000', '095920.885000', '095920.888000', '095920.891000', '095920.894000', '095920.906000', '095920.908000', '095920.911000', '095920.914000', '095920.917000', '095920.920000', '095920.923000', '095920.926000', '095920.929000', '095920.932000', '095920.935000', '095920.939000', '095920.942000', '095920.945000', '095920.948000', '095920.951000', '095920.954000', '095920.957000', '095920.960000', '095920.963000', '095920.966000', '095920.969000', '095920.972000', '095920.975000', '095920.978000', '095920.980000', '095920.984000', '095920.986000', '095920.989000', '095920.992000', '095920.995000', '095920.998000', '095921.002000', '095921.005000', '095921.008000', '095921.011000', '095921.014000', '095921.017000', '095921.020000', '095925.612000', '095925.616000', '095925.619000', '095925.627000', '095925.630000', '095925.633000', '095925.636000', '095925.639000', '095925.642000', '095925.645000', '095925.648000'], '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': [7305, 8155, 9789, 7600, 7990, 7647, 7620, 7450, 7640, 8601, 7504, 7724, 8376, 7869, 7832, 7721, 7726, 7110, 7762, 7197, 7852, 7519, 7056, 7637, 7785, 7531, 7535, 7483, 7543, 7212, 7141, 6799, 7169, 10315, 7890, 8353, 7075, 8133, 6955, 7784, 7656, 7719, 8592, 8396, 10206, 8335, 6613, 9765, 7975, 6382, 8624, 6914, 9722, 6727, 9875, 13791, 9918, 13054, 9196, 11915, 10933, 10177, 15215, 11095, 13018, 9617, 10395, 7690, 10386, 8657, 8833, 11514, 8852, 10515, 7481, 9931, 8555, 10669, 8352, 10818, 8549, 11226, 8576, 10967, 7574, 10975, 8410, 11849, 7663, 10778, 7821, 10882, 9287, 9687, 12536, 8946, 10682, 8365, 9267, 11466, 8640, 9978, 8103, 10089, 7015, 8989, 10110, 7992, 10433, 7749, 9466, 6871, 8865, 6623, 8665, 10141, 8224, 10294, 7265, 9398, 6918, 9603, 6861, 9540, 14247, 9878, 11219, 11828, 9676, 11589, 8007, 10309, 7150, 9512, 7170, 9165, 11498, 8467, 10281, 8073, 8568, 10651, 8455, 10107, 8051, 9844, 7157, 8859, 10806, 8296, 10398, 8146, 9969, 7363, 9808, 7135, 9979, 11290, 9448, 11894, 7879, 10435, 7391, 10007, 7066, 9115, 7594, 8493, 12091, 8237, 10400, 10970, 9202, 11402, 9102, 10732, 8053, 9496, 11293, 9247, 10557, 7394, 8909, 10089, 8328, 9972, 7981, 10019, 7183, 8972, 10656, 8353, 10996, 7812, 9738, 7281, 9405, 6738, 9273, 10726, 8518, 11221, 8481, 10585, 8081, 10201, 7621, 9465, 12773, 9211, 11027, 9400, 9287, 11359, 9164, 10166, 8637, 10974, 7554, 9590, 12472, 9192, 10465, 7573, 10297, 7274, 8865, 10693, 8289, 10723, 7525, 9391, 11190, 8726, 11195, 8607, 9971, 8357, 9870, 7472, 9054, 11501, 8766, 10414, 8328, 9713, 7637, 10174, 7255, 9816, 12295, 9216, 11403, 8149, 10506, 7417, 10177, 11741, 9160, 11912, 7955, 8992, 12852, 9059, 10906, 8331, 9450, 6886, 8873, 9356, 7800, 10436, 7137, 8656, 6722, 8601, 6995, 8523, 11683, 8428, 9980, 8899, 8510, 10706, 9023, 10195, 8232, 10891, 8006, 10462, 7536, 10429, 9164, 9726, 8787, 9745, 8291, 9330, 13389, 9803, 11574, 8310, 9772, 11791, 9475, 11187, 8564, 10624, 7951, 9901, 7363, 9097, 10143, 8495, 10052, 8530, 9208, 8094, 10614, 8016, 9982, 7338, 9683, 7027, 9828, 7137, 10304, 7361, 10476, 12952, 9959, 11774, 8275, 10655, 7968, 9682, 10368, 8675, 11509, 7952, 9824, 10555, 8506, 11028, 8911, 10538, 8318, 10322, 7202, 9703, 9427, 8200, 11330, 8898, 10707, 8398, 9917, 7684, 9801, 7453, 9467, 11269, 8786, 11023, 9335, 9103, 8786, 11582, 8872, 11430, 8033, 10127, 12668, 9589, 11455, 9360, 10966, 8681, 10322, 8220, 10902, 8143, 9759, 12714, 9959, 10963, 8995, 9931, 8061, 9506, 7240, 9552, 9200, 8806, 11606, 9134, 10805, 8609, 10555, 8339, 10765, 7666, 10194, 12975, 9591, 11536, 9145, 10202, 7024, 9437, 9613, 8256, 11281, 7219, 9752, 6745, 9506, 6806, 8834, 6852, 8216, 11722, 8741, 10034, 8867, 9151, 11649, 9175, 10677, 8459, 10689, 7696, 10018, 8409, 9400, 8714, 9446, 7800, 8841, 12590, 9831, 12073, 8715, 11396, 9219, 11062, 8488, 11225, 8259, 10942, 8079, 11102, 8534, 11504, 8195, 11302, 8259, 10927, 7904, 10761, 12320, 9770, 12083, 9923, 10954, 8538, 9759, 7205, 9200, 11990, 8795, 10783, 7668, 10040, 7263, 9212, 6859, 9095, 10243, 7962, 11331, 7908, 10324, 7239, 9630, 7433, 8652, 12397, 8272, 10122, 8636, 8582, 11807, 9134, 10331, 7444, 8875, 6790, 8456, 11525, 8613, 9950, 8300, 8822, 9298, 8769, 8283, 8161, 11882, 8983, 10661, 8247, 9517, 10840, 9336, 10062, 8649, 11094, 8255, 10462, 7485, 10348, 7986, 10103, 7390, 9608, 9638, 8796, 12467, 8256, 10458, 11030, 9130, 11817, 9052, 10536, 8055, 9299, 7073, 8840, 10094, 8600, 10756, 7604, 9413, 7113, 9697, 7089, 9065, 7201, 8661, 11848, 8693, 10574, 7438, 10216, 7220, 9520, 7146, 9649, 8475, 9119, 12569, 9421, 11551, 8255, 11187, 7704, 9542, 7654, 10099, 8699, 8919, 12573, 8550, 10665, 8990, 9369, 9457, 8626, 7184, 8899, 7894, 8935, 12013, 8404, 10408, 12129, 9648, 11195, 9223, 10293, 8172, 10264, 11087, 9286, 11532, 8218, 10269, 7266, 9303, 6936, 9052, 10466, 8282, 10976, 7332, 8797, 11522, 8705, 10289, 7828, 9073, 7163, 8131, 11223, 8414, 9779, 7379, 9792, 7009, 9018, 6931, 9043, 12536, 9409, 10791, 9382, 9318, 11343, 9164, 11109, 8852, 10627, 10236, 9394, 12342, 8958, 10706, 7642, 9534, 6998, 9070, 6750, 9219, 7724, 8866, 8555, 9321, 8187, 9691, 13380, 8992, 10547, 13082, 9648, 10902, 7999, 9209, 11563, 9116, 10021, 7843, 9334, 7295, 7828, 11372, 7774, 9206, 6549, 8149, 7187, 7742, 6795, 8188, 11160, 8483, 9950, 9103, 8505, 11712, 9252, 10897, 8678, 10682, 7594, 9939, 12931, 9889, 11485, 8213, 10545, 7658, 10010, 6994, 9385, 12686, 8356, 9614, 10291, 7969, 10825, 7543, 9212, 6591, 8404, 6641, 8489, 6719, 8392, 11842, 8928, 10599, 8218, 10497, 8530, 9302, 11280, 8777, 11789, 7900, 10576, 9001, 9113, 9359, 8824, 11320, 8339, 11022, 7448, 9441, 12084, 8346, 9430, 6869, 8491, 7037, 7659, 6365, 7750, 7688, 7499, 10652, 8171, 10277, 7952, 10042, 8233, 9599, 7761, 10729, 8213, 10740, 7907, 10754, 7816, 11157, 7356, 10691, 7216, 10475, 10025, 8803, 12567, 9272, 11384, 8557, 9723, 7450, 9563, 6858, 9338, 6573, 9216, 7195, 9684, 8030, 10046, 7974, 8317, 8201, 11630, 9039, 11370, 8639, 10885, 7396, 10292, 7490, 10369, 7230, 10273, 7043, 9944, 7229, 10459, 7011, 10335, 7310, 10280, 7534, 10808, 7378, 10734, 7480, 11607, 8598, 10862, 8258, 10640, 7557, 10105, 7985, 9271, 7091, 10332, 6963, 9809, 7061, 8720, 12088, 7887, 9697, 6667, 8646, 6735, 8479, 6678, 8909, 6567, 9302, 7605, 9951, 6982, 9940, 8164, 9893, 8031, 10199, 7021, 10347, 13361, 10432, 12045, 8562, 9927, 10785, 9183, 9054, 8745, 7344, 8010, 11363, 8563, 9622, 6930, 8406, 9658, 7458, 9386, 7141, 9661, 6835, 7906, 11671, 8383, 8999, 7025, 8065, 6918, 7038, 6963, 6882, 9881, 7299, 8858, 7081, 7911, 6947, 9137, 6972, 8757, 6586, 9013, 12869, 9913, 11058, 7761, 10028, 6985, 9423, 6788, 9390, 9243, 7940, 12426, 8425, 9133, 10985, 8126, 10311, 8007, 8562, 6877, 7638, 6686, 7047, 10484, 7735, 9181, 7521, 8826, 6841, 8180, 7029, 7878, 11750, 8754, 9920, 7778, 9631, 6957, 9014, 7097, 8926, 8489, 8020, 12320, 8997, 10304, 7470, 9287, 7148, 8572, 11425, 8117, 10176, 7313, 8144, 6685, 7670, 6749, 7290, 6839, 7385, 10293, 8397, 9582, 7287, 9544, 7256, 8558, 7840, 8189, 9059, 6221, 6299, 6855, 7212, 7504, 7720, 7618, 8238, 9002, 11944, 9172, 13199, 9994, 12552, 9656, 12640, 10057, 13031, 9784, 8740, 8494, 7928, 8977, 12423, 8867, 10418, 8435, 9287, 7040, 8386, 6677, 8073, 6623, 8096, 6679, 8122, 7765, 7786, 9856, 8262, 8745, 8069, 8616, 7826, 7923, 7235, 7101, 8068, 11703, 9130, 10345, 8158, 10029, 8175, 9579, 8065, 11682, 8515, 11176, 13582, 9247, 12254, 8805, 9453, 8201, 8600, 8167, 10657, 9291, 11350, 7689, 9605, 7527, 9274, 7269, 8261, 7265, 8145, 11805, 8618, 9577, 7316, 8899, 7782, 8887, 6795, 8492, 7042, 9295, 6977, 9412, 10301, 8985, 11976, 8870, 9839, 8331, 11280, 8817, 10294, 9740, 9030, 12252, 8069, 9256, 7311, 8525, 6775, 7784, 10193, 8208, 8907, 6816, 8170, 7428, 8269, 6810, 8395, 6597, 8384, 10104, 8467, 11550, 8333, 9554, 9531, 9019, 11491, 8671, 10958, 8465, 10404, 8223, 10751, 12990, 10001, 10491, 9034, 9078, 8083, 8960, 7919, 8121, 10735, 8106, 9677, 7532, 9928, 7289, 9167, 6851, 9016, 12799, 9660, 9978, 9391, 9144, 11941, 8720, 10404, 8476, 10150, 8123, 10445, 10100, 9103, 11708, 9511, 10067, 8408, 9399, 7131, 8835, 11791, 8663, 9282, 7607, 8493, 8972, 8256, 7304, 7853, 9683, 8339, 10376, 7911, 10121, 13007, 9708, 10187, 7927, 8819, 6820, 8186, 10841, 7674, 9211, 12183, 8546, 8801, 7428, 7822, 9578, 7907, 8480, 7562, 8380, 7479, 8582, 7761, 9328, 7734, 9364, 7689, 9902, 7524, 10139, 14064, 11571, 12436, 12549, 9920, 12054, 8810, 10365, 7778, 9099, 7267, 8924, 12097, 9070, 10077, 7848, 9360, 7713, 8168, 7177, 8413, 7484, 6774, 8288, 11290, 8986, 11445, 8667, 10173, 10962, 9892, 12178, 8856, 10532, 7878, 9941, 14474, 10287, 10216, 7614, 7919, 8952, 7865, 7590, 7704, 8315, 7642, 8035, 9867, 7373, 8384, 7484, 7937, 7430, 7835, 7257, 7708, 6943, 7765, 10206, 7637, 8245, 12668, 9296, 9205, 7547, 8142, 7432, 8724, 14186, 9317, 9161, 13745, 8925, 9461, 7757, 7904, 10911, 8087, 8197, 7987, 8047, 8661, 7928, 7870, 8947, 7861, 8865, 7508, 7896, 9927, 7725, 7841, 10220, 8102, 7995, 7934, 7634, 7305, 7625, 9748, 7901, 8095, 8356, 7989, 9018, 8077, 8386, 7697, 8481, 9010, 7547, 13035, 8731, 8904, 9687, 9082, 7510, 7615, 7004, 8251, 13470, 9478, 9741, 12113, 8656, 11360, 8189, 9315, 7372, 8769, 12336, 8426, 8915, 7158, 7836, 10689, 7912, 8466, 7834, 7848, 6925, 7942, 11063, 7969, 8815, 11630, 8142, 8565, 11461], 'WindowCenter': [3786.0, 3783.0, 3799.0, 3767.0, 3764.0, 3766.0, 3764.0, 3752.0, 3764.0, 3774.0, 3765.0, 3764.0, 3763.0, 3765.0, 3776.0, 3778.0, 3766.0, 3751.0, 3763.0, 3752.0, 3775.0, 3764.0, 3765.0, 3778.0, 3763.0, 3776.0, 3775.0, 3777.0, 3787.0, 3790.0, 3781.0, 3768.0, 3769.0, 3810.0, 3791.0, 3790.0, 3768.0, 3789.0, 3767.0, 3778.0, 3775.0, 3648.0, 3728.0, 3723.0, 3839.0, 3778.0, 3745.0, 3785.0, 3777.0, 3743.0, 3775.0, 3755.0, 3773.0, 3730.0, 3788.0, 3806.0, 3785.0, 3807.0, 3775.0, 3795.0, 3770.0, 3758.0, 3792.0, 3768.0, 3766.0, 3746.0, 3744.0, 3722.0, 3769.0, 3733.0, 3745.0, 3763.0, 3744.0, 3753.0, 3724.0, 3757.0, 3761.0, 3767.0, 3747.0, 3767.0, 3760.0, 3781.0, 3761.0, 3782.0, 3751.0, 3783.0, 3760.0, 3793.0, 3751.0, 3781.0, 3738.0, 3781.0, 3771.0, 3771.0, 3791.0, 3772.0, 3781.0, 3760.0, 3773.0, 3792.0, 3761.0, 3770.0, 3762.0, 3781.0, 3741.0, 3771.0, 3771.0, 3763.0, 3783.0, 3764.0, 3783.0, 3742.0, 3774.0, 3742.0, 3776.0, 3796.0, 3776.0, 3797.0, 3766.0, 3788.0, 3756.0, 3799.0, 3756.0, 3787.0, 3818.0, 3786.0, 3797.0, 3783.0, 3774.0, 3796.0, 3762.0, 3783.0, 3740.0, 3784.0, 3740.0, 3772.0, 3779.0, 3762.0, 3771.0, 3749.0, 3762.0, 3783.0, 3774.0, 3784.0, 3776.0, 3783.0, 3740.0, 3771.0, 3781.0, 3763.0, 3783.0, 3764.0, 3785.0, 3754.0, 3786.0, 3755.0, 3798.0, 3808.0, 3786.0, 3797.0, 3764.0, 3795.0, 3753.0, 3785.0, 3742.0, 3774.0, 3750.0, 3762.0, 3793.0, 3776.0, 3796.0, 3796.0, 3785.0, 3795.0, 3776.0, 3795.0, 3763.0, 3784.0, 3781.0, 3772.0, 3770.0, 3738.0, 3772.0, 3783.0, 3763.0, 3783.0, 3763.0, 3784.0, 3741.0, 3772.0, 3782.0, 3762.0, 3783.0, 3752.0, 3783.0, 3754.0, 3774.0, 3742.0, 3785.0, 3784.0, 3776.0, 3796.0, 3776.0, 3785.0, 3765.0, 3786.0, 3751.0, 3784.0, 3794.0, 3762.0, 3783.0, 3773.0, 3774.0, 3794.0, 3773.0, 3782.0, 3773.0, 3782.0, 3749.0, 3772.0, 3792.0, 3773.0, 3783.0, 3752.0, 3783.0, 3751.0, 3775.0, 3782.0, 3761.0, 3782.0, 3738.0, 3772.0, 3782.0, 3773.0, 3794.0, 3774.0, 3783.0, 3777.0, 3783.0, 3740.0, 3773.0, 3793.0, 3774.0, 3783.0, 3776.0, 3785.0, 3765.0, 3785.0, 3754.0, 3798.0, 3796.0, 3787.0, 3809.0, 3766.0, 3796.0, 3754.0, 3787.0, 3808.0, 3787.0, 3795.0, 3763.0, 3774.0, 3805.0, 3774.0, 3794.0, 3774.0, 3784.0, 3754.0, 3787.0, 3772.0, 3752.0, 3782.0, 3753.0, 3775.0, 3743.0, 3787.0, 3766.0, 3788.0, 3807.0, 3763.0, 3785.0, 3773.0, 3774.0, 3784.0, 3787.0, 3784.0, 3766.0, 3795.0, 3763.0, 3786.0, 3752.0, 3798.0, 3776.0, 3786.0, 3763.0, 3786.0, 3762.0, 3773.0, 3805.0, 3771.0, 3781.0, 3749.0, 3771.0, 3781.0, 3784.0, 3782.0, 3773.0, 3781.0, 3749.0, 3782.0, 3737.0, 3761.0, 3781.0, 3762.0, 3785.0, 3774.0, 3773.0, 3763.0, 3782.0, 3752.0, 3773.0, 3753.0, 3785.0, 3753.0, 3786.0, 3755.0, 3798.0, 3755.0, 3801.0, 3808.0, 3787.0, 3797.0, 3776.0, 3797.0, 3763.0, 3785.0, 3783.0, 3762.0, 3781.0, 3763.0, 3773.0, 3782.0, 3774.0, 3795.0, 3775.0, 3795.0, 3775.0, 3785.0, 3753.0, 3785.0, 3772.0, 3764.0, 3794.0, 3776.0, 3796.0, 3776.0, 3796.0, 3767.0, 3783.0, 3753.0, 3784.0, 3796.0, 3776.0, 3797.0, 3788.0, 3789.0, 3789.0, 3808.0, 3775.0, 3795.0, 3763.0, 3785.0, 3793.0, 3785.0, 3795.0, 3786.0, 3795.0, 3776.0, 3795.0, 3763.0, 3795.0, 3750.0, 3772.0, 3794.0, 3786.0, 3794.0, 3773.0, 3783.0, 3765.0, 3772.0, 3740.0, 3771.0, 3761.0, 3773.0, 3795.0, 3774.0, 3794.0, 3776.0, 3784.0, 3778.0, 3794.0, 3766.0, 3787.0, 3807.0, 3786.0, 3797.0, 3774.0, 3783.0, 3741.0, 3773.0, 3771.0, 3775.0, 3794.0, 3754.0, 3785.0, 3743.0, 3785.0, 3754.0, 3786.0, 3742.0, 3764.0, 3794.0, 3762.0, 3784.0, 3774.0, 3786.0, 3796.0, 3786.0, 3797.0, 3775.0, 3794.0, 3751.0, 3786.0, 3764.0, 3784.0, 3774.0, 3786.0, 3765.0, 3774.0, 3795.0, 3785.0, 3794.0, 3763.0, 3795.0, 3774.0, 3795.0, 3774.0, 3794.0, 3777.0, 3821.0, 3778.0, 3796.0, 3761.0, 3794.0, 3762.0, 3808.0, 3764.0, 3784.0, 3762.0, 3794.0, 3806.0, 3785.0, 3793.0, 3772.0, 3782.0, 3774.0, 3784.0, 3740.0, 3771.0, 3779.0, 3762.0, 3782.0, 3751.0, 3770.0, 3752.0, 3773.0, 3742.0, 3788.0, 3785.0, 3765.0, 3797.0, 3765.0, 3797.0, 3753.0, 3787.0, 3742.0, 3774.0, 3808.0, 3764.0, 3784.0, 3764.0, 3788.0, 3807.0, 3786.0, 3797.0, 3754.0, 3774.0, 3742.0, 3763.0, 3793.0, 3775.0, 3786.0, 3774.0, 3788.0, 3787.0, 3787.0, 3774.0, 3775.0, 3796.0, 3773.0, 3783.0, 3762.0, 3785.0, 3795.0, 3785.0, 3785.0, 3774.0, 3794.0, 3763.0, 3782.0, 3752.0, 3785.0, 3764.0, 3786.0, 3752.0, 3784.0, 3773.0, 3763.0, 3808.0, 3764.0, 3783.0, 3771.0, 3773.0, 3794.0, 3774.0, 3783.0, 3762.0, 3773.0, 3741.0, 3771.0, 3782.0, 3761.0, 3782.0, 3764.0, 3773.0, 3754.0, 3787.0, 3755.0, 3776.0, 3752.0, 3763.0, 3794.0, 3763.0, 3785.0, 3753.0, 3785.0, 3754.0, 3786.0, 3743.0, 3786.0, 3763.0, 3775.0, 3796.0, 3787.0, 3796.0, 3776.0, 3798.0, 3767.0, 3786.0, 3765.0, 3784.0, 3762.0, 3774.0, 3794.0, 3762.0, 3786.0, 3787.0, 3787.0, 3786.0, 3776.0, 3741.0, 3775.0, 3761.0, 3775.0, 3794.0, 3764.0, 3796.0, 3795.0, 3784.0, 3795.0, 3774.0, 3783.0, 3763.0, 3783.0, 3781.0, 3773.0, 3782.0, 3751.0, 3784.0, 3742.0, 3774.0, 3743.0, 3776.0, 3784.0, 3763.0, 3785.0, 3741.0, 3775.0, 3807.0, 3775.0, 3784.0, 3753.0, 3774.0, 3741.0, 3765.0, 3796.0, 3778.0, 3811.0, 3769.0, 3810.0, 3757.0, 3788.0, 3755.0, 3787.0, 3808.0, 3785.0, 3796.0, 3775.0, 3787.0, 3797.0, 3786.0, 3796.0, 3776.0, 3784.0, 3772.0, 3773.0, 3794.0, 3773.0, 3784.0, 3753.0, 3774.0, 3767.0, 3801.0, 3757.0, 3788.0, 3765.0, 3788.0, 3777.0, 3801.0, 3791.0, 3802.0, 3822.0, 3775.0, 3785.0, 3793.0, 3773.0, 3783.0, 3765.0, 3788.0, 3796.0, 3775.0, 3784.0, 3765.0, 3773.0, 3738.0, 3751.0, 3793.0, 3751.0, 3773.0, 3732.0, 3777.0, 3755.0, 3776.0, 3755.0, 3778.0, 3796.0, 3788.0, 3787.0, 3775.0, 3778.0, 3807.0, 3787.0, 3797.0, 3776.0, 3796.0, 3751.0, 3785.0, 3796.0, 3773.0, 3798.0, 3765.0, 3787.0, 3766.0, 3785.0, 3741.0, 3774.0, 3806.0, 3763.0, 3771.0, 3770.0, 3762.0, 3794.0, 3764.0, 3785.0, 3744.0, 3775.0, 3743.0, 3787.0, 3743.0, 3775.0, 3795.0, 3775.0, 3798.0, 3765.0, 3797.0, 3775.0, 3787.0, 3794.0, 3762.0, 3782.0, 3751.0, 3784.0, 3773.0, 3774.0, 3773.0, 3775.0, 3795.0, 3766.0, 3783.0, 3743.0, 3787.0, 3794.0, 3763.0, 3785.0, 3741.0, 3774.0, 3743.0, 3764.0, 3742.0, 3765.0, 3766.0, 3768.0, 3797.0, 3788.0, 3809.0, 3779.0, 3799.0, 3791.0, 3812.0, 3779.0, 3810.0, 3778.0, 3809.0, 3765.0, 3797.0, 3765.0, 3797.0, 3766.0, 3796.0, 3754.0, 3811.0, 3787.0, 3775.0, 3806.0, 3776.0, 3796.0, 3764.0, 3772.0, 3753.0, 3773.0, 3756.0, 3774.0, 3756.0, 3788.0, 3769.0, 3799.0, 3777.0, 3786.0, 3767.0, 3776.0, 3790.0, 3798.0, 3777.0, 3798.0, 3775.0, 3797.0, 3754.0, 3797.0, 3755.0, 3796.0, 3753.0, 3783.0, 3753.0, 3786.0, 3752.0, 3796.0, 3755.0, 3797.0, 3754.0, 3784.0, 3752.0, 3795.0, 3754.0, 3796.0, 3754.0, 3797.0, 3776.0, 3796.0, 3763.0, 3784.0, 3752.0, 3785.0, 3765.0, 3787.0, 3756.0, 3786.0, 3754.0, 3787.0, 3740.0, 3762.0, 3782.0, 3750.0, 3771.0, 3729.0, 3775.0, 3745.0, 3775.0, 3742.0, 3786.0, 3744.0, 3785.0, 3764.0, 3798.0, 3755.0, 3800.0, 3778.0, 3801.0, 3779.0, 3800.0, 3755.0, 3785.0, 3795.0, 3773.0, 3796.0, 3762.0, 3772.0, 3783.0, 3773.0, 3762.0, 3764.0, 3753.0, 3777.0, 3795.0, 3764.0, 3786.0, 3743.0, 3777.0, 3786.0, 3755.0, 3775.0, 3743.0, 3773.0, 3743.0, 3766.0, 3794.0, 3764.0, 3775.0, 3756.0, 3777.0, 3756.0, 3756.0, 3755.0, 3768.0, 3785.0, 3766.0, 3790.0, 3755.0, 3779.0, 3768.0, 3801.0, 3768.0, 3789.0, 3756.0, 3776.0, 3808.0, 3785.0, 3797.0, 3754.0, 3786.0, 3743.0, 3775.0, 3732.0, 3774.0, 3762.0, 3766.0, 3796.0, 3752.0, 3776.0, 3785.0, 3764.0, 3772.0, 3751.0, 3760.0, 3729.0, 3750.0, 3729.0, 3742.0, 3783.0, 3753.0, 3774.0, 3764.0, 3775.0, 3744.0, 3764.0, 3742.0, 3763.0, 3793.0, 3775.0, 3784.0, 3753.0, 3774.0, 3743.0, 3774.0, 3742.0, 3789.0, 3762.0, 3752.0, 3795.0, 3776.0, 3785.0, 3742.0, 3775.0, 3744.0, 3777.0, 3783.0, 3752.0, 3783.0, 3753.0, 3763.0, 3730.0, 3752.0, 3731.0, 3754.0, 3741.0, 3753.0, 3798.0, 3777.0, 3798.0, 3766.0, 3800.0, 3780.0, 3802.0, 3803.0, 3846.0, 3801.0, 3757.0, 3743.0, 3754.0, 3751.0, 3753.0, 3765.0, 3766.0, 3778.0, 3788.0, 3807.0, 3786.0, 3808.0, 3785.0, 3784.0, 3772.0, 3794.0, 3771.0, 3781.0, 3773.0, 3748.0, 3749.0, 3737.0, 3749.0, 3768.0, 3747.0, 3757.0, 3737.0, 3747.0, 3714.0, 3736.0, 3716.0, 3748.0, 3742.0, 3763.0, 3730.0, 3763.0, 3752.0, 3766.0, 3798.0, 3790.0, 3789.0, 3779.0, 3789.0, 3781.0, 3779.0, 3780.0, 3768.0, 3780.0, 3822.0, 3789.0, 3800.0, 3779.0, 3801.0, 3791.0, 3802.0, 3781.0, 3823.0, 3791.0, 3800.0, 3810.0, 3790.0, 3809.0, 3777.0, 3786.0, 3779.0, 3775.0, 3766.0, 3799.0, 3789.0, 3785.0, 3767.0, 3790.0, 3767.0, 3790.0, 3769.0, 3778.0, 3753.0, 3764.0, 3794.0, 3762.0, 3773.0, 3752.0, 3774.0, 3765.0, 3787.0, 3757.0, 3788.0, 3756.0, 3787.0, 3755.0, 3788.0, 3798.0, 3789.0, 3809.0, 3789.0, 3800.0, 3792.0, 3811.0, 3778.0, 3788.0, 3776.0, 3776.0, 3796.0, 3767.0, 3776.0, 3752.0, 3763.0, 3731.0, 3753.0, 3782.0, 3765.0, 3773.0, 3742.0, 3790.0, 3768.0, 3778.0, 3756.0, 3778.0, 3757.0, 3790.0, 3786.0, 3779.0, 3811.0, 3777.0, 3800.0, 3788.0, 3788.0, 3809.0, 3778.0, 3796.0, 3766.0, 3798.0, 3778.0, 3799.0, 3809.0, 3788.0, 3798.0, 3777.0, 3777.0, 3766.0, 3776.0, 3763.0, 3765.0, 3798.0, 3764.0, 3774.0, 3752.0, 3785.0, 3755.0, 3789.0, 3744.0, 3788.0, 3806.0, 3775.0, 3785.0, 3774.0, 3775.0, 3795.0, 3775.0, 3796.0, 3765.0, 3784.0, 3766.0, 3798.0, 3785.0, 3776.0, 3795.0, 3774.0, 3773.0, 3763.0, 3773.0, 3729.0, 3762.0, 3782.0, 3762.0, 3773.0, 3752.0, 3774.0, 3774.0, 3764.0, 3767.0, 3778.0, 3787.0, 3776.0, 3787.0, 3778.0, 3799.0, 3820.0, 3789.0, 3799.0, 3766.0, 3776.0, 3731.0, 3763.0, 3784.0, 3753.0, 3789.0, 3796.0, 3763.0, 3775.0, 3766.0, 3779.0, 3799.0, 3778.0, 3801.0, 3780.0, 3804.0, 3794.0, 3801.0, 3781.0, 3801.0, 3781.0, 3804.0, 3793.0, 3814.0, 3781.0, 3813.0, 3836.0, 3813.0, 3810.0, 3798.0, 3788.0, 3809.0, 3775.0, 3784.0, 3753.0, 3763.0, 3740.0, 3761.0, 3793.0, 3761.0, 3786.0, 3775.0, 3786.0, 3765.0, 3787.0, 3766.0, 3761.0, 3753.0, 3753.0, 3775.0, 3796.0, 3787.0, 3808.0, 3775.0, 3787.0, 3785.0, 3786.0, 3794.0, 3761.0, 3771.0, 3752.0, 3773.0, 3794.0, 3771.0, 3759.0, 3738.0, 3763.0, 3762.0, 3752.0, 3752.0, 3764.0, 3763.0, 3752.0, 3764.0, 3770.0, 3741.0, 3763.0, 3768.0, 3779.0, 3766.0, 3779.0, 3766.0, 3780.0, 3768.0, 3780.0, 3800.0, 3766.0, 3779.0, 3809.0, 3791.0, 3788.0, 3770.0, 3779.0, 3756.0, 3777.0, 3807.0, 3763.0, 3763.0, 3795.0, 3764.0, 3775.0, 3753.0, 3752.0, 3771.0, 3739.0, 3750.0, 3738.0, 3751.0, 3763.0, 3752.0, 3753.0, 3762.0, 3767.0, 3788.0, 3753.0, 3764.0, 3773.0, 3753.0, 3776.0, 3785.0, 3777.0, 3777.0, 3778.0, 3767.0, 3767.0, 3779.0, 3799.0, 3778.0, 3778.0, 3780.0, 3780.0, 3790.0, 3781.0, 3780.0, 3781.0, 3790.0, 3778.0, 3769.0, 3808.0, 3778.0, 3790.0, 3801.0, 3804.0, 3767.0, 3766.0, 3742.0, 3776.0, 3809.0, 3774.0, 3776.0, 3795.0, 3765.0, 3798.0, 3778.0, 3787.0, 3768.0, 3775.0, 3793.0, 3750.0, 3760.0, 3728.0, 3753.0, 3783.0, 3764.0, 3778.0, 3780.0, 3778.0, 3756.0, 3778.0, 3809.0, 3764.0, 3774.0, 3785.0, 3753.0, 3778.0, 3810.0], 'WindowWidth': [8527.0, 8513.0, 8528.0, 8478.0, 8470.0, 8473.0, 8469.0, 8450.0, 8467.0, 8482.0, 8474.0, 8468.0, 8464.0, 8468.0, 8489.0, 8495.0, 8474.0, 8448.0, 8469.0, 8452.0, 8487.0, 8471.0, 8474.0, 8496.0, 8468.0, 8490.0, 8488.0, 8495.0, 8509.0, 8518.0, 8508.0, 8483.0, 8485.0, 8543.0, 8518.0, 8514.0, 8483.0, 8512.0, 8479.0, 8496.0, 8487.0, 8250.0, 8404.0, 8392.0, 8602.0, 8495.0, 8445.0, 8496.0, 8492.0, 8439.0, 8482.0, 8457.0, 8477.0, 8413.0, 8504.0, 8527.0, 8495.0, 8530.0, 8479.0, 8508.0, 8466.0, 8447.0, 8499.0, 8460.0, 8454.0, 8424.0, 8418.0, 8387.0, 8461.0, 8401.0, 8423.0, 8444.0, 8418.0, 8429.0, 8394.0, 8444.0, 8458.0, 8456.0, 8431.0, 8455.0, 8451.0, 8482.0, 8457.0, 8485.0, 8442.0, 8490.0, 8455.0, 8503.0, 8444.0, 8481.0, 8422.0, 8480.0, 8470.0, 8468.0, 8496.0, 8473.0, 8483.0, 8453.0, 8476.0, 8502.0, 8457.0, 8468.0, 8460.0, 8482.0, 8431.0, 8470.0, 8468.0, 8463.0, 8489.0, 8466.0, 8491.0, 8437.0, 8478.0, 8432.0, 8486.0, 8512.0, 8485.0, 8515.0, 8475.0, 8505.0, 8460.0, 8519.0, 8459.0, 8502.0, 8545.0, 8499.0, 8516.0, 8490.0, 8477.0, 8513.0, 8461.0, 8490.0, 8429.0, 8492.0, 8430.0, 8472.0, 8476.0, 8461.0, 8468.0, 8438.0, 8458.0, 8490.0, 8480.0, 8493.0, 8487.0, 8491.0, 8427.0, 8470.0, 8483.0, 8461.0, 8490.0, 8465.0, 8496.0, 8455.0, 8499.0, 8457.0, 8517.0, 8532.0, 8497.0, 8513.0, 8468.0, 8509.0, 8450.0, 8493.0, 8434.0, 8479.0, 8441.0, 8458.0, 8501.0, 8486.0, 8512.0, 8511.0, 8497.0, 8508.0, 8486.0, 8508.0, 8465.0, 8491.0, 8482.0, 8472.0, 8466.0, 8422.0, 8472.0, 8490.0, 8463.0, 8491.0, 8466.0, 8494.0, 8431.0, 8473.0, 8485.0, 8461.0, 8488.0, 8446.0, 8489.0, 8451.0, 8478.0, 8435.0, 8496.0, 8492.0, 8484.0, 8512.0, 8484.0, 8494.0, 8469.0, 8496.0, 8444.0, 8491.0, 8505.0, 8457.0, 8488.0, 8474.0, 8477.0, 8505.0, 8476.0, 8486.0, 8477.0, 8486.0, 8438.0, 8474.0, 8499.0, 8477.0, 8490.0, 8447.0, 8489.0, 8446.0, 8484.0, 8487.0, 8457.0, 8486.0, 8420.0, 8472.0, 8487.0, 8476.0, 8505.0, 8480.0, 8489.0, 8490.0, 8490.0, 8427.0, 8477.0, 8504.0, 8479.0, 8490.0, 8486.0, 8494.0, 8470.0, 8494.0, 8452.0, 8518.0, 8513.0, 8503.0, 8533.0, 8472.0, 8511.0, 8452.0, 8499.0, 8532.0, 8501.0, 8508.0, 8464.0, 8478.0, 8523.0, 8479.0, 8504.0, 8480.0, 8495.0, 8455.0, 8502.0, 8473.0, 8446.0, 8487.0, 8450.0, 8483.0, 8440.0, 8505.0, 8474.0, 8507.0, 8529.0, 8463.0, 8494.0, 8475.0, 8481.0, 8493.0, 8501.0, 8493.0, 8472.0, 8506.0, 8463.0, 8496.0, 8446.0, 8516.0, 8485.0, 8500.0, 8465.0, 8498.0, 8460.0, 8477.0, 8521.0, 8468.0, 8483.0, 8435.0, 8470.0, 8485.0, 8492.0, 8486.0, 8477.0, 8482.0, 8437.0, 8486.0, 8418.0, 8457.0, 8482.0, 8462.0, 8495.0, 8481.0, 8475.0, 8464.0, 8486.0, 8445.0, 8475.0, 8449.0, 8495.0, 8450.0, 8499.0, 8456.0, 8516.0, 8456.0, 8525.0, 8533.0, 8503.0, 8514.0, 8485.0, 8513.0, 8463.0, 8496.0, 8489.0, 8459.0, 8484.0, 8463.0, 8474.0, 8487.0, 8479.0, 8509.0, 8485.0, 8509.0, 8484.0, 8495.0, 8451.0, 8496.0, 8472.0, 8466.0, 8508.0, 8487.0, 8512.0, 8487.0, 8512.0, 8476.0, 8489.0, 8449.0, 8493.0, 8510.0, 8486.0, 8516.0, 8505.0, 8507.0, 8509.0, 8529.0, 8484.0, 8510.0, 8464.0, 8495.0, 8505.0, 8495.0, 8510.0, 8498.0, 8510.0, 8487.0, 8510.0, 8466.0, 8510.0, 8441.0, 8474.0, 8508.0, 8498.0, 8506.0, 8478.0, 8489.0, 8468.0, 8471.0, 8429.0, 8471.0, 8455.0, 8477.0, 8507.0, 8480.0, 8506.0, 8485.0, 8492.0, 8491.0, 8506.0, 8473.0, 8500.0, 8531.0, 8500.0, 8514.0, 8480.0, 8488.0, 8429.0, 8474.0, 8467.0, 8482.0, 8503.0, 8454.0, 8496.0, 8439.0, 8497.0, 8456.0, 8500.0, 8436.0, 8466.0, 8505.0, 8460.0, 8494.0, 8478.0, 8498.0, 8512.0, 8501.0, 8516.0, 8485.0, 8506.0, 8443.0, 8497.0, 8466.0, 8495.0, 8479.0, 8498.0, 8470.0, 8481.0, 8507.0, 8494.0, 8504.0, 8463.0, 8507.0, 8480.0, 8507.0, 8481.0, 8504.0, 8490.0, 8559.0, 8493.0, 8511.0, 8458.0, 8506.0, 8461.0, 8530.0, 8465.0, 8491.0, 8460.0, 8505.0, 8526.0, 8495.0, 8505.0, 8474.0, 8486.0, 8481.0, 8492.0, 8426.0, 8469.0, 8477.0, 8460.0, 8484.0, 8445.0, 8469.0, 8445.0, 8475.0, 8437.0, 8507.0, 8497.0, 8468.0, 8516.0, 8472.0, 8515.0, 8451.0, 8498.0, 8432.0, 8480.0, 8534.0, 8465.0, 8489.0, 8463.0, 8505.0, 8528.0, 8500.0, 8515.0, 8456.0, 8480.0, 8433.0, 8465.0, 8504.0, 8482.0, 8500.0, 8482.0, 8505.0, 8502.0, 8503.0, 8481.0, 8485.0, 8512.0, 8474.0, 8490.0, 8461.0, 8495.0, 8510.0, 8497.0, 8493.0, 8480.0, 8503.0, 8461.0, 8484.0, 8446.0, 8497.0, 8463.0, 8496.0, 8447.0, 8493.0, 8473.0, 8462.0, 8531.0, 8465.0, 8487.0, 8470.0, 8475.0, 8507.0, 8479.0, 8489.0, 8461.0, 8474.0, 8429.0, 8471.0, 8488.0, 8457.0, 8488.0, 8467.0, 8478.0, 8453.0, 8502.0, 8457.0, 8487.0, 8445.0, 8461.0, 8503.0, 8462.0, 8495.0, 8450.0, 8495.0, 8454.0, 8498.0, 8437.0, 8497.0, 8462.0, 8482.0, 8512.0, 8503.0, 8514.0, 8486.0, 8517.0, 8478.0, 8500.0, 8469.0, 8491.0, 8459.0, 8477.0, 8506.0, 8459.0, 8497.0, 8502.0, 8502.0, 8501.0, 8486.0, 8434.0, 8485.0, 8459.0, 8482.0, 8506.0, 8467.0, 8511.0, 8509.0, 8494.0, 8507.0, 8479.0, 8488.0, 8463.0, 8491.0, 8482.0, 8474.0, 8486.0, 8443.0, 8489.0, 8433.0, 8477.0, 8437.0, 8486.0, 8491.0, 8464.0, 8494.0, 8431.0, 8483.0, 8529.0, 8481.0, 8490.0, 8451.0, 8480.0, 8431.0, 8469.0, 8509.0, 8492.0, 8544.0, 8484.0, 8541.0, 8465.0, 8506.0, 8457.0, 8503.0, 8533.0, 8497.0, 8513.0, 8484.0, 8500.0, 8516.0, 8500.0, 8510.0, 8486.0, 8494.0, 8472.0, 8474.0, 8503.0, 8478.0, 8494.0, 8449.0, 8478.0, 8479.0, 8530.0, 8465.0, 8503.0, 8467.0, 8503.0, 8490.0, 8528.0, 8515.0, 8533.0, 8558.0, 8481.0, 8493.0, 8503.0, 8473.0, 8490.0, 8471.0, 8504.0, 8514.0, 8482.0, 8490.0, 8468.0, 8475.0, 8420.0, 8441.0, 8500.0, 8444.0, 8478.0, 8423.0, 8491.0, 8460.0, 8489.0, 8459.0, 8492.0, 8511.0, 8506.0, 8500.0, 8483.0, 8491.0, 8530.0, 8503.0, 8515.0, 8487.0, 8512.0, 8444.0, 8494.0, 8512.0, 8474.0, 8516.0, 8469.0, 8500.0, 8472.0, 8495.0, 8431.0, 8478.0, 8527.0, 8461.0, 8470.0, 8466.0, 8459.0, 8508.0, 8466.0, 8498.0, 8441.0, 8483.0, 8439.0, 8503.0, 8437.0, 8483.0, 8509.0, 8482.0, 8519.0, 8469.0, 8517.0, 8483.0, 8502.0, 8505.0, 8460.0, 8484.0, 8440.0, 8492.0, 8476.0, 8478.0, 8475.0, 8481.0, 8509.0, 8471.0, 8489.0, 8434.0, 8501.0, 8506.0, 8462.0, 8496.0, 8433.0, 8480.0, 8437.0, 8468.0, 8436.0, 8473.0, 8473.0, 8481.0, 8517.0, 8506.0, 8538.0, 8498.0, 8524.0, 8517.0, 8547.0, 8499.0, 8539.0, 8491.0, 8537.0, 8470.0, 8516.0, 8469.0, 8517.0, 8474.0, 8512.0, 8453.0, 8542.0, 8500.0, 8481.0, 8526.0, 8485.0, 8510.0, 8467.0, 8473.0, 8450.0, 8475.0, 8463.0, 8479.0, 8461.0, 8507.0, 8485.0, 8523.0, 8491.0, 8499.0, 8475.0, 8484.0, 8513.0, 8517.0, 8489.0, 8519.0, 8483.0, 8516.0, 8456.0, 8516.0, 8456.0, 8512.0, 8450.0, 8490.0, 8450.0, 8500.0, 8449.0, 8513.0, 8457.0, 8515.0, 8455.0, 8494.0, 8448.0, 8509.0, 8454.0, 8512.0, 8455.0, 8516.0, 8485.0, 8511.0, 8465.0, 8490.0, 8445.0, 8495.0, 8469.0, 8501.0, 8458.0, 8499.0, 8454.0, 8502.0, 8427.0, 8458.0, 8484.0, 8437.0, 8469.0, 8413.0, 8482.0, 8444.0, 8485.0, 8437.0, 8500.0, 8441.0, 8496.0, 8468.0, 8520.0, 8458.0, 8524.0, 8493.0, 8529.0, 8494.0, 8525.0, 8456.0, 8495.0, 8507.0, 8474.0, 8511.0, 8459.0, 8473.0, 8489.0, 8476.0, 8459.0, 8466.0, 8450.0, 8489.0, 8506.0, 8464.0, 8498.0, 8437.0, 8487.0, 8498.0, 8459.0, 8482.0, 8438.0, 8476.0, 8438.0, 8474.0, 8503.0, 8463.0, 8482.0, 8461.0, 8489.0, 8460.0, 8463.0, 8459.0, 8481.0, 8497.0, 8475.0, 8514.0, 8458.0, 8496.0, 8481.0, 8528.0, 8480.0, 8510.0, 8461.0, 8487.0, 8532.0, 8496.0, 8514.0, 8453.0, 8498.0, 8435.0, 8479.0, 8418.0, 8477.0, 8457.0, 8471.0, 8513.0, 8444.0, 8486.0, 8495.0, 8465.0, 8473.0, 8443.0, 8452.0, 8409.0, 8439.0, 8411.0, 8435.0, 8491.0, 8452.0, 8480.0, 8468.0, 8483.0, 8443.0, 8466.0, 8434.0, 8462.0, 8503.0, 8481.0, 8493.0, 8452.0, 8479.0, 8439.0, 8479.0, 8434.0, 8507.0, 8458.0, 8446.0, 8509.0, 8485.0, 8495.0, 8434.0, 8483.0, 8441.0, 8489.0, 8486.0, 8443.0, 8488.0, 8450.0, 8463.0, 8414.0, 8447.0, 8417.0, 8453.0, 8433.0, 8452.0, 8518.0, 8491.0, 8521.0, 8475.0, 8527.0, 8501.0, 8534.0, 8543.0, 8625.0, 8534.0, 8469.0, 8439.0, 8454.0, 8446.0, 8452.0, 8470.0, 8473.0, 8494.0, 8508.0, 8532.0, 8502.0, 8533.0, 8494.0, 8492.0, 8472.0, 8507.0, 8469.0, 8482.0, 8473.0, 8429.0, 8433.0, 8415.0, 8434.0, 8455.0, 8426.0, 8440.0, 8414.0, 8424.0, 8380.0, 8411.0, 8385.0, 8433.0, 8431.0, 8462.0, 8413.0, 8462.0, 8447.0, 8471.0, 8516.0, 8512.0, 8508.0, 8497.0, 8509.0, 8504.0, 8496.0, 8501.0, 8480.0, 8497.0, 8558.0, 8506.0, 8524.0, 8494.0, 8524.0, 8514.0, 8530.0, 8500.0, 8558.0, 8511.0, 8523.0, 8538.0, 8509.0, 8534.0, 8487.0, 8496.0, 8493.0, 8479.0, 8469.0, 8519.0, 8507.0, 8494.0, 8474.0, 8508.0, 8473.0, 8509.0, 8481.0, 8490.0, 8449.0, 8464.0, 8502.0, 8459.0, 8473.0, 8446.0, 8480.0, 8470.0, 8501.0, 8464.0, 8508.0, 8461.0, 8500.0, 8456.0, 8503.0, 8516.0, 8507.0, 8534.0, 8506.0, 8523.0, 8516.0, 8538.0, 8490.0, 8501.0, 8483.0, 8484.0, 8510.0, 8473.0, 8484.0, 8447.0, 8463.0, 8416.0, 8448.0, 8485.0, 8467.0, 8475.0, 8434.0, 8514.0, 8480.0, 8492.0, 8461.0, 8494.0, 8464.0, 8510.0, 8497.0, 8495.0, 8540.0, 8488.0, 8524.0, 8503.0, 8505.0, 8533.0, 8493.0, 8509.0, 8469.0, 8516.0, 8491.0, 8519.0, 8535.0, 8504.0, 8516.0, 8487.0, 8487.0, 8474.0, 8485.0, 8460.0, 8468.0, 8519.0, 8467.0, 8477.0, 8447.0, 8496.0, 8456.0, 8507.0, 8442.0, 8505.0, 8526.0, 8480.0, 8495.0, 8477.0, 8482.0, 8509.0, 8482.0, 8510.0, 8467.0, 8489.0, 8471.0, 8518.0, 8495.0, 8484.0, 8509.0, 8478.0, 8473.0, 8461.0, 8473.0, 8411.0, 8457.0, 8483.0, 8458.0, 8473.0, 8446.0, 8480.0, 8478.0, 8465.0, 8475.0, 8489.0, 8499.0, 8485.0, 8499.0, 8491.0, 8519.0, 8549.0, 8509.0, 8521.0, 8470.0, 8483.0, 8417.0, 8460.0, 8488.0, 8450.0, 8507.0, 8510.0, 8462.0, 8480.0, 8475.0, 8497.0, 8521.0, 8495.0, 8531.0, 8501.0, 8541.0, 8530.0, 8528.0, 8503.0, 8529.0, 8504.0, 8538.0, 8523.0, 8552.0, 8502.0, 8546.0, 8587.0, 8549.0, 8538.0, 8517.0, 8504.0, 8535.0, 8484.0, 8495.0, 8448.0, 8460.0, 8424.0, 8454.0, 8500.0, 8455.0, 8499.0, 8486.0, 8500.0, 8471.0, 8506.0, 8479.0, 8459.0, 8453.0, 8453.0, 8482.0, 8512.0, 8502.0, 8533.0, 8480.0, 8501.0, 8495.0, 8497.0, 8505.0, 8456.0, 8469.0, 8443.0, 8475.0, 8505.0, 8467.0, 8447.0, 8419.0, 8462.0, 8458.0, 8446.0, 8446.0, 8467.0, 8462.0, 8447.0, 8466.0, 8466.0, 8430.0, 8464.0, 8482.0, 8496.0, 8474.0, 8496.0, 8474.0, 8499.0, 8480.0, 8501.0, 8524.0, 8471.0, 8497.0, 8534.0, 8513.0, 8505.0, 8484.0, 8495.0, 8459.0, 8487.0, 8529.0, 8459.0, 8460.0, 8506.0, 8464.0, 8479.0, 8447.0, 8445.0, 8466.0, 8422.0, 8437.0, 8417.0, 8440.0, 8462.0, 8445.0, 8447.0, 8457.0, 8475.0, 8505.0, 8449.0, 8465.0, 8473.0, 8447.0, 8487.0, 8496.0, 8490.0, 8489.0, 8492.0, 8477.0, 8477.0, 8496.0, 8522.0, 8493.0, 8493.0, 8499.0, 8500.0, 8513.0, 8502.0, 8498.0, 8501.0, 8512.0, 8492.0, 8480.0, 8532.0, 8492.0, 8512.0, 8529.0, 8540.0, 8478.0, 8471.0, 8433.0, 8484.0, 8536.0, 8475.0, 8484.0, 8508.0, 8466.0, 8516.0, 8492.0, 8501.0, 8480.0, 8480.0, 8500.0, 8437.0, 8450.0, 8407.0, 8447.0, 8487.0, 8463.0, 8492.0, 8501.0, 8493.0, 8461.0, 8492.0, 8534.0, 8464.0, 8478.0, 8493.0, 8449.0, 8492.0, 8540.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.008029447388342164</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06680370999242997</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.56363207786363</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1871307931666664</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0492600975075745</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7233.667</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.22029309001730238</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>418</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>31.642694928084783</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6478815682758796</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5286488488032224</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9185625667796824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496433289244735</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00761743</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013045424595475197</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02696056105196476</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>3.885050085874301</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.5469</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.3277</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.4678</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309475.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>576.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.9544</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0953</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.7851</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3026.3247</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3233.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67069.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>994.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.1581</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.586551672546193</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> |