=== 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-0005 --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-0005",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
144 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
144 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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-04/func/sub-0005_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>1b396140f701ab40dd27b0249132eafb</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:00:51.527500</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</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.0922975</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>[4131, -7765, -7209, 519, -60, 29, -87, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3a75ad5b-3267-4c88-aa14-b59405f8a402||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.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['150051.527500', '150051.987500', '150052.447500', '150052.907500', '150053.367500', '150053.827500', '150054.287500', '150054.747500', '150055.207500', '150055.667500', '150056.127500', '150056.587500', '150057.047500', '150057.507500', '150057.967500', '150058.427500', '150058.887500', '150059.347500', '150059.807500', '150100.267500', '150100.727500', '150101.187500', '150101.647500', '150102.107500', '150102.567500', '150103.027500', '150103.487500', '150103.947500', '150104.407500', '150104.867500', '150105.327500', '150105.787500', '150106.247500', '150106.707500', '150107.167500', '150107.627500', '150108.087500', '150108.547500', '150109.007500', '150109.467500', '150109.927500', '150110.387500', '150110.847500', '150111.307500', '150111.767500', '150112.227500', '150112.687500', '150113.147500', '150113.607500', '150114.067500', '150114.527500', '150114.987500', '150115.447500', '150115.907500', '150116.367500', '150116.827500', '150117.287500', '150117.747500', '150118.207500', '150118.667500', '150119.127500', '150119.587500', '150120.047500', '150120.507500', '150120.967500', '150121.427500', '150121.887500', '150122.347500', '150122.807500', '150123.267500', '150123.727500', '150124.187500', '150124.647500', '150125.107500', '150125.567500', '150126.027500', '150126.487500', '150126.947500', '150127.407500', '150127.867500', '150128.327500', '150128.787500', '150129.247500', '150129.707500', '150130.167500', '150130.627500', '150131.087500', '150131.547500', '150132.007500', '150132.467500', '150132.927500', '150133.387500', '150133.847500', '150134.307500', '150134.767500', '150135.227500', '150135.687500', '150136.147500', '150136.607500', '150137.067500', '150137.527500', '150137.987500', '150138.447500', '150138.907500', '150139.367500', '150139.827500', '150140.287500', '150140.747500', '150141.207500', '150141.667500', '150142.127500', '150142.587500', '150143.047500', '150143.507500', '150143.967500', '150144.427500', '150144.887500', '150145.347500', '150145.807500', '150146.267500', '150146.727500', '150147.187500', '150147.647500', '150148.107500', '150148.567500', '150149.027500', '150149.487500', '150149.947500', '150150.407500', '150150.867500', '150151.327500', '150151.787500', '150152.247500', '150152.707500', '150153.167500', '150153.627500', '150154.087500', '150154.547500', '150155.007500', '150155.467500', '150155.927500', '150156.387500', '150156.847500', '150157.307500', '150157.767500', '150158.227500', '150158.687500', '150159.147500', '150159.607500', '150200.067500', '150200.527500', '150200.987500', '150201.447500', '150201.907500', '150202.367500', '150202.827500', '150203.287500', '150203.747500', '150204.207500', '150204.667500', '150205.127500', '150205.587500', '150206.047500', '150206.507500', '150206.967500', '150207.427500', '150207.887500', '150208.347500', '150208.807500', '150209.267500', '150209.727500', '150210.187500', '150210.647500', '150211.107500', '150211.567500', '150212.027500', '150212.487500', '150212.947500', '150213.407500', '150213.867500', '150214.327500', '150214.787500', '150215.247500', '150215.707500', '150216.167500', '150216.627500', '150217.087500', '150217.547500', '150218.007500', '150218.467500', '150218.927500', '150219.387500', '150219.847500', '150220.307500', '150220.767500', '150221.227500', '150221.687500', '150222.147500', '150222.607500', '150223.067500', '150223.527500', '150223.987500', '150224.447500', '150224.907500', '150225.367500', '150225.827500', '150226.287500', '150226.747500', '150227.207500', '150227.667500', '150228.127500', '150228.587500', '150229.047500', '150229.507500', '150229.967500', '150230.427500', '150230.887500', '150231.347500', '150231.807500', '150232.267500', '150232.727500', '150233.187500', '150233.647500', '150234.107500', '150234.567500', '150235.027500', '150235.487500', '150235.947500', '150236.407500', '150236.867500', '150237.327500', '150237.787500', '150238.247500', '150238.707500', '150239.167500', '150239.627500', '150240.087500', '150240.547500', '150241.007500', '150241.467500', '150241.927500', '150242.387500', '150242.847500', '150243.307500', '150243.767500', '150244.227500', '150244.687500', '150245.147500', '150245.607500', '150246.067500', '150246.527500', '150246.987500', '150247.447500', '150247.907500', '150248.367500', '150248.827500', '150249.287500', '150249.747500', '150250.207500', '150250.667500', '150251.127500', '150251.587500', '150252.047500', '150252.507500', '150252.967500', '150253.427500', '150253.887500', '150254.347500', '150254.807500', '150255.267500', '150255.727500', '150256.187500', '150256.647500', '150257.107500', '150257.567500', '150258.027500', '150258.487500', '150258.947500', '150259.407500', '150259.867500', '150300.327500', '150300.787500', '150301.247500', '150301.707500', '150302.167500', '150302.627500', '150303.087500', '150303.547500', '150304.007500', '150304.467500', '150304.927500', '150305.387500', '150305.847500', '150306.307500', '150306.767500', '150307.227500', '150307.687500', '150308.147500', '150308.607500', '150309.067500', '150309.527500', '150309.987500', '150310.447500', '150310.907500', '150311.367500', '150311.827500', '150312.287500', '150312.747500', '150313.207500', '150313.667500', '150314.127500', '150314.587500', '150315.047500', '150315.507500', '150315.967500', '150316.427500', '150316.887500', '150317.347500', '150317.807500', '150318.267500', '150318.727500', '150319.187500', '150319.647500', '150320.107500', '150320.567500', '150321.027500', '150321.487500', '150321.947500', '150322.407500', '150322.867500', '150323.327500', '150323.787500', '150324.247500', '150324.707500', '150325.167500', '150325.627500', '150326.087500', '150326.547500', '150327.007500', '150327.467500', '150327.927500', '150328.387500', '150328.847500', '150329.307500', '150329.767500', '150330.227500', '150330.687500', '150331.147500', '150331.607500', '150332.067500', '150332.527500', '150332.987500', '150333.447500', '150333.907500', '150334.367500', '150334.827500', '150335.287500', '150335.747500', '150336.207500', '150336.667500', '150337.127500', '150337.587500', '150338.047500', '150338.507500', '150338.967500', '150339.427500', '150339.887500', '150340.347500', '150340.807500', '150341.267500', '150341.727500', '150342.187500', '150342.647500', '150343.107500', '150343.567500', '150344.027500', '150344.487500', '150344.947500', '150345.407500', '150345.867500', '150346.327500', '150346.787500', '150347.247500', '150347.707500', '150348.167500', '150348.627500', '150349.087500', '150349.547500', '150350.007500', '150350.467500', '150350.927500', '150351.387500', '150351.847500', '150352.307500', '150352.767500', '150353.227500', '150353.687500', '150354.147500', '150354.607500', '150355.067500', '150355.527500', '150355.987500', '150356.447500', '150356.907500', '150357.367500', '150357.827500', '150358.287500', '150358.747500', '150359.207500', '150359.667500', '150400.127500', '150400.587500', '150401.047500', '150401.507500', '150401.967500', '150402.427500', '150402.887500', '150403.347500', '150403.807500', '150404.267500', '150404.727500', '150405.187500', '150405.647500', '150406.107500', '150406.567500', '150407.027500', '150407.487500', '150407.947500', '150408.407500', '150408.867500', '150409.327500', '150409.787500', '150410.247500', '150410.707500', '150411.167500', '150411.627500', '150412.087500', '150412.547500', '150413.007500', '150413.467500', '150413.927500', '150414.387500', '150414.847500', '150415.307500', '150415.767500', '150416.227500', '150416.687500', '150417.147500', '150417.607500', '150418.067500', '150418.527500', '150418.987500', '150419.447500', '150419.907500', '150420.367500', '150420.827500', '150421.287500', '150421.747500', '150422.207500', '150422.667500', '150423.127500', '150423.587500', '150424.047500', '150424.507500', '150424.967500', '150425.427500', '150425.887500', '150426.347500', '150426.807500', '150427.267500', '150427.727500', '150428.187500', '150428.647500', '150429.107500', '150429.567500', '150430.027500', '150430.487500', '150430.947500', '150431.407500', '150431.867500', '150432.327500', '150432.787500', '150433.247500', '150433.707500', '150434.167500', '150434.627500', '150435.087500', '150435.547500', '150436.007500', '150436.467500', '150436.927500', '150437.387500', '150437.847500', '150438.307500', '150438.767500', '150439.227500', '150439.687500', '150440.147500', '150440.607500', '150441.067500', '150441.527500', '150441.987500', '150442.447500', '150442.907500', '150443.367500', '150443.827500', '150444.287500', '150444.747500', '150445.207500', '150445.667500', '150446.127500', '150446.587500', '150447.047500', '150447.507500', '150447.967500', '150448.427500', '150448.887500', '150449.347500', '150449.807500', '150450.267500', '150450.727500', '150451.187500', '150451.647500', '150452.107500', '150452.567500', '150453.027500', '150453.487500', '150453.947500', '150454.407500', '150454.867500', '150455.327500', '150455.787500', '150456.247500', '150456.707500', '150457.167500', '150457.627500', '150458.087500', '150458.547500', '150459.007500', '150459.467500', '150459.927500', '150500.387500', '150500.847500', '150501.307500', '150501.767500', '150502.227500', '150502.687500', '150503.147500', '150503.607500', '150504.067500', '150504.527500', '150504.987500', '150505.447500', '150505.907500', '150506.367500', '150506.827500', '150507.287500', '150507.747500', '150508.207500', '150508.667500', '150509.127500', '150509.587500', '150510.047500', '150510.507500', '150510.967500', '150511.427500', '150511.887500', '150512.347500', '150512.807500', '150513.267500', '150513.727500', '150514.187500', '150514.647500', '150515.107500', '150515.567500', '150516.027500', '150516.487500', '150516.947500', '150517.407500', '150517.867500', '150518.327500', '150518.787500', '150519.247500', '150519.707500', '150520.167500', '150520.627500', '150521.087500', '150521.547500', '150522.007500', '150522.467500', '150522.927500', '150523.387500', '150523.847500', '150524.307500', '150524.767500', '150525.227500', '150525.687500', '150526.147500', '150526.607500', '150527.067500', '150527.527500', '150527.987500', '150528.447500', '150528.907500', '150529.367500', '150529.827500', '150530.287500', '150530.747500', '150531.207500', '150531.667500', '150532.127500', '150532.587500', '150533.047500', '150533.507500', '150533.967500', '150534.427500', '150534.887500', '150535.347500', '150535.807500', '150536.267500', '150536.727500', '150537.187500', '150537.647500', '150538.107500', '150538.567500', '150539.027500', '150539.487500', '150539.947500', '150540.407500', '150540.867500', '150541.327500', '150541.787500', '150542.247500', '150542.707500', '150543.167500', '150543.627500', '150544.087500', '150544.547500', '150545.007500', '150545.467500', '150545.927500', '150546.387500', '150546.847500', '150547.307500', '150547.767500', '150548.227500', '150548.687500', '150549.147500', '150549.607500', '150550.067500', '150550.527500', '150550.987500', '150551.447500', '150551.907500', '150552.367500', '150552.827500', '150553.287500', '150553.747500', '150554.207500', '150554.667500', '150555.127500', '150555.587500', '150556.047500', '150556.507500', '150556.967500', '150557.427500', '150557.887500', '150558.347500', '150558.807500', '150559.267500', '150559.727500', '150600.187500', '150600.647500', '150601.107500', '150601.567500', '150602.027500', '150602.487500', '150602.947500', '150603.407500', '150603.867500', '150604.327500', '150604.787500', '150605.247500', '150605.707500', '150606.167500', '150606.627500', '150607.087500', '150607.547500', '150608.007500', '150608.467500', '150608.927500', '150609.387500', '150609.847500', '150610.307500', '150610.767500', '150611.227500', '150611.687500', '150612.147500', '150612.607500', '150613.067500', '150613.527500', '150613.987500', '150614.447500', '150614.907500', '150615.367500', '150615.827500', '150616.287500', '150616.747500', '150617.207500', '150617.667500', '150618.127500', '150618.587500', '150619.047500', '150619.507500', '150619.967500', '150620.427500', '150620.887500', '150621.347500', '150621.807500', '150622.267500', '150622.727500', '150623.187500', '150623.647500', '150624.107500', '150624.567500', '150625.027500', '150625.487500', '150625.947500', '150626.407500', '150626.867500', '150627.327500', '150627.787500', '150628.247500', '150628.707500', '150629.167500', '150629.627500', '150630.087500', '150630.547500', '150631.007500', '150631.467500', '150631.927500', '150632.387500', '150632.847500', '150633.307500', '150633.767500', '150634.227500', '150634.687500', '150635.147500', '150635.607500', '150636.067500', '150636.527500', '150636.987500', '150637.447500', '150637.907500', '150638.367500', '150638.827500', '150639.287500', '150639.747500', '150640.207500', '150640.667500', '150641.127500', '150641.587500', '150642.047500', '150642.507500', '150642.967500', '150643.427500', '150643.887500', '150644.347500', '150644.807500', '150645.267500', '150645.727500', '150646.187500', '150646.647500', '150647.107500', '150647.567500', '150648.027500', '150648.487500', '150648.947500', '150649.407500', '150649.867500', '150650.327500', '150650.787500', '150651.247500', '150651.707500', '150652.167500', '150652.627500', '150653.087500', '150653.547500', '150654.007500', '150654.467500', '150654.927500', '150655.387500', '150655.847500', '150656.307500', '150656.767500', '150657.227500', '150657.687500', '150658.147500', '150658.607500', '150659.067500', '150659.527500', '150659.987500', '150700.447500', '150700.907500', '150701.367500', '150701.827500', '150702.287500', '150702.747500', '150703.207500', '150703.667500', '150704.127500', '150704.587500', '150705.047500', '150705.507500', '150705.967500', '150706.427500', '150706.887500', '150707.347500', '150707.807500', '150708.267500', '150708.727500', '150709.187500', '150709.647500', '150710.107500', '150710.567500', '150711.027500', '150711.487500', '150711.947500', '150712.407500', '150712.867500', '150713.327500', '150713.787500', '150714.247500', '150714.707500', '150715.167500', '150715.627500', '150716.087500', '150716.547500', '150717.007500', '150717.467500', '150717.927500', '150718.387500', '150718.847500', '150719.307500', '150719.767500', '150720.227500', '150720.687500', '150721.147500', '150721.607500', '150722.067500', '150722.527500', '150722.987500', '150723.447500', '150723.907500', '150724.367500', '150724.827500', '150725.287500', '150725.747500', '150726.207500', '150726.667500', '150727.127500', '150727.587500', '150728.047500', '150728.507500', '150728.967500', '150729.427500', '150729.887500', '150730.347500', '150730.807500', '150731.267500', '150731.727500', '150732.187500', '150732.647500', '150733.107500', '150733.567500', '150734.027500', '150734.487500', '150734.947500', '150735.407500', '150735.867500', '150736.327500', '150736.787500', '150737.247500', '150737.707500', '150738.167500', '150738.627500', '150739.087500', '150739.547500', '150740.007500', '150740.467500', '150740.927500', '150741.387500', '150741.847500', '150742.307500', '150742.767500', '150743.227500', '150743.687500', '150744.147500', '150744.607500', '150745.067500', '150745.527500', '150745.987500', '150746.447500', '150746.907500', '150747.367500', '150747.827500', '150748.287500', '150748.747500', '150749.207500', '150749.667500', '150750.127500', '150750.587500', '150751.047500', '150751.507500', '150751.967500', '150752.427500', '150752.887500', '150753.347500', '150753.807500', '150754.267500', '150754.727500', '150755.187500', '150755.647500', '150756.107500', '150756.567500', '150757.027500', '150757.487500', '150757.947500', '150758.407500', '150758.867500', '150759.327500', '150759.787500', '150800.247500', '150800.707500', '150801.167500', '150801.627500', '150802.087500', '150802.547500', '150803.007500', '150803.467500', '150803.927500', '150804.387500', '150804.847500', '150805.307500', '150805.767500', '150806.227500', '150806.687500', '150807.147500', '150807.607500', '150808.067500', '150808.527500', '150808.987500', '150809.447500', '150809.907500', '150810.367500', '150810.827500', '150811.287500', '150811.747500', '150812.207500', '150812.667500', '150813.127500', '150813.587500', '150814.047500', '150814.507500', '150814.967500', '150815.427500', '150815.887500', '150816.347500', '150816.807500', '150817.267500', '150817.727500', '150818.187500', '150818.647500', '150819.107500', '150819.567500', '150820.027500', '150820.487500', '150820.947500', '150821.407500', '150821.867500', '150822.327500', '150822.787500', '150823.247500', '150823.707500', '150824.167500', '150824.627500', '150825.087500', '150825.547500', '150826.007500', '150826.467500', '150826.927500', '150827.387500', '150827.847500', '150828.307500', '150828.767500', '150829.227500', '150829.687500', '150830.147500', '150830.607500', '150831.067500', '150831.527500', '150831.987500', '150832.447500', '150832.907500', '150833.367500', '150833.827500', '150834.287500', '150834.747500', '150835.207500', '150835.667500', '150836.127500', '150836.587500', '150837.047500', '150837.507500', '150837.967500', '150838.427500', '150838.887500', '150839.347500', '150839.807500', '150840.267500', '150840.727500', '150841.187500', '150841.647500', '150842.107500', '150842.567500', '150843.027500', '150843.487500', '150843.947500', '150844.407500', '150844.867500', '150845.327500', '150845.787500', '150846.247500', '150846.707500', '150847.167500', '150847.627500', '150848.087500', '150848.547500', '150849.007500', '150849.467500', '150849.927500', '150850.387500', '150850.847500', '150851.307500', '150851.767500', '150852.227500', '150852.687500', '150853.147500', '150853.607500', '150854.067500', '150854.527500', '150854.987500', '150855.447500', '150855.907500', '150856.367500', '150856.827500', '150857.287500', '150857.747500', '150858.207500', '150858.667500', '150859.127500', '150859.587500', '150900.047500', '150900.507500', '150900.967500', '150901.427500', '150901.887500', '150902.347500', '150902.807500', '150903.267500', '150903.727500', '150904.187500', '150904.647500', '150905.107500', '150905.567500', '150906.027500', '150906.487500', '150906.947500', '150907.407500', '150907.867500', '150908.327500', '150908.787500', '150909.247500', '150909.707500', '150910.167500', '150910.627500', '150911.087500', '150911.547500', '150912.007500', '150912.467500', '150912.927500', '150913.387500', '150913.847500', '150914.307500', '150914.767500', '150915.227500', '150915.687500', '150916.147500', '150916.607500', '150917.067500', '150917.527500', '150917.987500', '150918.447500', '150918.907500', '150919.367500', '150919.827500', '150920.287500', '150920.747500', '150921.207500', '150921.667500', '150922.127500', '150922.587500', '150923.047500', '150923.507500', '150923.967500', '150924.427500', '150924.887500', '150925.347500', '150925.807500', '150926.267500', '150926.727500', '150927.187500', '150927.647500', '150928.107500', '150928.567500', '150929.027500', '150929.487500', '150929.947500', '150930.407500', '150930.867500', '150931.327500', '150931.787500', '150932.247500', '150932.707500', '150933.167500', '150933.627500', '150934.087500', '150934.547500', '150935.007500', '150935.467500', '150935.927500', '150936.387500', '150936.847500', '150937.307500', '150937.767500', '150938.227500', '150938.687500', '150939.147500', '150939.607500', '150940.067500', '150940.527500', '150940.987500', '150941.447500', '150941.907500', '150942.367500', '150942.827500', '150943.287500', '150943.747500', '150944.207500', '150944.667500', '150945.127500', '150945.587500', '150946.047500', '150946.507500', '150946.967500', '150947.427500', '150947.887500', '150948.347500', '150948.807500', '150949.267500', '150949.727500', '150950.187500', '150950.647500', '150951.107500', '150951.567500', '150952.027500', '150952.487500', '150952.947500', '150953.407500', '150953.867500', '150954.327500', '150954.787500', '150955.247500', '150955.707500', '150956.167500', '150956.627500', '150957.087500', '150957.547500', '150958.007500', '150958.467500', '150958.927500', '150959.387500', '150959.847500', '151000.307500', '151000.767500', '151001.227500', '151001.687500', '151002.147500', '151002.607500', '151003.067500', '151003.527500', '151003.987500', '151004.447500', '151004.907500', '151005.367500', '151005.827500', '151006.287500', '151006.747500', '151007.207500', '151007.667500', '151008.127500', '151008.587500', '151009.047500', '151009.507500', '151009.967500', '151010.427500', '151010.887500', '151011.347500', '151011.807500', '151012.267500', '151012.727500', '151013.187500', '151013.647500', '151014.107500', '151014.567500', '151015.027500', '151015.487500', '151015.947500', '151016.407500', '151016.867500', '151017.327500', '151017.787500', '151018.247500', '151018.707500', '151019.167500', '151019.627500', '151020.087500', '151020.547500', '151021.007500', '151021.467500', '151021.927500', '151022.387500', '151022.847500', '151023.307500', '151023.767500', '151024.227500', '151024.687500', '151025.147500', '151025.607500', '151026.067500', '151026.527500', '151026.987500', '151027.447500', '151027.907500', '151028.367500', '151028.827500', '151029.287500', '151029.747500', '151030.207500', '151030.667500', '151031.127500', '151031.587500', '151032.047500', '151032.507500', '151032.967500', '151033.427500', '151033.887500', '151034.347500', '151034.807500', '151035.267500', '151035.727500', '151036.187500', '151036.647500', '151037.107500', '151037.567500', '151038.027500', '151038.487500', '151038.947500', '151039.407500', '151039.867500', '151040.327500', '151040.787500', '151041.247500', '151041.707500', '151042.167500', '151042.627500', '151043.087500', '151043.547500', '151044.007500', '151044.467500', '151044.927500', '151045.387500', '151045.847500', '151046.307500', '151046.767500', '151047.227500', '151047.687500', '151048.147500', '151048.607500', '151049.067500', '151049.527500', '151049.987500', '151050.447500', '151050.907500', '151051.367500', '151051.827500', '151052.287500', '151052.747500', '151053.207500', '151053.667500', '151054.127500', '151054.587500', '151055.047500', '151055.507500', '151055.967500', '151056.427500', '151056.887500', '151057.347500', '151057.807500', '151058.267500', '151058.727500', '151059.187500'], 'ContentTime': ['150118.871000', '150118.875000', '150118.878000', '150118.881000', '150118.884000', '150118.887000', '150118.890000', '150118.893000', '150118.896000', '150118.899000', '150118.902000', '150118.905000', '150118.908000', '150118.911000', '150118.914000', '150118.917000', '150118.920000', '150118.923000', '150118.926000', '150118.929000', '150118.932000', '150118.935000', '150118.938000', '150118.941000', '150118.944000', '150118.956000', '150118.959000', '150118.962000', '150118.965000', '150118.968000', '150118.971000', '150118.974000', '150118.977000', '150118.980000', '150118.983000', '150118.986000', '150118.990000', '150118.993000', '150118.996000', '150119.000000', '150119.003000', '150119.006000', '150119.020000', '150119.023000', '150119.026000', '150119.029000', '150119.032000', '150119.035000', '150119.038000', '150119.041000', '150119.044000', '150119.047000', '150119.050000', '150119.053000', '150119.056000', '150119.059000', '150119.062000', '150119.065000', '150138.831000', '150138.834000', '150138.837000', '150138.840000', '150138.843000', '150138.846000', '150138.849000', '150138.851000', '150138.854000', '150138.862000', '150138.865000', '150138.874000', '150138.877000', '150138.880000', '150138.883000', '150138.886000', '150138.889000', '150138.892000', '150138.894000', '150138.897000', '150138.900000', '150138.903000', '150138.906000', '150138.909000', '150138.912000', '150138.915000', '150138.918000', '150138.921000', '150138.924000', '150138.926000', '150138.929000', '150138.932000', '150138.935000', '150138.938000', '150138.941000', '150138.944000', '150138.947000', '150138.950000', '150138.953000', '150138.955000', '150138.958000', '150138.961000', '150138.964000', '150158.831000', '150158.834000', '150158.837000', '150158.840000', '150158.843000', '150158.846000', '150158.848000', '150158.851000', '150158.854000', '150158.857000', '150158.860000', '150158.863000', '150158.869000', '150158.872000', '150158.875000', '150158.878000', '150158.881000', '150158.884000', '150158.887000', '150158.890000', '150158.893000', '150158.895000', '150158.898000', '150158.901000', '150158.904000', '150158.907000', '150158.910000', '150158.913000', '150158.916000', '150158.919000', '150158.922000', '150158.925000', '150158.928000', '150158.931000', '150158.933000', '150158.936000', '150158.939000', '150158.942000', '150158.945000', '150158.948000', '150158.951000', '150158.954000', '150158.957000', '150158.960000', '150218.831000', '150218.834000', '150218.837000', '150218.840000', '150218.843000', '150218.846000', '150218.849000', '150218.852000', '150218.854000', '150218.857000', '150218.860000', '150218.864000', '150218.867000', '150218.870000', '150218.873000', '150218.876000', '150218.879000', '150218.882000', '150218.885000', '150218.888000', '150218.891000', '150218.894000', '150218.897000', '150218.899000', '150218.902000', '150218.905000', '150218.908000', '150218.911000', '150218.914000', '150218.917000', '150218.920000', '150218.923000', '150218.926000', '150218.929000', '150218.932000', '150218.935000', '150218.937000', '150218.940000', '150218.943000', '150218.946000', '150218.949000', '150218.952000', '150218.955000', '150238.832000', '150238.835000', '150238.839000', '150238.842000', '150238.845000', '150238.847000', '150238.851000', '150238.853000', '150238.856000', '150238.859000', '150238.862000', '150238.865000', '150238.868000', '150238.871000', '150238.874000', '150238.877000', '150238.880000', '150238.883000', '150238.886000', '150238.889000', '150238.892000', '150238.894000', '150238.897000', '150238.900000', '150238.903000', '150238.906000', '150238.909000', '150238.912000', '150238.915000', '150238.918000', '150238.921000', '150238.924000', '150238.927000', '150238.930000', '150238.933000', '150238.936000', '150238.938000', '150238.941000', '150238.944000', '150238.947000', '150238.950000', '150238.953000', '150238.957000', '150258.832000', '150258.835000', '150258.838000', '150258.841000', '150258.844000', '150258.847000', '150258.850000', '150258.853000', '150258.856000', '150258.859000', '150258.862000', '150258.865000', '150258.867000', '150258.870000', '150258.873000', '150258.876000', '150258.879000', '150258.882000', '150258.885000', '150258.888000', '150258.891000', '150258.894000', '150258.897000', '150258.900000', '150258.903000', '150258.906000', '150258.909000', '150258.912000', '150258.915000', '150258.918000', '150258.921000', '150258.923000', '150258.926000', '150258.929000', '150258.932000', '150258.935000', '150258.938000', '150258.941000', '150258.944000', '150258.947000', '150258.950000', '150258.953000', '150258.956000', '150258.959000', '150318.831000', '150318.834000', '150318.837000', '150318.840000', '150318.843000', '150318.846000', '150318.849000', '150318.865000', '150318.868000', '150318.871000', '150318.874000', '150318.877000', '150318.879000', '150318.882000', '150318.885000', '150318.888000', '150318.891000', '150318.894000', '150318.897000', '150318.900000', '150318.903000', '150318.911000', '150318.913000', '150318.916000', '150318.919000', '150318.922000', '150318.925000', '150318.928000', '150318.931000', '150318.934000', '150318.937000', '150318.940000', '150318.942000', '150318.945000', '150318.948000', '150318.951000', '150318.954000', '150318.957000', '150318.960000', '150318.963000', '150318.966000', '150318.969000', '150318.972000', '150338.831000', '150338.834000', '150338.837000', '150338.840000', '150338.843000', '150338.846000', '150338.849000', '150338.852000', '150338.855000', '150338.858000', '150338.861000', '150338.864000', '150338.867000', '150338.869000', '150338.872000', '150338.875000', '150338.878000', '150338.881000', '150338.884000', '150338.887000', '150338.890000', '150338.893000', '150338.896000', '150338.899000', '150338.902000', '150338.905000', '150338.907000', '150338.910000', '150338.916000', '150338.919000', '150338.922000', '150338.925000', '150338.928000', '150338.931000', '150338.934000', '150338.937000', '150338.940000', '150338.943000', '150338.945000', '150338.948000', '150338.951000', '150338.954000', '150338.957000', '150338.960000', '150358.831000', '150358.834000', '150358.837000', '150358.840000', '150358.843000', '150358.846000', '150358.849000', '150358.852000', '150358.855000', '150358.858000', '150358.861000', '150358.864000', '150358.867000', '150358.870000', '150358.873000', '150358.876000', '150358.879000', '150358.882000', '150358.885000', '150358.888000', '150358.891000', '150358.894000', '150358.897000', '150358.900000', '150358.903000', '150358.906000', '150358.909000', '150358.912000', '150358.915000', '150358.918000', '150358.921000', '150358.924000', '150358.927000', '150358.930000', '150358.933000', '150358.935000', '150358.938000', '150358.941000', '150358.944000', '150358.947000', '150358.950000', '150358.953000', '150358.956000', '150418.831000', '150418.834000', '150418.837000', '150418.840000', '150418.843000', '150418.849000', '150418.852000', '150418.855000', '150418.858000', '150418.861000', '150418.863000', '150418.866000', '150418.869000', '150418.872000', '150418.875000', '150418.878000', '150418.881000', '150418.884000', '150418.887000', '150418.890000', '150418.893000', '150418.896000', '150418.899000', '150418.902000', '150418.905000', '150418.907000', '150418.910000', '150418.913000', '150418.916000', '150418.919000', '150418.922000', '150418.925000', '150418.928000', '150418.931000', '150418.934000', '150418.937000', '150418.940000', '150418.943000', '150418.946000', '150418.949000', '150418.951000', '150418.954000', '150418.957000', '150418.960000', '150438.832000', '150438.835000', '150438.838000', '150438.841000', '150438.844000', '150438.847000', '150438.850000', '150438.853000', '150438.856000', '150438.859000', '150438.862000', '150438.865000', '150438.868000', '150438.871000', '150438.874000', '150438.876000', '150438.879000', '150438.883000', '150438.886000', '150438.888000', '150438.892000', '150438.895000', '150438.898000', '150438.901000', '150438.904000', '150438.906000', '150438.909000', '150438.912000', '150438.915000', '150438.918000', '150438.921000', '150438.924000', '150438.927000', '150438.930000', '150438.933000', '150438.936000', '150438.939000', '150438.942000', '150438.945000', '150438.948000', '150438.951000', '150438.954000', '150438.956000', '150458.832000', '150458.835000', '150458.838000', '150458.841000', '150458.844000', '150458.847000', '150458.850000', '150458.853000', '150458.856000', '150458.859000', '150458.862000', '150458.865000', '150458.868000', '150458.871000', '150458.874000', '150458.877000', '150458.879000', '150458.882000', '150458.886000', '150458.888000', '150458.891000', '150458.894000', '150458.897000', '150458.900000', '150458.903000', '150458.906000', '150458.909000', '150458.912000', '150458.915000', '150458.918000', '150458.921000', '150458.924000', '150458.927000', '150458.930000', '150458.933000', '150458.936000', '150458.939000', '150458.942000', '150458.945000', '150458.948000', '150458.951000', '150458.954000', '150458.957000', '150458.966000', '150518.832000', '150518.835000', '150518.838000', '150518.841000', '150518.844000', '150518.847000', '150518.850000', '150518.853000', '150518.856000', '150518.859000', '150518.862000', '150518.865000', '150518.868000', '150518.870000', '150518.873000', '150518.876000', '150518.879000', '150518.882000', '150518.885000', '150518.888000', '150518.891000', '150518.894000', '150518.897000', '150518.900000', '150518.903000', '150518.906000', '150518.910000', '150518.915000', '150518.918000', '150518.921000', '150518.924000', '150518.927000', '150518.930000', '150518.933000', '150518.936000', '150518.939000', '150518.942000', '150518.945000', '150518.948000', '150518.951000', '150518.954000', '150518.957000', '150518.960000', '150538.831000', '150538.834000', '150538.837000', '150538.840000', '150538.843000', '150538.846000', '150538.849000', '150538.852000', '150538.855000', '150538.858000', '150538.861000', '150538.864000', '150538.867000', '150538.870000', '150538.873000', '150538.876000', '150538.879000', '150538.886000', '150538.889000', '150538.892000', '150538.895000', '150538.898000', '150538.901000', '150538.904000', '150538.907000', '150538.910000', '150538.913000', '150538.916000', '150538.919000', '150538.922000', '150538.925000', '150538.928000', '150538.930000', '150538.934000', '150538.936000', '150538.939000', '150538.942000', '150538.945000', '150538.948000', '150538.951000', '150538.954000', '150538.957000', '150538.960000', '150538.963000', '150558.831000', '150558.834000', '150558.837000', '150558.840000', '150558.843000', '150558.846000', '150558.849000', '150558.852000', '150558.855000', '150558.858000', '150558.860000', '150558.865000', '150558.868000', '150558.871000', '150558.874000', '150558.877000', '150558.880000', '150558.883000', '150558.886000', '150558.889000', '150558.892000', '150558.895000', '150558.898000', '150558.901000', '150558.904000', '150558.906000', '150558.909000', '150558.912000', '150558.915000', '150558.918000', '150558.922000', '150558.926000', '150558.929000', '150558.933000', '150558.935000', '150558.938000', '150558.941000', '150558.944000', '150558.947000', '150558.950000', '150558.953000', '150558.956000', '150558.959000', '150618.831000', '150618.834000', '150618.837000', '150618.840000', '150618.843000', '150618.846000', '150618.849000', '150618.852000', '150618.857000', '150618.860000', '150618.863000', '150618.865000', '150618.869000', '150618.872000', '150618.886000', '150618.889000', '150618.892000', '150618.895000', '150618.898000', '150618.901000', '150618.904000', '150618.906000', '150618.909000', '150618.912000', '150618.915000', '150618.918000', '150618.921000', '150618.924000', '150618.927000', '150618.930000', '150618.933000', '150618.936000', '150618.939000', '150618.942000', '150618.945000', '150618.948000', '150618.951000', '150618.954000', '150618.956000', '150618.959000', '150618.962000', '150618.965000', '150618.968000', '150618.971000', '150638.831000', '150638.834000', '150638.837000', '150638.840000', '150638.843000', '150638.846000', '150638.849000', '150638.852000', '150638.855000', '150638.858000', '150638.861000', '150638.863000', '150638.866000', '150638.869000', '150638.872000', '150638.875000', '150638.878000', '150638.881000', '150638.884000', '150638.887000', '150638.890000', '150638.893000', '150638.896000', '150638.899000', '150638.902000', '150638.905000', '150638.908000', '150638.911000', '150638.914000', '150638.917000', '150638.920000', '150638.922000', '150638.925000', '150638.928000', '150638.931000', '150638.934000', '150638.937000', '150638.940000', '150638.943000', '150638.946000', '150638.949000', '150638.952000', '150638.955000', '150658.832000', '150658.835000', '150658.838000', '150658.841000', '150658.844000', '150658.847000', '150658.850000', '150658.853000', '150658.856000', '150658.859000', '150658.862000', '150658.865000', '150658.867000', '150658.870000', '150658.873000', '150658.877000', '150658.879000', '150658.882000', '150658.885000', '150658.888000', '150658.891000', '150658.894000', '150658.897000', '150658.900000', '150658.903000', '150658.906000', '150658.909000', '150658.913000', '150658.917000', '150658.919000', '150658.922000', '150658.925000', '150658.928000', '150658.931000', '150658.934000', '150658.937000', '150658.940000', '150658.943000', '150658.946000', '150658.949000', '150658.952000', '150658.955000', '150658.958000', '150658.961000', '150718.832000', '150718.835000', '150718.838000', '150718.841000', '150718.844000', '150718.847000', '150718.850000', '150718.853000', '150718.856000', '150718.859000', '150718.862000', '150718.865000', '150718.868000', '150718.871000', '150718.874000', '150718.876000', '150718.879000', '150718.882000', '150718.885000', '150718.888000', '150718.891000', '150718.894000', '150718.897000', '150718.900000', '150718.904000', '150718.907000', '150718.910000', '150718.913000', '150718.916000', '150718.919000', '150718.922000', '150718.925000', '150718.928000', '150718.931000', '150718.934000', '150718.937000', '150718.940000', '150718.943000', '150718.946000', '150718.949000', '150718.952000', '150718.955000', '150718.958000', '150738.832000', '150738.835000', '150738.838000', '150738.841000', '150738.844000', '150738.847000', '150738.850000', '150738.853000', '150738.856000', '150738.859000', '150738.862000', '150738.865000', '150738.868000', '150738.871000', '150738.874000', '150738.877000', '150738.880000', '150738.883000', '150738.886000', '150738.889000', '150738.892000', '150738.894000', '150738.897000', '150738.900000', '150738.903000', '150738.918000', '150738.921000', '150738.924000', '150738.927000', '150738.930000', '150738.933000', '150738.935000', '150738.938000', '150738.941000', '150738.944000', '150738.947000', '150738.950000', '150738.953000', '150738.956000', '150738.959000', '150738.962000', '150738.965000', '150738.968000', '150738.971000', '150758.831000', '150758.834000', '150758.837000', '150758.840000', '150758.843000', '150758.846000', '150758.849000', '150758.852000', '150758.855000', '150758.858000', '150758.860000', '150758.863000', '150758.866000', '150758.869000', '150758.872000', '150758.875000', '150758.878000', '150758.881000', '150758.884000', '150758.887000', '150758.890000', '150758.893000', '150758.896000', '150758.898000', '150758.902000', '150758.904000', '150758.907000', '150758.910000', '150758.913000', '150758.916000', '150758.919000', '150758.922000', '150758.925000', '150758.928000', '150758.931000', '150758.934000', '150758.937000', '150758.940000', '150758.943000', '150758.946000', '150758.949000', '150758.952000', '150758.955000', '150818.831000', '150818.834000', '150818.837000', '150818.840000', '150818.843000', '150818.846000', '150818.849000', '150818.852000', '150818.855000', '150818.858000', '150818.861000', '150818.864000', '150818.867000', '150818.870000', '150818.873000', '150818.875000', '150818.878000', '150818.881000', '150818.884000', '150818.887000', '150818.890000', '150818.893000', '150818.896000', '150818.899000', '150818.902000', '150818.905000', '150818.908000', '150818.911000', '150818.914000', '150818.917000', '150818.920000', '150818.923000', '150818.925000', '150818.929000', '150818.931000', '150818.934000', '150818.937000', '150818.940000', '150818.943000', '150818.946000', '150818.949000', '150818.952000', '150818.955000', '150818.958000', '150838.831000', '150838.834000', '150838.837000', '150838.840000', '150838.843000', '150838.846000', '150838.849000', '150838.852000', '150838.855000', '150838.858000', '150838.861000', '150838.864000', '150838.867000', '150838.870000', '150838.873000', '150838.876000', '150838.878000', '150838.881000', '150838.884000', '150838.887000', '150838.890000', '150838.893000', '150838.896000', '150838.899000', '150838.902000', '150838.905000', '150838.908000', '150838.911000', '150838.914000', '150838.917000', '150838.919000', '150838.923000', '150838.925000', '150838.928000', '150838.931000', '150838.934000', '150838.937000', '150838.941000', '150838.944000', '150838.947000', '150838.950000', '150838.953000', '150838.956000', '150858.831000', '150858.834000', '150858.837000', '150858.840000', '150858.843000', '150858.846000', '150858.849000', '150858.852000', '150858.855000', '150858.858000', '150858.861000', '150858.864000', '150858.867000', '150858.870000', '150858.872000', '150858.875000', '150858.878000', '150858.881000', '150858.884000', '150858.887000', '150858.890000', '150858.893000', '150858.911000', '150858.914000', '150858.924000', '150858.927000', '150858.930000', '150858.933000', '150858.936000', '150858.939000', '150858.941000', '150858.944000', '150858.947000', '150858.950000', '150858.953000', '150858.956000', '150858.959000', '150858.962000', '150858.965000', '150858.968000', '150858.971000', '150858.974000', '150858.977000', '150918.832000', '150918.835000', '150918.838000', '150918.841000', '150918.844000', '150918.847000', '150918.850000', '150918.853000', '150918.856000', '150918.859000', '150918.862000', '150918.865000', '150918.868000', '150918.871000', '150918.873000', '150918.876000', '150918.879000', '150918.882000', '150918.885000', '150918.888000', '150918.891000', '150918.894000', '150918.897000', '150918.900000', '150918.903000', '150918.906000', '150918.909000', '150918.912000', '150918.915000', '150918.918000', '150918.921000', '150918.924000', '150918.927000', '150918.930000', '150918.932000', '150918.936000', '150918.939000', '150918.941000', '150918.944000', '150918.947000', '150918.950000', '150918.953000', '150918.956000', '150918.959000', '150938.832000', '150938.835000', '150938.838000', '150938.841000', '150938.844000', '150938.847000', '150938.850000', '150938.853000', '150938.856000', '150938.859000', '150938.862000', '150938.865000', '150938.868000', '150938.871000', '150938.874000', '150938.877000', '150938.880000', '150938.882000', '150938.885000', '150938.888000', '150938.891000', '150938.894000', '150938.897000', '150938.900000', '150938.903000', '150938.906000', '150938.909000', '150938.912000', '150938.915000', '150938.918000', '150938.921000', '150938.924000', '150938.927000', '150938.930000', '150938.933000', '150938.936000', '150938.939000', '150938.942000', '150938.945000', '150938.948000', '150938.951000', '150938.954000', '150938.956000', '150938.959000', '150958.832000', '150958.835000', '150958.838000', '150958.841000', '150958.844000', '150958.847000', '150958.850000', '150958.853000', '150958.856000', '150958.859000', '150958.862000', '150958.865000', '150958.868000', '150958.871000', '150958.873000', '150958.876000', '150958.879000', '150958.882000', '150958.885000', '150958.888000', '150958.891000', '150958.894000', '150958.897000', '150958.900000', '150958.903000', '150958.906000', '150958.909000', '150958.912000', '150958.915000', '150958.918000', '150958.920000', '150958.923000', '150958.926000', '150958.929000', '150958.932000', '150958.935000', '150958.938000', '150958.941000', '150958.944000', '150958.947000', '150958.950000', '150958.953000', '150958.956000', '151018.831000', '151018.834000', '151018.839000', '151018.843000', '151018.847000', '151018.849000', '151018.853000', '151018.855000', '151018.858000', '151018.861000', '151018.864000', '151018.867000', '151018.870000', '151018.873000', '151018.876000', '151018.879000', '151018.882000', '151018.885000', '151018.900000', '151018.903000', '151018.905000', '151018.908000', '151018.911000', '151018.914000', '151018.917000', '151018.920000', '151018.923000', '151018.926000', '151018.929000', '151018.932000', '151018.935000', '151018.938000', '151018.941000', '151018.944000', '151018.947000', '151018.950000', '151018.953000', '151018.955000', '151018.959000', '151018.961000', '151018.964000', '151018.967000', '151018.970000', '151038.831000', '151038.834000', '151038.837000', '151038.840000', '151038.843000', '151038.846000', '151038.849000', '151038.852000', '151038.855000', '151038.858000', '151038.861000', '151038.863000', '151038.866000', '151038.869000', '151038.872000', '151038.875000', '151038.878000', '151038.881000', '151038.884000', '151038.887000', '151038.890000', '151038.893000', '151038.896000', '151038.899000', '151038.902000', '151038.905000', '151038.908000', '151038.911000', '151038.914000', '151038.917000', '151038.920000', '151038.923000', '151038.926000', '151038.929000', '151038.932000', '151038.934000', '151038.937000', '151038.940000', '151038.943000', '151038.946000', '151038.949000', '151038.952000', '151038.955000', '151038.958000', '151058.831000', '151058.834000', '151058.837000', '151058.841000', '151058.843000', '151058.848000', '151058.851000', '151058.854000', '151058.857000', '151058.860000', '151058.863000', '151058.866000', '151058.869000', '151058.872000', '151058.875000', '151058.878000', '151058.881000', '151058.884000', '151058.887000', '151058.890000', '151058.893000', '151058.896000', '151058.899000', '151058.901000', '151058.904000', '151058.907000', '151058.910000', '151058.913000', '151058.916000', '151058.919000', '151058.922000', '151058.925000', '151058.928000', '151058.931000', '151058.934000', '151058.937000', '151058.940000', '151058.943000', '151058.946000', '151058.949000', '151058.952000', '151058.955000', '151058.958000', '151100.279000', '151100.282000', '151100.285000', '151100.288000'], 'InstanceCreationTime': ['150118.871000', '150118.875000', '150118.878000', '150118.881000', '150118.884000', '150118.887000', '150118.890000', '150118.893000', '150118.896000', '150118.899000', '150118.902000', '150118.905000', '150118.908000', '150118.911000', '150118.914000', '150118.917000', '150118.920000', '150118.923000', '150118.926000', '150118.929000', '150118.932000', '150118.935000', '150118.938000', '150118.941000', '150118.944000', '150118.956000', '150118.959000', '150118.962000', '150118.965000', '150118.968000', '150118.971000', '150118.974000', '150118.977000', '150118.980000', '150118.983000', '150118.986000', '150118.990000', '150118.993000', '150118.996000', '150119.000000', '150119.003000', '150119.006000', '150119.020000', '150119.023000', '150119.026000', '150119.029000', '150119.032000', '150119.035000', '150119.038000', '150119.041000', '150119.044000', '150119.047000', '150119.050000', '150119.053000', '150119.056000', '150119.059000', '150119.062000', '150119.065000', '150138.831000', '150138.834000', '150138.837000', '150138.840000', '150138.843000', '150138.846000', '150138.849000', '150138.851000', '150138.854000', '150138.862000', '150138.865000', '150138.874000', '150138.877000', '150138.880000', '150138.883000', '150138.886000', '150138.889000', '150138.892000', '150138.894000', '150138.897000', '150138.900000', '150138.903000', '150138.906000', '150138.909000', '150138.912000', '150138.915000', '150138.918000', '150138.921000', '150138.924000', '150138.926000', '150138.929000', '150138.932000', '150138.935000', '150138.938000', '150138.941000', '150138.944000', '150138.947000', '150138.950000', '150138.953000', '150138.955000', '150138.958000', '150138.961000', '150138.964000', '150158.831000', '150158.834000', '150158.837000', '150158.840000', '150158.843000', '150158.846000', '150158.848000', '150158.851000', '150158.854000', '150158.857000', '150158.860000', '150158.863000', '150158.869000', '150158.872000', '150158.875000', '150158.878000', '150158.881000', '150158.884000', '150158.887000', '150158.890000', '150158.893000', '150158.895000', '150158.898000', '150158.901000', '150158.904000', '150158.907000', '150158.910000', '150158.913000', '150158.916000', '150158.919000', '150158.922000', '150158.925000', '150158.928000', '150158.931000', '150158.933000', '150158.936000', '150158.939000', '150158.942000', '150158.945000', '150158.948000', '150158.951000', '150158.954000', '150158.957000', '150158.960000', '150218.831000', '150218.834000', '150218.837000', '150218.840000', '150218.843000', '150218.846000', '150218.849000', '150218.852000', '150218.854000', '150218.857000', '150218.860000', '150218.864000', '150218.867000', '150218.870000', '150218.873000', '150218.876000', '150218.879000', '150218.882000', '150218.885000', '150218.888000', '150218.891000', '150218.894000', '150218.897000', '150218.899000', '150218.902000', '150218.905000', '150218.908000', '150218.911000', '150218.914000', '150218.917000', '150218.920000', '150218.923000', '150218.926000', '150218.929000', '150218.932000', '150218.935000', '150218.937000', '150218.940000', '150218.943000', '150218.946000', '150218.949000', '150218.952000', '150218.955000', '150238.832000', '150238.835000', '150238.839000', '150238.842000', '150238.845000', '150238.847000', '150238.851000', '150238.853000', '150238.856000', '150238.859000', '150238.862000', '150238.865000', '150238.868000', '150238.871000', '150238.874000', '150238.877000', '150238.880000', '150238.883000', '150238.886000', '150238.889000', '150238.892000', '150238.894000', '150238.897000', '150238.900000', '150238.903000', '150238.906000', '150238.909000', '150238.912000', '150238.915000', '150238.918000', '150238.921000', '150238.924000', '150238.927000', '150238.930000', '150238.933000', '150238.936000', '150238.938000', '150238.941000', '150238.944000', '150238.947000', '150238.950000', '150238.953000', '150238.957000', '150258.832000', '150258.835000', '150258.838000', '150258.841000', '150258.844000', '150258.847000', '150258.850000', '150258.853000', '150258.856000', '150258.859000', '150258.862000', '150258.865000', '150258.867000', '150258.870000', '150258.873000', '150258.876000', '150258.879000', '150258.882000', '150258.885000', '150258.888000', '150258.891000', '150258.894000', '150258.897000', '150258.900000', '150258.903000', '150258.906000', '150258.909000', '150258.912000', '150258.915000', '150258.918000', '150258.921000', '150258.923000', '150258.926000', '150258.929000', '150258.932000', '150258.935000', '150258.938000', '150258.941000', '150258.944000', '150258.947000', '150258.950000', '150258.953000', '150258.956000', '150258.959000', '150318.831000', '150318.834000', '150318.837000', '150318.840000', '150318.843000', '150318.846000', '150318.849000', '150318.865000', '150318.868000', '150318.871000', '150318.874000', '150318.877000', '150318.879000', '150318.882000', '150318.885000', '150318.888000', '150318.891000', '150318.894000', '150318.897000', '150318.900000', '150318.903000', '150318.911000', '150318.913000', '150318.916000', '150318.919000', '150318.922000', '150318.925000', '150318.928000', '150318.931000', '150318.934000', '150318.937000', '150318.940000', '150318.942000', '150318.945000', '150318.948000', '150318.951000', '150318.954000', '150318.957000', '150318.960000', '150318.963000', '150318.966000', '150318.969000', '150318.972000', '150338.831000', '150338.834000', '150338.837000', '150338.840000', '150338.843000', '150338.846000', '150338.849000', '150338.852000', '150338.855000', '150338.858000', '150338.861000', '150338.864000', '150338.867000', '150338.869000', '150338.872000', '150338.875000', '150338.878000', '150338.881000', '150338.884000', '150338.887000', '150338.890000', '150338.893000', '150338.896000', '150338.899000', '150338.902000', '150338.905000', '150338.907000', '150338.910000', '150338.916000', '150338.919000', '150338.922000', '150338.925000', '150338.928000', '150338.931000', '150338.934000', '150338.937000', '150338.940000', '150338.943000', '150338.945000', '150338.948000', '150338.951000', '150338.954000', '150338.957000', '150338.960000', '150358.831000', '150358.834000', '150358.837000', '150358.840000', '150358.843000', '150358.846000', '150358.849000', '150358.852000', '150358.855000', '150358.858000', '150358.861000', '150358.864000', '150358.867000', '150358.870000', '150358.873000', '150358.876000', '150358.879000', '150358.882000', '150358.885000', '150358.888000', '150358.891000', '150358.894000', '150358.897000', '150358.900000', '150358.903000', '150358.906000', '150358.909000', '150358.912000', '150358.915000', '150358.918000', '150358.921000', '150358.924000', '150358.927000', '150358.930000', '150358.933000', '150358.935000', '150358.938000', '150358.941000', '150358.944000', '150358.947000', '150358.950000', '150358.953000', '150358.956000', '150418.831000', '150418.834000', '150418.837000', '150418.840000', '150418.843000', '150418.849000', '150418.852000', '150418.855000', '150418.858000', '150418.861000', '150418.863000', '150418.866000', '150418.869000', '150418.872000', '150418.875000', '150418.878000', '150418.881000', '150418.884000', '150418.887000', '150418.890000', '150418.893000', '150418.896000', '150418.899000', '150418.902000', '150418.905000', '150418.907000', '150418.910000', '150418.913000', '150418.916000', '150418.919000', '150418.922000', '150418.925000', '150418.928000', '150418.931000', '150418.934000', '150418.937000', '150418.940000', '150418.943000', '150418.946000', '150418.949000', '150418.951000', '150418.954000', '150418.957000', '150418.960000', '150438.832000', '150438.835000', '150438.838000', '150438.841000', '150438.844000', '150438.847000', '150438.850000', '150438.853000', '150438.856000', '150438.859000', '150438.862000', '150438.865000', '150438.868000', '150438.871000', '150438.874000', '150438.876000', '150438.879000', '150438.883000', '150438.886000', '150438.888000', '150438.892000', '150438.895000', '150438.898000', '150438.901000', '150438.904000', '150438.906000', '150438.909000', '150438.912000', '150438.915000', '150438.918000', '150438.921000', '150438.924000', '150438.927000', '150438.930000', '150438.933000', '150438.936000', '150438.939000', '150438.942000', '150438.945000', '150438.948000', '150438.951000', '150438.954000', '150438.956000', '150458.832000', '150458.835000', '150458.838000', '150458.841000', '150458.844000', '150458.847000', '150458.850000', '150458.853000', '150458.856000', '150458.859000', '150458.862000', '150458.865000', '150458.868000', '150458.871000', '150458.874000', '150458.877000', '150458.879000', '150458.882000', '150458.886000', '150458.888000', '150458.891000', '150458.894000', '150458.897000', '150458.900000', '150458.903000', '150458.906000', '150458.909000', '150458.912000', '150458.915000', '150458.918000', '150458.921000', '150458.924000', '150458.927000', '150458.930000', '150458.933000', '150458.936000', '150458.939000', '150458.942000', '150458.945000', '150458.948000', '150458.951000', '150458.954000', '150458.957000', '150458.966000', '150518.832000', '150518.835000', '150518.838000', '150518.841000', '150518.844000', '150518.847000', '150518.850000', '150518.853000', '150518.856000', '150518.859000', '150518.862000', '150518.865000', '150518.868000', '150518.870000', '150518.873000', '150518.876000', '150518.879000', '150518.882000', '150518.885000', '150518.888000', '150518.891000', '150518.894000', '150518.897000', '150518.900000', '150518.903000', '150518.906000', '150518.910000', '150518.915000', '150518.918000', '150518.921000', '150518.924000', '150518.927000', '150518.930000', '150518.933000', '150518.936000', '150518.939000', '150518.942000', '150518.945000', '150518.948000', '150518.951000', '150518.954000', '150518.957000', '150518.960000', '150538.831000', '150538.834000', '150538.837000', '150538.840000', '150538.843000', '150538.846000', '150538.849000', '150538.852000', '150538.855000', '150538.858000', '150538.861000', '150538.864000', '150538.867000', '150538.870000', '150538.873000', '150538.876000', '150538.879000', '150538.886000', '150538.889000', '150538.892000', '150538.895000', '150538.898000', '150538.901000', '150538.904000', '150538.907000', '150538.910000', '150538.913000', '150538.916000', '150538.919000', '150538.922000', '150538.925000', '150538.928000', '150538.930000', '150538.934000', '150538.936000', '150538.939000', '150538.942000', '150538.945000', '150538.948000', '150538.951000', '150538.954000', '150538.957000', '150538.960000', '150538.963000', '150558.831000', '150558.834000', '150558.837000', '150558.840000', '150558.843000', '150558.846000', '150558.849000', '150558.852000', '150558.855000', '150558.858000', '150558.860000', '150558.865000', '150558.868000', '150558.871000', '150558.874000', '150558.877000', '150558.880000', '150558.883000', '150558.886000', '150558.889000', '150558.892000', '150558.895000', '150558.898000', '150558.901000', '150558.904000', '150558.906000', '150558.909000', '150558.912000', '150558.915000', '150558.918000', '150558.922000', '150558.926000', '150558.929000', '150558.933000', '150558.935000', '150558.938000', '150558.941000', '150558.944000', '150558.947000', '150558.950000', '150558.953000', '150558.956000', '150558.959000', '150618.831000', '150618.834000', '150618.837000', '150618.840000', '150618.843000', '150618.846000', '150618.849000', '150618.852000', '150618.857000', '150618.860000', '150618.863000', '150618.865000', '150618.869000', '150618.872000', '150618.886000', '150618.889000', '150618.892000', '150618.895000', '150618.898000', '150618.901000', '150618.904000', '150618.906000', '150618.909000', '150618.912000', '150618.915000', '150618.918000', '150618.921000', '150618.924000', '150618.927000', '150618.930000', '150618.933000', '150618.936000', '150618.939000', '150618.942000', '150618.945000', '150618.948000', '150618.951000', '150618.954000', '150618.956000', '150618.959000', '150618.962000', '150618.965000', '150618.968000', '150618.971000', '150638.831000', '150638.834000', '150638.837000', '150638.840000', '150638.843000', '150638.846000', '150638.849000', '150638.852000', '150638.855000', '150638.858000', '150638.861000', '150638.863000', '150638.866000', '150638.869000', '150638.872000', '150638.875000', '150638.878000', '150638.881000', '150638.884000', '150638.887000', '150638.890000', '150638.893000', '150638.896000', '150638.899000', '150638.902000', '150638.905000', '150638.908000', '150638.911000', '150638.914000', '150638.917000', '150638.920000', '150638.922000', '150638.925000', '150638.928000', '150638.931000', '150638.934000', '150638.937000', '150638.940000', '150638.943000', '150638.946000', '150638.949000', '150638.952000', '150638.955000', '150658.832000', '150658.835000', '150658.838000', '150658.841000', '150658.844000', '150658.847000', '150658.850000', '150658.853000', '150658.856000', '150658.859000', '150658.862000', '150658.865000', '150658.867000', '150658.870000', '150658.873000', '150658.877000', '150658.879000', '150658.882000', '150658.885000', '150658.888000', '150658.891000', '150658.894000', '150658.897000', '150658.900000', '150658.903000', '150658.906000', '150658.909000', '150658.913000', '150658.917000', '150658.919000', '150658.922000', '150658.925000', '150658.928000', '150658.931000', '150658.934000', '150658.937000', '150658.940000', '150658.943000', '150658.946000', '150658.949000', '150658.952000', '150658.955000', '150658.958000', '150658.961000', '150718.832000', '150718.835000', '150718.838000', '150718.841000', '150718.844000', '150718.847000', '150718.850000', '150718.853000', '150718.856000', '150718.859000', '150718.862000', '150718.865000', '150718.868000', '150718.871000', '150718.874000', '150718.876000', '150718.879000', '150718.882000', '150718.885000', '150718.888000', '150718.891000', '150718.894000', '150718.897000', '150718.900000', '150718.904000', '150718.907000', '150718.910000', '150718.913000', '150718.916000', '150718.919000', '150718.922000', '150718.925000', '150718.928000', '150718.931000', '150718.934000', '150718.937000', '150718.940000', '150718.943000', '150718.946000', '150718.949000', '150718.952000', '150718.955000', '150718.958000', '150738.832000', '150738.835000', '150738.838000', '150738.841000', '150738.844000', '150738.847000', '150738.850000', '150738.853000', '150738.856000', '150738.859000', '150738.862000', '150738.865000', '150738.868000', '150738.871000', '150738.874000', '150738.877000', '150738.880000', '150738.883000', '150738.886000', '150738.889000', '150738.892000', '150738.894000', '150738.897000', '150738.900000', '150738.903000', '150738.918000', '150738.921000', '150738.924000', '150738.927000', '150738.930000', '150738.933000', '150738.935000', '150738.938000', '150738.941000', '150738.944000', '150738.947000', '150738.950000', '150738.953000', '150738.956000', '150738.959000', '150738.962000', '150738.965000', '150738.968000', '150738.971000', '150758.831000', '150758.834000', '150758.837000', '150758.840000', '150758.843000', '150758.846000', '150758.849000', '150758.852000', '150758.855000', '150758.858000', '150758.860000', '150758.863000', '150758.866000', '150758.869000', '150758.872000', '150758.875000', '150758.878000', '150758.881000', '150758.884000', '150758.887000', '150758.890000', '150758.893000', '150758.896000', '150758.898000', '150758.902000', '150758.904000', '150758.907000', '150758.910000', '150758.913000', '150758.916000', '150758.919000', '150758.922000', '150758.925000', '150758.928000', '150758.931000', '150758.934000', '150758.937000', '150758.940000', '150758.943000', '150758.946000', '150758.949000', '150758.952000', '150758.955000', '150818.831000', '150818.834000', '150818.837000', '150818.840000', '150818.843000', '150818.846000', '150818.849000', '150818.852000', '150818.855000', '150818.858000', '150818.861000', '150818.864000', '150818.867000', '150818.870000', '150818.873000', '150818.875000', '150818.878000', '150818.881000', '150818.884000', '150818.887000', '150818.890000', '150818.893000', '150818.896000', '150818.899000', '150818.902000', '150818.905000', '150818.908000', '150818.911000', '150818.914000', '150818.917000', '150818.920000', '150818.923000', '150818.925000', '150818.929000', '150818.931000', '150818.934000', '150818.937000', '150818.940000', '150818.943000', '150818.946000', '150818.949000', '150818.952000', '150818.955000', '150818.958000', '150838.831000', '150838.834000', '150838.837000', '150838.840000', '150838.843000', '150838.846000', '150838.849000', '150838.852000', '150838.855000', '150838.858000', '150838.861000', '150838.864000', '150838.867000', '150838.870000', '150838.873000', '150838.876000', '150838.878000', '150838.881000', '150838.884000', '150838.887000', '150838.890000', '150838.893000', '150838.896000', '150838.899000', '150838.902000', '150838.905000', '150838.908000', '150838.911000', '150838.914000', '150838.917000', '150838.919000', '150838.923000', '150838.925000', '150838.928000', '150838.931000', '150838.934000', '150838.937000', '150838.941000', '150838.944000', '150838.947000', '150838.950000', '150838.953000', '150838.956000', '150858.831000', '150858.834000', '150858.837000', '150858.840000', '150858.843000', '150858.846000', '150858.849000', '150858.852000', '150858.855000', '150858.858000', '150858.861000', '150858.864000', '150858.867000', '150858.870000', '150858.872000', '150858.875000', '150858.878000', '150858.881000', '150858.884000', '150858.887000', '150858.890000', '150858.893000', '150858.911000', '150858.914000', '150858.924000', '150858.927000', '150858.930000', '150858.933000', '150858.936000', '150858.939000', '150858.941000', '150858.944000', '150858.947000', '150858.950000', '150858.953000', '150858.956000', '150858.959000', '150858.962000', '150858.965000', '150858.968000', '150858.971000', '150858.974000', '150858.977000', '150918.832000', '150918.835000', '150918.838000', '150918.841000', '150918.844000', '150918.847000', '150918.850000', '150918.853000', '150918.856000', '150918.859000', '150918.862000', '150918.865000', '150918.868000', '150918.871000', '150918.873000', '150918.876000', '150918.879000', '150918.882000', '150918.885000', '150918.888000', '150918.891000', '150918.894000', '150918.897000', '150918.900000', '150918.903000', '150918.906000', '150918.909000', '150918.912000', '150918.915000', '150918.918000', '150918.921000', '150918.924000', '150918.927000', '150918.930000', '150918.932000', '150918.936000', '150918.939000', '150918.941000', '150918.944000', '150918.947000', '150918.950000', '150918.953000', '150918.956000', '150918.959000', '150938.832000', '150938.835000', '150938.838000', '150938.841000', '150938.844000', '150938.847000', '150938.850000', '150938.853000', '150938.856000', '150938.859000', '150938.862000', '150938.865000', '150938.868000', '150938.871000', '150938.874000', '150938.877000', '150938.880000', '150938.882000', '150938.885000', '150938.888000', '150938.891000', '150938.894000', '150938.897000', '150938.900000', '150938.903000', '150938.906000', '150938.909000', '150938.912000', '150938.915000', '150938.918000', '150938.921000', '150938.924000', '150938.927000', '150938.930000', '150938.933000', '150938.936000', '150938.939000', '150938.942000', '150938.945000', '150938.948000', '150938.951000', '150938.954000', '150938.956000', '150938.959000', '150958.832000', '150958.835000', '150958.838000', '150958.841000', '150958.844000', '150958.847000', '150958.850000', '150958.853000', '150958.856000', '150958.859000', '150958.862000', '150958.865000', '150958.868000', '150958.871000', '150958.873000', '150958.876000', '150958.879000', '150958.882000', '150958.885000', '150958.888000', '150958.891000', '150958.894000', '150958.897000', '150958.900000', '150958.903000', '150958.906000', '150958.909000', '150958.912000', '150958.915000', '150958.918000', '150958.920000', '150958.923000', '150958.926000', '150958.929000', '150958.932000', '150958.935000', '150958.938000', '150958.941000', '150958.944000', '150958.947000', '150958.950000', '150958.953000', '150958.956000', '151018.831000', '151018.834000', '151018.839000', '151018.843000', '151018.847000', '151018.849000', '151018.853000', '151018.855000', '151018.858000', '151018.861000', '151018.864000', '151018.867000', '151018.870000', '151018.873000', '151018.876000', '151018.879000', '151018.882000', '151018.885000', '151018.900000', '151018.903000', '151018.905000', '151018.908000', '151018.911000', '151018.914000', '151018.917000', '151018.920000', '151018.923000', '151018.926000', '151018.929000', '151018.932000', '151018.935000', '151018.938000', '151018.941000', '151018.944000', '151018.947000', '151018.950000', '151018.953000', '151018.955000', '151018.959000', '151018.961000', '151018.964000', '151018.967000', '151018.970000', '151038.831000', '151038.834000', '151038.837000', '151038.840000', '151038.843000', '151038.846000', '151038.849000', '151038.852000', '151038.855000', '151038.858000', '151038.861000', '151038.863000', '151038.866000', '151038.869000', '151038.872000', '151038.875000', '151038.878000', '151038.881000', '151038.884000', '151038.887000', '151038.890000', '151038.893000', '151038.896000', '151038.899000', '151038.902000', '151038.905000', '151038.908000', '151038.911000', '151038.914000', '151038.917000', '151038.920000', '151038.923000', '151038.926000', '151038.929000', '151038.932000', '151038.934000', '151038.937000', '151038.940000', '151038.943000', '151038.946000', '151038.949000', '151038.952000', '151038.955000', '151038.958000', '151058.831000', '151058.834000', '151058.837000', '151058.841000', '151058.843000', '151058.848000', '151058.851000', '151058.854000', '151058.857000', '151058.860000', '151058.863000', '151058.866000', '151058.869000', '151058.872000', '151058.875000', '151058.878000', '151058.881000', '151058.884000', '151058.887000', '151058.890000', '151058.893000', '151058.896000', '151058.899000', '151058.901000', '151058.904000', '151058.907000', '151058.910000', '151058.913000', '151058.916000', '151058.919000', '151058.922000', '151058.925000', '151058.928000', '151058.931000', '151058.934000', '151058.937000', '151058.940000', '151058.943000', '151058.946000', '151058.949000', '151058.952000', '151058.955000', '151058.958000', '151100.279000', '151100.282000', '151100.285000', '151100.288000'], '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': [10983, 12934, 9666, 8621, 11543, 8393, 13091, 8836, 15207, 9436, 14449, 9903, 12588, 8592, 11068, 9316, 8009, 12398, 8027, 13461, 9513, 18551, 9908, 14749, 8958, 11356, 8413, 8144, 11680, 8090, 13433, 9799, 15841, 10041, 8680, 10862, 7977, 14085, 9887, 18487, 10796, 7917, 10653, 8214, 13926, 9934, 8429, 11336, 7958, 16472, 10412, 10225, 10829, 8258, 15517, 10002, 17023, 10183, 8915, 12134, 8065, 13703, 9738, 7989, 12692, 8043, 12570, 9171, 7912, 13093, 8468, 13882, 10833, 7945, 10814, 7943, 14262, 10141, 11173, 8787, 8271, 14000, 8691, 7838, 12481, 9240, 9013, 11653, 8094, 14638, 10373, 12485, 9909, 8485, 14268, 9976, 11548, 10919, 8413, 14041, 9597, 12859, 10545, 8071, 12509, 8311, 13493, 9979, 8507, 13550, 9489, 14191, 10560, 8523, 13453, 8698, 14372, 9593, 8405, 12062, 8696, 13697, 9877, 8261, 13484, 9642, 8371, 14301, 10386, 18093, 11013, 16976, 9604, 14483, 8010, 11889, 8027, 12925, 9449, 10414, 7935, 7891, 8987, 8562, 12788, 8722, 12936, 10132, 13346, 8987, 14670, 9108, 13098, 9632, 13042, 9519, 13138, 8922, 13725, 10344, 16005, 10439, 14721, 10180, 14035, 9124, 13492, 10202, 13260, 10206, 13355, 9590, 13271, 8717, 12646, 7976, 11803, 7908, 11334, 7902, 11530, 8041, 12314, 9007, 8871, 7995, 10465, 9978, 9375, 8048, 10782, 9435, 9400, 11093, 10440, 11088, 9314, 8024, 11539, 8400, 11177, 8313, 12848, 8263, 13629, 8827, 9182, 8003, 9850, 8285, 12556, 8096, 12829, 7962, 12520, 8822, 14294, 9579, 15487, 9451, 13154, 8787, 13429, 9872, 13508, 8555, 13103, 8360, 12567, 8246, 13306, 9662, 14004, 10655, 13296, 9914, 13677, 9455, 8754, 9170, 16531, 9880, 12609, 8990, 16931, 10388, 8980, 9445, 18374, 10001, 13800, 8336, 12840, 9063, 8384, 8719, 16697, 10635, 14266, 9284, 8917, 8794, 7934, 11921, 8839, 12441, 8176, 7937, 12631, 8851, 15169, 9158, 15668, 9740, 16975, 9815, 14314, 9221, 13128, 10069, 13562, 9457, 8751, 8075, 14351, 10445, 12939, 8548, 11425, 9005, 8939, 9743, 12016, 8647, 10970, 9851, 7958, 12514, 7861, 10953, 7910, 10733, 7936, 12882, 8011, 13839, 8707, 11160, 7998, 14307, 8807, 13782, 9056, 13310, 9977, 10384, 8767, 17661, 10913, 15280, 10218, 15611, 10848, 14653, 8998, 14164, 9850, 12108, 8511, 12559, 9458, 9088, 8190, 8231, 9656, 8371, 10215, 9960, 14039, 8896, 8098, 13199, 10263, 18303, 11982, 17556, 11952, 16326, 9922, 15678, 7922, 11789, 7887, 11753, 8378, 13207, 9244, 9646, 8281, 9866, 10124, 8005, 12883, 7894, 12493, 13466, 8745, 7871, 11205, 7947, 10965, 10183, 8430, 16236, 10127, 7944, 8485, 10331, 8462, 13537, 9653, 10917, 8703, 12700, 9491, 17087, 9846, 12844, 16234, 9321, 14613, 8146, 14673, 8773, 13372, 10214, 13854, 9479, 10549, 8125, 13625, 9302, 13674, 9002, 13050, 8000, 7946, 8926, 7786, 10689, 8378, 13420, 9480, 16974, 10031, 18261, 12654, 12946, 7992, 8854, 8290, 9571, 9152, 7947, 11450, 7972, 15057, 10436, 18807, 13158, 17824, 8774, 14814, 10070, 15447, 10199, 7835, 9586, 7949, 12505, 9123, 15388, 10065, 10368, 9184, 7890, 12269, 9423, 14421, 8176, 13201, 8978, 13275, 9378, 8305, 10930, 7902, 12792, 9186, 10014, 9636, 8046, 13474, 9584, 19091, 13790, 13884, 8945, 7908, 12924, 8482, 15523, 9703, 13298, 8026, 12061, 8869, 12144, 8748, 7906, 12265, 8004, 13996, 8340, 13493, 9747, 7919, 8787, 7895, 12731, 7896, 13062, 9151, 13406, 9136, 8194, 11659, 7833, 13505, 9949, 10203, 9340, 7957, 14083, 10216, 13312, 10494, 7912, 13346, 9041, 13023, 10773, 10992, 10022, 8226, 13720, 9897, 13626, 10976, 11685, 9926, 7883, 13937, 9278, 13712, 11146, 11545, 9404, 8019, 13876, 9099, 12474, 9260, 8051, 13454, 8986, 13265, 10743, 10705, 11942, 8246, 13848, 9785, 8879, 11589, 8501, 14412, 10387, 14436, 10883, 18111, 11312, 12975, 8875, 10690, 8824, 7926, 11249, 8921, 13162, 8618, 10927, 7925, 7809, 9931, 7987, 13100, 8476, 13874, 9629, 15620, 10168, 16809, 9421, 13650, 9773, 16729, 10240, 12788, 9109, 7932, 10417, 12886, 8680, 8390, 11474, 7946, 13428, 8301, 13716, 8560, 15649, 7870, 12659, 8113, 13390, 9432, 14010, 10351, 8565, 10039, 15616, 9015, 11372, 8607, 7869, 10616, 7784, 12907, 8118, 13731, 10031, 10163, 8633, 8953, 9100, 9913, 10360, 8672, 13332, 7941, 14403, 9707, 16329, 10299, 16522, 10362, 13829, 7923, 10037, 7862, 12285, 9572, 11029, 8299, 7944, 12300, 7830, 12962, 8243, 13186, 9840, 16924, 10256, 15801, 10587, 14392, 8953, 15101, 8516, 12683, 8472, 12590, 7970, 11911, 7864, 11808, 7904, 11979, 7825, 12296, 9711, 11975, 9655, 10573, 8398, 16684, 10273, 14159, 10698, 9648, 8252, 8111, 9034, 13737, 9799, 15502, 10832, 11188, 8010, 11358, 7944, 11244, 8635, 7931, 11454, 7908, 13599, 8557, 11292, 9296, 10121, 7892, 9892, 8018, 10586, 11894, 8967, 7972, 9767, 8099, 10389, 10016, 9786, 7946, 11030, 8484, 10566, 9493, 9869, 7980, 11074, 7841, 11521, 7772, 11540, 7928, 13415, 9623, 13742, 10015, 16080, 10314, 16347, 10333, 11605, 8551, 7886, 11427, 7917, 13844, 8881, 14829, 9321, 17837, 8741, 15306, 9967, 16748, 10528, 8893, 8249, 7916, 11776, 9221, 15535, 10075, 11676, 9489, 11368, 10072, 8214, 13294, 8786, 13953, 10213, 13963, 10404, 8191, 7945, 7895, 13063, 8983, 8121, 10608, 8201, 15207, 10779, 9589, 12029, 15999, 8540, 20353, 11247, 13808, 9125, 7873, 8750, 8023, 8884, 8289, 9048, 8027, 11703, 7983, 12910, 7749, 11705, 7886, 13680, 9288, 12190, 7954, 13002, 10340, 13185, 9966, 12008, 8204, 13283, 10691, 13014, 10604, 12895, 10481, 8258, 8515, 7870, 12111, 8465, 12681, 8290, 13722, 9410, 13346, 9414, 13384, 9745, 14628, 9798, 14000, 9961, 13551, 9692, 15384, 9646, 13459, 10097, 13323, 9634, 11957, 8745, 8023, 10382, 16014, 9011, 14680, 9210, 8084, 9778, 11081, 8730, 9315, 9036, 7832, 11104, 9520, 9576, 7908, 13004, 7951, 11706, 7843, 11361, 7830, 12372, 8000, 13066, 8150, 13477, 9886, 13609, 9813, 13128, 9377, 12025, 8223, 13240, 9272, 8802, 8806, 17752, 10042, 13193, 9621, 7997, 10226, 12495, 8070, 8781, 9148, 8958, 10804, 7857, 12161, 12615, 8156, 9240, 8889, 7856, 10578, 7974, 12666, 9030, 13547, 9368, 12018, 9050, 19452, 10668, 15293, 10251, 10033, 7967, 8375, 8638, 7932, 12343, 8424, 11791, 8255, 11489, 8562, 18274, 10807, 11856, 7953, 14102, 9554, 9238, 9009, 7969, 12164, 8885, 7981, 11756, 8005, 15317, 9889, 20695, 14996, 16697, 9862, 11543, 8805, 7887, 9877, 7939, 12263, 7920, 12915, 9767, 13902, 9385, 14047, 10126, 16360, 10413, 11941, 8612, 7885, 10733, 7912, 12154, 8325, 13150, 9712, 12438, 9277, 16327, 10125, 18911, 11355, 10482, 8244, 15113, 9767, 13925, 9828, 13087, 9753, 7988, 8230, 11756, 8652, 12377, 8038, 12340, 8948, 10108, 8460, 7902, 9840, 7944, 12652, 9388, 11631, 8828, 19555, 13740, 13766, 9717, 8179, 11793, 7883, 12926, 9334, 9893, 8209, 8642, 10141, 19397, 11629, 8241, 10599, 7934, 13380, 8607, 14165, 8166, 15627, 8897, 11574, 7921, 16098, 10017, 12326, 9016, 7888, 10268, 7944, 9262, 8863, 7915, 10830, 8120, 12800, 8177, 13947, 8823, 12506, 8726, 7930, 11584, 7931, 15513, 9868, 12353, 8705, 17023, 9711, 8980, 9927, 8136, 13044, 7877, 12880, 8244, 12378, 8167, 8398, 8096, 8004, 12879, 9240, 7797, 13417, 9355, 7959, 14628, 8986, 19546, 11100, 17160, 11170, 16726, 10088, 10534, 8836, 7896, 10810, 7894, 12504, 9042, 12073, 8507, 7879, 11079, 8133, 13691, 9915, 7857, 10865, 7966, 15259, 11600, 14681, 9740, 7939, 13364, 9511, 20564, 14052, 8672, 11179, 7939, 13666, 9663, 10640, 10207, 7937, 14521, 9134, 15074, 9873, 8022, 10212, 7946, 14046, 9113, 16906, 10917, 7957, 9346, 7964, 13672, 9623, 15587, 9797, 7967, 12902, 9439, 17135, 10391, 7995, 11559, 7994, 15232, 9984, 13460, 9387, 7958, 12617, 8272, 12220, 9005, 7821, 14383, 9486, 9471, 9539, 8187, 10548, 10116, 8027, 13723, 9115, 8061, 12253, 10121, 16950, 10624, 7874, 13104, 9353, 9406, 12598, 8080, 8916, 9555, 8318, 9283, 9594, 8029, 14215, 9759, 18081, 11257, 8769, 10630, 7945, 13442, 9839, 7908, 12880, 8550, 17687, 11310, 13280, 8744, 7908, 12519, 8405, 16147, 9840, 10110, 8576, 7890, 10347, 7900, 12137, 7910, 12962, 9521, 15777, 9793, 10981, 8089, 15780, 10342, 13984, 10411, 10162, 8989, 7951, 9884, 10985, 8810, 7787, 11629, 7976, 13840, 9915, 15961, 9630, 15982, 9728, 7876, 9880, 18657, 10025, 9834, 8630, 7920, 12457, 7839, 12622, 9032, 12519, 8839, 7886, 10336, 8218, 13515, 8324, 15109, 9714, 16766, 9720, 10322, 7973, 13196, 8699, 15415, 8799, 7836, 9660, 7901, 12540, 8724, 9845, 8416, 7962, 12490, 8483, 14341, 9318, 11454, 8217, 9500, 9493, 8084, 7962, 10514, 8931, 17683, 10192, 18887, 11454, 16596, 8114, 13606, 8027, 13979, 8852, 12343, 8362, 11926, 8159, 7882, 10182, 9258, 8495, 7881, 11603, 8001, 13241, 8753, 10494, 8514, 7936, 12799, 8800, 11381, 8092, 13702, 8236, 8546, 10101, 8037, 10725, 7969, 12924, 9427, 15485, 9566, 10167, 10568, 8414, 16670, 8092, 16675, 9357, 15024, 9317, 14113, 8825, 10581, 7961, 12609, 9242, 7867], 'WindowCenter': [4697.0, 4686.0, 4630.0, 4595.0, 4622.0, 4581.0, 4631.0, 4587.0, 4637.0, 4589.0, 4637.0, 4597.0, 4617.0, 4574.0, 4603.0, 4585.0, 4564.0, 4615.0, 4565.0, 4625.0, 4585.0, 4646.0, 4585.0, 4634.0, 4576.0, 4606.0, 4567.0, 4565.0, 4617.0, 4576.0, 4626.0, 4597.0, 4647.0, 4598.0, 4576.0, 4605.0, 4567.0, 4627.0, 4596.0, 4654.0, 4606.0, 4565.0, 4598.0, 4575.0, 4624.0, 4596.0, 4565.0, 4605.0, 4567.0, 4636.0, 4593.0, 4595.0, 4598.0, 4567.0, 4635.0, 4585.0, 4646.0, 4584.0, 4575.0, 4604.0, 4563.0, 4625.0, 4583.0, 4564.0, 4613.0, 4566.0, 4613.0, 4584.0, 4564.0, 4624.0, 4577.0, 4624.0, 4608.0, 4566.0, 4606.0, 4565.0, 4626.0, 4596.0, 4606.0, 4578.0, 4577.0, 4636.0, 4577.0, 4567.0, 4628.0, 4598.0, 4600.0, 4631.0, 4579.0, 4637.0, 4608.0, 4643.0, 4601.0, 4578.0, 4637.0, 4587.0, 4607.0, 4607.0, 4578.0, 4637.0, 4587.0, 4626.0, 4607.0, 4565.0, 4628.0, 4579.0, 4636.0, 4597.0, 4578.0, 4639.0, 4598.0, 4639.0, 4596.0, 4576.0, 4625.0, 4578.0, 4636.0, 4587.0, 4577.0, 4619.0, 4580.0, 4626.0, 4599.0, 4579.0, 4638.0, 4601.0, 4579.0, 4649.0, 4612.0, 4660.0, 4607.0, 4647.0, 4586.0, 4621.0, 4554.0, 4603.0, 4555.0, 4612.0, 4585.0, 4595.0, 4567.0, 4577.0, 4588.0, 4592.0, 4641.0, 4604.0, 4641.0, 4622.0, 4642.0, 4603.0, 4651.0, 4591.0, 4640.0, 4602.0, 4629.0, 4613.0, 4640.0, 4602.0, 4651.0, 4611.0, 4659.0, 4622.0, 4651.0, 4610.0, 4651.0, 4602.0, 4641.0, 4610.0, 4639.0, 4609.0, 4629.0, 4601.0, 4628.0, 4589.0, 4629.0, 4567.0, 4616.0, 4577.0, 4609.0, 4567.0, 4619.0, 4568.0, 4617.0, 4587.0, 4586.0, 4568.0, 4607.0, 4596.0, 4589.0, 4566.0, 4607.0, 4587.0, 4587.0, 4607.0, 4607.0, 4607.0, 4586.0, 4568.0, 4617.0, 4579.0, 4606.0, 4578.0, 4627.0, 4578.0, 4637.0, 4586.0, 4585.0, 4577.0, 4598.0, 4588.0, 4639.0, 4580.0, 4638.0, 4581.0, 4630.0, 4601.0, 4648.0, 4600.0, 4650.0, 4599.0, 4626.0, 4588.0, 4626.0, 4597.0, 4629.0, 4589.0, 4627.0, 4576.0, 4616.0, 4577.0, 4624.0, 4598.0, 4638.0, 4610.0, 4627.0, 4596.0, 4628.0, 4596.0, 4576.0, 4600.0, 4659.0, 4596.0, 4626.0, 4586.0, 4648.0, 4596.0, 4576.0, 4586.0, 4644.0, 4584.0, 4622.0, 4565.0, 4614.0, 4575.0, 4564.0, 4575.0, 4646.0, 4594.0, 4624.0, 4586.0, 4574.0, 4576.0, 4566.0, 4619.0, 4586.0, 4627.0, 4579.0, 4580.0, 4629.0, 4590.0, 4651.0, 4599.0, 4647.0, 4598.0, 4646.0, 4597.0, 4635.0, 4586.0, 4626.0, 4596.0, 4626.0, 4585.0, 4579.0, 4577.0, 4637.0, 4607.0, 4625.0, 4587.0, 4616.0, 4588.0, 4589.0, 4597.0, 4617.0, 4576.0, 4606.0, 4596.0, 4565.0, 4614.0, 4566.0, 4605.0, 4566.0, 4607.0, 4565.0, 4625.0, 4565.0, 4625.0, 4577.0, 4604.0, 4565.0, 4634.0, 4576.0, 4626.0, 4588.0, 4625.0, 4595.0, 4596.0, 4588.0, 4660.0, 4605.0, 4636.0, 4596.0, 4635.0, 4606.0, 4623.0, 4577.0, 4623.0, 4585.0, 4605.0, 4575.0, 4613.0, 4587.0, 4586.0, 4579.0, 4579.0, 4597.0, 4578.0, 4609.0, 4610.0, 4639.0, 4590.0, 4579.0, 4641.0, 4607.0, 4659.0, 4618.0, 4657.0, 4618.0, 4636.0, 4586.0, 4622.0, 4552.0, 4592.0, 4553.0, 4603.0, 4567.0, 4614.0, 4586.0, 4585.0, 4565.0, 4596.0, 4596.0, 4566.0, 4615.0, 4565.0, 4616.0, 4615.0, 4565.0, 4553.0, 4595.0, 4556.0, 4594.0, 4584.0, 4564.0, 4634.0, 4583.0, 4553.0, 4575.0, 4595.0, 4577.0, 4627.0, 4596.0, 4606.0, 4578.0, 4627.0, 4598.0, 4646.0, 4585.0, 4616.0, 4662.0, 4576.0, 4623.0, 4556.0, 4623.0, 4563.0, 4612.0, 4598.0, 4624.0, 4587.0, 4606.0, 4579.0, 4639.0, 4588.0, 4626.0, 4577.0, 4626.0, 4568.0, 4568.0, 4589.0, 4572.0, 4622.0, 4593.0, 4654.0, 4613.0, 4660.0, 4601.0, 4658.0, 4629.0, 4629.0, 4569.0, 4588.0, 4581.0, 4598.0, 4600.0, 4580.0, 4630.0, 4579.0, 4651.0, 4610.0, 4659.0, 4626.0, 4646.0, 4579.0, 4635.0, 4596.0, 4636.0, 4596.0, 4555.0, 4587.0, 4565.0, 4616.0, 4587.0, 4637.0, 4599.0, 4598.0, 4588.0, 4568.0, 4617.0, 4586.0, 4627.0, 4568.0, 4625.0, 4589.0, 4627.0, 4585.0, 4576.0, 4608.0, 4569.0, 4627.0, 4589.0, 4599.0, 4599.0, 4580.0, 4639.0, 4599.0, 4669.0, 4630.0, 4627.0, 4578.0, 4567.0, 4618.0, 4578.0, 4637.0, 4587.0, 4626.0, 4567.0, 4618.0, 4588.0, 4617.0, 4577.0, 4566.0, 4617.0, 4567.0, 4627.0, 4567.0, 4616.0, 4584.0, 4567.0, 4576.0, 4568.0, 4626.0, 4571.0, 4628.0, 4589.0, 4628.0, 4588.0, 4579.0, 4619.0, 4569.0, 4627.0, 4600.0, 4598.0, 4590.0, 4571.0, 4641.0, 4598.0, 4629.0, 4608.0, 4568.0, 4628.0, 4589.0, 4630.0, 4609.0, 4609.0, 4599.0, 4579.0, 4629.0, 4601.0, 4636.0, 4610.0, 4618.0, 4600.0, 4569.0, 4639.0, 4591.0, 4638.0, 4620.0, 4620.0, 4589.0, 4570.0, 4638.0, 4590.0, 4630.0, 4591.0, 4580.0, 4641.0, 4603.0, 4641.0, 4619.0, 4611.0, 4621.0, 4580.0, 4640.0, 4600.0, 4592.0, 4622.0, 4590.0, 4641.0, 4612.0, 4641.0, 4622.0, 4661.0, 4610.0, 4628.0, 4577.0, 4598.0, 4588.0, 4569.0, 4609.0, 4587.0, 4626.0, 4580.0, 4609.0, 4577.0, 4571.0, 4600.0, 4578.0, 4629.0, 4582.0, 4640.0, 4600.0, 4650.0, 4600.0, 4647.0, 4589.0, 4629.0, 4599.0, 4649.0, 4598.0, 4618.0, 4577.0, 4567.0, 4599.0, 4628.0, 4578.0, 4568.0, 4609.0, 4568.0, 4627.0, 4576.0, 4626.0, 4567.0, 4637.0, 4564.0, 4616.0, 4566.0, 4626.0, 4589.0, 4626.0, 4597.0, 4577.0, 4587.0, 4636.0, 4574.0, 4593.0, 4565.0, 4557.0, 4595.0, 4554.0, 4613.0, 4568.0, 4623.0, 4597.0, 4596.0, 4578.0, 4576.0, 4578.0, 4596.0, 4596.0, 4575.0, 4626.0, 4567.0, 4625.0, 4588.0, 4647.0, 4598.0, 4647.0, 4593.0, 4614.0, 4556.0, 4584.0, 4556.0, 4614.0, 4584.0, 4592.0, 4566.0, 4566.0, 4616.0, 4557.0, 4626.0, 4566.0, 4615.0, 4584.0, 4647.0, 4595.0, 4634.0, 4597.0, 4625.0, 4576.0, 4624.0, 4563.0, 4603.0, 4564.0, 4613.0, 4556.0, 4603.0, 4555.0, 4603.0, 4565.0, 4616.0, 4569.0, 4618.0, 4588.0, 4616.0, 4586.0, 4594.0, 4568.0, 4646.0, 4595.0, 4625.0, 4594.0, 4585.0, 4568.0, 4566.0, 4578.0, 4629.0, 4586.0, 4625.0, 4594.0, 4593.0, 4557.0, 4604.0, 4567.0, 4605.0, 4576.0, 4556.0, 4606.0, 4568.0, 4627.0, 4577.0, 4596.0, 4576.0, 4584.0, 4556.0, 4586.0, 4556.0, 4595.0, 4606.0, 4576.0, 4553.0, 4584.0, 4554.0, 4596.0, 4583.0, 4584.0, 4555.0, 4593.0, 4565.0, 4595.0, 4585.0, 4585.0, 4556.0, 4605.0, 4566.0, 4605.0, 4555.0, 4608.0, 4567.0, 4625.0, 4587.0, 4626.0, 4598.0, 4636.0, 4599.0, 4635.0, 4595.0, 4607.0, 4575.0, 4567.0, 4607.0, 4567.0, 4629.0, 4578.0, 4638.0, 4586.0, 4646.0, 4567.0, 4625.0, 4587.0, 4631.0, 4595.0, 4574.0, 4565.0, 4554.0, 4605.0, 4575.0, 4635.0, 4587.0, 4605.0, 4587.0, 4605.0, 4598.0, 4579.0, 4626.0, 4576.0, 4624.0, 4595.0, 4623.0, 4596.0, 4566.0, 4567.0, 4554.0, 4625.0, 4575.0, 4566.0, 4598.0, 4579.0, 4638.0, 4607.0, 4587.0, 4616.0, 4635.0, 4565.0, 4645.0, 4594.0, 4612.0, 4573.0, 4553.0, 4563.0, 4553.0, 4573.0, 4565.0, 4576.0, 4555.0, 4604.0, 4566.0, 4616.0, 4555.0, 4606.0, 4569.0, 4626.0, 4587.0, 4617.0, 4579.0, 4627.0, 4598.0, 4627.0, 4597.0, 4616.0, 4578.0, 4627.0, 4599.0, 4626.0, 4608.0, 4618.0, 4599.0, 4568.0, 4578.0, 4567.0, 4618.0, 4569.0, 4617.0, 4569.0, 4626.0, 4587.0, 4628.0, 4589.0, 4627.0, 4588.0, 4636.0, 4588.0, 4626.0, 4587.0, 4628.0, 4587.0, 4634.0, 4585.0, 4616.0, 4596.0, 4627.0, 4587.0, 4615.0, 4577.0, 4567.0, 4598.0, 4637.0, 4576.0, 4626.0, 4574.0, 4555.0, 4585.0, 4594.0, 4565.0, 4574.0, 4575.0, 4556.0, 4604.0, 4585.0, 4585.0, 4555.0, 4615.0, 4567.0, 4605.0, 4567.0, 4605.0, 4555.0, 4616.0, 4568.0, 4616.0, 4567.0, 4628.0, 4614.0, 4642.0, 4599.0, 4616.0, 4585.0, 4605.0, 4564.0, 4615.0, 4588.0, 4589.0, 4588.0, 4648.0, 4586.0, 4616.0, 4587.0, 4566.0, 4597.0, 4616.0, 4555.0, 4564.0, 4575.0, 4574.0, 4594.0, 4556.0, 4606.0, 4605.0, 4555.0, 4573.0, 4562.0, 4553.0, 4584.0, 4553.0, 4602.0, 4574.0, 4626.0, 4585.0, 4615.0, 4577.0, 4646.0, 4593.0, 4623.0, 4584.0, 4584.0, 4554.0, 4551.0, 4566.0, 4555.0, 4616.0, 4566.0, 4615.0, 4578.0, 4607.0, 4578.0, 4657.0, 4608.0, 4607.0, 4566.0, 4624.0, 4585.0, 4587.0, 4589.0, 4569.0, 4617.0, 4587.0, 4570.0, 4618.0, 4582.0, 4650.0, 4601.0, 4672.0, 4638.0, 4647.0, 4587.0, 4595.0, 4574.0, 4554.0, 4585.0, 4555.0, 4603.0, 4557.0, 4615.0, 4585.0, 4625.0, 4574.0, 4625.0, 4584.0, 4634.0, 4595.0, 4604.0, 4564.0, 4554.0, 4594.0, 4554.0, 4604.0, 4566.0, 4614.0, 4587.0, 4616.0, 4586.0, 4645.0, 4596.0, 4644.0, 4594.0, 4583.0, 4563.0, 4623.0, 4583.0, 4613.0, 4585.0, 4612.0, 4574.0, 4554.0, 4566.0, 4603.0, 4565.0, 4615.0, 4567.0, 4614.0, 4577.0, 4595.0, 4567.0, 4567.0, 4597.0, 4579.0, 4630.0, 4604.0, 4632.0, 4590.0, 4670.0, 4630.0, 4628.0, 4588.0, 4566.0, 4615.0, 4566.0, 4614.0, 4587.0, 4597.0, 4578.0, 4578.0, 4608.0, 4658.0, 4607.0, 4565.0, 4596.0, 4566.0, 4626.0, 4565.0, 4625.0, 4565.0, 4633.0, 4574.0, 4604.0, 4567.0, 4634.0, 4586.0, 4616.0, 4574.0, 4555.0, 4594.0, 4567.0, 4587.0, 4588.0, 4566.0, 4609.0, 4570.0, 4629.0, 4578.0, 4638.0, 4589.0, 4618.0, 4577.0, 4568.0, 4606.0, 4567.0, 4637.0, 4598.0, 4617.0, 4579.0, 4647.0, 4586.0, 4575.0, 4596.0, 4566.0, 4628.0, 4566.0, 4616.0, 4566.0, 4615.0, 4568.0, 4568.0, 4567.0, 4567.0, 4627.0, 4588.0, 4570.0, 4641.0, 4602.0, 4581.0, 4650.0, 4591.0, 4669.0, 4608.0, 4647.0, 4607.0, 4635.0, 4597.0, 4596.0, 4577.0, 4567.0, 4605.0, 4568.0, 4618.0, 4578.0, 4616.0, 4578.0, 4569.0, 4618.0, 4579.0, 4637.0, 4598.0, 4580.0, 4620.0, 4582.0, 4651.0, 4620.0, 4641.0, 4599.0, 4568.0, 4629.0, 4601.0, 4669.0, 4629.0, 4578.0, 4607.0, 4569.0, 4626.0, 4588.0, 4596.0, 4598.0, 4566.0, 4637.0, 4588.0, 4636.0, 4597.0, 4566.0, 4596.0, 4578.0, 4639.0, 4588.0, 4645.0, 4607.0, 4556.0, 4586.0, 4568.0, 4627.0, 4588.0, 4635.0, 4585.0, 4569.0, 4617.0, 4586.0, 4646.0, 4596.0, 4554.0, 4605.0, 4569.0, 4636.0, 4585.0, 4614.0, 4576.0, 4565.0, 4615.0, 4567.0, 4616.0, 4575.0, 4556.0, 4626.0, 4585.0, 4585.0, 4585.0, 4566.0, 4594.0, 4596.0, 4567.0, 4627.0, 4577.0, 4567.0, 4616.0, 4598.0, 4647.0, 4596.0, 4556.0, 4614.0, 4573.0, 4574.0, 4614.0, 4556.0, 4574.0, 4586.0, 4566.0, 4587.0, 4586.0, 4570.0, 4637.0, 4597.0, 4657.0, 4606.0, 4577.0, 4595.0, 4566.0, 4625.0, 4584.0, 4565.0, 4626.0, 4578.0, 4646.0, 4608.0, 4625.0, 4565.0, 4567.0, 4613.0, 4565.0, 4636.0, 4585.0, 4595.0, 4564.0, 4554.0, 4595.0, 4555.0, 4615.0, 4567.0, 4626.0, 4597.0, 4636.0, 4598.0, 4608.0, 4567.0, 4637.0, 4598.0, 4627.0, 4596.0, 4596.0, 4577.0, 4568.0, 4597.0, 4604.0, 4575.0, 4566.0, 4616.0, 4569.0, 4637.0, 4598.0, 4647.0, 4588.0, 4636.0, 4587.0, 4567.0, 4597.0, 4656.0, 4586.0, 4584.0, 4566.0, 4566.0, 4616.0, 4555.0, 4615.0, 4576.0, 4616.0, 4576.0, 4565.0, 4596.0, 4566.0, 4625.0, 4566.0, 4636.0, 4586.0, 4634.0, 4586.0, 4584.0, 4555.0, 4615.0, 4566.0, 4633.0, 4563.0, 4555.0, 4584.0, 4566.0, 4615.0, 4576.0, 4597.0, 4576.0, 4579.0, 4627.0, 4577.0, 4638.0, 4588.0, 4606.0, 4567.0, 4586.0, 4587.0, 4567.0, 4568.0, 4609.0, 4588.0, 4658.0, 4600.0, 4658.0, 4605.0, 4634.0, 4555.0, 4613.0, 4556.0, 4625.0, 4575.0, 4603.0, 4565.0, 4603.0, 4553.0, 4564.0, 4596.0, 4573.0, 4563.0, 4554.0, 4604.0, 4565.0, 4615.0, 4576.0, 4594.0, 4576.0, 4568.0, 4627.0, 4577.0, 4607.0, 4568.0, 4625.0, 4565.0, 4576.0, 4597.0, 4566.0, 4607.0, 4568.0, 4628.0, 4599.0, 4649.0, 4587.0, 4597.0, 4598.0, 4567.0, 4647.0, 4568.0, 4647.0, 4577.0, 4626.0, 4587.0, 4626.0, 4577.0, 4597.0, 4567.0, 4616.0, 4586.0, 4567.0], 'WindowWidth': [10302.0, 10262.0, 10170.0, 10111.0, 10140.0, 10080.0, 10144.0, 10080.0, 10149.0, 10082.0, 10148.0, 10090.0, 10116.0, 10057.0, 10094.0, 10072.0, 10045.0, 10112.0, 10045.0, 10126.0, 10073.0, 10156.0, 10070.0, 10138.0, 10058.0, 10099.0, 10049.0, 10045.0, 10116.0, 10063.0, 10131.0, 10092.0, 10161.0, 10095.0, 10061.0, 10101.0, 10050.0, 10132.0, 10089.0, 10168.0, 10101.0, 10045.0, 10090.0, 10059.0, 10125.0, 10089.0, 10045.0, 10100.0, 10048.0, 10144.0, 10081.0, 10084.0, 10090.0, 10048.0, 10139.0, 10072.0, 10157.0, 10069.0, 10055.0, 10095.0, 10040.0, 10124.0, 10067.0, 10041.0, 10107.0, 10047.0, 10108.0, 10071.0, 10043.0, 10124.0, 10063.0, 10125.0, 10104.0, 10046.0, 10101.0, 10046.0, 10129.0, 10087.0, 10100.0, 10064.0, 10064.0, 10142.0, 10064.0, 10052.0, 10135.0, 10096.0, 10100.0, 10143.0, 10071.0, 10150.0, 10111.0, 10164.0, 10102.0, 10066.0, 10143.0, 10075.0, 10103.0, 10103.0, 10064.0, 10144.0, 10076.0, 10127.0, 10104.0, 10045.0, 10134.0, 10070.0, 10144.0, 10092.0, 10065.0, 10152.0, 10094.0, 10150.0, 10088.0, 10060.0, 10127.0, 10064.0, 10142.0, 10076.0, 10062.0, 10120.0, 10068.0, 10129.0, 10094.0, 10067.0, 10145.0, 10099.0, 10069.0, 10168.0, 10117.0, 10185.0, 10105.0, 10164.0, 10071.0, 10116.0, 10026.0, 10088.0, 10028.0, 10102.0, 10070.0, 10084.0, 10050.0, 10065.0, 10083.0, 10091.0, 10158.0, 10111.0, 10161.0, 10133.0, 10162.0, 10107.0, 10169.0, 10090.0, 10156.0, 10103.0, 10138.0, 10120.0, 10155.0, 10105.0, 10173.0, 10118.0, 10181.0, 10132.0, 10172.0, 10114.0, 10170.0, 10104.0, 10158.0, 10113.0, 10153.0, 10112.0, 10138.0, 10101.0, 10136.0, 10083.0, 10137.0, 10053.0, 10116.0, 10064.0, 10108.0, 10050.0, 10122.0, 10055.0, 10118.0, 10077.0, 10073.0, 10052.0, 10104.0, 10087.0, 10080.0, 10047.0, 10105.0, 10078.0, 10077.0, 10104.0, 10105.0, 10103.0, 10076.0, 10052.0, 10119.0, 10069.0, 10104.0, 10067.0, 10132.0, 10067.0, 10149.0, 10074.0, 10073.0, 10065.0, 10093.0, 10083.0, 10153.0, 10075.0, 10152.0, 10075.0, 10140.0, 10103.0, 10165.0, 10101.0, 10171.0, 10098.0, 10133.0, 10082.0, 10132.0, 10092.0, 10136.0, 10083.0, 10136.0, 10063.0, 10117.0, 10065.0, 10125.0, 10093.0, 10150.0, 10110.0, 10132.0, 10089.0, 10133.0, 10089.0, 10063.0, 10099.0, 10181.0, 10088.0, 10130.0, 10077.0, 10164.0, 10089.0, 10059.0, 10074.0, 10152.0, 10068.0, 10120.0, 10044.0, 10110.0, 10057.0, 10041.0, 10060.0, 10159.0, 10082.0, 10125.0, 10072.0, 10055.0, 10060.0, 10046.0, 10121.0, 10076.0, 10131.0, 10070.0, 10074.0, 10139.0, 10087.0, 10171.0, 10096.0, 10162.0, 10096.0, 10160.0, 10090.0, 10143.0, 10074.0, 10131.0, 10088.0, 10127.0, 10072.0, 10067.0, 10064.0, 10148.0, 10102.0, 10128.0, 10079.0, 10117.0, 10079.0, 10080.0, 10091.0, 10118.0, 10060.0, 10102.0, 10088.0, 10045.0, 10112.0, 10045.0, 10099.0, 10048.0, 10102.0, 10044.0, 10127.0, 10047.0, 10129.0, 10063.0, 10097.0, 10043.0, 10139.0, 10061.0, 10130.0, 10079.0, 10127.0, 10087.0, 10088.0, 10080.0, 10183.0, 10100.0, 10142.0, 10088.0, 10141.0, 10100.0, 10123.0, 10059.0, 10123.0, 10069.0, 10096.0, 10057.0, 10108.0, 10076.0, 10074.0, 10068.0, 10068.0, 10094.0, 10067.0, 10110.0, 10112.0, 10153.0, 10084.0, 10069.0, 10156.0, 10107.0, 10179.0, 10120.0, 10176.0, 10118.0, 10144.0, 10072.0, 10117.0, 10021.0, 10073.0, 10024.0, 10090.0, 10047.0, 10108.0, 10072.0, 10072.0, 10044.0, 10085.0, 10087.0, 10045.0, 10113.0, 10044.0, 10113.0, 10108.0, 10041.0, 10023.0, 10081.0, 10028.0, 10080.0, 10064.0, 10039.0, 10138.0, 10063.0, 10024.0, 10056.0, 10083.0, 10060.0, 10129.0, 10089.0, 10099.0, 10065.0, 10132.0, 10091.0, 10159.0, 10069.0, 10117.0, 10186.0, 10060.0, 10118.0, 10028.0, 10117.0, 10035.0, 10103.0, 10089.0, 10123.0, 10076.0, 10100.0, 10069.0, 10151.0, 10078.0, 10129.0, 10064.0, 10126.0, 10053.0, 10053.0, 10083.0, 10063.0, 10133.0, 10094.0, 10178.0, 10121.0, 10186.0, 10102.0, 10179.0, 10137.0, 10135.0, 10056.0, 10079.0, 10074.0, 10093.0, 10100.0, 10071.0, 10141.0, 10072.0, 10172.0, 10112.0, 10181.0, 10130.0, 10158.0, 10067.0, 10141.0, 10087.0, 10143.0, 10085.0, 10029.0, 10075.0, 10045.0, 10114.0, 10079.0, 10145.0, 10094.0, 10091.0, 10078.0, 10052.0, 10119.0, 10073.0, 10130.0, 10050.0, 10127.0, 10082.0, 10133.0, 10074.0, 10060.0, 10105.0, 10056.0, 10131.0, 10084.0, 10094.0, 10096.0, 10073.0, 10152.0, 10099.0, 10195.0, 10139.0, 10131.0, 10064.0, 10049.0, 10119.0, 10065.0, 10144.0, 10075.0, 10128.0, 10050.0, 10117.0, 10078.0, 10117.0, 10062.0, 10046.0, 10116.0, 10048.0, 10129.0, 10048.0, 10113.0, 10067.0, 10045.0, 10059.0, 10051.0, 10126.0, 10060.0, 10131.0, 10080.0, 10133.0, 10078.0, 10066.0, 10120.0, 10054.0, 10132.0, 10095.0, 10091.0, 10083.0, 10056.0, 10152.0, 10092.0, 10135.0, 10104.0, 10051.0, 10133.0, 10081.0, 10139.0, 10109.0, 10106.0, 10095.0, 10068.0, 10134.0, 10098.0, 10145.0, 10109.0, 10118.0, 10096.0, 10054.0, 10148.0, 10086.0, 10148.0, 10122.0, 10123.0, 10081.0, 10056.0, 10147.0, 10084.0, 10139.0, 10086.0, 10071.0, 10154.0, 10106.0, 10157.0, 10123.0, 10112.0, 10128.0, 10071.0, 10154.0, 10097.0, 10090.0, 10130.0, 10086.0, 10155.0, 10115.0, 10157.0, 10129.0, 10185.0, 10112.0, 10132.0, 10063.0, 10090.0, 10077.0, 10053.0, 10107.0, 10076.0, 10130.0, 10068.0, 10108.0, 10066.0, 10060.0, 10098.0, 10067.0, 10136.0, 10077.0, 10156.0, 10099.0, 10168.0, 10098.0, 10158.0, 10080.0, 10135.0, 10094.0, 10164.0, 10092.0, 10118.0, 10062.0, 10049.0, 10093.0, 10131.0, 10062.0, 10049.0, 10105.0, 10050.0, 10128.0, 10059.0, 10129.0, 10047.0, 10142.0, 10041.0, 10112.0, 10046.0, 10125.0, 10079.0, 10127.0, 10088.0, 10059.0, 10073.0, 10139.0, 10052.0, 10076.0, 10041.0, 10029.0, 10082.0, 10026.0, 10103.0, 10049.0, 10121.0, 10088.0, 10085.0, 10063.0, 10057.0, 10062.0, 10085.0, 10084.0, 10057.0, 10127.0, 10047.0, 10126.0, 10075.0, 10158.0, 10091.0, 10158.0, 10079.0, 10106.0, 10028.0, 10064.0, 10029.0, 10108.0, 10067.0, 10075.0, 10044.0, 10045.0, 10112.0, 10033.0, 10126.0, 10047.0, 10111.0, 10067.0, 10155.0, 10082.0, 10138.0, 10086.0, 10126.0, 10055.0, 10118.0, 10035.0, 10090.0, 10037.0, 10104.0, 10029.0, 10090.0, 10028.0, 10089.0, 10043.0, 10111.0, 10053.0, 10119.0, 10077.0, 10113.0, 10072.0, 10080.0, 10050.0, 10157.0, 10082.0, 10124.0, 10081.0, 10067.0, 10049.0, 10043.0, 10063.0, 10132.0, 10072.0, 10126.0, 10079.0, 10078.0, 10032.0, 10093.0, 10046.0, 10095.0, 10059.0, 10030.0, 10098.0, 10049.0, 10129.0, 10059.0, 10086.0, 10056.0, 10067.0, 10028.0, 10068.0, 10028.0, 10082.0, 10096.0, 10057.0, 10021.0, 10065.0, 10026.0, 10083.0, 10063.0, 10066.0, 10028.0, 10078.0, 10042.0, 10082.0, 10068.0, 10068.0, 10030.0, 10095.0, 10046.0, 10098.0, 10030.0, 10103.0, 10049.0, 10125.0, 10075.0, 10128.0, 10091.0, 10143.0, 10094.0, 10141.0, 10084.0, 10101.0, 10057.0, 10047.0, 10102.0, 10050.0, 10134.0, 10063.0, 10148.0, 10073.0, 10154.0, 10045.0, 10124.0, 10073.0, 10132.0, 10080.0, 10053.0, 10041.0, 10026.0, 10096.0, 10056.0, 10140.0, 10072.0, 10097.0, 10073.0, 10095.0, 10092.0, 10069.0, 10127.0, 10059.0, 10121.0, 10082.0, 10120.0, 10083.0, 10044.0, 10046.0, 10025.0, 10126.0, 10056.0, 10045.0, 10090.0, 10065.0, 10149.0, 10101.0, 10073.0, 10113.0, 10135.0, 10041.0, 10154.0, 10075.0, 10100.0, 10046.0, 10020.0, 10037.0, 10024.0, 10051.0, 10041.0, 10058.0, 10028.0, 10094.0, 10044.0, 10111.0, 10029.0, 10097.0, 10051.0, 10125.0, 10075.0, 10116.0, 10068.0, 10132.0, 10091.0, 10130.0, 10090.0, 10113.0, 10065.0, 10132.0, 10092.0, 10129.0, 10105.0, 10119.0, 10093.0, 10050.0, 10065.0, 10049.0, 10119.0, 10052.0, 10118.0, 10052.0, 10130.0, 10077.0, 10133.0, 10079.0, 10129.0, 10077.0, 10143.0, 10077.0, 10127.0, 10075.0, 10131.0, 10074.0, 10136.0, 10070.0, 10112.0, 10086.0, 10127.0, 10074.0, 10110.0, 10062.0, 10048.0, 10091.0, 10143.0, 10059.0, 10125.0, 10054.0, 10026.0, 10067.0, 10078.0, 10041.0, 10051.0, 10055.0, 10031.0, 10094.0, 10069.0, 10069.0, 10029.0, 10110.0, 10047.0, 10095.0, 10048.0, 10096.0, 10029.0, 10112.0, 10050.0, 10111.0, 10049.0, 10133.0, 10123.0, 10162.0, 10096.0, 10116.0, 10070.0, 10095.0, 10040.0, 10110.0, 10077.0, 10079.0, 10078.0, 10164.0, 10073.0, 10113.0, 10074.0, 10044.0, 10088.0, 10114.0, 10029.0, 10040.0, 10056.0, 10053.0, 10081.0, 10030.0, 10100.0, 10095.0, 10027.0, 10048.0, 10036.0, 10023.0, 10065.0, 10024.0, 10088.0, 10054.0, 10125.0, 10070.0, 10111.0, 10059.0, 10155.0, 10079.0, 10120.0, 10064.0, 10064.0, 10025.0, 10018.0, 10043.0, 10028.0, 10110.0, 10047.0, 10111.0, 10065.0, 10102.0, 10067.0, 10175.0, 10106.0, 10102.0, 10045.0, 10123.0, 10067.0, 10075.0, 10081.0, 10051.0, 10116.0, 10077.0, 10055.0, 10120.0, 10078.0, 10167.0, 10101.0, 10202.0, 10146.0, 10158.0, 10072.0, 10083.0, 10053.0, 10026.0, 10069.0, 10028.0, 10092.0, 10033.0, 10109.0, 10070.0, 10125.0, 10054.0, 10125.0, 10067.0, 10137.0, 10080.0, 10093.0, 10040.0, 10025.0, 10080.0, 10026.0, 10093.0, 10046.0, 10111.0, 10075.0, 10114.0, 10073.0, 10153.0, 10087.0, 10154.0, 10081.0, 10065.0, 10038.0, 10120.0, 10063.0, 10105.0, 10068.0, 10104.0, 10051.0, 10027.0, 10044.0, 10093.0, 10042.0, 10109.0, 10046.0, 10110.0, 10061.0, 10084.0, 10049.0, 10050.0, 10091.0, 10069.0, 10137.0, 10110.0, 10146.0, 10087.0, 10199.0, 10139.0, 10134.0, 10079.0, 10045.0, 10111.0, 10046.0, 10108.0, 10075.0, 10091.0, 10067.0, 10065.0, 10106.0, 10177.0, 10102.0, 10043.0, 10086.0, 10046.0, 10128.0, 10043.0, 10124.0, 10042.0, 10132.0, 10054.0, 10094.0, 10048.0, 10139.0, 10071.0, 10112.0, 10056.0, 10030.0, 10083.0, 10050.0, 10077.0, 10080.0, 10049.0, 10110.0, 10057.0, 10138.0, 10066.0, 10147.0, 10082.0, 10121.0, 10064.0, 10051.0, 10101.0, 10051.0, 10147.0, 10093.0, 10118.0, 10067.0, 10158.0, 10073.0, 10057.0, 10088.0, 10045.0, 10132.0, 10046.0, 10115.0, 10047.0, 10113.0, 10050.0, 10050.0, 10050.0, 10052.0, 10131.0, 10080.0, 10059.0, 10157.0, 10104.0, 10076.0, 10170.0, 10087.0, 10197.0, 10107.0, 10159.0, 10101.0, 10138.0, 10088.0, 10085.0, 10060.0, 10048.0, 10097.0, 10052.0, 10118.0, 10065.0, 10115.0, 10066.0, 10054.0, 10121.0, 10070.0, 10147.0, 10093.0, 10072.0, 10125.0, 10079.0, 10172.0, 10127.0, 10153.0, 10094.0, 10053.0, 10136.0, 10100.0, 10196.0, 10135.0, 10062.0, 10103.0, 10053.0, 10130.0, 10079.0, 10085.0, 10091.0, 10046.0, 10146.0, 10078.0, 10142.0, 10089.0, 10045.0, 10088.0, 10068.0, 10152.0, 10079.0, 10155.0, 10102.0, 10032.0, 10071.0, 10050.0, 10130.0, 10076.0, 10140.0, 10071.0, 10052.0, 10117.0, 10071.0, 10156.0, 10085.0, 10027.0, 10097.0, 10052.0, 10143.0, 10071.0, 10109.0, 10058.0, 10043.0, 10110.0, 10047.0, 10114.0, 10055.0, 10031.0, 10127.0, 10069.0, 10069.0, 10070.0, 10046.0, 10080.0, 10085.0, 10048.0, 10130.0, 10061.0, 10047.0, 10114.0, 10091.0, 10160.0, 10086.0, 10029.0, 10108.0, 10053.0, 10053.0, 10110.0, 10031.0, 10054.0, 10071.0, 10046.0, 10075.0, 10073.0, 10055.0, 10145.0, 10091.0, 10174.0, 10101.0, 10059.0, 10082.0, 10045.0, 10125.0, 10068.0, 10044.0, 10127.0, 10065.0, 10158.0, 10105.0, 10125.0, 10042.0, 10046.0, 10104.0, 10044.0, 10141.0, 10071.0, 10082.0, 10041.0, 10027.0, 10084.0, 10029.0, 10110.0, 10050.0, 10127.0, 10090.0, 10143.0, 10091.0, 10105.0, 10050.0, 10144.0, 10090.0, 10131.0, 10086.0, 10085.0, 10062.0, 10050.0, 10090.0, 10096.0, 10057.0, 10047.0, 10114.0, 10055.0, 10148.0, 10092.0, 10159.0, 10077.0, 10142.0, 10074.0, 10048.0, 10089.0, 10171.0, 10071.0, 10067.0, 10044.0, 10046.0, 10112.0, 10029.0, 10111.0, 10059.0, 10113.0, 10057.0, 10042.0, 10085.0, 10045.0, 10126.0, 10046.0, 10141.0, 10072.0, 10138.0, 10072.0, 10067.0, 10029.0, 10110.0, 10045.0, 10133.0, 10037.0, 10028.0, 10066.0, 10046.0, 10112.0, 10060.0, 10088.0, 10062.0, 10068.0, 10131.0, 10064.0, 10148.0, 10078.0, 10097.0, 10049.0, 10072.0, 10075.0, 10050.0, 10053.0, 10109.0, 10079.0, 10178.0, 10097.0, 10180.0, 10096.0, 10134.0, 10026.0, 10105.0, 10030.0, 10123.0, 10053.0, 10088.0, 10041.0, 10089.0, 10024.0, 10041.0, 10084.0, 10050.0, 10038.0, 10026.0, 10093.0, 10043.0, 10111.0, 10058.0, 10081.0, 10059.0, 10049.0, 10130.0, 10062.0, 10103.0, 10049.0, 10126.0, 10044.0, 10060.0, 10089.0, 10046.0, 10104.0, 10052.0, 10134.0, 10097.0, 10164.0, 10077.0, 10088.0, 10092.0, 10048.0, 10158.0, 10050.0, 10159.0, 10061.0, 10126.0, 10076.0, 10127.0, 10061.0, 10088.0, 10049.0, 10114.0, 10073.0, 10047.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.00040772796352583587</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01770750828267477</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46193348114067</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2489750246539926</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9834563910722429</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4905</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6665.3848</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07264591050502713</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.4437689969604863</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5425308491488874</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5181081217818058</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.602225210685389</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.507259214979468</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00470561</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.013307839632034302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03340185433626175</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1316</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.033959509848542</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.9045</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6973</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.3569</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294627.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>977.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.3135</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5692</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.5238</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3768.8238</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3925.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81917.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1502.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4976.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.9835</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.12827628059313</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> |