=== 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-0053 --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-0053",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
140 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
140 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-0053_ses-02_task-narratives_acq-mb8_run-03_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-0053_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0053_suffix-bold_task-narratives" 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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_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-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-02_task-narratives_acq-mb8_run-03_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-0053/ses-02/func/sub-0053_ses-02_task-narratives_acq-mb8_run-03_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>8399e0089bf3b845b909962cb757cce8</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>11:02:39.587500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997101, -0.00636226, -0.0758181, 0.00435068, 0.999635, -0.0266673]</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-03_task-narratives_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.0854021</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-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4133, -7721, -7266, 545, -60, -39, -100, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.339</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>043605f8-9190-47ce-a7ee-4b36cc6a27c3||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675150156021118, 0.011672562919557095, -0.205092191696167, 113.85657501220703], [0.017069470137357712, 2.6819472312927246, -0.07090232521295547, -87.59136199951172], [-0.20341439545154572, 0.07154636085033417, 2.69126558303833, -66.59545135498047], [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, 1298]</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], 'AcquisitionTime': ['110239.587500', '110240.047500', '110240.507500', '110240.967500', '110241.427500', '110241.887500', '110242.347500', '110242.807500', '110243.267500', '110243.727500', '110244.187500', '110244.647500', '110245.107500', '110245.567500', '110246.027500', '110246.487500', '110246.947500', '110247.407500', '110247.867500', '110248.327500', '110248.787500', '110249.247500', '110249.707500', '110250.167500', '110250.627500', '110251.087500', '110251.547500', '110252.007500', '110252.467500', '110252.927500', '110253.387500', '110253.847500', '110254.307500', '110254.767500', '110255.227500', '110255.687500', '110256.147500', '110256.607500', '110257.067500', '110257.527500', '110257.987500', '110258.447500', '110258.907500', '110259.367500', '110259.827500', '110300.287500', '110300.747500', '110301.207500', '110301.667500', '110302.127500', '110302.587500', '110303.047500', '110303.507500', '110303.967500', '110304.427500', '110304.887500', '110305.347500', '110305.807500', '110306.267500', '110306.727500', '110307.187500', '110307.647500', '110308.107500', '110308.567500', '110309.027500', '110309.487500', '110309.947500', '110310.407500', '110310.867500', '110311.327500', '110311.787500', '110312.247500', '110312.707500', '110313.167500', '110313.627500', '110314.087500', '110314.547500', '110315.007500', '110315.467500', '110315.927500', '110316.387500', '110316.847500', '110317.307500', '110317.767500', '110318.227500', '110318.687500', '110319.147500', '110319.607500', '110320.067500', '110320.527500', '110320.987500', '110321.447500', '110321.907500', '110322.367500', '110322.827500', '110323.287500', '110323.747500', '110324.207500', '110324.667500', '110325.127500', '110325.587500', '110326.047500', '110326.507500', '110326.967500', '110327.427500', '110327.887500', '110328.347500', '110328.807500', '110329.267500', '110329.727500', '110330.187500', '110330.647500', '110331.107500', '110331.567500', '110332.027500', '110332.487500', '110332.947500', '110333.407500', '110333.867500', '110334.327500', '110334.787500', '110335.247500', '110335.707500', '110336.167500', '110336.627500', '110337.087500', '110337.547500', '110338.007500', '110338.467500', '110338.927500', '110339.387500', '110339.847500', '110340.307500', '110340.767500', '110341.227500', '110341.687500', '110342.147500', '110342.607500', '110343.067500', '110343.527500', '110343.987500', '110344.447500', '110344.907500', '110345.367500', '110345.827500', '110346.287500', '110346.747500', '110347.207500', '110347.667500', '110348.127500', '110348.587500', '110349.047500', '110349.507500', '110349.967500', '110350.427500', '110350.887500', '110351.347500', '110351.807500', '110352.267500', '110352.727500', '110353.187500', '110353.647500', '110354.107500', '110354.567500', '110355.027500', '110355.487500', '110355.947500', '110356.407500', '110356.867500', '110357.327500', '110357.787500', '110358.247500', '110358.707500', '110359.167500', '110359.627500', '110400.087500', '110400.547500', '110401.007500', '110401.467500', '110401.927500', '110402.387500', '110402.847500', '110403.307500', '110403.767500', '110404.227500', '110404.687500', '110405.147500', '110405.607500', '110406.067500', '110406.527500', '110406.987500', '110407.447500', '110407.907500', '110408.367500', '110408.827500', '110409.287500', '110409.747500', '110410.207500', '110410.667500', '110411.127500', '110411.587500', '110412.047500', '110412.507500', '110412.967500', '110413.427500', '110413.887500', '110414.347500', '110414.807500', '110415.267500', '110415.727500', '110416.187500', '110416.647500', '110417.107500', '110417.567500', '110418.027500', '110418.487500', '110418.947500', '110419.407500', '110419.867500', '110420.327500', '110420.787500', '110421.247500', '110421.707500', '110422.167500', '110422.627500', '110423.087500', '110423.547500', '110424.007500', '110424.467500', '110424.927500', '110425.387500', '110425.847500', '110426.307500', '110426.767500', '110427.227500', '110427.687500', '110428.147500', '110428.607500', '110429.067500', '110429.527500', '110429.987500', '110430.447500', '110430.907500', '110431.367500', '110431.827500', '110432.287500', '110432.747500', '110433.207500', '110433.667500', '110434.127500', '110434.587500', '110435.047500', '110435.507500', '110435.967500', '110436.427500', '110436.887500', '110437.347500', '110437.807500', '110438.267500', '110438.727500', '110439.187500', '110439.647500', '110440.107500', '110440.567500', '110441.027500', '110441.487500', '110441.947500', '110442.407500', '110442.867500', '110443.327500', '110443.787500', '110444.247500', '110444.707500', '110445.167500', '110445.627500', '110446.087500', '110446.547500', '110447.007500', '110447.467500', '110447.927500', '110448.387500', '110448.847500', '110449.307500', '110449.767500', '110450.227500', '110450.687500', '110451.147500', '110451.607500', '110452.067500', '110452.527500', '110452.987500', '110453.447500', '110453.907500', '110454.367500', '110454.827500', '110455.287500', '110455.747500', '110456.207500', '110456.667500', '110457.127500', '110457.587500', '110458.047500', '110458.507500', '110458.967500', '110459.427500', '110459.887500', '110500.347500', '110500.807500', '110501.267500', '110501.727500', '110502.187500', '110502.647500', '110503.107500', '110503.567500', '110504.027500', '110504.487500', '110504.947500', '110505.407500', '110505.867500', '110506.327500', '110506.787500', '110507.247500', '110507.707500', '110508.167500', '110508.627500', '110509.087500', '110509.547500', '110510.007500', '110510.467500', '110510.927500', '110511.387500', '110511.847500', '110512.307500', '110512.767500', '110513.227500', '110513.687500', '110514.147500', '110514.607500', '110515.067500', '110515.527500', '110515.987500', '110516.447500', '110516.907500', '110517.367500', '110517.827500', '110518.287500', '110518.747500', '110519.207500', '110519.667500', '110520.127500', '110520.587500', '110521.047500', '110521.507500', '110521.967500', '110522.427500', '110522.887500', '110523.347500', '110523.807500', '110524.267500', '110524.727500', '110525.187500', '110525.647500', '110526.107500', '110526.567500', '110527.027500', '110527.487500', '110527.947500', '110528.407500', '110528.867500', '110529.327500', '110529.787500', '110530.247500', '110530.707500', '110531.167500', '110531.627500', '110532.087500', '110532.547500', '110533.007500', '110533.467500', '110533.927500', '110534.387500', '110534.847500', '110535.307500', '110535.767500', '110536.227500', '110536.687500', '110537.147500', '110537.607500', '110538.067500', '110538.527500', '110538.987500', '110539.447500', '110539.907500', '110540.367500', '110540.827500', '110541.287500', '110541.747500', '110542.207500', '110542.667500', '110543.127500', '110543.587500', '110544.047500', '110544.507500', '110544.967500', '110545.427500', '110545.887500', '110546.347500', '110546.807500', '110547.267500', '110547.727500', '110548.187500', '110548.647500', '110549.107500', '110549.567500', '110550.027500', '110550.487500', '110550.947500', '110551.407500', '110551.867500', '110552.327500', '110552.787500', '110553.247500', '110553.707500', '110554.167500', '110554.627500', '110555.087500', '110555.547500', '110556.007500', '110556.467500', '110556.927500', '110557.387500', '110557.847500', '110558.307500', '110558.767500', '110559.227500', '110559.687500', '110600.147500', '110600.607500', '110601.067500', '110601.527500', '110601.987500', '110602.447500', '110602.907500', '110603.367500', '110603.827500', '110604.287500', '110604.747500', '110605.207500', '110605.667500', '110606.127500', '110606.587500', '110607.047500', '110607.507500', '110607.967500', '110608.427500', '110608.887500', '110609.347500', '110609.807500', '110610.267500', '110610.727500', '110611.187500', '110611.647500', '110612.107500', '110612.567500', '110613.027500', '110613.487500', '110613.947500', '110614.407500', '110614.867500', '110615.327500', '110615.787500', '110616.247500', '110616.707500', '110617.167500', '110617.627500', '110618.087500', '110618.547500', '110619.007500', '110619.467500', '110619.927500', '110620.387500', '110620.847500', '110621.307500', '110621.767500', '110622.227500', '110622.687500', '110623.147500', '110623.607500', '110624.067500', '110624.527500', '110624.987500', '110625.447500', '110625.907500', '110626.367500', '110626.827500', '110627.287500', '110627.747500', '110628.207500', '110628.667500', '110629.127500', '110629.587500', '110630.047500', '110630.507500', '110630.967500', '110631.427500', '110631.887500', '110632.347500', '110632.807500', '110633.267500', '110633.727500', '110634.187500', '110634.647500', '110635.107500', '110635.567500', '110636.027500', '110636.487500', '110636.947500', '110637.407500', '110637.867500', '110638.327500', '110638.787500', '110639.247500', '110639.707500', '110640.167500', '110640.627500', '110641.087500', '110641.547500', '110642.007500', '110642.467500', '110642.927500', '110643.387500', '110643.847500', '110644.307500', '110644.767500', '110645.227500', '110645.687500', '110646.147500', '110646.607500', '110647.067500', '110647.527500', '110647.987500', '110648.447500', '110648.907500', '110649.367500', '110649.827500', '110650.287500', '110650.747500', '110651.207500', '110651.667500', '110652.127500', '110652.587500', '110653.047500', '110653.507500', '110653.967500', '110654.427500', '110654.887500', '110655.347500', '110655.807500', '110656.267500', '110656.727500', '110657.187500', '110657.647500', '110658.107500', '110658.567500', '110659.027500', '110659.487500', '110659.947500', '110700.407500', '110700.867500', '110701.327500', '110701.787500', '110702.247500', '110702.707500', '110703.167500', '110703.627500', '110704.087500', '110704.547500', '110705.007500', '110705.467500', '110705.927500', '110706.387500', '110706.847500', '110707.307500', '110707.767500', '110708.227500', '110708.687500', '110709.147500', '110709.607500', '110710.067500', '110710.527500', '110710.987500', '110711.447500', '110711.907500', '110712.367500', '110712.827500', '110713.287500', '110713.747500', '110714.207500', '110714.667500', '110715.127500', '110715.587500', '110716.047500', '110716.507500', '110716.967500', '110717.427500', '110717.887500', '110718.347500', '110718.807500', '110719.267500', '110719.727500', '110720.187500', '110720.647500', '110721.107500', '110721.567500', '110722.027500', '110722.487500', '110722.947500', '110723.407500', '110723.867500', '110724.327500', '110724.787500', '110725.247500', '110725.707500', '110726.167500', '110726.627500', '110727.087500', '110727.547500', '110728.007500', '110728.467500', '110728.927500', '110729.387500', '110729.847500', '110730.307500', '110730.767500', '110731.227500', '110731.687500', '110732.147500', '110732.607500', '110733.067500', '110733.527500', '110733.987500', '110734.447500', '110734.907500', '110735.367500', '110735.827500', '110736.287500', '110736.747500', '110737.207500', '110737.667500', '110738.127500', '110738.587500', '110739.047500', '110739.507500', '110739.967500', '110740.427500', '110740.887500', '110741.347500', '110741.807500', '110742.267500', '110742.727500', '110743.187500', '110743.647500', '110744.107500', '110744.567500', '110745.027500', '110745.487500', '110745.947500', '110746.407500', '110746.867500', '110747.327500', '110747.787500', '110748.247500', '110748.707500', '110749.167500', '110749.627500', '110750.087500', '110750.547500', '110751.007500', '110751.467500', '110751.927500', '110752.387500', '110752.847500', '110753.307500', '110753.767500', '110754.227500', '110754.687500', '110755.147500', '110755.607500', '110756.067500', '110756.527500', '110756.987500', '110757.447500', '110757.907500', '110758.367500', '110758.827500', '110759.287500', '110759.747500', '110800.207500', '110800.667500', '110801.127500', '110801.587500', '110802.047500', '110802.507500', '110802.967500', '110803.427500', '110803.887500', '110804.347500', '110804.807500', '110805.267500', '110805.727500', '110806.187500', '110806.647500', '110807.107500', '110807.567500', '110808.027500', '110808.487500', '110808.947500', '110809.407500', '110809.867500', '110810.327500', '110810.787500', '110811.247500', '110811.707500', '110812.167500', '110812.627500', '110813.087500', '110813.547500', '110814.007500', '110814.467500', '110814.927500', '110815.387500', '110815.847500', '110816.307500', '110816.767500', '110817.227500', '110817.687500', '110818.147500', '110818.607500', '110819.067500', '110819.527500', '110819.987500', '110820.447500', '110820.907500', '110821.367500', '110821.827500', '110822.287500', '110822.747500', '110823.207500', '110823.667500', '110824.127500', '110824.587500', '110825.047500', '110825.507500', '110825.967500', '110826.427500', '110826.887500', '110827.347500', '110827.807500', '110828.267500', '110828.727500', '110829.187500', '110829.647500', '110830.107500', '110830.567500', '110831.027500', '110831.487500', '110831.947500', '110832.407500', '110832.867500', '110833.327500', '110833.787500', '110834.247500', '110834.707500', '110835.167500', '110835.627500', '110836.087500', '110836.547500', '110837.007500', '110837.467500', '110837.927500', '110838.387500', '110838.847500', '110839.307500', '110839.767500', '110840.227500', '110840.687500', '110841.147500', '110841.607500', '110842.067500', '110842.527500', '110842.987500', '110843.447500', '110843.907500', '110844.367500', '110844.827500', '110845.287500', '110845.747500', '110846.207500', '110846.667500', '110847.127500', '110847.587500', '110848.047500', '110848.507500', '110848.967500', '110849.427500', '110849.887500', '110850.347500', '110850.807500', '110851.267500', '110851.727500', '110852.187500', '110852.647500', '110853.107500', '110853.567500', '110854.027500', '110854.487500', '110854.947500', '110855.407500', '110855.867500', '110856.327500', '110856.787500', '110857.247500', '110857.707500', '110858.167500', '110858.627500', '110859.087500', '110859.547500', '110900.007500', '110900.467500', '110900.927500', '110901.387500', '110901.847500', '110902.307500', '110902.767500', '110903.227500', '110903.687500', '110904.147500', '110904.607500', '110905.067500', '110905.527500', '110905.987500', '110906.447500', '110906.907500', '110907.367500', '110907.827500', '110908.287500', '110908.747500', '110909.207500', '110909.667500', '110910.127500', '110910.587500', '110911.047500', '110911.507500', '110911.967500', '110912.427500', '110912.887500', '110913.347500', '110913.807500', '110914.267500', '110914.727500', '110915.187500', '110915.647500', '110916.107500', '110916.567500', '110917.027500', '110917.487500', '110917.947500', '110918.407500', '110918.867500', '110919.327500', '110919.787500', '110920.247500', '110920.707500', '110921.167500', '110921.627500', '110922.087500', '110922.547500', '110923.007500', '110923.467500', '110923.927500', '110924.387500', '110924.847500', '110925.307500', '110925.767500', '110926.227500', '110926.687500', '110927.147500', '110927.607500', '110928.067500', '110928.527500', '110928.987500', '110929.447500', '110929.907500', '110930.367500', '110930.827500', '110931.287500', '110931.747500', '110932.207500', '110932.667500', '110933.127500', '110933.587500', '110934.047500', '110934.507500', '110934.967500', '110935.427500', '110935.887500', '110936.347500', '110936.807500', '110937.267500', '110937.727500', '110938.187500', '110938.647500', '110939.107500', '110939.567500', '110940.027500', '110940.487500', '110940.947500', '110941.407500', '110941.867500', '110942.327500', '110942.787500', '110943.247500', '110943.707500', '110944.167500', '110944.627500', '110945.087500', '110945.547500', '110946.007500', '110946.467500', '110946.927500', '110947.387500', '110947.847500', '110948.307500', '110948.767500', '110949.227500', '110949.687500', '110950.147500', '110950.607500', '110951.067500', '110951.527500', '110951.987500', '110952.447500', '110952.907500', '110953.367500', '110953.827500', '110954.287500', '110954.747500', '110955.207500', '110955.667500', '110956.127500', '110956.587500', '110957.047500', '110957.507500', '110957.967500', '110958.427500', '110958.887500', '110959.347500', '110959.807500', '111000.267500', '111000.727500', '111001.187500', '111001.647500', '111002.107500', '111002.567500', '111003.027500', '111003.487500', '111003.947500', '111004.407500', '111004.867500', '111005.327500', '111005.787500', '111006.247500', '111006.707500', '111007.167500', '111007.627500', '111008.087500', '111008.547500', '111009.007500', '111009.467500', '111009.927500', '111010.387500', '111010.847500', '111011.307500', '111011.767500', '111012.227500', '111012.687500', '111013.147500', '111013.607500', '111014.067500', '111014.527500', '111014.987500', '111015.447500', '111015.907500', '111016.367500', '111016.827500', '111017.287500', '111017.747500', '111018.207500', '111018.667500', '111019.127500', '111019.587500', '111020.047500', '111020.507500', '111020.967500', '111021.427500', '111021.887500', '111022.347500', '111022.807500', '111023.267500', '111023.727500', '111024.187500', '111024.647500', '111025.107500', '111025.567500', '111026.027500', '111026.487500', '111026.947500', '111027.407500', '111027.867500', '111028.327500', '111028.787500', '111029.247500', '111029.707500', '111030.167500', '111030.627500', '111031.087500', '111031.547500', '111032.007500', '111032.467500', '111032.927500', '111033.387500', '111033.847500', '111034.307500', '111034.767500', '111035.227500', '111035.687500', '111036.147500', '111036.607500', '111037.067500', '111037.527500', '111037.987500', '111038.447500', '111038.907500', '111039.367500', '111039.827500', '111040.287500', '111040.747500', '111041.207500', '111041.667500', '111042.127500', '111042.587500', '111043.047500', '111043.507500', '111043.967500', '111044.427500', '111044.887500', '111045.347500', '111045.807500', '111046.267500', '111046.727500', '111047.187500', '111047.647500', '111048.107500', '111048.567500', '111049.027500', '111049.487500', '111049.947500', '111050.407500', '111050.867500', '111051.327500', '111051.787500', '111052.247500', '111052.707500', '111053.167500', '111053.627500', '111054.087500', '111054.547500', '111055.007500', '111055.467500', '111055.927500', '111056.387500', '111056.847500', '111057.307500', '111057.767500', '111058.227500', '111058.687500', '111059.147500', '111059.607500', '111100.067500', '111100.527500', '111100.987500', '111101.447500', '111101.907500', '111102.367500', '111102.827500', '111103.287500', '111103.747500', '111104.207500', '111104.667500', '111105.127500', '111105.587500', '111106.047500', '111106.507500', '111106.967500', '111107.427500', '111107.887500', '111108.347500', '111108.807500', '111109.267500', '111109.727500', '111110.187500', '111110.647500', '111111.107500', '111111.567500', '111112.027500', '111112.487500', '111112.947500', '111113.407500', '111113.867500', '111114.327500', '111114.787500', '111115.247500', '111115.707500', '111116.167500', '111116.627500', '111117.087500', '111117.547500', '111118.007500', '111118.467500', '111118.927500', '111119.387500', '111119.847500', '111120.307500', '111120.767500', '111121.227500', '111121.687500', '111122.147500', '111122.607500', '111123.067500', '111123.527500', '111123.987500', '111124.447500', '111124.907500', '111125.367500', '111125.827500', '111126.287500', '111126.747500', '111127.207500', '111127.667500', '111128.127500', '111128.587500', '111129.047500', '111129.507500', '111129.967500', '111130.427500', '111130.887500', '111131.347500', '111131.807500', '111132.267500', '111132.727500', '111133.187500', '111133.647500', '111134.107500', '111134.567500', '111135.027500', '111135.487500', '111135.947500', '111136.407500', '111136.867500', '111137.327500', '111137.787500', '111138.247500', '111138.707500', '111139.167500', '111139.627500', '111140.087500', '111140.547500', '111141.007500', '111141.467500', '111141.927500', '111142.387500', '111142.847500', '111143.307500', '111143.767500', '111144.227500', '111144.687500', '111145.147500', '111145.607500', '111146.067500', '111146.527500', '111146.987500', '111147.447500', '111147.907500', '111148.367500', '111148.827500', '111149.287500', '111149.747500', '111150.207500', '111150.667500', '111151.127500', '111151.587500', '111152.047500', '111152.507500', '111152.967500', '111153.427500', '111153.887500', '111154.347500', '111154.807500', '111155.267500', '111155.727500', '111156.187500', '111156.647500', '111157.107500', '111157.567500', '111158.027500', '111158.487500', '111158.947500', '111159.407500', '111159.867500', '111200.327500', '111200.787500', '111201.247500', '111201.707500', '111202.167500', '111202.627500', '111203.087500', '111203.547500', '111204.007500', '111204.467500', '111204.927500', '111205.387500', '111205.847500', '111206.307500', '111206.767500', '111207.227500', '111207.687500', '111208.147500', '111208.607500', '111209.067500', '111209.527500', '111209.987500', '111210.447500', '111210.907500', '111211.367500', '111211.827500', '111212.287500', '111212.747500', '111213.207500', '111213.667500', '111214.127500', '111214.587500', '111215.047500', '111215.507500', '111215.967500', '111216.427500', '111216.887500', '111217.347500', '111217.807500', '111218.267500', '111218.727500', '111219.187500', '111219.647500', '111220.107500', '111220.567500', '111221.027500', '111221.487500', '111221.947500', '111222.407500', '111222.867500', '111223.327500', '111223.787500', '111224.247500', '111224.707500', '111225.167500', '111225.627500', '111226.087500', '111226.547500', '111227.007500', '111227.467500', '111227.927500', '111228.387500', '111228.847500', '111229.307500', '111229.767500', '111230.227500', '111230.687500', '111231.147500', '111231.607500', '111232.067500', '111232.527500', '111232.987500', '111233.447500', '111233.907500', '111234.367500', '111234.827500', '111235.287500', '111235.747500', '111236.207500'], 'ContentTime': ['110253.580000', '110253.583000', '110253.585000', '110253.588000', '110253.591000', '110253.593000', '110253.596000', '110253.598000', '110253.601000', '110253.603000', '110253.606000', '110253.608000', '110253.611000', '110253.617000', '110253.620000', '110253.622000', '110253.625000', '110253.627000', '110253.630000', '110253.632000', '110253.635000', '110253.638000', '110253.640000', '110253.643000', '110253.647000', '110253.649000', '110253.652000', '110313.550000', '110313.553000', '110313.556000', '110313.558000', '110313.561000', '110313.563000', '110313.566000', '110313.568000', '110313.571000', '110313.573000', '110313.576000', '110313.578000', '110313.581000', '110313.583000', '110313.586000', '110313.589000', '110313.591000', '110313.594000', '110313.596000', '110313.599000', '110313.601000', '110313.604000', '110313.606000', '110313.609000', '110313.611000', '110313.614000', '110313.616000', '110313.619000', '110313.622000', '110313.624000', '110313.627000', '110313.629000', '110313.632000', '110313.638000', '110313.641000', '110313.643000', '110313.646000', '110313.648000', '110313.651000', '110313.653000', '110313.656000', '110313.658000', '110313.661000', '110313.664000', '110333.551000', '110333.553000', '110333.556000', '110333.559000', '110333.561000', '110333.564000', '110333.566000', '110333.569000', '110333.571000', '110333.574000', '110333.577000', '110333.579000', '110333.582000', '110333.585000', '110333.587000', '110333.590000', '110333.592000', '110333.595000', '110333.598000', '110333.600000', '110333.603000', '110333.605000', '110333.608000', '110333.610000', '110333.613000', '110333.615000', '110333.618000', '110333.637000', '110333.640000', '110333.642000', '110333.650000', '110333.653000', '110333.656000', '110333.658000', '110333.661000', '110333.663000', '110333.666000', '110333.668000', '110333.671000', '110333.674000', '110333.677000', '110333.679000', '110333.682000', '110353.551000', '110353.553000', '110353.556000', '110353.559000', '110353.561000', '110353.564000', '110353.566000', '110353.569000', '110353.572000', '110353.575000', '110353.577000', '110353.580000', '110353.582000', '110353.585000', '110353.587000', '110353.590000', '110353.593000', '110353.595000', '110353.598000', '110353.600000', '110353.603000', '110353.605000', '110353.608000', '110353.610000', '110353.613000', '110353.615000', '110353.618000', '110353.621000', '110353.623000', '110353.626000', '110353.629000', '110353.631000', '110353.634000', '110353.636000', '110353.639000', '110353.641000', '110353.644000', '110353.646000', '110353.649000', '110353.651000', '110353.654000', '110353.657000', '110353.659000', '110353.662000', '110413.550000', '110413.553000', '110413.556000', '110413.558000', '110413.561000', '110413.564000', '110413.566000', '110413.569000', '110413.571000', '110413.574000', '110413.576000', '110413.579000', '110413.581000', '110413.584000', '110413.587000', '110413.589000', '110413.592000', '110413.594000', '110413.597000', '110413.599000', '110413.602000', '110413.605000', '110413.607000', '110413.610000', '110413.612000', '110413.615000', '110413.617000', '110413.620000', '110413.622000', '110413.625000', '110413.628000', '110413.630000', '110413.633000', '110413.635000', '110413.638000', '110413.640000', '110413.643000', '110413.645000', '110413.648000', '110413.650000', '110413.653000', '110413.656000', '110413.658000', '110433.551000', '110433.553000', '110433.556000', '110433.558000', '110433.561000', '110433.564000', '110433.566000', '110433.569000', '110433.571000', '110433.574000', '110433.576000', '110433.579000', '110433.581000', '110433.584000', '110433.587000', '110433.589000', '110433.592000', '110433.594000', '110433.597000', '110433.600000', '110433.602000', '110433.605000', '110433.607000', '110433.610000', '110433.612000', '110433.615000', '110433.618000', '110433.620000', '110433.623000', '110433.625000', '110433.628000', '110433.630000', '110433.633000', '110433.635000', '110433.638000', '110433.640000', '110433.643000', '110433.646000', '110433.648000', '110433.651000', '110433.653000', '110433.656000', '110433.658000', '110433.661000', '110453.552000', '110453.554000', '110453.557000', '110453.560000', '110453.562000', '110453.565000', '110453.567000', '110453.570000', '110453.573000', '110453.575000', '110453.578000', '110453.580000', '110453.583000', '110453.585000', '110453.588000', '110453.591000', '110453.593000', '110453.596000', '110453.598000', '110453.601000', '110453.603000', '110453.606000', '110453.609000', '110453.611000', '110453.614000', '110453.617000', '110453.619000', '110453.622000', '110453.624000', '110453.627000', '110453.629000', '110453.632000', '110453.635000', '110453.637000', '110453.640000', '110453.642000', '110453.645000', '110453.648000', '110453.650000', '110453.653000', '110453.655000', '110453.658000', '110453.660000', '110513.550000', '110513.554000', '110513.557000', '110513.560000', '110513.562000', '110513.565000', '110513.567000', '110513.570000', '110513.573000', '110513.575000', '110513.578000', '110513.581000', '110513.583000', '110513.586000', '110513.588000', '110513.591000', '110513.594000', '110513.596000', '110513.599000', '110513.601000', '110513.604000', '110513.607000', '110513.609000', '110513.622000', '110513.625000', '110513.627000', '110513.630000', '110513.633000', '110513.635000', '110513.638000', '110513.640000', '110513.643000', '110513.645000', '110513.648000', '110513.651000', '110513.653000', '110513.656000', '110513.658000', '110513.661000', '110513.663000', '110513.666000', '110513.669000', '110513.671000', '110513.674000', '110533.550000', '110533.553000', '110533.556000', '110533.559000', '110533.561000', '110533.564000', '110533.566000', '110533.569000', '110533.572000', '110533.574000', '110533.577000', '110533.579000', '110533.582000', '110533.584000', '110533.587000', '110533.590000', '110533.592000', '110533.595000', '110533.597000', '110533.600000', '110533.602000', '110533.605000', '110533.607000', '110533.610000', '110533.612000', '110533.615000', '110533.618000', '110533.620000', '110533.623000', '110533.625000', '110533.628000', '110533.630000', '110533.633000', '110533.636000', '110533.638000', '110533.641000', '110533.643000', '110533.646000', '110533.648000', '110533.651000', '110533.654000', '110533.656000', '110533.659000', '110553.550000', '110553.553000', '110553.556000', '110553.558000', '110553.561000', '110553.564000', '110553.566000', '110553.569000', '110553.571000', '110553.574000', '110553.576000', '110553.579000', '110553.581000', '110553.584000', '110553.587000', '110553.589000', '110553.592000', '110553.595000', '110553.597000', '110553.600000', '110553.602000', '110553.605000', '110553.608000', '110553.610000', '110553.613000', '110553.615000', '110553.618000', '110553.621000', '110553.623000', '110553.626000', '110553.628000', '110553.631000', '110553.633000', '110553.636000', '110553.639000', '110553.641000', '110553.644000', '110553.647000', '110553.649000', '110553.652000', '110553.655000', '110553.657000', '110553.660000', '110613.550000', '110613.553000', '110613.556000', '110613.558000', '110613.561000', '110613.564000', '110613.566000', '110613.569000', '110613.571000', '110613.574000', '110613.576000', '110613.579000', '110613.581000', '110613.584000', '110613.587000', '110613.589000', '110613.592000', '110613.594000', '110613.597000', '110613.599000', '110613.602000', '110613.604000', '110613.607000', '110613.610000', '110613.612000', '110613.615000', '110613.617000', '110613.620000', '110613.622000', '110613.625000', '110613.627000', '110613.630000', '110613.633000', '110613.635000', '110613.638000', '110613.640000', '110613.643000', '110613.646000', '110613.648000', '110613.651000', '110613.653000', '110613.656000', '110613.658000', '110613.661000', '110633.550000', '110633.553000', '110633.556000', '110633.559000', '110633.561000', '110633.564000', '110633.566000', '110633.569000', '110633.571000', '110633.574000', '110633.577000', '110633.579000', '110633.582000', '110633.584000', '110633.587000', '110633.589000', '110633.593000', '110633.596000', '110633.598000', '110633.601000', '110633.603000', '110633.606000', '110633.609000', '110633.611000', '110633.614000', '110633.616000', '110633.619000', '110633.621000', '110633.624000', '110633.626000', '110633.629000', '110633.632000', '110633.634000', '110633.637000', '110633.639000', '110633.642000', '110633.645000', '110633.648000', '110633.650000', '110633.653000', '110633.655000', '110633.658000', '110633.660000', '110653.550000', '110653.553000', '110653.564000', '110653.566000', '110653.569000', '110653.610000', '110653.613000', '110653.616000', '110653.618000', '110653.621000', '110653.623000', '110653.626000', '110653.629000', '110653.631000', '110653.634000', '110653.636000', '110653.639000', '110653.641000', '110653.644000', '110653.647000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.662000', '110653.665000', '110653.667000', '110653.670000', '110653.672000', '110653.675000', '110653.678000', '110653.680000', '110653.683000', '110653.686000', '110653.688000', '110653.691000', '110653.693000', '110653.696000', '110653.698000', '110653.701000', '110653.704000', '110653.706000', '110653.709000', '110713.552000', '110713.554000', '110713.557000', '110713.560000', '110713.562000', '110713.565000', '110713.567000', '110713.570000', '110713.572000', '110713.575000', '110713.578000', '110713.580000', '110713.583000', '110713.585000', '110713.588000', '110713.591000', '110713.593000', '110713.596000', '110713.598000', '110713.601000', '110713.604000', '110713.606000', '110713.609000', '110713.611000', '110713.614000', '110713.616000', '110713.619000', '110713.622000', '110713.625000', '110713.628000', '110713.630000', '110713.633000', '110713.636000', '110713.638000', '110713.641000', '110713.643000', '110713.646000', '110713.648000', '110713.651000', '110713.653000', '110713.656000', '110713.659000', '110713.661000', '110733.550000', '110733.553000', '110733.556000', '110733.558000', '110733.561000', '110733.564000', '110733.566000', '110733.569000', '110733.571000', '110733.574000', '110733.576000', '110733.579000', '110733.581000', '110733.584000', '110733.587000', '110733.589000', '110733.592000', '110733.595000', '110733.597000', '110733.600000', '110733.602000', '110733.605000', '110733.607000', '110733.610000', '110733.612000', '110733.615000', '110733.618000', '110733.620000', '110733.623000', '110733.626000', '110733.628000', '110733.631000', '110733.633000', '110733.636000', '110733.638000', '110733.641000', '110733.644000', '110733.646000', '110733.649000', '110733.651000', '110733.654000', '110733.656000', '110733.659000', '110733.661000', '110753.551000', '110753.553000', '110753.556000', '110753.559000', '110753.561000', '110753.564000', '110753.566000', '110753.569000', '110753.572000', '110753.574000', '110753.577000', '110753.579000', '110753.582000', '110753.585000', '110753.587000', '110753.590000', '110753.593000', '110753.595000', '110753.598000', '110753.600000', '110753.603000', '110753.605000', '110753.608000', '110753.611000', '110753.613000', '110753.616000', '110753.618000', '110753.621000', '110753.623000', '110753.626000', '110753.629000', '110753.632000', '110753.635000', '110753.637000', '110753.640000', '110753.643000', '110753.645000', '110753.648000', '110753.650000', '110753.653000', '110753.655000', '110753.658000', '110753.660000', '110813.550000', '110813.553000', '110813.556000', '110813.559000', '110813.561000', '110813.564000', '110813.566000', '110813.569000', '110813.571000', '110813.574000', '110813.576000', '110813.579000', '110813.582000', '110813.584000', '110813.587000', '110813.589000', '110813.592000', '110813.595000', '110813.597000', '110813.600000', '110813.602000', '110813.605000', '110813.608000', '110813.610000', '110813.613000', '110813.615000', '110813.618000', '110813.621000', '110813.623000', '110813.626000', '110813.635000', '110813.638000', '110813.640000', '110813.643000', '110813.646000', '110813.648000', '110813.651000', '110813.653000', '110813.656000', '110813.658000', '110813.661000', '110813.664000', '110813.666000', '110813.669000', '110833.551000', '110833.554000', '110833.556000', '110833.559000', '110833.561000', '110833.564000', '110833.567000', '110833.569000', '110833.572000', '110833.574000', '110833.577000', '110833.579000', '110833.582000', '110833.584000', '110833.587000', '110833.590000', '110833.593000', '110833.595000', '110833.598000', '110833.600000', '110833.603000', '110833.605000', '110833.608000', '110833.610000', '110833.613000', '110833.616000', '110833.618000', '110833.621000', '110833.623000', '110833.626000', '110833.629000', '110833.631000', '110833.634000', '110833.636000', '110833.639000', '110833.641000', '110833.644000', '110833.646000', '110833.649000', '110833.652000', '110833.654000', '110833.657000', '110833.660000', '110853.552000', '110853.555000', '110853.558000', '110853.560000', '110853.563000', '110853.565000', '110853.568000', '110853.570000', '110853.573000', '110853.576000', '110853.578000', '110853.581000', '110853.583000', '110853.586000', '110853.588000', '110853.591000', '110853.594000', '110853.596000', '110853.599000', '110853.602000', '110853.604000', '110853.607000', '110853.609000', '110853.612000', '110853.614000', '110853.617000', '110853.620000', '110853.622000', '110853.625000', '110853.627000', '110853.630000', '110853.633000', '110853.635000', '110853.638000', '110853.640000', '110853.643000', '110853.645000', '110853.648000', '110853.650000', '110853.653000', '110853.656000', '110853.658000', '110853.661000', '110853.663000', '110913.551000', '110913.554000', '110913.557000', '110913.559000', '110913.562000', '110913.565000', '110913.567000', '110913.570000', '110913.572000', '110913.575000', '110913.578000', '110913.580000', '110913.583000', '110913.585000', '110913.588000', '110913.591000', '110913.593000', '110913.596000', '110913.598000', '110913.601000', '110913.603000', '110913.606000', '110913.609000', '110913.611000', '110913.614000', '110913.616000', '110913.619000', '110913.621000', '110913.624000', '110913.627000', '110913.629000', '110913.632000', '110913.634000', '110913.637000', '110913.640000', '110913.642000', '110913.645000', '110913.647000', '110913.650000', '110913.652000', '110913.655000', '110913.658000', '110913.660000', '110933.551000', '110933.554000', '110933.557000', '110933.559000', '110933.562000', '110933.565000', '110933.567000', '110933.570000', '110933.572000', '110933.575000', '110933.577000', '110933.580000', '110933.583000', '110933.585000', '110933.588000', '110933.590000', '110933.593000', '110933.596000', '110933.598000', '110933.601000', '110933.603000', '110933.606000', '110933.608000', '110933.611000', '110933.614000', '110933.616000', '110933.619000', '110933.621000', '110933.624000', '110933.626000', '110933.629000', '110933.632000', '110933.634000', '110933.637000', '110933.639000', '110933.642000', '110933.645000', '110933.647000', '110933.650000', '110933.652000', '110933.667000', '110933.670000', '110933.672000', '110933.675000', '110953.550000', '110953.553000', '110953.556000', '110953.559000', '110953.561000', '110953.564000', '110953.566000', '110953.569000', '110953.571000', '110953.574000', '110953.577000', '110953.579000', '110953.582000', '110953.584000', '110953.587000', '110953.590000', '110953.592000', '110953.595000', '110953.597000', '110953.600000', '110953.602000', '110953.605000', '110953.607000', '110953.610000', '110953.613000', '110953.615000', '110953.618000', '110953.620000', '110953.623000', '110953.625000', '110953.628000', '110953.631000', '110953.633000', '110953.644000', '110953.647000', '110953.650000', '110953.653000', '110953.655000', '110953.658000', '110953.661000', '110953.663000', '110953.666000', '110953.668000', '111013.551000', '111013.553000', '111013.556000', '111013.559000', '111013.561000', '111013.564000', '111013.566000', '111013.569000', '111013.571000', '111013.574000', '111013.576000', '111013.579000', '111013.582000', '111013.584000', '111013.587000', '111013.590000', '111013.592000', '111013.595000', '111013.597000', '111013.600000', '111013.602000', '111013.605000', '111013.607000', '111013.610000', '111013.613000', '111013.615000', '111013.618000', '111013.620000', '111013.623000', '111013.626000', '111013.628000', '111013.631000', '111013.633000', '111013.636000', '111013.638000', '111013.641000', '111013.643000', '111013.646000', '111013.649000', '111013.651000', '111013.654000', '111013.656000', '111013.659000', '111013.661000', '111033.551000', '111033.553000', '111033.556000', '111033.559000', '111033.561000', '111033.564000', '111033.566000', '111033.569000', '111033.572000', '111033.574000', '111033.577000', '111033.579000', '111033.582000', '111033.584000', '111033.587000', '111033.590000', '111033.592000', '111033.595000', '111033.597000', '111033.600000', '111033.603000', '111033.605000', '111033.608000', '111033.610000', '111033.613000', '111033.616000', '111033.618000', '111033.621000', '111033.623000', '111033.626000', '111033.629000', '111033.631000', '111033.634000', '111033.636000', '111033.639000', '111033.641000', '111033.644000', '111033.647000', '111033.649000', '111033.652000', '111033.654000', '111033.657000', '111033.659000', '111053.550000', '111053.553000', '111053.556000', '111053.559000', '111053.561000', '111053.564000', '111053.567000', '111053.569000', '111053.572000', '111053.574000', '111053.577000', '111053.580000', '111053.582000', '111053.585000', '111053.587000', '111053.590000', '111053.593000', '111053.595000', '111053.603000', '111053.606000', '111053.609000', '111053.611000', '111053.614000', '111053.616000', '111053.619000', '111053.622000', '111053.624000', '111053.627000', '111053.629000', '111053.632000', '111053.634000', '111053.637000', '111053.640000', '111053.642000', '111053.645000', '111053.647000', '111053.650000', '111053.659000', '111053.662000', '111053.664000', '111053.667000', '111053.669000', '111053.672000', '111053.675000', '111113.551000', '111113.553000', '111113.556000', '111113.559000', '111113.561000', '111113.564000', '111113.566000', '111113.569000', '111113.571000', '111113.574000', '111113.577000', '111113.579000', '111113.582000', '111113.584000', '111113.587000', '111113.589000', '111113.592000', '111113.595000', '111113.597000', '111113.600000', '111113.602000', '111113.605000', '111113.607000', '111113.610000', '111113.613000', '111113.615000', '111113.618000', '111113.620000', '111113.623000', '111113.625000', '111113.628000', '111113.631000', '111113.633000', '111113.636000', '111113.638000', '111113.641000', '111113.644000', '111113.646000', '111113.649000', '111113.651000', '111113.654000', '111113.656000', '111113.659000', '111133.551000', '111133.554000', '111133.557000', '111133.559000', '111133.562000', '111133.565000', '111133.567000', '111133.570000', '111133.573000', '111133.575000', '111133.578000', '111133.580000', '111133.583000', '111133.586000', '111133.588000', '111133.591000', '111133.594000', '111133.596000', '111133.599000', '111133.601000', '111133.604000', '111133.606000', '111133.609000', '111133.612000', '111133.614000', '111133.617000', '111133.619000', '111133.622000', '111133.624000', '111133.627000', '111133.630000', '111133.632000', '111133.635000', '111133.637000', '111133.640000', '111133.643000', '111133.645000', '111133.648000', '111133.650000', '111133.653000', '111133.655000', '111133.658000', '111133.660000', '111133.663000', '111153.551000', '111153.554000', '111153.557000', '111153.560000', '111153.562000', '111153.565000', '111153.567000', '111153.570000', '111153.573000', '111153.575000', '111153.578000', '111153.580000', '111153.583000', '111153.585000', '111153.588000', '111153.591000', '111153.593000', '111153.596000', '111153.598000', '111153.601000', '111153.603000', '111153.606000', '111153.609000', '111153.611000', '111153.614000', '111153.616000', '111153.619000', '111153.622000', '111153.624000', '111153.627000', '111153.629000', '111153.632000', '111153.634000', '111153.637000', '111153.640000', '111153.642000', '111153.645000', '111153.647000', '111153.650000', '111153.652000', '111153.655000', '111153.658000', '111153.660000', '111213.551000', '111213.553000', '111213.556000', '111213.558000', '111213.561000', '111213.564000', '111213.566000', '111213.569000', '111213.572000', '111213.574000', '111213.577000', '111213.579000', '111213.582000', '111213.584000', '111213.587000', '111213.590000', '111213.592000', '111213.595000', '111213.597000', '111213.600000', '111213.602000', '111213.605000', '111213.608000', '111213.610000', '111213.613000', '111213.615000', '111213.618000', '111213.620000', '111213.623000', '111213.625000', '111213.628000', '111213.631000', '111213.633000', '111213.657000', '111213.659000', '111213.662000', '111213.665000', '111213.667000', '111213.670000', '111213.679000', '111213.681000', '111213.684000', '111213.687000', '111213.689000', '111233.551000', '111233.554000', '111233.556000', '111233.559000', '111233.562000', '111233.564000', '111233.567000', '111233.569000', '111233.572000', '111233.575000', '111233.577000', '111233.580000', '111233.582000', '111233.585000', '111233.588000', '111233.591000', '111233.593000', '111233.596000', '111233.598000', '111233.601000', '111233.604000', '111233.606000', '111233.609000', '111233.611000', '111233.614000', '111233.617000', '111233.619000', '111233.622000', '111233.624000', '111233.627000', '111233.630000', '111233.632000', '111233.635000', '111233.638000', '111233.640000', '111233.643000', '111233.645000', '111233.648000', '111233.651000', '111233.654000', '111233.656000', '111233.659000', '111233.661000', '111237.837000', '111237.840000', '111237.842000', '111237.845000', '111237.848000', '111237.851000', '111237.854000', '111237.857000', '111237.860000', '111237.862000'], 'InstanceCreationTime': ['110253.580000', '110253.583000', '110253.585000', '110253.588000', '110253.591000', '110253.593000', '110253.596000', '110253.598000', '110253.601000', '110253.603000', '110253.606000', '110253.608000', '110253.611000', '110253.617000', '110253.620000', '110253.622000', '110253.625000', '110253.627000', '110253.630000', '110253.632000', '110253.635000', '110253.638000', '110253.640000', '110253.643000', '110253.647000', '110253.649000', '110253.652000', '110313.550000', '110313.553000', '110313.556000', '110313.558000', '110313.561000', '110313.563000', '110313.566000', '110313.568000', '110313.571000', '110313.573000', '110313.576000', '110313.578000', '110313.581000', '110313.583000', '110313.586000', '110313.589000', '110313.591000', '110313.594000', '110313.596000', '110313.599000', '110313.601000', '110313.604000', '110313.606000', '110313.609000', '110313.611000', '110313.614000', '110313.616000', '110313.619000', '110313.622000', '110313.624000', '110313.627000', '110313.629000', '110313.632000', '110313.638000', '110313.641000', '110313.643000', '110313.646000', '110313.648000', '110313.651000', '110313.653000', '110313.656000', '110313.658000', '110313.661000', '110313.664000', '110333.551000', '110333.553000', '110333.556000', '110333.559000', '110333.561000', '110333.564000', '110333.566000', '110333.569000', '110333.571000', '110333.574000', '110333.577000', '110333.579000', '110333.582000', '110333.585000', '110333.587000', '110333.590000', '110333.592000', '110333.595000', '110333.598000', '110333.600000', '110333.603000', '110333.605000', '110333.608000', '110333.610000', '110333.613000', '110333.615000', '110333.618000', '110333.637000', '110333.640000', '110333.642000', '110333.650000', '110333.653000', '110333.656000', '110333.658000', '110333.661000', '110333.663000', '110333.666000', '110333.668000', '110333.671000', '110333.674000', '110333.677000', '110333.679000', '110333.682000', '110353.551000', '110353.553000', '110353.556000', '110353.559000', '110353.561000', '110353.564000', '110353.566000', '110353.569000', '110353.572000', '110353.575000', '110353.577000', '110353.580000', '110353.582000', '110353.585000', '110353.587000', '110353.590000', '110353.593000', '110353.595000', '110353.598000', '110353.600000', '110353.603000', '110353.605000', '110353.608000', '110353.610000', '110353.613000', '110353.615000', '110353.618000', '110353.621000', '110353.623000', '110353.626000', '110353.629000', '110353.631000', '110353.634000', '110353.636000', '110353.639000', '110353.641000', '110353.644000', '110353.646000', '110353.649000', '110353.651000', '110353.654000', '110353.657000', '110353.659000', '110353.662000', '110413.550000', '110413.553000', '110413.556000', '110413.558000', '110413.561000', '110413.564000', '110413.566000', '110413.569000', '110413.571000', '110413.574000', '110413.576000', '110413.579000', '110413.581000', '110413.584000', '110413.587000', '110413.589000', '110413.592000', '110413.594000', '110413.597000', '110413.599000', '110413.602000', '110413.605000', '110413.607000', '110413.610000', '110413.612000', '110413.615000', '110413.617000', '110413.620000', '110413.622000', '110413.625000', '110413.628000', '110413.630000', '110413.633000', '110413.635000', '110413.638000', '110413.640000', '110413.643000', '110413.645000', '110413.648000', '110413.650000', '110413.653000', '110413.656000', '110413.658000', '110433.551000', '110433.553000', '110433.556000', '110433.558000', '110433.561000', '110433.564000', '110433.566000', '110433.569000', '110433.571000', '110433.574000', '110433.576000', '110433.579000', '110433.581000', '110433.584000', '110433.587000', '110433.589000', '110433.592000', '110433.594000', '110433.597000', '110433.600000', '110433.602000', '110433.605000', '110433.607000', '110433.610000', '110433.612000', '110433.615000', '110433.618000', '110433.620000', '110433.623000', '110433.625000', '110433.628000', '110433.630000', '110433.633000', '110433.635000', '110433.638000', '110433.640000', '110433.643000', '110433.646000', '110433.648000', '110433.651000', '110433.653000', '110433.656000', '110433.658000', '110433.661000', '110453.552000', '110453.554000', '110453.557000', '110453.560000', '110453.562000', '110453.565000', '110453.567000', '110453.570000', '110453.573000', '110453.575000', '110453.578000', '110453.580000', '110453.583000', '110453.585000', '110453.588000', '110453.591000', '110453.593000', '110453.596000', '110453.598000', '110453.601000', '110453.603000', '110453.606000', '110453.609000', '110453.611000', '110453.614000', '110453.617000', '110453.619000', '110453.622000', '110453.624000', '110453.627000', '110453.629000', '110453.632000', '110453.635000', '110453.637000', '110453.640000', '110453.642000', '110453.645000', '110453.648000', '110453.650000', '110453.653000', '110453.655000', '110453.658000', '110453.660000', '110513.550000', '110513.554000', '110513.557000', '110513.560000', '110513.562000', '110513.565000', '110513.567000', '110513.570000', '110513.573000', '110513.575000', '110513.578000', '110513.581000', '110513.583000', '110513.586000', '110513.588000', '110513.591000', '110513.594000', '110513.596000', '110513.599000', '110513.601000', '110513.604000', '110513.607000', '110513.609000', '110513.622000', '110513.625000', '110513.627000', '110513.630000', '110513.633000', '110513.635000', '110513.638000', '110513.640000', '110513.643000', '110513.645000', '110513.648000', '110513.651000', '110513.653000', '110513.656000', '110513.658000', '110513.661000', '110513.663000', '110513.666000', '110513.669000', '110513.671000', '110513.674000', '110533.550000', '110533.553000', '110533.556000', '110533.559000', '110533.561000', '110533.564000', '110533.566000', '110533.569000', '110533.572000', '110533.574000', '110533.577000', '110533.579000', '110533.582000', '110533.584000', '110533.587000', '110533.590000', '110533.592000', '110533.595000', '110533.597000', '110533.600000', '110533.602000', '110533.605000', '110533.607000', '110533.610000', '110533.612000', '110533.615000', '110533.618000', '110533.620000', '110533.623000', '110533.625000', '110533.628000', '110533.630000', '110533.633000', '110533.636000', '110533.638000', '110533.641000', '110533.643000', '110533.646000', '110533.648000', '110533.651000', '110533.654000', '110533.656000', '110533.659000', '110553.550000', '110553.553000', '110553.556000', '110553.558000', '110553.561000', '110553.564000', '110553.566000', '110553.569000', '110553.571000', '110553.574000', '110553.576000', '110553.579000', '110553.581000', '110553.584000', '110553.587000', '110553.589000', '110553.592000', '110553.595000', '110553.597000', '110553.600000', '110553.602000', '110553.605000', '110553.608000', '110553.610000', '110553.613000', '110553.615000', '110553.618000', '110553.621000', '110553.623000', '110553.626000', '110553.628000', '110553.631000', '110553.633000', '110553.636000', '110553.639000', '110553.641000', '110553.644000', '110553.647000', '110553.649000', '110553.652000', '110553.655000', '110553.657000', '110553.660000', '110613.550000', '110613.553000', '110613.556000', '110613.558000', '110613.561000', '110613.564000', '110613.566000', '110613.569000', '110613.571000', '110613.574000', '110613.576000', '110613.579000', '110613.581000', '110613.584000', '110613.587000', '110613.589000', '110613.592000', '110613.594000', '110613.597000', '110613.599000', '110613.602000', '110613.604000', '110613.607000', '110613.610000', '110613.612000', '110613.615000', '110613.617000', '110613.620000', '110613.622000', '110613.625000', '110613.627000', '110613.630000', '110613.633000', '110613.635000', '110613.638000', '110613.640000', '110613.643000', '110613.646000', '110613.648000', '110613.651000', '110613.653000', '110613.656000', '110613.658000', '110613.661000', '110633.550000', '110633.553000', '110633.556000', '110633.559000', '110633.561000', '110633.564000', '110633.566000', '110633.569000', '110633.571000', '110633.574000', '110633.577000', '110633.579000', '110633.582000', '110633.584000', '110633.587000', '110633.589000', '110633.593000', '110633.596000', '110633.598000', '110633.601000', '110633.603000', '110633.606000', '110633.609000', '110633.611000', '110633.614000', '110633.616000', '110633.619000', '110633.621000', '110633.624000', '110633.626000', '110633.629000', '110633.632000', '110633.634000', '110633.637000', '110633.639000', '110633.642000', '110633.645000', '110633.648000', '110633.650000', '110633.653000', '110633.655000', '110633.658000', '110633.660000', '110653.550000', '110653.553000', '110653.564000', '110653.566000', '110653.569000', '110653.610000', '110653.613000', '110653.616000', '110653.618000', '110653.621000', '110653.623000', '110653.626000', '110653.629000', '110653.631000', '110653.634000', '110653.636000', '110653.639000', '110653.641000', '110653.644000', '110653.647000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.662000', '110653.665000', '110653.667000', '110653.670000', '110653.672000', '110653.675000', '110653.678000', '110653.680000', '110653.683000', '110653.686000', '110653.688000', '110653.691000', '110653.693000', '110653.696000', '110653.698000', '110653.701000', '110653.704000', '110653.706000', '110653.709000', '110713.552000', '110713.554000', '110713.557000', '110713.560000', '110713.562000', '110713.565000', '110713.567000', '110713.570000', '110713.572000', '110713.575000', '110713.578000', '110713.580000', '110713.583000', '110713.585000', '110713.588000', '110713.591000', '110713.593000', '110713.596000', '110713.598000', '110713.601000', '110713.604000', '110713.606000', '110713.609000', '110713.611000', '110713.614000', '110713.616000', '110713.619000', '110713.622000', '110713.625000', '110713.628000', '110713.630000', '110713.633000', '110713.636000', '110713.638000', '110713.641000', '110713.643000', '110713.646000', '110713.648000', '110713.651000', '110713.653000', '110713.656000', '110713.659000', '110713.661000', '110733.550000', '110733.553000', '110733.556000', '110733.558000', '110733.561000', '110733.564000', '110733.566000', '110733.569000', '110733.571000', '110733.574000', '110733.576000', '110733.579000', '110733.581000', '110733.584000', '110733.587000', '110733.589000', '110733.592000', '110733.595000', '110733.597000', '110733.600000', '110733.602000', '110733.605000', '110733.607000', '110733.610000', '110733.612000', '110733.615000', '110733.618000', '110733.620000', '110733.623000', '110733.626000', '110733.628000', '110733.631000', '110733.633000', '110733.636000', '110733.638000', '110733.641000', '110733.644000', '110733.646000', '110733.649000', '110733.651000', '110733.654000', '110733.656000', '110733.659000', '110733.661000', '110753.551000', '110753.553000', '110753.556000', '110753.559000', '110753.561000', '110753.564000', '110753.566000', '110753.569000', '110753.572000', '110753.574000', '110753.577000', '110753.579000', '110753.582000', '110753.585000', '110753.587000', '110753.590000', '110753.593000', '110753.595000', '110753.598000', '110753.600000', '110753.603000', '110753.605000', '110753.608000', '110753.611000', '110753.613000', '110753.616000', '110753.618000', '110753.621000', '110753.623000', '110753.626000', '110753.629000', '110753.632000', '110753.635000', '110753.637000', '110753.640000', '110753.643000', '110753.645000', '110753.648000', '110753.650000', '110753.653000', '110753.655000', '110753.658000', '110753.660000', '110813.550000', '110813.553000', '110813.556000', '110813.559000', '110813.561000', '110813.564000', '110813.566000', '110813.569000', '110813.571000', '110813.574000', '110813.576000', '110813.579000', '110813.582000', '110813.584000', '110813.587000', '110813.589000', '110813.592000', '110813.595000', '110813.597000', '110813.600000', '110813.602000', '110813.605000', '110813.608000', '110813.610000', '110813.613000', '110813.615000', '110813.618000', '110813.621000', '110813.623000', '110813.626000', '110813.635000', '110813.638000', '110813.640000', '110813.643000', '110813.646000', '110813.648000', '110813.651000', '110813.653000', '110813.656000', '110813.658000', '110813.661000', '110813.664000', '110813.666000', '110813.669000', '110833.551000', '110833.554000', '110833.556000', '110833.559000', '110833.561000', '110833.564000', '110833.567000', '110833.569000', '110833.572000', '110833.574000', '110833.577000', '110833.579000', '110833.582000', '110833.584000', '110833.587000', '110833.590000', '110833.593000', '110833.595000', '110833.598000', '110833.600000', '110833.603000', '110833.605000', '110833.608000', '110833.610000', '110833.613000', '110833.616000', '110833.618000', '110833.621000', '110833.623000', '110833.626000', '110833.629000', '110833.631000', '110833.634000', '110833.636000', '110833.639000', '110833.641000', '110833.644000', '110833.646000', '110833.649000', '110833.652000', '110833.654000', '110833.657000', '110833.660000', '110853.552000', '110853.555000', '110853.558000', '110853.560000', '110853.563000', '110853.565000', '110853.568000', '110853.570000', '110853.573000', '110853.576000', '110853.578000', '110853.581000', '110853.583000', '110853.586000', '110853.588000', '110853.591000', '110853.594000', '110853.596000', '110853.599000', '110853.602000', '110853.604000', '110853.607000', '110853.609000', '110853.612000', '110853.614000', '110853.617000', '110853.620000', '110853.622000', '110853.625000', '110853.627000', '110853.630000', '110853.633000', '110853.635000', '110853.638000', '110853.640000', '110853.643000', '110853.645000', '110853.648000', '110853.650000', '110853.653000', '110853.656000', '110853.658000', '110853.661000', '110853.663000', '110913.551000', '110913.554000', '110913.557000', '110913.559000', '110913.562000', '110913.565000', '110913.567000', '110913.570000', '110913.572000', '110913.575000', '110913.578000', '110913.580000', '110913.583000', '110913.585000', '110913.588000', '110913.591000', '110913.593000', '110913.596000', '110913.598000', '110913.601000', '110913.603000', '110913.606000', '110913.609000', '110913.611000', '110913.614000', '110913.616000', '110913.619000', '110913.621000', '110913.624000', '110913.627000', '110913.629000', '110913.632000', '110913.634000', '110913.637000', '110913.640000', '110913.642000', '110913.645000', '110913.647000', '110913.650000', '110913.652000', '110913.655000', '110913.658000', '110913.660000', '110933.551000', '110933.554000', '110933.557000', '110933.559000', '110933.562000', '110933.565000', '110933.567000', '110933.570000', '110933.572000', '110933.575000', '110933.577000', '110933.580000', '110933.583000', '110933.585000', '110933.588000', '110933.590000', '110933.593000', '110933.596000', '110933.598000', '110933.601000', '110933.603000', '110933.606000', '110933.608000', '110933.611000', '110933.614000', '110933.616000', '110933.619000', '110933.621000', '110933.624000', '110933.626000', '110933.629000', '110933.632000', '110933.634000', '110933.637000', '110933.639000', '110933.642000', '110933.645000', '110933.647000', '110933.650000', '110933.652000', '110933.667000', '110933.670000', '110933.672000', '110933.675000', '110953.550000', '110953.553000', '110953.556000', '110953.559000', '110953.561000', '110953.564000', '110953.566000', '110953.569000', '110953.571000', '110953.574000', '110953.577000', '110953.579000', '110953.582000', '110953.584000', '110953.587000', '110953.590000', '110953.592000', '110953.595000', '110953.597000', '110953.600000', '110953.602000', '110953.605000', '110953.607000', '110953.610000', '110953.613000', '110953.615000', '110953.618000', '110953.620000', '110953.623000', '110953.625000', '110953.628000', '110953.631000', '110953.633000', '110953.644000', '110953.647000', '110953.650000', '110953.653000', '110953.655000', '110953.658000', '110953.661000', '110953.663000', '110953.666000', '110953.668000', '111013.551000', '111013.553000', '111013.556000', '111013.559000', '111013.561000', '111013.564000', '111013.566000', '111013.569000', '111013.571000', '111013.574000', '111013.576000', '111013.579000', '111013.582000', '111013.584000', '111013.587000', '111013.590000', '111013.592000', '111013.595000', '111013.597000', '111013.600000', '111013.602000', '111013.605000', '111013.607000', '111013.610000', '111013.613000', '111013.615000', '111013.618000', '111013.620000', '111013.623000', '111013.626000', '111013.628000', '111013.631000', '111013.633000', '111013.636000', '111013.638000', '111013.641000', '111013.643000', '111013.646000', '111013.649000', '111013.651000', '111013.654000', '111013.656000', '111013.659000', '111013.661000', '111033.551000', '111033.553000', '111033.556000', '111033.559000', '111033.561000', '111033.564000', '111033.566000', '111033.569000', '111033.572000', '111033.574000', '111033.577000', '111033.579000', '111033.582000', '111033.584000', '111033.587000', '111033.590000', '111033.592000', '111033.595000', '111033.597000', '111033.600000', '111033.603000', '111033.605000', '111033.608000', '111033.610000', '111033.613000', '111033.616000', '111033.618000', '111033.621000', '111033.623000', '111033.626000', '111033.629000', '111033.631000', '111033.634000', '111033.636000', '111033.639000', '111033.641000', '111033.644000', '111033.647000', '111033.649000', '111033.652000', '111033.654000', '111033.657000', '111033.659000', '111053.550000', '111053.553000', '111053.556000', '111053.559000', '111053.561000', '111053.564000', '111053.567000', '111053.569000', '111053.572000', '111053.574000', '111053.577000', '111053.580000', '111053.582000', '111053.585000', '111053.587000', '111053.590000', '111053.593000', '111053.595000', '111053.603000', '111053.606000', '111053.609000', '111053.611000', '111053.614000', '111053.616000', '111053.619000', '111053.622000', '111053.624000', '111053.627000', '111053.629000', '111053.632000', '111053.634000', '111053.637000', '111053.640000', '111053.642000', '111053.645000', '111053.647000', '111053.650000', '111053.659000', '111053.662000', '111053.664000', '111053.667000', '111053.669000', '111053.672000', '111053.675000', '111113.551000', '111113.553000', '111113.556000', '111113.559000', '111113.561000', '111113.564000', '111113.566000', '111113.569000', '111113.571000', '111113.574000', '111113.577000', '111113.579000', '111113.582000', '111113.584000', '111113.587000', '111113.589000', '111113.592000', '111113.595000', '111113.597000', '111113.600000', '111113.602000', '111113.605000', '111113.607000', '111113.610000', '111113.613000', '111113.615000', '111113.618000', '111113.620000', '111113.623000', '111113.625000', '111113.628000', '111113.631000', '111113.633000', '111113.636000', '111113.638000', '111113.641000', '111113.644000', '111113.646000', '111113.649000', '111113.651000', '111113.654000', '111113.656000', '111113.659000', '111133.551000', '111133.554000', '111133.557000', '111133.559000', '111133.562000', '111133.565000', '111133.567000', '111133.570000', '111133.573000', '111133.575000', '111133.578000', '111133.580000', '111133.583000', '111133.586000', '111133.588000', '111133.591000', '111133.594000', '111133.596000', '111133.599000', '111133.601000', '111133.604000', '111133.606000', '111133.609000', '111133.612000', '111133.614000', '111133.617000', '111133.619000', '111133.622000', '111133.624000', '111133.627000', '111133.630000', '111133.632000', '111133.635000', '111133.637000', '111133.640000', '111133.643000', '111133.645000', '111133.648000', '111133.650000', '111133.653000', '111133.655000', '111133.658000', '111133.660000', '111133.663000', '111153.551000', '111153.554000', '111153.557000', '111153.560000', '111153.562000', '111153.565000', '111153.567000', '111153.570000', '111153.573000', '111153.575000', '111153.578000', '111153.580000', '111153.583000', '111153.585000', '111153.588000', '111153.591000', '111153.593000', '111153.596000', '111153.598000', '111153.601000', '111153.603000', '111153.606000', '111153.609000', '111153.611000', '111153.614000', '111153.616000', '111153.619000', '111153.622000', '111153.624000', '111153.627000', '111153.629000', '111153.632000', '111153.634000', '111153.637000', '111153.640000', '111153.642000', '111153.645000', '111153.647000', '111153.650000', '111153.652000', '111153.655000', '111153.658000', '111153.660000', '111213.551000', '111213.553000', '111213.556000', '111213.558000', '111213.561000', '111213.564000', '111213.566000', '111213.569000', '111213.572000', '111213.574000', '111213.577000', '111213.579000', '111213.582000', '111213.584000', '111213.587000', '111213.590000', '111213.592000', '111213.595000', '111213.597000', '111213.600000', '111213.602000', '111213.605000', '111213.608000', '111213.610000', '111213.613000', '111213.615000', '111213.618000', '111213.620000', '111213.623000', '111213.625000', '111213.628000', '111213.631000', '111213.633000', '111213.657000', '111213.659000', '111213.662000', '111213.665000', '111213.667000', '111213.670000', '111213.679000', '111213.681000', '111213.684000', '111213.687000', '111213.689000', '111233.551000', '111233.554000', '111233.556000', '111233.559000', '111233.562000', '111233.564000', '111233.567000', '111233.569000', '111233.572000', '111233.575000', '111233.577000', '111233.580000', '111233.582000', '111233.585000', '111233.588000', '111233.591000', '111233.593000', '111233.596000', '111233.598000', '111233.601000', '111233.604000', '111233.606000', '111233.609000', '111233.611000', '111233.614000', '111233.617000', '111233.619000', '111233.622000', '111233.624000', '111233.627000', '111233.630000', '111233.632000', '111233.635000', '111233.638000', '111233.640000', '111233.643000', '111233.645000', '111233.648000', '111233.651000', '111233.654000', '111233.656000', '111233.659000', '111233.661000', '111237.837000', '111237.840000', '111237.842000', '111237.845000', '111237.848000', '111237.851000', '111237.854000', '111237.857000', '111237.860000', '111237.862000'], '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], 'LargestImagePixelValue': [6821, 6958, 6478, 6764, 8626, 6633, 7804, 6599, 7570, 6640, 6617, 6497, 6542, 7214, 6483, 7600, 6667, 6976, 6638, 6949, 6954, 6859, 6605, 6412, 8135, 6831, 7758, 6663, 7260, 6563, 7159, 6294, 6392, 8147, 6679, 7191, 6524, 6455, 6650, 6886, 6574, 6430, 6974, 6360, 8030, 6561, 6885, 6735, 7521, 6395, 6833, 8076, 6393, 8241, 6444, 7486, 6596, 7232, 6567, 6501, 8256, 6601, 7964, 6499, 7134, 6771, 7199, 6256, 6561, 8994, 6616, 8023, 6382, 6898, 6544, 6406, 6422, 6765, 8338, 6510, 7880, 6490, 7071, 6380, 6554, 7036, 6493, 7672, 6683, 7488, 6924, 6836, 6352, 6686, 7850, 6442, 6773, 6566, 6905, 6263, 6709, 6331, 6674, 7512, 6912, 6293, 6121, 6739, 6758, 6964, 7028, 6356, 7044, 8325, 7263, 8700, 6719, 8331, 6997, 7633, 6715, 6717, 8803, 7041, 8160, 6522, 6503, 7014, 6504, 6692, 6591, 6624, 7145, 7541, 6615, 7680, 6901, 6692, 6633, 6573, 6730, 6772, 7886, 6959, 7308, 7217, 6957, 6883, 6495, 7024, 6713, 8187, 6960, 7457, 7237, 7049, 6910, 6438, 7819, 6831, 7268, 6942, 6805, 7208, 6784, 6718, 6766, 6565, 6880, 7322, 7052, 7071, 7179, 6847, 6762, 6829, 6587, 6801, 7439, 6842, 8199, 7009, 7648, 6833, 6905, 6607, 6628, 7086, 6767, 7925, 6780, 7028, 7231, 7371, 6920, 6428, 7542, 6920, 8104, 6736, 7727, 7036, 6957, 7591, 6888, 8587, 6598, 7602, 6958, 6695, 6875, 6380, 6457, 7079, 7702, 6679, 7643, 6334, 6539, 6770, 6746, 6374, 6765, 7052, 6682, 6770, 6643, 6946, 7461, 6736, 9007, 6912, 7299, 9005, 6836, 8290, 6638, 6775, 6971, 6640, 6669, 7159, 7717, 6822, 7494, 6774, 6773, 6934, 7105, 6858, 6682, 7763, 7114, 7743, 6901, 6835, 7008, 6717, 6498, 6782, 8073, 6968, 7475, 7339, 7164, 6812, 6781, 8506, 6707, 7451, 7163, 7165, 6990, 6748, 7120, 6904, 8158, 6703, 7153, 7028, 6966, 6401, 6923, 8594, 6818, 7848, 6678, 6664, 6959, 6683, 6294, 6746, 7630, 7015, 7382, 6911, 6497, 6750, 6463, 6262, 6799, 7832, 6830, 7711, 6808, 7136, 6676, 6488, 8228, 6884, 7975, 6853, 6936, 7036, 6741, 6527, 6517, 8428, 6783, 7445, 6716, 7175, 7311, 6729, 6368, 6639, 8753, 6795, 7594, 7095, 7498, 6880, 6710, 6209, 6831, 8074, 6840, 6862, 6834, 6817, 6572, 6922, 8347, 7033, 8036, 6889, 6503, 6832, 6747, 6340, 6880, 7797, 6912, 7147, 6854, 6495, 6639, 6571, 6166, 7120, 7713, 7024, 7505, 6969, 6580, 6799, 6808, 6665, 6663, 8518, 6805, 7930, 7088, 6994, 7110, 6813, 6746, 6619, 7543, 6855, 7367, 7009, 6729, 7012, 7213, 7062, 6583, 7680, 7009, 7969, 6869, 7509, 6839, 6803, 7622, 6750, 8579, 6800, 7103, 6823, 6906, 6697, 6836, 7185, 7128, 8152, 7069, 7071, 7001, 6741, 6581, 6803, 7544, 7162, 8358, 6951, 7617, 6681, 6442, 6839, 7105, 6897, 6867, 7467, 6828, 8633, 6862, 7702, 6866, 7129, 6819, 7441, 6724, 6621, 7775, 6732, 8226, 6893, 7093, 7179, 7062, 6996, 7134, 6241, 6849, 8558, 7328, 8143, 7244, 6975, 7457, 7073, 6889, 6782, 6967, 7043, 7950, 7088, 7899, 6678, 6890, 6970, 6776, 6957, 6806, 7118, 7213, 7915, 6734, 7676, 6420, 6399, 6937, 6645, 6342, 6602, 8279, 6925, 7845, 7021, 6859, 7038, 6439, 6529, 6646, 7567, 6832, 7138, 7072, 7101, 7167, 6664, 6677, 6969, 7281, 6806, 6561, 7060, 6917, 6397, 6784, 8274, 6790, 7776, 6596, 6338, 6983, 6960, 6175, 6898, 8381, 6734, 7966, 6893, 6351, 6664, 6552, 6215, 6683, 8149, 6660, 7722, 7003, 6652, 7029, 6353, 7250, 6461, 6646, 7026, 6762, 6655, 6540, 6671, 8719, 6510, 7959, 6445, 7750, 7065, 7006, 7159, 6999, 6819, 7938, 6904, 8471, 6834, 8481, 6880, 7907, 6754, 7358, 7089, 6775, 7235, 6769, 6935, 6633, 7016, 6709, 7102, 7569, 7148, 6896, 8373, 6787, 8416, 6907, 7075, 6765, 6559, 7309, 6915, 7675, 6796, 7689, 6931, 6541, 7078, 6766, 6331, 6499, 8335, 6879, 7730, 6942, 7518, 7063, 6535, 6826, 6704, 8197, 6890, 7415, 7022, 6601, 6347, 6632, 7874, 6972, 6827, 6749, 6786, 6766, 6757, 7320, 7064, 7981, 6694, 7294, 7158, 6903, 6843, 6714, 8287, 6888, 7652, 7115, 7279, 7104, 6643, 6951, 6519, 7933, 6646, 6572, 7141, 6703, 6647, 6702, 8278, 6706, 7360, 6971, 6640, 6893, 6651, 6109, 6930, 7456, 6650, 7105, 6802, 6683, 6890, 6703, 6859, 7200, 8010, 7001, 7755, 6866, 7039, 6236, 6462, 7512, 7027, 7517, 6722, 7302, 6908, 6520, 6786, 6927, 6365, 6767, 7935, 6652, 8120, 6697, 7495, 6749, 6988, 7291, 6366, 8232, 6749, 7939, 6830, 7222, 6644, 6575, 7279, 6510, 7694, 6724, 6454, 6723, 7264, 6598, 6535, 6973, 6694, 8100, 6327, 7614, 6673, 6853, 8186, 6702, 8418, 6391, 7144, 6785, 6704, 6363, 6499, 8062, 6699, 7463, 6597, 6725, 6748, 6365, 6298, 6528, 7897, 6197, 7806, 6764, 7105, 7019, 7238, 6708, 6653, 6673, 7042, 7778, 6844, 7726, 7179, 7512, 6861, 6606, 6445, 6654, 7578, 6805, 6480, 6785, 6607, 6814, 6709, 8427, 6908, 7294, 7066, 6812, 6887, 6762, 7476, 6830, 7611, 6466, 6649, 6961, 6782, 6611, 6601, 7497, 6885, 7801, 6891, 7348, 6859, 6474, 6531, 6586, 7797, 6702, 7443, 6794, 6898, 6976, 6418, 6601, 6670, 7978, 6585, 7629, 6918, 7312, 6868, 6569, 6497, 6479, 7831, 6595, 7338, 6931, 6433, 6968, 6588, 6635, 6536, 6447, 6566, 7371, 6864, 7459, 6583, 7036, 6971, 7244, 6929, 6991, 8273, 6525, 8461, 6708, 7546, 6675, 6743, 6690, 6296, 6943, 6535, 7673, 6593, 7478, 6792, 7014, 6704, 6923, 6613, 6607, 6578, 6373, 8535, 6551, 8336, 6481, 7603, 6609, 6457, 6697, 6281, 8051, 6735, 8099, 6233, 7169, 6509, 6519, 6734, 6263, 7321, 6383, 7281, 6698, 6647, 6780, 6610, 6610, 6545, 7124, 6723, 7277, 6888, 7140, 6788, 6621, 6540, 6403, 8367, 6547, 7431, 6755, 6873, 6831, 6578, 8610, 6492, 7614, 6556, 6521, 6735, 6491, 7394, 6607, 7429, 6839, 7152, 6920, 6680, 6350, 6565, 8428, 6616, 7554, 6741, 7121, 7165, 6351, 8200, 6591, 7525, 6740, 6228, 6798, 6701, 6786, 6605, 7595, 6724, 7931, 6798, 7093, 6631, 6446, 6835, 6594, 6996, 6618, 7747, 6575, 7289, 6906, 6775, 6467, 6489, 6570, 6576, 7588, 6630, 7330, 6797, 6938, 6828, 6636, 6301, 6701, 7689, 6575, 7363, 6656, 7258, 6891, 6492, 7506, 6543, 8254, 6563, 6993, 6727, 6612, 6828, 6342, 8228, 7284, 7702, 6346, 7796, 6548, 7634, 6073, 7187, 8742, 6585, 7716, 6676, 7521, 6800, 7166, 8120, 7593, 7387, 7255, 6462, 6621, 7285, 7530, 7459, 7223, 7344, 6393, 7228, 7093, 6251, 7160, 7007, 7293, 6987, 7305, 6527, 7330, 7003, 6169, 7167, 7425, 7481, 7465, 7209, 7488, 7248, 6419, 6925, 6919, 6862, 6981, 8007, 7006, 7503, 6734, 6542, 6426, 6593, 6499, 6488, 7165, 6494, 6544, 6526, 7399, 6784, 7191, 8739, 7166, 8430, 6874, 6852, 8205, 7423, 8182, 7198, 7155, 7170, 6432, 7153, 6915, 6308, 7204, 7970, 7202, 7437, 7132, 6877, 7224, 7215, 6385, 7159, 8046, 7464, 7872, 7501, 7291, 7394, 7263, 6376, 6998, 7788, 7382, 7679, 7429, 7015, 7357, 7000, 6332, 7481, 8110, 7169, 6932, 7118, 7183, 6364, 7366, 7621, 7498, 7941, 7342, 6626, 7228, 6932, 6731, 7224, 6983, 7458, 8032, 7404, 7228, 7227, 7580, 7156, 7102, 7745, 7092, 8230, 7370, 7015, 7298, 7188, 6851, 7227, 7698, 7500, 7666, 7445, 6548, 7047, 7124, 7400, 7264, 7387, 7384, 7268, 6751, 7326, 8183, 7376, 7380, 7427, 7447, 6491, 7214, 7904, 7582, 7235, 7394, 6994, 6779, 7111, 7837, 7434, 7003, 7105, 7254, 6845, 7387, 7808, 7270, 6713, 7207, 7064, 6182, 7231, 7556, 7237, 6983, 7324, 6688, 6791, 7206, 7272, 7272, 7605, 7249, 7607, 7256, 6951, 7293, 7105, 7846, 7046, 7192, 6880, 7080, 7034, 6848, 7734, 7099, 6608, 7427, 6892, 7074, 7234, 7414, 7445, 8150, 7115, 7804, 7420, 6760, 7211, 7167, 7368, 7428, 8203, 7271, 8007, 7393, 6886, 7260, 7032, 6522, 7172, 7525, 7300, 7702, 7414, 6684, 7571, 7283, 6403, 7362, 7730, 7423, 7240, 7396, 6890, 7200, 7025, 6931, 7447, 7785, 7414, 6850, 7282, 7507, 7289, 7358, 7848, 7496, 6413, 7534, 7238, 6589, 7199, 7548, 7432, 7587, 7358, 6488, 6984, 6983, 6912, 7402, 7692, 7479, 7122, 7438, 6605, 6943, 7202, 6651, 7391, 7455, 7662, 7063, 7331, 6529, 7359, 7610, 6533, 7432, 7477, 7548, 7740, 7389, 7286, 7403, 7508, 6888, 7304, 8364, 7474, 8076, 7229, 7021, 7121, 7118, 6628, 7023, 8251, 7516, 7825, 7453, 6610, 7524, 6931, 6619, 7297, 7834, 7424, 6949, 7357, 7394, 6925, 7038, 7216, 7162, 7207, 7321, 6440, 7278, 7499, 6515, 7311, 7437, 7536, 6917, 7404, 6460, 7260, 7243, 6233, 7339, 7863], 'WindowCenter': [3586.0, 3583.0, 3557.0, 3556.0, 3585.0, 3553.0, 3562.0, 3551.0, 3562.0, 3540.0, 3550.0, 3540.0, 3541.0, 3550.0, 3540.0, 3561.0, 3540.0, 3550.0, 3551.0, 3551.0, 3551.0, 3551.0, 3550.0, 3541.0, 3572.0, 3550.0, 3561.0, 3551.0, 3562.0, 3551.0, 3551.0, 3540.0, 3540.0, 3572.0, 3550.0, 3550.0, 3539.0, 3540.0, 3551.0, 3563.0, 3552.0, 3542.0, 3563.0, 3542.0, 3573.0, 3551.0, 3551.0, 3551.0, 3573.0, 3541.0, 3554.0, 3574.0, 3542.0, 3573.0, 3541.0, 3562.0, 3549.0, 3561.0, 3539.0, 3541.0, 3571.0, 3551.0, 3572.0, 3541.0, 3551.0, 3549.0, 3551.0, 3540.0, 3552.0, 3582.0, 3552.0, 3560.0, 3540.0, 3550.0, 3539.0, 3539.0, 3527.0, 3539.0, 3570.0, 3539.0, 3560.0, 3538.0, 3550.0, 3539.0, 3539.0, 3548.0, 3538.0, 3559.0, 3540.0, 3550.0, 3549.0, 3540.0, 3539.0, 3538.0, 3558.0, 3527.0, 3537.0, 3537.0, 3549.0, 3539.0, 3540.0, 3538.0, 3539.0, 3549.0, 3551.0, 3540.0, 3541.0, 3552.0, 3552.0, 3563.0, 3564.0, 3542.0, 3564.0, 3574.0, 3563.0, 3572.0, 3539.0, 3573.0, 3550.0, 3562.0, 3536.0, 3538.0, 3557.0, 3537.0, 3556.0, 3524.0, 3525.0, 3535.0, 3525.0, 3525.0, 3536.0, 3537.0, 3548.0, 3558.0, 3539.0, 3560.0, 3548.0, 3538.0, 3538.0, 3537.0, 3537.0, 3537.0, 3559.0, 3537.0, 3548.0, 3548.0, 3549.0, 3538.0, 3527.0, 3536.0, 3536.0, 3557.0, 3538.0, 3547.0, 3548.0, 3538.0, 3536.0, 3527.0, 3547.0, 3536.0, 3547.0, 3537.0, 3537.0, 3548.0, 3538.0, 3537.0, 3540.0, 3537.0, 3549.0, 3548.0, 3550.0, 3549.0, 3549.0, 3538.0, 3540.0, 3539.0, 3539.0, 3551.0, 3548.0, 3539.0, 3559.0, 3549.0, 3559.0, 3538.0, 3549.0, 3527.0, 3539.0, 3536.0, 3537.0, 3559.0, 3539.0, 3549.0, 3550.0, 3550.0, 3549.0, 3540.0, 3560.0, 3549.0, 3559.0, 3538.0, 3559.0, 3536.0, 3538.0, 3548.0, 3538.0, 3558.0, 3537.0, 3548.0, 3537.0, 3536.0, 3535.0, 3527.0, 3526.0, 3548.0, 3559.0, 3540.0, 3560.0, 3539.0, 3539.0, 3540.0, 3551.0, 3541.0, 3553.0, 3564.0, 3552.0, 3552.0, 3553.0, 3552.0, 3561.0, 3551.0, 3584.0, 3550.0, 3551.0, 3570.0, 3538.0, 3557.0, 3537.0, 3525.0, 3536.0, 3525.0, 3524.0, 3536.0, 3546.0, 3536.0, 3547.0, 3538.0, 3537.0, 3549.0, 3548.0, 3536.0, 3539.0, 3559.0, 3550.0, 3559.0, 3550.0, 3539.0, 3549.0, 3539.0, 3527.0, 3539.0, 3558.0, 3538.0, 3549.0, 3549.0, 3550.0, 3536.0, 3538.0, 3569.0, 3538.0, 3547.0, 3536.0, 3537.0, 3537.0, 3538.0, 3548.0, 3548.0, 3560.0, 3539.0, 3549.0, 3538.0, 3549.0, 3527.0, 3549.0, 3570.0, 3540.0, 3560.0, 3539.0, 3538.0, 3538.0, 3538.0, 3525.0, 3537.0, 3559.0, 3549.0, 3548.0, 3550.0, 3539.0, 3550.0, 3539.0, 3527.0, 3539.0, 3560.0, 3540.0, 3559.0, 3539.0, 3549.0, 3538.0, 3528.0, 3557.0, 3537.0, 3558.0, 3538.0, 3538.0, 3538.0, 3538.0, 3527.0, 3528.0, 3558.0, 3537.0, 3548.0, 3537.0, 3550.0, 3549.0, 3539.0, 3527.0, 3538.0, 3569.0, 3537.0, 3546.0, 3537.0, 3548.0, 3537.0, 3538.0, 3516.0, 3537.0, 3559.0, 3538.0, 3537.0, 3536.0, 3537.0, 3537.0, 3549.0, 3559.0, 3549.0, 3559.0, 3550.0, 3528.0, 3538.0, 3538.0, 3527.0, 3550.0, 3559.0, 3552.0, 3549.0, 3539.0, 3540.0, 3539.0, 3538.0, 3528.0, 3551.0, 3561.0, 3563.0, 3562.0, 3552.0, 3540.0, 3552.0, 3551.0, 3538.0, 3539.0, 3570.0, 3539.0, 3560.0, 3550.0, 3550.0, 3539.0, 3538.0, 3539.0, 3539.0, 3559.0, 3538.0, 3548.0, 3550.0, 3539.0, 3550.0, 3550.0, 3549.0, 3540.0, 3560.0, 3550.0, 3560.0, 3538.0, 3549.0, 3538.0, 3539.0, 3548.0, 3539.0, 3569.0, 3539.0, 3549.0, 3537.0, 3547.0, 3537.0, 3539.0, 3549.0, 3550.0, 3560.0, 3550.0, 3549.0, 3550.0, 3540.0, 3538.0, 3539.0, 3560.0, 3551.0, 3570.0, 3551.0, 3562.0, 3540.0, 3540.0, 3540.0, 3549.0, 3550.0, 3540.0, 3549.0, 3539.0, 3572.0, 3551.0, 3560.0, 3539.0, 3549.0, 3538.0, 3549.0, 3538.0, 3539.0, 3549.0, 3537.0, 3559.0, 3536.0, 3548.0, 3563.0, 3563.0, 3551.0, 3550.0, 3539.0, 3550.0, 3570.0, 3549.0, 3560.0, 3548.0, 3536.0, 3548.0, 3537.0, 3550.0, 3541.0, 3537.0, 3538.0, 3559.0, 3549.0, 3560.0, 3539.0, 3549.0, 3550.0, 3537.0, 3537.0, 3539.0, 3537.0, 3550.0, 3559.0, 3540.0, 3560.0, 3539.0, 3538.0, 3550.0, 3538.0, 3528.0, 3539.0, 3560.0, 3549.0, 3560.0, 3539.0, 3537.0, 3538.0, 3528.0, 3527.0, 3538.0, 3547.0, 3537.0, 3549.0, 3538.0, 3538.0, 3538.0, 3540.0, 3539.0, 3549.0, 3549.0, 3537.0, 3538.0, 3549.0, 3550.0, 3529.0, 3540.0, 3571.0, 3539.0, 3560.0, 3539.0, 3527.0, 3538.0, 3549.0, 3528.0, 3550.0, 3560.0, 3540.0, 3560.0, 3549.0, 3539.0, 3539.0, 3540.0, 3530.0, 3554.0, 3602.0, 3567.0, 3560.0, 3551.0, 3539.0, 3538.0, 3567.0, 3562.0, 3539.0, 3539.0, 3562.0, 3552.0, 3553.0, 3541.0, 3553.0, 3582.0, 3554.0, 3576.0, 3555.0, 3563.0, 3553.0, 3563.0, 3552.0, 3551.0, 3553.0, 3573.0, 3550.0, 3573.0, 3540.0, 3559.0, 3537.0, 3546.0, 3524.0, 3535.0, 3537.0, 3536.0, 3548.0, 3536.0, 3549.0, 3539.0, 3549.0, 3538.0, 3550.0, 3562.0, 3551.0, 3551.0, 3561.0, 3538.0, 3559.0, 3537.0, 3537.0, 3525.0, 3526.0, 3546.0, 3538.0, 3547.0, 3538.0, 3548.0, 3549.0, 3528.0, 3537.0, 3539.0, 3527.0, 3528.0, 3559.0, 3539.0, 3560.0, 3539.0, 3548.0, 3538.0, 3528.0, 3537.0, 3536.0, 3556.0, 3537.0, 3547.0, 3536.0, 3536.0, 3526.0, 3538.0, 3557.0, 3536.0, 3535.0, 3536.0, 3537.0, 3536.0, 3538.0, 3549.0, 3549.0, 3559.0, 3539.0, 3550.0, 3550.0, 3550.0, 3538.0, 3539.0, 3558.0, 3550.0, 3561.0, 3550.0, 3551.0, 3550.0, 3539.0, 3550.0, 3540.0, 3560.0, 3538.0, 3539.0, 3549.0, 3540.0, 3538.0, 3539.0, 3570.0, 3539.0, 3549.0, 3549.0, 3539.0, 3549.0, 3552.0, 3529.0, 3552.0, 3562.0, 3553.0, 3564.0, 3553.0, 3552.0, 3551.0, 3553.0, 3553.0, 3564.0, 3572.0, 3552.0, 3574.0, 3553.0, 3552.0, 3529.0, 3541.0, 3550.0, 3551.0, 3562.0, 3551.0, 3562.0, 3563.0, 3541.0, 3552.0, 3563.0, 3540.0, 3552.0, 3573.0, 3552.0, 3574.0, 3541.0, 3550.0, 3541.0, 3551.0, 3549.0, 3528.0, 3558.0, 3538.0, 3560.0, 3539.0, 3550.0, 3537.0, 3540.0, 3549.0, 3527.0, 3558.0, 3538.0, 3527.0, 3539.0, 3550.0, 3538.0, 3539.0, 3550.0, 3540.0, 3560.0, 3527.0, 3560.0, 3538.0, 3540.0, 3560.0, 3539.0, 3559.0, 3528.0, 3548.0, 3538.0, 3537.0, 3526.0, 3526.0, 3557.0, 3539.0, 3549.0, 3540.0, 3540.0, 3551.0, 3540.0, 3538.0, 3540.0, 3560.0, 3530.0, 3561.0, 3551.0, 3550.0, 3551.0, 3551.0, 3538.0, 3538.0, 3538.0, 3548.0, 3547.0, 3538.0, 3560.0, 3549.0, 3549.0, 3538.0, 3539.0, 3527.0, 3539.0, 3548.0, 3538.0, 3527.0, 3538.0, 3540.0, 3538.0, 3539.0, 3560.0, 3549.0, 3549.0, 3548.0, 3538.0, 3537.0, 3538.0, 3548.0, 3539.0, 3560.0, 3529.0, 3539.0, 3550.0, 3540.0, 3538.0, 3539.0, 3548.0, 3551.0, 3560.0, 3551.0, 3550.0, 3539.0, 3541.0, 3529.0, 3539.0, 3549.0, 3538.0, 3549.0, 3540.0, 3550.0, 3550.0, 3539.0, 3539.0, 3541.0, 3560.0, 3539.0, 3561.0, 3550.0, 3550.0, 3539.0, 3552.0, 3540.0, 3542.0, 3561.0, 3539.0, 3548.0, 3550.0, 3540.0, 3550.0, 3551.0, 3539.0, 3542.0, 3540.0, 3551.0, 3561.0, 3552.0, 3563.0, 3552.0, 3552.0, 3553.0, 3563.0, 3550.0, 3551.0, 3571.0, 3539.0, 3572.0, 3540.0, 3560.0, 3538.0, 3537.0, 3538.0, 3527.0, 3536.0, 3527.0, 3547.0, 3538.0, 3549.0, 3538.0, 3550.0, 3539.0, 3549.0, 3538.0, 3539.0, 3538.0, 3538.0, 3568.0, 3527.0, 3560.0, 3527.0, 3560.0, 3537.0, 3526.0, 3526.0, 3526.0, 3558.0, 3537.0, 3559.0, 3527.0, 3538.0, 3527.0, 3528.0, 3538.0, 3528.0, 3547.0, 3538.0, 3548.0, 3540.0, 3539.0, 3538.0, 3539.0, 3539.0, 3538.0, 3549.0, 3538.0, 3550.0, 3550.0, 3550.0, 3540.0, 3550.0, 3540.0, 3541.0, 3570.0, 3540.0, 3550.0, 3539.0, 3540.0, 3539.0, 3539.0, 3570.0, 3529.0, 3560.0, 3529.0, 3538.0, 3537.0, 3538.0, 3549.0, 3550.0, 3550.0, 3540.0, 3550.0, 3552.0, 3552.0, 3538.0, 3539.0, 3570.0, 3539.0, 3560.0, 3538.0, 3549.0, 3539.0, 3528.0, 3559.0, 3537.0, 3546.0, 3536.0, 3516.0, 3536.0, 3538.0, 3537.0, 3538.0, 3559.0, 3539.0, 3561.0, 3540.0, 3549.0, 3538.0, 3540.0, 3539.0, 3539.0, 3548.0, 3539.0, 3560.0, 3551.0, 3561.0, 3549.0, 3539.0, 3539.0, 3539.0, 3538.0, 3538.0, 3548.0, 3538.0, 3548.0, 3538.0, 3549.0, 3539.0, 3540.0, 3527.0, 3538.0, 3558.0, 3538.0, 3549.0, 3539.0, 3550.0, 3538.0, 3529.0, 3549.0, 3527.0, 3558.0, 3537.0, 3537.0, 3537.0, 3536.0, 3526.0, 3528.0, 3558.0, 3563.0, 3573.0, 3539.0, 3569.0, 3535.0, 3556.0, 3524.0, 3550.0, 3554.0, 3523.0, 3557.0, 3550.0, 3563.0, 3537.0, 3538.0, 3558.0, 3560.0, 3562.0, 3550.0, 3527.0, 3524.0, 3548.0, 3546.0, 3548.0, 3549.0, 3550.0, 3540.0, 3560.0, 3550.0, 3539.0, 3551.0, 3551.0, 3562.0, 3552.0, 3563.0, 3542.0, 3565.0, 3564.0, 3542.0, 3564.0, 3563.0, 3565.0, 3563.0, 3564.0, 3564.0, 3565.0, 3543.0, 3564.0, 3566.0, 3552.0, 3552.0, 3573.0, 3566.0, 3563.0, 3555.0, 3542.0, 3542.0, 3551.0, 3541.0, 3541.0, 3566.0, 3554.0, 3555.0, 3556.0, 3578.0, 3567.0, 3567.0, 3587.0, 3565.0, 3574.0, 3539.0, 3540.0, 3561.0, 3549.0, 3559.0, 3538.0, 3539.0, 3549.0, 3527.0, 3549.0, 3550.0, 3538.0, 3561.0, 3560.0, 3561.0, 3550.0, 3550.0, 3540.0, 3561.0, 3550.0, 3539.0, 3551.0, 3561.0, 3550.0, 3561.0, 3552.0, 3550.0, 3551.0, 3551.0, 3529.0, 3551.0, 3560.0, 3549.0, 3560.0, 3551.0, 3551.0, 3550.0, 3552.0, 3540.0, 3551.0, 3561.0, 3551.0, 3550.0, 3549.0, 3551.0, 3539.0, 3561.0, 3561.0, 3562.0, 3572.0, 3551.0, 3539.0, 3561.0, 3552.0, 3552.0, 3564.0, 3552.0, 3564.0, 3573.0, 3563.0, 3562.0, 3561.0, 3562.0, 3551.0, 3553.0, 3561.0, 3551.0, 3572.0, 3551.0, 3550.0, 3549.0, 3550.0, 3539.0, 3551.0, 3560.0, 3550.0, 3561.0, 3550.0, 3540.0, 3551.0, 3550.0, 3549.0, 3550.0, 3549.0, 3550.0, 3550.0, 3540.0, 3551.0, 3571.0, 3549.0, 3550.0, 3549.0, 3550.0, 3527.0, 3551.0, 3560.0, 3562.0, 3562.0, 3561.0, 3551.0, 3541.0, 3552.0, 3561.0, 3550.0, 3551.0, 3550.0, 3551.0, 3551.0, 3563.0, 3561.0, 3550.0, 3540.0, 3561.0, 3551.0, 3528.0, 3562.0, 3560.0, 3563.0, 3553.0, 3564.0, 3553.0, 3553.0, 3563.0, 3561.0, 3563.0, 3563.0, 3562.0, 3563.0, 3550.0, 3552.0, 3551.0, 3550.0, 3560.0, 3538.0, 3538.0, 3538.0, 3550.0, 3538.0, 3539.0, 3549.0, 3549.0, 3539.0, 3563.0, 3553.0, 3538.0, 3561.0, 3550.0, 3551.0, 3560.0, 3552.0, 3562.0, 3550.0, 3539.0, 3549.0, 3550.0, 3551.0, 3562.0, 3561.0, 3551.0, 3560.0, 3549.0, 3539.0, 3547.0, 3549.0, 3527.0, 3549.0, 3549.0, 3549.0, 3549.0, 3549.0, 3539.0, 3559.0, 3548.0, 3527.0, 3549.0, 3549.0, 3550.0, 3550.0, 3550.0, 3549.0, 3549.0, 3550.0, 3549.0, 3549.0, 3549.0, 3548.0, 3539.0, 3549.0, 3550.0, 3549.0, 3550.0, 3560.0, 3550.0, 3526.0, 3549.0, 3548.0, 3537.0, 3550.0, 3560.0, 3550.0, 3561.0, 3551.0, 3540.0, 3550.0, 3550.0, 3549.0, 3549.0, 3560.0, 3551.0, 3551.0, 3550.0, 3539.0, 3549.0, 3551.0, 3538.0, 3550.0, 3550.0, 3560.0, 3550.0, 3551.0, 3541.0, 3563.0, 3563.0, 3541.0, 3563.0, 3561.0, 3563.0, 3563.0, 3563.0, 3563.0, 3562.0, 3562.0, 3550.0, 3551.0, 3571.0, 3562.0, 3562.0, 3550.0, 3550.0, 3550.0, 3549.0, 3537.0, 3549.0, 3558.0, 3549.0, 3560.0, 3548.0, 3538.0, 3560.0, 3550.0, 3537.0, 3548.0, 3547.0, 3548.0, 3537.0, 3549.0, 3550.0, 3538.0, 3550.0, 3549.0, 3548.0, 3548.0, 3549.0, 3528.0, 3549.0, 3550.0, 3529.0, 3551.0, 3550.0, 3560.0, 3550.0, 3550.0, 3538.0, 3550.0, 3561.0, 3530.0, 3563.0, 3572.0], 'WindowWidth': [8147.0, 8136.0, 8090.0, 8084.0, 8118.0, 8073.0, 8084.0, 8068.0, 8084.0, 8051.0, 8065.0, 8051.0, 8055.0, 8063.0, 8050.0, 8078.0, 8050.0, 8063.0, 8066.0, 8067.0, 8066.0, 8068.0, 8063.0, 8054.0, 8094.0, 8064.0, 8080.0, 8066.0, 8081.0, 8066.0, 8067.0, 8051.0, 8051.0, 8094.0, 8064.0, 8065.0, 8050.0, 8050.0, 8066.0, 8084.0, 8068.0, 8057.0, 8085.0, 8057.0, 8100.0, 8069.0, 8069.0, 8067.0, 8099.0, 8054.0, 8075.0, 8102.0, 8056.0, 8099.0, 8054.0, 8081.0, 8062.0, 8078.0, 8047.0, 8053.0, 8093.0, 8067.0, 8096.0, 8054.0, 8066.0, 8063.0, 8065.0, 8049.0, 8069.0, 8108.0, 8068.0, 8078.0, 8051.0, 8063.0, 8049.0, 8047.0, 8029.0, 8046.0, 8088.0, 8048.0, 8078.0, 8046.0, 8064.0, 8048.0, 8047.0, 8057.0, 8045.0, 8073.0, 8049.0, 8063.0, 8060.0, 8051.0, 8047.0, 8044.0, 8069.0, 8028.0, 8042.0, 8042.0, 8061.0, 8046.0, 8049.0, 8046.0, 8049.0, 8060.0, 8066.0, 8050.0, 8053.0, 8070.0, 8073.0, 8087.0, 8089.0, 8056.0, 8090.0, 8102.0, 8085.0, 8094.0, 8047.0, 8099.0, 8061.0, 8080.0, 8036.0, 8041.0, 8063.0, 8037.0, 8063.0, 8020.0, 8022.0, 8036.0, 8021.0, 8022.0, 8038.0, 8039.0, 8058.0, 8070.0, 8045.0, 8074.0, 8057.0, 8045.0, 8044.0, 8041.0, 8039.0, 8040.0, 8071.0, 8042.0, 8057.0, 8055.0, 8059.0, 8043.0, 8028.0, 8037.0, 8038.0, 8066.0, 8042.0, 8054.0, 8056.0, 8043.0, 8037.0, 8028.0, 8053.0, 8038.0, 8052.0, 8040.0, 8041.0, 8056.0, 8044.0, 8043.0, 8050.0, 8043.0, 8061.0, 8057.0, 8062.0, 8061.0, 8061.0, 8046.0, 8049.0, 8049.0, 8048.0, 8064.0, 8056.0, 8047.0, 8072.0, 8060.0, 8073.0, 8043.0, 8058.0, 8019.0, 8044.0, 8039.0, 8042.0, 8071.0, 8046.0, 8061.0, 8060.0, 8064.0, 8059.0, 8050.0, 8075.0, 8059.0, 8072.0, 8043.0, 8073.0, 8038.0, 8044.0, 8055.0, 8041.0, 8067.0, 8041.0, 8055.0, 8038.0, 8037.0, 8035.0, 8027.0, 8025.0, 8058.0, 8072.0, 8049.0, 8074.0, 8048.0, 8049.0, 8049.0, 8066.0, 8053.0, 8073.0, 8088.0, 8071.0, 8073.0, 8073.0, 8070.0, 8080.0, 8067.0, 8113.0, 8062.0, 8066.0, 8088.0, 8043.0, 8067.0, 8040.0, 8020.0, 8035.0, 8019.0, 8017.0, 8038.0, 8050.0, 8037.0, 8054.0, 8044.0, 8043.0, 8060.0, 8056.0, 8039.0, 8046.0, 8073.0, 8062.0, 8073.0, 8063.0, 8047.0, 8060.0, 8047.0, 8029.0, 8044.0, 8068.0, 8044.0, 8060.0, 8058.0, 8061.0, 8039.0, 8044.0, 8084.0, 8042.0, 8052.0, 8036.0, 8041.0, 8039.0, 8045.0, 8057.0, 8058.0, 8075.0, 8046.0, 8058.0, 8043.0, 8059.0, 8026.0, 8059.0, 8088.0, 8048.0, 8075.0, 8046.0, 8042.0, 8042.0, 8042.0, 8023.0, 8041.0, 8073.0, 8060.0, 8058.0, 8063.0, 8049.0, 8064.0, 8048.0, 8029.0, 8048.0, 8076.0, 8049.0, 8074.0, 8047.0, 8060.0, 8044.0, 8031.0, 8068.0, 8041.0, 8068.0, 8041.0, 8042.0, 8042.0, 8042.0, 8026.0, 8030.0, 8070.0, 8042.0, 8056.0, 8042.0, 8062.0, 8059.0, 8047.0, 8027.0, 8045.0, 8084.0, 8040.0, 8051.0, 8040.0, 8056.0, 8039.0, 8043.0, 8010.0, 8042.0, 8071.0, 8043.0, 8041.0, 8037.0, 8041.0, 8040.0, 8060.0, 8073.0, 8059.0, 8073.0, 8061.0, 8031.0, 8044.0, 8043.0, 8027.0, 8063.0, 8073.0, 8069.0, 8059.0, 8048.0, 8049.0, 8049.0, 8046.0, 8031.0, 8065.0, 8078.0, 8085.0, 8084.0, 8068.0, 8051.0, 8068.0, 8068.0, 8045.0, 8047.0, 8086.0, 8045.0, 8074.0, 8062.0, 8062.0, 8044.0, 8045.0, 8045.0, 8047.0, 8073.0, 8043.0, 8056.0, 8061.0, 8048.0, 8062.0, 8062.0, 8060.0, 8050.0, 8075.0, 8063.0, 8075.0, 8044.0, 8059.0, 8043.0, 8047.0, 8057.0, 8045.0, 8084.0, 8047.0, 8060.0, 8042.0, 8055.0, 8040.0, 8046.0, 8060.0, 8063.0, 8074.0, 8063.0, 8061.0, 8063.0, 8049.0, 8044.0, 8047.0, 8075.0, 8065.0, 8089.0, 8064.0, 8082.0, 8051.0, 8049.0, 8048.0, 8061.0, 8061.0, 8049.0, 8061.0, 8048.0, 8093.0, 8065.0, 8076.0, 8045.0, 8058.0, 8043.0, 8059.0, 8044.0, 8047.0, 8059.0, 8042.0, 8072.0, 8038.0, 8058.0, 8086.0, 8087.0, 8068.0, 8064.0, 8046.0, 8063.0, 8088.0, 8060.0, 8077.0, 8057.0, 8039.0, 8055.0, 8039.0, 8061.0, 8051.0, 8040.0, 8043.0, 8070.0, 8058.0, 8073.0, 8046.0, 8061.0, 8061.0, 8042.0, 8040.0, 8045.0, 8042.0, 8060.0, 8073.0, 8049.0, 8075.0, 8048.0, 8046.0, 8060.0, 8044.0, 8029.0, 8047.0, 8074.0, 8060.0, 8074.0, 8045.0, 8040.0, 8042.0, 8031.0, 8029.0, 8044.0, 8054.0, 8041.0, 8059.0, 8043.0, 8043.0, 8041.0, 8048.0, 8047.0, 8059.0, 8058.0, 8042.0, 8044.0, 8059.0, 8063.0, 8032.0, 8049.0, 8091.0, 8047.0, 8075.0, 8044.0, 8028.0, 8042.0, 8059.0, 8032.0, 8062.0, 8075.0, 8050.0, 8076.0, 8060.0, 8046.0, 8047.0, 8050.0, 8037.0, 8076.0, 8154.0, 8100.0, 8074.0, 8067.0, 8047.0, 8041.0, 8101.0, 8084.0, 8048.0, 8047.0, 8084.0, 8069.0, 8072.0, 8054.0, 8072.0, 8109.0, 8076.0, 8110.0, 8077.0, 8086.0, 8073.0, 8087.0, 8068.0, 8066.0, 8075.0, 8097.0, 8063.0, 8096.0, 8050.0, 8070.0, 8039.0, 8049.0, 8019.0, 8033.0, 8039.0, 8037.0, 8055.0, 8038.0, 8061.0, 8046.0, 8060.0, 8044.0, 8063.0, 8080.0, 8064.0, 8067.0, 8077.0, 8044.0, 8073.0, 8040.0, 8040.0, 8020.0, 8025.0, 8050.0, 8042.0, 8053.0, 8044.0, 8056.0, 8060.0, 8031.0, 8041.0, 8045.0, 8028.0, 8030.0, 8072.0, 8047.0, 8075.0, 8045.0, 8056.0, 8042.0, 8029.0, 8040.0, 8037.0, 8064.0, 8038.0, 8054.0, 8036.0, 8039.0, 8023.0, 8041.0, 8067.0, 8038.0, 8036.0, 8037.0, 8041.0, 8037.0, 8045.0, 8060.0, 8060.0, 8072.0, 8047.0, 8061.0, 8061.0, 8061.0, 8043.0, 8046.0, 8070.0, 8061.0, 8079.0, 8062.0, 8064.0, 8060.0, 8046.0, 8062.0, 8049.0, 8076.0, 8044.0, 8045.0, 8059.0, 8050.0, 8046.0, 8046.0, 8087.0, 8045.0, 8060.0, 8060.0, 8045.0, 8060.0, 8068.0, 8036.0, 8068.0, 8082.0, 8071.0, 8088.0, 8072.0, 8069.0, 8067.0, 8073.0, 8071.0, 8087.0, 8096.0, 8069.0, 8101.0, 8070.0, 8069.0, 8035.0, 8054.0, 8063.0, 8067.0, 8081.0, 8068.0, 8081.0, 8086.0, 8054.0, 8070.0, 8085.0, 8052.0, 8070.0, 8097.0, 8071.0, 8101.0, 8053.0, 8064.0, 8051.0, 8066.0, 8060.0, 8030.0, 8070.0, 8045.0, 8075.0, 8045.0, 8061.0, 8041.0, 8048.0, 8058.0, 8029.0, 8069.0, 8043.0, 8028.0, 8046.0, 8063.0, 8044.0, 8049.0, 8063.0, 8049.0, 8077.0, 8029.0, 8076.0, 8043.0, 8049.0, 8074.0, 8046.0, 8071.0, 8030.0, 8056.0, 8043.0, 8040.0, 8025.0, 8027.0, 8067.0, 8047.0, 8059.0, 8048.0, 8050.0, 8066.0, 8051.0, 8046.0, 8049.0, 8075.0, 8037.0, 8078.0, 8065.0, 8064.0, 8064.0, 8064.0, 8042.0, 8045.0, 8044.0, 8056.0, 8054.0, 8042.0, 8075.0, 8058.0, 8059.0, 8042.0, 8047.0, 8029.0, 8045.0, 8057.0, 8042.0, 8028.0, 8044.0, 8048.0, 8044.0, 8046.0, 8073.0, 8059.0, 8059.0, 8057.0, 8043.0, 8040.0, 8045.0, 8056.0, 8047.0, 8076.0, 8033.0, 8046.0, 8062.0, 8050.0, 8044.0, 8046.0, 8057.0, 8064.0, 8077.0, 8064.0, 8062.0, 8046.0, 8052.0, 8032.0, 8047.0, 8058.0, 8043.0, 8060.0, 8048.0, 8061.0, 8062.0, 8048.0, 8048.0, 8053.0, 8075.0, 8046.0, 8076.0, 8063.0, 8064.0, 8048.0, 8067.0, 8049.0, 8055.0, 8077.0, 8047.0, 8057.0, 8063.0, 8051.0, 8062.0, 8064.0, 8048.0, 8056.0, 8051.0, 8067.0, 8079.0, 8069.0, 8085.0, 8068.0, 8068.0, 8071.0, 8085.0, 8063.0, 8066.0, 8090.0, 8047.0, 8092.0, 8047.0, 8074.0, 8041.0, 8041.0, 8041.0, 8027.0, 8038.0, 8027.0, 8053.0, 8043.0, 8060.0, 8045.0, 8060.0, 8047.0, 8060.0, 8042.0, 8045.0, 8042.0, 8044.0, 8082.0, 8029.0, 8074.0, 8029.0, 8074.0, 8040.0, 8024.0, 8023.0, 8026.0, 8067.0, 8040.0, 8071.0, 8027.0, 8042.0, 8028.0, 8030.0, 8041.0, 8029.0, 8052.0, 8043.0, 8059.0, 8049.0, 8046.0, 8045.0, 8047.0, 8046.0, 8045.0, 8058.0, 8045.0, 8062.0, 8064.0, 8065.0, 8049.0, 8064.0, 8051.0, 8053.0, 8090.0, 8049.0, 8063.0, 8046.0, 8049.0, 8046.0, 8047.0, 8087.0, 8033.0, 8076.0, 8032.0, 8044.0, 8039.0, 8046.0, 8059.0, 8063.0, 8062.0, 8049.0, 8064.0, 8067.0, 8068.0, 8046.0, 8048.0, 8089.0, 8047.0, 8076.0, 8044.0, 8061.0, 8046.0, 8029.0, 8070.0, 8038.0, 8051.0, 8036.0, 8011.0, 8038.0, 8043.0, 8041.0, 8045.0, 8072.0, 8046.0, 8078.0, 8049.0, 8058.0, 8044.0, 8049.0, 8045.0, 8047.0, 8057.0, 8047.0, 8076.0, 8066.0, 8078.0, 8060.0, 8047.0, 8046.0, 8048.0, 8043.0, 8044.0, 8055.0, 8044.0, 8057.0, 8045.0, 8060.0, 8045.0, 8050.0, 8030.0, 8045.0, 8070.0, 8042.0, 8058.0, 8044.0, 8062.0, 8043.0, 8033.0, 8058.0, 8027.0, 8070.0, 8039.0, 8039.0, 8039.0, 8037.0, 8023.0, 8029.0, 8068.0, 8089.0, 8100.0, 8054.0, 8091.0, 8041.0, 8070.0, 8023.0, 8066.0, 8059.0, 8017.0, 8070.0, 8064.0, 8083.0, 8039.0, 8041.0, 8068.0, 8074.0, 8084.0, 8060.0, 8026.0, 8017.0, 8055.0, 8050.0, 8055.0, 8058.0, 8063.0, 8050.0, 8076.0, 8063.0, 8048.0, 8067.0, 8064.0, 8081.0, 8069.0, 8087.0, 8057.0, 8089.0, 8088.0, 8056.0, 8088.0, 8085.0, 8091.0, 8086.0, 8088.0, 8086.0, 8090.0, 8059.0, 8089.0, 8096.0, 8069.0, 8069.0, 8098.0, 8095.0, 8086.0, 8078.0, 8056.0, 8059.0, 8066.0, 8051.0, 8053.0, 8098.0, 8079.0, 8080.0, 8083.0, 8114.0, 8097.0, 8100.0, 8124.0, 8089.0, 8100.0, 8044.0, 8050.0, 8076.0, 8059.0, 8070.0, 8042.0, 8045.0, 8059.0, 8028.0, 8059.0, 8061.0, 8043.0, 8078.0, 8076.0, 8080.0, 8063.0, 8064.0, 8051.0, 8079.0, 8063.0, 8047.0, 8065.0, 8077.0, 8063.0, 8078.0, 8066.0, 8062.0, 8063.0, 8064.0, 8034.0, 8063.0, 8075.0, 8060.0, 8076.0, 8064.0, 8067.0, 8062.0, 8068.0, 8050.0, 8066.0, 8079.0, 8065.0, 8062.0, 8060.0, 8066.0, 8047.0, 8079.0, 8078.0, 8081.0, 8094.0, 8065.0, 8048.0, 8077.0, 8068.0, 8067.0, 8087.0, 8070.0, 8085.0, 8097.0, 8084.0, 8082.0, 8079.0, 8082.0, 8065.0, 8070.0, 8079.0, 8065.0, 8094.0, 8065.0, 8063.0, 8060.0, 8062.0, 8045.0, 8065.0, 8075.0, 8061.0, 8078.0, 8061.0, 8050.0, 8064.0, 8063.0, 8059.0, 8061.0, 8060.0, 8062.0, 8064.0, 8048.0, 8066.0, 8090.0, 8059.0, 8061.0, 8058.0, 8060.0, 8028.0, 8066.0, 8077.0, 8081.0, 8083.0, 8079.0, 8066.0, 8052.0, 8070.0, 8078.0, 8062.0, 8065.0, 8061.0, 8065.0, 8067.0, 8083.0, 8078.0, 8063.0, 8049.0, 8077.0, 8064.0, 8031.0, 8081.0, 8078.0, 8083.0, 8071.0, 8086.0, 8072.0, 8072.0, 8086.0, 8079.0, 8084.0, 8084.0, 8080.0, 8084.0, 8062.0, 8069.0, 8064.0, 8061.0, 8075.0, 8042.0, 8043.0, 8041.0, 8061.0, 8042.0, 8046.0, 8058.0, 8058.0, 8048.0, 8084.0, 8071.0, 8044.0, 8080.0, 8062.0, 8064.0, 8075.0, 8067.0, 8081.0, 8063.0, 8048.0, 8060.0, 8064.0, 8065.0, 8082.0, 8077.0, 8064.0, 8077.0, 8060.0, 8045.0, 8054.0, 8058.0, 8028.0, 8059.0, 8058.0, 8058.0, 8059.0, 8059.0, 8046.0, 8071.0, 8057.0, 8027.0, 8059.0, 8058.0, 8061.0, 8062.0, 8062.0, 8060.0, 8058.0, 8062.0, 8059.0, 8060.0, 8059.0, 8056.0, 8045.0, 8058.0, 8062.0, 8060.0, 8061.0, 8073.0, 8061.0, 8027.0, 8057.0, 8057.0, 8041.0, 8062.0, 8075.0, 8062.0, 8078.0, 8063.0, 8050.0, 8062.0, 8062.0, 8059.0, 8060.0, 8075.0, 8066.0, 8065.0, 8062.0, 8047.0, 8059.0, 8065.0, 8044.0, 8063.0, 8064.0, 8076.0, 8063.0, 8065.0, 8054.0, 8086.0, 8085.0, 8052.0, 8085.0, 8081.0, 8083.0, 8084.0, 8084.0, 8085.0, 8081.0, 8081.0, 8062.0, 8066.0, 8090.0, 8081.0, 8079.0, 8063.0, 8062.0, 8061.0, 8059.0, 8041.0, 8058.0, 8070.0, 8059.0, 8074.0, 8057.0, 8043.0, 8074.0, 8061.0, 8042.0, 8056.0, 8054.0, 8057.0, 8042.0, 8059.0, 8061.0, 8042.0, 8061.0, 8060.0, 8057.0, 8056.0, 8057.0, 8029.0, 8058.0, 8062.0, 8033.0, 8064.0, 8061.0, 8077.0, 8062.0, 8061.0, 8044.0, 8061.0, 8077.0, 8036.0, 8083.0, 8095.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.002412102009273571</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.020789467774343123</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.30776054995362</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.225114399628771</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0840971482521269</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4748</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3975.1748</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07835776933991188</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.554868624420402</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5535749058445103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.523583485287627</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.76583757042093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.371303661824974</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0051055</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003292455105111003</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02741929143667221</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</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.5723790208607182</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>26.0368</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4462</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.1267</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300149.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>617.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>260.4374</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.843</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.4856</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2745.3666</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2919.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>76395.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>737.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3686.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>817.0972</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>36.32080253167078</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> |