=== 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-0013 --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-0013",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
143 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-04/func/sub-0013_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>b28e96a8ddc599516de6034f6572bdad</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:58:51.117500</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.996657, -0.0794035, 0.0192398, 0.0735397, 0.974464, 0.212162]</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.0756123</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>15</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4154, -7742, -7315, 542, -136, -332, 53, 48]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.567</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7510ed35-ee6b-43dc-ac4d-0991dcbdf5cb||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.673957586288452, 0.1973016858100891, 0.09610600769519806, 99.22953033447266], [0.21303372085094452, 2.614414691925049, 0.567101001739502, -118.35860443115234], [0.05161888152360916, -0.5692139863967896, 2.638021945953369, -60.10774612426758], [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': ['095851.117500', '095851.577500', '095852.037500', '095852.497500', '095852.957500', '095853.417500', '095853.877500', '095854.337500', '095854.797500', '095855.257500', '095855.717500', '095856.177500', '095856.637500', '095857.097500', '095857.557500', '095858.017500', '095858.477500', '095858.937500', '095859.397500', '095859.857500', '095900.317500', '095900.777500', '095901.237500', '095901.697500', '095902.157500', '095902.617500', '095903.077500', '095903.537500', '095903.997500', '095904.457500', '095904.917500', '095905.377500', '095905.837500', '095906.297500', '095906.757500', '095907.217500', '095907.677500', '095908.137500', '095908.597500', '095909.057500', '095909.517500', '095909.977500', '095910.437500', '095910.897500', '095911.357500', '095911.817500', '095912.277500', '095912.737500', '095913.197500', '095913.657500', '095914.117500', '095914.577500', '095915.037500', '095915.497500', '095915.957500', '095916.417500', '095916.877500', '095917.337500', '095917.797500', '095918.257500', '095918.717500', '095919.177500', '095919.637500', '095920.097500', '095920.557500', '095921.017500', '095921.477500', '095921.937500', '095922.397500', '095922.857500', '095923.317500', '095923.777500', '095924.237500', '095924.697500', '095925.157500', '095925.617500', '095926.077500', '095926.537500', '095926.997500', '095927.457500', '095927.917500', '095928.377500', '095928.837500', '095929.297500', '095929.757500', '095930.217500', '095930.677500', '095931.137500', '095931.597500', '095932.057500', '095932.517500', '095932.977500', '095933.437500', '095933.897500', '095934.357500', '095934.817500', '095935.277500', '095935.737500', '095936.197500', '095936.657500', '095937.117500', '095937.577500', '095938.037500', '095938.497500', '095938.957500', '095939.417500', '095939.877500', '095940.337500', '095940.797500', '095941.257500', '095941.717500', '095942.177500', '095942.637500', '095943.097500', '095943.557500', '095944.017500', '095944.477500', '095944.937500', '095945.397500', '095945.857500', '095946.317500', '095946.777500', '095947.237500', '095947.697500', '095948.157500', '095948.617500', '095949.077500', '095949.537500', '095949.997500', '095950.457500', '095950.917500', '095951.377500', '095951.837500', '095952.297500', '095952.757500', '095953.217500', '095953.677500', '095954.137500', '095954.597500', '095955.057500', '095955.517500', '095955.977500', '095956.437500', '095956.897500', '095957.357500', '095957.817500', '095958.277500', '095958.737500', '095959.197500', '095959.657500', '100000.117500', '100000.577500', '100001.037500', '100001.497500', '100001.957500', '100002.417500', '100002.877500', '100003.337500', '100003.797500', '100004.257500', '100004.717500', '100005.177500', '100005.637500', '100006.097500', '100006.557500', '100007.017500', '100007.477500', '100007.937500', '100008.397500', '100008.857500', '100009.317500', '100009.777500', '100010.237500', '100010.697500', '100011.157500', '100011.617500', '100012.077500', '100012.537500', '100012.997500', '100013.457500', '100013.917500', '100014.377500', '100014.837500', '100015.297500', '100015.757500', '100016.217500', '100016.677500', '100017.137500', '100017.597500', '100018.057500', '100018.517500', '100018.977500', '100019.437500', '100019.897500', '100020.357500', '100020.817500', '100021.277500', '100021.737500', '100022.197500', '100022.657500', '100023.117500', '100023.577500', '100024.037500', '100024.497500', '100024.957500', '100025.417500', '100025.877500', '100026.337500', '100026.797500', '100027.257500', '100027.717500', '100028.177500', '100028.637500', '100029.097500', '100029.557500', '100030.017500', '100030.477500', '100030.937500', '100031.397500', '100031.857500', '100032.317500', '100032.777500', '100033.237500', '100033.697500', '100034.157500', '100034.617500', '100035.077500', '100035.537500', '100035.997500', '100036.457500', '100036.917500', '100037.377500', '100037.837500', '100038.297500', '100038.757500', '100039.217500', '100039.677500', '100040.137500', '100040.597500', '100041.057500', '100041.517500', '100041.977500', '100042.437500', '100042.897500', '100043.357500', '100043.817500', '100044.277500', '100044.737500', '100045.197500', '100045.657500', '100046.117500', '100046.577500', '100047.037500', '100047.497500', '100047.957500', '100048.417500', '100048.877500', '100049.337500', '100049.797500', '100050.257500', '100050.717500', '100051.177500', '100051.637500', '100052.097500', '100052.557500', '100053.017500', '100053.477500', '100053.937500', '100054.397500', '100054.857500', '100055.317500', '100055.777500', '100056.237500', '100056.697500', '100057.157500', '100057.617500', '100058.077500', '100058.537500', '100058.997500', '100059.457500', '100059.917500', '100100.377500', '100100.837500', '100101.297500', '100101.757500', '100102.217500', '100102.677500', '100103.137500', '100103.597500', '100104.057500', '100104.517500', '100104.977500', '100105.437500', '100105.897500', '100106.357500', '100106.817500', '100107.277500', '100107.737500', '100108.197500', '100108.657500', '100109.117500', '100109.577500', '100110.037500', '100110.497500', '100110.957500', '100111.417500', '100111.877500', '100112.337500', '100112.797500', '100113.257500', '100113.717500', '100114.177500', '100114.637500', '100115.097500', '100115.557500', '100116.017500', '100116.477500', '100116.937500', '100117.397500', '100117.857500', '100118.317500', '100118.777500', '100119.237500', '100119.697500', '100120.157500', '100120.617500', '100121.077500', '100121.537500', '100121.997500', '100122.457500', '100122.917500', '100123.377500', '100123.837500', '100124.297500', '100124.757500', '100125.217500', '100125.677500', '100126.137500', '100126.597500', '100127.057500', '100127.517500', '100127.977500', '100128.437500', '100128.897500', '100129.357500', '100129.817500', '100130.277500', '100130.737500', '100131.197500', '100131.657500', '100132.117500', '100132.577500', '100133.037500', '100133.497500', '100133.957500', '100134.417500', '100134.877500', '100135.337500', '100135.797500', '100136.257500', '100136.717500', '100137.177500', '100137.637500', '100138.097500', '100138.557500', '100139.017500', '100139.477500', '100139.937500', '100140.397500', '100140.857500', '100141.317500', '100141.777500', '100142.237500', '100142.697500', '100143.157500', '100143.617500', '100144.077500', '100144.537500', '100144.997500', '100145.457500', '100145.917500', '100146.377500', '100146.837500', '100147.297500', '100147.757500', '100148.217500', '100148.677500', '100149.137500', '100149.597500', '100150.057500', '100150.517500', '100150.977500', '100151.437500', '100151.897500', '100152.357500', '100152.817500', '100153.277500', '100153.737500', '100154.197500', '100154.657500', '100155.117500', '100155.577500', '100156.037500', '100156.497500', '100156.957500', '100157.417500', '100157.877500', '100158.337500', '100158.797500', '100159.257500', '100159.717500', '100200.177500', '100200.637500', '100201.097500', '100201.557500', '100202.017500', '100202.477500', '100202.937500', '100203.397500', '100203.857500', '100204.317500', '100204.777500', '100205.237500', '100205.697500', '100206.157500', '100206.617500', '100207.077500', '100207.537500', '100207.997500', '100208.457500', '100208.917500', '100209.377500', '100209.837500', '100210.297500', '100210.757500', '100211.217500', '100211.677500', '100212.137500', '100212.597500', '100213.057500', '100213.517500', '100213.977500', '100214.437500', '100214.897500', '100215.357500', '100215.817500', '100216.277500', '100216.737500', '100217.197500', '100217.657500', '100218.117500', '100218.577500', '100219.037500', '100219.497500', '100219.957500', '100220.417500', '100220.877500', '100221.337500', '100221.797500', '100222.257500', '100222.717500', '100223.177500', '100223.637500', '100224.097500', '100224.557500', '100225.017500', '100225.477500', '100225.937500', '100226.397500', '100226.857500', '100227.317500', '100227.777500', '100228.237500', '100228.697500', '100229.157500', '100229.617500', '100230.077500', '100230.537500', '100230.997500', '100231.457500', '100231.917500', '100232.377500', '100232.837500', '100233.297500', '100233.757500', '100234.217500', '100234.677500', '100235.137500', '100235.597500', '100236.057500', '100236.517500', '100236.977500', '100237.437500', '100237.897500', '100238.357500', '100238.817500', '100239.277500', '100239.737500', '100240.197500', '100240.657500', '100241.117500', '100241.577500', '100242.037500', '100242.497500', '100242.957500', '100243.417500', '100243.877500', '100244.337500', '100244.797500', '100245.257500', '100245.717500', '100246.177500', '100246.637500', '100247.097500', '100247.557500', '100248.017500', '100248.477500', '100248.937500', '100249.397500', '100249.857500', '100250.317500', '100250.777500', '100251.237500', '100251.697500', '100252.157500', '100252.617500', '100253.077500', '100253.537500', '100253.997500', '100254.457500', '100254.917500', '100255.377500', '100255.837500', '100256.297500', '100256.757500', '100257.217500', '100257.677500', '100258.137500', '100258.597500', '100259.057500', '100259.517500', '100259.977500', '100300.437500', '100300.897500', '100301.357500', '100301.817500', '100302.277500', '100302.737500', '100303.197500', '100303.657500', '100304.117500', '100304.577500', '100305.037500', '100305.497500', '100305.957500', '100306.417500', '100306.877500', '100307.337500', '100307.797500', '100308.257500', '100308.717500', '100309.177500', '100309.637500', '100310.097500', '100310.557500', '100311.017500', '100311.477500', '100311.937500', '100312.397500', '100312.857500', '100313.317500', '100313.777500', '100314.237500', '100314.697500', '100315.157500', '100315.617500', '100316.077500', '100316.537500', '100316.997500', '100317.457500', '100317.917500', '100318.377500', '100318.837500', '100319.297500', '100319.757500', '100320.217500', '100320.677500', '100321.137500', '100321.597500', '100322.057500', '100322.517500', '100322.977500', '100323.437500', '100323.897500', '100324.357500', '100324.817500', '100325.277500', '100325.737500', '100326.197500', '100326.657500', '100327.117500', '100327.577500', '100328.037500', '100328.497500', '100328.957500', '100329.417500', '100329.877500', '100330.337500', '100330.797500', '100331.257500', '100331.717500', '100332.177500', '100332.637500', '100333.097500', '100333.557500', '100334.017500', '100334.477500', '100334.937500', '100335.397500', '100335.857500', '100336.317500', '100336.777500', '100337.237500', '100337.697500', '100338.157500', '100338.617500', '100339.077500', '100339.537500', '100339.997500', '100340.457500', '100340.917500', '100341.377500', '100341.837500', '100342.297500', '100342.757500', '100343.217500', '100343.677500', '100344.137500', '100344.597500', '100345.057500', '100345.517500', '100345.977500', '100346.437500', '100346.897500', '100347.357500', '100347.817500', '100348.277500', '100348.737500', '100349.197500', '100349.657500', '100350.117500', '100350.577500', '100351.037500', '100351.497500', '100351.957500', '100352.417500', '100352.877500', '100353.337500', '100353.797500', '100354.257500', '100354.717500', '100355.177500', '100355.637500', '100356.097500', '100356.557500', '100357.017500', '100357.477500', '100357.937500', '100358.397500', '100358.857500', '100359.317500', '100359.777500', '100400.237500', '100400.697500', '100401.157500', '100401.617500', '100402.077500', '100402.537500', '100402.997500', '100403.457500', '100403.917500', '100404.377500', '100404.837500', '100405.297500', '100405.757500', '100406.217500', '100406.677500', '100407.137500', '100407.597500', '100408.057500', '100408.517500', '100408.977500', '100409.437500', '100409.897500', '100410.357500', '100410.817500', '100411.277500', '100411.737500', '100412.197500', '100412.657500', '100413.117500', '100413.577500', '100414.037500', '100414.497500', '100414.957500', '100415.417500', '100415.877500', '100416.337500', '100416.797500', '100417.257500', '100417.717500', '100418.177500', '100418.637500', '100419.097500', '100419.557500', '100420.017500', '100420.477500', '100420.937500', '100421.397500', '100421.857500', '100422.317500', '100422.777500', '100423.237500', '100423.697500', '100424.157500', '100424.617500', '100425.077500', '100425.537500', '100425.997500', '100426.457500', '100426.917500', '100427.377500', '100427.837500', '100428.297500', '100428.757500', '100429.217500', '100429.677500', '100430.137500', '100430.597500', '100431.057500', '100431.517500', '100431.977500', '100432.437500', '100432.897500', '100433.357500', '100433.817500', '100434.277500', '100434.737500', '100435.197500', '100435.657500', '100436.117500', '100436.577500', '100437.037500', '100437.497500', '100437.957500', '100438.417500', '100438.877500', '100439.337500', '100439.797500', '100440.257500', '100440.717500', '100441.177500', '100441.637500', '100442.097500', '100442.557500', '100443.017500', '100443.477500', '100443.937500', '100444.397500', '100444.857500', '100445.317500', '100445.777500', '100446.237500', '100446.697500', '100447.157500', '100447.617500', '100448.077500', '100448.537500', '100448.997500', '100449.457500', '100449.917500', '100450.377500', '100450.837500', '100451.297500', '100451.757500', '100452.217500', '100452.677500', '100453.137500', '100453.597500', '100454.057500', '100454.517500', '100454.977500', '100455.437500', '100455.897500', '100456.357500', '100456.817500', '100457.277500', '100457.737500', '100458.197500', '100458.657500', '100459.117500', '100459.577500', '100500.037500', '100500.497500', '100500.957500', '100501.417500', '100501.877500', '100502.337500', '100502.797500', '100503.257500', '100503.717500', '100504.177500', '100504.637500', '100505.097500', '100505.557500', '100506.017500', '100506.477500', '100506.937500', '100507.397500', '100507.857500', '100508.317500', '100508.777500', '100509.237500', '100509.697500', '100510.157500', '100510.617500', '100511.077500', '100511.537500', '100511.997500', '100512.457500', '100512.917500', '100513.377500', '100513.837500', '100514.297500', '100514.757500', '100515.217500', '100515.677500', '100516.137500', '100516.597500', '100517.057500', '100517.517500', '100517.977500', '100518.437500', '100518.897500', '100519.357500', '100519.817500', '100520.277500', '100520.737500', '100521.197500', '100521.657500', '100522.117500', '100522.577500', '100523.037500', '100523.497500', '100523.957500', '100524.417500', '100524.877500', '100525.337500', '100525.797500', '100526.257500', '100526.717500', '100527.177500', '100527.637500', '100528.097500', '100528.557500', '100529.017500', '100529.477500', '100529.937500', '100530.397500', '100530.857500', '100531.317500', '100531.777500', '100532.237500', '100532.697500', '100533.157500', '100533.617500', '100534.077500', '100534.537500', '100534.997500', '100535.457500', '100535.917500', '100536.377500', '100536.837500', '100537.297500', '100537.757500', '100538.217500', '100538.677500', '100539.137500', '100539.597500', '100540.057500', '100540.517500', '100540.977500', '100541.437500', '100541.897500', '100542.357500', '100542.817500', '100543.277500', '100543.737500', '100544.197500', '100544.657500', '100545.117500', '100545.577500', '100546.037500', '100546.497500', '100546.957500', '100547.417500', '100547.877500', '100548.337500', '100548.797500', '100549.257500', '100549.717500', '100550.177500', '100550.637500', '100551.097500', '100551.557500', '100552.017500', '100552.477500', '100552.937500', '100553.397500', '100553.857500', '100554.317500', '100554.777500', '100555.237500', '100555.697500', '100556.157500', '100556.617500', '100557.077500', '100557.537500', '100557.997500', '100558.457500', '100558.917500', '100559.377500', '100559.837500', '100600.297500', '100600.757500', '100601.217500', '100601.677500', '100602.137500', '100602.597500', '100603.057500', '100603.517500', '100603.977500', '100604.437500', '100604.897500', '100605.357500', '100605.817500', '100606.277500', '100606.737500', '100607.197500', '100607.657500', '100608.117500', '100608.577500', '100609.037500', '100609.497500', '100609.957500', '100610.417500', '100610.877500', '100611.337500', '100611.797500', '100612.257500', '100612.717500', '100613.177500', '100613.637500', '100614.097500', '100614.557500', '100615.017500', '100615.477500', '100615.937500', '100616.397500', '100616.857500', '100617.317500', '100617.777500', '100618.237500', '100618.697500', '100619.157500', '100619.617500', '100620.077500', '100620.537500', '100620.997500', '100621.457500', '100621.917500', '100622.377500', '100622.837500', '100623.297500', '100623.757500', '100624.217500', '100624.677500', '100625.137500', '100625.597500', '100626.057500', '100626.517500', '100626.977500', '100627.437500', '100627.897500', '100628.357500', '100628.817500', '100629.277500', '100629.737500', '100630.197500', '100630.657500', '100631.117500', '100631.577500', '100632.037500', '100632.497500', '100632.957500', '100633.417500', '100633.877500', '100634.337500', '100634.797500', '100635.257500', '100635.717500', '100636.177500', '100636.637500', '100637.097500', '100637.557500', '100638.017500', '100638.477500', '100638.937500', '100639.397500', '100639.857500', '100640.317500', '100640.777500', '100641.237500', '100641.697500', '100642.157500', '100642.617500', '100643.077500', '100643.537500', '100643.997500', '100644.457500', '100644.917500', '100645.377500', '100645.837500', '100646.297500', '100646.757500', '100647.217500', '100647.677500', '100648.137500', '100648.597500', '100649.057500', '100649.517500', '100649.977500', '100650.437500', '100650.897500', '100651.357500', '100651.817500', '100652.277500', '100652.737500', '100653.197500', '100653.657500', '100654.117500', '100654.577500', '100655.037500', '100655.497500', '100655.957500', '100656.417500', '100656.877500', '100657.337500', '100657.797500', '100658.257500', '100658.717500', '100659.177500', '100659.637500', '100700.097500', '100700.557500', '100701.017500', '100701.477500', '100701.937500', '100702.397500', '100702.857500', '100703.317500', '100703.777500', '100704.237500', '100704.697500', '100705.157500', '100705.617500', '100706.077500', '100706.537500', '100706.997500', '100707.457500', '100707.917500', '100708.377500', '100708.837500', '100709.297500', '100709.757500', '100710.217500', '100710.677500', '100711.137500', '100711.597500', '100712.057500', '100712.517500', '100712.977500', '100713.437500', '100713.897500', '100714.357500', '100714.817500', '100715.277500', '100715.737500', '100716.197500', '100716.657500', '100717.117500', '100717.577500', '100718.037500', '100718.497500', '100718.957500', '100719.417500', '100719.877500', '100720.337500', '100720.797500', '100721.257500', '100721.717500', '100722.177500', '100722.637500', '100723.097500', '100723.557500', '100724.017500', '100724.477500', '100724.937500', '100725.397500', '100725.857500', '100726.317500', '100726.777500', '100727.237500', '100727.697500', '100728.157500', '100728.617500', '100729.077500', '100729.537500', '100729.997500', '100730.457500', '100730.917500', '100731.377500', '100731.837500', '100732.297500', '100732.757500', '100733.217500', '100733.677500', '100734.137500', '100734.597500', '100735.057500', '100735.517500', '100735.977500', '100736.437500', '100736.897500', '100737.357500', '100737.817500', '100738.277500', '100738.737500', '100739.197500', '100739.657500', '100740.117500', '100740.577500', '100741.037500', '100741.497500', '100741.957500', '100742.417500', '100742.877500', '100743.337500', '100743.797500', '100744.257500', '100744.717500', '100745.177500', '100745.637500', '100746.097500', '100746.557500', '100747.017500', '100747.477500', '100747.937500', '100748.397500', '100748.857500', '100749.317500', '100749.777500', '100750.237500', '100750.697500', '100751.157500', '100751.617500', '100752.077500', '100752.537500', '100752.997500', '100753.457500', '100753.917500', '100754.377500', '100754.837500', '100755.297500', '100755.757500', '100756.217500', '100756.677500', '100757.137500', '100757.597500', '100758.057500', '100758.517500', '100758.977500', '100759.437500', '100759.897500', '100800.357500', '100800.817500', '100801.277500', '100801.737500', '100802.197500', '100802.657500', '100803.117500', '100803.577500', '100804.037500', '100804.497500', '100804.957500', '100805.417500', '100805.877500', '100806.337500', '100806.797500', '100807.257500', '100807.717500', '100808.177500', '100808.637500', '100809.097500', '100809.557500', '100810.017500', '100810.477500', '100810.937500', '100811.397500', '100811.857500', '100812.317500', '100812.777500', '100813.237500', '100813.697500', '100814.157500', '100814.617500', '100815.077500', '100815.537500', '100815.997500', '100816.457500', '100816.917500', '100817.377500', '100817.837500', '100818.297500', '100818.757500', '100819.217500', '100819.677500', '100820.137500', '100820.597500', '100821.057500', '100821.517500', '100821.977500', '100822.437500', '100822.897500', '100823.357500', '100823.817500', '100824.277500', '100824.737500', '100825.197500', '100825.657500', '100826.117500', '100826.577500', '100827.037500', '100827.497500', '100827.957500', '100828.417500', '100828.877500', '100829.337500', '100829.797500', '100830.257500', '100830.717500', '100831.177500', '100831.637500', '100832.097500', '100832.557500', '100833.017500', '100833.477500', '100833.937500', '100834.397500', '100834.857500', '100835.317500', '100835.777500', '100836.237500', '100836.697500', '100837.157500', '100837.617500', '100838.077500', '100838.537500', '100838.997500', '100839.457500', '100839.917500', '100840.377500', '100840.837500', '100841.297500', '100841.757500', '100842.217500', '100842.677500', '100843.137500', '100843.597500', '100844.057500', '100844.517500', '100844.977500', '100845.437500', '100845.897500', '100846.357500', '100846.817500', '100847.277500', '100847.737500', '100848.197500', '100848.657500', '100849.117500', '100849.577500', '100850.037500', '100850.497500', '100850.957500', '100851.417500', '100851.877500', '100852.337500', '100852.797500', '100853.257500', '100853.717500', '100854.177500', '100854.637500', '100855.097500', '100855.557500', '100856.017500', '100856.477500', '100856.937500', '100857.397500', '100857.857500', '100858.317500', '100858.777500'], 'ContentTime': ['095914.330000', '095914.334000', '095914.339000', '095914.355000', '095914.358000', '095914.361000', '095914.364000', '095914.367000', '095914.369000', '095914.372000', '095914.375000', '095914.378000', '095914.381000', '095914.384000', '095914.387000', '095914.389000', '095914.392000', '095914.395000', '095914.398000', '095914.401000', '095914.403000', '095914.406000', '095914.409000', '095914.412000', '095914.415000', '095914.417000', '095914.420000', '095914.423000', '095914.426000', '095914.429000', '095914.431000', '095914.434000', '095914.437000', '095914.440000', '095914.443000', '095914.450000', '095914.452000', '095914.455000', '095914.458000', '095914.461000', '095914.463000', '095914.466000', '095914.469000', '095914.472000', '095914.474000', '095914.477000', '095914.480000', '095914.483000', '095934.296000', '095934.299000', '095934.302000', '095934.305000', '095934.307000', '095934.310000', '095934.313000', '095934.316000', '095934.319000', '095934.321000', '095934.324000', '095934.327000', '095934.330000', '095934.333000', '095934.336000', '095934.338000', '095934.341000', '095934.344000', '095934.347000', '095934.349000', '095934.352000', '095934.355000', '095934.358000', '095934.361000', '095934.364000', '095934.367000', '095934.369000', '095934.372000', '095934.375000', '095934.378000', '095934.380000', '095934.383000', '095934.386000', '095934.389000', '095934.392000', '095934.394000', '095934.397000', '095934.400000', '095934.403000', '095934.406000', '095934.408000', '095934.411000', '095934.414000', '095934.416000', '095954.295000', '095954.298000', '095954.300000', '095954.303000', '095954.306000', '095954.309000', '095954.312000', '095954.315000', '095954.318000', '095954.320000', '095954.323000', '095954.326000', '095954.329000', '095954.332000', '095954.334000', '095954.337000', '095954.340000', '095954.343000', '095954.346000', '095954.349000', '095954.352000', '095954.354000', '095954.357000', '095954.360000', '095954.363000', '095954.366000', '095954.368000', '095954.371000', '095954.374000', '095954.377000', '095954.380000', '095954.382000', '095954.385000', '095954.388000', '095954.400000', '095954.402000', '095954.405000', '095954.408000', '095954.411000', '095954.414000', '095954.416000', '095954.419000', '095954.422000', '100014.295000', '100014.298000', '100014.305000', '100014.307000', '100014.310000', '100014.326000', '100014.329000', '100014.331000', '100014.334000', '100014.337000', '100014.340000', '100014.342000', '100014.345000', '100014.348000', '100014.351000', '100014.354000', '100014.357000', '100014.360000', '100014.362000', '100014.365000', '100014.368000', '100014.371000', '100014.374000', '100014.377000', '100014.380000', '100014.383000', '100014.386000', '100014.388000', '100014.391000', '100014.394000', '100014.397000', '100014.400000', '100014.403000', '100014.406000', '100014.408000', '100014.411000', '100014.414000', '100014.417000', '100014.420000', '100014.422000', '100014.425000', '100014.428000', '100014.431000', '100014.434000', '100034.295000', '100034.298000', '100034.301000', '100034.304000', '100034.306000', '100034.310000', '100034.314000', '100034.317000', '100034.319000', '100034.322000', '100034.325000', '100034.328000', '100034.330000', '100034.333000', '100034.336000', '100034.339000', '100034.342000', '100034.344000', '100034.354000', '100034.357000', '100034.360000', '100034.362000', '100034.365000', '100034.368000', '100034.371000', '100034.374000', '100034.377000', '100034.385000', '100034.388000', '100034.391000', '100034.394000', '100034.397000', '100034.400000', '100034.403000', '100034.405000', '100034.408000', '100034.411000', '100034.414000', '100034.417000', '100034.420000', '100034.422000', '100034.425000', '100034.428000', '100054.295000', '100054.298000', '100054.301000', '100054.303000', '100054.306000', '100054.309000', '100054.312000', '100054.315000', '100054.318000', '100054.321000', '100054.323000', '100054.326000', '100054.329000', '100054.332000', '100054.335000', '100054.337000', '100054.340000', '100054.343000', '100054.346000', '100054.354000', '100054.357000', '100054.360000', '100054.363000', '100054.365000', '100054.368000', '100054.371000', '100054.374000', '100054.377000', '100054.380000', '100054.382000', '100054.385000', '100054.388000', '100054.391000', '100054.394000', '100054.396000', '100054.399000', '100054.402000', '100054.405000', '100054.408000', '100054.410000', '100054.413000', '100054.416000', '100054.419000', '100054.422000', '100114.296000', '100114.299000', '100114.302000', '100114.304000', '100114.307000', '100114.310000', '100114.313000', '100114.316000', '100114.319000', '100114.322000', '100114.324000', '100114.327000', '100114.330000', '100114.333000', '100114.336000', '100114.338000', '100114.341000', '100114.344000', '100114.347000', '100114.350000', '100114.353000', '100114.355000', '100114.358000', '100114.361000', '100114.364000', '100114.367000', '100114.370000', '100114.372000', '100114.384000', '100114.387000', '100114.390000', '100114.392000', '100114.395000', '100114.399000', '100114.403000', '100114.406000', '100114.409000', '100114.411000', '100114.414000', '100114.417000', '100114.420000', '100114.423000', '100114.426000', '100134.296000', '100134.348000', '100134.351000', '100134.354000', '100134.357000', '100134.359000', '100134.362000', '100134.365000', '100134.368000', '100134.371000', '100134.374000', '100134.377000', '100134.380000', '100134.382000', '100134.385000', '100134.388000', '100134.392000', '100134.394000', '100134.397000', '100134.400000', '100134.403000', '100134.406000', '100134.409000', '100134.412000', '100134.414000', '100134.417000', '100134.420000', '100134.423000', '100134.426000', '100134.429000', '100134.431000', '100134.434000', '100134.437000', '100134.440000', '100134.443000', '100134.446000', '100134.449000', '100134.451000', '100134.454000', '100134.457000', '100134.460000', '100134.463000', '100134.466000', '100154.296000', '100154.311000', '100154.314000', '100154.317000', '100154.319000', '100154.322000', '100154.325000', '100154.328000', '100154.331000', '100154.333000', '100154.337000', '100154.340000', '100154.342000', '100154.345000', '100154.349000', '100154.352000', '100154.355000', '100154.358000', '100154.361000', '100154.364000', '100154.367000', '100154.369000', '100154.372000', '100154.375000', '100154.378000', '100154.381000', '100154.384000', '100154.386000', '100154.389000', '100154.392000', '100154.395000', '100154.398000', '100154.400000', '100154.403000', '100154.406000', '100154.409000', '100154.413000', '100154.418000', '100154.421000', '100154.424000', '100154.427000', '100154.430000', '100154.433000', '100154.435000', '100214.295000', '100214.298000', '100214.301000', '100214.303000', '100214.315000', '100214.317000', '100214.320000', '100214.323000', '100214.326000', '100214.329000', '100214.332000', '100214.335000', '100214.338000', '100214.340000', '100214.343000', '100214.346000', '100214.349000', '100214.352000', '100214.355000', '100214.358000', '100214.360000', '100214.363000', '100214.366000', '100214.369000', '100214.372000', '100214.374000', '100214.377000', '100214.380000', '100214.383000', '100214.386000', '100214.388000', '100214.391000', '100214.394000', '100214.397000', '100214.400000', '100214.402000', '100214.405000', '100214.408000', '100214.411000', '100214.414000', '100214.416000', '100214.419000', '100214.422000', '100214.425000', '100234.295000', '100234.298000', '100234.300000', '100234.303000', '100234.306000', '100234.309000', '100234.312000', '100234.314000', '100234.317000', '100234.320000', '100234.323000', '100234.325000', '100234.328000', '100234.331000', '100234.334000', '100234.337000', '100234.339000', '100234.342000', '100234.345000', '100234.348000', '100234.351000', '100234.353000', '100234.356000', '100234.359000', '100234.362000', '100234.364000', '100234.367000', '100234.370000', '100234.373000', '100234.376000', '100234.378000', '100234.381000', '100234.384000', '100234.387000', '100234.389000', '100234.392000', '100234.395000', '100234.398000', '100234.401000', '100234.403000', '100234.406000', '100234.409000', '100234.412000', '100254.295000', '100254.298000', '100254.301000', '100254.303000', '100254.306000', '100254.309000', '100254.312000', '100254.315000', '100254.317000', '100254.320000', '100254.323000', '100254.326000', '100254.328000', '100254.331000', '100254.334000', '100254.337000', '100254.340000', '100254.342000', '100254.345000', '100254.348000', '100254.351000', '100254.354000', '100254.356000', '100254.363000', '100254.366000', '100254.369000', '100254.371000', '100254.374000', '100254.377000', '100254.380000', '100254.383000', '100254.385000', '100254.388000', '100254.391000', '100254.394000', '100254.396000', '100254.399000', '100254.402000', '100254.405000', '100254.408000', '100254.410000', '100254.413000', '100254.416000', '100254.419000', '100314.295000', '100314.298000', '100314.301000', '100314.304000', '100314.306000', '100314.309000', '100314.312000', '100314.315000', '100314.318000', '100314.320000', '100314.323000', '100314.326000', '100314.329000', '100314.332000', '100314.334000', '100314.337000', '100314.340000', '100314.343000', '100314.345000', '100314.348000', '100314.351000', '100314.354000', '100314.357000', '100314.359000', '100314.362000', '100314.381000', '100314.384000', '100314.388000', '100314.391000', '100314.394000', '100314.396000', '100314.399000', '100314.406000', '100314.409000', '100314.411000', '100314.414000', '100314.417000', '100314.420000', '100314.422000', '100314.425000', '100314.428000', '100314.431000', '100314.433000', '100334.296000', '100334.299000', '100334.302000', '100334.304000', '100334.307000', '100334.310000', '100334.313000', '100334.316000', '100334.318000', '100334.321000', '100334.324000', '100334.327000', '100334.330000', '100334.332000', '100334.335000', '100334.338000', '100334.341000', '100334.344000', '100334.346000', '100334.349000', '100334.352000', '100334.355000', '100334.357000', '100334.360000', '100334.363000', '100334.366000', '100334.369000', '100334.371000', '100334.374000', '100334.377000', '100334.380000', '100334.383000', '100334.386000', '100334.388000', '100334.391000', '100334.394000', '100334.397000', '100334.399000', '100334.402000', '100334.405000', '100334.408000', '100334.411000', '100334.413000', '100334.416000', '100354.296000', '100354.299000', '100354.302000', '100354.304000', '100354.307000', '100354.310000', '100354.313000', '100354.316000', '100354.318000', '100354.321000', '100354.324000', '100354.327000', '100354.330000', '100354.332000', '100354.335000', '100354.338000', '100354.341000', '100354.344000', '100354.346000', '100354.349000', '100354.352000', '100354.355000', '100354.357000', '100354.360000', '100354.363000', '100354.366000', '100354.369000', '100354.372000', '100354.374000', '100354.377000', '100354.380000', '100354.383000', '100354.385000', '100354.388000', '100354.391000', '100354.394000', '100354.397000', '100354.399000', '100354.402000', '100354.405000', '100354.408000', '100354.411000', '100354.413000', '100414.296000', '100414.299000', '100414.301000', '100414.304000', '100414.307000', '100414.310000', '100414.313000', '100414.315000', '100414.318000', '100414.321000', '100414.324000', '100414.327000', '100414.329000', '100414.332000', '100414.335000', '100414.338000', '100414.340000', '100414.343000', '100414.346000', '100414.349000', '100414.352000', '100414.354000', '100414.357000', '100414.360000', '100414.363000', '100414.365000', '100414.368000', '100414.371000', '100414.374000', '100414.377000', '100414.379000', '100414.382000', '100414.385000', '100414.388000', '100414.390000', '100414.393000', '100414.396000', '100414.399000', '100414.402000', '100414.404000', '100414.407000', '100414.410000', '100414.413000', '100414.415000', '100434.295000', '100434.298000', '100434.301000', '100434.304000', '100434.306000', '100434.309000', '100434.312000', '100434.315000', '100434.317000', '100434.320000', '100434.323000', '100434.326000', '100434.329000', '100434.331000', '100434.334000', '100434.337000', '100434.340000', '100434.343000', '100434.345000', '100434.348000', '100434.351000', '100434.354000', '100434.357000', '100434.359000', '100434.362000', '100434.365000', '100434.368000', '100434.371000', '100434.373000', '100434.376000', '100434.379000', '100434.382000', '100434.385000', '100434.387000', '100434.390000', '100434.393000', '100434.407000', '100434.410000', '100434.413000', '100434.422000', '100434.426000', '100434.429000', '100434.431000', '100454.295000', '100454.298000', '100454.301000', '100454.303000', '100454.306000', '100454.309000', '100454.312000', '100454.315000', '100454.317000', '100454.320000', '100454.323000', '100454.326000', '100454.329000', '100454.331000', '100454.334000', '100454.337000', '100454.340000', '100454.342000', '100454.345000', '100454.348000', '100454.351000', '100454.353000', '100454.356000', '100454.359000', '100454.362000', '100454.365000', '100454.368000', '100454.370000', '100454.373000', '100454.376000', '100454.379000', '100454.381000', '100454.384000', '100454.387000', '100454.391000', '100454.395000', '100454.398000', '100454.401000', '100454.404000', '100454.406000', '100454.409000', '100454.412000', '100454.415000', '100454.417000', '100514.295000', '100514.298000', '100514.301000', '100514.304000', '100514.306000', '100514.309000', '100514.312000', '100514.315000', '100514.318000', '100514.320000', '100514.323000', '100514.326000', '100514.329000', '100514.332000', '100514.334000', '100514.337000', '100514.340000', '100514.343000', '100514.346000', '100514.348000', '100514.351000', '100514.354000', '100514.357000', '100514.360000', '100514.362000', '100514.365000', '100514.368000', '100514.371000', '100514.373000', '100514.376000', '100514.379000', '100514.382000', '100514.385000', '100514.387000', '100514.390000', '100514.393000', '100514.396000', '100514.399000', '100514.401000', '100514.404000', '100514.407000', '100514.410000', '100514.413000', '100534.295000', '100534.298000', '100534.301000', '100534.303000', '100534.306000', '100534.309000', '100534.312000', '100534.315000', '100534.317000', '100534.320000', '100534.323000', '100534.326000', '100534.329000', '100534.331000', '100534.334000', '100534.337000', '100534.340000', '100534.343000', '100534.345000', '100534.348000', '100534.351000', '100534.354000', '100534.357000', '100534.360000', '100534.362000', '100534.365000', '100534.368000', '100534.371000', '100534.373000', '100534.376000', '100534.379000', '100534.382000', '100534.384000', '100534.387000', '100534.390000', '100534.393000', '100534.396000', '100534.398000', '100534.401000', '100534.404000', '100534.407000', '100534.410000', '100534.412000', '100534.415000', '100554.296000', '100554.299000', '100554.302000', '100554.304000', '100554.307000', '100554.310000', '100554.313000', '100554.316000', '100554.318000', '100554.321000', '100554.324000', '100554.327000', '100554.329000', '100554.336000', '100554.339000', '100554.342000', '100554.345000', '100554.348000', '100554.351000', '100554.353000', '100554.356000', '100554.359000', '100554.362000', '100554.364000', '100554.367000', '100554.370000', '100554.373000', '100554.376000', '100554.378000', '100554.381000', '100554.384000', '100554.387000', '100554.389000', '100554.392000', '100554.395000', '100554.398000', '100554.400000', '100554.403000', '100554.406000', '100554.409000', '100554.412000', '100554.414000', '100554.417000', '100614.296000', '100614.299000', '100614.302000', '100614.304000', '100614.307000', '100614.310000', '100614.315000', '100614.319000', '100614.322000', '100614.324000', '100614.327000', '100614.330000', '100614.333000', '100614.336000', '100614.339000', '100614.341000', '100614.344000', '100614.347000', '100614.350000', '100614.352000', '100614.355000', '100614.358000', '100614.361000', '100614.371000', '100614.373000', '100614.376000', '100614.379000', '100614.382000', '100614.384000', '100614.387000', '100614.390000', '100614.393000', '100614.396000', '100614.399000', '100614.401000', '100614.404000', '100614.407000', '100614.410000', '100614.412000', '100614.415000', '100614.418000', '100614.421000', '100614.423000', '100634.296000', '100634.299000', '100634.302000', '100634.305000', '100634.307000', '100634.310000', '100634.313000', '100634.316000', '100634.318000', '100634.321000', '100634.324000', '100634.327000', '100634.330000', '100634.333000', '100634.335000', '100634.338000', '100634.341000', '100634.344000', '100634.347000', '100634.350000', '100634.352000', '100634.355000', '100634.358000', '100634.361000', '100634.364000', '100634.366000', '100634.369000', '100634.372000', '100634.375000', '100634.377000', '100634.380000', '100634.383000', '100634.386000', '100634.389000', '100634.391000', '100634.394000', '100634.397000', '100634.400000', '100634.403000', '100634.405000', '100634.408000', '100634.411000', '100634.414000', '100634.417000', '100654.295000', '100654.298000', '100654.301000', '100654.304000', '100654.307000', '100654.309000', '100654.322000', '100654.325000', '100654.330000', '100654.333000', '100654.336000', '100654.339000', '100654.342000', '100654.344000', '100654.347000', '100654.350000', '100654.353000', '100654.356000', '100654.358000', '100654.361000', '100654.364000', '100654.367000', '100654.370000', '100654.372000', '100654.375000', '100654.378000', '100654.381000', '100654.384000', '100654.386000', '100654.389000', '100654.392000', '100654.395000', '100654.398000', '100654.400000', '100654.403000', '100654.406000', '100654.409000', '100654.412000', '100654.414000', '100654.417000', '100654.420000', '100654.423000', '100654.426000', '100714.295000', '100714.298000', '100714.301000', '100714.304000', '100714.306000', '100714.309000', '100714.312000', '100714.315000', '100714.318000', '100714.320000', '100714.323000', '100714.326000', '100714.329000', '100714.331000', '100714.334000', '100714.337000', '100714.340000', '100714.343000', '100714.345000', '100714.348000', '100714.351000', '100714.354000', '100714.356000', '100714.359000', '100714.362000', '100714.365000', '100714.368000', '100714.371000', '100714.373000', '100714.376000', '100714.379000', '100714.382000', '100714.385000', '100714.387000', '100714.390000', '100714.393000', '100714.396000', '100714.399000', '100714.402000', '100714.404000', '100714.407000', '100714.410000', '100714.413000', '100714.416000', '100734.295000', '100734.298000', '100734.301000', '100734.304000', '100734.307000', '100734.310000', '100734.313000', '100734.316000', '100734.319000', '100734.321000', '100734.324000', '100734.327000', '100734.330000', '100734.334000', '100734.339000', '100734.343000', '100734.346000', '100734.349000', '100734.352000', '100734.354000', '100734.357000', '100734.360000', '100734.363000', '100734.366000', '100734.369000', '100734.371000', '100734.374000', '100734.377000', '100734.380000', '100734.383000', '100734.386000', '100734.389000', '100734.392000', '100734.395000', '100734.398000', '100734.401000', '100734.404000', '100734.407000', '100734.410000', '100734.412000', '100734.415000', '100734.418000', '100734.421000', '100754.297000', '100754.300000', '100754.303000', '100754.306000', '100754.308000', '100754.311000', '100754.314000', '100754.317000', '100754.320000', '100754.322000', '100754.325000', '100754.328000', '100754.331000', '100754.334000', '100754.337000', '100754.339000', '100754.342000', '100754.345000', '100754.348000', '100754.351000', '100754.353000', '100754.356000', '100754.359000', '100754.362000', '100754.365000', '100754.367000', '100754.370000', '100754.373000', '100754.376000', '100754.379000', '100754.387000', '100754.390000', '100754.392000', '100754.395000', '100754.398000', '100754.401000', '100754.404000', '100754.406000', '100754.409000', '100754.412000', '100754.415000', '100754.417000', '100754.420000', '100754.423000', '100814.296000', '100814.300000', '100814.303000', '100814.306000', '100814.309000', '100814.311000', '100814.314000', '100814.317000', '100814.320000', '100814.323000', '100814.325000', '100814.328000', '100814.331000', '100814.334000', '100814.337000', '100814.340000', '100814.342000', '100814.345000', '100814.348000', '100814.351000', '100814.354000', '100814.356000', '100814.359000', '100814.362000', '100814.365000', '100814.370000', '100814.373000', '100814.376000', '100814.392000', '100814.395000', '100814.397000', '100814.400000', '100814.403000', '100814.406000', '100814.408000', '100814.411000', '100814.414000', '100814.417000', '100814.420000', '100814.423000', '100814.425000', '100814.428000', '100814.431000', '100834.296000', '100834.299000', '100834.302000', '100834.305000', '100834.307000', '100834.310000', '100834.313000', '100834.316000', '100834.319000', '100834.321000', '100834.324000', '100834.327000', '100834.330000', '100834.333000', '100834.336000', '100834.338000', '100834.341000', '100834.344000', '100834.347000', '100834.350000', '100834.363000', '100834.366000', '100834.369000', '100834.372000', '100834.375000', '100834.377000', '100834.380000', '100834.383000', '100834.386000', '100834.389000', '100834.391000', '100834.394000', '100834.397000', '100834.400000', '100834.403000', '100834.405000', '100834.408000', '100834.411000', '100834.414000', '100834.417000', '100834.419000', '100834.432000', '100834.435000', '100834.438000', '100854.296000', '100854.299000', '100854.302000', '100854.304000', '100854.307000', '100854.310000', '100854.313000', '100854.316000', '100854.319000', '100854.321000', '100854.324000', '100854.327000', '100854.330000', '100854.333000', '100854.335000', '100854.338000', '100854.341000', '100854.344000', '100854.347000', '100854.349000', '100854.352000', '100854.355000', '100854.358000', '100854.361000', '100854.364000', '100854.367000', '100854.369000', '100854.372000', '100854.375000', '100854.378000', '100854.381000', '100854.383000', '100854.386000', '100854.389000', '100854.392000', '100854.394000', '100854.397000', '100854.400000', '100854.403000', '100854.406000', '100854.409000', '100854.413000', '100854.416000', '100859.972000', '100859.975000', '100859.978000', '100859.981000', '100859.984000', '100859.987000', '100859.990000', '100859.993000', '100859.995000', '100859.998000', '100900.002000', '100900.006000', '100900.008000'], 'InstanceCreationTime': ['095914.330000', '095914.334000', '095914.339000', '095914.355000', '095914.358000', '095914.361000', '095914.364000', '095914.367000', '095914.369000', '095914.372000', '095914.375000', '095914.378000', '095914.381000', '095914.384000', '095914.387000', '095914.389000', '095914.392000', '095914.395000', '095914.398000', '095914.401000', '095914.403000', '095914.406000', '095914.409000', '095914.412000', '095914.415000', '095914.417000', '095914.420000', '095914.423000', '095914.426000', '095914.429000', '095914.431000', '095914.434000', '095914.437000', '095914.440000', '095914.443000', '095914.450000', '095914.452000', '095914.455000', '095914.458000', '095914.461000', '095914.463000', '095914.466000', '095914.469000', '095914.472000', '095914.474000', '095914.477000', '095914.480000', '095914.483000', '095934.296000', '095934.299000', '095934.302000', '095934.305000', '095934.307000', '095934.310000', '095934.313000', '095934.316000', '095934.319000', '095934.321000', '095934.324000', '095934.327000', '095934.330000', '095934.333000', '095934.336000', '095934.338000', '095934.341000', '095934.344000', '095934.347000', '095934.349000', '095934.352000', '095934.355000', '095934.358000', '095934.361000', '095934.364000', '095934.367000', '095934.369000', '095934.372000', '095934.375000', '095934.378000', '095934.380000', '095934.383000', '095934.386000', '095934.389000', '095934.392000', '095934.394000', '095934.397000', '095934.400000', '095934.403000', '095934.406000', '095934.408000', '095934.411000', '095934.414000', '095934.416000', '095954.295000', '095954.298000', '095954.300000', '095954.303000', '095954.306000', '095954.309000', '095954.312000', '095954.315000', '095954.318000', '095954.320000', '095954.323000', '095954.326000', '095954.329000', '095954.332000', '095954.334000', '095954.337000', '095954.340000', '095954.343000', '095954.346000', '095954.349000', '095954.352000', '095954.354000', '095954.357000', '095954.360000', '095954.363000', '095954.366000', '095954.368000', '095954.371000', '095954.374000', '095954.377000', '095954.380000', '095954.382000', '095954.385000', '095954.388000', '095954.400000', '095954.402000', '095954.405000', '095954.408000', '095954.411000', '095954.414000', '095954.416000', '095954.419000', '095954.422000', '100014.295000', '100014.298000', '100014.305000', '100014.307000', '100014.310000', '100014.326000', '100014.329000', '100014.331000', '100014.334000', '100014.337000', '100014.340000', '100014.342000', '100014.345000', '100014.348000', '100014.351000', '100014.354000', '100014.357000', '100014.360000', '100014.362000', '100014.365000', '100014.368000', '100014.371000', '100014.374000', '100014.377000', '100014.380000', '100014.383000', '100014.386000', '100014.388000', '100014.391000', '100014.394000', '100014.397000', '100014.400000', '100014.403000', '100014.406000', '100014.408000', '100014.411000', '100014.414000', '100014.417000', '100014.420000', '100014.422000', '100014.425000', '100014.428000', '100014.431000', '100014.434000', '100034.295000', '100034.298000', '100034.301000', '100034.304000', '100034.306000', '100034.310000', '100034.314000', '100034.317000', '100034.319000', '100034.322000', '100034.325000', '100034.328000', '100034.330000', '100034.333000', '100034.336000', '100034.339000', '100034.342000', '100034.344000', '100034.354000', '100034.357000', '100034.360000', '100034.362000', '100034.365000', '100034.368000', '100034.371000', '100034.374000', '100034.377000', '100034.385000', '100034.388000', '100034.391000', '100034.394000', '100034.397000', '100034.400000', '100034.403000', '100034.405000', '100034.408000', '100034.411000', '100034.414000', '100034.417000', '100034.420000', '100034.422000', '100034.425000', '100034.428000', '100054.295000', '100054.298000', '100054.301000', '100054.303000', '100054.306000', '100054.309000', '100054.312000', '100054.315000', '100054.318000', '100054.321000', '100054.323000', '100054.326000', '100054.329000', '100054.332000', '100054.335000', '100054.337000', '100054.340000', '100054.343000', '100054.346000', '100054.354000', '100054.357000', '100054.360000', '100054.363000', '100054.365000', '100054.368000', '100054.371000', '100054.374000', '100054.377000', '100054.380000', '100054.382000', '100054.385000', '100054.388000', '100054.391000', '100054.394000', '100054.396000', '100054.399000', '100054.402000', '100054.405000', '100054.408000', '100054.410000', '100054.413000', '100054.416000', '100054.419000', '100054.422000', '100114.296000', '100114.299000', '100114.302000', '100114.304000', '100114.307000', '100114.310000', '100114.313000', '100114.316000', '100114.319000', '100114.322000', '100114.324000', '100114.327000', '100114.330000', '100114.333000', '100114.336000', '100114.338000', '100114.341000', '100114.344000', '100114.347000', '100114.350000', '100114.353000', '100114.355000', '100114.358000', '100114.361000', '100114.364000', '100114.367000', '100114.370000', '100114.372000', '100114.384000', '100114.387000', '100114.390000', '100114.392000', '100114.395000', '100114.399000', '100114.403000', '100114.406000', '100114.409000', '100114.411000', '100114.414000', '100114.417000', '100114.420000', '100114.423000', '100114.426000', '100134.296000', '100134.348000', '100134.351000', '100134.354000', '100134.357000', '100134.359000', '100134.362000', '100134.365000', '100134.368000', '100134.371000', '100134.374000', '100134.377000', '100134.380000', '100134.382000', '100134.385000', '100134.388000', '100134.392000', '100134.394000', '100134.397000', '100134.400000', '100134.403000', '100134.406000', '100134.409000', '100134.412000', '100134.414000', '100134.417000', '100134.420000', '100134.423000', '100134.426000', '100134.429000', '100134.431000', '100134.434000', '100134.437000', '100134.440000', '100134.443000', '100134.446000', '100134.449000', '100134.451000', '100134.454000', '100134.457000', '100134.460000', '100134.463000', '100134.466000', '100154.296000', '100154.311000', '100154.314000', '100154.317000', '100154.319000', '100154.322000', '100154.325000', '100154.328000', '100154.331000', '100154.333000', '100154.337000', '100154.340000', '100154.342000', '100154.345000', '100154.349000', '100154.352000', '100154.355000', '100154.358000', '100154.361000', '100154.364000', '100154.367000', '100154.369000', '100154.372000', '100154.375000', '100154.378000', '100154.381000', '100154.384000', '100154.386000', '100154.389000', '100154.392000', '100154.395000', '100154.398000', '100154.400000', '100154.403000', '100154.406000', '100154.409000', '100154.413000', '100154.418000', '100154.421000', '100154.424000', '100154.427000', '100154.430000', '100154.433000', '100154.435000', '100214.295000', '100214.298000', '100214.301000', '100214.303000', '100214.315000', '100214.317000', '100214.320000', '100214.323000', '100214.326000', '100214.329000', '100214.332000', '100214.335000', '100214.338000', '100214.340000', '100214.343000', '100214.346000', '100214.349000', '100214.352000', '100214.355000', '100214.358000', '100214.360000', '100214.363000', '100214.366000', '100214.369000', '100214.372000', '100214.374000', '100214.377000', '100214.380000', '100214.383000', '100214.386000', '100214.388000', '100214.391000', '100214.394000', '100214.397000', '100214.400000', '100214.402000', '100214.405000', '100214.408000', '100214.411000', '100214.414000', '100214.416000', '100214.419000', '100214.422000', '100214.425000', '100234.295000', '100234.298000', '100234.300000', '100234.303000', '100234.306000', '100234.309000', '100234.312000', '100234.314000', '100234.317000', '100234.320000', '100234.323000', '100234.325000', '100234.328000', '100234.331000', '100234.334000', '100234.337000', '100234.339000', '100234.342000', '100234.345000', '100234.348000', '100234.351000', '100234.353000', '100234.356000', '100234.359000', '100234.362000', '100234.364000', '100234.367000', '100234.370000', '100234.373000', '100234.376000', '100234.378000', '100234.381000', '100234.384000', '100234.387000', '100234.389000', '100234.392000', '100234.395000', '100234.398000', '100234.401000', '100234.403000', '100234.406000', '100234.409000', '100234.412000', '100254.295000', '100254.298000', '100254.301000', '100254.303000', '100254.306000', '100254.309000', '100254.312000', '100254.315000', '100254.317000', '100254.320000', '100254.323000', '100254.326000', '100254.328000', '100254.331000', '100254.334000', '100254.337000', '100254.340000', '100254.342000', '100254.345000', '100254.348000', '100254.351000', '100254.354000', '100254.356000', '100254.363000', '100254.366000', '100254.369000', '100254.371000', '100254.374000', '100254.377000', '100254.380000', '100254.383000', '100254.385000', '100254.388000', '100254.391000', '100254.394000', '100254.396000', '100254.399000', '100254.402000', '100254.405000', '100254.408000', '100254.410000', '100254.413000', '100254.416000', '100254.419000', '100314.295000', '100314.298000', '100314.301000', '100314.304000', '100314.306000', '100314.309000', '100314.312000', '100314.315000', '100314.318000', '100314.320000', '100314.323000', '100314.326000', '100314.329000', '100314.332000', '100314.334000', '100314.337000', '100314.340000', '100314.343000', '100314.345000', '100314.348000', '100314.351000', '100314.354000', '100314.357000', '100314.359000', '100314.362000', '100314.381000', '100314.384000', '100314.388000', '100314.391000', '100314.394000', '100314.396000', '100314.399000', '100314.406000', '100314.409000', '100314.411000', '100314.414000', '100314.417000', '100314.420000', '100314.422000', '100314.425000', '100314.428000', '100314.431000', '100314.433000', '100334.296000', '100334.299000', '100334.302000', '100334.304000', '100334.307000', '100334.310000', '100334.313000', '100334.316000', '100334.318000', '100334.321000', '100334.324000', '100334.327000', '100334.330000', '100334.332000', '100334.335000', '100334.338000', '100334.341000', '100334.344000', '100334.346000', '100334.349000', '100334.352000', '100334.355000', '100334.357000', '100334.360000', '100334.363000', '100334.366000', '100334.369000', '100334.371000', '100334.374000', '100334.377000', '100334.380000', '100334.383000', '100334.386000', '100334.388000', '100334.391000', '100334.394000', '100334.397000', '100334.399000', '100334.402000', '100334.405000', '100334.408000', '100334.411000', '100334.413000', '100334.416000', '100354.296000', '100354.299000', '100354.302000', '100354.304000', '100354.307000', '100354.310000', '100354.313000', '100354.316000', '100354.318000', '100354.321000', '100354.324000', '100354.327000', '100354.330000', '100354.332000', '100354.335000', '100354.338000', '100354.341000', '100354.344000', '100354.346000', '100354.349000', '100354.352000', '100354.355000', '100354.357000', '100354.360000', '100354.363000', '100354.366000', '100354.369000', '100354.372000', '100354.374000', '100354.377000', '100354.380000', '100354.383000', '100354.385000', '100354.388000', '100354.391000', '100354.394000', '100354.397000', '100354.399000', '100354.402000', '100354.405000', '100354.408000', '100354.411000', '100354.413000', '100414.296000', '100414.299000', '100414.301000', '100414.304000', '100414.307000', '100414.310000', '100414.313000', '100414.315000', '100414.318000', '100414.321000', '100414.324000', '100414.327000', '100414.329000', '100414.332000', '100414.335000', '100414.338000', '100414.340000', '100414.343000', '100414.346000', '100414.349000', '100414.352000', '100414.354000', '100414.357000', '100414.360000', '100414.363000', '100414.365000', '100414.368000', '100414.371000', '100414.374000', '100414.377000', '100414.379000', '100414.382000', '100414.385000', '100414.388000', '100414.390000', '100414.393000', '100414.396000', '100414.399000', '100414.402000', '100414.404000', '100414.407000', '100414.410000', '100414.413000', '100414.415000', '100434.295000', '100434.298000', '100434.301000', '100434.304000', '100434.306000', '100434.309000', '100434.312000', '100434.315000', '100434.317000', '100434.320000', '100434.323000', '100434.326000', '100434.329000', '100434.331000', '100434.334000', '100434.337000', '100434.340000', '100434.343000', '100434.345000', '100434.348000', '100434.351000', '100434.354000', '100434.357000', '100434.359000', '100434.362000', '100434.365000', '100434.368000', '100434.371000', '100434.373000', '100434.376000', '100434.379000', '100434.382000', '100434.385000', '100434.387000', '100434.390000', '100434.393000', '100434.407000', '100434.410000', '100434.413000', '100434.422000', '100434.426000', '100434.429000', '100434.431000', '100454.295000', '100454.298000', '100454.301000', '100454.303000', '100454.306000', '100454.309000', '100454.312000', '100454.315000', '100454.317000', '100454.320000', '100454.323000', '100454.326000', '100454.329000', '100454.331000', '100454.334000', '100454.337000', '100454.340000', '100454.342000', '100454.345000', '100454.348000', '100454.351000', '100454.353000', '100454.356000', '100454.359000', '100454.362000', '100454.365000', '100454.368000', '100454.370000', '100454.373000', '100454.376000', '100454.379000', '100454.381000', '100454.384000', '100454.387000', '100454.391000', '100454.395000', '100454.398000', '100454.401000', '100454.404000', '100454.406000', '100454.409000', '100454.412000', '100454.415000', '100454.417000', '100514.295000', '100514.298000', '100514.301000', '100514.304000', '100514.306000', '100514.309000', '100514.312000', '100514.315000', '100514.318000', '100514.320000', '100514.323000', '100514.326000', '100514.329000', '100514.332000', '100514.334000', '100514.337000', '100514.340000', '100514.343000', '100514.346000', '100514.348000', '100514.351000', '100514.354000', '100514.357000', '100514.360000', '100514.362000', '100514.365000', '100514.368000', '100514.371000', '100514.373000', '100514.376000', '100514.379000', '100514.382000', '100514.385000', '100514.387000', '100514.390000', '100514.393000', '100514.396000', '100514.399000', '100514.401000', '100514.404000', '100514.407000', '100514.410000', '100514.413000', '100534.295000', '100534.298000', '100534.301000', '100534.303000', '100534.306000', '100534.309000', '100534.312000', '100534.315000', '100534.317000', '100534.320000', '100534.323000', '100534.326000', '100534.329000', '100534.331000', '100534.334000', '100534.337000', '100534.340000', '100534.343000', '100534.345000', '100534.348000', '100534.351000', '100534.354000', '100534.357000', '100534.360000', '100534.362000', '100534.365000', '100534.368000', '100534.371000', '100534.373000', '100534.376000', '100534.379000', '100534.382000', '100534.384000', '100534.387000', '100534.390000', '100534.393000', '100534.396000', '100534.398000', '100534.401000', '100534.404000', '100534.407000', '100534.410000', '100534.412000', '100534.415000', '100554.296000', '100554.299000', '100554.302000', '100554.304000', '100554.307000', '100554.310000', '100554.313000', '100554.316000', '100554.318000', '100554.321000', '100554.324000', '100554.327000', '100554.329000', '100554.336000', '100554.339000', '100554.342000', '100554.345000', '100554.348000', '100554.351000', '100554.353000', '100554.356000', '100554.359000', '100554.362000', '100554.364000', '100554.367000', '100554.370000', '100554.373000', '100554.376000', '100554.378000', '100554.381000', '100554.384000', '100554.387000', '100554.389000', '100554.392000', '100554.395000', '100554.398000', '100554.400000', '100554.403000', '100554.406000', '100554.409000', '100554.412000', '100554.414000', '100554.417000', '100614.296000', '100614.299000', '100614.302000', '100614.304000', '100614.307000', '100614.310000', '100614.315000', '100614.319000', '100614.322000', '100614.324000', '100614.327000', '100614.330000', '100614.333000', '100614.336000', '100614.339000', '100614.341000', '100614.344000', '100614.347000', '100614.350000', '100614.352000', '100614.355000', '100614.358000', '100614.361000', '100614.371000', '100614.373000', '100614.376000', '100614.379000', '100614.382000', '100614.384000', '100614.387000', '100614.390000', '100614.393000', '100614.396000', '100614.399000', '100614.401000', '100614.404000', '100614.407000', '100614.410000', '100614.412000', '100614.415000', '100614.418000', '100614.421000', '100614.423000', '100634.296000', '100634.299000', '100634.302000', '100634.305000', '100634.307000', '100634.310000', '100634.313000', '100634.316000', '100634.318000', '100634.321000', '100634.324000', '100634.327000', '100634.330000', '100634.333000', '100634.335000', '100634.338000', '100634.341000', '100634.344000', '100634.347000', '100634.350000', '100634.352000', '100634.355000', '100634.358000', '100634.361000', '100634.364000', '100634.366000', '100634.369000', '100634.372000', '100634.375000', '100634.377000', '100634.380000', '100634.383000', '100634.386000', '100634.389000', '100634.391000', '100634.394000', '100634.397000', '100634.400000', '100634.403000', '100634.405000', '100634.408000', '100634.411000', '100634.414000', '100634.417000', '100654.295000', '100654.298000', '100654.301000', '100654.304000', '100654.307000', '100654.309000', '100654.322000', '100654.325000', '100654.330000', '100654.333000', '100654.336000', '100654.339000', '100654.342000', '100654.344000', '100654.347000', '100654.350000', '100654.353000', '100654.356000', '100654.358000', '100654.361000', '100654.364000', '100654.367000', '100654.370000', '100654.372000', '100654.375000', '100654.378000', '100654.381000', '100654.384000', '100654.386000', '100654.389000', '100654.392000', '100654.395000', '100654.398000', '100654.400000', '100654.403000', '100654.406000', '100654.409000', '100654.412000', '100654.414000', '100654.417000', '100654.420000', '100654.423000', '100654.426000', '100714.295000', '100714.298000', '100714.301000', '100714.304000', '100714.306000', '100714.309000', '100714.312000', '100714.315000', '100714.318000', '100714.320000', '100714.323000', '100714.326000', '100714.329000', '100714.331000', '100714.334000', '100714.337000', '100714.340000', '100714.343000', '100714.345000', '100714.348000', '100714.351000', '100714.354000', '100714.356000', '100714.359000', '100714.362000', '100714.365000', '100714.368000', '100714.371000', '100714.373000', '100714.376000', '100714.379000', '100714.382000', '100714.385000', '100714.387000', '100714.390000', '100714.393000', '100714.396000', '100714.399000', '100714.402000', '100714.404000', '100714.407000', '100714.410000', '100714.413000', '100714.416000', '100734.295000', '100734.298000', '100734.301000', '100734.304000', '100734.307000', '100734.310000', '100734.313000', '100734.316000', '100734.319000', '100734.321000', '100734.324000', '100734.327000', '100734.330000', '100734.334000', '100734.339000', '100734.343000', '100734.346000', '100734.349000', '100734.352000', '100734.354000', '100734.357000', '100734.360000', '100734.363000', '100734.366000', '100734.369000', '100734.371000', '100734.374000', '100734.377000', '100734.380000', '100734.383000', '100734.386000', '100734.389000', '100734.392000', '100734.395000', '100734.398000', '100734.401000', '100734.404000', '100734.407000', '100734.410000', '100734.412000', '100734.415000', '100734.418000', '100734.421000', '100754.297000', '100754.300000', '100754.303000', '100754.306000', '100754.308000', '100754.311000', '100754.314000', '100754.317000', '100754.320000', '100754.322000', '100754.325000', '100754.328000', '100754.331000', '100754.334000', '100754.337000', '100754.339000', '100754.342000', '100754.345000', '100754.348000', '100754.351000', '100754.353000', '100754.356000', '100754.359000', '100754.362000', '100754.365000', '100754.367000', '100754.370000', '100754.373000', '100754.376000', '100754.379000', '100754.387000', '100754.390000', '100754.392000', '100754.395000', '100754.398000', '100754.401000', '100754.404000', '100754.406000', '100754.409000', '100754.412000', '100754.415000', '100754.417000', '100754.420000', '100754.423000', '100814.296000', '100814.300000', '100814.303000', '100814.306000', '100814.309000', '100814.311000', '100814.314000', '100814.317000', '100814.320000', '100814.323000', '100814.325000', '100814.328000', '100814.331000', '100814.334000', '100814.337000', '100814.340000', '100814.342000', '100814.345000', '100814.348000', '100814.351000', '100814.354000', '100814.356000', '100814.359000', '100814.362000', '100814.365000', '100814.370000', '100814.373000', '100814.376000', '100814.392000', '100814.395000', '100814.397000', '100814.400000', '100814.403000', '100814.406000', '100814.408000', '100814.411000', '100814.414000', '100814.417000', '100814.420000', '100814.423000', '100814.425000', '100814.428000', '100814.431000', '100834.296000', '100834.299000', '100834.302000', '100834.305000', '100834.307000', '100834.310000', '100834.313000', '100834.316000', '100834.319000', '100834.321000', '100834.324000', '100834.327000', '100834.330000', '100834.333000', '100834.336000', '100834.338000', '100834.341000', '100834.344000', '100834.347000', '100834.350000', '100834.363000', '100834.366000', '100834.369000', '100834.372000', '100834.375000', '100834.377000', '100834.380000', '100834.383000', '100834.386000', '100834.389000', '100834.391000', '100834.394000', '100834.397000', '100834.400000', '100834.403000', '100834.405000', '100834.408000', '100834.411000', '100834.414000', '100834.417000', '100834.419000', '100834.432000', '100834.435000', '100834.438000', '100854.296000', '100854.299000', '100854.302000', '100854.304000', '100854.307000', '100854.310000', '100854.313000', '100854.316000', '100854.319000', '100854.321000', '100854.324000', '100854.327000', '100854.330000', '100854.333000', '100854.335000', '100854.338000', '100854.341000', '100854.344000', '100854.347000', '100854.349000', '100854.352000', '100854.355000', '100854.358000', '100854.361000', '100854.364000', '100854.367000', '100854.369000', '100854.372000', '100854.375000', '100854.378000', '100854.381000', '100854.383000', '100854.386000', '100854.389000', '100854.392000', '100854.394000', '100854.397000', '100854.400000', '100854.403000', '100854.406000', '100854.409000', '100854.413000', '100854.416000', '100859.972000', '100859.975000', '100859.978000', '100859.981000', '100859.984000', '100859.987000', '100859.990000', '100859.993000', '100859.995000', '100859.998000', '100900.002000', '100900.006000', '100900.008000'], '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': [8838, 11112, 9011, 8751, 12257, 8257, 10340, 8330, 8326, 11761, 8555, 10808, 7925, 9849, 13884, 8867, 10689, 11199, 8543, 12353, 8686, 10886, 8062, 8977, 9694, 8348, 10500, 8314, 9986, 9207, 8332, 11369, 8214, 10243, 14130, 9163, 11995, 8469, 8369, 11773, 8382, 10880, 8515, 9217, 7837, 8289, 11136, 8149, 10765, 8802, 8777, 7889, 8279, 12467, 8069, 11694, 9615, 8980, 12982, 8199, 11214, 8282, 11132, 11599, 8860, 8033, 8515, 11260, 8214, 12136, 8673, 10124, 7721, 8890, 12383, 8346, 11812, 8073, 9956, 7947, 8311, 11269, 8353, 11350, 8368, 10839, 7913, 9115, 9388, 8751, 14597, 8475, 12093, 8020, 9814, 8059, 8963, 14842, 8133, 11739, 7992, 9547, 8029, 9672, 8900, 8285, 10512, 8030, 10855, 8066, 10261, 7973, 9610, 11077, 7972, 11242, 8586, 10943, 8535, 10320, 8289, 10146, 10603, 9168, 14452, 8238, 11385, 8830, 9071, 14646, 8626, 12228, 8294, 9490, 14858, 8764, 13137, 8830, 11426, 8048, 9406, 8060, 9631, 8064, 9981, 8267, 11933, 10059, 11965, 14554, 8182, 12194, 9366, 9567, 14544, 9246, 11481, 8229, 8299, 11348, 7970, 10784, 8062, 10257, 7891, 8887, 7619, 8466, 9385, 8188, 11066, 8096, 10408, 7805, 9341, 8429, 9036, 14416, 8842, 13579, 8504, 11800, 8534, 9996, 12793, 9030, 14209, 8251, 11939, 8296, 9928, 12668, 8986, 13558, 8318, 10996, 8140, 8976, 12965, 8507, 11937, 8072, 10065, 7885, 8978, 9397, 8417, 10013, 8231, 8998, 7569, 8872, 8065, 8563, 12840, 8264, 11364, 8692, 10180, 8153, 9455, 12382, 9071, 14168, 8436, 11522, 8350, 9849, 8344, 9532, 11710, 8457, 11651, 8403, 10857, 8457, 10654, 12391, 9328, 15170, 8354, 11705, 8092, 10320, 8537, 8987, 13948, 8731, 11746, 8262, 9702, 7831, 8993, 9585, 8599, 11743, 8411, 10132, 8208, 9491, 8248, 9150, 14506, 8715, 12156, 8592, 10486, 8606, 9337, 13982, 8773, 11940, 8314, 10463, 8320, 9518, 12230, 8982, 14360, 8207, 10945, 8313, 8986, 7865, 9132, 8172, 9200, 8138, 8598, 10846, 8259, 11909, 8737, 12753, 9805, 11956, 12824, 9522, 15131, 8391, 11620, 8381, 9678, 11767, 8428, 12843, 8786, 10852, 8452, 8937, 11560, 8141, 10488, 8269, 9371, 7944, 8943, 11026, 7972, 10487, 8203, 10008, 7726, 8606, 11287, 8182, 10196, 8208, 9399, 7959, 8932, 9616, 8603, 11513, 8444, 10935, 8224, 9809, 12586, 8998, 13356, 8643, 10945, 8013, 9631, 8311, 9352, 8213, 8635, 8233, 9358, 10070, 8725, 11776, 8465, 10775, 8775, 10766, 8537, 10453, 8255, 9634, 13927, 9313, 12783, 9473, 10483, 8145, 9411, 8313, 8531, 13116, 8638, 11247, 9819, 9766, 11253, 8856, 9216, 8419, 12469, 8122, 10659, 8691, 8172, 11521, 8430, 10151, 7848, 9323, 7671, 9186, 8803, 8729, 12720, 8392, 10855, 8184, 9483, 10249, 8894, 13690, 8759, 11415, 8397, 9766, 8668, 9561, 8186, 8815, 8134, 8546, 12301, 8147, 12058, 8816, 10605, 8567, 9112, 8587, 9020, 10745, 8225, 10534, 8364, 11011, 8463, 11607, 8745, 10778, 8670, 10935, 9118, 10652, 8496, 10053, 8764, 9685, 8497, 9780, 8238, 9967, 8037, 10006, 8430, 9902, 9666, 9217, 8785, 9960, 8657, 9047, 8153, 8660, 8863, 8923, 9341, 8163, 8671, 8242, 11861, 8375, 13134, 9854, 10847, 8894, 11459, 8948, 10650, 9273, 12070, 9206, 11440, 8782, 11233, 9022, 12238, 9589, 10972, 9056, 10240, 9262, 10091, 10924, 8936, 8978, 8498, 10200, 8249, 11715, 8220, 10367, 8858, 11134, 9105, 10672, 8616, 10497, 12926, 9425, 14257, 8439, 10675, 7999, 9903, 9352, 8931, 9071, 7943, 11524, 8145, 10294, 8580, 10323, 8822, 8332, 8420, 8346, 10359, 8562, 10297, 8632, 9451, 8307, 9271, 11599, 8487, 11867, 8155, 10470, 8554, 10148, 9191, 8759, 10258, 8122, 12174, 8577, 10816, 8801, 9654, 9711, 8119, 10589, 8306, 9875, 8643, 9116, 8575, 8334, 11591, 8008, 10201, 9496, 9081, 12665, 8304, 10618, 8155, 10124, 13229, 8764, 11272, 8418, 9449, 8638, 9284, 13426, 8803, 10568, 8886, 9828, 8745, 9403, 9015, 8617, 12547, 8667, 12013, 8655, 10406, 8343, 10713, 9133, 9836, 10062, 8359, 12440, 8253, 12124, 9312, 10632, 9418, 9492, 11506, 8993, 12065, 8499, 9891, 8594, 9319, 9249, 7982, 10437, 8102, 9544, 8306, 10166, 8967, 9951, 9038, 9488, 9747, 9045, 14658, 9007, 11887, 8815, 10846, 8764, 10061, 9057, 8338, 9682, 7828, 11615, 8487, 10653, 8923, 9729, 8681, 9539, 10048, 8329, 12282, 7770, 10595, 8318, 9759, 8605, 9757, 8798, 8329, 9784, 8214, 9948, 8064, 10019, 8315, 10277, 8745, 9406, 9197, 8106, 12623, 8136, 11793, 9658, 10908, 8531, 9939, 9066, 8931, 12514, 8639, 12139, 8039, 9974, 8526, 9427, 8729, 9231, 8729, 8758, 8997, 8017, 11304, 8262, 11229, 8520, 10402, 8420, 9460, 9299, 8790, 12314, 8634, 13364, 8459, 10543, 8706, 10362, 8273, 10529, 9000, 9532, 9102, 8715, 9790, 8348, 12738, 8459, 11139, 8228, 8181, 8769, 15049, 9764, 14331, 9476, 10681, 8585, 10614, 8458, 13687, 9791, 11122, 8704, 9924, 8396, 14102, 9954, 14331, 9736, 11934, 8797, 13091, 8452, 13256, 9566, 12834, 9233, 11023, 8678, 10291, 8537, 9964, 8755, 9359, 7965, 8822, 7833, 9380, 8577, 10231, 8076, 9111, 8253, 9257, 8798, 8950, 11628, 8857, 9158, 8323, 10649, 8924, 15943, 11525, 13710, 9078, 11354, 8630, 10598, 9501, 9482, 8647, 8289, 8874, 7659, 11169, 7834, 10823, 9097, 11088, 8944, 10000, 8721, 9862, 11310, 9326, 12641, 9849, 9659, 9819, 7640, 10166, 11813, 7662, 11516, 7888, 9732, 8982, 8716, 15327, 8696, 13165, 8099, 12424, 8221, 10838, 8620, 10758, 9380, 9378, 16074, 8315, 12270, 8447, 10744, 9434, 8710, 12982, 7798, 10248, 8032, 9300, 8222, 8355, 8834, 7959, 9816, 7769, 11668, 7824, 10376, 8404, 10696, 8612, 10098, 12925, 8862, 15725, 8353, 12045, 8364, 10066, 9409, 8576, 10740, 8202, 11805, 8192, 9973, 8588, 9015, 10539, 8155, 11467, 8557, 10923, 8665, 9746, 9859, 8692, 11693, 8275, 10920, 8265, 9630, 9553, 8903, 12725, 8358, 10316, 7899, 9975, 9086, 9063, 12220, 8395, 11189, 8547, 10666, 8822, 9620, 9566, 8002, 11610, 8180, 10128, 9374, 10112, 8849, 9617, 9201, 8999, 14099, 9396, 12976, 9287, 12041, 9285, 10360, 10942, 8624, 13061, 9148, 11666, 8604, 10861, 9344, 8440, 12015, 7870, 10360, 8975, 10496, 8176, 9531, 8870, 8553, 13209, 8595, 12035, 8594, 11227, 8625, 9404, 9242, 8405, 11669, 8181, 11326, 8195, 9606, 8619, 9714, 8754, 9416, 8938, 8394, 11854, 7957, 11807, 9080, 10718, 8487, 9843, 9484, 8719, 10925, 8434, 12904, 8492, 10297, 8692, 10255, 8464, 10442, 8791, 11503, 10263, 8702, 13241, 9076, 11213, 8870, 9508, 9400, 8175, 12016, 8308, 11209, 8933, 11147, 8513, 10113, 8919, 9324, 9546, 8500, 13040, 8804, 12233, 8718, 10075, 9159, 8587, 11390, 8417, 11340, 8193, 10063, 8801, 9900, 8708, 9482, 9610, 8440, 11763, 8316, 11097, 8529, 10310, 9688, 8492, 11674, 8079, 10374, 8071, 10421, 8567, 9104, 8539, 8434, 8230, 9447, 8733, 9041, 8244, 8766, 8230, 9128, 10263, 8800, 15026, 11115, 13011, 9647, 11782, 9400, 11634, 9771, 10274, 8776, 9513, 8810, 8444, 12755, 8591, 12112, 8405, 9503, 8363, 10528, 8562, 10740, 8967, 10598, 8907, 9921, 8904, 10299, 9181, 12211, 9168, 10579, 9109, 10767, 9171, 10725, 9146, 10672, 8925, 10891, 9126, 10879, 8533, 10548, 9117, 10110, 9024, 9932, 9124, 10415, 9180, 10459, 9119, 10046, 8847, 10134, 8628, 10473, 9129, 10249, 8829, 10872, 8743, 11588, 8652, 10755, 8743, 10628, 9531, 10988, 8399, 10451, 8203, 10384, 8251, 11081, 8202, 11002, 8549, 10605, 9307, 11173, 8700, 10387, 8457, 9636, 9052, 9321, 10434, 8696, 8370, 8639, 8010, 9635, 11313, 8922, 8594, 8539, 8298, 9714, 13175, 9580, 9787, 8401, 9390, 8289, 12386, 8593, 11090, 8987, 10522, 8673, 10312, 8993, 10067, 9067, 8907, 8396, 8495, 14178, 7993, 12338, 9960, 11553, 8496, 11087, 8553, 10711, 9471, 9568, 9048, 8231, 12891, 8126, 10925, 8903, 10754, 8167, 9803, 8383, 9626, 8983, 8631, 9013, 7889, 11286, 8089, 10728, 8666, 9444, 8194, 8640, 8936, 8290, 13913, 8718, 11527, 8396, 10802, 8873, 10203, 9757, 8579, 9110, 8028, 11694, 8094, 11165, 8580, 9569, 8532, 8686, 12013, 7945, 11193, 8705, 10405, 8421, 9944, 9032, 8446, 12781, 8340, 11109, 8508, 11022, 8270, 10033, 10252, 8595, 13507, 8209, 10814, 8400, 9568, 12454, 9135, 10108, 8371, 8967, 8945, 7911, 11390, 8075, 9795, 8444, 9713, 8514, 9887, 8711, 9402, 8872, 7955, 13899, 9016, 13534, 9178, 12148, 8998, 11541, 8927, 11406, 8800, 11133, 8860, 10039, 8783, 9249, 12424, 8568, 12761, 7967, 11544, 8433, 11089, 8492, 10977, 8635, 9916, 8510, 8432, 10690, 8102, 13069, 7988, 10892, 8377, 10428, 8519, 10276, 8514, 9429, 8963, 7964, 12149, 8263, 10918, 8568, 10843, 8360, 9972, 9388, 9015, 11937, 8183, 12251, 8244, 12183, 8354, 11783, 8964, 12540, 9135, 10795, 8614, 12675, 9267, 8804, 10898, 8374, 13239, 8947, 11490, 8654, 10277, 8413, 10056, 8929, 9171, 8932, 7915, 11714, 8093, 10404, 8564, 10380, 8360, 9876, 8758, 9522, 9312, 8475, 13606, 8478, 12763, 8252], 'WindowCenter': [4392.0, 4397.0, 4351.0, 4351.0, 4376.0, 4338.0, 4358.0, 4325.0, 4325.0, 4364.0, 4335.0, 4365.0, 4325.0, 4358.0, 4375.0, 4334.0, 4355.0, 4351.0, 4325.0, 4364.0, 4333.0, 4354.0, 4324.0, 4346.0, 4355.0, 4336.0, 4357.0, 4335.0, 4359.0, 4346.0, 4338.0, 4367.0, 4334.0, 4357.0, 4374.0, 4333.0, 4366.0, 4322.0, 4323.0, 4352.0, 4321.0, 4351.0, 4322.0, 4334.0, 4313.0, 4335.0, 4353.0, 4312.0, 4354.0, 4332.0, 4334.0, 4323.0, 4336.0, 4363.0, 4312.0, 4364.0, 4330.0, 4333.0, 4360.0, 4320.0, 4350.0, 4309.0, 4352.0, 4350.0, 4321.0, 4310.0, 4323.0, 4350.0, 4310.0, 4362.0, 4319.0, 4340.0, 4299.0, 4321.0, 4349.0, 4310.0, 4350.0, 4309.0, 4331.0, 4309.0, 4320.0, 4339.0, 4320.0, 4351.0, 4320.0, 4351.0, 4311.0, 4330.0, 4329.0, 4322.0, 4371.0, 4310.0, 4350.0, 4310.0, 4330.0, 4297.0, 4320.0, 4369.0, 4310.0, 4350.0, 4310.0, 4330.0, 4309.0, 4331.0, 4320.0, 4322.0, 4351.0, 4323.0, 4351.0, 4310.0, 4342.0, 4322.0, 4345.0, 4352.0, 4323.0, 4351.0, 4322.0, 4352.0, 4333.0, 4353.0, 4335.0, 4357.0, 4354.0, 4346.0, 4385.0, 4324.0, 4366.0, 4332.0, 4334.0, 4384.0, 4333.0, 4364.0, 4323.0, 4343.0, 4371.0, 4322.0, 4361.0, 4332.0, 4352.0, 4322.0, 4344.0, 4323.0, 4358.0, 4337.0, 4368.0, 4349.0, 4389.0, 4358.0, 4379.0, 4385.0, 4324.0, 4364.0, 4319.0, 4331.0, 4360.0, 4318.0, 4339.0, 4307.0, 4309.0, 4337.0, 4308.0, 4338.0, 4309.0, 4339.0, 4309.0, 4332.0, 4310.0, 4322.0, 4331.0, 4333.0, 4352.0, 4324.0, 4355.0, 4324.0, 4344.0, 4323.0, 4335.0, 4384.0, 4334.0, 4373.0, 4333.0, 4364.0, 4321.0, 4343.0, 4361.0, 4333.0, 4371.0, 4321.0, 4363.0, 4320.0, 4341.0, 4360.0, 4321.0, 4359.0, 4309.0, 4339.0, 4310.0, 4320.0, 4358.0, 4320.0, 4349.0, 4310.0, 4331.0, 4311.0, 4334.0, 4330.0, 4322.0, 4342.0, 4322.0, 4332.0, 4323.0, 4345.0, 4324.0, 4345.0, 4385.0, 4336.0, 4375.0, 4335.0, 4365.0, 4323.0, 4346.0, 4374.0, 4334.0, 4372.0, 4323.0, 4352.0, 4322.0, 4343.0, 4321.0, 4345.0, 4363.0, 4334.0, 4361.0, 4334.0, 4355.0, 4322.0, 4356.0, 4373.0, 4344.0, 4382.0, 4322.0, 4362.0, 4310.0, 4343.0, 4319.0, 4332.0, 4370.0, 4322.0, 4351.0, 4321.0, 4331.0, 4310.0, 4333.0, 4341.0, 4333.0, 4362.0, 4334.0, 4354.0, 4335.0, 4356.0, 4334.0, 4356.0, 4384.0, 4349.0, 4377.0, 4335.0, 4366.0, 4333.0, 4345.0, 4384.0, 4334.0, 4363.0, 4333.0, 4353.0, 4322.0, 4344.0, 4362.0, 4333.0, 4381.0, 4321.0, 4352.0, 4332.0, 4332.0, 4323.0, 4345.0, 4335.0, 4357.0, 4335.0, 4347.0, 4368.0, 4348.0, 4376.0, 4336.0, 4377.0, 4355.0, 4378.0, 4374.0, 4345.0, 4383.0, 4323.0, 4363.0, 4321.0, 4342.0, 4349.0, 4320.0, 4360.0, 4320.0, 4351.0, 4310.0, 4332.0, 4348.0, 4308.0, 4337.0, 4309.0, 4331.0, 4311.0, 4332.0, 4350.0, 4312.0, 4342.0, 4321.0, 4343.0, 4310.0, 4336.0, 4363.0, 4322.0, 4341.0, 4336.0, 4346.0, 4336.0, 4346.0, 4343.0, 4335.0, 4364.0, 4335.0, 4365.0, 4333.0, 4355.0, 4375.0, 4334.0, 4372.0, 4322.0, 4351.0, 4322.0, 4343.0, 4321.0, 4344.0, 4334.0, 4335.0, 4347.0, 4360.0, 4356.0, 4349.0, 4375.0, 4336.0, 4369.0, 4347.0, 4368.0, 4346.0, 4367.0, 4336.0, 4359.0, 4385.0, 4346.0, 4377.0, 4345.0, 4355.0, 4323.0, 4344.0, 4323.0, 4334.0, 4373.0, 4323.0, 4365.0, 4344.0, 4346.0, 4353.0, 4333.0, 4331.0, 4334.0, 4363.0, 4322.0, 4354.0, 4319.0, 4324.0, 4364.0, 4325.0, 4354.0, 4322.0, 4344.0, 4324.0, 4345.0, 4332.0, 4335.0, 4374.0, 4325.0, 4355.0, 4323.0, 4346.0, 4342.0, 4333.0, 4372.0, 4321.0, 4351.0, 4320.0, 4342.0, 4320.0, 4342.0, 4322.0, 4345.0, 4324.0, 4335.0, 4363.0, 4325.0, 4376.0, 4346.0, 4354.0, 4334.0, 4345.0, 4332.0, 4359.0, 4376.0, 4336.0, 4364.0, 4336.0, 4366.0, 4336.0, 4377.0, 4346.0, 4364.0, 4345.0, 4367.0, 4347.0, 4356.0, 4335.0, 4345.0, 4333.0, 4355.0, 4335.0, 4356.0, 4333.0, 4356.0, 4336.0, 4357.0, 4335.0, 4369.0, 4345.0, 4344.0, 4332.0, 4354.0, 4346.0, 4346.0, 4324.0, 4335.0, 4333.0, 4347.0, 4345.0, 4336.0, 4335.0, 4348.0, 4389.0, 4335.0, 4387.0, 4344.0, 4352.0, 4333.0, 4363.0, 4347.0, 4354.0, 4356.0, 4375.0, 4345.0, 4374.0, 4348.0, 4377.0, 4348.0, 4377.0, 4344.0, 4365.0, 4346.0, 4366.0, 4344.0, 4355.0, 4353.0, 4333.0, 4332.0, 4346.0, 4354.0, 4335.0, 4362.0, 4334.0, 4355.0, 4347.0, 4364.0, 4346.0, 4366.0, 4334.0, 4355.0, 4373.0, 4346.0, 4372.0, 4321.0, 4341.0, 4311.0, 4343.0, 4331.0, 4331.0, 4330.0, 4323.0, 4361.0, 4324.0, 4342.0, 4332.0, 4366.0, 4333.0, 4323.0, 4321.0, 4337.0, 4353.0, 4333.0, 4342.0, 4333.0, 4344.0, 4335.0, 4345.0, 4364.0, 4334.0, 4363.0, 4334.0, 4369.0, 4335.0, 4354.0, 4332.0, 4333.0, 4353.0, 4337.0, 4375.0, 4333.0, 4353.0, 4332.0, 4345.0, 4344.0, 4323.0, 4352.0, 4334.0, 4354.0, 4345.0, 4347.0, 4334.0, 4335.0, 4365.0, 4324.0, 4356.0, 4345.0, 4345.0, 4372.0, 4326.0, 4352.0, 4322.0, 4357.0, 4375.0, 4323.0, 4353.0, 4322.0, 4343.0, 4345.0, 4346.0, 4373.0, 4332.0, 4352.0, 4346.0, 4368.0, 4335.0, 4345.0, 4335.0, 4336.0, 4376.0, 4349.0, 4376.0, 4338.0, 4364.0, 4336.0, 4369.0, 4346.0, 4355.0, 4343.0, 4335.0, 4365.0, 4337.0, 4376.0, 4346.0, 4353.0, 4332.0, 4343.0, 4363.0, 4333.0, 4361.0, 4322.0, 4341.0, 4320.0, 4332.0, 4343.0, 4324.0, 4351.0, 4323.0, 4342.0, 4337.0, 4369.0, 4346.0, 4357.0, 4344.0, 4355.0, 4344.0, 4347.0, 4385.0, 4333.0, 4363.0, 4334.0, 4355.0, 4335.0, 4342.0, 4331.0, 4322.0, 4341.0, 4312.0, 4363.0, 4333.0, 4352.0, 4332.0, 4343.0, 4333.0, 4344.0, 4342.0, 4323.0, 4361.0, 4312.0, 4344.0, 4321.0, 4346.0, 4334.0, 4345.0, 4323.0, 4323.0, 4342.0, 4336.0, 4344.0, 4322.0, 4345.0, 4325.0, 4354.0, 4345.0, 4344.0, 4344.0, 4325.0, 4361.0, 4323.0, 4362.0, 4345.0, 4354.0, 4334.0, 4344.0, 4330.0, 4335.0, 4363.0, 4322.0, 4361.0, 4321.0, 4341.0, 4334.0, 4332.0, 4335.0, 4344.0, 4335.0, 4337.0, 4346.0, 4337.0, 4364.0, 4336.0, 4365.0, 4348.0, 4365.0, 4338.0, 4358.0, 4346.0, 4347.0, 4376.0, 4337.0, 4387.0, 4337.0, 4353.0, 4335.0, 4355.0, 4335.0, 4354.0, 4332.0, 4343.0, 4334.0, 4335.0, 4342.0, 4322.0, 4375.0, 4325.0, 4354.0, 4324.0, 4336.0, 4349.0, 4385.0, 4345.0, 4383.0, 4344.0, 4355.0, 4336.0, 4355.0, 4324.0, 4387.0, 4355.0, 4364.0, 4336.0, 4343.0, 4335.0, 4384.0, 4344.0, 4385.0, 4343.0, 4364.0, 4322.0, 4360.0, 4321.0, 4362.0, 4333.0, 4360.0, 4332.0, 4339.0, 4319.0, 4330.0, 4317.0, 4332.0, 4320.0, 4329.0, 4310.0, 4320.0, 4309.0, 4334.0, 4332.0, 4355.0, 4321.0, 4332.0, 4321.0, 4333.0, 4322.0, 4336.0, 4363.0, 4332.0, 4333.0, 4324.0, 4341.0, 4333.0, 4383.0, 4353.0, 4362.0, 4321.0, 4351.0, 4319.0, 4340.0, 4321.0, 4330.0, 4320.0, 4310.0, 4319.0, 4310.0, 4349.0, 4313.0, 4340.0, 4320.0, 4350.0, 4331.0, 4342.0, 4320.0, 4342.0, 4351.0, 4332.0, 4362.0, 4346.0, 4344.0, 4343.0, 4313.0, 4354.0, 4364.0, 4312.0, 4349.0, 4309.0, 4330.0, 4317.0, 4321.0, 4370.0, 4321.0, 4360.0, 4311.0, 4348.0, 4309.0, 4337.0, 4308.0, 4339.0, 4317.0, 4318.0, 4357.0, 4297.0, 4336.0, 4294.0, 4327.0, 4303.0, 4294.0, 4335.0, 4285.0, 4314.0, 4298.0, 4317.0, 4307.0, 4320.0, 4330.0, 4322.0, 4341.0, 4312.0, 4363.0, 4324.0, 4341.0, 4323.0, 4354.0, 4322.0, 4355.0, 4363.0, 4333.0, 4381.0, 4322.0, 4361.0, 4320.0, 4342.0, 4329.0, 4321.0, 4352.0, 4322.0, 4351.0, 4321.0, 4342.0, 4321.0, 4333.0, 4352.0, 4323.0, 4352.0, 4332.0, 4353.0, 4332.0, 4343.0, 4342.0, 4334.0, 4362.0, 4323.0, 4352.0, 4322.0, 4344.0, 4343.0, 4335.0, 4373.0, 4325.0, 4353.0, 4322.0, 4344.0, 4333.0, 4335.0, 4363.0, 4323.0, 4351.0, 4322.0, 4354.0, 4332.0, 4343.0, 4343.0, 4323.0, 4361.0, 4323.0, 4353.0, 4344.0, 4354.0, 4346.0, 4356.0, 4343.0, 4348.0, 4386.0, 4346.0, 4376.0, 4345.0, 4376.0, 4345.0, 4356.0, 4352.0, 4323.0, 4362.0, 4331.0, 4351.0, 4321.0, 4341.0, 4318.0, 4310.0, 4348.0, 4309.0, 4339.0, 4320.0, 4340.0, 4320.0, 4332.0, 4319.0, 4322.0, 4361.0, 4322.0, 4351.0, 4334.0, 4353.0, 4320.0, 4331.0, 4330.0, 4322.0, 4350.0, 4323.0, 4351.0, 4322.0, 4342.0, 4333.0, 4344.0, 4333.0, 4344.0, 4333.0, 4325.0, 4362.0, 4324.0, 4363.0, 4333.0, 4343.0, 4322.0, 4343.0, 4331.0, 4333.0, 4352.0, 4324.0, 4373.0, 4334.0, 4353.0, 4334.0, 4355.0, 4335.0, 4353.0, 4335.0, 4367.0, 4341.0, 4323.0, 4362.0, 4320.0, 4351.0, 4319.0, 4331.0, 4319.0, 4310.0, 4350.0, 4312.0, 4351.0, 4322.0, 4352.0, 4321.0, 4341.0, 4320.0, 4332.0, 4331.0, 4322.0, 4361.0, 4332.0, 4361.0, 4322.0, 4343.0, 4332.0, 4333.0, 4350.0, 4322.0, 4351.0, 4322.0, 4341.0, 4332.0, 4352.0, 4333.0, 4344.0, 4343.0, 4324.0, 4352.0, 4321.0, 4353.0, 4321.0, 4342.0, 4329.0, 4320.0, 4337.0, 4309.0, 4340.0, 4311.0, 4340.0, 4320.0, 4330.0, 4331.0, 4322.0, 4336.0, 4358.0, 4346.0, 4346.0, 4335.0, 4346.0, 4336.0, 4358.0, 4357.0, 4347.0, 4386.0, 4366.0, 4373.0, 4344.0, 4362.0, 4332.0, 4353.0, 4331.0, 4340.0, 4319.0, 4331.0, 4319.0, 4321.0, 4360.0, 4320.0, 4348.0, 4321.0, 4330.0, 4323.0, 4352.0, 4334.0, 4353.0, 4347.0, 4353.0, 4345.0, 4343.0, 4345.0, 4354.0, 4346.0, 4375.0, 4347.0, 4355.0, 4346.0, 4354.0, 4345.0, 4355.0, 4334.0, 4353.0, 4334.0, 4353.0, 4333.0, 4353.0, 4333.0, 4353.0, 4334.0, 4353.0, 4345.0, 4353.0, 4346.0, 4366.0, 4345.0, 4365.0, 4346.0, 4354.0, 4334.0, 4355.0, 4335.0, 4354.0, 4345.0, 4355.0, 4346.0, 4366.0, 4336.0, 4378.0, 4335.0, 4355.0, 4333.0, 4355.0, 4343.0, 4366.0, 4322.0, 4343.0, 4322.0, 4343.0, 4323.0, 4364.0, 4323.0, 4352.0, 4322.0, 4342.0, 4333.0, 4354.0, 4321.0, 4342.0, 4309.0, 4332.0, 4331.0, 4334.0, 4341.0, 4320.0, 4321.0, 4322.0, 4312.0, 4346.0, 4353.0, 4334.0, 4321.0, 4333.0, 4323.0, 4345.0, 4374.0, 4344.0, 4341.0, 4323.0, 4332.0, 4326.0, 4363.0, 4322.0, 4352.0, 4333.0, 4352.0, 4334.0, 4343.0, 4332.0, 4344.0, 4332.0, 4333.0, 4322.0, 4334.0, 4371.0, 4311.0, 4363.0, 4343.0, 4353.0, 4333.0, 4352.0, 4320.0, 4343.0, 4331.0, 4332.0, 4320.0, 4311.0, 4348.0, 4310.0, 4341.0, 4320.0, 4338.0, 4309.0, 4329.0, 4320.0, 4332.0, 4322.0, 4322.0, 4321.0, 4312.0, 4350.0, 4311.0, 4352.0, 4320.0, 4330.0, 4310.0, 4321.0, 4320.0, 4322.0, 4372.0, 4323.0, 4351.0, 4321.0, 4352.0, 4320.0, 4343.0, 4332.0, 4322.0, 4321.0, 4323.0, 4350.0, 4312.0, 4353.0, 4320.0, 4330.0, 4319.0, 4322.0, 4350.0, 4311.0, 4351.0, 4322.0, 4340.0, 4320.0, 4342.0, 4320.0, 4320.0, 4361.0, 4321.0, 4353.0, 4322.0, 4352.0, 4320.0, 4342.0, 4341.0, 4333.0, 4361.0, 4310.0, 4341.0, 4310.0, 4331.0, 4350.0, 4320.0, 4329.0, 4307.0, 4319.0, 4319.0, 4321.0, 4362.0, 4323.0, 4342.0, 4333.0, 4343.0, 4346.0, 4356.0, 4334.0, 4345.0, 4334.0, 4325.0, 4386.0, 4346.0, 4375.0, 4346.0, 4363.0, 4334.0, 4363.0, 4336.0, 4363.0, 4332.0, 4353.0, 4331.0, 4342.0, 4320.0, 4332.0, 4361.0, 4323.0, 4360.0, 4312.0, 4350.0, 4310.0, 4350.0, 4320.0, 4340.0, 4320.0, 4331.0, 4318.0, 4322.0, 4340.0, 4310.0, 4372.0, 4314.0, 4340.0, 4322.0, 4341.0, 4321.0, 4344.0, 4322.0, 4332.0, 4321.0, 4311.0, 4361.0, 4323.0, 4351.0, 4322.0, 4352.0, 4321.0, 4342.0, 4331.0, 4333.0, 4352.0, 4323.0, 4363.0, 4334.0, 4363.0, 4336.0, 4375.0, 4347.0, 4376.0, 4346.0, 4354.0, 4335.0, 4378.0, 4333.0, 4333.0, 4339.0, 4310.0, 4361.0, 4322.0, 4352.0, 4323.0, 4342.0, 4321.0, 4343.0, 4321.0, 4331.0, 4321.0, 4312.0, 4350.0, 4322.0, 4341.0, 4333.0, 4342.0, 4324.0, 4344.0, 4332.0, 4344.0, 4333.0, 4324.0, 4373.0, 4326.0, 4363.0, 4324.0], 'WindowWidth': [9700.0, 9697.0, 9620.0, 9619.0, 9644.0, 9593.0, 9620.0, 9571.0, 9572.0, 9621.0, 9584.0, 9625.0, 9572.0, 9621.0, 9638.0, 9579.0, 9609.0, 9597.0, 9567.0, 9621.0, 9578.0, 9606.0, 9568.0, 9603.0, 9612.0, 9587.0, 9617.0, 9584.0, 9622.0, 9601.0, 9593.0, 9632.0, 9582.0, 9615.0, 9634.0, 9578.0, 9624.0, 9560.0, 9564.0, 9601.0, 9556.0, 9602.0, 9561.0, 9579.0, 9551.0, 9584.0, 9606.0, 9548.0, 9607.0, 9575.0, 9580.0, 9566.0, 9586.0, 9618.0, 9548.0, 9621.0, 9568.0, 9576.0, 9609.0, 9556.0, 9596.0, 9539.0, 9601.0, 9595.0, 9557.0, 9544.0, 9563.0, 9595.0, 9541.0, 9614.0, 9552.0, 9581.0, 9526.0, 9556.0, 9591.0, 9541.0, 9596.0, 9540.0, 9570.0, 9541.0, 9557.0, 9578.0, 9556.0, 9597.0, 9557.0, 9598.0, 9545.0, 9572.0, 9565.0, 9560.0, 9625.0, 9542.0, 9597.0, 9542.0, 9570.0, 9521.0, 9556.0, 9620.0, 9541.0, 9594.0, 9544.0, 9569.0, 9538.0, 9573.0, 9556.0, 9561.0, 9600.0, 9566.0, 9598.0, 9542.0, 9587.0, 9562.0, 9597.0, 9602.0, 9564.0, 9597.0, 9561.0, 9601.0, 9578.0, 9606.0, 9584.0, 9618.0, 9608.0, 9600.0, 9652.0, 9569.0, 9626.0, 9574.0, 9581.0, 9649.0, 9577.0, 9620.0, 9565.0, 9593.0, 9627.0, 9561.0, 9614.0, 9576.0, 9601.0, 9564.0, 9594.0, 9566.0, 9621.0, 9593.0, 9636.0, 9612.0, 9668.0, 9621.0, 9651.0, 9653.0, 9568.0, 9621.0, 9552.0, 9570.0, 9610.0, 9549.0, 9578.0, 9533.0, 9537.0, 9571.0, 9535.0, 9575.0, 9537.0, 9579.0, 9539.0, 9572.0, 9543.0, 9563.0, 9573.0, 9580.0, 9603.0, 9568.0, 9609.0, 9568.0, 9596.0, 9564.0, 9584.0, 9649.0, 9582.0, 9631.0, 9577.0, 9619.0, 9558.0, 9593.0, 9613.0, 9577.0, 9628.0, 9560.0, 9617.0, 9556.0, 9586.0, 9608.0, 9557.0, 9606.0, 9540.0, 9580.0, 9539.0, 9554.0, 9602.0, 9555.0, 9594.0, 9544.0, 9571.0, 9545.0, 9582.0, 9570.0, 9562.0, 9589.0, 9564.0, 9576.0, 9569.0, 9599.0, 9570.0, 9602.0, 9655.0, 9591.0, 9640.0, 9586.0, 9627.0, 9568.0, 9602.0, 9636.0, 9581.0, 9632.0, 9564.0, 9602.0, 9563.0, 9591.0, 9560.0, 9599.0, 9618.0, 9581.0, 9616.0, 9582.0, 9610.0, 9562.0, 9613.0, 9631.0, 9594.0, 9644.0, 9563.0, 9614.0, 9544.0, 9589.0, 9552.0, 9573.0, 9623.0, 9562.0, 9599.0, 9559.0, 9572.0, 9544.0, 9578.0, 9585.0, 9578.0, 9617.0, 9582.0, 9610.0, 9588.0, 9616.0, 9583.0, 9617.0, 9652.0, 9612.0, 9645.0, 9588.0, 9628.0, 9580.0, 9600.0, 9650.0, 9581.0, 9621.0, 9579.0, 9607.0, 9562.0, 9595.0, 9615.0, 9579.0, 9641.0, 9560.0, 9603.0, 9578.0, 9579.0, 9567.0, 9601.0, 9588.0, 9620.0, 9587.0, 9607.0, 9635.0, 9607.0, 9643.0, 9588.0, 9646.0, 9611.0, 9647.0, 9635.0, 9598.0, 9649.0, 9565.0, 9619.0, 9558.0, 9588.0, 9592.0, 9556.0, 9611.0, 9556.0, 9598.0, 9540.0, 9575.0, 9591.0, 9536.0, 9574.0, 9539.0, 9572.0, 9543.0, 9575.0, 9597.0, 9547.0, 9587.0, 9558.0, 9590.0, 9541.0, 9586.0, 9620.0, 9564.0, 9586.0, 9589.0, 9605.0, 9591.0, 9602.0, 9593.0, 9586.0, 9624.0, 9585.0, 9626.0, 9579.0, 9612.0, 9635.0, 9581.0, 9631.0, 9561.0, 9600.0, 9561.0, 9592.0, 9560.0, 9595.0, 9582.0, 9585.0, 9607.0, 9629.0, 9617.0, 9609.0, 9639.0, 9589.0, 9636.0, 9604.0, 9635.0, 9602.0, 9633.0, 9588.0, 9623.0, 9653.0, 9598.0, 9645.0, 9595.0, 9610.0, 9563.0, 9596.0, 9564.0, 9583.0, 9634.0, 9564.0, 9626.0, 9596.0, 9600.0, 9604.0, 9578.0, 9574.0, 9581.0, 9620.0, 9561.0, 9608.0, 9553.0, 9567.0, 9624.0, 9569.0, 9608.0, 9564.0, 9596.0, 9572.0, 9601.0, 9577.0, 9585.0, 9635.0, 9571.0, 9611.0, 9567.0, 9599.0, 9588.0, 9577.0, 9630.0, 9559.0, 9598.0, 9557.0, 9589.0, 9558.0, 9591.0, 9563.0, 9597.0, 9568.0, 9584.0, 9620.0, 9571.0, 9642.0, 9601.0, 9609.0, 9583.0, 9598.0, 9576.0, 9627.0, 9644.0, 9588.0, 9625.0, 9590.0, 9630.0, 9592.0, 9645.0, 9604.0, 9625.0, 9601.0, 9633.0, 9606.0, 9614.0, 9585.0, 9597.0, 9581.0, 9614.0, 9586.0, 9616.0, 9582.0, 9614.0, 9588.0, 9619.0, 9587.0, 9640.0, 9599.0, 9596.0, 9576.0, 9612.0, 9601.0, 9601.0, 9569.0, 9586.0, 9580.0, 9605.0, 9598.0, 9587.0, 9585.0, 9610.0, 9670.0, 9589.0, 9661.0, 9595.0, 9602.0, 9579.0, 9619.0, 9607.0, 9611.0, 9617.0, 9640.0, 9601.0, 9639.0, 9610.0, 9647.0, 9609.0, 9647.0, 9597.0, 9626.0, 9601.0, 9632.0, 9596.0, 9613.0, 9607.0, 9580.0, 9577.0, 9601.0, 9612.0, 9584.0, 9617.0, 9582.0, 9614.0, 9606.0, 9624.0, 9601.0, 9629.0, 9583.0, 9614.0, 9633.0, 9601.0, 9630.0, 9559.0, 9585.0, 9545.0, 9592.0, 9571.0, 9572.0, 9568.0, 9565.0, 9615.0, 9570.0, 9591.0, 9575.0, 9631.0, 9581.0, 9565.0, 9559.0, 9593.0, 9608.0, 9579.0, 9588.0, 9579.0, 9596.0, 9587.0, 9600.0, 9622.0, 9583.0, 9621.0, 9585.0, 9639.0, 9586.0, 9610.0, 9574.0, 9580.0, 9605.0, 9593.0, 9640.0, 9577.0, 9608.0, 9574.0, 9598.0, 9595.0, 9566.0, 9603.0, 9580.0, 9608.0, 9599.0, 9604.0, 9581.0, 9587.0, 9626.0, 9568.0, 9615.0, 9600.0, 9599.0, 9630.0, 9573.0, 9604.0, 9561.0, 9619.0, 9636.0, 9564.0, 9602.0, 9564.0, 9593.0, 9600.0, 9603.0, 9633.0, 9577.0, 9604.0, 9602.0, 9635.0, 9586.0, 9599.0, 9584.0, 9588.0, 9645.0, 9614.0, 9645.0, 9593.0, 9625.0, 9587.0, 9640.0, 9602.0, 9613.0, 9593.0, 9584.0, 9623.0, 9591.0, 9645.0, 9600.0, 9607.0, 9573.0, 9590.0, 9620.0, 9580.0, 9614.0, 9561.0, 9585.0, 9555.0, 9576.0, 9591.0, 9568.0, 9600.0, 9567.0, 9589.0, 9589.0, 9641.0, 9603.0, 9618.0, 9596.0, 9613.0, 9595.0, 9602.0, 9654.0, 9580.0, 9620.0, 9579.0, 9613.0, 9583.0, 9590.0, 9570.0, 9561.0, 9586.0, 9550.0, 9622.0, 9579.0, 9602.0, 9575.0, 9595.0, 9580.0, 9596.0, 9591.0, 9565.0, 9613.0, 9550.0, 9592.0, 9561.0, 9601.0, 9580.0, 9596.0, 9562.0, 9564.0, 9590.0, 9587.0, 9594.0, 9562.0, 9596.0, 9570.0, 9611.0, 9600.0, 9597.0, 9594.0, 9571.0, 9613.0, 9566.0, 9618.0, 9594.0, 9607.0, 9579.0, 9593.0, 9571.0, 9581.0, 9617.0, 9561.0, 9612.0, 9561.0, 9586.0, 9579.0, 9576.0, 9583.0, 9596.0, 9583.0, 9590.0, 9601.0, 9593.0, 9625.0, 9588.0, 9627.0, 9607.0, 9628.0, 9592.0, 9620.0, 9599.0, 9604.0, 9643.0, 9589.0, 9657.0, 9589.0, 9606.0, 9583.0, 9613.0, 9585.0, 9609.0, 9576.0, 9593.0, 9579.0, 9583.0, 9587.0, 9564.0, 9636.0, 9570.0, 9608.0, 9567.0, 9587.0, 9608.0, 9654.0, 9597.0, 9647.0, 9594.0, 9610.0, 9587.0, 9609.0, 9570.0, 9656.0, 9611.0, 9623.0, 9587.0, 9592.0, 9585.0, 9650.0, 9597.0, 9651.0, 9592.0, 9619.0, 9563.0, 9612.0, 9560.0, 9616.0, 9575.0, 9610.0, 9571.0, 9579.0, 9553.0, 9567.0, 9548.0, 9573.0, 9553.0, 9565.0, 9540.0, 9555.0, 9541.0, 9581.0, 9576.0, 9610.0, 9561.0, 9575.0, 9560.0, 9578.0, 9562.0, 9586.0, 9619.0, 9577.0, 9576.0, 9566.0, 9586.0, 9577.0, 9647.0, 9605.0, 9614.0, 9556.0, 9597.0, 9551.0, 9581.0, 9553.0, 9567.0, 9555.0, 9542.0, 9551.0, 9542.0, 9594.0, 9550.0, 9584.0, 9556.0, 9594.0, 9571.0, 9587.0, 9555.0, 9589.0, 9599.0, 9574.0, 9614.0, 9600.0, 9595.0, 9594.0, 9555.0, 9610.0, 9621.0, 9548.0, 9592.0, 9537.0, 9569.0, 9547.0, 9558.0, 9624.0, 9558.0, 9609.0, 9544.0, 9591.0, 9539.0, 9574.0, 9536.0, 9579.0, 9542.0, 9549.0, 9600.0, 9517.0, 9569.0, 9509.0, 9557.0, 9519.0, 9509.0, 9563.0, 9497.0, 9537.0, 9519.0, 9545.0, 9531.0, 9554.0, 9570.0, 9561.0, 9586.0, 9550.0, 9617.0, 9567.0, 9587.0, 9564.0, 9607.0, 9561.0, 9610.0, 9617.0, 9578.0, 9640.0, 9560.0, 9612.0, 9554.0, 9585.0, 9565.0, 9558.0, 9598.0, 9561.0, 9600.0, 9559.0, 9588.0, 9558.0, 9578.0, 9602.0, 9565.0, 9604.0, 9574.0, 9604.0, 9575.0, 9592.0, 9588.0, 9581.0, 9617.0, 9564.0, 9601.0, 9562.0, 9596.0, 9592.0, 9583.0, 9633.0, 9570.0, 9605.0, 9563.0, 9596.0, 9579.0, 9585.0, 9618.0, 9565.0, 9600.0, 9562.0, 9607.0, 9576.0, 9592.0, 9589.0, 9564.0, 9614.0, 9566.0, 9607.0, 9596.0, 9608.0, 9601.0, 9614.0, 9594.0, 9607.0, 9655.0, 9602.0, 9644.0, 9599.0, 9642.0, 9595.0, 9611.0, 9600.0, 9563.0, 9615.0, 9570.0, 9599.0, 9556.0, 9585.0, 9547.0, 9541.0, 9587.0, 9538.0, 9579.0, 9555.0, 9582.0, 9556.0, 9573.0, 9552.0, 9562.0, 9612.0, 9559.0, 9599.0, 9580.0, 9604.0, 9557.0, 9570.0, 9567.0, 9559.0, 9595.0, 9562.0, 9598.0, 9563.0, 9588.0, 9579.0, 9596.0, 9578.0, 9595.0, 9578.0, 9570.0, 9617.0, 9568.0, 9620.0, 9579.0, 9590.0, 9562.0, 9592.0, 9571.0, 9578.0, 9602.0, 9567.0, 9631.0, 9581.0, 9606.0, 9582.0, 9613.0, 9584.0, 9607.0, 9586.0, 9631.0, 9585.0, 9562.0, 9617.0, 9554.0, 9599.0, 9551.0, 9571.0, 9550.0, 9542.0, 9595.0, 9545.0, 9598.0, 9561.0, 9601.0, 9558.0, 9586.0, 9554.0, 9573.0, 9570.0, 9562.0, 9613.0, 9575.0, 9613.0, 9560.0, 9592.0, 9576.0, 9577.0, 9595.0, 9561.0, 9600.0, 9561.0, 9586.0, 9576.0, 9605.0, 9580.0, 9596.0, 9590.0, 9566.0, 9601.0, 9558.0, 9606.0, 9559.0, 9587.0, 9564.0, 9554.0, 9575.0, 9538.0, 9583.0, 9544.0, 9582.0, 9555.0, 9570.0, 9573.0, 9564.0, 9589.0, 9624.0, 9604.0, 9602.0, 9585.0, 9603.0, 9588.0, 9621.0, 9616.0, 9603.0, 9659.0, 9627.0, 9634.0, 9595.0, 9616.0, 9573.0, 9606.0, 9572.0, 9584.0, 9552.0, 9569.0, 9551.0, 9556.0, 9610.0, 9555.0, 9590.0, 9557.0, 9570.0, 9565.0, 9602.0, 9580.0, 9607.0, 9607.0, 9606.0, 9598.0, 9594.0, 9600.0, 9611.0, 9602.0, 9639.0, 9604.0, 9611.0, 9599.0, 9609.0, 9597.0, 9610.0, 9582.0, 9606.0, 9581.0, 9605.0, 9577.0, 9605.0, 9578.0, 9605.0, 9580.0, 9606.0, 9598.0, 9606.0, 9602.0, 9627.0, 9600.0, 9627.0, 9601.0, 9608.0, 9582.0, 9612.0, 9588.0, 9609.0, 9598.0, 9612.0, 9600.0, 9629.0, 9588.0, 9649.0, 9583.0, 9610.0, 9578.0, 9611.0, 9592.0, 9630.0, 9562.0, 9589.0, 9559.0, 9591.0, 9564.0, 9623.0, 9563.0, 9602.0, 9560.0, 9589.0, 9576.0, 9607.0, 9559.0, 9588.0, 9540.0, 9574.0, 9572.0, 9578.0, 9585.0, 9556.0, 9557.0, 9561.0, 9548.0, 9599.0, 9604.0, 9580.0, 9559.0, 9578.0, 9564.0, 9599.0, 9635.0, 9593.0, 9586.0, 9565.0, 9576.0, 9573.0, 9621.0, 9562.0, 9602.0, 9577.0, 9602.0, 9580.0, 9593.0, 9574.0, 9595.0, 9577.0, 9580.0, 9562.0, 9581.0, 9628.0, 9547.0, 9618.0, 9592.0, 9604.0, 9578.0, 9602.0, 9556.0, 9592.0, 9572.0, 9574.0, 9554.0, 9544.0, 9590.0, 9542.0, 9586.0, 9554.0, 9576.0, 9538.0, 9566.0, 9556.0, 9575.0, 9560.0, 9560.0, 9558.0, 9547.0, 9597.0, 9546.0, 9604.0, 9556.0, 9569.0, 9541.0, 9559.0, 9554.0, 9562.0, 9630.0, 9562.0, 9598.0, 9560.0, 9601.0, 9557.0, 9590.0, 9573.0, 9562.0, 9557.0, 9563.0, 9598.0, 9549.0, 9604.0, 9554.0, 9569.0, 9552.0, 9561.0, 9596.0, 9543.0, 9598.0, 9558.0, 9582.0, 9557.0, 9590.0, 9554.0, 9558.0, 9613.0, 9559.0, 9606.0, 9562.0, 9600.0, 9555.0, 9589.0, 9584.0, 9579.0, 9615.0, 9542.0, 9584.0, 9541.0, 9572.0, 9597.0, 9554.0, 9565.0, 9533.0, 9552.0, 9551.0, 9560.0, 9615.0, 9564.0, 9588.0, 9578.0, 9594.0, 9603.0, 9616.0, 9583.0, 9598.0, 9582.0, 9573.0, 9656.0, 9601.0, 9639.0, 9598.0, 9621.0, 9582.0, 9619.0, 9584.0, 9620.0, 9574.0, 9604.0, 9573.0, 9589.0, 9555.0, 9575.0, 9611.0, 9562.0, 9610.0, 9547.0, 9598.0, 9542.0, 9595.0, 9554.0, 9583.0, 9555.0, 9572.0, 9549.0, 9559.0, 9581.0, 9543.0, 9630.0, 9554.0, 9584.0, 9559.0, 9583.0, 9557.0, 9593.0, 9560.0, 9576.0, 9557.0, 9547.0, 9614.0, 9566.0, 9601.0, 9563.0, 9601.0, 9559.0, 9589.0, 9572.0, 9578.0, 9600.0, 9564.0, 9620.0, 9582.0, 9620.0, 9587.0, 9639.0, 9605.0, 9641.0, 9600.0, 9609.0, 9587.0, 9648.0, 9576.0, 9574.0, 9578.0, 9541.0, 9613.0, 9559.0, 9600.0, 9561.0, 9585.0, 9557.0, 9590.0, 9556.0, 9572.0, 9556.0, 9548.0, 9597.0, 9562.0, 9586.0, 9577.0, 9589.0, 9566.0, 9595.0, 9577.0, 9594.0, 9577.0, 9567.0, 9633.0, 9571.0, 9617.0, 9567.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.006552174242424243</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.042698630606060606</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.94131618959061</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.165673275382864</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9522722075890812</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5900.1621</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07658993485092266</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2121212121212122</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.493021515541713</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4716700319798854</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6612204820061045</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3461740326391496</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00613885</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01541813276708126</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.019778136163949966</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8111735454539253</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>36.2353</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3354</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.8383</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301514.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>344.7748</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.322</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.9083</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3534.369</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3772.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75030.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4622.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.7148</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.416815781150945</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> |