=== 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-0036 --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-0036",
"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-0036_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-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0036/figures/sub-0036_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-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_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-0036/ses-02/func/sub-0036_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>697ede9eec9af57d0e526fe49e31aa3d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>09:16:35.810000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998988, -0.0274021, 0.0356674, 0.0280787, 0.999433, -0.0186091]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.104043</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>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7708, -7284, 598, -39, -85, 71, 78]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>284.406</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>197e0ea4-dfc2-4025-9a53-d4839d971580||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802117824554443, 0.07533321529626846, 0.09487057477235794, 105.37657928466797], [0.07351792603731155, 2.6814043521881104, -0.052897870540618896, -90.77581024169922], [0.09569308906793594, 0.049926962703466415, 2.6978142261505127, -75.6954345703125], [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': ['091635.810000', '091636.270000', '091636.730000', '091637.190000', '091637.650000', '091638.110000', '091638.570000', '091639.030000', '091639.490000', '091639.950000', '091640.410000', '091640.870000', '091641.330000', '091641.790000', '091642.250000', '091642.710000', '091643.170000', '091643.630000', '091644.090000', '091644.550000', '091645.010000', '091645.470000', '091645.930000', '091646.390000', '091646.850000', '091647.310000', '091647.770000', '091648.230000', '091648.690000', '091649.150000', '091649.610000', '091650.070000', '091650.530000', '091650.990000', '091651.450000', '091651.910000', '091652.370000', '091652.830000', '091653.290000', '091653.750000', '091654.210000', '091654.670000', '091655.130000', '091655.590000', '091656.050000', '091656.510000', '091656.970000', '091657.430000', '091657.890000', '091658.350000', '091658.810000', '091659.270000', '091659.730000', '091700.190000', '091700.650000', '091701.110000', '091701.570000', '091702.030000', '091702.490000', '091702.950000', '091703.410000', '091703.870000', '091704.330000', '091704.790000', '091705.250000', '091705.710000', '091706.170000', '091706.630000', '091707.090000', '091707.550000', '091708.010000', '091708.470000', '091708.930000', '091709.390000', '091709.850000', '091710.310000', '091710.770000', '091711.230000', '091711.690000', '091712.150000', '091712.610000', '091713.070000', '091713.530000', '091713.990000', '091714.450000', '091714.910000', '091715.370000', '091715.830000', '091716.290000', '091716.750000', '091717.210000', '091717.670000', '091718.130000', '091718.590000', '091719.050000', '091719.510000', '091719.970000', '091720.430000', '091720.890000', '091721.350000', '091721.810000', '091722.270000', '091722.730000', '091723.190000', '091723.650000', '091724.110000', '091724.570000', '091725.030000', '091725.490000', '091725.950000', '091726.410000', '091726.870000', '091727.330000', '091727.790000', '091728.250000', '091728.710000', '091729.170000', '091729.630000', '091730.090000', '091730.550000', '091731.010000', '091731.470000', '091731.930000', '091732.390000', '091732.850000', '091733.310000', '091733.770000', '091734.230000', '091734.690000', '091735.150000', '091735.610000', '091736.070000', '091736.530000', '091736.990000', '091737.450000', '091737.910000', '091738.370000', '091738.830000', '091739.290000', '091739.750000', '091740.210000', '091740.670000', '091741.130000', '091741.590000', '091742.050000', '091742.510000', '091742.970000', '091743.430000', '091743.890000', '091744.350000', '091744.810000', '091745.270000', '091745.730000', '091746.190000', '091746.650000', '091747.110000', '091747.570000', '091748.030000', '091748.490000', '091748.950000', '091749.410000', '091749.870000', '091750.330000', '091750.790000', '091751.250000', '091751.710000', '091752.170000', '091752.630000', '091753.090000', '091753.550000', '091754.010000', '091754.470000', '091754.930000', '091755.390000', '091755.850000', '091756.310000', '091756.770000', '091757.230000', '091757.690000', '091758.150000', '091758.610000', '091759.070000', '091759.530000', '091759.990000', '091800.450000', '091800.910000', '091801.370000', '091801.830000', '091802.290000', '091802.750000', '091803.210000', '091803.670000', '091804.130000', '091804.590000', '091805.050000', '091805.510000', '091805.970000', '091806.430000', '091806.890000', '091807.350000', '091807.810000', '091808.270000', '091808.730000', '091809.190000', '091809.650000', '091810.110000', '091810.570000', '091811.030000', '091811.490000', '091811.950000', '091812.410000', '091812.870000', '091813.330000', '091813.790000', '091814.250000', '091814.710000', '091815.170000', '091815.630000', '091816.090000', '091816.550000', '091817.010000', '091817.470000', '091817.930000', '091818.390000', '091818.850000', '091819.310000', '091819.770000', '091820.230000', '091820.690000', '091821.150000', '091821.610000', '091822.070000', '091822.530000', '091822.990000', '091823.450000', '091823.910000', '091824.370000', '091824.830000', '091825.290000', '091825.750000', '091826.210000', '091826.670000', '091827.130000', '091827.590000', '091828.050000', '091828.510000', '091828.970000', '091829.430000', '091829.890000', '091830.350000', '091830.810000', '091831.270000', '091831.730000', '091832.190000', '091832.650000', '091833.110000', '091833.570000', '091834.030000', '091834.490000', '091834.950000', '091835.410000', '091835.870000', '091836.330000', '091836.790000', '091837.250000', '091837.710000', '091838.170000', '091838.630000', '091839.090000', '091839.550000', '091840.010000', '091840.470000', '091840.930000', '091841.390000', '091841.850000', '091842.310000', '091842.770000', '091843.230000', '091843.690000', '091844.150000', '091844.610000', '091845.070000', '091845.530000', '091845.990000', '091846.450000', '091846.910000', '091847.370000', '091847.830000', '091848.290000', '091848.750000', '091849.210000', '091849.670000', '091850.130000', '091850.590000', '091851.050000', '091851.510000', '091851.970000', '091852.430000', '091852.890000', '091853.350000', '091853.810000', '091854.270000', '091854.730000', '091855.190000', '091855.650000', '091856.110000', '091856.570000', '091857.030000', '091857.490000', '091857.950000', '091858.410000', '091858.870000', '091859.330000', '091859.790000', '091900.250000', '091900.710000', '091901.170000', '091901.630000', '091902.090000', '091902.550000', '091903.010000', '091903.470000', '091903.930000', '091904.390000', '091904.850000', '091905.310000', '091905.770000', '091906.230000', '091906.690000', '091907.150000', '091907.610000', '091908.070000', '091908.530000', '091908.990000', '091909.450000', '091909.910000', '091910.370000', '091910.830000', '091911.290000', '091911.750000', '091912.210000', '091912.670000', '091913.130000', '091913.590000', '091914.050000', '091914.510000', '091914.970000', '091915.430000', '091915.890000', '091916.350000', '091916.810000', '091917.270000', '091917.730000', '091918.190000', '091918.650000', '091919.110000', '091919.570000', '091920.030000', '091920.490000', '091920.950000', '091921.410000', '091921.870000', '091922.330000', '091922.790000', '091923.250000', '091923.710000', '091924.170000', '091924.630000', '091925.090000', '091925.550000', '091926.010000', '091926.470000', '091926.930000', '091927.390000', '091927.850000', '091928.310000', '091928.770000', '091929.230000', '091929.690000', '091930.150000', '091930.610000', '091931.070000', '091931.530000', '091931.990000', '091932.450000', '091932.910000', '091933.370000', '091933.830000', '091934.290000', '091934.750000', '091935.210000', '091935.670000', '091936.130000', '091936.590000', '091937.050000', '091937.510000', '091937.970000', '091938.430000', '091938.890000', '091939.350000', '091939.810000', '091940.270000', '091940.730000', '091941.190000', '091941.650000', '091942.110000', '091942.570000', '091943.030000', '091943.490000', '091943.950000', '091944.410000', '091944.870000', '091945.330000', '091945.790000', '091946.250000', '091946.710000', '091947.170000', '091947.630000', '091948.090000', '091948.550000', '091949.010000', '091949.470000', '091949.930000', '091950.390000', '091950.850000', '091951.310000', '091951.770000', '091952.230000', '091952.690000', '091953.150000', '091953.610000', '091954.070000', '091954.530000', '091954.990000', '091955.450000', '091955.910000', '091956.370000', '091956.830000', '091957.290000', '091957.750000', '091958.210000', '091958.670000', '091959.130000', '091959.590000', '092000.050000', '092000.510000', '092000.970000', '092001.430000', '092001.890000', '092002.350000', '092002.810000', '092003.270000', '092003.730000', '092004.190000', '092004.650000', '092005.110000', '092005.570000', '092006.030000', '092006.490000', '092006.950000', '092007.410000', '092007.870000', '092008.330000', '092008.790000', '092009.250000', '092009.710000', '092010.170000', '092010.630000', '092011.090000', '092011.550000', '092012.010000', '092012.470000', '092012.930000', '092013.390000', '092013.850000', '092014.310000', '092014.770000', '092015.230000', '092015.690000', '092016.150000', '092016.610000', '092017.070000', '092017.530000', '092017.990000', '092018.450000', '092018.910000', '092019.370000', '092019.830000', '092020.290000', '092020.750000', '092021.210000', '092021.670000', '092022.130000', '092022.590000', '092023.050000', '092023.510000', '092023.970000', '092024.430000', '092024.890000', '092025.350000', '092025.810000', '092026.270000', '092026.730000', '092027.190000', '092027.650000', '092028.110000', '092028.570000', '092029.030000', '092029.490000', '092029.950000', '092030.410000', '092030.870000', '092031.330000', '092031.790000', '092032.250000', '092032.710000', '092033.170000', '092033.630000', '092034.090000', '092034.550000', '092035.010000', '092035.470000', '092035.930000', '092036.390000', '092036.850000', '092037.310000', '092037.770000', '092038.230000', '092038.690000', '092039.150000', '092039.610000', '092040.070000', '092040.530000', '092040.990000', '092041.450000', '092041.910000', '092042.370000', '092042.830000', '092043.290000', '092043.750000', '092044.210000', '092044.670000', '092045.130000', '092045.590000', '092046.050000', '092046.510000', '092046.970000', '092047.430000', '092047.890000', '092048.350000', '092048.810000', '092049.270000', '092049.730000', '092050.190000', '092050.650000', '092051.110000', '092051.570000', '092052.030000', '092052.490000', '092052.950000', '092053.410000', '092053.870000', '092054.330000', '092054.790000', '092055.250000', '092055.710000', '092056.170000', '092056.630000', '092057.090000', '092057.550000', '092058.010000', '092058.470000', '092058.930000', '092059.390000', '092059.850000', '092100.310000', '092100.770000', '092101.230000', '092101.690000', '092102.150000', '092102.610000', '092103.070000', '092103.530000', '092103.990000', '092104.450000', '092104.910000', '092105.370000', '092105.830000', '092106.290000', '092106.750000', '092107.210000', '092107.670000', '092108.130000', '092108.590000', '092109.050000', '092109.510000', '092109.970000', '092110.430000', '092110.890000', '092111.350000', '092111.810000', '092112.270000', '092112.730000', '092113.190000', '092113.650000', '092114.110000', '092114.570000', '092115.030000', '092115.490000', '092115.950000', '092116.410000', '092116.870000', '092117.330000', '092117.790000', '092118.250000', '092118.710000', '092119.170000', '092119.630000', '092120.090000', '092120.550000', '092121.010000', '092121.470000', '092121.930000', '092122.390000', '092122.850000', '092123.310000', '092123.770000', '092124.230000', '092124.690000', '092125.150000', '092125.610000', '092126.070000', '092126.530000', '092126.990000', '092127.450000', '092127.910000', '092128.370000', '092128.830000', '092129.290000', '092129.750000', '092130.210000', '092130.670000', '092131.130000', '092131.590000', '092132.050000', '092132.510000', '092132.970000', '092133.430000', '092133.890000', '092134.350000', '092134.810000', '092135.270000', '092135.730000', '092136.190000', '092136.650000', '092137.110000', '092137.570000', '092138.030000', '092138.490000', '092138.950000', '092139.410000', '092139.870000', '092140.330000', '092140.790000', '092141.250000', '092141.710000', '092142.170000', '092142.630000', '092143.090000', '092143.550000', '092144.010000', '092144.470000', '092144.930000', '092145.390000', '092145.850000', '092146.310000', '092146.770000', '092147.230000', '092147.690000', '092148.150000', '092148.610000', '092149.070000', '092149.530000', '092149.990000', '092150.450000', '092150.910000', '092151.370000', '092151.830000', '092152.290000', '092152.750000', '092153.210000', '092153.670000', '092154.130000', '092154.590000', '092155.050000', '092155.510000', '092155.970000', '092156.430000', '092156.890000', '092157.350000', '092157.810000', '092158.270000', '092158.730000', '092159.190000', '092159.650000', '092200.110000', '092200.570000', '092201.030000', '092201.490000', '092201.950000', '092202.410000', '092202.870000', '092203.330000', '092203.790000', '092204.250000', '092204.710000', '092205.170000', '092205.630000', '092206.090000', '092206.550000', '092207.010000', '092207.470000', '092207.930000', '092208.390000', '092208.850000', '092209.310000', '092209.770000', '092210.230000', '092210.690000', '092211.150000', '092211.610000', '092212.070000', '092212.530000', '092212.990000', '092213.450000', '092213.910000', '092214.370000', '092214.830000', '092215.290000', '092215.750000', '092216.210000', '092216.670000', '092217.130000', '092217.590000', '092218.050000', '092218.510000', '092218.970000', '092219.430000', '092219.890000', '092220.350000', '092220.810000', '092221.270000', '092221.730000', '092222.190000', '092222.650000', '092223.110000', '092223.570000', '092224.030000', '092224.490000', '092224.950000', '092225.410000', '092225.870000', '092226.330000', '092226.790000', '092227.250000', '092227.710000', '092228.170000', '092228.630000', '092229.090000', '092229.550000', '092230.010000', '092230.470000', '092230.930000', '092231.390000', '092231.850000', '092232.310000', '092232.770000', '092233.230000', '092233.690000', '092234.150000', '092234.610000', '092235.070000', '092235.530000', '092235.990000', '092236.450000', '092236.910000', '092237.370000', '092237.830000', '092238.290000', '092238.750000', '092239.210000', '092239.670000', '092240.130000', '092240.590000', '092241.050000', '092241.510000', '092241.970000', '092242.430000', '092242.890000', '092243.350000', '092243.810000', '092244.270000', '092244.730000', '092245.190000', '092245.650000', '092246.110000', '092246.570000', '092247.030000', '092247.490000', '092247.950000', '092248.410000', '092248.870000', '092249.330000', '092249.790000', '092250.250000', '092250.710000', '092251.170000', '092251.630000', '092252.090000', '092252.550000', '092253.010000', '092253.470000', '092253.930000', '092254.390000', '092254.850000', '092255.310000', '092255.770000', '092256.230000', '092256.690000', '092257.150000', '092257.610000', '092258.070000', '092258.530000', '092258.990000', '092259.450000', '092259.910000', '092300.370000', '092300.830000', '092301.290000', '092301.750000', '092302.210000', '092302.670000', '092303.130000', '092303.590000', '092304.050000', '092304.510000', '092304.970000', '092305.430000', '092305.890000', '092306.350000', '092306.810000', '092307.270000', '092307.730000', '092308.190000', '092308.650000', '092309.110000', '092309.570000', '092310.030000', '092310.490000', '092310.950000', '092311.410000', '092311.870000', '092312.330000', '092312.790000', '092313.250000', '092313.710000', '092314.170000', '092314.630000', '092315.090000', '092315.550000', '092316.010000', '092316.470000', '092316.930000', '092317.390000', '092317.850000', '092318.310000', '092318.770000', '092319.230000', '092319.690000', '092320.150000', '092320.610000', '092321.070000', '092321.530000', '092321.990000', '092322.450000', '092322.910000', '092323.370000', '092323.830000', '092324.290000', '092324.750000', '092325.210000', '092325.670000', '092326.130000', '092326.590000', '092327.050000', '092327.510000', '092327.970000', '092328.430000', '092328.890000', '092329.350000', '092329.810000', '092330.270000', '092330.730000', '092331.190000', '092331.650000', '092332.110000', '092332.570000', '092333.030000', '092333.490000', '092333.950000', '092334.410000', '092334.870000', '092335.330000', '092335.790000', '092336.250000', '092336.710000', '092337.170000', '092337.630000', '092338.090000', '092338.550000', '092339.010000', '092339.470000', '092339.930000', '092340.390000', '092340.850000', '092341.310000', '092341.770000', '092342.230000', '092342.690000', '092343.150000', '092343.610000', '092344.070000', '092344.530000', '092344.990000', '092345.450000', '092345.910000', '092346.370000', '092346.830000', '092347.290000', '092347.750000', '092348.210000', '092348.670000', '092349.130000', '092349.590000', '092350.050000', '092350.510000', '092350.970000', '092351.430000', '092351.890000', '092352.350000', '092352.810000', '092353.270000', '092353.730000', '092354.190000', '092354.650000', '092355.110000', '092355.570000', '092356.030000', '092356.490000', '092356.950000', '092357.410000', '092357.870000', '092358.330000', '092358.790000', '092359.250000', '092359.710000', '092400.170000', '092400.630000', '092401.090000', '092401.550000', '092402.010000', '092402.470000', '092402.930000', '092403.390000', '092403.850000', '092404.310000', '092404.770000', '092405.230000', '092405.690000', '092406.150000', '092406.610000', '092407.070000', '092407.530000', '092407.990000', '092408.450000', '092408.910000', '092409.370000', '092409.830000', '092410.290000', '092410.750000', '092411.210000', '092411.670000', '092412.130000', '092412.590000', '092413.050000', '092413.510000', '092413.970000', '092414.430000', '092414.890000', '092415.350000', '092415.810000', '092416.270000', '092416.730000', '092417.190000', '092417.650000', '092418.110000', '092418.570000', '092419.030000', '092419.490000', '092419.950000', '092420.410000', '092420.870000', '092421.330000', '092421.790000', '092422.250000', '092422.710000', '092423.170000', '092423.630000', '092424.090000', '092424.550000', '092425.010000', '092425.470000', '092425.930000', '092426.390000', '092426.850000', '092427.310000', '092427.770000', '092428.230000', '092428.690000', '092429.150000', '092429.610000', '092430.070000', '092430.530000', '092430.990000', '092431.450000', '092431.910000', '092432.370000', '092432.830000', '092433.290000', '092433.750000', '092434.210000', '092434.670000', '092435.130000', '092435.590000', '092436.050000', '092436.510000', '092436.970000', '092437.430000', '092437.890000', '092438.350000', '092438.810000', '092439.270000', '092439.730000', '092440.190000', '092440.650000', '092441.110000', '092441.570000', '092442.030000', '092442.490000', '092442.950000', '092443.410000', '092443.870000', '092444.330000', '092444.790000', '092445.250000', '092445.710000', '092446.170000', '092446.630000', '092447.090000', '092447.550000', '092448.010000', '092448.470000', '092448.930000', '092449.390000', '092449.850000', '092450.310000', '092450.770000', '092451.230000', '092451.690000', '092452.150000', '092452.610000', '092453.070000', '092453.530000', '092453.990000', '092454.450000', '092454.910000', '092455.370000', '092455.830000', '092456.290000', '092456.750000', '092457.210000', '092457.670000', '092458.130000', '092458.590000', '092459.050000', '092459.510000', '092459.970000', '092500.430000', '092500.890000', '092501.350000', '092501.810000', '092502.270000', '092502.730000', '092503.190000', '092503.650000', '092504.110000', '092504.570000', '092505.030000', '092505.490000', '092505.950000', '092506.410000', '092506.870000', '092507.330000', '092507.790000', '092508.250000', '092508.710000', '092509.170000', '092509.630000', '092510.090000', '092510.550000', '092511.010000', '092511.470000', '092511.930000', '092512.390000', '092512.850000', '092513.310000', '092513.770000', '092514.230000', '092514.690000', '092515.150000', '092515.610000', '092516.070000', '092516.530000', '092516.990000', '092517.450000', '092517.910000', '092518.370000', '092518.830000', '092519.290000', '092519.750000', '092520.210000', '092520.670000', '092521.130000', '092521.590000', '092522.050000', '092522.510000', '092522.970000', '092523.430000', '092523.890000', '092524.350000', '092524.810000', '092525.270000', '092525.730000', '092526.190000', '092526.650000', '092527.110000', '092527.570000', '092528.030000', '092528.490000', '092528.950000', '092529.410000', '092529.870000', '092530.330000', '092530.790000', '092531.250000', '092531.710000', '092532.170000', '092532.630000', '092533.090000', '092533.550000', '092534.010000', '092534.470000', '092534.930000', '092535.390000', '092535.850000', '092536.310000', '092536.770000', '092537.230000', '092537.690000', '092538.150000', '092538.610000', '092539.070000', '092539.530000', '092539.990000', '092540.450000', '092540.910000', '092541.370000', '092541.830000', '092542.290000', '092542.750000', '092543.210000', '092543.670000', '092544.130000', '092544.590000', '092545.050000', '092545.510000', '092545.970000', '092546.430000', '092546.890000', '092547.350000', '092547.810000', '092548.270000', '092548.730000', '092549.190000', '092549.650000', '092550.110000', '092550.570000', '092551.030000', '092551.490000', '092551.950000', '092552.410000', '092552.870000', '092553.330000', '092553.790000', '092554.250000', '092554.710000', '092555.170000', '092555.630000', '092556.090000', '092556.550000', '092557.010000', '092557.470000', '092557.930000', '092558.390000', '092558.850000', '092559.310000', '092559.770000', '092600.230000', '092600.690000', '092601.150000', '092601.610000', '092602.070000', '092602.530000', '092602.990000', '092603.450000', '092603.910000', '092604.370000', '092604.830000', '092605.290000', '092605.750000', '092606.210000', '092606.670000', '092607.130000', '092607.590000', '092608.050000', '092608.510000', '092608.970000', '092609.430000', '092609.890000', '092610.350000', '092610.810000', '092611.270000', '092611.730000', '092612.190000', '092612.650000', '092613.110000', '092613.570000', '092614.030000', '092614.490000', '092614.950000', '092615.410000', '092615.870000', '092616.330000', '092616.790000', '092617.250000', '092617.710000', '092618.170000', '092618.630000', '092619.090000', '092619.550000', '092620.010000', '092620.470000', '092620.930000', '092621.390000', '092621.850000', '092622.310000', '092622.770000', '092623.230000', '092623.690000', '092624.150000', '092624.610000', '092625.070000', '092625.530000', '092625.990000', '092626.450000', '092626.910000', '092627.370000', '092627.830000', '092628.290000', '092628.750000', '092629.210000', '092629.670000', '092630.130000', '092630.590000', '092631.050000', '092631.510000', '092631.970000', '092632.430000'], 'ContentTime': ['091647.525000', '091647.538000', '091647.541000', '091647.545000', '091647.548000', '091647.551000', '091647.554000', '091647.557000', '091647.560000', '091647.563000', '091647.567000', '091647.570000', '091647.573000', '091647.576000', '091647.579000', '091647.582000', '091647.585000', '091647.588000', '091647.600000', '091647.603000', '091647.606000', '091647.609000', '091647.613000', '091707.458000', '091707.468000', '091707.471000', '091707.474000', '091707.477000', '091707.480000', '091707.483000', '091707.486000', '091707.489000', '091707.492000', '091707.495000', '091707.498000', '091707.501000', '091707.504000', '091707.507000', '091707.511000', '091707.514000', '091707.517000', '091707.520000', '091707.523000', '091707.526000', '091707.529000', '091707.532000', '091707.535000', '091707.538000', '091707.541000', '091707.544000', '091707.547000', '091707.550000', '091707.553000', '091707.556000', '091707.559000', '091707.562000', '091707.565000', '091707.568000', '091707.571000', '091707.574000', '091707.578000', '091707.581000', '091707.584000', '091707.587000', '091707.602000', '091707.605000', '091727.458000', '091727.461000', '091727.464000', '091727.467000', '091727.470000', '091727.473000', '091727.476000', '091727.479000', '091727.482000', '091727.485000', '091727.488000', '091727.491000', '091727.494000', '091727.497000', '091727.500000', '091727.503000', '091727.506000', '091727.509000', '091727.512000', '091727.515000', '091727.518000', '091727.521000', '091727.524000', '091727.526000', '091727.529000', '091727.532000', '091727.535000', '091727.538000', '091727.541000', '091727.544000', '091727.547000', '091727.550000', '091727.553000', '091727.556000', '091727.559000', '091727.562000', '091727.565000', '091727.568000', '091727.571000', '091727.574000', '091727.577000', '091727.580000', '091727.583000', '091727.586000', '091747.459000', '091747.462000', '091747.465000', '091747.475000', '091747.478000', '091747.481000', '091747.484000', '091747.487000', '091747.490000', '091747.493000', '091747.496000', '091747.499000', '091747.502000', '091747.505000', '091747.508000', '091747.511000', '091747.514000', '091747.517000', '091747.520000', '091747.523000', '091747.525000', '091747.528000', '091747.531000', '091747.534000', '091747.537000', '091747.540000', '091747.543000', '091747.546000', '091747.549000', '091747.552000', '091747.555000', '091747.558000', '091747.561000', '091747.564000', '091747.567000', '091747.570000', '091747.573000', '091747.576000', '091747.579000', '091747.582000', '091747.585000', '091747.588000', '091747.591000', '091807.459000', '091807.462000', '091807.465000', '091807.468000', '091807.471000', '091807.474000', '091807.477000', '091807.480000', '091807.483000', '091807.486000', '091807.489000', '091807.492000', '091807.495000', '091807.498000', '091807.501000', '091807.504000', '091807.507000', '091807.510000', '091807.513000', '091807.516000', '091807.519000', '091807.522000', '091807.525000', '091807.528000', '091807.531000', '091807.534000', '091807.536000', '091807.539000', '091807.542000', '091807.545000', '091807.548000', '091807.551000', '091807.554000', '091807.557000', '091807.560000', '091807.563000', '091807.566000', '091807.569000', '091807.572000', '091807.575000', '091807.578000', '091807.581000', '091807.584000', '091807.587000', '091827.458000', '091827.461000', '091827.464000', '091827.467000', '091827.470000', '091827.473000', '091827.476000', '091827.479000', '091827.482000', '091827.485000', '091827.488000', '091827.491000', '091827.494000', '091827.497000', '091827.515000', '091827.518000', '091827.521000', '091827.524000', '091827.527000', '091827.530000', '091827.533000', '091827.536000', '091827.539000', '091827.541000', '091827.544000', '091827.548000', '091827.552000', '091827.555000', '091827.558000', '091827.561000', '091827.564000', '091827.567000', '091827.570000', '091827.573000', '091827.576000', '091827.579000', '091827.582000', '091827.585000', '091827.588000', '091827.591000', '091827.594000', '091827.597000', '091827.600000', '091847.458000', '091847.461000', '091847.464000', '091847.467000', '091847.470000', '091847.473000', '091847.476000', '091847.479000', '091847.482000', '091847.485000', '091847.488000', '091847.491000', '091847.494000', '091847.497000', '091847.500000', '091847.503000', '091847.506000', '091847.509000', '091847.512000', '091847.516000', '091847.519000', '091847.522000', '091847.525000', '091847.528000', '091847.531000', '091847.534000', '091847.546000', '091847.549000', '091847.552000', '091847.555000', '091847.558000', '091847.560000', '091847.563000', '091847.566000', '091847.569000', '091847.572000', '091847.575000', '091847.578000', '091847.581000', '091847.584000', '091847.587000', '091847.590000', '091847.593000', '091847.596000', '091907.458000', '091907.461000', '091907.464000', '091907.467000', '091907.470000', '091907.473000', '091907.476000', '091907.479000', '091907.482000', '091907.492000', '091907.495000', '091907.498000', '091907.501000', '091907.504000', '091907.507000', '091907.510000', '091907.513000', '091907.516000', '091907.519000', '091907.522000', '091907.525000', '091907.528000', '091907.531000', '091907.534000', '091907.537000', '091907.540000', '091907.543000', '091907.546000', '091907.549000', '091907.552000', '091907.555000', '091907.558000', '091907.561000', '091907.564000', '091907.567000', '091907.570000', '091907.573000', '091907.576000', '091907.579000', '091907.582000', '091907.585000', '091907.588000', '091907.591000', '091927.458000', '091927.461000', '091927.464000', '091927.467000', '091927.470000', '091927.473000', '091927.476000', '091927.479000', '091927.482000', '091927.485000', '091927.488000', '091927.491000', '091927.494000', '091927.497000', '091927.500000', '091927.503000', '091927.506000', '091927.509000', '091927.512000', '091927.515000', '091927.518000', '091927.521000', '091927.524000', '091927.527000', '091927.530000', '091927.533000', '091927.536000', '091927.539000', '091927.542000', '091927.545000', '091927.548000', '091927.551000', '091927.554000', '091927.557000', '091927.560000', '091927.563000', '091927.566000', '091927.569000', '091927.572000', '091927.585000', '091927.588000', '091927.591000', '091927.594000', '091927.596000', '091947.458000', '091947.461000', '091947.464000', '091947.467000', '091947.470000', '091947.473000', '091947.476000', '091947.479000', '091947.482000', '091947.485000', '091947.488000', '091947.491000', '091947.494000', '091947.497000', '091947.500000', '091947.503000', '091947.506000', '091947.509000', '091947.512000', '091947.515000', '091947.518000', '091947.521000', '091947.524000', '091947.527000', '091947.530000', '091947.533000', '091947.536000', '091947.539000', '091947.542000', '091947.545000', '091947.548000', '091947.551000', '091947.554000', '091947.557000', '091947.560000', '091947.563000', '091947.566000', '091947.569000', '091947.572000', '091947.575000', '091947.578000', '091947.581000', '091947.584000', '092007.459000', '092007.462000', '092007.465000', '092007.468000', '092007.471000', '092007.474000', '092007.477000', '092007.480000', '092007.483000', '092007.486000', '092007.499000', '092007.502000', '092007.505000', '092007.508000', '092007.511000', '092007.514000', '092007.517000', '092007.520000', '092007.523000', '092007.526000', '092007.529000', '092007.532000', '092007.535000', '092007.538000', '092007.541000', '092007.544000', '092007.547000', '092007.550000', '092007.554000', '092007.557000', '092007.560000', '092007.563000', '092007.566000', '092007.569000', '092007.572000', '092007.575000', '092007.578000', '092007.581000', '092007.584000', '092007.587000', '092007.590000', '092007.593000', '092007.596000', '092007.599000', '092027.459000', '092027.462000', '092027.465000', '092027.468000', '092027.471000', '092027.474000', '092027.477000', '092027.480000', '092027.483000', '092027.486000', '092027.489000', '092027.492000', '092027.495000', '092027.498000', '092027.501000', '092027.504000', '092027.507000', '092027.510000', '092027.513000', '092027.516000', '092027.519000', '092027.522000', '092027.525000', '092027.528000', '092027.531000', '092027.534000', '092027.537000', '092027.540000', '092027.543000', '092027.546000', '092027.549000', '092027.552000', '092027.555000', '092027.558000', '092027.561000', '092027.564000', '092027.567000', '092027.570000', '092027.573000', '092027.576000', '092027.579000', '092027.582000', '092027.585000', '092047.459000', '092047.462000', '092047.465000', '092047.468000', '092047.471000', '092047.474000', '092047.477000', '092047.480000', '092047.483000', '092047.486000', '092047.489000', '092047.492000', '092047.495000', '092047.498000', '092047.501000', '092047.504000', '092047.507000', '092047.510000', '092047.513000', '092047.516000', '092047.519000', '092047.522000', '092047.525000', '092047.528000', '092047.531000', '092047.534000', '092047.537000', '092047.540000', '092047.543000', '092047.546000', '092047.549000', '092047.552000', '092047.555000', '092047.558000', '092047.561000', '092047.564000', '092047.567000', '092047.570000', '092047.573000', '092047.576000', '092047.579000', '092047.582000', '092047.585000', '092107.458000', '092107.461000', '092107.464000', '092107.467000', '092107.470000', '092107.473000', '092107.476000', '092107.479000', '092107.482000', '092107.485000', '092107.488000', '092107.491000', '092107.494000', '092107.497000', '092107.500000', '092107.503000', '092107.506000', '092107.509000', '092107.512000', '092107.515000', '092107.518000', '092107.521000', '092107.524000', '092107.527000', '092107.530000', '092107.533000', '092107.536000', '092107.539000', '092107.542000', '092107.545000', '092107.548000', '092107.551000', '092107.554000', '092107.557000', '092107.560000', '092107.563000', '092107.566000', '092107.569000', '092107.572000', '092107.575000', '092107.578000', '092107.581000', '092107.584000', '092107.587000', '092127.458000', '092127.461000', '092127.464000', '092127.467000', '092127.470000', '092127.473000', '092127.479000', '092127.482000', '092127.485000', '092127.488000', '092127.491000', '092127.494000', '092127.497000', '092127.500000', '092127.503000', '092127.506000', '092127.509000', '092127.512000', '092127.515000', '092127.518000', '092127.521000', '092127.524000', '092127.527000', '092127.530000', '092127.533000', '092127.536000', '092127.539000', '092127.542000', '092127.545000', '092127.548000', '092127.551000', '092127.553000', '092127.556000', '092127.559000', '092127.562000', '092127.576000', '092127.579000', '092127.582000', '092127.585000', '092127.588000', '092127.591000', '092127.594000', '092127.597000', '092147.458000', '092147.461000', '092147.464000', '092147.467000', '092147.470000', '092147.473000', '092147.476000', '092147.479000', '092147.482000', '092147.485000', '092147.488000', '092147.491000', '092147.494000', '092147.497000', '092147.500000', '092147.503000', '092147.506000', '092147.509000', '092147.512000', '092147.515000', '092147.518000', '092147.521000', '092147.524000', '092147.527000', '092147.530000', '092147.533000', '092147.536000', '092147.539000', '092147.542000', '092147.545000', '092147.548000', '092147.551000', '092147.554000', '092147.557000', '092147.560000', '092147.563000', '092147.566000', '092147.569000', '092147.572000', '092147.575000', '092147.578000', '092147.581000', '092147.584000', '092147.587000', '092207.458000', '092207.461000', '092207.464000', '092207.467000', '092207.470000', '092207.473000', '092207.476000', '092207.480000', '092207.483000', '092207.486000', '092207.489000', '092207.491000', '092207.494000', '092207.498000', '092207.501000', '092207.504000', '092207.507000', '092207.510000', '092207.513000', '092207.516000', '092207.519000', '092207.522000', '092207.525000', '092207.528000', '092207.531000', '092207.534000', '092207.537000', '092207.540000', '092207.543000', '092207.546000', '092207.549000', '092207.552000', '092207.555000', '092207.558000', '092207.561000', '092207.564000', '092207.567000', '092207.570000', '092207.573000', '092207.576000', '092207.579000', '092207.582000', '092207.585000', '092227.459000', '092227.462000', '092227.465000', '092227.468000', '092227.471000', '092227.474000', '092227.477000', '092227.480000', '092227.483000', '092227.486000', '092227.489000', '092227.492000', '092227.495000', '092227.498000', '092227.501000', '092227.504000', '092227.507000', '092227.510000', '092227.513000', '092227.516000', '092227.519000', '092227.522000', '092227.525000', '092227.528000', '092227.531000', '092227.534000', '092227.537000', '092227.540000', '092227.543000', '092227.546000', '092227.549000', '092227.552000', '092227.555000', '092227.558000', '092227.561000', '092227.564000', '092227.567000', '092227.570000', '092227.573000', '092227.576000', '092227.588000', '092227.591000', '092227.594000', '092227.597000', '092247.459000', '092247.462000', '092247.467000', '092247.470000', '092247.473000', '092247.476000', '092247.479000', '092247.482000', '092247.485000', '092247.488000', '092247.491000', '092247.494000', '092247.497000', '092247.500000', '092247.507000', '092247.510000', '092247.513000', '092247.516000', '092247.519000', '092247.522000', '092247.525000', '092247.528000', '092247.531000', '092247.534000', '092247.537000', '092247.540000', '092247.543000', '092247.546000', '092247.551000', '092247.555000', '092247.558000', '092247.561000', '092247.564000', '092247.567000', '092247.570000', '092247.573000', '092247.576000', '092247.578000', '092247.581000', '092247.584000', '092247.588000', '092247.590000', '092247.593000', '092307.458000', '092307.461000', '092307.464000', '092307.467000', '092307.470000', '092307.473000', '092307.476000', '092307.479000', '092307.482000', '092307.486000', '092307.488000', '092307.491000', '092307.494000', '092307.497000', '092307.500000', '092307.503000', '092307.506000', '092307.509000', '092307.512000', '092307.516000', '092307.519000', '092307.522000', '092307.524000', '092307.527000', '092307.530000', '092307.533000', '092307.536000', '092307.539000', '092307.542000', '092307.545000', '092307.548000', '092307.551000', '092307.554000', '092307.557000', '092307.560000', '092307.563000', '092307.566000', '092307.569000', '092307.572000', '092307.575000', '092307.578000', '092307.581000', '092307.584000', '092307.587000', '092327.458000', '092327.462000', '092327.465000', '092327.469000', '092327.472000', '092327.475000', '092327.478000', '092327.481000', '092327.484000', '092327.486000', '092327.489000', '092327.492000', '092327.495000', '092327.498000', '092327.501000', '092327.504000', '092327.507000', '092327.510000', '092327.513000', '092327.516000', '092327.519000', '092327.522000', '092327.525000', '092327.529000', '092327.532000', '092327.535000', '092327.538000', '092327.541000', '092327.544000', '092327.547000', '092327.550000', '092327.553000', '092327.556000', '092327.559000', '092327.562000', '092327.565000', '092327.568000', '092327.571000', '092327.574000', '092327.577000', '092327.580000', '092327.583000', '092327.586000', '092347.458000', '092347.461000', '092347.464000', '092347.467000', '092347.470000', '092347.473000', '092347.476000', '092347.479000', '092347.494000', '092347.497000', '092347.500000', '092347.503000', '092347.505000', '092347.508000', '092347.511000', '092347.514000', '092347.517000', '092347.520000', '092347.523000', '092347.526000', '092347.529000', '092347.532000', '092347.535000', '092347.538000', '092347.541000', '092347.544000', '092347.547000', '092347.550000', '092347.553000', '092347.556000', '092347.559000', '092347.562000', '092347.565000', '092347.568000', '092347.571000', '092347.574000', '092347.577000', '092347.580000', '092347.583000', '092347.586000', '092347.589000', '092347.592000', '092347.595000', '092347.598000', '092407.458000', '092407.461000', '092407.465000', '092407.468000', '092407.470000', '092407.473000', '092407.476000', '092407.479000', '092407.482000', '092407.485000', '092407.488000', '092407.491000', '092407.494000', '092407.497000', '092407.500000', '092407.503000', '092407.506000', '092407.509000', '092407.512000', '092407.515000', '092407.518000', '092407.521000', '092407.524000', '092407.527000', '092407.530000', '092407.533000', '092407.536000', '092407.539000', '092407.542000', '092407.545000', '092407.548000', '092407.554000', '092407.558000', '092407.561000', '092407.564000', '092407.567000', '092407.570000', '092407.573000', '092407.576000', '092407.579000', '092407.582000', '092407.585000', '092407.588000', '092427.468000', '092427.471000', '092427.474000', '092427.477000', '092427.480000', '092427.483000', '092427.486000', '092427.489000', '092427.498000', '092427.501000', '092427.504000', '092427.507000', '092427.510000', '092427.513000', '092427.516000', '092427.519000', '092427.522000', '092427.525000', '092427.529000', '092427.532000', '092427.535000', '092427.538000', '092427.540000', '092427.543000', '092427.546000', '092427.549000', '092427.552000', '092427.555000', '092427.559000', '092427.562000', '092427.565000', '092427.568000', '092427.570000', '092427.573000', '092427.576000', '092427.579000', '092427.582000', '092427.585000', '092427.589000', '092427.592000', '092427.595000', '092427.598000', '092427.601000', '092427.604000', '092447.459000', '092447.462000', '092447.465000', '092447.468000', '092447.471000', '092447.474000', '092447.477000', '092447.480000', '092447.483000', '092447.486000', '092447.489000', '092447.492000', '092447.495000', '092447.498000', '092447.502000', '092447.505000', '092447.508000', '092447.511000', '092447.514000', '092447.517000', '092447.520000', '092447.523000', '092447.526000', '092447.529000', '092447.532000', '092447.535000', '092447.549000', '092447.552000', '092447.555000', '092447.558000', '092447.561000', '092447.566000', '092447.569000', '092447.572000', '092447.575000', '092447.578000', '092447.581000', '092447.584000', '092447.587000', '092447.590000', '092447.593000', '092447.596000', '092447.599000', '092507.459000', '092507.462000', '092507.465000', '092507.468000', '092507.471000', '092507.474000', '092507.477000', '092507.480000', '092507.483000', '092507.486000', '092507.489000', '092507.492000', '092507.495000', '092507.498000', '092507.501000', '092507.504000', '092507.507000', '092507.510000', '092507.513000', '092507.516000', '092507.519000', '092507.522000', '092507.525000', '092507.528000', '092507.531000', '092507.534000', '092507.537000', '092507.540000', '092507.543000', '092507.546000', '092507.549000', '092507.552000', '092507.555000', '092507.557000', '092507.560000', '092507.563000', '092507.566000', '092507.569000', '092507.572000', '092507.575000', '092507.578000', '092507.581000', '092507.584000', '092507.588000', '092527.458000', '092527.461000', '092527.464000', '092527.467000', '092527.470000', '092527.473000', '092527.476000', '092527.479000', '092527.482000', '092527.485000', '092527.488000', '092527.496000', '092527.499000', '092527.502000', '092527.505000', '092527.508000', '092527.511000', '092527.514000', '092527.517000', '092527.520000', '092527.523000', '092527.526000', '092527.529000', '092527.532000', '092527.535000', '092527.538000', '092527.541000', '092527.544000', '092527.547000', '092527.550000', '092527.553000', '092527.556000', '092527.560000', '092527.563000', '092527.566000', '092527.569000', '092527.572000', '092527.574000', '092527.579000', '092527.584000', '092527.587000', '092527.590000', '092527.593000', '092547.458000', '092547.461000', '092547.464000', '092547.467000', '092547.470000', '092547.473000', '092547.476000', '092547.479000', '092547.482000', '092547.485000', '092547.488000', '092547.491000', '092547.494000', '092547.497000', '092547.500000', '092547.503000', '092547.506000', '092547.509000', '092547.512000', '092547.515000', '092547.518000', '092547.521000', '092547.525000', '092547.527000', '092547.530000', '092547.533000', '092547.536000', '092547.539000', '092547.542000', '092547.545000', '092547.548000', '092547.551000', '092547.554000', '092547.557000', '092547.560000', '092547.563000', '092547.566000', '092547.569000', '092547.572000', '092547.575000', '092547.585000', '092547.588000', '092547.591000', '092547.594000', '092607.458000', '092607.461000', '092607.464000', '092607.467000', '092607.470000', '092607.473000', '092607.476000', '092607.479000', '092607.482000', '092607.485000', '092607.488000', '092607.491000', '092607.494000', '092607.497000', '092607.500000', '092607.503000', '092607.506000', '092607.509000', '092607.512000', '092607.515000', '092607.518000', '092607.521000', '092607.524000', '092607.527000', '092607.530000', '092607.533000', '092607.537000', '092607.540000', '092607.543000', '092607.546000', '092607.549000', '092607.552000', '092607.555000', '092607.558000', '092607.561000', '092607.564000', '092607.567000', '092607.570000', '092607.573000', '092607.576000', '092607.579000', '092607.582000', '092607.585000', '092627.458000', '092627.461000', '092627.464000', '092627.467000', '092627.470000', '092627.473000', '092627.476000', '092627.479000', '092627.482000', '092627.485000', '092627.489000', '092627.492000', '092627.495000', '092627.498000', '092627.500000', '092627.504000', '092627.507000', '092627.510000', '092627.513000', '092627.516000', '092627.519000', '092627.522000', '092627.525000', '092627.528000', '092627.531000', '092627.534000', '092627.537000', '092627.540000', '092627.543000', '092627.546000', '092627.548000', '092627.551000', '092627.555000', '092627.558000', '092627.560000', '092627.563000', '092627.566000', '092627.569000', '092627.573000', '092627.575000', '092627.578000', '092627.581000', '092627.584000', '092627.588000', '092633.895000', '092633.899000', '092633.902000', '092633.905000', '092633.908000', '092633.912000', '092633.915000', '092633.918000', '092633.921000', '092633.925000', '092633.928000', '092633.931000', '092633.934000', '092633.937000'], 'InstanceCreationTime': ['091647.525000', '091647.538000', '091647.541000', '091647.545000', '091647.548000', '091647.551000', '091647.554000', '091647.557000', '091647.560000', '091647.563000', '091647.567000', '091647.570000', '091647.573000', '091647.576000', '091647.579000', '091647.582000', '091647.585000', '091647.588000', '091647.600000', '091647.603000', '091647.606000', '091647.609000', '091647.613000', '091707.458000', '091707.468000', '091707.471000', '091707.474000', '091707.477000', '091707.480000', '091707.483000', '091707.486000', '091707.489000', '091707.492000', '091707.495000', '091707.498000', '091707.501000', '091707.504000', '091707.507000', '091707.511000', '091707.514000', '091707.517000', '091707.520000', '091707.523000', '091707.526000', '091707.529000', '091707.532000', '091707.535000', '091707.538000', '091707.541000', '091707.544000', '091707.547000', '091707.550000', '091707.553000', '091707.556000', '091707.559000', '091707.562000', '091707.565000', '091707.568000', '091707.571000', '091707.574000', '091707.578000', '091707.581000', '091707.584000', '091707.587000', '091707.602000', '091707.605000', '091727.458000', '091727.461000', '091727.464000', '091727.467000', '091727.470000', '091727.473000', '091727.476000', '091727.479000', '091727.482000', '091727.485000', '091727.488000', '091727.491000', '091727.494000', '091727.497000', '091727.500000', '091727.503000', '091727.506000', '091727.509000', '091727.512000', '091727.515000', '091727.518000', '091727.521000', '091727.524000', '091727.526000', '091727.529000', '091727.532000', '091727.535000', '091727.538000', '091727.541000', '091727.544000', '091727.547000', '091727.550000', '091727.553000', '091727.556000', '091727.559000', '091727.562000', '091727.565000', '091727.568000', '091727.571000', '091727.574000', '091727.577000', '091727.580000', '091727.583000', '091727.586000', '091747.459000', '091747.462000', '091747.465000', '091747.475000', '091747.478000', '091747.481000', '091747.484000', '091747.487000', '091747.490000', '091747.493000', '091747.496000', '091747.499000', '091747.502000', '091747.505000', '091747.508000', '091747.511000', '091747.514000', '091747.517000', '091747.520000', '091747.523000', '091747.525000', '091747.528000', '091747.531000', '091747.534000', '091747.537000', '091747.540000', '091747.543000', '091747.546000', '091747.549000', '091747.552000', '091747.555000', '091747.558000', '091747.561000', '091747.564000', '091747.567000', '091747.570000', '091747.573000', '091747.576000', '091747.579000', '091747.582000', '091747.585000', '091747.588000', '091747.591000', '091807.459000', '091807.462000', '091807.465000', '091807.468000', '091807.471000', '091807.474000', '091807.477000', '091807.480000', '091807.483000', '091807.486000', '091807.489000', '091807.492000', '091807.495000', '091807.498000', '091807.501000', '091807.504000', '091807.507000', '091807.510000', '091807.513000', '091807.516000', '091807.519000', '091807.522000', '091807.525000', '091807.528000', '091807.531000', '091807.534000', '091807.536000', '091807.539000', '091807.542000', '091807.545000', '091807.548000', '091807.551000', '091807.554000', '091807.557000', '091807.560000', '091807.563000', '091807.566000', '091807.569000', '091807.572000', '091807.575000', '091807.578000', '091807.581000', '091807.584000', '091807.587000', '091827.458000', '091827.461000', '091827.464000', '091827.467000', '091827.470000', '091827.473000', '091827.476000', '091827.479000', '091827.482000', '091827.485000', '091827.488000', '091827.491000', '091827.494000', '091827.497000', '091827.515000', '091827.518000', '091827.521000', '091827.524000', '091827.527000', '091827.530000', '091827.533000', '091827.536000', '091827.539000', '091827.541000', '091827.544000', '091827.548000', '091827.552000', '091827.555000', '091827.558000', '091827.561000', '091827.564000', '091827.567000', '091827.570000', '091827.573000', '091827.576000', '091827.579000', '091827.582000', '091827.585000', '091827.588000', '091827.591000', '091827.594000', '091827.597000', '091827.600000', '091847.458000', '091847.461000', '091847.464000', '091847.467000', '091847.470000', '091847.473000', '091847.476000', '091847.479000', '091847.482000', '091847.485000', '091847.488000', '091847.491000', '091847.494000', '091847.497000', '091847.500000', '091847.503000', '091847.506000', '091847.509000', '091847.512000', '091847.516000', '091847.519000', '091847.522000', '091847.525000', '091847.528000', '091847.531000', '091847.534000', '091847.546000', '091847.549000', '091847.552000', '091847.555000', '091847.558000', '091847.560000', '091847.563000', '091847.566000', '091847.569000', '091847.572000', '091847.575000', '091847.578000', '091847.581000', '091847.584000', '091847.587000', '091847.590000', '091847.593000', '091847.596000', '091907.458000', '091907.461000', '091907.464000', '091907.467000', '091907.470000', '091907.473000', '091907.476000', '091907.479000', '091907.482000', '091907.492000', '091907.495000', '091907.498000', '091907.501000', '091907.504000', '091907.507000', '091907.510000', '091907.513000', '091907.516000', '091907.519000', '091907.522000', '091907.525000', '091907.528000', '091907.531000', '091907.534000', '091907.537000', '091907.540000', '091907.543000', '091907.546000', '091907.549000', '091907.552000', '091907.555000', '091907.558000', '091907.561000', '091907.564000', '091907.567000', '091907.570000', '091907.573000', '091907.576000', '091907.579000', '091907.582000', '091907.585000', '091907.588000', '091907.591000', '091927.458000', '091927.461000', '091927.464000', '091927.467000', '091927.470000', '091927.473000', '091927.476000', '091927.479000', '091927.482000', '091927.485000', '091927.488000', '091927.491000', '091927.494000', '091927.497000', '091927.500000', '091927.503000', '091927.506000', '091927.509000', '091927.512000', '091927.515000', '091927.518000', '091927.521000', '091927.524000', '091927.527000', '091927.530000', '091927.533000', '091927.536000', '091927.539000', '091927.542000', '091927.545000', '091927.548000', '091927.551000', '091927.554000', '091927.557000', '091927.560000', '091927.563000', '091927.566000', '091927.569000', '091927.572000', '091927.585000', '091927.588000', '091927.591000', '091927.594000', '091927.596000', '091947.458000', '091947.461000', '091947.464000', '091947.467000', '091947.470000', '091947.473000', '091947.476000', '091947.479000', '091947.482000', '091947.485000', '091947.488000', '091947.491000', '091947.494000', '091947.497000', '091947.500000', '091947.503000', '091947.506000', '091947.509000', '091947.512000', '091947.515000', '091947.518000', '091947.521000', '091947.524000', '091947.527000', '091947.530000', '091947.533000', '091947.536000', '091947.539000', '091947.542000', '091947.545000', '091947.548000', '091947.551000', '091947.554000', '091947.557000', '091947.560000', '091947.563000', '091947.566000', '091947.569000', '091947.572000', '091947.575000', '091947.578000', '091947.581000', '091947.584000', '092007.459000', '092007.462000', '092007.465000', '092007.468000', '092007.471000', '092007.474000', '092007.477000', '092007.480000', '092007.483000', '092007.486000', '092007.499000', '092007.502000', '092007.505000', '092007.508000', '092007.511000', '092007.514000', '092007.517000', '092007.520000', '092007.523000', '092007.526000', '092007.529000', '092007.532000', '092007.535000', '092007.538000', '092007.541000', '092007.544000', '092007.547000', '092007.550000', '092007.554000', '092007.557000', '092007.560000', '092007.563000', '092007.566000', '092007.569000', '092007.572000', '092007.575000', '092007.578000', '092007.581000', '092007.584000', '092007.587000', '092007.590000', '092007.593000', '092007.596000', '092007.599000', '092027.459000', '092027.462000', '092027.465000', '092027.468000', '092027.471000', '092027.474000', '092027.477000', '092027.480000', '092027.483000', '092027.486000', '092027.489000', '092027.492000', '092027.495000', '092027.498000', '092027.501000', '092027.504000', '092027.507000', '092027.510000', '092027.513000', '092027.516000', '092027.519000', '092027.522000', '092027.525000', '092027.528000', '092027.531000', '092027.534000', '092027.537000', '092027.540000', '092027.543000', '092027.546000', '092027.549000', '092027.552000', '092027.555000', '092027.558000', '092027.561000', '092027.564000', '092027.567000', '092027.570000', '092027.573000', '092027.576000', '092027.579000', '092027.582000', '092027.585000', '092047.459000', '092047.462000', '092047.465000', '092047.468000', '092047.471000', '092047.474000', '092047.477000', '092047.480000', '092047.483000', '092047.486000', '092047.489000', '092047.492000', '092047.495000', '092047.498000', '092047.501000', '092047.504000', '092047.507000', '092047.510000', '092047.513000', '092047.516000', '092047.519000', '092047.522000', '092047.525000', '092047.528000', '092047.531000', '092047.534000', '092047.537000', '092047.540000', '092047.543000', '092047.546000', '092047.549000', '092047.552000', '092047.555000', '092047.558000', '092047.561000', '092047.564000', '092047.567000', '092047.570000', '092047.573000', '092047.576000', '092047.579000', '092047.582000', '092047.585000', '092107.458000', '092107.461000', '092107.464000', '092107.467000', '092107.470000', '092107.473000', '092107.476000', '092107.479000', '092107.482000', '092107.485000', '092107.488000', '092107.491000', '092107.494000', '092107.497000', '092107.500000', '092107.503000', '092107.506000', '092107.509000', '092107.512000', '092107.515000', '092107.518000', '092107.521000', '092107.524000', '092107.527000', '092107.530000', '092107.533000', '092107.536000', '092107.539000', '092107.542000', '092107.545000', '092107.548000', '092107.551000', '092107.554000', '092107.557000', '092107.560000', '092107.563000', '092107.566000', '092107.569000', '092107.572000', '092107.575000', '092107.578000', '092107.581000', '092107.584000', '092107.587000', '092127.458000', '092127.461000', '092127.464000', '092127.467000', '092127.470000', '092127.473000', '092127.479000', '092127.482000', '092127.485000', '092127.488000', '092127.491000', '092127.494000', '092127.497000', '092127.500000', '092127.503000', '092127.506000', '092127.509000', '092127.512000', '092127.515000', '092127.518000', '092127.521000', '092127.524000', '092127.527000', '092127.530000', '092127.533000', '092127.536000', '092127.539000', '092127.542000', '092127.545000', '092127.548000', '092127.551000', '092127.553000', '092127.556000', '092127.559000', '092127.562000', '092127.576000', '092127.579000', '092127.582000', '092127.585000', '092127.588000', '092127.591000', '092127.594000', '092127.597000', '092147.458000', '092147.461000', '092147.464000', '092147.467000', '092147.470000', '092147.473000', '092147.476000', '092147.479000', '092147.482000', '092147.485000', '092147.488000', '092147.491000', '092147.494000', '092147.497000', '092147.500000', '092147.503000', '092147.506000', '092147.509000', '092147.512000', '092147.515000', '092147.518000', '092147.521000', '092147.524000', '092147.527000', '092147.530000', '092147.533000', '092147.536000', '092147.539000', '092147.542000', '092147.545000', '092147.548000', '092147.551000', '092147.554000', '092147.557000', '092147.560000', '092147.563000', '092147.566000', '092147.569000', '092147.572000', '092147.575000', '092147.578000', '092147.581000', '092147.584000', '092147.587000', '092207.458000', '092207.461000', '092207.464000', '092207.467000', '092207.470000', '092207.473000', '092207.476000', '092207.480000', '092207.483000', '092207.486000', '092207.489000', '092207.491000', '092207.494000', '092207.498000', '092207.501000', '092207.504000', '092207.507000', '092207.510000', '092207.513000', '092207.516000', '092207.519000', '092207.522000', '092207.525000', '092207.528000', '092207.531000', '092207.534000', '092207.537000', '092207.540000', '092207.543000', '092207.546000', '092207.549000', '092207.552000', '092207.555000', '092207.558000', '092207.561000', '092207.564000', '092207.567000', '092207.570000', '092207.573000', '092207.576000', '092207.579000', '092207.582000', '092207.585000', '092227.459000', '092227.462000', '092227.465000', '092227.468000', '092227.471000', '092227.474000', '092227.477000', '092227.480000', '092227.483000', '092227.486000', '092227.489000', '092227.492000', '092227.495000', '092227.498000', '092227.501000', '092227.504000', '092227.507000', '092227.510000', '092227.513000', '092227.516000', '092227.519000', '092227.522000', '092227.525000', '092227.528000', '092227.531000', '092227.534000', '092227.537000', '092227.540000', '092227.543000', '092227.546000', '092227.549000', '092227.552000', '092227.555000', '092227.558000', '092227.561000', '092227.564000', '092227.567000', '092227.570000', '092227.573000', '092227.576000', '092227.588000', '092227.591000', '092227.594000', '092227.597000', '092247.459000', '092247.462000', '092247.467000', '092247.470000', '092247.473000', '092247.476000', '092247.479000', '092247.482000', '092247.485000', '092247.488000', '092247.491000', '092247.494000', '092247.497000', '092247.500000', '092247.507000', '092247.510000', '092247.513000', '092247.516000', '092247.519000', '092247.522000', '092247.525000', '092247.528000', '092247.531000', '092247.534000', '092247.537000', '092247.540000', '092247.543000', '092247.546000', '092247.551000', '092247.555000', '092247.558000', '092247.561000', '092247.564000', '092247.567000', '092247.570000', '092247.573000', '092247.576000', '092247.578000', '092247.581000', '092247.584000', '092247.588000', '092247.590000', '092247.593000', '092307.458000', '092307.461000', '092307.464000', '092307.467000', '092307.470000', '092307.473000', '092307.476000', '092307.479000', '092307.482000', '092307.486000', '092307.488000', '092307.491000', '092307.494000', '092307.497000', '092307.500000', '092307.503000', '092307.506000', '092307.509000', '092307.512000', '092307.516000', '092307.519000', '092307.522000', '092307.524000', '092307.527000', '092307.530000', '092307.533000', '092307.536000', '092307.539000', '092307.542000', '092307.545000', '092307.548000', '092307.551000', '092307.554000', '092307.557000', '092307.560000', '092307.563000', '092307.566000', '092307.569000', '092307.572000', '092307.575000', '092307.578000', '092307.581000', '092307.584000', '092307.587000', '092327.458000', '092327.462000', '092327.465000', '092327.469000', '092327.472000', '092327.475000', '092327.478000', '092327.481000', '092327.484000', '092327.486000', '092327.489000', '092327.492000', '092327.495000', '092327.498000', '092327.501000', '092327.504000', '092327.507000', '092327.510000', '092327.513000', '092327.516000', '092327.519000', '092327.522000', '092327.525000', '092327.529000', '092327.532000', '092327.535000', '092327.538000', '092327.541000', '092327.544000', '092327.547000', '092327.550000', '092327.553000', '092327.556000', '092327.559000', '092327.562000', '092327.565000', '092327.568000', '092327.571000', '092327.574000', '092327.577000', '092327.580000', '092327.583000', '092327.586000', '092347.458000', '092347.461000', '092347.464000', '092347.467000', '092347.470000', '092347.473000', '092347.476000', '092347.479000', '092347.494000', '092347.497000', '092347.500000', '092347.503000', '092347.505000', '092347.508000', '092347.511000', '092347.514000', '092347.517000', '092347.520000', '092347.523000', '092347.526000', '092347.529000', '092347.532000', '092347.535000', '092347.538000', '092347.541000', '092347.544000', '092347.547000', '092347.550000', '092347.553000', '092347.556000', '092347.559000', '092347.562000', '092347.565000', '092347.568000', '092347.571000', '092347.574000', '092347.577000', '092347.580000', '092347.583000', '092347.586000', '092347.589000', '092347.592000', '092347.595000', '092347.598000', '092407.458000', '092407.461000', '092407.465000', '092407.468000', '092407.470000', '092407.473000', '092407.476000', '092407.479000', '092407.482000', '092407.485000', '092407.488000', '092407.491000', '092407.494000', '092407.497000', '092407.500000', '092407.503000', '092407.506000', '092407.509000', '092407.512000', '092407.515000', '092407.518000', '092407.521000', '092407.524000', '092407.527000', '092407.530000', '092407.533000', '092407.536000', '092407.539000', '092407.542000', '092407.545000', '092407.548000', '092407.554000', '092407.558000', '092407.561000', '092407.564000', '092407.567000', '092407.570000', '092407.573000', '092407.576000', '092407.579000', '092407.582000', '092407.585000', '092407.588000', '092427.468000', '092427.471000', '092427.474000', '092427.477000', '092427.480000', '092427.483000', '092427.486000', '092427.489000', '092427.498000', '092427.501000', '092427.504000', '092427.507000', '092427.510000', '092427.513000', '092427.516000', '092427.519000', '092427.522000', '092427.525000', '092427.529000', '092427.532000', '092427.535000', '092427.538000', '092427.540000', '092427.543000', '092427.546000', '092427.549000', '092427.552000', '092427.555000', '092427.559000', '092427.562000', '092427.565000', '092427.568000', '092427.570000', '092427.573000', '092427.576000', '092427.579000', '092427.582000', '092427.585000', '092427.589000', '092427.592000', '092427.595000', '092427.598000', '092427.601000', '092427.604000', '092447.459000', '092447.462000', '092447.465000', '092447.468000', '092447.471000', '092447.474000', '092447.477000', '092447.480000', '092447.483000', '092447.486000', '092447.489000', '092447.492000', '092447.495000', '092447.498000', '092447.502000', '092447.505000', '092447.508000', '092447.511000', '092447.514000', '092447.517000', '092447.520000', '092447.523000', '092447.526000', '092447.529000', '092447.532000', '092447.535000', '092447.549000', '092447.552000', '092447.555000', '092447.558000', '092447.561000', '092447.566000', '092447.569000', '092447.572000', '092447.575000', '092447.578000', '092447.581000', '092447.584000', '092447.587000', '092447.590000', '092447.593000', '092447.596000', '092447.599000', '092507.459000', '092507.462000', '092507.465000', '092507.468000', '092507.471000', '092507.474000', '092507.477000', '092507.480000', '092507.483000', '092507.486000', '092507.489000', '092507.492000', '092507.495000', '092507.498000', '092507.501000', '092507.504000', '092507.507000', '092507.510000', '092507.513000', '092507.516000', '092507.519000', '092507.522000', '092507.525000', '092507.528000', '092507.531000', '092507.534000', '092507.537000', '092507.540000', '092507.543000', '092507.546000', '092507.549000', '092507.552000', '092507.555000', '092507.557000', '092507.560000', '092507.563000', '092507.566000', '092507.569000', '092507.572000', '092507.575000', '092507.578000', '092507.581000', '092507.584000', '092507.588000', '092527.458000', '092527.461000', '092527.464000', '092527.467000', '092527.470000', '092527.473000', '092527.476000', '092527.479000', '092527.482000', '092527.485000', '092527.488000', '092527.496000', '092527.499000', '092527.502000', '092527.505000', '092527.508000', '092527.511000', '092527.514000', '092527.517000', '092527.520000', '092527.523000', '092527.526000', '092527.529000', '092527.532000', '092527.535000', '092527.538000', '092527.541000', '092527.544000', '092527.547000', '092527.550000', '092527.553000', '092527.556000', '092527.560000', '092527.563000', '092527.566000', '092527.569000', '092527.572000', '092527.574000', '092527.579000', '092527.584000', '092527.587000', '092527.590000', '092527.593000', '092547.458000', '092547.461000', '092547.464000', '092547.467000', '092547.470000', '092547.473000', '092547.476000', '092547.479000', '092547.482000', '092547.485000', '092547.488000', '092547.491000', '092547.494000', '092547.497000', '092547.500000', '092547.503000', '092547.506000', '092547.509000', '092547.512000', '092547.515000', '092547.518000', '092547.521000', '092547.525000', '092547.527000', '092547.530000', '092547.533000', '092547.536000', '092547.539000', '092547.542000', '092547.545000', '092547.548000', '092547.551000', '092547.554000', '092547.557000', '092547.560000', '092547.563000', '092547.566000', '092547.569000', '092547.572000', '092547.575000', '092547.585000', '092547.588000', '092547.591000', '092547.594000', '092607.458000', '092607.461000', '092607.464000', '092607.467000', '092607.470000', '092607.473000', '092607.476000', '092607.479000', '092607.482000', '092607.485000', '092607.488000', '092607.491000', '092607.494000', '092607.497000', '092607.500000', '092607.503000', '092607.506000', '092607.509000', '092607.512000', '092607.515000', '092607.518000', '092607.521000', '092607.524000', '092607.527000', '092607.530000', '092607.533000', '092607.537000', '092607.540000', '092607.543000', '092607.546000', '092607.549000', '092607.552000', '092607.555000', '092607.558000', '092607.561000', '092607.564000', '092607.567000', '092607.570000', '092607.573000', '092607.576000', '092607.579000', '092607.582000', '092607.585000', '092627.458000', '092627.461000', '092627.464000', '092627.467000', '092627.470000', '092627.473000', '092627.476000', '092627.479000', '092627.482000', '092627.485000', '092627.489000', '092627.492000', '092627.495000', '092627.498000', '092627.500000', '092627.504000', '092627.507000', '092627.510000', '092627.513000', '092627.516000', '092627.519000', '092627.522000', '092627.525000', '092627.528000', '092627.531000', '092627.534000', '092627.537000', '092627.540000', '092627.543000', '092627.546000', '092627.548000', '092627.551000', '092627.555000', '092627.558000', '092627.560000', '092627.563000', '092627.566000', '092627.569000', '092627.573000', '092627.575000', '092627.578000', '092627.581000', '092627.584000', '092627.588000', '092633.895000', '092633.899000', '092633.902000', '092633.905000', '092633.908000', '092633.912000', '092633.915000', '092633.918000', '092633.921000', '092633.925000', '092633.928000', '092633.931000', '092633.934000', '092633.937000'], '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': [7635, 9534, 13595, 8627, 12046, 6774, 9419, 7342, 9447, 13786, 9601, 8644, 13465, 8364, 7988, 12790, 7368, 7860, 13521, 9061, 7431, 12217, 7479, 7457, 13316, 7918, 7527, 12830, 7621, 7611, 13484, 7454, 8105, 13246, 8117, 8266, 13506, 6969, 9015, 13532, 8635, 8479, 13623, 7072, 9734, 13517, 8813, 8743, 13400, 7241, 10239, 13428, 8548, 8955, 13534, 7396, 9923, 13481, 7617, 9491, 13656, 8100, 8952, 13718, 7003, 8727, 13711, 8947, 8352, 13023, 7115, 8424, 13663, 8294, 8378, 14025, 6938, 8045, 13862, 7982, 8159, 13988, 7201, 8546, 13817, 8254, 8810, 13533, 7165, 8861, 13762, 8066, 8483, 13852, 6789, 8802, 13872, 8177, 8519, 13432, 7158, 8784, 13711, 8077, 8705, 13554, 6996, 9024, 13480, 8925, 8890, 13391, 7052, 9162, 13920, 7349, 8972, 13336, 7573, 9422, 13369, 7373, 11341, 13428, 7722, 9607, 13164, 7330, 9912, 13157, 7739, 8547, 13330, 7015, 8110, 13425, 7380, 8156, 13313, 7004, 7629, 13261, 8467, 7745, 12577, 6915, 7713, 13485, 9720, 7511, 11159, 7324, 7441, 13051, 11296, 7446, 11479, 8097, 7533, 12976, 10061, 7906, 12582, 7682, 7940, 13227, 8143, 7751, 13101, 8481, 8017, 13231, 6783, 8177, 13849, 8947, 8241, 12624, 7205, 7617, 13692, 9357, 7824, 12499, 7369, 7584, 13755, 8293, 7729, 13163, 7436, 7756, 14070, 8722, 8233, 13551, 7110, 8520, 13786, 8358, 8405, 13797, 7227, 8761, 13714, 7276, 8939, 13913, 7628, 8807, 13686, 7139, 8722, 13483, 8708, 8236, 13303, 6897, 7909, 13799, 7641, 8584, 13822, 7164, 8126, 13788, 7305, 8265, 14200, 7194, 9590, 13610, 8312, 9722, 13530, 6996, 9462, 13742, 8038, 8862, 13343, 7280, 8980, 13656, 8095, 8816, 13653, 7237, 9053, 13618, 8031, 8849, 14055, 7121, 9205, 13891, 8059, 9058, 13678, 7148, 9052, 13749, 8088, 8796, 13503, 7380, 9591, 13535, 8706, 9555, 13302, 7431, 9554, 13503, 8440, 9339, 13639, 7025, 9379, 13367, 8514, 9128, 13476, 7188, 10888, 13404, 7817, 11769, 10682, 7273, 12371, 9108, 7645, 13384, 6958, 8350, 13652, 8415, 8644, 13681, 7265, 8761, 13604, 7237, 8984, 13536, 8110, 9566, 13542, 7085, 9164, 13736, 8162, 8976, 13484, 7134, 9330, 13504, 8448, 8874, 13600, 7045, 10356, 13713, 7959, 8919, 13918, 7107, 11657, 13592, 7391, 10870, 13313, 8227, 9681, 13132, 6961, 9009, 13648, 7985, 8188, 13478, 6925, 8105, 13663, 8390, 7786, 12213, 7201, 8197, 13121, 12520, 7961, 10916, 13222, 7452, 11105, 13766, 7826, 9040, 13795, 7477, 11369, 13353, 7621, 9144, 13444, 7131, 10501, 13409, 7499, 9429, 13229, 7810, 8804, 13401, 6998, 8927, 13755, 8757, 7941, 13282, 7428, 7801, 13614, 10604, 7506, 11695, 12847, 7207, 11636, 13605, 7540, 11144, 13477, 7337, 11250, 13725, 7903, 10045, 13596, 7245, 9630, 13389, 8181, 9095, 13442, 6990, 9079, 13395, 7798, 8714, 13574, 6817, 8738, 13733, 7641, 8699, 13349, 6891, 9362, 13509, 8020, 8440, 13806, 6899, 9489, 13567, 7562, 8408, 13716, 7080, 9576, 13478, 8232, 9228, 13732, 7401, 10763, 10141, 7622, 13623, 7236, 12724, 7876, 12909, 9357, 11729, 14275, 8262, 8642, 13712, 8344, 8427, 13392, 7664, 8194, 13610, 9165, 7994, 12595, 7639, 7704, 13203, 8203, 7730, 13052, 7167, 7407, 13563, 8778, 8079, 12982, 7067, 8275, 13620, 8756, 8371, 13351, 6869, 8492, 13920, 9138, 8830, 13606, 6849, 8669, 13483, 9153, 8509, 13518, 6979, 8775, 13616, 8692, 8624, 13602, 7378, 7834, 13863, 7419, 8516, 14400, 6887, 8693, 13795, 7725, 8883, 13550, 6998, 8445, 13608, 7891, 9009, 13731, 6992, 9024, 13711, 8153, 9061, 13630, 6955, 9288, 13563, 8322, 8828, 13603, 6915, 9037, 13516, 8635, 9595, 13508, 7112, 10133, 13301, 8876, 10285, 13475, 7555, 10746, 13784, 8216, 11819, 12529, 7957, 12484, 13795, 8234, 11526, 11377, 7587, 12957, 12357, 7580, 11618, 8435, 7329, 13612, 9320, 7719, 12729, 7072, 7739, 13740, 8563, 8333, 13611, 6797, 8025, 13797, 8543, 8109, 13063, 7309, 7866, 13863, 8373, 7846, 13423, 7211, 8196, 13934, 9224, 7862, 12934, 7283, 8416, 14136, 9352, 7948, 13064, 7820, 8212, 13295, 8014, 8138, 14069, 7696, 8404, 13864, 7519, 8514, 14271, 7554, 8691, 13968, 7129, 12295, 13574, 7877, 12475, 7490, 8485, 13706, 8720, 8204, 13993, 8325, 8403, 14005, 6999, 9030, 13649, 8545, 9630, 13786, 7139, 10923, 13514, 7962, 9077, 13614, 7346, 10894, 13637, 8064, 9437, 13565, 7188, 11471, 13664, 7801, 11640, 13308, 7686, 11326, 14016, 7984, 11456, 12517, 7825, 12432, 8266, 7939, 13436, 8350, 7880, 13405, 6899, 8279, 13785, 8283, 8429, 13570, 6889, 9337, 14078, 8834, 10815, 13297, 7254, 12985, 10882, 8380, 13622, 7831, 9129, 13915, 6964, 11438, 13785, 8376, 12010, 8695, 8187, 13585, 9844, 8520, 13449, 7187, 8741, 14111, 8609, 8355, 14058, 7178, 8471, 13891, 7241, 9077, 13837, 8569, 10196, 13687, 7398, 12235, 13795, 7709, 11992, 10079, 7758, 13151, 8354, 7503, 13680, 8141, 8069, 13755, 6877, 7985, 13927, 7305, 8478, 13893, 7971, 8410, 13832, 6939, 8808, 13766, 8675, 9125, 13371, 7109, 10828, 13605, 7416, 11381, 13387, 7865, 8495, 14116, 6932, 8733, 13734, 9338, 7913, 12585, 9077, 7396, 12450, 14080, 7468, 11087, 14000, 7066, 10853, 13798, 7653, 8773, 13939, 6813, 8080, 13988, 7091, 9658, 13936, 7954, 8382, 14638, 7847, 9687, 14536, 8169, 8406, 14227, 7099, 8637, 14367, 9561, 8682, 13584, 8896, 8041, 12769, 14724, 7966, 11265, 14055, 7625, 9040, 14329, 7325, 8741, 14273, 7573, 8590, 14342, 7097, 8481, 14382, 8963, 8134, 14183, 7525, 7688, 14079, 8660, 7723, 13324, 9091, 7603, 12341, 12896, 7731, 11441, 7073, 8223, 6673, 8178, 13565, 8577, 7976, 12961, 12240, 8128, 12780, 14076, 8479, 10313, 13852, 8573, 8881, 13871, 8732, 8958, 13472, 9947, 8611, 12944, 14454, 8172, 10679, 14017, 7426, 9245, 13944, 7273, 8936, 13941, 7645, 8818, 13707, 7848, 8989, 13699, 7822, 8889, 14149, 7978, 10235, 13220, 7630, 9004, 13488, 8005, 10930, 11741, 8479, 12844, 8531, 8369, 13383, 7136, 9035, 13644, 8808, 8329, 13620, 7336, 10788, 13818, 7684, 10415, 13937, 7501, 11388, 14168, 7269, 10910, 14126, 8102, 11085, 10260, 7623, 13563, 9563, 7982, 13834, 6859, 8324, 14221, 9426, 8427, 14187, 7007, 8543, 14241, 8159, 9055, 14037, 7485, 9190, 14142, 7654, 8818, 14142, 7569, 10488, 14018, 7866, 9639, 14064, 7625, 10400, 14240, 7746, 11945, 13976, 7809, 10772, 14096, 7736, 10810, 13945, 7607, 9152, 13806, 7596, 10052, 14246, 8049, 11397, 12124, 8223, 12667, 8468, 8250, 13422, 6851, 8545, 13765, 8403, 9339, 13277, 7848, 12663, 13676, 7731, 12537, 8133, 7774, 14038, 8741, 8101, 14223, 8546, 8644, 14110, 7206, 9063, 14025, 9493, 10748, 13857, 7406, 11256, 13743, 8420, 8804, 14008, 7755, 10017, 13986, 7869, 8731, 14104, 7729, 10926, 13905, 7708, 8702, 13756, 7452, 8694, 14016, 7512, 9093, 14081, 7684, 8985, 13800, 7319, 8501, 14273, 7441, 9475, 14152, 7191, 10093, 11656, 7940, 12434, 7770, 8942, 8599, 8368, 13995, 8805, 12674, 14699, 8078, 9051, 13854, 8395, 8567, 13702, 7045, 8987, 14120, 7483, 8441, 13942, 7499, 8135, 13838, 6814, 8479, 13904, 7340, 8765, 13717, 7314, 10382, 13817, 7308, 10115, 13555, 7259, 11704, 13635, 7379, 9780, 12700, 7768, 12473, 7603, 8220, 13877, 8175, 8485, 13970, 7659, 9799, 13663, 8732, 8902, 13853, 7865, 10056, 13747, 8765, 9058, 13852, 7687, 9043, 14022, 8005, 10737, 13891, 8124, 10896, 12277, 7776, 12733, 13275, 7955, 11633, 11857, 7761, 12784, 13810, 8305, 11631, 8937, 7690, 13495, 9830, 7640, 12699, 9719, 7774, 13368, 12145, 7573, 12029, 11587, 7982, 13127, 13616, 8243, 11674, 11241, 8091, 12697, 11382, 8008, 13016, 8818, 8419, 14113, 10545, 8550, 12833, 7858, 8460, 14202, 8446, 8349, 14411, 7238, 8580, 14193, 7462, 8474, 14148, 7766, 8947, 13807, 7677, 9908, 14148, 7374, 10212, 14196, 7415, 9501, 13917, 7593, 9547, 14063, 6884, 9881, 14039, 7418, 11618, 12862, 7270, 12576, 10918, 7734, 13184, 7014, 8220, 13954, 8779, 8465, 14626, 7826, 12502, 10088, 8152, 14026, 8814, 9051, 14567, 7299, 10833, 14260, 9502, 10391, 14021, 7169, 11344, 13898, 9249, 9432, 14474, 6946, 9238, 14193, 8754, 9509, 14044, 6878, 9203, 14199, 8514, 9046, 14213, 6780, 8382, 14040, 7852, 10095, 14051, 7724, 12860, 9664, 8163, 13977, 7127, 8576, 13875, 8010, 9262, 14026, 7761, 11447, 13992, 9296, 9541, 14054, 7569, 11633, 13952, 8859, 10245, 13771, 7266, 8871, 14082, 8189, 9089, 13810, 7369, 9744, 14264, 8186, 10028, 13896, 7465, 11100, 14174, 7770, 9972, 13978, 7587, 10889, 14280, 7771, 10843, 14030, 7971, 11181, 12561, 8087, 12172, 13813, 7776, 11403, 12401, 8153, 12759, 11850, 8402, 12223, 7864, 8257, 13734, 8596, 8643, 13623, 6942, 8268, 13888, 8711, 8239, 13503, 7216, 8531, 14004, 9343, 9066, 14162, 7097, 8631, 14379, 8268, 8775, 14143, 7183, 10401, 14089, 7921, 10542, 13660], 'WindowCenter': [4364.0, 4368.0, 4396.0, 4341.0, 4368.0, 4304.0, 4335.0, 4304.0, 4335.0, 4364.0, 4320.0, 4310.0, 4353.0, 4311.0, 4300.0, 4340.0, 4287.0, 4299.0, 4350.0, 4308.0, 4287.0, 4339.0, 4287.0, 4287.0, 4352.0, 4298.0, 4298.0, 4349.0, 4299.0, 4300.0, 4352.0, 4299.0, 4313.0, 4353.0, 4300.0, 4310.0, 4351.0, 4291.0, 4324.0, 4353.0, 4311.0, 4313.0, 4353.0, 4291.0, 4333.0, 4352.0, 4310.0, 4311.0, 4351.0, 4290.0, 4320.0, 4340.0, 4299.0, 4308.0, 4338.0, 4288.0, 4318.0, 4338.0, 4286.0, 4320.0, 4348.0, 4297.0, 4309.0, 4338.0, 4288.0, 4336.0, 4362.0, 4308.0, 4309.0, 4350.0, 4287.0, 4311.0, 4349.0, 4312.0, 4314.0, 4361.0, 4287.0, 4298.0, 4349.0, 4297.0, 4298.0, 4348.0, 4287.0, 4309.0, 4349.0, 4296.0, 4307.0, 4337.0, 4275.0, 4309.0, 4335.0, 4286.0, 4295.0, 4335.0, 4262.0, 4308.0, 4335.0, 4283.0, 4295.0, 4335.0, 4272.0, 4295.0, 4335.0, 4285.0, 4295.0, 4333.0, 4273.0, 4293.0, 4335.0, 4294.0, 4294.0, 4333.0, 4271.0, 4304.0, 4334.0, 4285.0, 4305.0, 4336.0, 4285.0, 4306.0, 4336.0, 4287.0, 4327.0, 4336.0, 4287.0, 4308.0, 4336.0, 4285.0, 4318.0, 4336.0, 4284.0, 4296.0, 4350.0, 4276.0, 4296.0, 4333.0, 4272.0, 4285.0, 4335.0, 4273.0, 4297.0, 4336.0, 4292.0, 4285.0, 4338.0, 4289.0, 4299.0, 4350.0, 4317.0, 4287.0, 4330.0, 4287.0, 4300.0, 4353.0, 4341.0, 4300.0, 4343.0, 4299.0, 4299.0, 4351.0, 4331.0, 4311.0, 4351.0, 4299.0, 4311.0, 4351.0, 4298.0, 4300.0, 4351.0, 4309.0, 4299.0, 4339.0, 4276.0, 4308.0, 4351.0, 4307.0, 4297.0, 4340.0, 4285.0, 4297.0, 4350.0, 4305.0, 4286.0, 4338.0, 4286.0, 4286.0, 4350.0, 4296.0, 4286.0, 4339.0, 4285.0, 4288.0, 4349.0, 4306.0, 4297.0, 4338.0, 4274.0, 4296.0, 4338.0, 4296.0, 4295.0, 4348.0, 4285.0, 4307.0, 4336.0, 4287.0, 4306.0, 4336.0, 4285.0, 4306.0, 4337.0, 4276.0, 4308.0, 4337.0, 4292.0, 4296.0, 4336.0, 4287.0, 4298.0, 4348.0, 4286.0, 4308.0, 4349.0, 4288.0, 4296.0, 4349.0, 4287.0, 4309.0, 4348.0, 4288.0, 4320.0, 4351.0, 4310.0, 4318.0, 4349.0, 4288.0, 4318.0, 4350.0, 4299.0, 4308.0, 4335.0, 4287.0, 4308.0, 4336.0, 4296.0, 4306.0, 4335.0, 4287.0, 4308.0, 4335.0, 4285.0, 4293.0, 4333.0, 4274.0, 4306.0, 4334.0, 4284.0, 4295.0, 4335.0, 4273.0, 4307.0, 4334.0, 4284.0, 4293.0, 4333.0, 4274.0, 4317.0, 4335.0, 4295.0, 4304.0, 4334.0, 4273.0, 4306.0, 4334.0, 4294.0, 4306.0, 4332.0, 4274.0, 4306.0, 4336.0, 4296.0, 4303.0, 4333.0, 4274.0, 4327.0, 4335.0, 4297.0, 4326.0, 4316.0, 4285.0, 4338.0, 4306.0, 4298.0, 4348.0, 4286.0, 4308.0, 4348.0, 4310.0, 4308.0, 4349.0, 4286.0, 4298.0, 4337.0, 4286.0, 4306.0, 4336.0, 4294.0, 4305.0, 4335.0, 4275.0, 4306.0, 4334.0, 4295.0, 4296.0, 4334.0, 4272.0, 4305.0, 4333.0, 4295.0, 4296.0, 4334.0, 4286.0, 4317.0, 4336.0, 4295.0, 4307.0, 4347.0, 4286.0, 4329.0, 4335.0, 4286.0, 4330.0, 4337.0, 4295.0, 4306.0, 4337.0, 4276.0, 4307.0, 4349.0, 4285.0, 4296.0, 4336.0, 4273.0, 4297.0, 4349.0, 4296.0, 4285.0, 4327.0, 4285.0, 4296.0, 4349.0, 4337.0, 4296.0, 4328.0, 4337.0, 4288.0, 4330.0, 4349.0, 4287.0, 4309.0, 4349.0, 4299.0, 4355.0, 4353.0, 4299.0, 4322.0, 4351.0, 4289.0, 4332.0, 4350.0, 4301.0, 4321.0, 4352.0, 4300.0, 4311.0, 4349.0, 4286.0, 4322.0, 4351.0, 4297.0, 4298.0, 4338.0, 4286.0, 4299.0, 4350.0, 4316.0, 4275.0, 4328.0, 4323.0, 4274.0, 4327.0, 4335.0, 4285.0, 4327.0, 4335.0, 4284.0, 4328.0, 4335.0, 4284.0, 4306.0, 4335.0, 4285.0, 4318.0, 4335.0, 4296.0, 4297.0, 4336.0, 4276.0, 4307.0, 4337.0, 4283.0, 4297.0, 4335.0, 4274.0, 4298.0, 4338.0, 4285.0, 4297.0, 4336.0, 4275.0, 4319.0, 4337.0, 4294.0, 4298.0, 4335.0, 4276.0, 4319.0, 4350.0, 4285.0, 4297.0, 4337.0, 4288.0, 4318.0, 4346.0, 4311.0, 4334.0, 4350.0, 4301.0, 4345.0, 4344.0, 4316.0, 4363.0, 4304.0, 4352.0, 4315.0, 4366.0, 4335.0, 4356.0, 4364.0, 4301.0, 4312.0, 4350.0, 4297.0, 4297.0, 4339.0, 4274.0, 4297.0, 4338.0, 4294.0, 4285.0, 4326.0, 4274.0, 4285.0, 4336.0, 4283.0, 4286.0, 4336.0, 4275.0, 4289.0, 4348.0, 4297.0, 4299.0, 4338.0, 4287.0, 4312.0, 4349.0, 4298.0, 4300.0, 4341.0, 4277.0, 4311.0, 4351.0, 4310.0, 4311.0, 4351.0, 4279.0, 4313.0, 4351.0, 4321.0, 4310.0, 4349.0, 4288.0, 4322.0, 4350.0, 4296.0, 4310.0, 4352.0, 4288.0, 4288.0, 4350.0, 4286.0, 4308.0, 4349.0, 4286.0, 4308.0, 4349.0, 4287.0, 4308.0, 4336.0, 4289.0, 4298.0, 4338.0, 4287.0, 4298.0, 4336.0, 4277.0, 4308.0, 4337.0, 4287.0, 4297.0, 4334.0, 4275.0, 4309.0, 4337.0, 4296.0, 4296.0, 4334.0, 4276.0, 4307.0, 4335.0, 4295.0, 4306.0, 4335.0, 4274.0, 4319.0, 4337.0, 4296.0, 4316.0, 4335.0, 4287.0, 4328.0, 4336.0, 4297.0, 4328.0, 4326.0, 4298.0, 4341.0, 4337.0, 4299.0, 4327.0, 4326.0, 4298.0, 4340.0, 4327.0, 4286.0, 4328.0, 4296.0, 4290.0, 4351.0, 4307.0, 4299.0, 4339.0, 4276.0, 4299.0, 4351.0, 4308.0, 4300.0, 4350.0, 4276.0, 4301.0, 4350.0, 4296.0, 4299.0, 4339.0, 4288.0, 4299.0, 4352.0, 4298.0, 4300.0, 4350.0, 4287.0, 4310.0, 4364.0, 4310.0, 4301.0, 4341.0, 4288.0, 4298.0, 4361.0, 4319.0, 4299.0, 4340.0, 4287.0, 4298.0, 4349.0, 4297.0, 4299.0, 4350.0, 4288.0, 4300.0, 4352.0, 4287.0, 4308.0, 4350.0, 4298.0, 4310.0, 4348.0, 4288.0, 4342.0, 4352.0, 4299.0, 4341.0, 4290.0, 4311.0, 4350.0, 4307.0, 4298.0, 4348.0, 4295.0, 4296.0, 4336.0, 4275.0, 4310.0, 4347.0, 4296.0, 4307.0, 4335.0, 4275.0, 4329.0, 4338.0, 4287.0, 4307.0, 4337.0, 4286.0, 4327.0, 4336.0, 4287.0, 4307.0, 4335.0, 4276.0, 4327.0, 4337.0, 4289.0, 4329.0, 4337.0, 4288.0, 4329.0, 4346.0, 4298.0, 4329.0, 4337.0, 4299.0, 4340.0, 4309.0, 4300.0, 4350.0, 4309.0, 4301.0, 4349.0, 4288.0, 4312.0, 4351.0, 4310.0, 4311.0, 4350.0, 4290.0, 4320.0, 4350.0, 4309.0, 4329.0, 4349.0, 4288.0, 4351.0, 4329.0, 4299.0, 4349.0, 4289.0, 4308.0, 4337.0, 4289.0, 4341.0, 4347.0, 4299.0, 4328.0, 4296.0, 4298.0, 4351.0, 4318.0, 4297.0, 4339.0, 4274.0, 4296.0, 4336.0, 4298.0, 4296.0, 4336.0, 4275.0, 4297.0, 4336.0, 4285.0, 4309.0, 4335.0, 4297.0, 4317.0, 4337.0, 4286.0, 4328.0, 4337.0, 4286.0, 4328.0, 4317.0, 4287.0, 4337.0, 4295.0, 4286.0, 4337.0, 4286.0, 4298.0, 4338.0, 4277.0, 4297.0, 4347.0, 4289.0, 4309.0, 4350.0, 4297.0, 4300.0, 4337.0, 4277.0, 4308.0, 4348.0, 4297.0, 4308.0, 4337.0, 4288.0, 4329.0, 4338.0, 4290.0, 4342.0, 4349.0, 4298.0, 4310.0, 4352.0, 4289.0, 4324.0, 4353.0, 4309.0, 4312.0, 4340.0, 4307.0, 4289.0, 4342.0, 4349.0, 4288.0, 4330.0, 4350.0, 4303.0, 4346.0, 4364.0, 4330.0, 4356.0, 4360.0, 4302.0, 4313.0, 4358.0, 4300.0, 4323.0, 4350.0, 4300.0, 4338.0, 4378.0, 4311.0, 4334.0, 4363.0, 4325.0, 4310.0, 4351.0, 4288.0, 4311.0, 4350.0, 4318.0, 4298.0, 4340.0, 4296.0, 4285.0, 4338.0, 4347.0, 4296.0, 4316.0, 4338.0, 4285.0, 4296.0, 4334.0, 4286.0, 4298.0, 4347.0, 4285.0, 4297.0, 4346.0, 4274.0, 4309.0, 4347.0, 4297.0, 4297.0, 4346.0, 4286.0, 4300.0, 4350.0, 4295.0, 4286.0, 4353.0, 4320.0, 4297.0, 4338.0, 4337.0, 4298.0, 4328.0, 4289.0, 4308.0, 4303.0, 4326.0, 4363.0, 4320.0, 4313.0, 4365.0, 4353.0, 4311.0, 4355.0, 4364.0, 4312.0, 4333.0, 4352.0, 4308.0, 4309.0, 4340.0, 4295.0, 4307.0, 4337.0, 4305.0, 4294.0, 4326.0, 4334.0, 4281.0, 4301.0, 4321.0, 4259.0, 4290.0, 4318.0, 4259.0, 4291.0, 4320.0, 4269.0, 4291.0, 4332.0, 4281.0, 4294.0, 4333.0, 4282.0, 4293.0, 4334.0, 4293.0, 4317.0, 4350.0, 4298.0, 4308.0, 4347.0, 4297.0, 4330.0, 4340.0, 4310.0, 4354.0, 4311.0, 4311.0, 4363.0, 4300.0, 4322.0, 4363.0, 4323.0, 4313.0, 4364.0, 4304.0, 4345.0, 4363.0, 4313.0, 4334.0, 4362.0, 4301.0, 4344.0, 4351.0, 4301.0, 4343.0, 4352.0, 4311.0, 4341.0, 4331.0, 4299.0, 4364.0, 4320.0, 4312.0, 4351.0, 4290.0, 4312.0, 4364.0, 4321.0, 4311.0, 4363.0, 4289.0, 4310.0, 4361.0, 4300.0, 4309.0, 4349.0, 4290.0, 4308.0, 4349.0, 4300.0, 4308.0, 4348.0, 4298.0, 4328.0, 4349.0, 4300.0, 4320.0, 4350.0, 4297.0, 4331.0, 4347.0, 4299.0, 4340.0, 4347.0, 4286.0, 4329.0, 4347.0, 4298.0, 4330.0, 4348.0, 4299.0, 4307.0, 4351.0, 4298.0, 4320.0, 4350.0, 4299.0, 4340.0, 4352.0, 4323.0, 4352.0, 4310.0, 4311.0, 4350.0, 4289.0, 4323.0, 4362.0, 4310.0, 4321.0, 4350.0, 4311.0, 4352.0, 4362.0, 4299.0, 4342.0, 4299.0, 4299.0, 4350.0, 4309.0, 4299.0, 4352.0, 4309.0, 4309.0, 4350.0, 4287.0, 4308.0, 4349.0, 4319.0, 4329.0, 4339.0, 4287.0, 4329.0, 4349.0, 4298.0, 4308.0, 4337.0, 4286.0, 4317.0, 4348.0, 4296.0, 4298.0, 4346.0, 4288.0, 4329.0, 4350.0, 4299.0, 4309.0, 4351.0, 4300.0, 4308.0, 4349.0, 4299.0, 4320.0, 4361.0, 4300.0, 4321.0, 4376.0, 4312.0, 4323.0, 4374.0, 4314.0, 4333.0, 4362.0, 4302.0, 4333.0, 4357.0, 4327.0, 4371.0, 4327.0, 4335.0, 4322.0, 4326.0, 4377.0, 4323.0, 4356.0, 4365.0, 4302.0, 4312.0, 4351.0, 4299.0, 4309.0, 4339.0, 4276.0, 4297.0, 4336.0, 4275.0, 4295.0, 4337.0, 4273.0, 4285.0, 4336.0, 4275.0, 4295.0, 4347.0, 4286.0, 4296.0, 4337.0, 4288.0, 4320.0, 4350.0, 4288.0, 4319.0, 4349.0, 4290.0, 4355.0, 4350.0, 4289.0, 4320.0, 4340.0, 4299.0, 4354.0, 4315.0, 4324.0, 4362.0, 4313.0, 4324.0, 4363.0, 4302.0, 4337.0, 4363.0, 4312.0, 4323.0, 4352.0, 4300.0, 4333.0, 4352.0, 4312.0, 4311.0, 4349.0, 4288.0, 4309.0, 4348.0, 4299.0, 4331.0, 4348.0, 4300.0, 4329.0, 4328.0, 4298.0, 4350.0, 4339.0, 4298.0, 4329.0, 4328.0, 4288.0, 4339.0, 4336.0, 4297.0, 4329.0, 4295.0, 4287.0, 4350.0, 4305.0, 4286.0, 4338.0, 4307.0, 4286.0, 4348.0, 4326.0, 4286.0, 4328.0, 4327.0, 4298.0, 4339.0, 4337.0, 4296.0, 4328.0, 4316.0, 4298.0, 4338.0, 4327.0, 4299.0, 4338.0, 4307.0, 4308.0, 4360.0, 4316.0, 4308.0, 4338.0, 4297.0, 4296.0, 4348.0, 4298.0, 4298.0, 4349.0, 4289.0, 4308.0, 4349.0, 4300.0, 4300.0, 4349.0, 4297.0, 4307.0, 4349.0, 4297.0, 4320.0, 4347.0, 4286.0, 4317.0, 4347.0, 4287.0, 4317.0, 4347.0, 4298.0, 4320.0, 4349.0, 4290.0, 4320.0, 4347.0, 4288.0, 4341.0, 4339.0, 4301.0, 4351.0, 4331.0, 4299.0, 4350.0, 4289.0, 4323.0, 4350.0, 4309.0, 4311.0, 4360.0, 4300.0, 4354.0, 4332.0, 4312.0, 4364.0, 4322.0, 4322.0, 4362.0, 4301.0, 4344.0, 4361.0, 4320.0, 4332.0, 4349.0, 4287.0, 4342.0, 4349.0, 4308.0, 4308.0, 4336.0, 4287.0, 4307.0, 4347.0, 4296.0, 4306.0, 4336.0, 4278.0, 4307.0, 4347.0, 4296.0, 4304.0, 4361.0, 4290.0, 4299.0, 4347.0, 4298.0, 4330.0, 4348.0, 4298.0, 4350.0, 4320.0, 4312.0, 4361.0, 4301.0, 4324.0, 4362.0, 4311.0, 4321.0, 4350.0, 4299.0, 4342.0, 4350.0, 4319.0, 4319.0, 4348.0, 4287.0, 4341.0, 4350.0, 4306.0, 4318.0, 4337.0, 4286.0, 4307.0, 4349.0, 4297.0, 4307.0, 4334.0, 4285.0, 4307.0, 4347.0, 4295.0, 4317.0, 4335.0, 4286.0, 4327.0, 4349.0, 4285.0, 4317.0, 4336.0, 4285.0, 4317.0, 4347.0, 4287.0, 4328.0, 4347.0, 4297.0, 4328.0, 4336.0, 4299.0, 4341.0, 4347.0, 4299.0, 4341.0, 4340.0, 4310.0, 4353.0, 4338.0, 4311.0, 4341.0, 4301.0, 4314.0, 4363.0, 4311.0, 4322.0, 4362.0, 4301.0, 4327.0, 4378.0, 4324.0, 4327.0, 4365.0, 4303.0, 4336.0, 4365.0, 4333.0, 4335.0, 4365.0, 4303.0, 4326.0, 4375.0, 4312.0, 4324.0, 4364.0, 4302.0, 4345.0, 4362.0, 4314.0, 4357.0, 4378.0], 'WindowWidth': [9658.0, 9649.0, 9681.0, 9598.0, 9629.0, 9536.0, 9577.0, 9534.0, 9573.0, 9615.0, 9547.0, 9533.0, 9595.0, 9535.0, 9517.0, 9573.0, 9496.0, 9515.0, 9587.0, 9527.0, 9497.0, 9570.0, 9496.0, 9498.0, 9589.0, 9514.0, 9515.0, 9584.0, 9515.0, 9520.0, 9589.0, 9517.0, 9539.0, 9593.0, 9518.0, 9533.0, 9590.0, 9509.0, 9559.0, 9597.0, 9534.0, 9540.0, 9595.0, 9508.0, 9568.0, 9593.0, 9531.0, 9534.0, 9588.0, 9502.0, 9546.0, 9573.0, 9512.0, 9526.0, 9569.0, 9497.0, 9539.0, 9568.0, 9496.0, 9546.0, 9582.0, 9510.0, 9528.0, 9567.0, 9501.0, 9581.0, 9608.0, 9526.0, 9529.0, 9587.0, 9496.0, 9534.0, 9585.0, 9538.0, 9543.0, 9605.0, 9496.0, 9512.0, 9583.0, 9511.0, 9514.0, 9581.0, 9496.0, 9530.0, 9583.0, 9507.0, 9523.0, 9564.0, 9478.0, 9529.0, 9561.0, 9490.0, 9503.0, 9557.0, 9455.0, 9524.0, 9560.0, 9485.0, 9503.0, 9557.0, 9469.0, 9505.0, 9558.0, 9488.0, 9504.0, 9554.0, 9470.0, 9498.0, 9558.0, 9499.0, 9500.0, 9553.0, 9466.0, 9513.0, 9554.0, 9490.0, 9516.0, 9562.0, 9490.0, 9521.0, 9561.0, 9497.0, 9551.0, 9562.0, 9495.0, 9524.0, 9561.0, 9490.0, 9539.0, 9562.0, 9488.0, 9506.0, 9588.0, 9480.0, 9508.0, 9554.0, 9469.0, 9490.0, 9557.0, 9475.0, 9512.0, 9562.0, 9498.0, 9492.0, 9567.0, 9505.0, 9518.0, 9586.0, 9537.0, 9497.0, 9560.0, 9498.0, 9518.0, 9596.0, 9577.0, 9521.0, 9580.0, 9517.0, 9518.0, 9591.0, 9561.0, 9535.0, 9591.0, 9516.0, 9535.0, 9590.0, 9514.0, 9522.0, 9590.0, 9527.0, 9515.0, 9571.0, 9482.0, 9527.0, 9591.0, 9525.0, 9510.0, 9571.0, 9492.0, 9509.0, 9587.0, 9521.0, 9494.0, 9567.0, 9492.0, 9495.0, 9585.0, 9507.0, 9494.0, 9570.0, 9492.0, 9499.0, 9584.0, 9522.0, 9510.0, 9567.0, 9476.0, 9509.0, 9566.0, 9510.0, 9506.0, 9580.0, 9492.0, 9523.0, 9563.0, 9496.0, 9520.0, 9563.0, 9491.0, 9520.0, 9562.0, 9479.0, 9528.0, 9566.0, 9499.0, 9507.0, 9558.0, 9497.0, 9515.0, 9583.0, 9496.0, 9527.0, 9586.0, 9502.0, 9509.0, 9585.0, 9499.0, 9529.0, 9582.0, 9501.0, 9546.0, 9588.0, 9531.0, 9543.0, 9585.0, 9503.0, 9542.0, 9588.0, 9516.0, 9528.0, 9561.0, 9498.0, 9526.0, 9565.0, 9507.0, 9519.0, 9559.0, 9495.0, 9525.0, 9560.0, 9490.0, 9499.0, 9552.0, 9475.0, 9520.0, 9557.0, 9487.0, 9503.0, 9555.0, 9471.0, 9524.0, 9558.0, 9489.0, 9501.0, 9554.0, 9475.0, 9537.0, 9559.0, 9503.0, 9515.0, 9556.0, 9472.0, 9521.0, 9556.0, 9501.0, 9517.0, 9552.0, 9474.0, 9523.0, 9563.0, 9506.0, 9514.0, 9553.0, 9476.0, 9552.0, 9559.0, 9511.0, 9548.0, 9533.0, 9491.0, 9567.0, 9522.0, 9513.0, 9582.0, 9495.0, 9528.0, 9583.0, 9531.0, 9526.0, 9583.0, 9494.0, 9511.0, 9565.0, 9495.0, 9522.0, 9562.0, 9503.0, 9517.0, 9559.0, 9479.0, 9522.0, 9557.0, 9503.0, 9505.0, 9555.0, 9472.0, 9520.0, 9556.0, 9503.0, 9507.0, 9557.0, 9495.0, 9539.0, 9563.0, 9504.0, 9523.0, 9577.0, 9495.0, 9556.0, 9562.0, 9496.0, 9559.0, 9565.0, 9506.0, 9522.0, 9564.0, 9480.0, 9526.0, 9583.0, 9490.0, 9507.0, 9562.0, 9472.0, 9509.0, 9585.0, 9507.0, 9492.0, 9551.0, 9490.0, 9508.0, 9584.0, 9565.0, 9508.0, 9555.0, 9565.0, 9499.0, 9560.0, 9585.0, 9497.0, 9530.0, 9583.0, 9517.0, 9602.0, 9596.0, 9516.0, 9552.0, 9592.0, 9505.0, 9565.0, 9589.0, 9523.0, 9548.0, 9592.0, 9518.0, 9533.0, 9585.0, 9496.0, 9550.0, 9589.0, 9510.0, 9514.0, 9567.0, 9493.0, 9516.0, 9585.0, 9534.0, 9476.0, 9549.0, 9540.0, 9475.0, 9551.0, 9557.0, 9489.0, 9548.0, 9557.0, 9489.0, 9552.0, 9560.0, 9488.0, 9520.0, 9558.0, 9489.0, 9540.0, 9561.0, 9505.0, 9509.0, 9560.0, 9478.0, 9524.0, 9563.0, 9487.0, 9508.0, 9560.0, 9475.0, 9512.0, 9565.0, 9491.0, 9509.0, 9563.0, 9479.0, 9543.0, 9567.0, 9503.0, 9511.0, 9561.0, 9480.0, 9541.0, 9586.0, 9491.0, 9511.0, 9565.0, 9498.0, 9543.0, 9578.0, 9534.0, 9574.0, 9589.0, 9521.0, 9584.0, 9584.0, 9549.0, 9609.0, 9531.0, 9595.0, 9547.0, 9617.0, 9574.0, 9604.0, 9615.0, 9521.0, 9535.0, 9588.0, 9508.0, 9509.0, 9565.0, 9472.0, 9509.0, 9565.0, 9500.0, 9489.0, 9544.0, 9470.0, 9490.0, 9558.0, 9485.0, 9493.0, 9561.0, 9476.0, 9502.0, 9581.0, 9508.0, 9515.0, 9567.0, 9496.0, 9537.0, 9586.0, 9513.0, 9519.0, 9573.0, 9483.0, 9535.0, 9589.0, 9528.0, 9532.0, 9586.0, 9488.0, 9540.0, 9590.0, 9547.0, 9533.0, 9583.0, 9500.0, 9552.0, 9587.0, 9508.0, 9528.0, 9591.0, 9497.0, 9497.0, 9584.0, 9494.0, 9526.0, 9581.0, 9495.0, 9525.0, 9584.0, 9496.0, 9524.0, 9561.0, 9500.0, 9511.0, 9565.0, 9495.0, 9510.0, 9560.0, 9480.0, 9526.0, 9562.0, 9494.0, 9507.0, 9555.0, 9475.0, 9527.0, 9562.0, 9504.0, 9505.0, 9556.0, 9477.0, 9523.0, 9558.0, 9502.0, 9519.0, 9556.0, 9474.0, 9542.0, 9562.0, 9505.0, 9533.0, 9557.0, 9493.0, 9553.0, 9559.0, 9509.0, 9552.0, 9547.0, 9511.0, 9573.0, 9563.0, 9512.0, 9551.0, 9546.0, 9512.0, 9570.0, 9549.0, 9494.0, 9553.0, 9505.0, 9503.0, 9587.0, 9521.0, 9514.0, 9568.0, 9480.0, 9519.0, 9590.0, 9525.0, 9517.0, 9584.0, 9480.0, 9519.0, 9588.0, 9508.0, 9514.0, 9568.0, 9497.0, 9516.0, 9591.0, 9511.0, 9517.0, 9586.0, 9497.0, 9533.0, 9611.0, 9532.0, 9518.0, 9575.0, 9498.0, 9514.0, 9605.0, 9545.0, 9515.0, 9571.0, 9497.0, 9512.0, 9582.0, 9513.0, 9516.0, 9584.0, 9498.0, 9517.0, 9590.0, 9495.0, 9525.0, 9586.0, 9513.0, 9531.0, 9582.0, 9501.0, 9577.0, 9593.0, 9516.0, 9576.0, 9503.0, 9532.0, 9586.0, 9525.0, 9513.0, 9580.0, 9503.0, 9506.0, 9561.0, 9476.0, 9531.0, 9578.0, 9505.0, 9523.0, 9560.0, 9477.0, 9554.0, 9568.0, 9493.0, 9523.0, 9562.0, 9492.0, 9550.0, 9563.0, 9495.0, 9523.0, 9559.0, 9480.0, 9549.0, 9563.0, 9500.0, 9554.0, 9563.0, 9497.0, 9555.0, 9577.0, 9512.0, 9556.0, 9564.0, 9515.0, 9570.0, 9529.0, 9518.0, 9586.0, 9529.0, 9519.0, 9583.0, 9500.0, 9538.0, 9590.0, 9532.0, 9533.0, 9586.0, 9503.0, 9546.0, 9585.0, 9530.0, 9557.0, 9583.0, 9500.0, 9587.0, 9556.0, 9513.0, 9584.0, 9501.0, 9525.0, 9566.0, 9502.0, 9574.0, 9578.0, 9514.0, 9552.0, 9506.0, 9511.0, 9590.0, 9537.0, 9510.0, 9567.0, 9475.0, 9506.0, 9562.0, 9510.0, 9506.0, 9561.0, 9475.0, 9507.0, 9558.0, 9490.0, 9527.0, 9559.0, 9507.0, 9535.0, 9562.0, 9491.0, 9551.0, 9565.0, 9493.0, 9550.0, 9535.0, 9495.0, 9563.0, 9503.0, 9494.0, 9562.0, 9492.0, 9510.0, 9563.0, 9482.0, 9509.0, 9578.0, 9500.0, 9528.0, 9583.0, 9508.0, 9516.0, 9565.0, 9482.0, 9525.0, 9581.0, 9509.0, 9523.0, 9564.0, 9497.0, 9555.0, 9565.0, 9503.0, 9577.0, 9584.0, 9512.0, 9532.0, 9588.0, 9500.0, 9556.0, 9594.0, 9526.0, 9537.0, 9572.0, 9523.0, 9502.0, 9576.0, 9583.0, 9498.0, 9557.0, 9585.0, 9530.0, 9590.0, 9610.0, 9579.0, 9623.0, 9601.0, 9527.0, 9542.0, 9596.0, 9519.0, 9552.0, 9587.0, 9517.0, 9585.0, 9637.0, 9537.0, 9569.0, 9611.0, 9559.0, 9533.0, 9590.0, 9500.0, 9531.0, 9586.0, 9538.0, 9511.0, 9569.0, 9504.0, 9490.0, 9564.0, 9579.0, 9507.0, 9535.0, 9567.0, 9489.0, 9504.0, 9556.0, 9492.0, 9509.0, 9576.0, 9490.0, 9507.0, 9572.0, 9474.0, 9527.0, 9578.0, 9508.0, 9509.0, 9575.0, 9491.0, 9517.0, 9585.0, 9503.0, 9495.0, 9595.0, 9548.0, 9511.0, 9565.0, 9563.0, 9512.0, 9553.0, 9502.0, 9528.0, 9532.0, 9562.0, 9609.0, 9548.0, 9540.0, 9616.0, 9596.0, 9539.0, 9601.0, 9614.0, 9539.0, 9568.0, 9595.0, 9526.0, 9529.0, 9573.0, 9503.0, 9520.0, 9564.0, 9516.0, 9499.0, 9546.0, 9557.0, 9477.0, 9505.0, 9533.0, 9444.0, 9488.0, 9526.0, 9444.0, 9491.0, 9529.0, 9460.0, 9493.0, 9550.0, 9481.0, 9501.0, 9552.0, 9482.0, 9500.0, 9555.0, 9501.0, 9538.0, 9588.0, 9514.0, 9527.0, 9578.0, 9511.0, 9559.0, 9571.0, 9533.0, 9596.0, 9534.0, 9538.0, 9608.0, 9521.0, 9555.0, 9612.0, 9553.0, 9542.0, 9612.0, 9530.0, 9586.0, 9610.0, 9541.0, 9570.0, 9608.0, 9523.0, 9583.0, 9592.0, 9523.0, 9581.0, 9593.0, 9537.0, 9577.0, 9562.0, 9518.0, 9613.0, 9547.0, 9537.0, 9591.0, 9506.0, 9538.0, 9615.0, 9550.0, 9536.0, 9608.0, 9504.0, 9533.0, 9604.0, 9519.0, 9530.0, 9586.0, 9503.0, 9528.0, 9587.0, 9517.0, 9526.0, 9581.0, 9514.0, 9555.0, 9585.0, 9517.0, 9544.0, 9585.0, 9512.0, 9558.0, 9578.0, 9515.0, 9572.0, 9580.0, 9495.0, 9554.0, 9578.0, 9514.0, 9560.0, 9580.0, 9513.0, 9526.0, 9592.0, 9514.0, 9544.0, 9586.0, 9517.0, 9574.0, 9595.0, 9556.0, 9594.0, 9535.0, 9536.0, 9586.0, 9502.0, 9554.0, 9607.0, 9532.0, 9550.0, 9589.0, 9535.0, 9594.0, 9607.0, 9516.0, 9578.0, 9516.0, 9517.0, 9587.0, 9528.0, 9518.0, 9591.0, 9528.0, 9529.0, 9586.0, 9496.0, 9529.0, 9585.0, 9540.0, 9555.0, 9570.0, 9496.0, 9557.0, 9585.0, 9510.0, 9525.0, 9564.0, 9494.0, 9538.0, 9581.0, 9507.0, 9511.0, 9574.0, 9498.0, 9554.0, 9588.0, 9518.0, 9528.0, 9587.0, 9519.0, 9529.0, 9584.0, 9517.0, 9545.0, 9603.0, 9520.0, 9550.0, 9634.0, 9542.0, 9556.0, 9628.0, 9545.0, 9569.0, 9608.0, 9525.0, 9569.0, 9603.0, 9569.0, 9635.0, 9569.0, 9576.0, 9553.0, 9563.0, 9634.0, 9556.0, 9603.0, 9618.0, 9523.0, 9536.0, 9592.0, 9515.0, 9525.0, 9568.0, 9478.0, 9507.0, 9561.0, 9475.0, 9502.0, 9561.0, 9470.0, 9488.0, 9557.0, 9474.0, 9504.0, 9577.0, 9494.0, 9508.0, 9564.0, 9499.0, 9543.0, 9588.0, 9500.0, 9542.0, 9582.0, 9504.0, 9601.0, 9587.0, 9501.0, 9546.0, 9572.0, 9518.0, 9597.0, 9551.0, 9557.0, 9607.0, 9539.0, 9555.0, 9608.0, 9523.0, 9577.0, 9610.0, 9536.0, 9552.0, 9591.0, 9519.0, 9568.0, 9592.0, 9536.0, 9534.0, 9583.0, 9498.0, 9529.0, 9582.0, 9517.0, 9560.0, 9581.0, 9517.0, 9555.0, 9552.0, 9514.0, 9586.0, 9569.0, 9512.0, 9554.0, 9552.0, 9498.0, 9569.0, 9563.0, 9509.0, 9554.0, 9503.0, 9497.0, 9586.0, 9517.0, 9493.0, 9565.0, 9521.0, 9493.0, 9581.0, 9548.0, 9494.0, 9551.0, 9548.0, 9512.0, 9570.0, 9563.0, 9508.0, 9551.0, 9534.0, 9511.0, 9566.0, 9550.0, 9513.0, 9567.0, 9522.0, 9526.0, 9601.0, 9535.0, 9525.0, 9566.0, 9508.0, 9508.0, 9581.0, 9512.0, 9512.0, 9583.0, 9500.0, 9525.0, 9583.0, 9518.0, 9516.0, 9585.0, 9511.0, 9524.0, 9584.0, 9511.0, 9543.0, 9579.0, 9495.0, 9537.0, 9579.0, 9498.0, 9539.0, 9578.0, 9511.0, 9543.0, 9582.0, 9505.0, 9546.0, 9579.0, 9500.0, 9574.0, 9569.0, 9521.0, 9590.0, 9561.0, 9518.0, 9587.0, 9502.0, 9556.0, 9588.0, 9530.0, 9538.0, 9601.0, 9521.0, 9597.0, 9566.0, 9540.0, 9611.0, 9549.0, 9552.0, 9606.0, 9521.0, 9584.0, 9606.0, 9545.0, 9562.0, 9586.0, 9498.0, 9577.0, 9585.0, 9526.0, 9525.0, 9563.0, 9495.0, 9524.0, 9578.0, 9508.0, 9520.0, 9562.0, 9484.0, 9523.0, 9577.0, 9505.0, 9517.0, 9603.0, 9507.0, 9514.0, 9579.0, 9511.0, 9558.0, 9581.0, 9512.0, 9585.0, 9545.0, 9535.0, 9605.0, 9523.0, 9558.0, 9606.0, 9534.0, 9548.0, 9587.0, 9516.0, 9577.0, 9588.0, 9543.0, 9543.0, 9581.0, 9495.0, 9574.0, 9586.0, 9520.0, 9537.0, 9563.0, 9491.0, 9521.0, 9582.0, 9508.0, 9522.0, 9557.0, 9490.0, 9523.0, 9579.0, 9506.0, 9535.0, 9560.0, 9493.0, 9549.0, 9580.0, 9493.0, 9537.0, 9563.0, 9492.0, 9536.0, 9577.0, 9497.0, 9553.0, 9577.0, 9508.0, 9553.0, 9559.0, 9517.0, 9574.0, 9579.0, 9515.0, 9572.0, 9569.0, 9534.0, 9595.0, 9567.0, 9533.0, 9575.0, 9519.0, 9544.0, 9610.0, 9533.0, 9551.0, 9607.0, 9523.0, 9567.0, 9637.0, 9557.0, 9565.0, 9613.0, 9527.0, 9578.0, 9617.0, 9570.0, 9573.0, 9614.0, 9531.0, 9565.0, 9630.0, 9539.0, 9555.0, 9610.0, 9526.0, 9588.0, 9609.0, 9545.0, 9608.0, 9640.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.00019027047913446675</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017114268778979907</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.51137496999998</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2088014462490344</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885688872931171</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5239</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3921.5754</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07281543946871442</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.8547140649149922</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.59376081394658</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5055993948073096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8052162058457064</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.470466841186724</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119199</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0025229621678590775</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035226497799158096</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>1294</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8492358683313843</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>12.094</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.9679</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>233.4992</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>287043.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1151.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.3203</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2855</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.5751</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3405.1143</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3614.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>89501.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4493.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.8824</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.234575879294425</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> |