=== 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-0115 --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-0115",
"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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-02/func/sub-0115_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>912b241301737bf639251c3dc772bee1</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>18:54:50.817500</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.999347, -0.0357968, 0.00484332, 0.0361205, 0.988674, -0.145669]</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.105246</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>28</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4236, -7750, -7277, 211, -78, -101, -38, 55]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>91568e46-1d8d-409b-8590-81a87d8dfa89||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.681175947189331, 0.09690860658884048, -0.0011502864072099328, 107.21641540527344], [0.0960402637720108, 2.6525392532348633, -0.3935227692127228, -101.85558319091797], [0.012994281947612762, 0.39082005620002747, 2.671168088912964, -97.86311340332031], [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': ['185450.817500', '185451.277500', '185451.737500', '185452.197500', '185452.657500', '185453.117500', '185453.577500', '185454.037500', '185454.497500', '185454.957500', '185455.417500', '185455.877500', '185456.337500', '185456.797500', '185457.257500', '185457.717500', '185458.177500', '185458.637500', '185459.097500', '185459.557500', '185500.017500', '185500.477500', '185500.937500', '185501.397500', '185501.857500', '185502.317500', '185502.777500', '185503.237500', '185503.697500', '185504.157500', '185504.617500', '185505.077500', '185505.537500', '185505.997500', '185506.457500', '185506.917500', '185507.377500', '185507.837500', '185508.297500', '185508.757500', '185509.217500', '185509.677500', '185510.137500', '185510.597500', '185511.057500', '185511.517500', '185511.977500', '185512.437500', '185512.897500', '185513.357500', '185513.817500', '185514.277500', '185514.737500', '185515.197500', '185515.657500', '185516.117500', '185516.577500', '185517.037500', '185517.497500', '185517.957500', '185518.417500', '185518.877500', '185519.337500', '185519.797500', '185520.257500', '185520.717500', '185521.177500', '185521.637500', '185522.097500', '185522.557500', '185523.017500', '185523.477500', '185523.937500', '185524.397500', '185524.857500', '185525.317500', '185525.777500', '185526.237500', '185526.697500', '185527.157500', '185527.617500', '185528.077500', '185528.537500', '185528.997500', '185529.457500', '185529.917500', '185530.377500', '185530.837500', '185531.297500', '185531.757500', '185532.217500', '185532.677500', '185533.137500', '185533.597500', '185534.057500', '185534.517500', '185534.977500', '185535.437500', '185535.897500', '185536.357500', '185536.817500', '185537.277500', '185537.737500', '185538.197500', '185538.657500', '185539.117500', '185539.577500', '185540.037500', '185540.497500', '185540.957500', '185541.417500', '185541.877500', '185542.337500', '185542.797500', '185543.257500', '185543.717500', '185544.177500', '185544.637500', '185545.097500', '185545.557500', '185546.017500', '185546.477500', '185546.937500', '185547.397500', '185547.857500', '185548.317500', '185548.777500', '185549.237500', '185549.697500', '185550.157500', '185550.617500', '185551.077500', '185551.537500', '185551.997500', '185552.457500', '185552.917500', '185553.377500', '185553.837500', '185554.297500', '185554.757500', '185555.217500', '185555.677500', '185556.137500', '185556.597500', '185557.057500', '185557.517500', '185557.977500', '185558.437500', '185558.897500', '185559.357500', '185559.817500', '185600.277500', '185600.737500', '185601.197500', '185601.657500', '185602.117500', '185602.577500', '185603.037500', '185603.497500', '185603.957500', '185604.417500', '185604.877500', '185605.337500', '185605.797500', '185606.257500', '185606.717500', '185607.177500', '185607.637500', '185608.097500', '185608.557500', '185609.017500', '185609.477500', '185609.937500', '185610.397500', '185610.857500', '185611.317500', '185611.777500', '185612.237500', '185612.697500', '185613.157500', '185613.617500', '185614.077500', '185614.537500', '185614.997500', '185615.457500', '185615.917500', '185616.377500', '185616.837500', '185617.297500', '185617.757500', '185618.217500', '185618.677500', '185619.137500', '185619.597500', '185620.057500', '185620.517500', '185620.977500', '185621.437500', '185621.897500', '185622.357500', '185622.817500', '185623.277500', '185623.737500', '185624.197500', '185624.657500', '185625.117500', '185625.577500', '185626.037500', '185626.497500', '185626.957500', '185627.417500', '185627.877500', '185628.337500', '185628.797500', '185629.257500', '185629.717500', '185630.177500', '185630.637500', '185631.097500', '185631.557500', '185632.017500', '185632.477500', '185632.937500', '185633.397500', '185633.857500', '185634.317500', '185634.777500', '185635.237500', '185635.697500', '185636.157500', '185636.617500', '185637.077500', '185637.537500', '185637.997500', '185638.457500', '185638.917500', '185639.377500', '185639.837500', '185640.297500', '185640.757500', '185641.217500', '185641.677500', '185642.137500', '185642.597500', '185643.057500', '185643.517500', '185643.977500', '185644.437500', '185644.897500', '185645.357500', '185645.817500', '185646.277500', '185646.737500', '185647.197500', '185647.657500', '185648.117500', '185648.577500', '185649.037500', '185649.497500', '185649.957500', '185650.417500', '185650.877500', '185651.337500', '185651.797500', '185652.257500', '185652.717500', '185653.177500', '185653.637500', '185654.097500', '185654.557500', '185655.017500', '185655.477500', '185655.937500', '185656.397500', '185656.857500', '185657.317500', '185657.777500', '185658.237500', '185658.697500', '185659.157500', '185659.617500', '185700.077500', '185700.537500', '185700.997500', '185701.457500', '185701.917500', '185702.377500', '185702.837500', '185703.297500', '185703.757500', '185704.217500', '185704.677500', '185705.137500', '185705.597500', '185706.057500', '185706.517500', '185706.977500', '185707.437500', '185707.897500', '185708.357500', '185708.817500', '185709.277500', '185709.737500', '185710.197500', '185710.657500', '185711.117500', '185711.577500', '185712.037500', '185712.497500', '185712.957500', '185713.417500', '185713.877500', '185714.337500', '185714.797500', '185715.257500', '185715.717500', '185716.177500', '185716.637500', '185717.097500', '185717.557500', '185718.017500', '185718.477500', '185718.937500', '185719.397500', '185719.857500', '185720.317500', '185720.777500', '185721.237500', '185721.697500', '185722.157500', '185722.617500', '185723.077500', '185723.537500', '185723.997500', '185724.457500', '185724.917500', '185725.377500', '185725.837500', '185726.297500', '185726.757500', '185727.217500', '185727.677500', '185728.137500', '185728.597500', '185729.057500', '185729.517500', '185729.977500', '185730.437500', '185730.897500', '185731.357500', '185731.817500', '185732.277500', '185732.737500', '185733.197500', '185733.657500', '185734.117500', '185734.577500', '185735.037500', '185735.497500', '185735.957500', '185736.417500', '185736.877500', '185737.337500', '185737.797500', '185738.257500', '185738.717500', '185739.177500', '185739.637500', '185740.097500', '185740.557500', '185741.017500', '185741.477500', '185741.937500', '185742.397500', '185742.857500', '185743.317500', '185743.777500', '185744.237500', '185744.697500', '185745.157500', '185745.617500', '185746.077500', '185746.537500', '185746.997500', '185747.457500', '185747.917500', '185748.377500', '185748.837500', '185749.297500', '185749.757500', '185750.217500', '185750.677500', '185751.137500', '185751.597500', '185752.057500', '185752.517500', '185752.977500', '185753.437500', '185753.897500', '185754.357500', '185754.817500', '185755.277500', '185755.737500', '185756.197500', '185756.657500', '185757.117500', '185757.577500', '185758.037500', '185758.497500', '185758.957500', '185759.417500', '185759.877500', '185800.337500', '185800.797500', '185801.257500', '185801.717500', '185802.177500', '185802.637500', '185803.097500', '185803.557500', '185804.017500', '185804.477500', '185804.937500', '185805.397500', '185805.857500', '185806.317500', '185806.777500', '185807.237500', '185807.697500', '185808.157500', '185808.617500', '185809.077500', '185809.537500', '185809.997500', '185810.457500', '185810.917500', '185811.377500', '185811.837500', '185812.297500', '185812.757500', '185813.217500', '185813.677500', '185814.137500', '185814.597500', '185815.057500', '185815.517500', '185815.977500', '185816.437500', '185816.897500', '185817.357500', '185817.817500', '185818.277500', '185818.737500', '185819.197500', '185819.657500', '185820.117500', '185820.577500', '185821.037500', '185821.497500', '185821.957500', '185822.417500', '185822.877500', '185823.337500', '185823.797500', '185824.257500', '185824.717500', '185825.177500', '185825.637500', '185826.097500', '185826.557500', '185827.017500', '185827.477500', '185827.937500', '185828.397500', '185828.857500', '185829.317500', '185829.777500', '185830.237500', '185830.697500', '185831.157500', '185831.617500', '185832.077500', '185832.537500', '185832.997500', '185833.457500', '185833.917500', '185834.377500', '185834.837500', '185835.297500', '185835.757500', '185836.217500', '185836.677500', '185837.137500', '185837.597500', '185838.057500', '185838.517500', '185838.977500', '185839.437500', '185839.897500', '185840.357500', '185840.817500', '185841.277500', '185841.737500', '185842.197500', '185842.657500', '185843.117500', '185843.577500', '185844.037500', '185844.497500', '185844.957500', '185845.417500', '185845.877500', '185846.337500', '185846.797500', '185847.257500', '185847.717500', '185848.177500', '185848.637500', '185849.097500', '185849.557500', '185850.017500', '185850.477500', '185850.937500', '185851.397500', '185851.857500', '185852.317500', '185852.777500', '185853.237500', '185853.697500', '185854.157500', '185854.617500', '185855.077500', '185855.537500', '185855.997500', '185856.457500', '185856.917500', '185857.377500', '185857.837500', '185858.297500', '185858.757500', '185859.217500', '185859.677500', '185900.137500', '185900.597500', '185901.057500', '185901.517500', '185901.977500', '185902.437500', '185902.897500', '185903.357500', '185903.817500', '185904.277500', '185904.737500', '185905.197500', '185905.657500', '185906.117500', '185906.577500', '185907.037500', '185907.497500', '185907.957500', '185908.417500', '185908.877500', '185909.337500', '185909.797500', '185910.257500', '185910.717500', '185911.177500', '185911.637500', '185912.097500', '185912.557500', '185913.017500', '185913.477500', '185913.937500', '185914.397500', '185914.857500', '185915.317500', '185915.777500', '185916.237500', '185916.697500', '185917.157500', '185917.617500', '185918.077500', '185918.537500', '185918.997500', '185919.457500', '185919.917500', '185920.377500', '185920.837500', '185921.297500', '185921.757500', '185922.217500', '185922.677500', '185923.137500', '185923.597500', '185924.057500', '185924.517500', '185924.977500', '185925.437500', '185925.897500', '185926.357500', '185926.817500', '185927.277500', '185927.737500', '185928.197500', '185928.657500', '185929.117500', '185929.577500', '185930.037500', '185930.497500', '185930.957500', '185931.417500', '185931.877500', '185932.337500', '185932.797500', '185933.257500', '185933.717500', '185934.177500', '185934.637500', '185935.097500', '185935.557500', '185936.017500', '185936.477500', '185936.937500', '185937.397500', '185937.857500', '185938.317500', '185938.777500', '185939.237500', '185939.697500', '185940.157500', '185940.617500', '185941.077500', '185941.537500', '185941.997500', '185942.457500', '185942.917500', '185943.377500', '185943.837500', '185944.297500', '185944.757500', '185945.217500', '185945.677500', '185946.137500', '185946.597500', '185947.057500', '185947.517500', '185947.977500', '185948.437500', '185948.897500', '185949.357500', '185949.817500', '185950.277500', '185950.737500', '185951.197500', '185951.657500', '185952.117500', '185952.577500', '185953.037500', '185953.497500', '185953.957500', '185954.417500', '185954.877500', '185955.337500', '185955.797500', '185956.257500', '185956.717500', '185957.177500', '185957.637500', '185958.097500', '185958.557500', '185959.017500', '185959.477500', '185959.937500', '190000.397500', '190000.857500', '190001.317500', '190001.777500', '190002.237500', '190002.697500', '190003.157500', '190003.617500', '190004.077500', '190004.537500', '190004.997500', '190005.457500', '190005.917500', '190006.377500', '190006.837500', '190007.297500', '190007.757500', '190008.217500', '190008.677500', '190009.137500', '190009.597500', '190010.057500', '190010.517500', '190010.977500', '190011.437500', '190011.897500', '190012.357500', '190012.817500', '190013.277500', '190013.737500', '190014.197500', '190014.657500', '190015.117500', '190015.577500', '190016.037500', '190016.497500', '190016.957500', '190017.417500', '190017.877500', '190018.337500', '190018.797500', '190019.257500', '190019.717500', '190020.177500', '190020.637500', '190021.097500', '190021.557500', '190022.017500', '190022.477500', '190022.937500', '190023.397500', '190023.857500', '190024.317500', '190024.777500', '190025.237500', '190025.697500', '190026.157500', '190026.617500', '190027.077500', '190027.537500', '190027.997500', '190028.457500', '190028.917500', '190029.377500', '190029.837500', '190030.297500', '190030.757500', '190031.217500', '190031.677500', '190032.137500', '190032.597500', '190033.057500', '190033.517500', '190033.977500', '190034.437500', '190034.897500', '190035.357500', '190035.817500', '190036.277500', '190036.737500', '190037.197500', '190037.657500', '190038.117500', '190038.577500', '190039.037500', '190039.497500', '190039.957500', '190040.417500', '190040.877500', '190041.337500', '190041.797500', '190042.257500', '190042.717500', '190043.177500', '190043.637500', '190044.097500', '190044.557500', '190045.017500', '190045.477500', '190045.937500', '190046.397500', '190046.857500', '190047.317500', '190047.777500', '190048.237500', '190048.697500', '190049.157500', '190049.617500', '190050.077500', '190050.537500', '190050.997500', '190051.457500', '190051.917500', '190052.377500', '190052.837500', '190053.297500', '190053.757500', '190054.217500', '190054.677500', '190055.137500', '190055.597500', '190056.057500', '190056.517500', '190056.977500', '190057.437500', '190057.897500', '190058.357500', '190058.817500', '190059.277500', '190059.737500', '190100.197500', '190100.657500', '190101.117500', '190101.577500', '190102.037500', '190102.497500', '190102.957500', '190103.417500', '190103.877500', '190104.337500', '190104.797500', '190105.257500', '190105.717500', '190106.177500', '190106.637500', '190107.097500', '190107.557500', '190108.017500', '190108.477500', '190108.937500', '190109.397500', '190109.857500', '190110.317500', '190110.777500', '190111.237500', '190111.697500', '190112.157500', '190112.617500', '190113.077500', '190113.537500', '190113.997500', '190114.457500', '190114.917500', '190115.377500', '190115.837500', '190116.297500', '190116.757500', '190117.217500', '190117.677500', '190118.137500', '190118.597500', '190119.057500', '190119.517500', '190119.977500', '190120.437500', '190120.897500', '190121.357500', '190121.817500', '190122.277500', '190122.737500', '190123.197500', '190123.657500', '190124.117500', '190124.577500', '190125.037500', '190125.497500', '190125.957500', '190126.417500', '190126.877500', '190127.337500', '190127.797500', '190128.257500', '190128.717500', '190129.177500', '190129.637500', '190130.097500', '190130.557500', '190131.017500', '190131.477500', '190131.937500', '190132.397500', '190132.857500', '190133.317500', '190133.777500', '190134.237500', '190134.697500', '190135.157500', '190135.617500', '190136.077500', '190136.537500', '190136.997500', '190137.457500', '190137.917500', '190138.377500', '190138.837500', '190139.297500', '190139.757500', '190140.217500', '190140.677500', '190141.137500', '190141.597500', '190142.057500', '190142.517500', '190142.977500', '190143.437500', '190143.897500', '190144.357500', '190144.817500', '190145.277500', '190145.737500', '190146.197500', '190146.657500', '190147.117500', '190147.577500', '190148.037500', '190148.497500', '190148.957500', '190149.417500', '190149.877500', '190150.337500', '190150.797500', '190151.257500', '190151.717500', '190152.177500', '190152.637500', '190153.097500', '190153.557500', '190154.017500', '190154.477500', '190154.937500', '190155.397500', '190155.857500', '190156.317500', '190156.777500', '190157.237500', '190157.697500', '190158.157500', '190158.617500', '190159.077500', '190159.537500', '190159.997500', '190200.457500', '190200.917500', '190201.377500', '190201.837500', '190202.297500', '190202.757500', '190203.217500', '190203.677500', '190204.137500', '190204.597500', '190205.057500', '190205.517500', '190205.977500', '190206.437500', '190206.897500', '190207.357500', '190207.817500', '190208.277500', '190208.737500', '190209.197500', '190209.657500', '190210.117500', '190210.577500', '190211.037500', '190211.497500', '190211.957500', '190212.417500', '190212.877500', '190213.337500', '190213.797500', '190214.257500', '190214.717500', '190215.177500', '190215.637500', '190216.097500', '190216.557500', '190217.017500', '190217.477500', '190217.937500', '190218.397500', '190218.857500', '190219.317500', '190219.777500', '190220.237500', '190220.697500', '190221.157500', '190221.617500', '190222.077500', '190222.537500', '190222.997500', '190223.457500', '190223.917500', '190224.377500', '190224.837500', '190225.297500', '190225.757500', '190226.217500', '190226.677500', '190227.137500', '190227.597500', '190228.057500', '190228.517500', '190228.977500', '190229.437500', '190229.897500', '190230.357500', '190230.817500', '190231.277500', '190231.737500', '190232.197500', '190232.657500', '190233.117500', '190233.577500', '190234.037500', '190234.497500', '190234.957500', '190235.417500', '190235.877500', '190236.337500', '190236.797500', '190237.257500', '190237.717500', '190238.177500', '190238.637500', '190239.097500', '190239.557500', '190240.017500', '190240.477500', '190240.937500', '190241.397500', '190241.857500', '190242.317500', '190242.777500', '190243.237500', '190243.697500', '190244.157500', '190244.617500', '190245.077500', '190245.537500', '190245.997500', '190246.457500', '190246.917500', '190247.377500', '190247.837500', '190248.297500', '190248.757500', '190249.217500', '190249.677500', '190250.137500', '190250.597500', '190251.057500', '190251.517500', '190251.977500', '190252.437500', '190252.897500', '190253.357500', '190253.817500', '190254.277500', '190254.737500', '190255.197500', '190255.657500', '190256.117500', '190256.577500', '190257.037500', '190257.497500', '190257.957500', '190258.417500', '190258.877500', '190259.337500', '190259.797500', '190300.257500', '190300.717500', '190301.177500', '190301.637500', '190302.097500', '190302.557500', '190303.017500', '190303.477500', '190303.937500', '190304.397500', '190304.857500', '190305.317500', '190305.777500', '190306.237500', '190306.697500', '190307.157500', '190307.617500', '190308.077500', '190308.537500', '190308.997500', '190309.457500', '190309.917500', '190310.377500', '190310.837500', '190311.297500', '190311.757500', '190312.217500', '190312.677500', '190313.137500', '190313.597500', '190314.057500', '190314.517500', '190314.977500', '190315.437500', '190315.897500', '190316.357500', '190316.817500', '190317.277500', '190317.737500', '190318.197500', '190318.657500', '190319.117500', '190319.577500', '190320.037500', '190320.497500', '190320.957500', '190321.417500', '190321.877500', '190322.337500', '190322.797500', '190323.257500', '190323.717500', '190324.177500', '190324.637500', '190325.097500', '190325.557500', '190326.017500', '190326.477500', '190326.937500', '190327.397500', '190327.857500', '190328.317500', '190328.777500', '190329.237500', '190329.697500', '190330.157500', '190330.617500', '190331.077500', '190331.537500', '190331.997500', '190332.457500', '190332.917500', '190333.377500', '190333.837500', '190334.297500', '190334.757500', '190335.217500', '190335.677500', '190336.137500', '190336.597500', '190337.057500', '190337.517500', '190337.977500', '190338.437500', '190338.897500', '190339.357500', '190339.817500', '190340.277500', '190340.737500', '190341.197500', '190341.657500', '190342.117500', '190342.577500', '190343.037500', '190343.497500', '190343.957500', '190344.417500', '190344.877500', '190345.337500', '190345.797500', '190346.257500', '190346.717500', '190347.177500', '190347.637500', '190348.097500', '190348.557500', '190349.017500', '190349.477500', '190349.937500', '190350.397500', '190350.857500', '190351.317500', '190351.777500', '190352.237500', '190352.697500', '190353.157500', '190353.617500', '190354.077500', '190354.537500', '190354.997500', '190355.457500', '190355.917500', '190356.377500', '190356.837500', '190357.297500', '190357.757500', '190358.217500', '190358.677500', '190359.137500', '190359.597500', '190400.057500', '190400.517500', '190400.977500', '190401.437500', '190401.897500', '190402.357500', '190402.817500', '190403.277500', '190403.737500', '190404.197500', '190404.657500', '190405.117500', '190405.577500', '190406.037500', '190406.497500', '190406.957500', '190407.417500', '190407.877500', '190408.337500', '190408.797500', '190409.257500', '190409.717500', '190410.177500', '190410.637500', '190411.097500', '190411.557500', '190412.017500', '190412.477500', '190412.937500', '190413.397500', '190413.857500', '190414.317500', '190414.777500', '190415.237500', '190415.697500', '190416.157500', '190416.617500', '190417.077500', '190417.537500', '190417.997500', '190418.457500', '190418.917500', '190419.377500', '190419.837500', '190420.297500', '190420.757500', '190421.217500', '190421.677500', '190422.137500', '190422.597500', '190423.057500', '190423.517500', '190423.977500', '190424.437500', '190424.897500', '190425.357500', '190425.817500', '190426.277500', '190426.737500', '190427.197500', '190427.657500', '190428.117500', '190428.577500', '190429.037500', '190429.497500', '190429.957500', '190430.417500', '190430.877500', '190431.337500', '190431.797500', '190432.257500', '190432.717500', '190433.177500', '190433.637500', '190434.097500', '190434.557500', '190435.017500', '190435.477500', '190435.937500', '190436.397500', '190436.857500', '190437.317500', '190437.777500', '190438.237500', '190438.697500', '190439.157500', '190439.617500', '190440.077500', '190440.537500', '190440.997500', '190441.457500', '190441.917500', '190442.377500', '190442.837500', '190443.297500', '190443.757500', '190444.217500', '190444.677500', '190445.137500', '190445.597500', '190446.057500', '190446.517500', '190446.977500', '190447.437500'], 'ContentTime': ['185512.076000', '185512.079000', '185512.082000', '185512.085000', '185512.087000', '185512.090000', '185512.092000', '185512.095000', '185512.097000', '185512.100000', '185512.102000', '185512.106000', '185512.109000', '185512.112000', '185512.114000', '185512.117000', '185512.119000', '185512.122000', '185512.125000', '185512.127000', '185512.130000', '185512.132000', '185512.135000', '185512.137000', '185512.140000', '185512.142000', '185512.145000', '185512.148000', '185512.150000', '185512.153000', '185512.155000', '185512.158000', '185512.161000', '185512.163000', '185512.166000', '185512.168000', '185512.171000', '185512.174000', '185512.176000', '185512.179000', '185512.181000', '185512.184000', '185512.187000', '185512.189000', '185532.034000', '185532.037000', '185532.040000', '185532.042000', '185532.048000', '185532.051000', '185532.053000', '185532.056000', '185532.059000', '185532.061000', '185532.064000', '185532.067000', '185532.069000', '185532.072000', '185532.075000', '185532.077000', '185532.080000', '185532.082000', '185532.085000', '185532.087000', '185532.090000', '185532.093000', '185532.095000', '185532.098000', '185532.100000', '185532.111000', '185532.114000', '185532.116000', '185532.119000', '185532.121000', '185532.124000', '185532.126000', '185532.129000', '185532.131000', '185532.134000', '185532.137000', '185532.139000', '185532.142000', '185532.144000', '185532.147000', '185532.154000', '185532.157000', '185532.159000', '185552.034000', '185552.038000', '185552.040000', '185552.043000', '185552.045000', '185552.048000', '185552.051000', '185552.053000', '185552.056000', '185552.058000', '185552.061000', '185552.064000', '185552.066000', '185552.069000', '185552.071000', '185552.074000', '185552.077000', '185552.079000', '185552.082000', '185552.084000', '185552.087000', '185552.090000', '185552.092000', '185552.095000', '185552.097000', '185552.100000', '185552.103000', '185552.105000', '185552.122000', '185552.124000', '185552.127000', '185552.130000', '185552.132000', '185552.135000', '185552.137000', '185552.140000', '185552.143000', '185552.145000', '185552.148000', '185552.151000', '185552.153000', '185552.156000', '185552.158000', '185552.164000', '185612.035000', '185612.038000', '185612.041000', '185612.043000', '185612.046000', '185612.048000', '185612.051000', '185612.053000', '185612.056000', '185612.059000', '185612.061000', '185612.064000', '185612.066000', '185612.078000', '185612.080000', '185612.083000', '185612.086000', '185612.089000', '185612.091000', '185612.094000', '185612.096000', '185612.099000', '185612.107000', '185612.110000', '185612.113000', '185612.116000', '185612.118000', '185612.121000', '185612.123000', '185612.126000', '185612.129000', '185612.131000', '185612.134000', '185612.136000', '185612.139000', '185612.142000', '185612.144000', '185612.147000', '185612.150000', '185612.152000', '185612.155000', '185612.157000', '185612.160000', '185612.162000', '185632.035000', '185632.038000', '185632.041000', '185632.044000', '185632.047000', '185632.049000', '185632.052000', '185632.054000', '185632.057000', '185632.060000', '185632.062000', '185632.065000', '185632.067000', '185632.070000', '185632.072000', '185632.075000', '185632.078000', '185632.080000', '185632.083000', '185632.086000', '185632.088000', '185632.091000', '185632.094000', '185632.096000', '185632.099000', '185632.101000', '185632.104000', '185632.107000', '185632.109000', '185632.112000', '185632.114000', '185632.117000', '185632.119000', '185632.122000', '185632.125000', '185632.127000', '185632.130000', '185632.132000', '185632.135000', '185632.138000', '185632.140000', '185632.143000', '185632.146000', '185652.035000', '185652.038000', '185652.041000', '185652.043000', '185652.046000', '185652.049000', '185652.051000', '185652.054000', '185652.056000', '185652.059000', '185652.061000', '185652.064000', '185652.067000', '185652.069000', '185652.072000', '185652.074000', '185652.077000', '185652.080000', '185652.082000', '185652.085000', '185652.087000', '185652.090000', '185652.092000', '185652.095000', '185652.098000', '185652.100000', '185652.103000', '185652.105000', '185652.108000', '185652.110000', '185652.113000', '185652.116000', '185652.118000', '185652.121000', '185652.123000', '185652.126000', '185652.129000', '185652.131000', '185652.134000', '185652.136000', '185652.139000', '185652.141000', '185652.144000', '185652.147000', '185712.035000', '185712.038000', '185712.041000', '185712.044000', '185712.046000', '185712.049000', '185712.051000', '185712.054000', '185712.057000', '185712.059000', '185712.062000', '185712.064000', '185712.067000', '185712.069000', '185712.072000', '185712.074000', '185712.077000', '185712.080000', '185712.082000', '185712.085000', '185712.101000', '185712.103000', '185712.106000', '185712.109000', '185712.111000', '185712.114000', '185712.116000', '185712.119000', '185712.122000', '185712.124000', '185712.127000', '185712.129000', '185712.132000', '185712.135000', '185712.137000', '185712.140000', '185712.143000', '185712.145000', '185712.148000', '185712.150000', '185712.153000', '185712.156000', '185712.158000', '185732.035000', '185732.038000', '185732.041000', '185732.044000', '185732.047000', '185732.049000', '185732.052000', '185732.055000', '185732.057000', '185732.060000', '185732.062000', '185732.065000', '185732.068000', '185732.070000', '185732.073000', '185732.076000', '185732.078000', '185732.081000', '185732.084000', '185732.086000', '185732.089000', '185732.092000', '185732.094000', '185732.097000', '185732.100000', '185732.102000', '185732.105000', '185732.109000', '185732.112000', '185732.115000', '185732.117000', '185732.120000', '185732.123000', '185732.125000', '185732.128000', '185732.131000', '185732.133000', '185732.136000', '185732.138000', '185732.141000', '185732.144000', '185732.146000', '185732.149000', '185732.151000', '185752.034000', '185752.037000', '185752.040000', '185752.042000', '185752.045000', '185752.048000', '185752.050000', '185752.053000', '185752.055000', '185752.058000', '185752.060000', '185752.063000', '185752.066000', '185752.068000', '185752.071000', '185752.073000', '185752.076000', '185752.078000', '185752.081000', '185752.084000', '185752.086000', '185752.089000', '185752.091000', '185752.094000', '185752.096000', '185752.099000', '185752.102000', '185752.104000', '185752.107000', '185752.109000', '185752.112000', '185752.115000', '185752.117000', '185752.120000', '185752.122000', '185752.125000', '185752.128000', '185752.130000', '185752.133000', '185752.136000', '185752.138000', '185752.141000', '185752.143000', '185812.035000', '185812.037000', '185812.040000', '185812.043000', '185812.045000', '185812.048000', '185812.050000', '185812.053000', '185812.056000', '185812.058000', '185812.061000', '185812.065000', '185812.067000', '185812.070000', '185812.073000', '185812.075000', '185812.078000', '185812.081000', '185812.083000', '185812.086000', '185812.088000', '185812.091000', '185812.094000', '185812.096000', '185812.099000', '185812.101000', '185812.104000', '185812.107000', '185812.109000', '185812.112000', '185812.115000', '185812.117000', '185812.120000', '185812.123000', '185812.126000', '185812.128000', '185812.131000', '185812.133000', '185812.136000', '185812.139000', '185812.141000', '185812.144000', '185812.146000', '185812.149000', '185832.036000', '185832.038000', '185832.041000', '185832.044000', '185832.047000', '185832.049000', '185832.052000', '185832.055000', '185832.058000', '185832.060000', '185832.063000', '185832.065000', '185832.068000', '185832.071000', '185832.073000', '185832.076000', '185832.078000', '185832.081000', '185832.083000', '185832.086000', '185832.089000', '185832.091000', '185832.094000', '185832.096000', '185832.099000', '185832.101000', '185832.104000', '185832.107000', '185832.109000', '185832.112000', '185832.114000', '185832.117000', '185832.120000', '185832.122000', '185832.125000', '185832.128000', '185832.130000', '185832.133000', '185832.136000', '185832.138000', '185832.141000', '185832.143000', '185832.146000', '185852.035000', '185852.038000', '185852.041000', '185852.043000', '185852.046000', '185852.049000', '185852.051000', '185852.054000', '185852.056000', '185852.059000', '185852.062000', '185852.064000', '185852.067000', '185852.069000', '185852.072000', '185852.075000', '185852.077000', '185852.089000', '185852.092000', '185852.094000', '185852.097000', '185852.100000', '185852.102000', '185852.105000', '185852.107000', '185852.110000', '185852.112000', '185852.115000', '185852.118000', '185852.120000', '185852.123000', '185852.126000', '185852.128000', '185852.131000', '185852.133000', '185852.136000', '185852.139000', '185852.141000', '185852.144000', '185852.146000', '185852.149000', '185852.151000', '185852.154000', '185912.036000', '185912.038000', '185912.041000', '185912.044000', '185912.046000', '185912.049000', '185912.051000', '185912.054000', '185912.057000', '185912.059000', '185912.062000', '185912.064000', '185912.067000', '185912.070000', '185912.072000', '185912.075000', '185912.077000', '185912.080000', '185912.082000', '185912.085000', '185912.088000', '185912.090000', '185912.093000', '185912.095000', '185912.098000', '185912.101000', '185912.103000', '185912.106000', '185912.108000', '185912.111000', '185912.113000', '185912.116000', '185912.119000', '185912.121000', '185912.124000', '185912.126000', '185912.129000', '185912.132000', '185912.134000', '185912.137000', '185912.139000', '185912.142000', '185912.145000', '185912.147000', '185932.035000', '185932.038000', '185932.041000', '185932.044000', '185932.046000', '185932.049000', '185932.051000', '185932.054000', '185932.057000', '185932.059000', '185932.062000', '185932.064000', '185932.067000', '185932.069000', '185932.072000', '185932.075000', '185932.078000', '185932.081000', '185932.083000', '185932.086000', '185932.088000', '185932.091000', '185932.094000', '185932.096000', '185932.099000', '185932.101000', '185932.105000', '185932.108000', '185932.110000', '185932.113000', '185932.115000', '185932.118000', '185932.121000', '185932.123000', '185932.126000', '185932.128000', '185932.131000', '185932.133000', '185932.136000', '185932.139000', '185932.141000', '185932.144000', '185932.146000', '185952.036000', '185952.039000', '185952.041000', '185952.050000', '185952.053000', '185952.055000', '185952.058000', '185952.061000', '185952.063000', '185952.066000', '185952.068000', '185952.071000', '185952.075000', '185952.077000', '185952.080000', '185952.083000', '185952.085000', '185952.088000', '185952.091000', '185952.093000', '185952.096000', '185952.098000', '185952.101000', '185952.103000', '185952.106000', '185952.109000', '185952.111000', '185952.114000', '185952.116000', '185952.119000', '185952.122000', '185952.124000', '185952.127000', '185952.130000', '185952.132000', '185952.135000', '185952.137000', '185952.140000', '185952.142000', '185952.145000', '185952.148000', '185952.150000', '185952.153000', '185952.156000', '190012.034000', '190012.038000', '190012.040000', '190012.043000', '190012.045000', '190012.048000', '190012.051000', '190012.053000', '190012.056000', '190012.059000', '190012.061000', '190012.064000', '190012.067000', '190012.070000', '190012.073000', '190012.075000', '190012.079000', '190012.081000', '190012.084000', '190012.087000', '190012.089000', '190012.092000', '190012.094000', '190012.097000', '190012.100000', '190012.102000', '190012.105000', '190012.108000', '190012.110000', '190012.113000', '190012.115000', '190012.118000', '190012.121000', '190012.123000', '190012.126000', '190012.129000', '190012.131000', '190012.134000', '190012.136000', '190012.139000', '190012.142000', '190012.144000', '190012.175000', '190032.035000', '190032.037000', '190032.040000', '190032.043000', '190032.045000', '190032.048000', '190032.050000', '190032.053000', '190032.056000', '190032.058000', '190032.061000', '190032.063000', '190032.066000', '190032.069000', '190032.072000', '190032.074000', '190032.077000', '190032.080000', '190032.082000', '190032.085000', '190032.087000', '190032.090000', '190032.093000', '190032.095000', '190032.098000', '190032.100000', '190032.103000', '190032.106000', '190032.108000', '190032.111000', '190032.114000', '190032.116000', '190032.119000', '190032.121000', '190032.124000', '190032.126000', '190032.129000', '190032.132000', '190032.134000', '190032.137000', '190032.140000', '190032.142000', '190032.145000', '190032.147000', '190052.035000', '190052.038000', '190052.041000', '190052.044000', '190052.046000', '190052.049000', '190052.051000', '190052.054000', '190052.057000', '190052.059000', '190052.062000', '190052.064000', '190052.067000', '190052.070000', '190052.072000', '190052.075000', '190052.077000', '190052.080000', '190052.083000', '190052.087000', '190052.089000', '190052.092000', '190052.095000', '190052.097000', '190052.100000', '190052.102000', '190052.106000', '190052.109000', '190052.112000', '190052.114000', '190052.117000', '190052.120000', '190052.122000', '190052.125000', '190052.127000', '190052.130000', '190052.133000', '190052.135000', '190052.138000', '190052.140000', '190052.145000', '190052.147000', '190052.150000', '190112.036000', '190112.038000', '190112.041000', '190112.044000', '190112.046000', '190112.049000', '190112.051000', '190112.054000', '190112.057000', '190112.059000', '190112.062000', '190112.064000', '190112.067000', '190112.070000', '190112.072000', '190112.075000', '190112.077000', '190112.080000', '190112.083000', '190112.085000', '190112.088000', '190112.090000', '190112.093000', '190112.096000', '190112.098000', '190112.101000', '190112.104000', '190112.106000', '190112.109000', '190112.112000', '190112.114000', '190112.117000', '190112.120000', '190112.123000', '190112.125000', '190112.128000', '190112.130000', '190112.133000', '190112.136000', '190112.138000', '190112.141000', '190112.144000', '190112.146000', '190112.149000', '190132.035000', '190132.038000', '190132.041000', '190132.044000', '190132.046000', '190132.049000', '190132.051000', '190132.055000', '190132.057000', '190132.060000', '190132.062000', '190132.065000', '190132.068000', '190132.070000', '190132.073000', '190132.076000', '190132.078000', '190132.081000', '190132.083000', '190132.086000', '190132.088000', '190132.091000', '190132.094000', '190132.097000', '190132.099000', '190132.102000', '190132.104000', '190132.107000', '190132.110000', '190132.112000', '190132.115000', '190132.117000', '190132.120000', '190132.123000', '190132.126000', '190132.128000', '190132.131000', '190132.134000', '190132.136000', '190132.139000', '190132.142000', '190132.145000', '190132.150000', '190152.035000', '190152.038000', '190152.041000', '190152.044000', '190152.047000', '190152.050000', '190152.052000', '190152.055000', '190152.058000', '190152.060000', '190152.063000', '190152.065000', '190152.068000', '190152.071000', '190152.073000', '190152.076000', '190152.078000', '190152.081000', '190152.084000', '190152.086000', '190152.089000', '190152.091000', '190152.094000', '190152.097000', '190152.099000', '190152.102000', '190152.104000', '190152.107000', '190152.110000', '190152.112000', '190152.115000', '190152.117000', '190152.120000', '190152.122000', '190152.125000', '190152.128000', '190152.130000', '190152.133000', '190152.135000', '190152.138000', '190152.141000', '190152.143000', '190152.146000', '190152.149000', '190212.035000', '190212.038000', '190212.041000', '190212.044000', '190212.047000', '190212.049000', '190212.052000', '190212.054000', '190212.057000', '190212.060000', '190212.062000', '190212.065000', '190212.067000', '190212.070000', '190212.073000', '190212.075000', '190212.078000', '190212.081000', '190212.083000', '190212.086000', '190212.088000', '190212.091000', '190212.094000', '190212.096000', '190212.099000', '190212.102000', '190212.104000', '190212.107000', '190212.110000', '190212.112000', '190212.115000', '190212.117000', '190212.120000', '190212.123000', '190212.125000', '190212.128000', '190212.131000', '190212.133000', '190212.136000', '190212.138000', '190212.141000', '190212.144000', '190212.146000', '190232.035000', '190232.037000', '190232.040000', '190232.043000', '190232.045000', '190232.048000', '190232.050000', '190232.053000', '190232.056000', '190232.058000', '190232.061000', '190232.063000', '190232.066000', '190232.068000', '190232.071000', '190232.074000', '190232.077000', '190232.079000', '190232.082000', '190232.085000', '190232.087000', '190232.090000', '190232.093000', '190232.095000', '190232.098000', '190232.101000', '190232.103000', '190232.106000', '190232.109000', '190232.111000', '190232.114000', '190232.116000', '190232.119000', '190232.121000', '190232.124000', '190232.127000', '190232.129000', '190232.132000', '190232.135000', '190232.137000', '190232.140000', '190232.142000', '190232.145000', '190232.148000', '190252.034000', '190252.037000', '190252.040000', '190252.043000', '190252.045000', '190252.048000', '190252.050000', '190252.053000', '190252.056000', '190252.058000', '190252.061000', '190252.063000', '190252.066000', '190252.069000', '190252.071000', '190252.074000', '190252.076000', '190252.080000', '190252.082000', '190252.085000', '190252.087000', '190252.090000', '190252.093000', '190252.095000', '190252.098000', '190252.101000', '190252.103000', '190252.106000', '190252.108000', '190252.111000', '190252.114000', '190252.116000', '190252.119000', '190252.121000', '190252.124000', '190252.127000', '190252.129000', '190252.132000', '190252.135000', '190252.137000', '190252.140000', '190252.143000', '190252.146000', '190312.036000', '190312.039000', '190312.041000', '190312.044000', '190312.047000', '190312.049000', '190312.052000', '190312.055000', '190312.057000', '190312.060000', '190312.062000', '190312.065000', '190312.067000', '190312.070000', '190312.073000', '190312.075000', '190312.078000', '190312.080000', '190312.083000', '190312.086000', '190312.088000', '190312.091000', '190312.093000', '190312.096000', '190312.099000', '190312.101000', '190312.105000', '190312.117000', '190312.119000', '190312.122000', '190312.124000', '190312.127000', '190312.130000', '190312.132000', '190312.135000', '190312.138000', '190312.140000', '190312.143000', '190312.145000', '190312.148000', '190312.151000', '190312.153000', '190312.156000', '190312.158000', '190332.036000', '190332.038000', '190332.041000', '190332.044000', '190332.047000', '190332.049000', '190332.052000', '190332.055000', '190332.057000', '190332.060000', '190332.062000', '190332.065000', '190332.068000', '190332.070000', '190332.073000', '190332.075000', '190332.078000', '190332.080000', '190332.083000', '190332.086000', '190332.088000', '190332.091000', '190332.093000', '190332.096000', '190332.099000', '190332.101000', '190332.104000', '190332.106000', '190332.109000', '190332.112000', '190332.114000', '190332.117000', '190332.120000', '190332.122000', '190332.125000', '190332.128000', '190332.131000', '190332.133000', '190332.136000', '190332.138000', '190332.141000', '190332.144000', '190332.146000', '190352.036000', '190352.039000', '190352.041000', '190352.044000', '190352.046000', '190352.049000', '190352.052000', '190352.054000', '190352.057000', '190352.060000', '190352.062000', '190352.065000', '190352.067000', '190352.070000', '190352.073000', '190352.075000', '190352.078000', '190352.081000', '190352.083000', '190352.086000', '190352.088000', '190352.091000', '190352.094000', '190352.096000', '190352.099000', '190352.102000', '190352.104000', '190352.107000', '190352.109000', '190352.112000', '190352.115000', '190352.117000', '190352.120000', '190352.123000', '190352.125000', '190352.128000', '190352.130000', '190352.133000', '190352.136000', '190352.138000', '190352.141000', '190352.144000', '190352.146000', '190352.149000', '190412.036000', '190412.039000', '190412.041000', '190412.044000', '190412.047000', '190412.049000', '190412.052000', '190412.055000', '190412.057000', '190412.060000', '190412.063000', '190412.065000', '190412.068000', '190412.071000', '190412.073000', '190412.076000', '190412.079000', '190412.081000', '190412.084000', '190412.086000', '190412.089000', '190412.092000', '190412.094000', '190412.097000', '190412.099000', '190412.102000', '190412.105000', '190412.107000', '190412.110000', '190412.113000', '190412.115000', '190412.118000', '190412.120000', '190412.123000', '190412.126000', '190412.129000', '190412.131000', '190412.134000', '190412.137000', '190412.140000', '190412.142000', '190412.145000', '190412.147000', '190432.035000', '190432.038000', '190432.041000', '190432.044000', '190432.046000', '190432.049000', '190432.051000', '190432.054000', '190432.057000', '190432.059000', '190432.062000', '190432.064000', '190432.067000', '190432.069000', '190432.072000', '190432.075000', '190432.078000', '190432.080000', '190432.083000', '190432.086000', '190432.088000', '190432.091000', '190432.094000', '190432.096000', '190432.099000', '190432.108000', '190432.111000', '190432.114000', '190432.116000', '190432.119000', '190432.121000', '190432.124000', '190432.127000', '190432.130000', '190432.132000', '190432.135000', '190432.138000', '190432.140000', '190432.143000', '190432.145000', '190432.148000', '190432.151000', '190432.153000', '190432.156000', '190448.586000', '190448.590000', '190448.593000', '190448.595000', '190448.598000', '190448.601000', '190448.604000', '190448.609000', '190448.612000', '190448.616000', '190448.619000', '190448.621000', '190448.624000', '190448.627000', '190448.630000', '190448.633000', '190448.636000', '190448.639000', '190448.641000', '190448.644000', '190448.647000', '190448.649000', '190448.652000', '190448.655000', '190448.657000', '190448.661000', '190448.663000', '190448.666000', '190448.669000', '190448.672000', '190448.674000', '190448.677000', '190448.680000', '190448.682000', '190448.685000', '190448.688000'], 'InstanceCreationTime': ['185512.076000', '185512.079000', '185512.082000', '185512.085000', '185512.087000', '185512.090000', '185512.092000', '185512.095000', '185512.097000', '185512.100000', '185512.102000', '185512.106000', '185512.109000', '185512.112000', '185512.114000', '185512.117000', '185512.119000', '185512.122000', '185512.125000', '185512.127000', '185512.130000', '185512.132000', '185512.135000', '185512.137000', '185512.140000', '185512.142000', '185512.145000', '185512.148000', '185512.150000', '185512.153000', '185512.155000', '185512.158000', '185512.161000', '185512.163000', '185512.166000', '185512.168000', '185512.171000', '185512.174000', '185512.176000', '185512.179000', '185512.181000', '185512.184000', '185512.187000', '185512.189000', '185532.034000', '185532.037000', '185532.040000', '185532.042000', '185532.048000', '185532.051000', '185532.053000', '185532.056000', '185532.059000', '185532.061000', '185532.064000', '185532.067000', '185532.069000', '185532.072000', '185532.075000', '185532.077000', '185532.080000', '185532.082000', '185532.085000', '185532.087000', '185532.090000', '185532.093000', '185532.095000', '185532.098000', '185532.100000', '185532.111000', '185532.114000', '185532.116000', '185532.119000', '185532.121000', '185532.124000', '185532.126000', '185532.129000', '185532.131000', '185532.134000', '185532.137000', '185532.139000', '185532.142000', '185532.144000', '185532.147000', '185532.154000', '185532.157000', '185532.159000', '185552.034000', '185552.038000', '185552.040000', '185552.043000', '185552.045000', '185552.048000', '185552.051000', '185552.053000', '185552.056000', '185552.058000', '185552.061000', '185552.064000', '185552.066000', '185552.069000', '185552.071000', '185552.074000', '185552.077000', '185552.079000', '185552.082000', '185552.084000', '185552.087000', '185552.090000', '185552.092000', '185552.095000', '185552.097000', '185552.100000', '185552.103000', '185552.105000', '185552.122000', '185552.124000', '185552.127000', '185552.130000', '185552.132000', '185552.135000', '185552.137000', '185552.140000', '185552.143000', '185552.145000', '185552.148000', '185552.151000', '185552.153000', '185552.156000', '185552.158000', '185552.164000', '185612.035000', '185612.038000', '185612.041000', '185612.043000', '185612.046000', '185612.048000', '185612.051000', '185612.053000', '185612.056000', '185612.059000', '185612.061000', '185612.064000', '185612.066000', '185612.078000', '185612.080000', '185612.083000', '185612.086000', '185612.089000', '185612.091000', '185612.094000', '185612.096000', '185612.099000', '185612.107000', '185612.110000', '185612.113000', '185612.116000', '185612.118000', '185612.121000', '185612.123000', '185612.126000', '185612.129000', '185612.131000', '185612.134000', '185612.136000', '185612.139000', '185612.142000', '185612.144000', '185612.147000', '185612.150000', '185612.152000', '185612.155000', '185612.157000', '185612.160000', '185612.162000', '185632.035000', '185632.038000', '185632.041000', '185632.044000', '185632.047000', '185632.049000', '185632.052000', '185632.054000', '185632.057000', '185632.060000', '185632.062000', '185632.065000', '185632.067000', '185632.070000', '185632.072000', '185632.075000', '185632.078000', '185632.080000', '185632.083000', '185632.086000', '185632.088000', '185632.091000', '185632.094000', '185632.096000', '185632.099000', '185632.101000', '185632.104000', '185632.107000', '185632.109000', '185632.112000', '185632.114000', '185632.117000', '185632.119000', '185632.122000', '185632.125000', '185632.127000', '185632.130000', '185632.132000', '185632.135000', '185632.138000', '185632.140000', '185632.143000', '185632.146000', '185652.035000', '185652.038000', '185652.041000', '185652.043000', '185652.046000', '185652.049000', '185652.051000', '185652.054000', '185652.056000', '185652.059000', '185652.061000', '185652.064000', '185652.067000', '185652.069000', '185652.072000', '185652.074000', '185652.077000', '185652.080000', '185652.082000', '185652.085000', '185652.087000', '185652.090000', '185652.092000', '185652.095000', '185652.098000', '185652.100000', '185652.103000', '185652.105000', '185652.108000', '185652.110000', '185652.113000', '185652.116000', '185652.118000', '185652.121000', '185652.123000', '185652.126000', '185652.129000', '185652.131000', '185652.134000', '185652.136000', '185652.139000', '185652.141000', '185652.144000', '185652.147000', '185712.035000', '185712.038000', '185712.041000', '185712.044000', '185712.046000', '185712.049000', '185712.051000', '185712.054000', '185712.057000', '185712.059000', '185712.062000', '185712.064000', '185712.067000', '185712.069000', '185712.072000', '185712.074000', '185712.077000', '185712.080000', '185712.082000', '185712.085000', '185712.101000', '185712.103000', '185712.106000', '185712.109000', '185712.111000', '185712.114000', '185712.116000', '185712.119000', '185712.122000', '185712.124000', '185712.127000', '185712.129000', '185712.132000', '185712.135000', '185712.137000', '185712.140000', '185712.143000', '185712.145000', '185712.148000', '185712.150000', '185712.153000', '185712.156000', '185712.158000', '185732.035000', '185732.038000', '185732.041000', '185732.044000', '185732.047000', '185732.049000', '185732.052000', '185732.055000', '185732.057000', '185732.060000', '185732.062000', '185732.065000', '185732.068000', '185732.070000', '185732.073000', '185732.076000', '185732.078000', '185732.081000', '185732.084000', '185732.086000', '185732.089000', '185732.092000', '185732.094000', '185732.097000', '185732.100000', '185732.102000', '185732.105000', '185732.109000', '185732.112000', '185732.115000', '185732.117000', '185732.120000', '185732.123000', '185732.125000', '185732.128000', '185732.131000', '185732.133000', '185732.136000', '185732.138000', '185732.141000', '185732.144000', '185732.146000', '185732.149000', '185732.151000', '185752.034000', '185752.037000', '185752.040000', '185752.042000', '185752.045000', '185752.048000', '185752.050000', '185752.053000', '185752.055000', '185752.058000', '185752.060000', '185752.063000', '185752.066000', '185752.068000', '185752.071000', '185752.073000', '185752.076000', '185752.078000', '185752.081000', '185752.084000', '185752.086000', '185752.089000', '185752.091000', '185752.094000', '185752.096000', '185752.099000', '185752.102000', '185752.104000', '185752.107000', '185752.109000', '185752.112000', '185752.115000', '185752.117000', '185752.120000', '185752.122000', '185752.125000', '185752.128000', '185752.130000', '185752.133000', '185752.136000', '185752.138000', '185752.141000', '185752.143000', '185812.035000', '185812.037000', '185812.040000', '185812.043000', '185812.045000', '185812.048000', '185812.050000', '185812.053000', '185812.056000', '185812.058000', '185812.061000', '185812.065000', '185812.067000', '185812.070000', '185812.073000', '185812.075000', '185812.078000', '185812.081000', '185812.083000', '185812.086000', '185812.088000', '185812.091000', '185812.094000', '185812.096000', '185812.099000', '185812.101000', '185812.104000', '185812.107000', '185812.109000', '185812.112000', '185812.115000', '185812.117000', '185812.120000', '185812.123000', '185812.126000', '185812.128000', '185812.131000', '185812.133000', '185812.136000', '185812.139000', '185812.141000', '185812.144000', '185812.146000', '185812.149000', '185832.036000', '185832.038000', '185832.041000', '185832.044000', '185832.047000', '185832.049000', '185832.052000', '185832.055000', '185832.058000', '185832.060000', '185832.063000', '185832.065000', '185832.068000', '185832.071000', '185832.073000', '185832.076000', '185832.078000', '185832.081000', '185832.083000', '185832.086000', '185832.089000', '185832.091000', '185832.094000', '185832.096000', '185832.099000', '185832.101000', '185832.104000', '185832.107000', '185832.109000', '185832.112000', '185832.114000', '185832.117000', '185832.120000', '185832.122000', '185832.125000', '185832.128000', '185832.130000', '185832.133000', '185832.136000', '185832.138000', '185832.141000', '185832.143000', '185832.146000', '185852.035000', '185852.038000', '185852.041000', '185852.043000', '185852.046000', '185852.049000', '185852.051000', '185852.054000', '185852.056000', '185852.059000', '185852.062000', '185852.064000', '185852.067000', '185852.069000', '185852.072000', '185852.075000', '185852.077000', '185852.089000', '185852.092000', '185852.094000', '185852.097000', '185852.100000', '185852.102000', '185852.105000', '185852.107000', '185852.110000', '185852.112000', '185852.115000', '185852.118000', '185852.120000', '185852.123000', '185852.126000', '185852.128000', '185852.131000', '185852.133000', '185852.136000', '185852.139000', '185852.141000', '185852.144000', '185852.146000', '185852.149000', '185852.151000', '185852.154000', '185912.036000', '185912.038000', '185912.041000', '185912.044000', '185912.046000', '185912.049000', '185912.051000', '185912.054000', '185912.057000', '185912.059000', '185912.062000', '185912.064000', '185912.067000', '185912.070000', '185912.072000', '185912.075000', '185912.077000', '185912.080000', '185912.082000', '185912.085000', '185912.088000', '185912.090000', '185912.093000', '185912.095000', '185912.098000', '185912.101000', '185912.103000', '185912.106000', '185912.108000', '185912.111000', '185912.113000', '185912.116000', '185912.119000', '185912.121000', '185912.124000', '185912.126000', '185912.129000', '185912.132000', '185912.134000', '185912.137000', '185912.139000', '185912.142000', '185912.145000', '185912.147000', '185932.035000', '185932.038000', '185932.041000', '185932.044000', '185932.046000', '185932.049000', '185932.051000', '185932.054000', '185932.057000', '185932.059000', '185932.062000', '185932.064000', '185932.067000', '185932.069000', '185932.072000', '185932.075000', '185932.078000', '185932.081000', '185932.083000', '185932.086000', '185932.088000', '185932.091000', '185932.094000', '185932.096000', '185932.099000', '185932.101000', '185932.105000', '185932.108000', '185932.110000', '185932.113000', '185932.115000', '185932.118000', '185932.121000', '185932.123000', '185932.126000', '185932.128000', '185932.131000', '185932.133000', '185932.136000', '185932.139000', '185932.141000', '185932.144000', '185932.146000', '185952.036000', '185952.039000', '185952.041000', '185952.050000', '185952.053000', '185952.055000', '185952.058000', '185952.061000', '185952.063000', '185952.066000', '185952.068000', '185952.071000', '185952.075000', '185952.077000', '185952.080000', '185952.083000', '185952.085000', '185952.088000', '185952.091000', '185952.093000', '185952.096000', '185952.098000', '185952.101000', '185952.103000', '185952.106000', '185952.109000', '185952.111000', '185952.114000', '185952.116000', '185952.119000', '185952.122000', '185952.124000', '185952.127000', '185952.130000', '185952.132000', '185952.135000', '185952.137000', '185952.140000', '185952.142000', '185952.145000', '185952.148000', '185952.150000', '185952.153000', '185952.156000', '190012.034000', '190012.038000', '190012.040000', '190012.043000', '190012.045000', '190012.048000', '190012.051000', '190012.053000', '190012.056000', '190012.059000', '190012.061000', '190012.064000', '190012.067000', '190012.070000', '190012.073000', '190012.075000', '190012.079000', '190012.081000', '190012.084000', '190012.087000', '190012.089000', '190012.092000', '190012.094000', '190012.097000', '190012.100000', '190012.102000', '190012.105000', '190012.108000', '190012.110000', '190012.113000', '190012.115000', '190012.118000', '190012.121000', '190012.123000', '190012.126000', '190012.129000', '190012.131000', '190012.134000', '190012.136000', '190012.139000', '190012.142000', '190012.144000', '190012.175000', '190032.035000', '190032.037000', '190032.040000', '190032.043000', '190032.045000', '190032.048000', '190032.050000', '190032.053000', '190032.056000', '190032.058000', '190032.061000', '190032.063000', '190032.066000', '190032.069000', '190032.072000', '190032.074000', '190032.077000', '190032.080000', '190032.082000', '190032.085000', '190032.087000', '190032.090000', '190032.093000', '190032.095000', '190032.098000', '190032.100000', '190032.103000', '190032.106000', '190032.108000', '190032.111000', '190032.114000', '190032.116000', '190032.119000', '190032.121000', '190032.124000', '190032.126000', '190032.129000', '190032.132000', '190032.134000', '190032.137000', '190032.140000', '190032.142000', '190032.145000', '190032.147000', '190052.035000', '190052.038000', '190052.041000', '190052.044000', '190052.046000', '190052.049000', '190052.051000', '190052.054000', '190052.057000', '190052.059000', '190052.062000', '190052.064000', '190052.067000', '190052.070000', '190052.072000', '190052.075000', '190052.077000', '190052.080000', '190052.083000', '190052.087000', '190052.089000', '190052.092000', '190052.095000', '190052.097000', '190052.100000', '190052.102000', '190052.106000', '190052.109000', '190052.112000', '190052.114000', '190052.117000', '190052.120000', '190052.122000', '190052.125000', '190052.127000', '190052.130000', '190052.133000', '190052.135000', '190052.138000', '190052.140000', '190052.145000', '190052.147000', '190052.150000', '190112.036000', '190112.038000', '190112.041000', '190112.044000', '190112.046000', '190112.049000', '190112.051000', '190112.054000', '190112.057000', '190112.059000', '190112.062000', '190112.064000', '190112.067000', '190112.070000', '190112.072000', '190112.075000', '190112.077000', '190112.080000', '190112.083000', '190112.085000', '190112.088000', '190112.090000', '190112.093000', '190112.096000', '190112.098000', '190112.101000', '190112.104000', '190112.106000', '190112.109000', '190112.112000', '190112.114000', '190112.117000', '190112.120000', '190112.123000', '190112.125000', '190112.128000', '190112.130000', '190112.133000', '190112.136000', '190112.138000', '190112.141000', '190112.144000', '190112.146000', '190112.149000', '190132.035000', '190132.038000', '190132.041000', '190132.044000', '190132.046000', '190132.049000', '190132.051000', '190132.055000', '190132.057000', '190132.060000', '190132.062000', '190132.065000', '190132.068000', '190132.070000', '190132.073000', '190132.076000', '190132.078000', '190132.081000', '190132.083000', '190132.086000', '190132.088000', '190132.091000', '190132.094000', '190132.097000', '190132.099000', '190132.102000', '190132.104000', '190132.107000', '190132.110000', '190132.112000', '190132.115000', '190132.117000', '190132.120000', '190132.123000', '190132.126000', '190132.128000', '190132.131000', '190132.134000', '190132.136000', '190132.139000', '190132.142000', '190132.145000', '190132.150000', '190152.035000', '190152.038000', '190152.041000', '190152.044000', '190152.047000', '190152.050000', '190152.052000', '190152.055000', '190152.058000', '190152.060000', '190152.063000', '190152.065000', '190152.068000', '190152.071000', '190152.073000', '190152.076000', '190152.078000', '190152.081000', '190152.084000', '190152.086000', '190152.089000', '190152.091000', '190152.094000', '190152.097000', '190152.099000', '190152.102000', '190152.104000', '190152.107000', '190152.110000', '190152.112000', '190152.115000', '190152.117000', '190152.120000', '190152.122000', '190152.125000', '190152.128000', '190152.130000', '190152.133000', '190152.135000', '190152.138000', '190152.141000', '190152.143000', '190152.146000', '190152.149000', '190212.035000', '190212.038000', '190212.041000', '190212.044000', '190212.047000', '190212.049000', '190212.052000', '190212.054000', '190212.057000', '190212.060000', '190212.062000', '190212.065000', '190212.067000', '190212.070000', '190212.073000', '190212.075000', '190212.078000', '190212.081000', '190212.083000', '190212.086000', '190212.088000', '190212.091000', '190212.094000', '190212.096000', '190212.099000', '190212.102000', '190212.104000', '190212.107000', '190212.110000', '190212.112000', '190212.115000', '190212.117000', '190212.120000', '190212.123000', '190212.125000', '190212.128000', '190212.131000', '190212.133000', '190212.136000', '190212.138000', '190212.141000', '190212.144000', '190212.146000', '190232.035000', '190232.037000', '190232.040000', '190232.043000', '190232.045000', '190232.048000', '190232.050000', '190232.053000', '190232.056000', '190232.058000', '190232.061000', '190232.063000', '190232.066000', '190232.068000', '190232.071000', '190232.074000', '190232.077000', '190232.079000', '190232.082000', '190232.085000', '190232.087000', '190232.090000', '190232.093000', '190232.095000', '190232.098000', '190232.101000', '190232.103000', '190232.106000', '190232.109000', '190232.111000', '190232.114000', '190232.116000', '190232.119000', '190232.121000', '190232.124000', '190232.127000', '190232.129000', '190232.132000', '190232.135000', '190232.137000', '190232.140000', '190232.142000', '190232.145000', '190232.148000', '190252.034000', '190252.037000', '190252.040000', '190252.043000', '190252.045000', '190252.048000', '190252.050000', '190252.053000', '190252.056000', '190252.058000', '190252.061000', '190252.063000', '190252.066000', '190252.069000', '190252.071000', '190252.074000', '190252.076000', '190252.080000', '190252.082000', '190252.085000', '190252.087000', '190252.090000', '190252.093000', '190252.095000', '190252.098000', '190252.101000', '190252.103000', '190252.106000', '190252.108000', '190252.111000', '190252.114000', '190252.116000', '190252.119000', '190252.121000', '190252.124000', '190252.127000', '190252.129000', '190252.132000', '190252.135000', '190252.137000', '190252.140000', '190252.143000', '190252.146000', '190312.036000', '190312.039000', '190312.041000', '190312.044000', '190312.047000', '190312.049000', '190312.052000', '190312.055000', '190312.057000', '190312.060000', '190312.062000', '190312.065000', '190312.067000', '190312.070000', '190312.073000', '190312.075000', '190312.078000', '190312.080000', '190312.083000', '190312.086000', '190312.088000', '190312.091000', '190312.093000', '190312.096000', '190312.099000', '190312.101000', '190312.105000', '190312.117000', '190312.119000', '190312.122000', '190312.124000', '190312.127000', '190312.130000', '190312.132000', '190312.135000', '190312.138000', '190312.140000', '190312.143000', '190312.145000', '190312.148000', '190312.151000', '190312.153000', '190312.156000', '190312.158000', '190332.036000', '190332.038000', '190332.041000', '190332.044000', '190332.047000', '190332.049000', '190332.052000', '190332.055000', '190332.057000', '190332.060000', '190332.062000', '190332.065000', '190332.068000', '190332.070000', '190332.073000', '190332.075000', '190332.078000', '190332.080000', '190332.083000', '190332.086000', '190332.088000', '190332.091000', '190332.093000', '190332.096000', '190332.099000', '190332.101000', '190332.104000', '190332.106000', '190332.109000', '190332.112000', '190332.114000', '190332.117000', '190332.120000', '190332.122000', '190332.125000', '190332.128000', '190332.131000', '190332.133000', '190332.136000', '190332.138000', '190332.141000', '190332.144000', '190332.146000', '190352.036000', '190352.039000', '190352.041000', '190352.044000', '190352.046000', '190352.049000', '190352.052000', '190352.054000', '190352.057000', '190352.060000', '190352.062000', '190352.065000', '190352.067000', '190352.070000', '190352.073000', '190352.075000', '190352.078000', '190352.081000', '190352.083000', '190352.086000', '190352.088000', '190352.091000', '190352.094000', '190352.096000', '190352.099000', '190352.102000', '190352.104000', '190352.107000', '190352.109000', '190352.112000', '190352.115000', '190352.117000', '190352.120000', '190352.123000', '190352.125000', '190352.128000', '190352.130000', '190352.133000', '190352.136000', '190352.138000', '190352.141000', '190352.144000', '190352.146000', '190352.149000', '190412.036000', '190412.039000', '190412.041000', '190412.044000', '190412.047000', '190412.049000', '190412.052000', '190412.055000', '190412.057000', '190412.060000', '190412.063000', '190412.065000', '190412.068000', '190412.071000', '190412.073000', '190412.076000', '190412.079000', '190412.081000', '190412.084000', '190412.086000', '190412.089000', '190412.092000', '190412.094000', '190412.097000', '190412.099000', '190412.102000', '190412.105000', '190412.107000', '190412.110000', '190412.113000', '190412.115000', '190412.118000', '190412.120000', '190412.123000', '190412.126000', '190412.129000', '190412.131000', '190412.134000', '190412.137000', '190412.140000', '190412.142000', '190412.145000', '190412.147000', '190432.035000', '190432.038000', '190432.041000', '190432.044000', '190432.046000', '190432.049000', '190432.051000', '190432.054000', '190432.057000', '190432.059000', '190432.062000', '190432.064000', '190432.067000', '190432.069000', '190432.072000', '190432.075000', '190432.078000', '190432.080000', '190432.083000', '190432.086000', '190432.088000', '190432.091000', '190432.094000', '190432.096000', '190432.099000', '190432.108000', '190432.111000', '190432.114000', '190432.116000', '190432.119000', '190432.121000', '190432.124000', '190432.127000', '190432.130000', '190432.132000', '190432.135000', '190432.138000', '190432.140000', '190432.143000', '190432.145000', '190432.148000', '190432.151000', '190432.153000', '190432.156000', '190448.586000', '190448.590000', '190448.593000', '190448.595000', '190448.598000', '190448.601000', '190448.604000', '190448.609000', '190448.612000', '190448.616000', '190448.619000', '190448.621000', '190448.624000', '190448.627000', '190448.630000', '190448.633000', '190448.636000', '190448.639000', '190448.641000', '190448.644000', '190448.647000', '190448.649000', '190448.652000', '190448.655000', '190448.657000', '190448.661000', '190448.663000', '190448.666000', '190448.669000', '190448.672000', '190448.674000', '190448.677000', '190448.680000', '190448.682000', '190448.685000', '190448.688000'], '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': [9445, 8459, 11487, 8796, 9246, 8725, 9413, 8489, 11275, 8818, 9537, 8619, 9471, 8441, 9770, 8682, 9627, 8345, 9489, 8449, 9260, 8236, 9200, 7834, 9502, 8211, 9479, 8127, 9586, 8370, 9175, 8597, 9414, 8481, 9773, 8309, 9368, 8208, 9538, 12104, 9222, 12597, 9425, 10360, 9537, 9052, 9765, 9330, 9260, 11787, 9134, 9568, 9331, 9180, 8907, 9835, 8638, 11419, 9271, 9140, 9237, 8820, 9061, 10033, 9062, 10027, 9325, 9923, 8927, 10388, 8510, 10671, 8707, 9324, 9277, 9001, 9458, 9418, 9394, 9333, 8524, 9334, 8617, 9244, 8371, 9342, 7874, 9443, 9984, 9399, 10702, 9052, 10570, 8639, 8986, 8809, 8971, 8898, 8917, 9314, 9224, 9312, 8736, 9287, 9375, 8699, 9398, 9287, 8988, 9361, 10195, 9101, 9203, 8955, 8626, 8337, 8748, 8549, 12845, 8382, 11845, 8437, 9561, 8750, 10401, 8953, 13553, 9077, 9981, 9171, 8914, 8412, 9010, 8011, 9195, 8140, 9391, 8711, 9214, 9920, 9200, 8427, 9097, 9238, 9128, 11526, 9152, 10287, 9136, 8561, 8809, 9020, 8265, 11551, 8485, 9743, 8624, 8733, 9067, 9160, 8758, 9025, 8293, 8591, 8331, 8492, 8507, 10257, 8730, 8701, 8731, 9751, 8472, 11941, 8542, 10785, 8911, 9954, 8594, 10685, 8307, 12777, 8459, 9754, 8150, 8538, 8452, 9288, 8451, 11406, 8632, 8557, 8490, 8540, 8446, 10233, 8143, 8466, 7808, 8806, 8351, 8581, 8338, 8418, 8242, 8468, 7903, 8512, 8233, 8278, 8100, 8465, 7896, 8658, 7964, 8326, 10050, 9948, 9223, 8522, 8704, 8673, 8527, 8568, 8555, 11604, 8552, 9760, 8607, 9134, 8620, 11809, 10363, 10073, 8415, 8716, 8623, 8466, 8367, 11193, 8619, 8921, 8493, 8676, 8440, 9432, 8355, 9806, 8968, 8606, 8654, 9249, 8530, 9096, 8913, 7970, 8725, 8142, 8656, 8478, 8711, 8135, 8860, 8389, 8872, 8144, 8392, 8222, 8802, 7992, 8880, 8336, 8754, 8489, 8689, 8238, 8851, 8878, 8657, 10872, 8668, 11492, 8837, 8977, 8426, 8415, 8410, 9614, 8521, 8715, 9115, 8311, 9019, 9162, 8982, 7806, 8864, 8365, 9035, 9243, 8405, 9319, 8958, 11764, 8978, 12006, 8800, 12832, 9230, 13360, 10241, 11212, 8809, 9534, 8511, 10249, 8929, 8511, 8627, 8552, 8876, 9704, 8700, 9747, 9024, 8828, 8873, 10372, 8662, 11135, 8844, 9082, 8553, 10423, 8448, 11479, 8469, 10040, 8762, 8914, 7971, 11094, 8016, 10351, 8419, 8443, 8283, 9090, 8081, 10183, 8879, 10533, 8878, 10751, 9186, 12698, 8847, 9306, 8960, 8737, 9203, 10713, 8887, 8590, 8987, 8241, 10608, 8682, 9685, 8355, 8725, 8568, 11102, 8311, 12887, 8827, 10196, 9029, 8818, 8454, 10639, 8801, 10062, 8881, 8495, 8953, 9898, 8745, 11007, 8998, 9287, 8957, 10276, 8969, 11571, 8872, 10266, 8548, 8996, 8902, 10366, 8889, 10290, 8951, 9033, 8483, 8739, 8109, 9552, 7979, 8960, 8050, 9096, 8627, 8929, 8918, 9085, 8208, 9018, 8440, 8945, 9877, 8999, 8207, 8996, 9149, 9184, 12407, 8994, 11599, 8824, 10248, 9192, 11178, 8754, 11863, 9106, 8961, 8678, 8673, 8352, 10198, 8488, 9815, 8356, 8832, 8719, 8916, 8789, 11578, 9054, 9239, 9150, 8751, 8932, 8791, 8185, 10410, 7808, 9169, 8594, 8981, 11870, 9164, 13039, 9206, 10012, 9167, 8739, 8450, 8750, 8945, 8990, 8595, 10631, 8865, 9156, 8715, 8810, 8823, 8822, 8161, 10327, 8470, 9065, 8484, 8927, 8720, 8731, 8420, 9747, 8133, 9214, 8147, 9297, 13257, 9057, 14411, 8928, 10549, 9211, 8826, 8604, 8953, 8501, 9507, 8538, 8736, 9118, 9081, 8865, 8802, 9071, 8924, 9289, 9008, 9057, 8715, 9066, 12025, 8755, 10578, 8442, 10222, 8757, 12361, 9342, 12943, 8487, 10754, 9014, 11636, 8563, 12191, 9137, 9955, 9154, 9472, 9000, 10629, 8690, 11903, 8943, 9476, 8883, 9452, 8792, 11428, 8496, 8768, 8641, 8913, 8504, 8713, 8413, 10904, 9532, 8827, 9533, 8519, 9166, 8614, 9325, 8557, 12291, 9222, 9418, 9377, 8095, 9274, 9469, 9174, 13850, 10812, 11976, 9418, 10432, 9322, 9055, 9127, 10026, 8965, 9857, 9147, 8656, 9209, 8669, 8363, 10854, 8710, 9931, 9015, 8874, 8455, 8771, 8421, 11531, 8350, 8973, 8599, 8744, 8884, 8603, 8780, 11880, 9148, 9022, 8966, 9206, 8565, 9111, 8662, 10887, 8639, 9165, 8549, 9094, 8126, 8955, 10862, 9186, 10607, 9138, 9256, 9223, 9275, 8382, 10615, 8868, 8785, 8509, 8752, 8933, 8781, 8844, 8955, 9170, 8911, 8535, 9099, 8686, 8860, 8029, 9007, 9699, 8950, 11267, 8999, 12430, 8993, 12931, 9002, 11899, 8966, 11916, 8542, 12166, 9198, 13083, 9036, 10896, 9010, 9427, 9074, 9773, 9220, 10823, 9035, 9978, 9155, 11342, 9367, 12837, 9183, 10650, 8966, 9329, 8516, 10227, 8426, 10765, 8626, 9714, 8642, 9455, 8783, 11187, 8605, 9004, 9261, 8982, 9048, 10352, 8805, 8890, 9084, 9006, 8861, 9606, 9004, 9034, 8955, 9209, 8762, 9150, 8352, 10935, 9034, 9164, 9108, 9031, 8859, 10674, 9159, 10368, 9375, 9138, 9121, 9254, 8669, 11491, 8843, 10466, 8701, 9144, 8640, 9439, 8577, 10165, 9023, 9147, 8152, 9211, 8464, 9292, 9785, 9228, 8382, 9492, 8761, 9456, 10619, 9102, 10095, 9448, 11469, 9198, 12783, 9010, 14093, 9097, 9458, 9266, 8244, 9183, 8714, 9251, 8412, 9314, 8211, 9486, 8073, 9175, 8470, 9535, 8411, 9090, 8470, 9097, 9088, 9360, 8374, 9237, 9465, 8976, 11930, 9012, 11003, 9260, 8561, 9363, 9527, 9209, 8266, 9214, 9108, 10603, 9592, 8018, 9520, 9191, 11823, 9393, 12438, 9132, 10005, 9406, 9440, 8738, 11959, 8953, 10121, 9001, 9167, 9127, 10924, 8729, 10621, 9131, 8951, 8901, 10609, 8675, 10655, 9206, 9901, 9342, 11151, 8998, 12731, 9136, 10741, 9075, 10351, 8753, 12459, 8865, 10649, 9124, 9319, 8613, 10425, 8712, 12825, 8884, 9569, 9374, 8846, 8814, 9087, 8529, 8770, 8412, 9181, 8719, 9156, 10495, 8908, 11702, 8988, 10080, 8916, 9390, 8381, 10491, 8533, 10276, 9194, 8339, 9220, 10266, 9038, 10923, 9228, 8158, 9242, 8509, 9207, 12022, 9117, 11708, 9094, 10717, 9015, 10904, 8380, 12607, 8511, 10058, 8884, 8619, 9047, 8748, 8481, 9776, 8372, 9284, 8136, 8987, 9087, 9053, 8351, 8707, 8096, 8879, 8021, 8855, 11193, 8833, 11634, 8737, 11650, 8503, 10846, 8409, 12116, 8559, 8912, 8217, 8940, 8624, 8895, 12272, 8954, 10879, 8936, 9230, 8914, 9207, 8378, 9900, 8325, 8435, 8659, 8304, 8488, 9542, 8447, 8525, 8702, 8354, 8405, 9545, 8743, 10517, 8850, 8964, 8398, 8751, 8224, 10905, 8051, 8711, 8138, 8553, 12901, 8624, 14927, 8715, 11604, 8928, 10011, 8481, 10430, 8181, 8497, 8315, 8588, 8420, 8384, 9161, 8496, 8531, 8559, 11491, 8663, 11376, 8387, 11749, 8339, 9653, 8692, 8750, 8323, 9256, 8537, 11139, 8491, 8573, 8515, 8672, 7950, 8782, 8569, 8785, 7911, 8793, 8489, 8919, 11025, 8690, 10666, 8416, 8536, 8539, 8369, 8344, 9944, 8399, 8458, 8710, 8679, 8246, 9866, 8575, 9139, 8094, 8340, 8464, 9898, 8355, 12830, 8454, 10011, 8250, 8415, 8346, 8780, 8254, 9824, 8295, 8178, 8254, 8449, 8180, 11036, 8108, 8324, 8673, 8404, 8418, 10461, 8397, 10887, 8351, 8696, 8204, 10502, 8397, 11425, 8726, 10670, 8733, 11800, 8827, 12698, 8298, 11267, 8785, 11145, 8519, 12095, 8587, 9943, 8635, 8511, 8797, 9409, 8378, 10711, 8795, 8390, 8681, 8223, 8400, 9330, 8457, 9187, 8532, 8374, 8309, 9415, 8335, 10262, 8739, 8452, 8901, 9284, 8621, 10330, 8861, 7953, 8858, 8353, 9117, 9398, 9724, 9149, 9062, 8582, 9093, 12606, 8858, 13207, 8960, 10734, 8938, 8535, 8937, 10330, 8933, 9656, 8904, 10008, 9235, 11220, 9035, 12171, 8890, 9906, 9263, 8805, 8685, 10472, 8446, 10094, 8806, 8621, 8840, 8624, 8662, 10768, 8401, 8779, 8875, 8861, 9061, 10202, 8573, 10391, 8985, 8820, 9084, 10353, 9074, 11563, 9006, 9003, 9056, 9753, 8975, 11688, 9126, 12391, 8916, 8419, 9166, 8586, 9244, 11792, 9006, 12104, 9102, 11978, 9138, 11478, 8705, 12214, 8782, 8660, 9061, 8929, 9202, 9175, 8895, 9025, 8917, 8682, 8513, 8874, 8597, 9486, 8589, 8952, 9070, 8643, 8957, 9893, 8760, 10348, 8905, 9050, 9041, 11204, 9151, 12924, 9011, 10582, 8994, 8720, 8932, 8771, 8702, 9471, 8756, 8661, 9113, 8763, 8947, 12070, 9192, 9462, 9038, 8764, 8961, 10175, 8486, 8694, 8280, 8940, 8219, 9062, 11434, 9091, 10262, 8953, 9319, 9034, 9916, 8834, 11593, 8992, 9043, 9101, 9245, 8926, 9247, 8735, 9099, 8496, 8937, 9113, 8620, 8730, 9010, 8890, 8123, 10001, 8520, 9418, 9082, 9103, 8787, 13011, 9769, 11434, 8744, 11529, 8633, 12897, 8606, 11903, 8832, 11624, 8696, 8832, 8939, 8668, 8418, 9674, 8098, 11324, 8592, 8949, 8285, 8195, 8585, 11550, 8253, 10799, 8224, 9787, 8386, 10921, 8495, 11484, 8529, 8113, 8544, 8110, 8146, 9490, 8172, 8358, 8178, 8291, 8042, 8717, 8114, 8561, 7963, 8422, 8183, 8910, 7900, 8485, 7974, 8557], 'WindowCenter': [3939.0, 3901.0, 3930.0, 3883.0, 3881.0, 3869.0, 3878.0, 3867.0, 3899.0, 3866.0, 3875.0, 3854.0, 3875.0, 3854.0, 3874.0, 3854.0, 3863.0, 3853.0, 3863.0, 3853.0, 3864.0, 3854.0, 3864.0, 3842.0, 3874.0, 3853.0, 3874.0, 3855.0, 3877.0, 3855.0, 3864.0, 3864.0, 3864.0, 3865.0, 3875.0, 3854.0, 3864.0, 3853.0, 3863.0, 3895.0, 3864.0, 3895.0, 3865.0, 3874.0, 3874.0, 3863.0, 3874.0, 3863.0, 3864.0, 3884.0, 3864.0, 3862.0, 3863.0, 3862.0, 3863.0, 3873.0, 3853.0, 3883.0, 3864.0, 3862.0, 3863.0, 3863.0, 3865.0, 3873.0, 3865.0, 3874.0, 3875.0, 3874.0, 3865.0, 3874.0, 3864.0, 3873.0, 3853.0, 3862.0, 3863.0, 3863.0, 3874.0, 3863.0, 3863.0, 3863.0, 3853.0, 3863.0, 3863.0, 3863.0, 3853.0, 3864.0, 3852.0, 3863.0, 3873.0, 3864.0, 3873.0, 3863.0, 3873.0, 3853.0, 3862.0, 3864.0, 3863.0, 3864.0, 3876.0, 3876.0, 3875.0, 3876.0, 3865.0, 3877.0, 3877.0, 3867.0, 3876.0, 3877.0, 3865.0, 3877.0, 3887.0, 3877.0, 3877.0, 3877.0, 3865.0, 3866.0, 3866.0, 3867.0, 3908.0, 3867.0, 3896.0, 3855.0, 3863.0, 3854.0, 3874.0, 3863.0, 3896.0, 3852.0, 3862.0, 3862.0, 3851.0, 3851.0, 3851.0, 3842.0, 3861.0, 3840.0, 3862.0, 3851.0, 3862.0, 3862.0, 3862.0, 3851.0, 3852.0, 3862.0, 3862.0, 3882.0, 3864.0, 3872.0, 3863.0, 3851.0, 3863.0, 3862.0, 3853.0, 3884.0, 3853.0, 3862.0, 3853.0, 3852.0, 3864.0, 3864.0, 3865.0, 3863.0, 3854.0, 3864.0, 3866.0, 3865.0, 3866.0, 3887.0, 3867.0, 3866.0, 3867.0, 3877.0, 3868.0, 3897.0, 3867.0, 3887.0, 3877.0, 3875.0, 3866.0, 3886.0, 3856.0, 3897.0, 3855.0, 3864.0, 3854.0, 3853.0, 3855.0, 3864.0, 3854.0, 3886.0, 3854.0, 3853.0, 3853.0, 3853.0, 3853.0, 3873.0, 3842.0, 3852.0, 3842.0, 3863.0, 3851.0, 3853.0, 3853.0, 3853.0, 3854.0, 3855.0, 3853.0, 3866.0, 3855.0, 3866.0, 3855.0, 3867.0, 3855.0, 3866.0, 3855.0, 3866.0, 3877.0, 3877.0, 3877.0, 3865.0, 3865.0, 3865.0, 3866.0, 3867.0, 3866.0, 3899.0, 3866.0, 3876.0, 3866.0, 3876.0, 3865.0, 3897.0, 3875.0, 3875.0, 3853.0, 3852.0, 3853.0, 3853.0, 3855.0, 3886.0, 3854.0, 3864.0, 3864.0, 3853.0, 3855.0, 3865.0, 3855.0, 3875.0, 3866.0, 3865.0, 3866.0, 3876.0, 3866.0, 3865.0, 3866.0, 3855.0, 3865.0, 3854.0, 3865.0, 3854.0, 3866.0, 3854.0, 3864.0, 3853.0, 3864.0, 3854.0, 3854.0, 3854.0, 3864.0, 3853.0, 3863.0, 3853.0, 3864.0, 3853.0, 3864.0, 3853.0, 3864.0, 3863.0, 3854.0, 3884.0, 3865.0, 3885.0, 3864.0, 3863.0, 3853.0, 3853.0, 3866.0, 3875.0, 3866.0, 3865.0, 3876.0, 3865.0, 3877.0, 3878.0, 3879.0, 3856.0, 3877.0, 3868.0, 3878.0, 3890.0, 3869.0, 3880.0, 3879.0, 3911.0, 3879.0, 3910.0, 3879.0, 3910.0, 3879.0, 3909.0, 3889.0, 3887.0, 3866.0, 3876.0, 3866.0, 3875.0, 3866.0, 3854.0, 3865.0, 3854.0, 3865.0, 3875.0, 3866.0, 3875.0, 3865.0, 3865.0, 3865.0, 3875.0, 3855.0, 3886.0, 3865.0, 3864.0, 3854.0, 3885.0, 3855.0, 3885.0, 3855.0, 3875.0, 3865.0, 3864.0, 3855.0, 3887.0, 3856.0, 3875.0, 3855.0, 3854.0, 3855.0, 3865.0, 3855.0, 3886.0, 3865.0, 3874.0, 3866.0, 3886.0, 3877.0, 3907.0, 3867.0, 3876.0, 3867.0, 3865.0, 3865.0, 3875.0, 3865.0, 3854.0, 3865.0, 3855.0, 3876.0, 3865.0, 3865.0, 3855.0, 3853.0, 3854.0, 3884.0, 3854.0, 3895.0, 3864.0, 3873.0, 3865.0, 3863.0, 3854.0, 3873.0, 3864.0, 3873.0, 3864.0, 3853.0, 3865.0, 3874.0, 3865.0, 3885.0, 3865.0, 3864.0, 3865.0, 3886.0, 3867.0, 3897.0, 3866.0, 3875.0, 3865.0, 3865.0, 3866.0, 3876.0, 3866.0, 3875.0, 3865.0, 3865.0, 3865.0, 3865.0, 3854.0, 3878.0, 3855.0, 3865.0, 3854.0, 3865.0, 3865.0, 3865.0, 3865.0, 3865.0, 3854.0, 3865.0, 3855.0, 3866.0, 3876.0, 3865.0, 3854.0, 3864.0, 3864.0, 3865.0, 3896.0, 3864.0, 3884.0, 3853.0, 3873.0, 3863.0, 3884.0, 3853.0, 3884.0, 3853.0, 3851.0, 3852.0, 3852.0, 3854.0, 3873.0, 3853.0, 3862.0, 3853.0, 3851.0, 3853.0, 3863.0, 3853.0, 3885.0, 3864.0, 3863.0, 3863.0, 3852.0, 3864.0, 3853.0, 3853.0, 3885.0, 3843.0, 3863.0, 3852.0, 3863.0, 3884.0, 3863.0, 3894.0, 3863.0, 3862.0, 3863.0, 3851.0, 3852.0, 3851.0, 3863.0, 3864.0, 3854.0, 3874.0, 3864.0, 3864.0, 3864.0, 3863.0, 3864.0, 3864.0, 3854.0, 3875.0, 3854.0, 3864.0, 3865.0, 3864.0, 3865.0, 3865.0, 3855.0, 3876.0, 3854.0, 3865.0, 3854.0, 3865.0, 3907.0, 3865.0, 3906.0, 3864.0, 3874.0, 3864.0, 3863.0, 3854.0, 3864.0, 3854.0, 3864.0, 3866.0, 3864.0, 3865.0, 3864.0, 3877.0, 3866.0, 3878.0, 3866.0, 3877.0, 3865.0, 3878.0, 3867.0, 3878.0, 3909.0, 3868.0, 3887.0, 3868.0, 3887.0, 3868.0, 3898.0, 3878.0, 3909.0, 3867.0, 3886.0, 3866.0, 3897.0, 3867.0, 3896.0, 3877.0, 3875.0, 3865.0, 3875.0, 3866.0, 3886.0, 3866.0, 3896.0, 3865.0, 3863.0, 3865.0, 3864.0, 3854.0, 3886.0, 3865.0, 3853.0, 3853.0, 3863.0, 3866.0, 3865.0, 3866.0, 3887.0, 3877.0, 3867.0, 3876.0, 3865.0, 3876.0, 3866.0, 3877.0, 3879.0, 3909.0, 3879.0, 3879.0, 3878.0, 3856.0, 3876.0, 3877.0, 3866.0, 3907.0, 3887.0, 3885.0, 3864.0, 3873.0, 3863.0, 3852.0, 3863.0, 3862.0, 3864.0, 3862.0, 3863.0, 3852.0, 3864.0, 3853.0, 3855.0, 3886.0, 3865.0, 3874.0, 3865.0, 3864.0, 3855.0, 3854.0, 3855.0, 3897.0, 3855.0, 3864.0, 3865.0, 3854.0, 3865.0, 3865.0, 3865.0, 3897.0, 3865.0, 3864.0, 3865.0, 3864.0, 3865.0, 3865.0, 3855.0, 3887.0, 3854.0, 3865.0, 3865.0, 3865.0, 3855.0, 3865.0, 3886.0, 3865.0, 3876.0, 3866.0, 3864.0, 3876.0, 3865.0, 3855.0, 3886.0, 3867.0, 3865.0, 3866.0, 3865.0, 3877.0, 3866.0, 3878.0, 3879.0, 3879.0, 3878.0, 3878.0, 3879.0, 3879.0, 3879.0, 3868.0, 3878.0, 3877.0, 3867.0, 3899.0, 3878.0, 3909.0, 3879.0, 3909.0, 3867.0, 3897.0, 3866.0, 3896.0, 3867.0, 3897.0, 3866.0, 3897.0, 3867.0, 3886.0, 3866.0, 3865.0, 3866.0, 3876.0, 3878.0, 3887.0, 3867.0, 3876.0, 3877.0, 3887.0, 3877.0, 3908.0, 3877.0, 3885.0, 3865.0, 3864.0, 3866.0, 3875.0, 3856.0, 3886.0, 3865.0, 3864.0, 3866.0, 3875.0, 3866.0, 3886.0, 3865.0, 3864.0, 3865.0, 3865.0, 3866.0, 3876.0, 3866.0, 3865.0, 3866.0, 3865.0, 3866.0, 3879.0, 3867.0, 3866.0, 3866.0, 3877.0, 3866.0, 3877.0, 3868.0, 3900.0, 3877.0, 3876.0, 3866.0, 3866.0, 3877.0, 3888.0, 3877.0, 3888.0, 3877.0, 3876.0, 3876.0, 3876.0, 3866.0, 3898.0, 3866.0, 3887.0, 3865.0, 3865.0, 3865.0, 3865.0, 3865.0, 3876.0, 3865.0, 3864.0, 3843.0, 3864.0, 3853.0, 3864.0, 3874.0, 3864.0, 3853.0, 3864.0, 3853.0, 3875.0, 3874.0, 3866.0, 3874.0, 3875.0, 3884.0, 3865.0, 3896.0, 3865.0, 3906.0, 3865.0, 3865.0, 3864.0, 3854.0, 3876.0, 3865.0, 3876.0, 3855.0, 3865.0, 3855.0, 3876.0, 3855.0, 3877.0, 3855.0, 3876.0, 3855.0, 3866.0, 3855.0, 3865.0, 3865.0, 3865.0, 3853.0, 3864.0, 3874.0, 3864.0, 3896.0, 3866.0, 3884.0, 3876.0, 3854.0, 3865.0, 3875.0, 3876.0, 3866.0, 3878.0, 3878.0, 3889.0, 3889.0, 3869.0, 3888.0, 3878.0, 3910.0, 3879.0, 3910.0, 3878.0, 3877.0, 3878.0, 3877.0, 3868.0, 3897.0, 3878.0, 3876.0, 3866.0, 3866.0, 3877.0, 3887.0, 3868.0, 3887.0, 3877.0, 3865.0, 3867.0, 3886.0, 3867.0, 3886.0, 3866.0, 3875.0, 3865.0, 3885.0, 3866.0, 3896.0, 3865.0, 3884.0, 3864.0, 3874.0, 3854.0, 3895.0, 3865.0, 3873.0, 3864.0, 3862.0, 3853.0, 3874.0, 3854.0, 3895.0, 3864.0, 3863.0, 3863.0, 3851.0, 3852.0, 3863.0, 3853.0, 3864.0, 3854.0, 3864.0, 3853.0, 3864.0, 3885.0, 3865.0, 3895.0, 3865.0, 3875.0, 3864.0, 3864.0, 3856.0, 3885.0, 3867.0, 3875.0, 3876.0, 3854.0, 3877.0, 3888.0, 3878.0, 3887.0, 3878.0, 3856.0, 3877.0, 3866.0, 3878.0, 3898.0, 3879.0, 3898.0, 3866.0, 3886.0, 3865.0, 3886.0, 3855.0, 3896.0, 3855.0, 3864.0, 3865.0, 3853.0, 3865.0, 3854.0, 3854.0, 3876.0, 3856.0, 3878.0, 3871.0, 3878.0, 3865.0, 3866.0, 3854.0, 3865.0, 3854.0, 3865.0, 3855.0, 3867.0, 3887.0, 3867.0, 3897.0, 3866.0, 3896.0, 3865.0, 3886.0, 3855.0, 3897.0, 3854.0, 3854.0, 3853.0, 3853.0, 3853.0, 3864.0, 3884.0, 3865.0, 3873.0, 3864.0, 3863.0, 3865.0, 3865.0, 3855.0, 3876.0, 3855.0, 3855.0, 3867.0, 3867.0, 3879.0, 3878.0, 3868.0, 3867.0, 3868.0, 3867.0, 3869.0, 3879.0, 3868.0, 3889.0, 3878.0, 3868.0, 3868.0, 3868.0, 3857.0, 3889.0, 3856.0, 3856.0, 3855.0, 3867.0, 3897.0, 3866.0, 3918.0, 3855.0, 3886.0, 3866.0, 3874.0, 3855.0, 3875.0, 3854.0, 3853.0, 3853.0, 3853.0, 3854.0, 3854.0, 3864.0, 3865.0, 3853.0, 3854.0, 3885.0, 3854.0, 3885.0, 3855.0, 3885.0, 3855.0, 3864.0, 3854.0, 3854.0, 3855.0, 3865.0, 3866.0, 3886.0, 3855.0, 3865.0, 3865.0, 3866.0, 3856.0, 3866.0, 3855.0, 3866.0, 3854.0, 3866.0, 3866.0, 3867.0, 3887.0, 3867.0, 3887.0, 3856.0, 3866.0, 3867.0, 3856.0, 3857.0, 3891.0, 3867.0, 3856.0, 3867.0, 3867.0, 3868.0, 3889.0, 3868.0, 3878.0, 3857.0, 3867.0, 3869.0, 3889.0, 3868.0, 3910.0, 3868.0, 3877.0, 3857.0, 3856.0, 3869.0, 3867.0, 3856.0, 3889.0, 3856.0, 3857.0, 3867.0, 3867.0, 3867.0, 3888.0, 3858.0, 3856.0, 3867.0, 3856.0, 3867.0, 3889.0, 3868.0, 3888.0, 3867.0, 3866.0, 3868.0, 3888.0, 3868.0, 3899.0, 3868.0, 3888.0, 3868.0, 3898.0, 3868.0, 3910.0, 3857.0, 3887.0, 3867.0, 3888.0, 3866.0, 3897.0, 3866.0, 3875.0, 3865.0, 3865.0, 3866.0, 3865.0, 3855.0, 3886.0, 3867.0, 3855.0, 3866.0, 3855.0, 3867.0, 3877.0, 3867.0, 3877.0, 3868.0, 3867.0, 3868.0, 3879.0, 3869.0, 3889.0, 3869.0, 3868.0, 3879.0, 3880.0, 3881.0, 3891.0, 3882.0, 3870.0, 3880.0, 3870.0, 3881.0, 3880.0, 3879.0, 3880.0, 3869.0, 3869.0, 3868.0, 3910.0, 3867.0, 3909.0, 3869.0, 3887.0, 3867.0, 3868.0, 3879.0, 3888.0, 3880.0, 3878.0, 3867.0, 3877.0, 3878.0, 3887.0, 3867.0, 3899.0, 3868.0, 3876.0, 3878.0, 3867.0, 3867.0, 3888.0, 3856.0, 3877.0, 3866.0, 3866.0, 3867.0, 3867.0, 3868.0, 3889.0, 3868.0, 3867.0, 3868.0, 3878.0, 3880.0, 3889.0, 3869.0, 3889.0, 3881.0, 3879.0, 3881.0, 3890.0, 3881.0, 3900.0, 3881.0, 3880.0, 3879.0, 3889.0, 3881.0, 3911.0, 3881.0, 3912.0, 3870.0, 3869.0, 3879.0, 3868.0, 3879.0, 3899.0, 3868.0, 3899.0, 3867.0, 3898.0, 3867.0, 3887.0, 3856.0, 3897.0, 3856.0, 3855.0, 3866.0, 3864.0, 3866.0, 3866.0, 3866.0, 3866.0, 3866.0, 3866.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3867.0, 3868.0, 3868.0, 3879.0, 3889.0, 3869.0, 3890.0, 3880.0, 3868.0, 3880.0, 3900.0, 3880.0, 3911.0, 3868.0, 3889.0, 3867.0, 3866.0, 3868.0, 3867.0, 3867.0, 3878.0, 3868.0, 3867.0, 3868.0, 3868.0, 3869.0, 3899.0, 3879.0, 3877.0, 3867.0, 3867.0, 3868.0, 3888.0, 3868.0, 3866.0, 3857.0, 3867.0, 3856.0, 3868.0, 3898.0, 3867.0, 3888.0, 3867.0, 3876.0, 3868.0, 3878.0, 3879.0, 3898.0, 3868.0, 3866.0, 3868.0, 3878.0, 3879.0, 3880.0, 3868.0, 3878.0, 3868.0, 3879.0, 3880.0, 3880.0, 3880.0, 3881.0, 3893.0, 3872.0, 3893.0, 3884.0, 3881.0, 3881.0, 3880.0, 3881.0, 3923.0, 3893.0, 3902.0, 3870.0, 3901.0, 3868.0, 3900.0, 3868.0, 3898.0, 3868.0, 3888.0, 3855.0, 3865.0, 3866.0, 3866.0, 3857.0, 3877.0, 3858.0, 3899.0, 3869.0, 3867.0, 3867.0, 3857.0, 3869.0, 3900.0, 3869.0, 3889.0, 3869.0, 3878.0, 3869.0, 3888.0, 3870.0, 3900.0, 3869.0, 3857.0, 3868.0, 3857.0, 3857.0, 3879.0, 3858.0, 3868.0, 3868.0, 3869.0, 3858.0, 3869.0, 3857.0, 3869.0, 3858.0, 3869.0, 3869.0, 3879.0, 3860.0, 3870.0, 3859.0, 3869.0], 'WindowWidth': [8820.0, 8754.0, 8786.0, 8712.0, 8702.0, 8684.0, 8693.0, 8676.0, 8722.0, 8672.0, 8684.0, 8653.0, 8682.0, 8654.0, 8681.0, 8652.0, 8664.0, 8650.0, 8663.0, 8653.0, 8665.0, 8654.0, 8665.0, 8636.0, 8678.0, 8653.0, 8681.0, 8654.0, 8687.0, 8655.0, 8667.0, 8667.0, 8668.0, 8669.0, 8682.0, 8654.0, 8666.0, 8651.0, 8664.0, 8710.0, 8667.0, 8709.0, 8669.0, 8680.0, 8680.0, 8664.0, 8679.0, 8664.0, 8667.0, 8691.0, 8667.0, 8661.0, 8664.0, 8658.0, 8665.0, 8676.0, 8651.0, 8690.0, 8666.0, 8662.0, 8665.0, 8664.0, 8669.0, 8677.0, 8669.0, 8678.0, 8682.0, 8679.0, 8671.0, 8678.0, 8668.0, 8677.0, 8652.0, 8661.0, 8666.0, 8662.0, 8679.0, 8662.0, 8665.0, 8663.0, 8650.0, 8665.0, 8665.0, 8664.0, 8651.0, 8665.0, 8648.0, 8664.0, 8678.0, 8666.0, 8678.0, 8665.0, 8677.0, 8651.0, 8661.0, 8666.0, 8663.0, 8669.0, 8688.0, 8687.0, 8682.0, 8687.0, 8671.0, 8689.0, 8688.0, 8675.0, 8686.0, 8690.0, 8671.0, 8690.0, 8702.0, 8689.0, 8689.0, 8689.0, 8672.0, 8675.0, 8674.0, 8677.0, 8730.0, 8677.0, 8713.0, 8657.0, 8665.0, 8654.0, 8679.0, 8664.0, 8712.0, 8648.0, 8660.0, 8658.0, 8644.0, 8644.0, 8644.0, 8633.0, 8658.0, 8630.0, 8659.0, 8646.0, 8658.0, 8659.0, 8660.0, 8644.0, 8646.0, 8660.0, 8661.0, 8687.0, 8666.0, 8673.0, 8662.0, 8645.0, 8664.0, 8660.0, 8651.0, 8690.0, 8652.0, 8661.0, 8651.0, 8647.0, 8668.0, 8667.0, 8669.0, 8664.0, 8655.0, 8666.0, 8673.0, 8670.0, 8674.0, 8702.0, 8676.0, 8674.0, 8676.0, 8689.0, 8679.0, 8714.0, 8677.0, 8700.0, 8689.0, 8684.0, 8674.0, 8697.0, 8659.0, 8714.0, 8657.0, 8666.0, 8655.0, 8650.0, 8656.0, 8665.0, 8654.0, 8696.0, 8653.0, 8649.0, 8652.0, 8650.0, 8649.0, 8676.0, 8635.0, 8647.0, 8634.0, 8662.0, 8645.0, 8649.0, 8650.0, 8651.0, 8654.0, 8655.0, 8652.0, 8673.0, 8657.0, 8672.0, 8658.0, 8675.0, 8658.0, 8672.0, 8658.0, 8673.0, 8688.0, 8689.0, 8690.0, 8670.0, 8671.0, 8669.0, 8673.0, 8674.0, 8673.0, 8720.0, 8672.0, 8687.0, 8672.0, 8685.0, 8671.0, 8713.0, 8683.0, 8682.0, 8649.0, 8647.0, 8651.0, 8651.0, 8656.0, 8698.0, 8655.0, 8666.0, 8668.0, 8650.0, 8657.0, 8668.0, 8658.0, 8683.0, 8673.0, 8670.0, 8673.0, 8686.0, 8673.0, 8670.0, 8672.0, 8656.0, 8668.0, 8655.0, 8668.0, 8654.0, 8671.0, 8653.0, 8666.0, 8652.0, 8665.0, 8654.0, 8652.0, 8652.0, 8667.0, 8652.0, 8665.0, 8652.0, 8667.0, 8651.0, 8667.0, 8651.0, 8665.0, 8665.0, 8653.0, 8693.0, 8668.0, 8694.0, 8665.0, 8663.0, 8651.0, 8651.0, 8672.0, 8682.0, 8674.0, 8670.0, 8687.0, 8670.0, 8690.0, 8692.0, 8698.0, 8662.0, 8689.0, 8678.0, 8692.0, 8713.0, 8685.0, 8697.0, 8697.0, 8741.0, 8696.0, 8737.0, 8694.0, 8737.0, 8696.0, 8735.0, 8708.0, 8701.0, 8672.0, 8686.0, 8672.0, 8682.0, 8671.0, 8653.0, 8668.0, 8653.0, 8670.0, 8683.0, 8672.0, 8683.0, 8670.0, 8668.0, 8668.0, 8682.0, 8655.0, 8697.0, 8668.0, 8667.0, 8653.0, 8696.0, 8656.0, 8695.0, 8657.0, 8682.0, 8669.0, 8666.0, 8658.0, 8700.0, 8660.0, 8681.0, 8656.0, 8653.0, 8658.0, 8670.0, 8658.0, 8697.0, 8669.0, 8679.0, 8671.0, 8697.0, 8689.0, 8727.0, 8675.0, 8687.0, 8675.0, 8669.0, 8668.0, 8681.0, 8669.0, 8653.0, 8670.0, 8656.0, 8683.0, 8669.0, 8668.0, 8655.0, 8649.0, 8653.0, 8692.0, 8653.0, 8708.0, 8667.0, 8676.0, 8666.0, 8664.0, 8654.0, 8675.0, 8667.0, 8676.0, 8665.0, 8649.0, 8670.0, 8680.0, 8670.0, 8696.0, 8670.0, 8667.0, 8671.0, 8699.0, 8675.0, 8714.0, 8673.0, 8681.0, 8669.0, 8668.0, 8673.0, 8683.0, 8671.0, 8683.0, 8670.0, 8668.0, 8669.0, 8670.0, 8655.0, 8693.0, 8658.0, 8668.0, 8652.0, 8668.0, 8670.0, 8669.0, 8669.0, 8669.0, 8654.0, 8668.0, 8656.0, 8671.0, 8685.0, 8670.0, 8654.0, 8666.0, 8667.0, 8668.0, 8711.0, 8667.0, 8693.0, 8648.0, 8675.0, 8662.0, 8691.0, 8651.0, 8690.0, 8650.0, 8645.0, 8649.0, 8647.0, 8652.0, 8675.0, 8650.0, 8660.0, 8649.0, 8644.0, 8651.0, 8662.0, 8651.0, 8693.0, 8665.0, 8661.0, 8664.0, 8648.0, 8665.0, 8650.0, 8650.0, 8696.0, 8636.0, 8662.0, 8648.0, 8661.0, 8693.0, 8663.0, 8704.0, 8663.0, 8660.0, 8662.0, 8645.0, 8648.0, 8645.0, 8665.0, 8665.0, 8653.0, 8679.0, 8666.0, 8665.0, 8666.0, 8664.0, 8665.0, 8666.0, 8652.0, 8683.0, 8653.0, 8667.0, 8669.0, 8667.0, 8670.0, 8669.0, 8655.0, 8686.0, 8655.0, 8667.0, 8654.0, 8669.0, 8728.0, 8669.0, 8726.0, 8666.0, 8678.0, 8664.0, 8662.0, 8654.0, 8665.0, 8653.0, 8667.0, 8672.0, 8667.0, 8670.0, 8668.0, 8689.0, 8671.0, 8694.0, 8672.0, 8688.0, 8671.0, 8693.0, 8676.0, 8692.0, 8732.0, 8677.0, 8703.0, 8677.0, 8700.0, 8678.0, 8717.0, 8691.0, 8733.0, 8675.0, 8699.0, 8674.0, 8715.0, 8675.0, 8713.0, 8689.0, 8683.0, 8669.0, 8681.0, 8672.0, 8697.0, 8671.0, 8711.0, 8670.0, 8664.0, 8668.0, 8665.0, 8653.0, 8696.0, 8671.0, 8649.0, 8652.0, 8664.0, 8674.0, 8669.0, 8673.0, 8702.0, 8691.0, 8675.0, 8688.0, 8672.0, 8686.0, 8673.0, 8688.0, 8695.0, 8735.0, 8696.0, 8695.0, 8690.0, 8661.0, 8685.0, 8688.0, 8672.0, 8729.0, 8701.0, 8696.0, 8663.0, 8676.0, 8660.0, 8648.0, 8663.0, 8659.0, 8666.0, 8661.0, 8664.0, 8648.0, 8665.0, 8651.0, 8656.0, 8695.0, 8671.0, 8679.0, 8669.0, 8665.0, 8656.0, 8652.0, 8656.0, 8712.0, 8656.0, 8665.0, 8670.0, 8651.0, 8671.0, 8670.0, 8670.0, 8713.0, 8670.0, 8666.0, 8668.0, 8666.0, 8670.0, 8668.0, 8655.0, 8700.0, 8654.0, 8667.0, 8669.0, 8670.0, 8655.0, 8669.0, 8697.0, 8669.0, 8684.0, 8671.0, 8666.0, 8685.0, 8669.0, 8658.0, 8697.0, 8676.0, 8669.0, 8672.0, 8669.0, 8689.0, 8673.0, 8690.0, 8696.0, 8694.0, 8692.0, 8693.0, 8694.0, 8696.0, 8694.0, 8679.0, 8691.0, 8690.0, 8675.0, 8719.0, 8692.0, 8732.0, 8693.0, 8733.0, 8675.0, 8714.0, 8672.0, 8711.0, 8675.0, 8714.0, 8674.0, 8716.0, 8674.0, 8697.0, 8672.0, 8669.0, 8674.0, 8685.0, 8691.0, 8700.0, 8675.0, 8685.0, 8687.0, 8700.0, 8688.0, 8728.0, 8686.0, 8695.0, 8670.0, 8667.0, 8673.0, 8682.0, 8660.0, 8696.0, 8671.0, 8667.0, 8672.0, 8683.0, 8672.0, 8699.0, 8670.0, 8666.0, 8670.0, 8668.0, 8673.0, 8685.0, 8672.0, 8670.0, 8671.0, 8670.0, 8674.0, 8695.0, 8675.0, 8674.0, 8674.0, 8688.0, 8674.0, 8688.0, 8679.0, 8723.0, 8690.0, 8685.0, 8673.0, 8673.0, 8690.0, 8704.0, 8689.0, 8704.0, 8689.0, 8686.0, 8687.0, 8686.0, 8674.0, 8716.0, 8673.0, 8701.0, 8671.0, 8669.0, 8669.0, 8669.0, 8669.0, 8683.0, 8669.0, 8665.0, 8638.0, 8666.0, 8652.0, 8666.0, 8680.0, 8666.0, 8649.0, 8665.0, 8652.0, 8682.0, 8679.0, 8672.0, 8680.0, 8681.0, 8694.0, 8669.0, 8712.0, 8669.0, 8727.0, 8670.0, 8668.0, 8667.0, 8655.0, 8685.0, 8670.0, 8686.0, 8656.0, 8669.0, 8656.0, 8686.0, 8657.0, 8688.0, 8656.0, 8683.0, 8656.0, 8671.0, 8656.0, 8668.0, 8669.0, 8667.0, 8651.0, 8667.0, 8679.0, 8667.0, 8710.0, 8673.0, 8693.0, 8684.0, 8653.0, 8669.0, 8684.0, 8685.0, 8673.0, 8693.0, 8694.0, 8709.0, 8709.0, 8685.0, 8706.0, 8693.0, 8737.0, 8695.0, 8737.0, 8692.0, 8688.0, 8690.0, 8689.0, 8678.0, 8715.0, 8691.0, 8685.0, 8673.0, 8672.0, 8690.0, 8699.0, 8678.0, 8701.0, 8687.0, 8670.0, 8676.0, 8699.0, 8677.0, 8699.0, 8672.0, 8682.0, 8669.0, 8695.0, 8671.0, 8710.0, 8668.0, 8693.0, 8666.0, 8680.0, 8654.0, 8706.0, 8669.0, 8677.0, 8666.0, 8661.0, 8651.0, 8677.0, 8652.0, 8706.0, 8665.0, 8661.0, 8663.0, 8645.0, 8647.0, 8663.0, 8650.0, 8667.0, 8653.0, 8665.0, 8650.0, 8666.0, 8694.0, 8668.0, 8708.0, 8670.0, 8681.0, 8667.0, 8665.0, 8659.0, 8695.0, 8676.0, 8682.0, 8685.0, 8655.0, 8690.0, 8705.0, 8693.0, 8703.0, 8691.0, 8662.0, 8690.0, 8673.0, 8690.0, 8716.0, 8693.0, 8717.0, 8673.0, 8699.0, 8670.0, 8697.0, 8657.0, 8711.0, 8654.0, 8664.0, 8667.0, 8649.0, 8669.0, 8652.0, 8652.0, 8683.0, 8659.0, 8692.0, 8688.0, 8693.0, 8667.0, 8670.0, 8654.0, 8667.0, 8654.0, 8670.0, 8657.0, 8674.0, 8700.0, 8677.0, 8715.0, 8671.0, 8711.0, 8670.0, 8696.0, 8655.0, 8712.0, 8651.0, 8651.0, 8650.0, 8649.0, 8649.0, 8664.0, 8691.0, 8666.0, 8676.0, 8664.0, 8662.0, 8669.0, 8669.0, 8658.0, 8683.0, 8658.0, 8655.0, 8676.0, 8677.0, 8696.0, 8690.0, 8678.0, 8675.0, 8679.0, 8677.0, 8682.0, 8693.0, 8680.0, 8707.0, 8692.0, 8677.0, 8679.0, 8677.0, 8661.0, 8707.0, 8659.0, 8657.0, 8657.0, 8673.0, 8714.0, 8670.0, 8743.0, 8655.0, 8696.0, 8669.0, 8679.0, 8654.0, 8680.0, 8651.0, 8649.0, 8650.0, 8650.0, 8654.0, 8653.0, 8665.0, 8669.0, 8651.0, 8651.0, 8694.0, 8654.0, 8695.0, 8656.0, 8695.0, 8655.0, 8664.0, 8654.0, 8652.0, 8658.0, 8668.0, 8671.0, 8698.0, 8655.0, 8668.0, 8670.0, 8672.0, 8659.0, 8671.0, 8655.0, 8671.0, 8654.0, 8670.0, 8674.0, 8674.0, 8700.0, 8676.0, 8700.0, 8659.0, 8671.0, 8677.0, 8658.0, 8663.0, 8710.0, 8676.0, 8658.0, 8675.0, 8677.0, 8679.0, 8706.0, 8677.0, 8691.0, 8664.0, 8675.0, 8682.0, 8706.0, 8679.0, 8736.0, 8677.0, 8688.0, 8661.0, 8660.0, 8679.0, 8673.0, 8660.0, 8705.0, 8661.0, 8660.0, 8676.0, 8675.0, 8676.0, 8705.0, 8663.0, 8659.0, 8675.0, 8659.0, 8676.0, 8704.0, 8677.0, 8702.0, 8676.0, 8674.0, 8680.0, 8702.0, 8678.0, 8718.0, 8678.0, 8704.0, 8680.0, 8717.0, 8679.0, 8736.0, 8663.0, 8700.0, 8674.0, 8701.0, 8673.0, 8713.0, 8672.0, 8681.0, 8670.0, 8668.0, 8672.0, 8667.0, 8656.0, 8698.0, 8676.0, 8657.0, 8674.0, 8656.0, 8675.0, 8689.0, 8677.0, 8688.0, 8678.0, 8675.0, 8679.0, 8694.0, 8681.0, 8706.0, 8682.0, 8678.0, 8695.0, 8698.0, 8700.0, 8711.0, 8702.0, 8685.0, 8697.0, 8685.0, 8699.0, 8696.0, 8695.0, 8694.0, 8679.0, 8679.0, 8676.0, 8737.0, 8675.0, 8733.0, 8678.0, 8699.0, 8674.0, 8677.0, 8693.0, 8702.0, 8694.0, 8690.0, 8676.0, 8688.0, 8690.0, 8701.0, 8675.0, 8717.0, 8676.0, 8683.0, 8688.0, 8673.0, 8674.0, 8701.0, 8659.0, 8685.0, 8673.0, 8670.0, 8676.0, 8673.0, 8677.0, 8707.0, 8678.0, 8674.0, 8677.0, 8691.0, 8697.0, 8705.0, 8681.0, 8706.0, 8701.0, 8693.0, 8699.0, 8709.0, 8700.0, 8723.0, 8699.0, 8695.0, 8694.0, 8707.0, 8699.0, 8738.0, 8699.0, 8740.0, 8681.0, 8679.0, 8694.0, 8678.0, 8693.0, 8720.0, 8678.0, 8719.0, 8674.0, 8716.0, 8674.0, 8700.0, 8658.0, 8713.0, 8656.0, 8652.0, 8670.0, 8665.0, 8671.0, 8669.0, 8669.0, 8671.0, 8671.0, 8670.0, 8673.0, 8674.0, 8674.0, 8689.0, 8675.0, 8674.0, 8676.0, 8676.0, 8694.0, 8706.0, 8680.0, 8707.0, 8695.0, 8678.0, 8695.0, 8721.0, 8696.0, 8737.0, 8678.0, 8704.0, 8675.0, 8671.0, 8678.0, 8674.0, 8674.0, 8688.0, 8676.0, 8672.0, 8679.0, 8677.0, 8679.0, 8719.0, 8693.0, 8686.0, 8675.0, 8674.0, 8677.0, 8702.0, 8676.0, 8672.0, 8661.0, 8673.0, 8658.0, 8675.0, 8717.0, 8675.0, 8701.0, 8675.0, 8685.0, 8676.0, 8689.0, 8692.0, 8716.0, 8677.0, 8671.0, 8677.0, 8690.0, 8693.0, 8698.0, 8677.0, 8689.0, 8680.0, 8697.0, 8696.0, 8696.0, 8697.0, 8702.0, 8721.0, 8690.0, 8719.0, 8707.0, 8701.0, 8700.0, 8699.0, 8700.0, 8757.0, 8718.0, 8728.0, 8683.0, 8725.0, 8675.0, 8721.0, 8676.0, 8714.0, 8677.0, 8700.0, 8656.0, 8667.0, 8670.0, 8670.0, 8661.0, 8686.0, 8662.0, 8717.0, 8679.0, 8674.0, 8675.0, 8661.0, 8680.0, 8719.0, 8681.0, 8705.0, 8679.0, 8689.0, 8681.0, 8703.0, 8681.0, 8719.0, 8679.0, 8660.0, 8676.0, 8662.0, 8660.0, 8691.0, 8662.0, 8677.0, 8676.0, 8679.0, 8663.0, 8679.0, 8663.0, 8680.0, 8664.0, 8680.0, 8681.0, 8694.0, 8669.0, 8683.0, 8666.0, 8680.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.00018387296669248644</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01873966111541441</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.11212639024035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.15155460907752</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9860179496279069</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2982.7393</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06921522529821261</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.46475600309837334</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.485689498831277</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5315896669149263</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6036825742870064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3217962552918987</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00391172</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003891108324751258</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02185365930199623</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1291</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.8260040420701658</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8824</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4121</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.3724</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295789.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>865.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.0145</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5417</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.6269</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3036.2807</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80755.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4028.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.1947</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.206792746670544</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> |