=== 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-0126 --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-0126",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
141 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
141 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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-02/func/sub-0126_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>ad4ace956fc1cf7631e89dff5545d9ba</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>19:12:29.742500</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.999813, 0.0137756, -0.013538, -0.0125647, 0.996234, 0.085785]</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.259</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.131815</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>[4212, -7816, -7193, 32, -110, -149, -8, 103]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>318.233</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>31b2345a-2b42-458c-9403-e4926a0590bb||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.6824264526367188, -0.03371009603142738, -0.03960561752319336, 114.61611938476562], [-0.03695881366729736, 2.6728241443634033, 0.23111708462238312, -86.14006042480469], [-0.03632143512368202, -0.23015493154525757, 2.689798593521118, -52.72270202636719], [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': ['191229.742500', '191230.202500', '191230.662500', '191231.122500', '191231.582500', '191232.042500', '191232.502500', '191232.962500', '191233.422500', '191233.882500', '191234.342500', '191234.802500', '191235.262500', '191235.722500', '191236.182500', '191236.642500', '191237.102500', '191237.562500', '191238.022500', '191238.482500', '191238.942500', '191239.402500', '191239.862500', '191240.322500', '191240.782500', '191241.242500', '191241.702500', '191242.162500', '191242.622500', '191243.082500', '191243.542500', '191244.002500', '191244.462500', '191244.922500', '191245.382500', '191245.842500', '191246.302500', '191246.762500', '191247.222500', '191247.682500', '191248.142500', '191248.602500', '191249.062500', '191249.522500', '191249.982500', '191250.442500', '191250.902500', '191251.362500', '191251.822500', '191252.282500', '191252.742500', '191253.202500', '191253.662500', '191254.122500', '191254.582500', '191255.042500', '191255.502500', '191255.962500', '191256.422500', '191256.882500', '191257.342500', '191257.802500', '191258.262500', '191258.722500', '191259.182500', '191259.642500', '191300.102500', '191300.562500', '191301.022500', '191301.482500', '191301.942500', '191302.402500', '191302.862500', '191303.322500', '191303.782500', '191304.242500', '191304.702500', '191305.162500', '191305.622500', '191306.082500', '191306.542500', '191307.002500', '191307.462500', '191307.922500', '191308.382500', '191308.842500', '191309.302500', '191309.762500', '191310.222500', '191310.682500', '191311.142500', '191311.602500', '191312.062500', '191312.522500', '191312.982500', '191313.442500', '191313.902500', '191314.362500', '191314.822500', '191315.282500', '191315.742500', '191316.202500', '191316.662500', '191317.122500', '191317.582500', '191318.042500', '191318.502500', '191318.962500', '191319.422500', '191319.882500', '191320.342500', '191320.802500', '191321.262500', '191321.722500', '191322.182500', '191322.642500', '191323.102500', '191323.562500', '191324.022500', '191324.482500', '191324.942500', '191325.402500', '191325.862500', '191326.322500', '191326.782500', '191327.242500', '191327.702500', '191328.162500', '191328.622500', '191329.082500', '191329.542500', '191330.002500', '191330.462500', '191330.922500', '191331.382500', '191331.842500', '191332.302500', '191332.762500', '191333.222500', '191333.682500', '191334.142500', '191334.602500', '191335.062500', '191335.522500', '191335.982500', '191336.442500', '191336.902500', '191337.362500', '191337.822500', '191338.282500', '191338.742500', '191339.202500', '191339.662500', '191340.122500', '191340.582500', '191341.042500', '191341.502500', '191341.962500', '191342.422500', '191342.882500', '191343.342500', '191343.802500', '191344.262500', '191344.722500', '191345.182500', '191345.642500', '191346.102500', '191346.562500', '191347.022500', '191347.482500', '191347.942500', '191348.402500', '191348.862500', '191349.322500', '191349.782500', '191350.242500', '191350.702500', '191351.162500', '191351.622500', '191352.082500', '191352.542500', '191353.002500', '191353.462500', '191353.922500', '191354.382500', '191354.842500', '191355.302500', '191355.762500', '191356.222500', '191356.682500', '191357.142500', '191357.602500', '191358.062500', '191358.522500', '191358.982500', '191359.442500', '191359.902500', '191400.362500', '191400.822500', '191401.282500', '191401.742500', '191402.202500', '191402.662500', '191403.122500', '191403.582500', '191404.042500', '191404.502500', '191404.962500', '191405.422500', '191405.882500', '191406.342500', '191406.802500', '191407.262500', '191407.722500', '191408.182500', '191408.642500', '191409.102500', '191409.562500', '191410.022500', '191410.482500', '191410.942500', '191411.402500', '191411.862500', '191412.322500', '191412.782500', '191413.242500', '191413.702500', '191414.162500', '191414.622500', '191415.082500', '191415.542500', '191416.002500', '191416.462500', '191416.922500', '191417.382500', '191417.842500', '191418.302500', '191418.762500', '191419.222500', '191419.682500', '191420.142500', '191420.602500', '191421.062500', '191421.522500', '191421.982500', '191422.442500', '191422.902500', '191423.362500', '191423.822500', '191424.282500', '191424.742500', '191425.202500', '191425.662500', '191426.122500', '191426.582500', '191427.042500', '191427.502500', '191427.962500', '191428.422500', '191428.882500', '191429.342500', '191429.802500', '191430.262500', '191430.722500', '191431.182500', '191431.642500', '191432.102500', '191432.562500', '191433.022500', '191433.482500', '191433.942500', '191434.402500', '191434.862500', '191435.322500', '191435.782500', '191436.242500', '191436.702500', '191437.162500', '191437.622500', '191438.082500', '191438.542500', '191439.002500', '191439.462500', '191439.922500', '191440.382500', '191440.842500', '191441.302500', '191441.762500', '191442.222500', '191442.682500', '191443.142500', '191443.602500', '191444.062500', '191444.522500', '191444.982500', '191445.442500', '191445.902500', '191446.362500', '191446.822500', '191447.282500', '191447.742500', '191448.202500', '191448.662500', '191449.122500', '191449.582500', '191450.042500', '191450.502500', '191450.962500', '191451.422500', '191451.882500', '191452.342500', '191452.802500', '191453.262500', '191453.722500', '191454.182500', '191454.642500', '191455.102500', '191455.562500', '191456.022500', '191456.482500', '191456.942500', '191457.402500', '191457.862500', '191458.322500', '191458.782500', '191459.242500', '191459.702500', '191500.162500', '191500.622500', '191501.082500', '191501.542500', '191502.002500', '191502.462500', '191502.922500', '191503.382500', '191503.842500', '191504.302500', '191504.762500', '191505.222500', '191505.682500', '191506.142500', '191506.602500', '191507.062500', '191507.522500', '191507.982500', '191508.442500', '191508.902500', '191509.362500', '191509.822500', '191510.282500', '191510.742500', '191511.202500', '191511.662500', '191512.122500', '191512.582500', '191513.042500', '191513.502500', '191513.962500', '191514.422500', '191514.882500', '191515.342500', '191515.802500', '191516.262500', '191516.722500', '191517.182500', '191517.642500', '191518.102500', '191518.562500', '191519.022500', '191519.482500', '191519.942500', '191520.402500', '191520.862500', '191521.322500', '191521.782500', '191522.242500', '191522.702500', '191523.162500', '191523.622500', '191524.082500', '191524.542500', '191525.002500', '191525.462500', '191525.922500', '191526.382500', '191526.842500', '191527.302500', '191527.762500', '191528.222500', '191528.682500', '191529.142500', '191529.602500', '191530.062500', '191530.522500', '191530.982500', '191531.442500', '191531.902500', '191532.362500', '191532.822500', '191533.282500', '191533.742500', '191534.202500', '191534.662500', '191535.122500', '191535.582500', '191536.042500', '191536.502500', '191536.962500', '191537.422500', '191537.882500', '191538.342500', '191538.802500', '191539.262500', '191539.722500', '191540.182500', '191540.642500', '191541.102500', '191541.562500', '191542.022500', '191542.482500', '191542.942500', '191543.402500', '191543.862500', '191544.322500', '191544.782500', '191545.242500', '191545.702500', '191546.162500', '191546.622500', '191547.082500', '191547.542500', '191548.002500', '191548.462500', '191548.922500', '191549.382500', '191549.842500', '191550.302500', '191550.762500', '191551.222500', '191551.682500', '191552.142500', '191552.602500', '191553.062500', '191553.522500', '191553.982500', '191554.442500', '191554.902500', '191555.362500', '191555.822500', '191556.282500', '191556.742500', '191557.202500', '191557.662500', '191558.122500', '191558.582500', '191559.042500', '191559.502500', '191559.962500', '191600.422500', '191600.882500', '191601.342500', '191601.802500', '191602.262500', '191602.722500', '191603.182500', '191603.642500', '191604.102500', '191604.562500', '191605.022500', '191605.482500', '191605.942500', '191606.402500', '191606.862500', '191607.322500', '191607.782500', '191608.242500', '191608.702500', '191609.162500', '191609.622500', '191610.082500', '191610.542500', '191611.002500', '191611.462500', '191611.922500', '191612.382500', '191612.842500', '191613.302500', '191613.762500', '191614.222500', '191614.682500', '191615.142500', '191615.602500', '191616.062500', '191616.522500', '191616.982500', '191617.442500', '191617.902500', '191618.362500', '191618.822500', '191619.282500', '191619.742500', '191620.202500', '191620.662500', '191621.122500', '191621.582500', '191622.042500', '191622.502500', '191622.962500', '191623.422500', '191623.882500', '191624.342500', '191624.802500', '191625.262500', '191625.722500', '191626.182500', '191626.642500', '191627.102500', '191627.562500', '191628.022500', '191628.482500', '191628.942500', '191629.402500', '191629.862500', '191630.322500', '191630.782500', '191631.242500', '191631.702500', '191632.162500', '191632.622500', '191633.082500', '191633.542500', '191634.002500', '191634.462500', '191634.922500', '191635.382500', '191635.842500', '191636.302500', '191636.762500', '191637.222500', '191637.682500', '191638.142500', '191638.602500', '191639.062500', '191639.522500', '191639.982500', '191640.442500', '191640.902500', '191641.362500', '191641.822500', '191642.282500', '191642.742500', '191643.202500', '191643.662500', '191644.122500', '191644.582500', '191645.042500', '191645.502500', '191645.962500', '191646.422500', '191646.882500', '191647.342500', '191647.802500', '191648.262500', '191648.722500', '191649.182500', '191649.642500', '191650.102500', '191650.562500', '191651.022500', '191651.482500', '191651.942500', '191652.402500', '191652.862500', '191653.322500', '191653.782500', '191654.242500', '191654.702500', '191655.162500', '191655.622500', '191656.082500', '191656.542500', '191657.002500', '191657.462500', '191657.922500', '191658.382500', '191658.842500', '191659.302500', '191659.762500', '191700.222500', '191700.682500', '191701.142500', '191701.602500', '191702.062500', '191702.522500', '191702.982500', '191703.442500', '191703.902500', '191704.362500', '191704.822500', '191705.282500', '191705.742500', '191706.202500', '191706.662500', '191707.122500', '191707.582500', '191708.042500', '191708.502500', '191708.962500', '191709.422500', '191709.882500', '191710.342500', '191710.802500', '191711.262500', '191711.722500', '191712.182500', '191712.642500', '191713.102500', '191713.562500', '191714.022500', '191714.482500', '191714.942500', '191715.402500', '191715.862500', '191716.322500', '191716.782500', '191717.242500', '191717.702500', '191718.162500', '191718.622500', '191719.082500', '191719.542500', '191720.002500', '191720.462500', '191720.922500', '191721.382500', '191721.842500', '191722.302500', '191722.762500', '191723.222500', '191723.682500', '191724.142500', '191724.602500', '191725.062500', '191725.522500', '191725.982500', '191726.442500', '191726.902500', '191727.362500', '191727.822500', '191728.282500', '191728.742500', '191729.202500', '191729.662500', '191730.122500', '191730.582500', '191731.042500', '191731.502500', '191731.962500', '191732.422500', '191732.882500', '191733.342500', '191733.802500', '191734.262500', '191734.722500', '191735.182500', '191735.642500', '191736.102500', '191736.562500', '191737.022500', '191737.482500', '191737.942500', '191738.402500', '191738.862500', '191739.322500', '191739.782500', '191740.242500', '191740.702500', '191741.162500', '191741.622500', '191742.082500', '191742.542500', '191743.002500', '191743.462500', '191743.922500', '191744.382500', '191744.842500', '191745.302500', '191745.762500', '191746.222500', '191746.682500', '191747.142500', '191747.602500', '191748.062500', '191748.522500', '191748.982500', '191749.442500', '191749.902500', '191750.362500', '191750.822500', '191751.282500', '191751.742500', '191752.202500', '191752.662500', '191753.122500', '191753.582500', '191754.042500', '191754.502500', '191754.962500', '191755.422500', '191755.882500', '191756.342500', '191756.802500', '191757.262500', '191757.722500', '191758.182500', '191758.642500', '191759.102500', '191759.562500', '191800.022500', '191800.482500', '191800.942500', '191801.402500', '191801.862500', '191802.322500', '191802.782500', '191803.242500', '191803.702500', '191804.162500', '191804.622500', '191805.082500', '191805.542500', '191806.002500', '191806.462500', '191806.922500', '191807.382500', '191807.842500', '191808.302500', '191808.762500', '191809.222500', '191809.682500', '191810.142500', '191810.602500', '191811.062500', '191811.522500', '191811.982500', '191812.442500', '191812.902500', '191813.362500', '191813.822500', '191814.282500', '191814.742500', '191815.202500', '191815.662500', '191816.122500', '191816.582500', '191817.042500', '191817.502500', '191817.962500', '191818.422500', '191818.882500', '191819.342500', '191819.802500', '191820.262500', '191820.722500', '191821.182500', '191821.642500', '191822.102500', '191822.562500', '191823.022500', '191823.482500', '191823.942500', '191824.402500', '191824.862500', '191825.322500', '191825.782500', '191826.242500', '191826.702500', '191827.162500', '191827.622500', '191828.082500', '191828.542500', '191829.002500', '191829.462500', '191829.922500', '191830.382500', '191830.842500', '191831.302500', '191831.762500', '191832.222500', '191832.682500', '191833.142500', '191833.602500', '191834.062500', '191834.522500', '191834.982500', '191835.442500', '191835.902500', '191836.362500', '191836.822500', '191837.282500', '191837.742500', '191838.202500', '191838.662500', '191839.122500', '191839.582500', '191840.042500', '191840.502500', '191840.962500', '191841.422500', '191841.882500', '191842.342500', '191842.802500', '191843.262500', '191843.722500', '191844.182500', '191844.642500', '191845.102500', '191845.562500', '191846.022500', '191846.482500', '191846.942500', '191847.402500', '191847.862500', '191848.322500', '191848.782500', '191849.242500', '191849.702500', '191850.162500', '191850.622500', '191851.082500', '191851.542500', '191852.002500', '191852.462500', '191852.922500', '191853.382500', '191853.842500', '191854.302500', '191854.762500', '191855.222500', '191855.682500', '191856.142500', '191856.602500', '191857.062500', '191857.522500', '191857.982500', '191858.442500', '191858.902500', '191859.362500', '191859.822500', '191900.282500', '191900.742500', '191901.202500', '191901.662500', '191902.122500', '191902.582500', '191903.042500', '191903.502500', '191903.962500', '191904.422500', '191904.882500', '191905.342500', '191905.802500', '191906.262500', '191906.722500', '191907.182500', '191907.642500', '191908.102500', '191908.562500', '191909.022500', '191909.482500', '191909.942500', '191910.402500', '191910.862500', '191911.322500', '191911.782500', '191912.242500', '191912.702500', '191913.162500', '191913.622500', '191914.082500', '191914.542500', '191915.002500', '191915.462500', '191915.922500', '191916.382500', '191916.842500', '191917.302500', '191917.762500', '191918.222500', '191918.682500', '191919.142500', '191919.602500', '191920.062500', '191920.522500', '191920.982500', '191921.442500', '191921.902500', '191922.362500', '191922.822500', '191923.282500', '191923.742500', '191924.202500', '191924.662500', '191925.122500', '191925.582500', '191926.042500', '191926.502500', '191926.962500', '191927.422500', '191927.882500', '191928.342500', '191928.802500', '191929.262500', '191929.722500', '191930.182500', '191930.642500', '191931.102500', '191931.562500', '191932.022500', '191932.482500', '191932.942500', '191933.402500', '191933.862500', '191934.322500', '191934.782500', '191935.242500', '191935.702500', '191936.162500', '191936.622500', '191937.082500', '191937.542500', '191938.002500', '191938.462500', '191938.922500', '191939.382500', '191939.842500', '191940.302500', '191940.762500', '191941.222500', '191941.682500', '191942.142500', '191942.602500', '191943.062500', '191943.522500', '191943.982500', '191944.442500', '191944.902500', '191945.362500', '191945.822500', '191946.282500', '191946.742500', '191947.202500', '191947.662500', '191948.122500', '191948.582500', '191949.042500', '191949.502500', '191949.962500', '191950.422500', '191950.882500', '191951.342500', '191951.802500', '191952.262500', '191952.722500', '191953.182500', '191953.642500', '191954.102500', '191954.562500', '191955.022500', '191955.482500', '191955.942500', '191956.402500', '191956.862500', '191957.322500', '191957.782500', '191958.242500', '191958.702500', '191959.162500', '191959.622500', '192000.082500', '192000.542500', '192001.002500', '192001.462500', '192001.922500', '192002.382500', '192002.842500', '192003.302500', '192003.762500', '192004.222500', '192004.682500', '192005.142500', '192005.602500', '192006.062500', '192006.522500', '192006.982500', '192007.442500', '192007.902500', '192008.362500', '192008.822500', '192009.282500', '192009.742500', '192010.202500', '192010.662500', '192011.122500', '192011.582500', '192012.042500', '192012.502500', '192012.962500', '192013.422500', '192013.882500', '192014.342500', '192014.802500', '192015.262500', '192015.722500', '192016.182500', '192016.642500', '192017.102500', '192017.562500', '192018.022500', '192018.482500', '192018.942500', '192019.402500', '192019.862500', '192020.322500', '192020.782500', '192021.242500', '192021.702500', '192022.162500', '192022.622500', '192023.082500', '192023.542500', '192024.002500', '192024.462500', '192024.922500', '192025.382500', '192025.842500', '192026.302500', '192026.762500', '192027.222500', '192027.682500', '192028.142500', '192028.602500', '192029.062500', '192029.522500', '192029.982500', '192030.442500', '192030.902500', '192031.362500', '192031.822500', '192032.282500', '192032.742500', '192033.202500', '192033.662500', '192034.122500', '192034.582500', '192035.042500', '192035.502500', '192035.962500', '192036.422500', '192036.882500', '192037.342500', '192037.802500', '192038.262500', '192038.722500', '192039.182500', '192039.642500', '192040.102500', '192040.562500', '192041.022500', '192041.482500', '192041.942500', '192042.402500', '192042.862500', '192043.322500', '192043.782500', '192044.242500', '192044.702500', '192045.162500', '192045.622500', '192046.082500', '192046.542500', '192047.002500', '192047.462500', '192047.922500', '192048.382500', '192048.842500', '192049.302500', '192049.762500', '192050.222500', '192050.682500', '192051.142500', '192051.602500', '192052.062500', '192052.522500', '192052.982500', '192053.442500', '192053.902500', '192054.362500', '192054.822500', '192055.282500', '192055.742500', '192056.202500', '192056.662500', '192057.122500', '192057.582500', '192058.042500', '192058.502500', '192058.962500', '192059.422500', '192059.882500', '192100.342500', '192100.802500', '192101.262500', '192101.722500', '192102.182500', '192102.642500', '192103.102500', '192103.562500', '192104.022500', '192104.482500', '192104.942500', '192105.402500', '192105.862500', '192106.322500', '192106.782500', '192107.242500', '192107.702500', '192108.162500', '192108.622500', '192109.082500', '192109.542500', '192110.002500', '192110.462500', '192110.922500', '192111.382500', '192111.842500', '192112.302500', '192112.762500', '192113.222500', '192113.682500', '192114.142500', '192114.602500', '192115.062500', '192115.522500', '192115.982500', '192116.442500', '192116.902500', '192117.362500', '192117.822500', '192118.282500', '192118.742500', '192119.202500', '192119.662500', '192120.122500', '192120.582500', '192121.042500', '192121.502500', '192121.962500', '192122.422500', '192122.882500', '192123.342500', '192123.802500', '192124.262500', '192124.722500', '192125.182500', '192125.642500', '192126.102500', '192126.562500', '192127.022500', '192127.482500', '192127.942500', '192128.402500', '192128.862500', '192129.322500', '192129.782500', '192130.242500', '192130.702500', '192131.162500', '192131.622500', '192132.082500', '192132.542500', '192133.002500', '192133.462500', '192133.922500', '192134.382500', '192134.842500', '192135.302500', '192135.762500', '192136.222500', '192136.682500', '192137.142500', '192137.602500', '192138.062500', '192138.522500', '192138.982500', '192139.442500', '192139.902500', '192140.362500', '192140.822500', '192141.282500', '192141.742500', '192142.202500', '192142.662500', '192143.122500', '192143.582500', '192144.042500', '192144.502500', '192144.962500', '192145.422500', '192145.882500', '192146.342500', '192146.802500', '192147.262500', '192147.722500', '192148.182500', '192148.642500', '192149.102500', '192149.562500', '192150.022500', '192150.482500', '192150.942500', '192151.402500', '192151.862500', '192152.322500', '192152.782500', '192153.242500', '192153.702500', '192154.162500', '192154.622500', '192155.082500', '192155.542500', '192156.002500', '192156.462500', '192156.922500', '192157.382500', '192157.842500', '192158.302500', '192158.762500', '192159.222500', '192159.682500', '192200.142500', '192200.602500', '192201.062500', '192201.522500', '192201.982500', '192202.442500', '192202.902500', '192203.362500', '192203.822500', '192204.282500', '192204.742500', '192205.202500', '192205.662500', '192206.122500', '192206.582500', '192207.042500', '192207.502500', '192207.962500', '192208.422500', '192208.882500', '192209.342500', '192209.802500', '192210.262500', '192210.722500', '192211.182500', '192211.642500', '192212.102500', '192212.562500', '192213.022500', '192213.482500', '192213.942500', '192214.402500', '192214.862500', '192215.322500', '192215.782500', '192216.242500', '192216.702500', '192217.162500', '192217.622500', '192218.082500', '192218.542500', '192219.002500', '192219.462500', '192219.922500', '192220.382500', '192220.842500', '192221.302500', '192221.762500', '192222.222500', '192222.682500', '192223.142500', '192223.602500', '192224.062500', '192224.522500', '192224.982500', '192225.442500', '192225.902500', '192226.362500'], 'ContentTime': ['191239.928000', '191239.930000', '191239.933000', '191239.936000', '191239.939000', '191239.941000', '191239.944000', '191239.946000', '191239.949000', '191239.951000', '191239.964000', '191239.966000', '191239.969000', '191239.972000', '191239.974000', '191239.978000', '191239.981000', '191239.990000', '191239.992000', '191239.995000', '191259.902000', '191259.905000', '191259.908000', '191259.910000', '191259.913000', '191259.915000', '191259.918000', '191259.920000', '191259.923000', '191259.926000', '191259.928000', '191259.931000', '191259.933000', '191259.936000', '191259.939000', '191259.942000', '191259.944000', '191259.947000', '191259.949000', '191259.952000', '191259.954000', '191259.957000', '191259.960000', '191259.962000', '191259.965000', '191259.967000', '191259.971000', '191259.974000', '191259.976000', '191259.979000', '191259.981000', '191259.984000', '191259.987000', '191259.989000', '191259.992000', '191259.994000', '191259.997000', '191300.000000', '191300.003000', '191300.006000', '191300.012000', '191300.015000', '191300.018000', '191300.020000', '191319.902000', '191319.905000', '191319.908000', '191319.910000', '191319.913000', '191319.916000', '191319.918000', '191319.921000', '191319.923000', '191319.926000', '191319.929000', '191319.931000', '191319.934000', '191319.936000', '191319.939000', '191319.941000', '191319.944000', '191319.947000', '191319.949000', '191319.952000', '191319.954000', '191319.968000', '191319.970000', '191319.973000', '191319.975000', '191319.978000', '191319.980000', '191319.983000', '191319.986000', '191319.988000', '191319.991000', '191319.993000', '191319.996000', '191319.998000', '191320.002000', '191320.005000', '191320.007000', '191320.010000', '191320.012000', '191320.015000', '191320.017000', '191320.020000', '191320.022000', '191339.903000', '191339.905000', '191339.908000', '191339.910000', '191339.913000', '191339.916000', '191339.918000', '191339.921000', '191339.924000', '191339.926000', '191339.929000', '191339.931000', '191339.934000', '191339.936000', '191339.939000', '191339.942000', '191339.944000', '191339.947000', '191339.950000', '191339.952000', '191339.955000', '191339.957000', '191339.960000', '191339.963000', '191339.965000', '191339.968000', '191339.970000', '191339.973000', '191339.975000', '191339.978000', '191339.980000', '191339.983000', '191339.986000', '191339.988000', '191339.991000', '191339.993000', '191339.996000', '191340.000000', '191340.002000', '191340.005000', '191340.007000', '191340.010000', '191340.012000', '191340.015000', '191359.902000', '191359.905000', '191359.908000', '191359.910000', '191359.913000', '191359.916000', '191359.918000', '191359.921000', '191359.923000', '191359.926000', '191359.929000', '191359.931000', '191359.934000', '191359.936000', '191359.939000', '191359.941000', '191359.944000', '191359.947000', '191359.949000', '191359.952000', '191359.954000', '191359.957000', '191359.959000', '191359.962000', '191359.965000', '191359.967000', '191359.970000', '191359.972000', '191359.975000', '191359.977000', '191359.980000', '191359.983000', '191359.985000', '191359.988000', '191359.990000', '191359.993000', '191359.995000', '191359.998000', '191400.002000', '191400.004000', '191400.007000', '191400.009000', '191400.012000', '191419.902000', '191419.905000', '191419.908000', '191419.910000', '191419.913000', '191419.916000', '191419.918000', '191419.921000', '191419.924000', '191419.927000', '191419.929000', '191419.932000', '191419.934000', '191419.937000', '191419.940000', '191419.942000', '191419.945000', '191419.960000', '191419.962000', '191419.965000', '191419.967000', '191419.970000', '191419.973000', '191419.975000', '191419.978000', '191419.980000', '191419.983000', '191419.985000', '191419.988000', '191419.991000', '191419.993000', '191419.996000', '191420.000000', '191420.002000', '191420.005000', '191420.007000', '191420.010000', '191420.012000', '191420.015000', '191420.018000', '191420.020000', '191420.023000', '191420.025000', '191420.028000', '191439.903000', '191439.906000', '191439.909000', '191439.911000', '191439.914000', '191439.917000', '191439.919000', '191439.922000', '191439.924000', '191439.927000', '191439.930000', '191439.932000', '191439.935000', '191439.937000', '191439.940000', '191439.942000', '191439.945000', '191439.948000', '191439.950000', '191439.953000', '191439.955000', '191439.958000', '191439.960000', '191439.963000', '191439.966000', '191439.968000', '191439.971000', '191439.973000', '191439.976000', '191439.978000', '191439.981000', '191439.984000', '191439.986000', '191439.989000', '191439.991000', '191439.994000', '191439.996000', '191440.000000', '191440.003000', '191440.005000', '191440.008000', '191440.010000', '191440.013000', '191459.903000', '191459.905000', '191459.908000', '191459.910000', '191459.913000', '191459.916000', '191459.918000', '191459.921000', '191459.923000', '191459.926000', '191459.928000', '191459.931000', '191459.934000', '191459.936000', '191459.939000', '191459.941000', '191459.944000', '191459.946000', '191459.949000', '191459.952000', '191459.954000', '191459.957000', '191459.959000', '191459.962000', '191459.964000', '191459.967000', '191459.970000', '191459.972000', '191459.975000', '191459.977000', '191459.980000', '191459.982000', '191459.985000', '191459.988000', '191459.990000', '191459.993000', '191459.995000', '191459.998000', '191500.001000', '191500.004000', '191500.006000', '191500.009000', '191500.011000', '191500.014000', '191519.902000', '191519.905000', '191519.908000', '191519.911000', '191519.913000', '191519.916000', '191519.918000', '191519.921000', '191519.923000', '191519.926000', '191519.928000', '191519.931000', '191519.934000', '191519.936000', '191519.939000', '191519.941000', '191519.944000', '191519.947000', '191519.949000', '191519.952000', '191519.954000', '191519.957000', '191519.959000', '191519.962000', '191519.965000', '191519.967000', '191519.970000', '191519.972000', '191519.975000', '191519.978000', '191519.980000', '191519.983000', '191519.986000', '191519.988000', '191519.991000', '191519.993000', '191519.996000', '191520.000000', '191520.002000', '191520.005000', '191520.007000', '191520.010000', '191520.013000', '191539.902000', '191539.905000', '191539.908000', '191539.910000', '191539.913000', '191539.916000', '191539.918000', '191539.921000', '191539.923000', '191539.926000', '191539.928000', '191539.931000', '191539.934000', '191539.936000', '191539.939000', '191539.942000', '191539.944000', '191539.947000', '191539.950000', '191539.952000', '191539.955000', '191539.957000', '191539.960000', '191539.963000', '191539.966000', '191539.969000', '191539.972000', '191539.974000', '191539.977000', '191539.979000', '191539.982000', '191539.985000', '191539.987000', '191539.990000', '191539.992000', '191539.995000', '191539.998000', '191540.001000', '191540.004000', '191540.006000', '191540.009000', '191540.012000', '191540.014000', '191559.903000', '191559.905000', '191559.908000', '191559.911000', '191559.913000', '191559.916000', '191559.918000', '191559.921000', '191559.923000', '191559.926000', '191559.928000', '191559.931000', '191559.934000', '191559.951000', '191559.954000', '191559.956000', '191559.959000', '191559.962000', '191559.964000', '191559.967000', '191559.969000', '191559.972000', '191559.974000', '191559.977000', '191559.980000', '191559.982000', '191559.985000', '191559.987000', '191559.990000', '191559.993000', '191559.995000', '191559.998000', '191600.001000', '191600.004000', '191600.006000', '191600.009000', '191600.012000', '191600.014000', '191600.017000', '191600.019000', '191600.022000', '191600.024000', '191600.027000', '191600.030000', '191619.902000', '191619.905000', '191619.908000', '191619.910000', '191619.913000', '191619.916000', '191619.918000', '191619.921000', '191619.924000', '191619.926000', '191619.929000', '191619.932000', '191619.934000', '191619.937000', '191619.939000', '191619.942000', '191619.944000', '191619.947000', '191619.950000', '191619.952000', '191619.955000', '191619.957000', '191619.960000', '191619.962000', '191619.965000', '191619.968000', '191619.970000', '191619.973000', '191619.975000', '191619.978000', '191619.981000', '191619.984000', '191619.986000', '191619.989000', '191619.991000', '191619.994000', '191619.996000', '191620.000000', '191620.003000', '191620.005000', '191620.008000', '191620.010000', '191620.013000', '191639.903000', '191639.905000', '191639.908000', '191639.911000', '191639.913000', '191639.916000', '191639.918000', '191639.921000', '191639.924000', '191639.926000', '191639.929000', '191639.931000', '191639.934000', '191639.937000', '191639.939000', '191639.942000', '191639.944000', '191639.947000', '191639.949000', '191639.952000', '191639.955000', '191639.957000', '191639.960000', '191639.962000', '191639.965000', '191639.967000', '191639.970000', '191639.973000', '191639.975000', '191639.978000', '191639.981000', '191639.983000', '191639.986000', '191639.988000', '191639.991000', '191639.993000', '191639.996000', '191640.000000', '191640.002000', '191640.005000', '191640.008000', '191640.010000', '191640.013000', '191640.015000', '191659.903000', '191659.906000', '191659.909000', '191659.912000', '191659.914000', '191659.917000', '191659.919000', '191659.922000', '191659.924000', '191659.927000', '191659.930000', '191659.932000', '191659.935000', '191659.937000', '191659.940000', '191659.942000', '191659.945000', '191659.948000', '191659.950000', '191659.953000', '191659.956000', '191659.958000', '191659.961000', '191659.963000', '191659.966000', '191659.969000', '191659.971000', '191659.974000', '191659.977000', '191659.979000', '191659.982000', '191659.984000', '191659.987000', '191659.989000', '191659.992000', '191659.994000', '191659.997000', '191700.002000', '191700.005000', '191700.008000', '191700.010000', '191700.013000', '191700.016000', '191719.902000', '191719.905000', '191719.908000', '191719.910000', '191719.913000', '191719.916000', '191719.918000', '191719.921000', '191719.923000', '191719.926000', '191719.928000', '191719.931000', '191719.934000', '191719.936000', '191719.939000', '191719.941000', '191719.944000', '191719.946000', '191719.949000', '191719.951000', '191719.954000', '191719.957000', '191719.959000', '191719.962000', '191719.964000', '191719.967000', '191719.970000', '191719.972000', '191719.975000', '191719.977000', '191719.980000', '191719.983000', '191719.985000', '191719.988000', '191719.990000', '191719.993000', '191719.996000', '191719.998000', '191720.027000', '191720.029000', '191720.032000', '191720.035000', '191720.037000', '191720.040000', '191739.902000', '191739.905000', '191739.908000', '191739.910000', '191739.913000', '191739.916000', '191739.918000', '191739.921000', '191739.923000', '191739.926000', '191739.929000', '191739.931000', '191739.934000', '191739.936000', '191739.939000', '191739.942000', '191739.944000', '191739.947000', '191739.949000', '191739.952000', '191739.954000', '191739.957000', '191739.960000', '191739.962000', '191739.965000', '191739.967000', '191739.970000', '191739.973000', '191739.975000', '191739.978000', '191739.980000', '191739.983000', '191739.986000', '191739.989000', '191739.992000', '191739.995000', '191739.998000', '191740.001000', '191740.004000', '191740.007000', '191740.009000', '191740.012000', '191740.014000', '191759.903000', '191759.905000', '191759.908000', '191759.911000', '191759.913000', '191759.916000', '191759.918000', '191759.921000', '191759.924000', '191759.926000', '191759.929000', '191759.931000', '191759.934000', '191759.937000', '191759.939000', '191759.942000', '191759.944000', '191759.947000', '191759.950000', '191759.952000', '191759.955000', '191759.957000', '191759.960000', '191759.962000', '191759.965000', '191759.968000', '191759.970000', '191759.973000', '191759.975000', '191759.978000', '191759.980000', '191759.983000', '191759.986000', '191759.988000', '191759.991000', '191759.994000', '191759.996000', '191800.000000', '191800.002000', '191800.005000', '191800.007000', '191800.010000', '191800.013000', '191800.015000', '191819.902000', '191819.905000', '191819.908000', '191819.911000', '191819.913000', '191819.916000', '191819.918000', '191819.921000', '191819.923000', '191819.926000', '191819.929000', '191819.931000', '191819.934000', '191819.936000', '191819.939000', '191819.941000', '191819.944000', '191819.947000', '191819.949000', '191819.952000', '191819.954000', '191819.957000', '191819.960000', '191819.962000', '191819.965000', '191819.967000', '191819.970000', '191819.972000', '191819.975000', '191819.978000', '191819.980000', '191819.983000', '191819.985000', '191819.988000', '191819.991000', '191819.993000', '191819.996000', '191819.998000', '191820.002000', '191820.004000', '191820.007000', '191820.009000', '191820.012000', '191839.902000', '191839.905000', '191839.908000', '191839.910000', '191839.913000', '191839.916000', '191839.918000', '191839.921000', '191839.925000', '191839.928000', '191839.930000', '191839.933000', '191839.935000', '191839.938000', '191839.940000', '191839.943000', '191839.946000', '191839.948000', '191839.951000', '191839.953000', '191839.956000', '191839.959000', '191839.961000', '191839.964000', '191839.966000', '191839.969000', '191839.971000', '191839.974000', '191839.977000', '191839.979000', '191839.982000', '191839.984000', '191839.987000', '191839.989000', '191839.992000', '191839.995000', '191839.997000', '191840.001000', '191840.004000', '191840.006000', '191840.009000', '191840.012000', '191840.015000', '191840.017000', '191859.902000', '191859.905000', '191859.908000', '191859.911000', '191859.913000', '191859.916000', '191859.918000', '191859.921000', '191859.924000', '191859.926000', '191859.929000', '191859.931000', '191859.934000', '191859.936000', '191859.939000', '191859.941000', '191859.944000', '191859.947000', '191859.949000', '191859.952000', '191859.954000', '191859.957000', '191859.959000', '191859.962000', '191859.965000', '191859.967000', '191859.970000', '191859.972000', '191859.975000', '191859.978000', '191859.980000', '191859.983000', '191859.985000', '191859.988000', '191859.991000', '191859.993000', '191859.996000', '191859.998000', '191900.002000', '191900.004000', '191900.007000', '191900.009000', '191900.012000', '191919.903000', '191919.906000', '191919.909000', '191919.911000', '191919.914000', '191919.917000', '191919.919000', '191919.922000', '191919.924000', '191919.927000', '191919.930000', '191919.932000', '191919.935000', '191919.937000', '191919.940000', '191919.942000', '191919.945000', '191919.947000', '191919.960000', '191919.962000', '191919.965000', '191919.968000', '191919.970000', '191919.973000', '191919.975000', '191919.978000', '191919.981000', '191919.983000', '191919.986000', '191919.989000', '191919.991000', '191919.994000', '191919.996000', '191920.000000', '191920.003000', '191920.005000', '191920.008000', '191920.010000', '191920.013000', '191920.015000', '191920.018000', '191920.021000', '191920.023000', '191920.026000', '191939.902000', '191939.905000', '191939.908000', '191939.911000', '191939.913000', '191939.916000', '191939.918000', '191939.921000', '191939.924000', '191939.926000', '191939.929000', '191939.931000', '191939.934000', '191939.937000', '191939.939000', '191939.942000', '191939.944000', '191939.947000', '191939.950000', '191939.952000', '191939.955000', '191939.957000', '191939.960000', '191939.962000', '191939.965000', '191939.968000', '191939.970000', '191939.973000', '191939.975000', '191939.978000', '191939.980000', '191939.983000', '191939.986000', '191939.988000', '191939.991000', '191939.994000', '191939.996000', '191940.000000', '191940.002000', '191940.005000', '191940.007000', '191940.010000', '191940.013000', '191959.903000', '191959.906000', '191959.908000', '191959.911000', '191959.913000', '191959.916000', '191959.919000', '191959.921000', '191959.924000', '191959.926000', '191959.929000', '191959.931000', '191959.934000', '191959.936000', '191959.939000', '191959.942000', '191959.944000', '191959.947000', '191959.949000', '191959.952000', '191959.954000', '191959.957000', '191959.960000', '191959.962000', '191959.965000', '191959.967000', '191959.970000', '191959.972000', '191959.975000', '191959.978000', '191959.980000', '191959.983000', '191959.985000', '191959.988000', '191959.991000', '191959.993000', '191959.996000', '191959.998000', '192000.002000', '192000.005000', '192000.007000', '192000.010000', '192000.012000', '192000.015000', '192019.903000', '192019.905000', '192019.908000', '192019.911000', '192019.913000', '192019.916000', '192019.918000', '192019.921000', '192019.924000', '192019.926000', '192019.929000', '192019.931000', '192019.934000', '192019.937000', '192019.939000', '192019.942000', '192019.945000', '192019.947000', '192019.950000', '192019.953000', '192019.955000', '192019.958000', '192019.960000', '192019.963000', '192019.965000', '192019.968000', '192019.971000', '192019.973000', '192019.976000', '192019.978000', '192019.981000', '192019.984000', '192019.986000', '192019.989000', '192019.992000', '192019.994000', '192019.997000', '192020.001000', '192020.003000', '192020.006000', '192020.009000', '192020.011000', '192020.014000', '192039.903000', '192039.906000', '192039.908000', '192039.911000', '192039.913000', '192039.916000', '192039.918000', '192039.921000', '192039.924000', '192039.926000', '192039.929000', '192039.931000', '192039.934000', '192039.937000', '192039.939000', '192039.942000', '192039.945000', '192039.947000', '192039.950000', '192039.952000', '192039.955000', '192039.957000', '192039.960000', '192039.963000', '192039.965000', '192039.968000', '192039.970000', '192039.973000', '192039.975000', '192039.978000', '192039.981000', '192039.983000', '192039.986000', '192039.989000', '192039.991000', '192039.994000', '192039.996000', '192040.000000', '192040.002000', '192040.005000', '192040.008000', '192040.010000', '192040.013000', '192040.015000', '192059.903000', '192059.905000', '192059.908000', '192059.911000', '192059.913000', '192059.916000', '192059.918000', '192059.921000', '192059.924000', '192059.926000', '192059.929000', '192059.931000', '192059.934000', '192059.937000', '192059.939000', '192059.942000', '192059.944000', '192059.947000', '192059.950000', '192059.952000', '192059.955000', '192059.957000', '192059.960000', '192059.962000', '192059.965000', '192059.967000', '192059.970000', '192059.972000', '192059.975000', '192059.978000', '192059.980000', '192059.983000', '192059.985000', '192059.988000', '192059.991000', '192059.993000', '192059.996000', '192059.998000', '192100.002000', '192100.004000', '192100.007000', '192100.009000', '192100.012000', '192119.903000', '192119.905000', '192119.908000', '192119.911000', '192119.913000', '192119.916000', '192119.918000', '192119.921000', '192119.923000', '192119.926000', '192119.929000', '192119.931000', '192119.934000', '192119.936000', '192119.939000', '192119.942000', '192119.944000', '192119.947000', '192119.949000', '192119.952000', '192119.955000', '192119.957000', '192119.960000', '192119.962000', '192119.965000', '192119.967000', '192119.970000', '192119.972000', '192119.975000', '192119.978000', '192119.980000', '192119.983000', '192119.985000', '192119.988000', '192119.990000', '192119.993000', '192119.996000', '192119.998000', '192120.002000', '192120.004000', '192120.007000', '192120.010000', '192120.019000', '192120.022000', '192139.902000', '192139.905000', '192139.908000', '192139.911000', '192139.913000', '192139.916000', '192139.918000', '192139.921000', '192139.923000', '192139.926000', '192139.929000', '192139.931000', '192139.934000', '192139.937000', '192139.939000', '192139.942000', '192139.944000', '192139.947000', '192139.950000', '192139.952000', '192139.955000', '192139.957000', '192139.960000', '192139.962000', '192139.965000', '192139.968000', '192139.970000', '192139.973000', '192139.975000', '192139.978000', '192139.981000', '192139.983000', '192139.986000', '192139.989000', '192139.991000', '192139.994000', '192139.996000', '192140.000000', '192140.003000', '192140.005000', '192140.008000', '192140.010000', '192140.013000', '192159.903000', '192159.905000', '192159.908000', '192159.911000', '192159.913000', '192159.916000', '192159.918000', '192159.922000', '192159.925000', '192159.927000', '192159.930000', '192159.932000', '192159.935000', '192159.938000', '192159.940000', '192159.943000', '192159.945000', '192159.949000', '192159.951000', '192159.954000', '192159.956000', '192159.959000', '192159.961000', '192159.964000', '192159.966000', '192159.969000', '192159.972000', '192159.974000', '192159.977000', '192159.980000', '192159.982000', '192159.985000', '192159.987000', '192159.990000', '192159.993000', '192159.995000', '192159.998000', '192200.001000', '192200.004000', '192200.007000', '192200.009000', '192200.012000', '192200.014000', '192219.903000', '192219.905000', '192219.908000', '192219.911000', '192219.913000', '192219.916000', '192219.918000', '192219.921000', '192219.924000', '192219.926000', '192219.929000', '192219.931000', '192219.934000', '192219.936000', '192219.939000', '192219.942000', '192219.944000', '192219.947000', '192219.949000', '192219.952000', '192219.955000', '192219.957000', '192219.960000', '192219.962000', '192219.965000', '192219.967000', '192219.970000', '192219.973000', '192219.975000', '192219.978000', '192219.980000', '192219.983000', '192219.986000', '192219.988000', '192219.991000', '192219.993000', '192219.996000', '192219.998000', '192220.002000', '192220.005000', '192220.007000', '192220.010000', '192220.012000', '192220.015000', '192227.483000', '192227.486000', '192227.489000', '192227.491000', '192227.494000', '192227.497000', '192227.500000', '192227.502000', '192227.505000', '192227.508000', '192227.511000', '192227.513000', '192227.516000', '192227.519000', '192227.522000', '192227.525000', '192227.528000'], 'InstanceCreationTime': ['191239.928000', '191239.930000', '191239.933000', '191239.936000', '191239.939000', '191239.941000', '191239.944000', '191239.946000', '191239.949000', '191239.951000', '191239.964000', '191239.966000', '191239.969000', '191239.972000', '191239.974000', '191239.978000', '191239.981000', '191239.990000', '191239.992000', '191239.995000', '191259.902000', '191259.905000', '191259.908000', '191259.910000', '191259.913000', '191259.915000', '191259.918000', '191259.920000', '191259.923000', '191259.926000', '191259.928000', '191259.931000', '191259.933000', '191259.936000', '191259.939000', '191259.942000', '191259.944000', '191259.947000', '191259.949000', '191259.952000', '191259.954000', '191259.957000', '191259.960000', '191259.962000', '191259.965000', '191259.967000', '191259.971000', '191259.974000', '191259.976000', '191259.979000', '191259.981000', '191259.984000', '191259.987000', '191259.989000', '191259.992000', '191259.994000', '191259.997000', '191300.000000', '191300.003000', '191300.006000', '191300.012000', '191300.015000', '191300.018000', '191300.020000', '191319.902000', '191319.905000', '191319.908000', '191319.910000', '191319.913000', '191319.916000', '191319.918000', '191319.921000', '191319.923000', '191319.926000', '191319.929000', '191319.931000', '191319.934000', '191319.936000', '191319.939000', '191319.941000', '191319.944000', '191319.947000', '191319.949000', '191319.952000', '191319.954000', '191319.968000', '191319.970000', '191319.973000', '191319.975000', '191319.978000', '191319.980000', '191319.983000', '191319.986000', '191319.988000', '191319.991000', '191319.993000', '191319.996000', '191319.998000', '191320.002000', '191320.005000', '191320.007000', '191320.010000', '191320.012000', '191320.015000', '191320.017000', '191320.020000', '191320.022000', '191339.903000', '191339.905000', '191339.908000', '191339.910000', '191339.913000', '191339.916000', '191339.918000', '191339.921000', '191339.924000', '191339.926000', '191339.929000', '191339.931000', '191339.934000', '191339.936000', '191339.939000', '191339.942000', '191339.944000', '191339.947000', '191339.950000', '191339.952000', '191339.955000', '191339.957000', '191339.960000', '191339.963000', '191339.965000', '191339.968000', '191339.970000', '191339.973000', '191339.975000', '191339.978000', '191339.980000', '191339.983000', '191339.986000', '191339.988000', '191339.991000', '191339.993000', '191339.996000', '191340.000000', '191340.002000', '191340.005000', '191340.007000', '191340.010000', '191340.012000', '191340.015000', '191359.902000', '191359.905000', '191359.908000', '191359.910000', '191359.913000', '191359.916000', '191359.918000', '191359.921000', '191359.923000', '191359.926000', '191359.929000', '191359.931000', '191359.934000', '191359.936000', '191359.939000', '191359.941000', '191359.944000', '191359.947000', '191359.949000', '191359.952000', '191359.954000', '191359.957000', '191359.959000', '191359.962000', '191359.965000', '191359.967000', '191359.970000', '191359.972000', '191359.975000', '191359.977000', '191359.980000', '191359.983000', '191359.985000', '191359.988000', '191359.990000', '191359.993000', '191359.995000', '191359.998000', '191400.002000', '191400.004000', '191400.007000', '191400.009000', '191400.012000', '191419.902000', '191419.905000', '191419.908000', '191419.910000', '191419.913000', '191419.916000', '191419.918000', '191419.921000', '191419.924000', '191419.927000', '191419.929000', '191419.932000', '191419.934000', '191419.937000', '191419.940000', '191419.942000', '191419.945000', '191419.960000', '191419.962000', '191419.965000', '191419.967000', '191419.970000', '191419.973000', '191419.975000', '191419.978000', '191419.980000', '191419.983000', '191419.985000', '191419.988000', '191419.991000', '191419.993000', '191419.996000', '191420.000000', '191420.002000', '191420.005000', '191420.007000', '191420.010000', '191420.012000', '191420.015000', '191420.018000', '191420.020000', '191420.023000', '191420.025000', '191420.028000', '191439.903000', '191439.906000', '191439.909000', '191439.911000', '191439.914000', '191439.917000', '191439.919000', '191439.922000', '191439.924000', '191439.927000', '191439.930000', '191439.932000', '191439.935000', '191439.937000', '191439.940000', '191439.942000', '191439.945000', '191439.948000', '191439.950000', '191439.953000', '191439.955000', '191439.958000', '191439.960000', '191439.963000', '191439.966000', '191439.968000', '191439.971000', '191439.973000', '191439.976000', '191439.978000', '191439.981000', '191439.984000', '191439.986000', '191439.989000', '191439.991000', '191439.994000', '191439.996000', '191440.000000', '191440.003000', '191440.005000', '191440.008000', '191440.010000', '191440.013000', '191459.903000', '191459.905000', '191459.908000', '191459.910000', '191459.913000', '191459.916000', '191459.918000', '191459.921000', '191459.923000', '191459.926000', '191459.928000', '191459.931000', '191459.934000', '191459.936000', '191459.939000', '191459.941000', '191459.944000', '191459.946000', '191459.949000', '191459.952000', '191459.954000', '191459.957000', '191459.959000', '191459.962000', '191459.964000', '191459.967000', '191459.970000', '191459.972000', '191459.975000', '191459.977000', '191459.980000', '191459.982000', '191459.985000', '191459.988000', '191459.990000', '191459.993000', '191459.995000', '191459.998000', '191500.001000', '191500.004000', '191500.006000', '191500.009000', '191500.011000', '191500.014000', '191519.902000', '191519.905000', '191519.908000', '191519.911000', '191519.913000', '191519.916000', '191519.918000', '191519.921000', '191519.923000', '191519.926000', '191519.928000', '191519.931000', '191519.934000', '191519.936000', '191519.939000', '191519.941000', '191519.944000', '191519.947000', '191519.949000', '191519.952000', '191519.954000', '191519.957000', '191519.959000', '191519.962000', '191519.965000', '191519.967000', '191519.970000', '191519.972000', '191519.975000', '191519.978000', '191519.980000', '191519.983000', '191519.986000', '191519.988000', '191519.991000', '191519.993000', '191519.996000', '191520.000000', '191520.002000', '191520.005000', '191520.007000', '191520.010000', '191520.013000', '191539.902000', '191539.905000', '191539.908000', '191539.910000', '191539.913000', '191539.916000', '191539.918000', '191539.921000', '191539.923000', '191539.926000', '191539.928000', '191539.931000', '191539.934000', '191539.936000', '191539.939000', '191539.942000', '191539.944000', '191539.947000', '191539.950000', '191539.952000', '191539.955000', '191539.957000', '191539.960000', '191539.963000', '191539.966000', '191539.969000', '191539.972000', '191539.974000', '191539.977000', '191539.979000', '191539.982000', '191539.985000', '191539.987000', '191539.990000', '191539.992000', '191539.995000', '191539.998000', '191540.001000', '191540.004000', '191540.006000', '191540.009000', '191540.012000', '191540.014000', '191559.903000', '191559.905000', '191559.908000', '191559.911000', '191559.913000', '191559.916000', '191559.918000', '191559.921000', '191559.923000', '191559.926000', '191559.928000', '191559.931000', '191559.934000', '191559.951000', '191559.954000', '191559.956000', '191559.959000', '191559.962000', '191559.964000', '191559.967000', '191559.969000', '191559.972000', '191559.974000', '191559.977000', '191559.980000', '191559.982000', '191559.985000', '191559.987000', '191559.990000', '191559.993000', '191559.995000', '191559.998000', '191600.001000', '191600.004000', '191600.006000', '191600.009000', '191600.012000', '191600.014000', '191600.017000', '191600.019000', '191600.022000', '191600.024000', '191600.027000', '191600.030000', '191619.902000', '191619.905000', '191619.908000', '191619.910000', '191619.913000', '191619.916000', '191619.918000', '191619.921000', '191619.924000', '191619.926000', '191619.929000', '191619.932000', '191619.934000', '191619.937000', '191619.939000', '191619.942000', '191619.944000', '191619.947000', '191619.950000', '191619.952000', '191619.955000', '191619.957000', '191619.960000', '191619.962000', '191619.965000', '191619.968000', '191619.970000', '191619.973000', '191619.975000', '191619.978000', '191619.981000', '191619.984000', '191619.986000', '191619.989000', '191619.991000', '191619.994000', '191619.996000', '191620.000000', '191620.003000', '191620.005000', '191620.008000', '191620.010000', '191620.013000', '191639.903000', '191639.905000', '191639.908000', '191639.911000', '191639.913000', '191639.916000', '191639.918000', '191639.921000', '191639.924000', '191639.926000', '191639.929000', '191639.931000', '191639.934000', '191639.937000', '191639.939000', '191639.942000', '191639.944000', '191639.947000', '191639.949000', '191639.952000', '191639.955000', '191639.957000', '191639.960000', '191639.962000', '191639.965000', '191639.967000', '191639.970000', '191639.973000', '191639.975000', '191639.978000', '191639.981000', '191639.983000', '191639.986000', '191639.988000', '191639.991000', '191639.993000', '191639.996000', '191640.000000', '191640.002000', '191640.005000', '191640.008000', '191640.010000', '191640.013000', '191640.015000', '191659.903000', '191659.906000', '191659.909000', '191659.912000', '191659.914000', '191659.917000', '191659.919000', '191659.922000', '191659.924000', '191659.927000', '191659.930000', '191659.932000', '191659.935000', '191659.937000', '191659.940000', '191659.942000', '191659.945000', '191659.948000', '191659.950000', '191659.953000', '191659.956000', '191659.958000', '191659.961000', '191659.963000', '191659.966000', '191659.969000', '191659.971000', '191659.974000', '191659.977000', '191659.979000', '191659.982000', '191659.984000', '191659.987000', '191659.989000', '191659.992000', '191659.994000', '191659.997000', '191700.002000', '191700.005000', '191700.008000', '191700.010000', '191700.013000', '191700.016000', '191719.902000', '191719.905000', '191719.908000', '191719.910000', '191719.913000', '191719.916000', '191719.918000', '191719.921000', '191719.923000', '191719.926000', '191719.928000', '191719.931000', '191719.934000', '191719.936000', '191719.939000', '191719.941000', '191719.944000', '191719.946000', '191719.949000', '191719.951000', '191719.954000', '191719.957000', '191719.959000', '191719.962000', '191719.964000', '191719.967000', '191719.970000', '191719.972000', '191719.975000', '191719.977000', '191719.980000', '191719.983000', '191719.985000', '191719.988000', '191719.990000', '191719.993000', '191719.996000', '191719.998000', '191720.027000', '191720.029000', '191720.032000', '191720.035000', '191720.037000', '191720.040000', '191739.902000', '191739.905000', '191739.908000', '191739.910000', '191739.913000', '191739.916000', '191739.918000', '191739.921000', '191739.923000', '191739.926000', '191739.929000', '191739.931000', '191739.934000', '191739.936000', '191739.939000', '191739.942000', '191739.944000', '191739.947000', '191739.949000', '191739.952000', '191739.954000', '191739.957000', '191739.960000', '191739.962000', '191739.965000', '191739.967000', '191739.970000', '191739.973000', '191739.975000', '191739.978000', '191739.980000', '191739.983000', '191739.986000', '191739.989000', '191739.992000', '191739.995000', '191739.998000', '191740.001000', '191740.004000', '191740.007000', '191740.009000', '191740.012000', '191740.014000', '191759.903000', '191759.905000', '191759.908000', '191759.911000', '191759.913000', '191759.916000', '191759.918000', '191759.921000', '191759.924000', '191759.926000', '191759.929000', '191759.931000', '191759.934000', '191759.937000', '191759.939000', '191759.942000', '191759.944000', '191759.947000', '191759.950000', '191759.952000', '191759.955000', '191759.957000', '191759.960000', '191759.962000', '191759.965000', '191759.968000', '191759.970000', '191759.973000', '191759.975000', '191759.978000', '191759.980000', '191759.983000', '191759.986000', '191759.988000', '191759.991000', '191759.994000', '191759.996000', '191800.000000', '191800.002000', '191800.005000', '191800.007000', '191800.010000', '191800.013000', '191800.015000', '191819.902000', '191819.905000', '191819.908000', '191819.911000', '191819.913000', '191819.916000', '191819.918000', '191819.921000', '191819.923000', '191819.926000', '191819.929000', '191819.931000', '191819.934000', '191819.936000', '191819.939000', '191819.941000', '191819.944000', '191819.947000', '191819.949000', '191819.952000', '191819.954000', '191819.957000', '191819.960000', '191819.962000', '191819.965000', '191819.967000', '191819.970000', '191819.972000', '191819.975000', '191819.978000', '191819.980000', '191819.983000', '191819.985000', '191819.988000', '191819.991000', '191819.993000', '191819.996000', '191819.998000', '191820.002000', '191820.004000', '191820.007000', '191820.009000', '191820.012000', '191839.902000', '191839.905000', '191839.908000', '191839.910000', '191839.913000', '191839.916000', '191839.918000', '191839.921000', '191839.925000', '191839.928000', '191839.930000', '191839.933000', '191839.935000', '191839.938000', '191839.940000', '191839.943000', '191839.946000', '191839.948000', '191839.951000', '191839.953000', '191839.956000', '191839.959000', '191839.961000', '191839.964000', '191839.966000', '191839.969000', '191839.971000', '191839.974000', '191839.977000', '191839.979000', '191839.982000', '191839.984000', '191839.987000', '191839.989000', '191839.992000', '191839.995000', '191839.997000', '191840.001000', '191840.004000', '191840.006000', '191840.009000', '191840.012000', '191840.015000', '191840.017000', '191859.902000', '191859.905000', '191859.908000', '191859.911000', '191859.913000', '191859.916000', '191859.918000', '191859.921000', '191859.924000', '191859.926000', '191859.929000', '191859.931000', '191859.934000', '191859.936000', '191859.939000', '191859.941000', '191859.944000', '191859.947000', '191859.949000', '191859.952000', '191859.954000', '191859.957000', '191859.959000', '191859.962000', '191859.965000', '191859.967000', '191859.970000', '191859.972000', '191859.975000', '191859.978000', '191859.980000', '191859.983000', '191859.985000', '191859.988000', '191859.991000', '191859.993000', '191859.996000', '191859.998000', '191900.002000', '191900.004000', '191900.007000', '191900.009000', '191900.012000', '191919.903000', '191919.906000', '191919.909000', '191919.911000', '191919.914000', '191919.917000', '191919.919000', '191919.922000', '191919.924000', '191919.927000', '191919.930000', '191919.932000', '191919.935000', '191919.937000', '191919.940000', '191919.942000', '191919.945000', '191919.947000', '191919.960000', '191919.962000', '191919.965000', '191919.968000', '191919.970000', '191919.973000', '191919.975000', '191919.978000', '191919.981000', '191919.983000', '191919.986000', '191919.989000', '191919.991000', '191919.994000', '191919.996000', '191920.000000', '191920.003000', '191920.005000', '191920.008000', '191920.010000', '191920.013000', '191920.015000', '191920.018000', '191920.021000', '191920.023000', '191920.026000', '191939.902000', '191939.905000', '191939.908000', '191939.911000', '191939.913000', '191939.916000', '191939.918000', '191939.921000', '191939.924000', '191939.926000', '191939.929000', '191939.931000', '191939.934000', '191939.937000', '191939.939000', '191939.942000', '191939.944000', '191939.947000', '191939.950000', '191939.952000', '191939.955000', '191939.957000', '191939.960000', '191939.962000', '191939.965000', '191939.968000', '191939.970000', '191939.973000', '191939.975000', '191939.978000', '191939.980000', '191939.983000', '191939.986000', '191939.988000', '191939.991000', '191939.994000', '191939.996000', '191940.000000', '191940.002000', '191940.005000', '191940.007000', '191940.010000', '191940.013000', '191959.903000', '191959.906000', '191959.908000', '191959.911000', '191959.913000', '191959.916000', '191959.919000', '191959.921000', '191959.924000', '191959.926000', '191959.929000', '191959.931000', '191959.934000', '191959.936000', '191959.939000', '191959.942000', '191959.944000', '191959.947000', '191959.949000', '191959.952000', '191959.954000', '191959.957000', '191959.960000', '191959.962000', '191959.965000', '191959.967000', '191959.970000', '191959.972000', '191959.975000', '191959.978000', '191959.980000', '191959.983000', '191959.985000', '191959.988000', '191959.991000', '191959.993000', '191959.996000', '191959.998000', '192000.002000', '192000.005000', '192000.007000', '192000.010000', '192000.012000', '192000.015000', '192019.903000', '192019.905000', '192019.908000', '192019.911000', '192019.913000', '192019.916000', '192019.918000', '192019.921000', '192019.924000', '192019.926000', '192019.929000', '192019.931000', '192019.934000', '192019.937000', '192019.939000', '192019.942000', '192019.945000', '192019.947000', '192019.950000', '192019.953000', '192019.955000', '192019.958000', '192019.960000', '192019.963000', '192019.965000', '192019.968000', '192019.971000', '192019.973000', '192019.976000', '192019.978000', '192019.981000', '192019.984000', '192019.986000', '192019.989000', '192019.992000', '192019.994000', '192019.997000', '192020.001000', '192020.003000', '192020.006000', '192020.009000', '192020.011000', '192020.014000', '192039.903000', '192039.906000', '192039.908000', '192039.911000', '192039.913000', '192039.916000', '192039.918000', '192039.921000', '192039.924000', '192039.926000', '192039.929000', '192039.931000', '192039.934000', '192039.937000', '192039.939000', '192039.942000', '192039.945000', '192039.947000', '192039.950000', '192039.952000', '192039.955000', '192039.957000', '192039.960000', '192039.963000', '192039.965000', '192039.968000', '192039.970000', '192039.973000', '192039.975000', '192039.978000', '192039.981000', '192039.983000', '192039.986000', '192039.989000', '192039.991000', '192039.994000', '192039.996000', '192040.000000', '192040.002000', '192040.005000', '192040.008000', '192040.010000', '192040.013000', '192040.015000', '192059.903000', '192059.905000', '192059.908000', '192059.911000', '192059.913000', '192059.916000', '192059.918000', '192059.921000', '192059.924000', '192059.926000', '192059.929000', '192059.931000', '192059.934000', '192059.937000', '192059.939000', '192059.942000', '192059.944000', '192059.947000', '192059.950000', '192059.952000', '192059.955000', '192059.957000', '192059.960000', '192059.962000', '192059.965000', '192059.967000', '192059.970000', '192059.972000', '192059.975000', '192059.978000', '192059.980000', '192059.983000', '192059.985000', '192059.988000', '192059.991000', '192059.993000', '192059.996000', '192059.998000', '192100.002000', '192100.004000', '192100.007000', '192100.009000', '192100.012000', '192119.903000', '192119.905000', '192119.908000', '192119.911000', '192119.913000', '192119.916000', '192119.918000', '192119.921000', '192119.923000', '192119.926000', '192119.929000', '192119.931000', '192119.934000', '192119.936000', '192119.939000', '192119.942000', '192119.944000', '192119.947000', '192119.949000', '192119.952000', '192119.955000', '192119.957000', '192119.960000', '192119.962000', '192119.965000', '192119.967000', '192119.970000', '192119.972000', '192119.975000', '192119.978000', '192119.980000', '192119.983000', '192119.985000', '192119.988000', '192119.990000', '192119.993000', '192119.996000', '192119.998000', '192120.002000', '192120.004000', '192120.007000', '192120.010000', '192120.019000', '192120.022000', '192139.902000', '192139.905000', '192139.908000', '192139.911000', '192139.913000', '192139.916000', '192139.918000', '192139.921000', '192139.923000', '192139.926000', '192139.929000', '192139.931000', '192139.934000', '192139.937000', '192139.939000', '192139.942000', '192139.944000', '192139.947000', '192139.950000', '192139.952000', '192139.955000', '192139.957000', '192139.960000', '192139.962000', '192139.965000', '192139.968000', '192139.970000', '192139.973000', '192139.975000', '192139.978000', '192139.981000', '192139.983000', '192139.986000', '192139.989000', '192139.991000', '192139.994000', '192139.996000', '192140.000000', '192140.003000', '192140.005000', '192140.008000', '192140.010000', '192140.013000', '192159.903000', '192159.905000', '192159.908000', '192159.911000', '192159.913000', '192159.916000', '192159.918000', '192159.922000', '192159.925000', '192159.927000', '192159.930000', '192159.932000', '192159.935000', '192159.938000', '192159.940000', '192159.943000', '192159.945000', '192159.949000', '192159.951000', '192159.954000', '192159.956000', '192159.959000', '192159.961000', '192159.964000', '192159.966000', '192159.969000', '192159.972000', '192159.974000', '192159.977000', '192159.980000', '192159.982000', '192159.985000', '192159.987000', '192159.990000', '192159.993000', '192159.995000', '192159.998000', '192200.001000', '192200.004000', '192200.007000', '192200.009000', '192200.012000', '192200.014000', '192219.903000', '192219.905000', '192219.908000', '192219.911000', '192219.913000', '192219.916000', '192219.918000', '192219.921000', '192219.924000', '192219.926000', '192219.929000', '192219.931000', '192219.934000', '192219.936000', '192219.939000', '192219.942000', '192219.944000', '192219.947000', '192219.949000', '192219.952000', '192219.955000', '192219.957000', '192219.960000', '192219.962000', '192219.965000', '192219.967000', '192219.970000', '192219.973000', '192219.975000', '192219.978000', '192219.980000', '192219.983000', '192219.986000', '192219.988000', '192219.991000', '192219.993000', '192219.996000', '192219.998000', '192220.002000', '192220.005000', '192220.007000', '192220.010000', '192220.012000', '192220.015000', '192227.483000', '192227.486000', '192227.489000', '192227.491000', '192227.494000', '192227.497000', '192227.500000', '192227.502000', '192227.505000', '192227.508000', '192227.511000', '192227.513000', '192227.516000', '192227.519000', '192227.522000', '192227.525000', '192227.528000'], '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': [9728, 11684, 21576, 13753, 20391, 14059, 8744, 10441, 7642, 14141, 9480, 12072, 12072, 8109, 14530, 7972, 11721, 9046, 8152, 10830, 7923, 7246, 8495, 8502, 10559, 10154, 8255, 12502, 8346, 8502, 11788, 9005, 11732, 9214, 7794, 11130, 8238, 8597, 11278, 8250, 7941, 8892, 7736, 11759, 8572, 10146, 10675, 8360, 9896, 8203, 8285, 11244, 8987, 11756, 9667, 8298, 9540, 8143, 8739, 10925, 8690, 8213, 8226, 8340, 11019, 8802, 11917, 9874, 8447, 11039, 8469, 9097, 11549, 9258, 8851, 8196, 8024, 10307, 8937, 11582, 9862, 8817, 10660, 7989, 11960, 8287, 10335, 9411, 8633, 11534, 8369, 10745, 8720, 8595, 9873, 8608, 11228, 8455, 8298, 10204, 9000, 14538, 10695, 8639, 8702, 8507, 11605, 8632, 10881, 10114, 8516, 10158, 8753, 10851, 9034, 8811, 12214, 8418, 8286, 9305, 9261, 12896, 9652, 8564, 10242, 7712, 8730, 8350, 8790, 14120, 10214, 8423, 8388, 8897, 11361, 8955, 11747, 10318, 8623, 11180, 9060, 8660, 10451, 8917, 13223, 8631, 8587, 10230, 8727, 9637, 9863, 8342, 11919, 8197, 8871, 12364, 9661, 8390, 8248, 8184, 8555, 8768, 8853, 12412, 8623, 8335, 9289, 9123, 14094, 10424, 8389, 8533, 8357, 10006, 8414, 8823, 8645, 8820, 12416, 7775, 8905, 8192, 8708, 11168, 9548, 14049, 9804, 8407, 9110, 9314, 11015, 8831, 8492, 10579, 8300, 8755, 7966, 8680, 10603, 9099, 12016, 9377, 8821, 10196, 8541, 8572, 10202, 8834, 12950, 8951, 7975, 8345, 8888, 11247, 8839, 9284, 11270, 8668, 8187, 8138, 8810, 13528, 9799, 8257, 10046, 8191, 8729, 9966, 9963, 15008, 10418, 8546, 9713, 8880, 14583, 10846, 8636, 8264, 8481, 9266, 8689, 9429, 8904, 8978, 11053, 7878, 8921, 8663, 8954, 12790, 9384, 7627, 8179, 8814, 11135, 8668, 11550, 11385, 8243, 12389, 8152, 9149, 10812, 10119, 15187, 9159, 8179, 8592, 9031, 12071, 9513, 8668, 8671, 8410, 10697, 9306, 8920, 10746, 8303, 11978, 8179, 8556, 11269, 8860, 12108, 9157, 8020, 9886, 8641, 9237, 10014, 8842, 11560, 8527, 7826, 8513, 8548, 12573, 9345, 8332, 8027, 8027, 10665, 9437, 10178, 11907, 7984, 8553, 8749, 8494, 9327, 9069, 14475, 10541, 8208, 9340, 8352, 12739, 9856, 12706, 11092, 8152, 10913, 7736, 8892, 8329, 8586, 12984, 8517, 7596, 8231, 8177, 11854, 9361, 12007, 9927, 8003, 9820, 8201, 11716, 8441, 11913, 8629, 7591, 8589, 8384, 9620, 7934, 7940, 10740, 8069, 12462, 9519, 13369, 10053, 9099, 10126, 8144, 9639, 8081, 8474, 11803, 9472, 8615, 8392, 8538, 11446, 8143, 8605, 13078, 8147, 8040, 10301, 8222, 10986, 13524, 9360, 8197, 8754, 8296, 12183, 10112, 9192, 16945, 8824, 8102, 8895, 8576, 12119, 8606, 8062, 9199, 9013, 7683, 8390, 8562, 10800, 9720, 9151, 9220, 8213, 9597, 8930, 9757, 11096, 8431, 12830, 8495, 8427, 10451, 9999, 13791, 9878, 7772, 9989, 8606, 11932, 8936, 8368, 11739, 8245, 7858, 8824, 8742, 13656, 10269, 11075, 9036, 7942, 8451, 8144, 8525, 13348, 10469, 8389, 12011, 8312, 8103, 8749, 8947, 14654, 10918, 8085, 8718, 8034, 8360, 9599, 8680, 8982, 8596, 7970, 11766, 7784, 8626, 12611, 9247, 8289, 10419, 9215, 9855, 12573, 9731, 8219, 9300, 8352, 9897, 8534, 8721, 13497, 9194, 8112, 10049, 8448, 10086, 8774, 8491, 11766, 7865, 7984, 8805, 8085, 8754, 11108, 8969, 8469, 9125, 8639, 10965, 8464, 11929, 9613, 8179, 8802, 8277, 8389, 11592, 8784, 8336, 10395, 8767, 8511, 10634, 9043, 9179, 9019, 7864, 12509, 8725, 14166, 11009, 8196, 11280, 8176, 8402, 8364, 8958, 11803, 8198, 8537, 9647, 8714, 11362, 8380, 8976, 11092, 8203, 10646, 9165, 8590, 10431, 8675, 8269, 8442, 8712, 10763, 7745, 8452, 11279, 8354, 9727, 8522, 8831, 8951, 8647, 12745, 9091, 8423, 8076, 8506, 9631, 8703, 12056, 9455, 8351, 9429, 9089, 13017, 10180, 10194, 10420, 8527, 11356, 8067, 9202, 11440, 9812, 12006, 8407, 8135, 10159, 9022, 13548, 9969, 8274, 8386, 8384, 10652, 8656, 9398, 10457, 8958, 11731, 8588, 8393, 9671, 9372, 13587, 9937, 8147, 9708, 8508, 8774, 12467, 8495, 8526, 9374, 7164, 9100, 12653, 9722, 9250, 10882, 7888, 9053, 14176, 11357, 9440, 13397, 7981, 8737, 11064, 9195, 13541, 10632, 8924, 10625, 8294, 8488, 7993, 9250, 11990, 8810, 8666, 10706, 8645, 8260, 8009, 8964, 13019, 10143, 8737, 8392, 8835, 11546, 9081, 12961, 10367, 8679, 10641, 8376, 8550, 8378, 9160, 14083, 10357, 8768, 9895, 8979, 10950, 10320, 9260, 14473, 9186, 8989, 9308, 9313, 14785, 10400, 8781, 9731, 8437, 8660, 8727, 9227, 13359, 9521, 9007, 9905, 9764, 8910, 11545, 8727, 8174, 8636, 8735, 9806, 9849, 9241, 12381, 9124, 8734, 11645, 8048, 9139, 12973, 9486, 8950, 12685, 9008, 8534, 10713, 9585, 11137, 8357, 7893, 9909, 7873, 9074, 9320, 7979, 12762, 8297, 7768, 9650, 8106, 9706, 8985, 8103, 12632, 8464, 8065, 8268, 8272, 12382, 9243, 7973, 8637, 8146, 11621, 8573, 9097, 10661, 7935, 12202, 8028, 9338, 8852, 8573, 12740, 7856, 9299, 8641, 9030, 12501, 10782, 14222, 9401, 8230, 8814, 9298, 13516, 10211, 8815, 10206, 8543, 12808, 9225, 10792, 12771, 8848, 8348, 8442, 9146, 12336, 9023, 11761, 9665, 9187, 11099, 9025, 9584, 9909, 9047, 10539, 8550, 8888, 8360, 8740, 10183, 8941, 13908, 8823, 8328, 9133, 8976, 10004, 8938, 10182, 14156, 10026, 13458, 9548, 13747, 10706, 12527, 10225, 9085, 10328, 9181, 13215, 9138, 9170, 11927, 8903, 8509, 8238, 8702, 13921, 10588, 10612, 11377, 9207, 14101, 10782, 16046, 12092, 8920, 9243, 9331, 13349, 9599, 9660, 8542, 9065, 8150, 8297, 9152, 10518, 10530, 9385, 13468, 10010, 11384, 12111, 9708, 13907, 8931, 10023, 9503, 10499, 14260, 10467, 12857, 8056, 8879, 10162, 8161, 8990, 12385, 7638, 8907, 10091, 8982, 10882, 13259, 9620, 8672, 8602, 8556, 12128, 11633, 8488, 8534, 8391, 8911, 13034, 8128, 8899, 9441, 8240, 8273, 7245, 9005, 7792, 8036, 9479, 10704, 8291, 9024, 11459, 8172, 11360, 8631, 9275, 13502, 10007, 8165, 10119, 8456, 8097, 9372, 8114, 8081, 8816, 8008, 7872, 8287, 8906, 13379, 9709, 8372, 10293, 8650, 10003, 12317, 9777, 9268, 8305, 9034, 12132, 8192, 8814, 12425, 8740, 8445, 7806, 8906, 12162, 9044, 11544, 8264, 9043, 11087, 9080, 10641, 12641, 9307, 12144, 9022, 8998, 11943, 10616, 16063, 11494, 9147, 9174, 9354, 9745, 7498, 8772, 13496, 8847, 8493, 8146, 8911, 11468, 9589, 12897, 10281, 9040, 10739, 8217, 9007, 11520, 10492, 14019, 9169, 8939, 11469, 9155, 10555, 11727, 9053, 10742, 10159, 10952, 18722, 12070, 9293, 10320, 9180, 8959, 10454, 9316, 8652, 8176, 9116, 12895, 8899, 9901, 14392, 8737, 9256, 9403, 9008, 12064, 12065, 9352, 10451, 7686, 9099, 10870, 9018, 10784, 10838, 9147, 8539, 7472, 8821, 9209, 9252, 14365, 10070, 8880, 9329, 9439, 9168, 10773, 11102, 13424, 10403, 9135, 11683, 9316, 12275, 12085, 9418, 14220, 9163, 9818, 10196, 9226, 15084, 10237, 9601, 7574, 8798, 10047, 9424, 11217, 9018, 8538, 7839, 8387, 11162, 8283, 8019, 7393, 8581, 11271, 9351, 11841, 10025, 9594, 11679, 9135, 13396, 10594, 9554, 12451, 9537, 13473, 9667, 12172, 12449, 9649, 16438, 9982, 9904, 11961, 10860, 17886, 11089, 8832, 10602, 9299, 14486, 10523, 11387, 11655, 9105, 8738, 8415, 9125, 12603, 9856, 8923, 12645, 7906, 8964, 9434, 8938, 9550, 10521, 9044, 10059, 8102, 9146, 14042, 10304, 10796, 14857, 10414, 9927, 8457, 8967, 11749, 9434, 11385, 9359, 8932, 8214, 7450, 9094, 13040, 10375, 10549, 9149, 8817, 9779, 9733, 13916, 10115, 13042, 8597, 9067, 10592, 7572, 8876, 14596, 10728, 10343, 11499, 9598, 17049, 12004, 12028, 11662, 9389, 16224, 9884, 11436, 15865, 9397, 8999, 9263, 10325, 10590, 14114, 9323, 8852, 9797, 9338, 8699, 11491, 8110, 9049, 11304, 8043, 9442, 14306, 10740, 10214, 13645, 8147, 9138, 13118, 9714, 9550, 11505, 9196, 9215, 8759, 7685, 9149, 12606, 9044, 9368, 8807, 8243, 7828, 9176, 10950, 8259, 9025, 10474, 9228, 14071, 11172, 8896, 13324, 8319, 9077, 9522, 9297, 11638, 11994, 9331, 10922, 8727, 9151, 14330, 11180, 14662, 10838, 9081, 10432, 7770, 9010, 11356, 9315, 8863, 9818, 9562, 15813, 10935, 10629, 13165, 8788, 9122, 7855, 9282, 11693, 10016, 9098, 9710, 7562, 9001, 13320, 10413, 9493, 9122, 9189, 12118, 9346, 10252, 11884, 7427, 8910, 8588, 6945, 9002, 10404, 10120, 12368, 10869, 9130, 12993, 9573, 16393, 11598, 15713, 10142, 9167, 8385, 9309, 12479, 8421, 9105, 9040, 9235, 8751, 9409, 10230, 16592, 11902, 10043, 9204, 10942, 12744, 9490, 12754, 9200, 8638, 7511, 9640, 13320, 9139, 8903, 12055, 9541, 13959, 10300, 15239, 11394, 8984, 7703, 9508, 12068, 8132, 9097, 10444, 8952, 13676, 9403, 11712, 10492, 9219, 11131, 9143, 8668, 8578, 9579, 14846, 9627, 9228, 12369, 9260, 13421, 11681, 9616, 14273, 9184, 11476, 11348, 9994, 16922, 10154], 'WindowCenter': [3970.0, 3977.0, 4005.0, 3958.0, 3977.0, 3956.0, 3901.0, 3920.0, 3878.0, 3952.0, 3910.0, 3929.0, 3929.0, 3888.0, 3951.0, 3887.0, 3931.0, 3897.0, 3873.0, 3919.0, 3887.0, 3876.0, 3897.0, 3901.0, 3919.0, 3920.0, 3900.0, 3942.0, 3888.0, 3898.0, 3929.0, 3898.0, 3929.0, 3909.0, 3877.0, 3931.0, 3900.0, 3898.0, 3919.0, 3889.0, 3889.0, 3900.0, 3889.0, 3931.0, 3899.0, 3907.0, 3920.0, 3899.0, 3921.0, 3888.0, 3888.0, 3930.0, 3899.0, 3943.0, 3924.0, 3902.0, 3921.0, 3900.0, 3911.0, 3931.0, 3902.0, 3901.0, 3901.0, 3901.0, 3931.0, 3912.0, 3931.0, 3921.0, 3901.0, 3932.0, 3901.0, 3899.0, 3931.0, 3910.0, 3910.0, 3900.0, 3890.0, 3921.0, 3899.0, 3928.0, 3923.0, 3912.0, 3921.0, 3890.0, 3930.0, 3900.0, 3908.0, 3899.0, 3888.0, 3931.0, 3900.0, 3920.0, 3901.0, 3911.0, 3921.0, 3901.0, 3933.0, 3902.0, 3900.0, 3922.0, 3912.0, 3942.0, 3923.0, 3900.0, 3900.0, 3899.0, 3930.0, 3900.0, 3919.0, 3921.0, 3899.0, 3920.0, 3901.0, 3930.0, 3898.0, 3899.0, 3942.0, 3900.0, 3898.0, 3910.0, 3910.0, 3940.0, 3923.0, 3900.0, 3921.0, 3889.0, 3899.0, 3888.0, 3898.0, 3951.0, 3921.0, 3900.0, 3900.0, 3899.0, 3931.0, 3899.0, 3929.0, 3921.0, 3899.0, 3930.0, 3898.0, 3898.0, 3921.0, 3899.0, 3943.0, 3898.0, 3901.0, 3920.0, 3901.0, 3911.0, 3922.0, 3901.0, 3943.0, 3901.0, 3899.0, 3930.0, 3923.0, 3900.0, 3900.0, 3902.0, 3910.0, 3898.0, 3909.0, 3943.0, 3901.0, 3899.0, 3909.0, 3910.0, 3941.0, 3920.0, 3889.0, 3899.0, 3888.0, 3908.0, 3887.0, 3898.0, 3898.0, 3898.0, 3942.0, 3889.0, 3911.0, 3899.0, 3900.0, 3929.0, 3909.0, 3952.0, 3921.0, 3899.0, 3910.0, 3910.0, 3933.0, 3912.0, 3900.0, 3933.0, 3902.0, 3910.0, 3902.0, 3901.0, 3932.0, 3911.0, 3942.0, 3912.0, 3913.0, 3933.0, 3911.0, 3901.0, 3922.0, 3909.0, 3942.0, 3911.0, 3902.0, 3902.0, 3912.0, 3931.0, 3900.0, 3911.0, 3933.0, 3902.0, 3902.0, 3891.0, 3912.0, 3952.0, 3924.0, 3902.0, 3922.0, 3902.0, 3911.0, 3920.0, 3922.0, 3955.0, 3921.0, 3899.0, 3910.0, 3900.0, 3941.0, 3920.0, 3887.0, 3888.0, 3897.0, 3898.0, 3898.0, 3898.0, 3910.0, 3912.0, 3930.0, 3891.0, 3899.0, 3900.0, 3898.0, 3930.0, 3911.0, 3878.0, 3899.0, 3898.0, 3930.0, 3899.0, 3930.0, 3932.0, 3901.0, 3942.0, 3889.0, 3909.0, 3918.0, 3908.0, 3953.0, 3898.0, 3887.0, 3897.0, 3910.0, 3929.0, 3910.0, 3900.0, 3899.0, 3899.0, 3921.0, 3911.0, 3899.0, 3920.0, 3900.0, 3931.0, 3889.0, 3900.0, 3931.0, 3900.0, 3943.0, 3910.0, 3890.0, 3921.0, 3912.0, 3909.0, 3922.0, 3911.0, 3942.0, 3901.0, 3892.0, 3900.0, 3900.0, 3943.0, 3912.0, 3902.0, 3901.0, 3901.0, 3933.0, 3911.0, 3920.0, 3943.0, 3901.0, 3902.0, 3901.0, 3900.0, 3911.0, 3910.0, 3954.0, 3933.0, 3900.0, 3911.0, 3901.0, 3942.0, 3909.0, 3929.0, 3932.0, 3888.0, 3919.0, 3878.0, 3899.0, 3887.0, 3887.0, 3942.0, 3899.0, 3877.0, 3887.0, 3899.0, 3930.0, 3897.0, 3929.0, 3920.0, 3888.0, 3910.0, 3888.0, 3930.0, 3888.0, 3929.0, 3899.0, 3877.0, 3898.0, 3901.0, 3921.0, 3902.0, 3903.0, 3945.0, 3904.0, 3944.0, 3922.0, 3942.0, 3910.0, 3900.0, 3923.0, 3900.0, 3921.0, 3891.0, 3901.0, 3930.0, 3921.0, 3900.0, 3899.0, 3900.0, 3942.0, 3889.0, 3899.0, 3953.0, 3900.0, 3890.0, 3920.0, 3890.0, 3920.0, 3943.0, 3910.0, 3888.0, 3898.0, 3899.0, 3929.0, 3907.0, 3897.0, 3963.0, 3898.0, 3887.0, 3897.0, 3898.0, 3929.0, 3886.0, 3886.0, 3909.0, 3911.0, 3889.0, 3900.0, 3913.0, 3932.0, 3911.0, 3911.0, 3911.0, 3901.0, 3921.0, 3912.0, 3909.0, 3946.0, 3902.0, 3945.0, 3901.0, 3901.0, 3920.0, 3921.0, 3954.0, 3921.0, 3879.0, 3921.0, 3901.0, 3930.0, 3898.0, 3899.0, 3943.0, 3903.0, 3890.0, 3912.0, 3899.0, 3941.0, 3909.0, 3932.0, 3912.0, 3889.0, 3900.0, 3901.0, 3899.0, 3941.0, 3933.0, 3901.0, 3943.0, 3901.0, 3890.0, 3898.0, 3900.0, 3953.0, 3933.0, 3890.0, 3900.0, 3901.0, 3899.0, 3910.0, 3899.0, 3912.0, 3901.0, 3901.0, 3942.0, 3891.0, 3900.0, 3944.0, 3925.0, 3902.0, 3933.0, 3912.0, 3922.0, 3931.0, 3911.0, 3901.0, 3910.0, 3889.0, 3908.0, 3899.0, 3887.0, 3942.0, 3911.0, 3888.0, 3908.0, 3899.0, 3907.0, 3886.0, 3886.0, 3931.0, 3889.0, 3890.0, 3910.0, 3903.0, 3900.0, 3933.0, 3913.0, 3902.0, 3913.0, 3899.0, 3920.0, 3888.0, 3930.0, 3921.0, 3901.0, 3911.0, 3903.0, 3900.0, 3930.0, 3914.0, 3902.0, 3922.0, 3913.0, 3913.0, 3921.0, 3912.0, 3912.0, 3911.0, 3890.0, 3941.0, 3899.0, 3941.0, 3935.0, 3902.0, 3931.0, 3902.0, 3900.0, 3887.0, 3910.0, 3930.0, 3887.0, 3898.0, 3909.0, 3899.0, 3929.0, 3888.0, 3898.0, 3932.0, 3899.0, 3920.0, 3910.0, 3896.0, 3908.0, 3898.0, 3889.0, 3899.0, 3899.0, 3930.0, 3889.0, 3889.0, 3931.0, 3900.0, 3909.0, 3899.0, 3898.0, 3898.0, 3898.0, 3941.0, 3900.0, 3900.0, 3890.0, 3900.0, 3909.0, 3898.0, 3929.0, 3922.0, 3901.0, 3911.0, 3911.0, 3941.0, 3920.0, 3921.0, 3932.0, 3900.0, 3930.0, 3888.0, 3898.0, 3929.0, 3921.0, 3942.0, 3900.0, 3888.0, 3919.0, 3899.0, 3939.0, 3921.0, 3901.0, 3900.0, 3899.0, 3921.0, 3900.0, 3909.0, 3922.0, 3911.0, 3941.0, 3900.0, 3901.0, 3911.0, 3910.0, 3955.0, 3922.0, 3890.0, 3921.0, 3901.0, 3900.0, 3955.0, 3913.0, 3913.0, 3925.0, 3880.0, 3911.0, 3944.0, 3923.0, 3911.0, 3933.0, 3889.0, 3911.0, 3954.0, 3931.0, 3912.0, 3944.0, 3890.0, 3898.0, 3920.0, 3898.0, 3939.0, 3908.0, 3897.0, 3918.0, 3888.0, 3886.0, 3887.0, 3909.0, 3930.0, 3899.0, 3900.0, 3921.0, 3902.0, 3900.0, 3890.0, 3911.0, 3941.0, 3923.0, 3901.0, 3900.0, 3898.0, 3931.0, 3910.0, 3940.0, 3922.0, 3900.0, 3921.0, 3900.0, 3899.0, 3899.0, 3909.0, 3952.0, 3933.0, 3901.0, 3922.0, 3912.0, 3932.0, 3920.0, 3912.0, 3955.0, 3912.0, 3900.0, 3911.0, 3910.0, 3941.0, 3922.0, 3900.0, 3910.0, 3900.0, 3913.0, 3899.0, 3909.0, 3953.0, 3912.0, 3910.0, 3920.0, 3921.0, 3898.0, 3932.0, 3912.0, 3902.0, 3911.0, 3911.0, 3922.0, 3921.0, 3910.0, 3944.0, 3911.0, 3900.0, 3942.0, 3902.0, 3910.0, 3955.0, 3923.0, 3889.0, 3903.0, 3916.0, 3914.0, 3936.0, 3923.0, 3947.0, 3914.0, 3903.0, 3922.0, 3888.0, 3896.0, 3896.0, 3887.0, 3942.0, 3899.0, 3890.0, 3921.0, 3901.0, 3910.0, 3899.0, 3889.0, 3941.0, 3900.0, 3889.0, 3900.0, 3902.0, 3930.0, 3913.0, 3890.0, 3900.0, 3889.0, 3931.0, 3902.0, 3910.0, 3921.0, 3890.0, 3943.0, 3900.0, 3911.0, 3911.0, 3900.0, 3944.0, 3901.0, 3911.0, 3901.0, 3910.0, 3942.0, 3931.0, 3955.0, 3911.0, 3899.0, 3909.0, 3912.0, 3941.0, 3922.0, 3911.0, 3921.0, 3900.0, 3941.0, 3910.0, 3920.0, 3944.0, 3911.0, 3901.0, 3899.0, 3911.0, 3941.0, 3899.0, 3941.0, 3909.0, 3911.0, 3931.0, 3911.0, 3920.0, 3919.0, 3911.0, 3932.0, 3911.0, 3912.0, 3901.0, 3910.0, 3920.0, 3910.0, 3952.0, 3912.0, 3914.0, 3923.0, 3924.0, 3934.0, 3923.0, 3934.0, 3969.0, 3924.0, 3955.0, 3923.0, 3953.0, 3921.0, 3929.0, 3921.0, 3899.0, 3920.0, 3908.0, 3940.0, 3898.0, 3907.0, 3941.0, 3910.0, 3899.0, 3899.0, 3911.0, 3951.0, 3933.0, 3933.0, 3943.0, 3909.0, 3952.0, 3930.0, 3953.0, 3942.0, 3899.0, 3908.0, 3911.0, 3938.0, 3907.0, 3909.0, 3900.0, 3911.0, 3888.0, 3911.0, 3924.0, 3945.0, 3946.0, 3924.0, 3956.0, 3923.0, 3943.0, 3943.0, 3923.0, 3954.0, 3911.0, 3920.0, 3909.0, 3919.0, 3941.0, 3920.0, 3940.0, 3888.0, 3897.0, 3906.0, 3885.0, 3897.0, 3941.0, 3878.0, 3897.0, 3920.0, 3899.0, 3918.0, 3942.0, 3910.0, 3899.0, 3886.0, 3886.0, 3931.0, 3931.0, 3898.0, 3898.0, 3887.0, 3897.0, 3929.0, 3875.0, 3897.0, 3907.0, 3899.0, 3901.0, 3891.0, 3913.0, 3890.0, 3901.0, 3920.0, 3920.0, 3900.0, 3900.0, 3932.0, 3901.0, 3932.0, 3900.0, 3910.0, 3942.0, 3910.0, 3887.0, 3908.0, 3887.0, 3888.0, 3898.0, 3889.0, 3890.0, 3911.0, 3891.0, 3890.0, 3901.0, 3911.0, 3954.0, 3912.0, 3902.0, 3922.0, 3902.0, 3922.0, 3933.0, 3923.0, 3911.0, 3901.0, 3911.0, 3945.0, 3902.0, 3911.0, 3944.0, 3902.0, 3902.0, 3892.0, 3913.0, 3943.0, 3913.0, 3945.0, 3902.0, 3914.0, 3944.0, 3925.0, 3933.0, 3958.0, 3926.0, 3945.0, 3913.0, 3912.0, 3944.0, 3922.0, 3954.0, 3933.0, 3911.0, 3910.0, 3911.0, 3922.0, 3879.0, 3900.0, 3956.0, 3913.0, 3913.0, 3902.0, 3911.0, 3931.0, 3910.0, 3941.0, 3933.0, 3912.0, 3933.0, 3915.0, 3913.0, 3944.0, 3936.0, 3966.0, 3911.0, 3913.0, 3943.0, 3924.0, 3935.0, 3944.0, 3912.0, 3933.0, 3922.0, 3920.0, 3978.0, 3943.0, 3910.0, 3920.0, 3909.0, 3898.0, 3918.0, 3910.0, 3899.0, 3899.0, 3909.0, 3941.0, 3899.0, 3909.0, 3954.0, 3913.0, 3908.0, 3909.0, 3908.0, 3928.0, 3942.0, 3909.0, 3919.0, 3879.0, 3898.0, 3919.0, 3899.0, 3918.0, 3918.0, 3911.0, 3910.0, 3879.0, 3912.0, 3922.0, 3910.0, 3952.0, 3937.0, 3913.0, 3923.0, 3924.0, 3924.0, 3933.0, 3945.0, 3956.0, 3933.0, 3912.0, 3932.0, 3910.0, 3931.0, 3943.0, 3910.0, 3954.0, 3910.0, 3920.0, 3920.0, 3897.0, 3953.0, 3920.0, 3908.0, 3888.0, 3900.0, 3919.0, 3910.0, 3931.0, 3911.0, 3899.0, 3890.0, 3900.0, 3944.0, 3915.0, 3914.0, 3905.0, 3927.0, 3946.0, 3926.0, 3958.0, 3937.0, 3935.0, 3945.0, 3924.0, 3954.0, 3935.0, 3923.0, 3945.0, 3921.0, 3953.0, 3909.0, 3930.0, 3944.0, 3911.0, 3964.0, 3909.0, 3910.0, 3929.0, 3919.0, 3965.0, 3931.0, 3898.0, 3919.0, 3909.0, 3939.0, 3907.0, 3929.0, 3930.0, 3909.0, 3899.0, 3898.0, 3911.0, 3940.0, 3921.0, 3924.0, 3957.0, 3914.0, 3924.0, 3910.0, 3910.0, 3907.0, 3931.0, 3924.0, 3934.0, 3902.0, 3924.0, 3964.0, 3934.0, 3933.0, 3968.0, 3932.0, 3921.0, 3899.0, 3912.0, 3941.0, 3910.0, 3942.0, 3921.0, 3924.0, 3913.0, 3892.0, 3924.0, 3966.0, 3936.0, 3936.0, 3924.0, 3924.0, 3935.0, 3924.0, 3952.0, 3934.0, 3967.0, 3914.0, 3924.0, 3945.0, 3903.0, 3925.0, 3981.0, 3947.0, 3934.0, 3945.0, 3922.0, 3977.0, 3958.0, 3944.0, 3933.0, 3910.0, 3963.0, 3910.0, 3931.0, 3965.0, 3910.0, 3908.0, 3897.0, 3905.0, 3917.0, 3954.0, 3907.0, 3898.0, 3908.0, 3907.0, 3896.0, 3931.0, 3900.0, 3908.0, 3932.0, 3903.0, 3922.0, 3962.0, 3930.0, 3919.0, 3950.0, 3886.0, 3897.0, 3939.0, 3906.0, 3908.0, 3930.0, 3908.0, 3908.0, 3898.0, 3886.0, 3906.0, 3927.0, 3910.0, 3909.0, 3909.0, 3901.0, 3902.0, 3922.0, 3944.0, 3914.0, 3913.0, 3933.0, 3921.0, 3965.0, 3933.0, 3911.0, 3953.0, 3902.0, 3912.0, 3922.0, 3922.0, 3931.0, 3942.0, 3922.0, 3932.0, 3909.0, 3920.0, 3953.0, 3931.0, 3954.0, 3931.0, 3910.0, 3920.0, 3888.0, 3898.0, 3931.0, 3922.0, 3910.0, 3922.0, 3921.0, 3963.0, 3931.0, 3931.0, 3940.0, 3898.0, 3909.0, 3887.0, 3909.0, 3929.0, 3922.0, 3911.0, 3922.0, 3891.0, 3910.0, 3953.0, 3932.0, 3922.0, 3910.0, 3922.0, 3943.0, 3909.0, 3919.0, 3942.0, 3890.0, 3911.0, 3911.0, 3892.0, 3922.0, 3934.0, 3935.0, 3957.0, 3946.0, 3922.0, 3954.0, 3922.0, 3964.0, 3933.0, 3966.0, 3920.0, 3909.0, 3887.0, 3907.0, 3928.0, 3899.0, 3908.0, 3910.0, 3920.0, 3912.0, 3910.0, 3921.0, 3977.0, 3944.0, 3921.0, 3911.0, 3920.0, 3930.0, 3897.0, 3940.0, 3908.0, 3897.0, 3876.0, 3919.0, 3940.0, 3911.0, 3912.0, 3943.0, 3910.0, 3952.0, 3918.0, 3952.0, 3919.0, 3895.0, 3887.0, 3919.0, 3940.0, 3900.0, 3921.0, 3931.0, 3923.0, 3964.0, 3921.0, 3941.0, 3933.0, 3910.0, 3931.0, 3908.0, 3909.0, 3910.0, 3921.0, 3966.0, 3924.0, 3921.0, 3943.0, 3923.0, 3953.0, 3945.0, 3920.0, 3953.0, 3911.0, 3942.0, 3931.0, 3921.0, 3977.0, 3920.0], 'WindowWidth': [8873.0, 8878.0, 8919.0, 8836.0, 8865.0, 8826.0, 8743.0, 8768.0, 8710.0, 8815.0, 8752.0, 8777.0, 8780.0, 8719.0, 8813.0, 8717.0, 8784.0, 8730.0, 8691.0, 8762.0, 8717.0, 8701.0, 8731.0, 8742.0, 8764.0, 8767.0, 8740.0, 8801.0, 8723.0, 8734.0, 8776.0, 8733.0, 8778.0, 8749.0, 8706.0, 8780.0, 8739.0, 8731.0, 8760.0, 8723.0, 8722.0, 8737.0, 8722.0, 8781.0, 8736.0, 8744.0, 8766.0, 8737.0, 8766.0, 8721.0, 8721.0, 8778.0, 8737.0, 8802.0, 8779.0, 8745.0, 8770.0, 8741.0, 8755.0, 8784.0, 8746.0, 8741.0, 8742.0, 8743.0, 8782.0, 8755.0, 8783.0, 8768.0, 8743.0, 8786.0, 8742.0, 8736.0, 8782.0, 8751.0, 8752.0, 8739.0, 8727.0, 8767.0, 8737.0, 8774.0, 8774.0, 8758.0, 8768.0, 8725.0, 8780.0, 8738.0, 8746.0, 8735.0, 8717.0, 8782.0, 8739.0, 8764.0, 8740.0, 8756.0, 8767.0, 8740.0, 8787.0, 8745.0, 8739.0, 8771.0, 8755.0, 8801.0, 8776.0, 8738.0, 8738.0, 8737.0, 8778.0, 8736.0, 8761.0, 8768.0, 8736.0, 8765.0, 8742.0, 8779.0, 8735.0, 8737.0, 8800.0, 8740.0, 8735.0, 8753.0, 8752.0, 8795.0, 8774.0, 8739.0, 8768.0, 8724.0, 8738.0, 8721.0, 8732.0, 8812.0, 8770.0, 8738.0, 8739.0, 8737.0, 8783.0, 8735.0, 8774.0, 8766.0, 8735.0, 8778.0, 8733.0, 8731.0, 8767.0, 8735.0, 8804.0, 8734.0, 8741.0, 8765.0, 8740.0, 8753.0, 8772.0, 8742.0, 8802.0, 8743.0, 8736.0, 8781.0, 8776.0, 8739.0, 8739.0, 8745.0, 8754.0, 8735.0, 8751.0, 8802.0, 8742.0, 8736.0, 8750.0, 8751.0, 8798.0, 8767.0, 8723.0, 8735.0, 8720.0, 8746.0, 8719.0, 8734.0, 8735.0, 8733.0, 8799.0, 8725.0, 8754.0, 8737.0, 8737.0, 8776.0, 8747.0, 8815.0, 8768.0, 8736.0, 8753.0, 8754.0, 8788.0, 8758.0, 8740.0, 8787.0, 8746.0, 8755.0, 8745.0, 8742.0, 8785.0, 8754.0, 8798.0, 8760.0, 8761.0, 8788.0, 8758.0, 8743.0, 8771.0, 8750.0, 8801.0, 8755.0, 8745.0, 8745.0, 8759.0, 8784.0, 8738.0, 8753.0, 8787.0, 8745.0, 8744.0, 8729.0, 8755.0, 8814.0, 8777.0, 8743.0, 8770.0, 8746.0, 8757.0, 8766.0, 8771.0, 8828.0, 8770.0, 8735.0, 8751.0, 8736.0, 8800.0, 8765.0, 8716.0, 8718.0, 8729.0, 8730.0, 8734.0, 8733.0, 8754.0, 8755.0, 8781.0, 8728.0, 8736.0, 8737.0, 8732.0, 8781.0, 8754.0, 8707.0, 8736.0, 8733.0, 8779.0, 8734.0, 8778.0, 8786.0, 8740.0, 8798.0, 8723.0, 8748.0, 8761.0, 8744.0, 8822.0, 8732.0, 8715.0, 8731.0, 8751.0, 8776.0, 8751.0, 8737.0, 8736.0, 8737.0, 8768.0, 8754.0, 8735.0, 8767.0, 8741.0, 8784.0, 8723.0, 8741.0, 8782.0, 8739.0, 8800.0, 8754.0, 8726.0, 8767.0, 8758.0, 8750.0, 8769.0, 8754.0, 8799.0, 8742.0, 8730.0, 8741.0, 8738.0, 8801.0, 8759.0, 8744.0, 8743.0, 8744.0, 8788.0, 8757.0, 8766.0, 8804.0, 8744.0, 8745.0, 8744.0, 8741.0, 8756.0, 8753.0, 8822.0, 8789.0, 8741.0, 8757.0, 8741.0, 8801.0, 8750.0, 8779.0, 8787.0, 8721.0, 8763.0, 8707.0, 8735.0, 8718.0, 8717.0, 8800.0, 8737.0, 8706.0, 8719.0, 8736.0, 8778.0, 8730.0, 8777.0, 8768.0, 8722.0, 8752.0, 8719.0, 8778.0, 8720.0, 8775.0, 8737.0, 8705.0, 8735.0, 8744.0, 8773.0, 8745.0, 8748.0, 8809.0, 8752.0, 8807.0, 8772.0, 8802.0, 8754.0, 8740.0, 8776.0, 8741.0, 8769.0, 8730.0, 8741.0, 8779.0, 8770.0, 8740.0, 8738.0, 8740.0, 8799.0, 8724.0, 8737.0, 8816.0, 8742.0, 8724.0, 8768.0, 8725.0, 8764.0, 8805.0, 8752.0, 8720.0, 8734.0, 8735.0, 8778.0, 8742.0, 8729.0, 8837.0, 8733.0, 8717.0, 8730.0, 8734.0, 8777.0, 8715.0, 8714.0, 8749.0, 8755.0, 8725.0, 8742.0, 8763.0, 8786.0, 8758.0, 8755.0, 8757.0, 8744.0, 8769.0, 8758.0, 8750.0, 8810.0, 8745.0, 8808.0, 8742.0, 8742.0, 8766.0, 8768.0, 8821.0, 8769.0, 8709.0, 8767.0, 8740.0, 8779.0, 8734.0, 8737.0, 8801.0, 8748.0, 8726.0, 8757.0, 8736.0, 8799.0, 8749.0, 8784.0, 8757.0, 8725.0, 8740.0, 8743.0, 8737.0, 8795.0, 8790.0, 8743.0, 8801.0, 8742.0, 8726.0, 8735.0, 8737.0, 8821.0, 8785.0, 8725.0, 8739.0, 8742.0, 8738.0, 8750.0, 8736.0, 8757.0, 8742.0, 8741.0, 8800.0, 8729.0, 8741.0, 8805.0, 8781.0, 8745.0, 8788.0, 8759.0, 8773.0, 8786.0, 8755.0, 8741.0, 8752.0, 8723.0, 8748.0, 8734.0, 8715.0, 8803.0, 8752.0, 8718.0, 8746.0, 8736.0, 8743.0, 8714.0, 8713.0, 8782.0, 8723.0, 8725.0, 8755.0, 8749.0, 8740.0, 8786.0, 8762.0, 8746.0, 8761.0, 8736.0, 8767.0, 8719.0, 8781.0, 8771.0, 8743.0, 8755.0, 8748.0, 8740.0, 8781.0, 8766.0, 8745.0, 8772.0, 8761.0, 8762.0, 8771.0, 8758.0, 8759.0, 8757.0, 8724.0, 8798.0, 8736.0, 8799.0, 8797.0, 8743.0, 8782.0, 8748.0, 8741.0, 8718.0, 8752.0, 8777.0, 8719.0, 8735.0, 8751.0, 8735.0, 8778.0, 8721.0, 8733.0, 8786.0, 8738.0, 8766.0, 8753.0, 8727.0, 8745.0, 8734.0, 8721.0, 8735.0, 8737.0, 8780.0, 8725.0, 8722.0, 8782.0, 8739.0, 8751.0, 8738.0, 8733.0, 8735.0, 8733.0, 8793.0, 8737.0, 8738.0, 8725.0, 8738.0, 8752.0, 8735.0, 8777.0, 8772.0, 8742.0, 8756.0, 8758.0, 8798.0, 8766.0, 8769.0, 8786.0, 8738.0, 8780.0, 8721.0, 8732.0, 8777.0, 8768.0, 8799.0, 8739.0, 8721.0, 8763.0, 8737.0, 8791.0, 8769.0, 8741.0, 8739.0, 8738.0, 8769.0, 8740.0, 8750.0, 8772.0, 8756.0, 8796.0, 8740.0, 8742.0, 8755.0, 8751.0, 8823.0, 8771.0, 8726.0, 8770.0, 8743.0, 8739.0, 8823.0, 8765.0, 8764.0, 8783.0, 8716.0, 8755.0, 8806.0, 8774.0, 8755.0, 8786.0, 8723.0, 8754.0, 8821.0, 8784.0, 8754.0, 8805.0, 8723.0, 8731.0, 8763.0, 8732.0, 8789.0, 8745.0, 8728.0, 8757.0, 8719.0, 8715.0, 8716.0, 8748.0, 8776.0, 8735.0, 8740.0, 8770.0, 8745.0, 8737.0, 8725.0, 8755.0, 8797.0, 8773.0, 8741.0, 8741.0, 8735.0, 8782.0, 8752.0, 8791.0, 8772.0, 8739.0, 8768.0, 8739.0, 8737.0, 8738.0, 8749.0, 8813.0, 8789.0, 8743.0, 8771.0, 8759.0, 8785.0, 8767.0, 8756.0, 8825.0, 8759.0, 8738.0, 8754.0, 8751.0, 8798.0, 8772.0, 8739.0, 8752.0, 8738.0, 8760.0, 8737.0, 8749.0, 8815.0, 8756.0, 8751.0, 8767.0, 8768.0, 8734.0, 8786.0, 8761.0, 8747.0, 8758.0, 8758.0, 8774.0, 8770.0, 8753.0, 8808.0, 8758.0, 8741.0, 8802.0, 8748.0, 8755.0, 8822.0, 8775.0, 8718.0, 8727.0, 8770.0, 8764.0, 8798.0, 8776.0, 8816.0, 8765.0, 8751.0, 8774.0, 8722.0, 8727.0, 8728.0, 8718.0, 8801.0, 8737.0, 8727.0, 8770.0, 8745.0, 8753.0, 8739.0, 8725.0, 8798.0, 8740.0, 8723.0, 8741.0, 8744.0, 8781.0, 8762.0, 8727.0, 8739.0, 8726.0, 8784.0, 8745.0, 8752.0, 8768.0, 8727.0, 8801.0, 8742.0, 8758.0, 8757.0, 8740.0, 8805.0, 8744.0, 8756.0, 8743.0, 8751.0, 8798.0, 8783.0, 8827.0, 8755.0, 8738.0, 8751.0, 8758.0, 8799.0, 8775.0, 8755.0, 8770.0, 8740.0, 8796.0, 8754.0, 8764.0, 8806.0, 8755.0, 8742.0, 8737.0, 8755.0, 8795.0, 8735.0, 8796.0, 8750.0, 8754.0, 8781.0, 8757.0, 8767.0, 8764.0, 8755.0, 8785.0, 8756.0, 8759.0, 8743.0, 8753.0, 8766.0, 8755.0, 8812.0, 8761.0, 8763.0, 8774.0, 8778.0, 8792.0, 8778.0, 8791.0, 8850.0, 8778.0, 8823.0, 8773.0, 8818.0, 8769.0, 8778.0, 8769.0, 8736.0, 8766.0, 8748.0, 8792.0, 8733.0, 8743.0, 8796.0, 8753.0, 8739.0, 8738.0, 8755.0, 8810.0, 8791.0, 8787.0, 8800.0, 8751.0, 8814.0, 8779.0, 8823.0, 8802.0, 8736.0, 8748.0, 8754.0, 8789.0, 8744.0, 8749.0, 8738.0, 8756.0, 8722.0, 8758.0, 8777.0, 8810.0, 8811.0, 8778.0, 8827.0, 8776.0, 8803.0, 8804.0, 8775.0, 8825.0, 8755.0, 8766.0, 8751.0, 8762.0, 8802.0, 8765.0, 8793.0, 8722.0, 8731.0, 8740.0, 8710.0, 8731.0, 8794.0, 8707.0, 8732.0, 8766.0, 8736.0, 8758.0, 8801.0, 8751.0, 8738.0, 8713.0, 8712.0, 8782.0, 8784.0, 8734.0, 8731.0, 8718.0, 8728.0, 8777.0, 8698.0, 8728.0, 8744.0, 8738.0, 8743.0, 8731.0, 8761.0, 8727.0, 8743.0, 8767.0, 8765.0, 8737.0, 8738.0, 8786.0, 8740.0, 8785.0, 8738.0, 8751.0, 8795.0, 8751.0, 8716.0, 8744.0, 8714.0, 8719.0, 8730.0, 8723.0, 8723.0, 8753.0, 8728.0, 8727.0, 8741.0, 8754.0, 8818.0, 8757.0, 8743.0, 8771.0, 8744.0, 8771.0, 8786.0, 8772.0, 8754.0, 8740.0, 8755.0, 8804.0, 8744.0, 8754.0, 8805.0, 8745.0, 8744.0, 8731.0, 8761.0, 8800.0, 8760.0, 8804.0, 8745.0, 8763.0, 8805.0, 8780.0, 8786.0, 8828.0, 8783.0, 8808.0, 8762.0, 8758.0, 8803.0, 8768.0, 8826.0, 8790.0, 8753.0, 8752.0, 8755.0, 8771.0, 8712.0, 8737.0, 8822.0, 8759.0, 8761.0, 8744.0, 8754.0, 8782.0, 8751.0, 8795.0, 8786.0, 8759.0, 8789.0, 8766.0, 8762.0, 8805.0, 8796.0, 8839.0, 8756.0, 8762.0, 8801.0, 8777.0, 8793.0, 8806.0, 8758.0, 8789.0, 8769.0, 8765.0, 8868.0, 8805.0, 8750.0, 8767.0, 8749.0, 8732.0, 8760.0, 8752.0, 8737.0, 8737.0, 8750.0, 8795.0, 8737.0, 8749.0, 8822.0, 8762.0, 8748.0, 8749.0, 8748.0, 8772.0, 8799.0, 8749.0, 8762.0, 8709.0, 8732.0, 8761.0, 8736.0, 8759.0, 8762.0, 8754.0, 8753.0, 8712.0, 8758.0, 8773.0, 8753.0, 8813.0, 8799.0, 8761.0, 8776.0, 8779.0, 8778.0, 8788.0, 8807.0, 8828.0, 8790.0, 8757.0, 8785.0, 8752.0, 8784.0, 8802.0, 8753.0, 8820.0, 8752.0, 8766.0, 8764.0, 8729.0, 8819.0, 8763.0, 8745.0, 8721.0, 8739.0, 8763.0, 8752.0, 8782.0, 8756.0, 8738.0, 8727.0, 8741.0, 8804.0, 8769.0, 8768.0, 8758.0, 8790.0, 8812.0, 8786.0, 8831.0, 8802.0, 8795.0, 8809.0, 8780.0, 8822.0, 8796.0, 8777.0, 8810.0, 8770.0, 8818.0, 8751.0, 8779.0, 8806.0, 8753.0, 8839.0, 8750.0, 8751.0, 8776.0, 8763.0, 8843.0, 8781.0, 8732.0, 8764.0, 8749.0, 8791.0, 8742.0, 8774.0, 8777.0, 8749.0, 8737.0, 8735.0, 8756.0, 8795.0, 8770.0, 8780.0, 8828.0, 8767.0, 8778.0, 8755.0, 8752.0, 8745.0, 8784.0, 8780.0, 8790.0, 8747.0, 8778.0, 8835.0, 8790.0, 8786.0, 8848.0, 8787.0, 8771.0, 8737.0, 8759.0, 8795.0, 8753.0, 8798.0, 8771.0, 8778.0, 8765.0, 8736.0, 8781.0, 8838.0, 8799.0, 8796.0, 8780.0, 8778.0, 8794.0, 8780.0, 8815.0, 8791.0, 8841.0, 8766.0, 8780.0, 8811.0, 8751.0, 8781.0, 8868.0, 8817.0, 8794.0, 8809.0, 8774.0, 8865.0, 8836.0, 8805.0, 8789.0, 8753.0, 8837.0, 8753.0, 8783.0, 8841.0, 8756.0, 8750.0, 8729.0, 8739.0, 8756.0, 8821.0, 8745.0, 8734.0, 8746.0, 8745.0, 8728.0, 8783.0, 8741.0, 8749.0, 8788.0, 8753.0, 8775.0, 8834.0, 8784.0, 8768.0, 8813.0, 8717.0, 8729.0, 8792.0, 8741.0, 8747.0, 8780.0, 8747.0, 8748.0, 8732.0, 8717.0, 8742.0, 8770.0, 8753.0, 8751.0, 8752.0, 8744.0, 8749.0, 8774.0, 8807.0, 8767.0, 8762.0, 8788.0, 8774.0, 8835.0, 8788.0, 8756.0, 8820.0, 8745.0, 8759.0, 8774.0, 8774.0, 8782.0, 8802.0, 8773.0, 8787.0, 8753.0, 8769.0, 8819.0, 8781.0, 8823.0, 8783.0, 8752.0, 8765.0, 8722.0, 8733.0, 8783.0, 8774.0, 8755.0, 8772.0, 8769.0, 8835.0, 8783.0, 8784.0, 8798.0, 8735.0, 8750.0, 8721.0, 8751.0, 8778.0, 8774.0, 8758.0, 8772.0, 8731.0, 8756.0, 8814.0, 8788.0, 8770.0, 8754.0, 8771.0, 8804.0, 8750.0, 8762.0, 8800.0, 8730.0, 8758.0, 8758.0, 8737.0, 8778.0, 8794.0, 8795.0, 8828.0, 8811.0, 8773.0, 8821.0, 8773.0, 8839.0, 8789.0, 8844.0, 8767.0, 8748.0, 8718.0, 8745.0, 8773.0, 8738.0, 8749.0, 8754.0, 8767.0, 8759.0, 8755.0, 8767.0, 8861.0, 8808.0, 8769.0, 8758.0, 8766.0, 8781.0, 8728.0, 8794.0, 8747.0, 8732.0, 8705.0, 8764.0, 8792.0, 8757.0, 8758.0, 8800.0, 8752.0, 8814.0, 8761.0, 8815.0, 8761.0, 8727.0, 8720.0, 8767.0, 8793.0, 8743.0, 8773.0, 8786.0, 8780.0, 8836.0, 8773.0, 8795.0, 8790.0, 8754.0, 8781.0, 8751.0, 8753.0, 8754.0, 8770.0, 8838.0, 8777.0, 8770.0, 8802.0, 8773.0, 8814.0, 8808.0, 8768.0, 8819.0, 8757.0, 8799.0, 8781.0, 8769.0, 8865.0, 8766.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.0035602936630602777</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.033790646213292114</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.16682449136895</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2419291106264496</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0538230321964415</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4917</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3719.4956</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14764872740245058</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>265</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.479134466769708</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5628385553296584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.538958484921058</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8392312959438146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3103258851241026</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00563801</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001323977136053145</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.0207437165081501</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.7699270716254016</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>21.8293</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.9878</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.997</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299312.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>855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.8907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9929</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.0768</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3084.7065</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3285.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77232.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.364</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.463231367990375</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> |