ds005256-mriqc/sub-0036_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 879116e880 [DATALAD RUNCMD] Compute MRIQC for sub-0036
=== 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 ^^^
2025-09-18 19:18:00 +02:00

616 lines
No EOL
124 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-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0036_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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 &laquo;carpetplot&raquo; 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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-02/func/sub-0036_ses-02_task-narratives_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>32103780f2ee21aea87a2d67f500af6d</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:07:47.755000</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-02_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.103964</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>d8f9fa2f-ffd7-4715-941f-998eda7bd74f||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, 1098]</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], 'AcquisitionTime': ['090747.755000', '090748.215000', '090748.675000', '090749.135000', '090749.595000', '090750.055000', '090750.515000', '090750.975000', '090751.435000', '090751.895000', '090752.355000', '090752.815000', '090753.275000', '090753.735000', '090754.195000', '090754.655000', '090755.115000', '090755.575000', '090756.035000', '090756.495000', '090756.955000', '090757.415000', '090757.875000', '090758.335000', '090758.795000', '090759.255000', '090759.715000', '090800.175000', '090800.635000', '090801.095000', '090801.555000', '090802.015000', '090802.475000', '090802.935000', '090803.395000', '090803.855000', '090804.315000', '090804.775000', '090805.235000', '090805.695000', '090806.155000', '090806.615000', '090807.075000', '090807.535000', '090807.995000', '090808.455000', '090808.915000', '090809.375000', '090809.835000', '090810.295000', '090810.755000', '090811.215000', '090811.675000', '090812.135000', '090812.595000', '090813.055000', '090813.515000', '090813.975000', '090814.435000', '090814.895000', '090815.355000', '090815.815000', '090816.275000', '090816.735000', '090817.195000', '090817.655000', '090818.115000', '090818.575000', '090819.035000', '090819.495000', '090819.955000', '090820.415000', '090820.875000', '090821.335000', '090821.795000', '090822.255000', '090822.715000', '090823.175000', '090823.635000', '090824.095000', '090824.555000', '090825.015000', '090825.475000', '090825.935000', '090826.395000', '090826.855000', '090827.315000', '090827.775000', '090828.235000', '090828.695000', '090829.155000', '090829.615000', '090830.075000', '090830.535000', '090830.995000', '090831.455000', '090831.915000', '090832.375000', '090832.835000', '090833.295000', '090833.755000', '090834.215000', '090834.675000', '090835.135000', '090835.595000', '090836.055000', '090836.515000', '090836.975000', '090837.435000', '090837.895000', '090838.355000', '090838.815000', '090839.275000', '090839.735000', '090840.195000', '090840.655000', '090841.115000', '090841.575000', '090842.035000', '090842.495000', '090842.955000', '090843.415000', '090843.875000', '090844.335000', '090844.795000', '090845.255000', '090845.715000', '090846.175000', '090846.635000', '090847.095000', '090847.555000', '090848.015000', '090848.475000', '090848.935000', '090849.395000', '090849.855000', '090850.315000', '090850.775000', '090851.235000', '090851.695000', '090852.155000', '090852.615000', '090853.075000', '090853.535000', '090853.995000', '090854.455000', '090854.915000', '090855.375000', '090855.835000', '090856.295000', '090856.755000', '090857.215000', '090857.675000', '090858.135000', '090858.595000', '090859.055000', '090859.515000', '090859.975000', '090900.435000', '090900.895000', '090901.355000', '090901.815000', '090902.275000', '090902.735000', '090903.195000', '090903.655000', '090904.115000', '090904.575000', '090905.035000', '090905.495000', '090905.955000', '090906.415000', '090906.875000', '090907.335000', '090907.795000', '090908.255000', '090908.715000', '090909.175000', '090909.635000', '090910.095000', '090910.555000', '090911.015000', '090911.475000', '090911.935000', '090912.395000', '090912.855000', '090913.315000', '090913.775000', '090914.235000', '090914.695000', '090915.155000', '090915.615000', '090916.075000', '090916.535000', '090916.995000', '090917.455000', '090917.915000', '090918.375000', '090918.835000', '090919.295000', '090919.755000', '090920.215000', '090920.675000', '090921.135000', '090921.595000', '090922.055000', '090922.515000', '090922.975000', '090923.435000', '090923.895000', '090924.355000', '090924.815000', '090925.275000', '090925.735000', '090926.195000', '090926.655000', '090927.115000', '090927.575000', '090928.035000', '090928.495000', '090928.955000', '090929.415000', '090929.875000', '090930.335000', '090930.795000', '090931.255000', '090931.715000', '090932.175000', '090932.635000', '090933.095000', '090933.555000', '090934.015000', '090934.475000', '090934.935000', '090935.395000', '090935.855000', '090936.315000', '090936.775000', '090937.235000', '090937.695000', '090938.155000', '090938.615000', '090939.075000', '090939.535000', '090939.995000', '090940.455000', '090940.915000', '090941.375000', '090941.835000', '090942.295000', '090942.755000', '090943.215000', '090943.675000', '090944.135000', '090944.595000', '090945.055000', '090945.515000', '090945.975000', '090946.435000', '090946.895000', '090947.355000', '090947.815000', '090948.275000', '090948.735000', '090949.195000', '090949.655000', '090950.115000', '090950.575000', '090951.035000', '090951.495000', '090951.955000', '090952.415000', '090952.875000', '090953.335000', '090953.795000', '090954.255000', '090954.715000', '090955.175000', '090955.635000', '090956.095000', '090956.555000', '090957.015000', '090957.475000', '090957.935000', '090958.395000', '090958.855000', '090959.315000', '090959.775000', '091000.235000', '091000.695000', '091001.155000', '091001.615000', '091002.075000', '091002.535000', '091002.995000', '091003.455000', '091003.915000', '091004.375000', '091004.835000', '091005.295000', '091005.755000', '091006.215000', '091006.675000', '091007.135000', '091007.595000', '091008.055000', '091008.515000', '091008.975000', '091009.435000', '091009.895000', '091010.355000', '091010.815000', '091011.275000', '091011.735000', '091012.195000', '091012.655000', '091013.115000', '091013.575000', '091014.035000', '091014.495000', '091014.955000', '091015.415000', '091015.875000', '091016.335000', '091016.795000', '091017.255000', '091017.715000', '091018.175000', '091018.635000', '091019.095000', '091019.555000', '091020.015000', '091020.475000', '091020.935000', '091021.395000', '091021.855000', '091022.315000', '091022.775000', '091023.235000', '091023.695000', '091024.155000', '091024.615000', '091025.075000', '091025.535000', '091025.995000', '091026.455000', '091026.915000', '091027.375000', '091027.835000', '091028.295000', '091028.755000', '091029.215000', '091029.675000', '091030.135000', '091030.595000', '091031.055000', '091031.515000', '091031.975000', '091032.435000', '091032.895000', '091033.355000', '091033.815000', '091034.275000', '091034.735000', '091035.195000', '091035.655000', '091036.115000', '091036.575000', '091037.035000', '091037.495000', '091037.955000', '091038.415000', '091038.875000', '091039.335000', '091039.795000', '091040.255000', '091040.715000', '091041.175000', '091041.635000', '091042.095000', '091042.555000', '091043.015000', '091043.475000', '091043.935000', '091044.395000', '091044.855000', '091045.315000', '091045.775000', '091046.235000', '091046.695000', '091047.155000', '091047.615000', '091048.075000', '091048.535000', '091048.995000', '091049.455000', '091049.915000', '091050.375000', '091050.835000', '091051.295000', '091051.755000', '091052.215000', '091052.675000', '091053.135000', '091053.595000', '091054.055000', '091054.515000', '091054.975000', '091055.435000', '091055.895000', '091056.355000', '091056.815000', '091057.275000', '091057.735000', '091058.195000', '091058.655000', '091059.115000', '091059.575000', '091100.035000', '091100.495000', '091100.955000', '091101.415000', '091101.875000', '091102.335000', '091102.795000', '091103.255000', '091103.715000', '091104.175000', '091104.635000', '091105.095000', '091105.555000', '091106.015000', '091106.475000', '091106.935000', '091107.395000', '091107.855000', '091108.315000', '091108.775000', '091109.235000', '091109.695000', '091110.155000', '091110.615000', '091111.075000', '091111.535000', '091111.995000', '091112.455000', '091112.915000', '091113.375000', '091113.835000', '091114.295000', '091114.755000', '091115.215000', '091115.675000', '091116.135000', '091116.595000', '091117.055000', '091117.515000', '091117.975000', '091118.435000', '091118.895000', '091119.355000', '091119.815000', '091120.275000', '091120.735000', '091121.195000', '091121.655000', '091122.115000', '091122.575000', '091123.035000', '091123.495000', '091123.955000', '091124.415000', '091124.875000', '091125.335000', '091125.795000', '091126.255000', '091126.715000', '091127.175000', '091127.635000', '091128.095000', '091128.555000', '091129.015000', '091129.475000', '091129.935000', '091130.395000', '091130.855000', '091131.315000', '091131.775000', '091132.235000', '091132.695000', '091133.155000', '091133.615000', '091134.075000', '091134.535000', '091134.995000', '091135.455000', '091135.915000', '091136.375000', '091136.835000', '091137.295000', '091137.755000', '091138.215000', '091138.675000', '091139.135000', '091139.595000', '091140.055000', '091140.515000', '091140.975000', '091141.435000', '091141.895000', '091142.355000', '091142.815000', '091143.275000', '091143.735000', '091144.195000', '091144.655000', '091145.115000', '091145.575000', '091146.035000', '091146.495000', '091146.955000', '091147.415000', '091147.875000', '091148.335000', '091148.795000', '091149.255000', '091149.715000', '091150.175000', '091150.635000', '091151.095000', '091151.555000', '091152.015000', '091152.475000', '091152.935000', '091153.395000', '091153.855000', '091154.315000', '091154.775000', '091155.235000', '091155.695000', '091156.155000', '091156.615000', '091157.075000', '091157.535000', '091157.995000', '091158.455000', '091158.915000', '091159.375000', '091159.835000', '091200.295000', '091200.755000', '091201.215000', '091201.675000', '091202.135000', '091202.595000', '091203.055000', '091203.515000', '091203.975000', '091204.435000', '091204.895000', '091205.355000', '091205.815000', '091206.275000', '091206.735000', '091207.195000', '091207.655000', '091208.115000', '091208.575000', '091209.035000', '091209.495000', '091209.955000', '091210.415000', '091210.875000', '091211.335000', '091211.795000', '091212.255000', '091212.715000', '091213.175000', '091213.635000', '091214.095000', '091214.555000', '091215.015000', '091215.475000', '091215.935000', '091216.395000', '091216.855000', '091217.315000', '091217.775000', '091218.235000', '091218.695000', '091219.155000', '091219.615000', '091220.075000', '091220.535000', '091220.995000', '091221.455000', '091221.915000', '091222.375000', '091222.835000', '091223.295000', '091223.755000', '091224.215000', '091224.675000', '091225.135000', '091225.595000', '091226.055000', '091226.515000', '091226.975000', '091227.435000', '091227.895000', '091228.355000', '091228.815000', '091229.275000', '091229.735000', '091230.195000', '091230.655000', '091231.115000', '091231.575000', '091232.035000', '091232.495000', '091232.955000', '091233.415000', '091233.875000', '091234.335000', '091234.795000', '091235.255000', '091235.715000', '091236.175000', '091236.635000', '091237.095000', '091237.555000', '091238.015000', '091238.475000', '091238.935000', '091239.395000', '091239.855000', '091240.315000', '091240.775000', '091241.235000', '091241.695000', '091242.155000', '091242.615000', '091243.075000', '091243.535000', '091243.995000', '091244.455000', '091244.915000', '091245.375000', '091245.835000', '091246.295000', '091246.755000', '091247.215000', '091247.675000', '091248.135000', '091248.595000', '091249.055000', '091249.515000', '091249.975000', '091250.435000', '091250.895000', '091251.355000', '091251.815000', '091252.275000', '091252.735000', '091253.195000', '091253.655000', '091254.115000', '091254.575000', '091255.035000', '091255.495000', '091255.955000', '091256.415000', '091256.875000', '091257.335000', '091257.795000', '091258.255000', '091258.715000', '091259.175000', '091259.635000', '091300.095000', '091300.555000', '091301.015000', '091301.475000', '091301.935000', '091302.395000', '091302.855000', '091303.315000', '091303.775000', '091304.235000', '091304.695000', '091305.155000', '091305.615000', '091306.075000', '091306.535000', '091306.995000', '091307.455000', '091307.915000', '091308.375000', '091308.835000', '091309.295000', '091309.755000', '091310.215000', '091310.675000', '091311.135000', '091311.595000', '091312.055000', '091312.515000', '091312.975000', '091313.435000', '091313.895000', '091314.355000', '091314.815000', '091315.275000', '091315.735000', '091316.195000', '091316.655000', '091317.115000', '091317.575000', '091318.035000', '091318.495000', '091318.955000', '091319.415000', '091319.875000', '091320.335000', '091320.795000', '091321.255000', '091321.715000', '091322.175000', '091322.635000', '091323.095000', '091323.555000', '091324.015000', '091324.475000', '091324.935000', '091325.395000', '091325.855000', '091326.315000', '091326.775000', '091327.235000', '091327.695000', '091328.155000', '091328.615000', '091329.075000', '091329.535000', '091329.995000', '091330.455000', '091330.915000', '091331.375000', '091331.835000', '091332.295000', '091332.755000', '091333.215000', '091333.675000', '091334.135000', '091334.595000', '091335.055000', '091335.515000', '091335.975000', '091336.435000', '091336.895000', '091337.355000', '091337.815000', '091338.275000', '091338.735000', '091339.195000', '091339.655000', '091340.115000', '091340.575000', '091341.035000', '091341.495000', '091341.955000', '091342.415000', '091342.875000', '091343.335000', '091343.795000', '091344.255000', '091344.715000', '091345.175000', '091345.635000', '091346.095000', '091346.555000', '091347.015000', '091347.475000', '091347.935000', '091348.395000', '091348.855000', '091349.315000', '091349.775000', '091350.235000', '091350.695000', '091351.155000', '091351.615000', '091352.075000', '091352.535000', '091352.995000', '091353.455000', '091353.915000', '091354.375000', '091354.835000', '091355.295000', '091355.755000', '091356.215000', '091356.675000', '091357.135000', '091357.595000', '091358.055000', '091358.515000', '091358.975000', '091359.435000', '091359.895000', '091400.355000', '091400.815000', '091401.275000', '091401.735000', '091402.195000', '091402.655000', '091403.115000', '091403.575000', '091404.035000', '091404.495000', '091404.955000', '091405.415000', '091405.875000', '091406.335000', '091406.795000', '091407.255000', '091407.715000', '091408.175000', '091408.635000', '091409.095000', '091409.555000', '091410.015000', '091410.475000', '091410.935000', '091411.395000', '091411.855000', '091412.315000', '091412.775000', '091413.235000', '091413.695000', '091414.155000', '091414.615000', '091415.075000', '091415.535000', '091415.995000', '091416.455000', '091416.915000', '091417.375000', '091417.835000', '091418.295000', '091418.755000', '091419.215000', '091419.675000', '091420.135000', '091420.595000', '091421.055000', '091421.515000', '091421.975000', '091422.435000', '091422.895000', '091423.355000', '091423.815000', '091424.275000', '091424.735000', '091425.195000', '091425.655000', '091426.115000', '091426.575000', '091427.035000', '091427.495000', '091427.955000', '091428.415000', '091428.875000', '091429.335000', '091429.795000', '091430.255000', '091430.715000', '091431.175000', '091431.635000', '091432.095000', '091432.555000', '091433.015000', '091433.475000', '091433.935000', '091434.395000', '091434.855000', '091435.315000', '091435.775000', '091436.235000', '091436.695000', '091437.155000', '091437.615000', '091438.075000', '091438.535000', '091438.995000', '091439.455000', '091439.915000', '091440.375000', '091440.835000', '091441.295000', '091441.755000', '091442.215000', '091442.675000', '091443.135000', '091443.595000', '091444.055000', '091444.515000', '091444.975000', '091445.435000', '091445.895000', '091446.355000', '091446.815000', '091447.275000', '091447.735000', '091448.195000', '091448.655000', '091449.115000', '091449.575000', '091450.035000', '091450.495000', '091450.955000', '091451.415000', '091451.875000', '091452.335000', '091452.795000', '091453.255000', '091453.715000', '091454.175000', '091454.635000', '091455.095000', '091455.555000', '091456.015000', '091456.475000', '091456.935000', '091457.395000', '091457.855000', '091458.315000', '091458.775000', '091459.235000', '091459.695000', '091500.155000', '091500.615000', '091501.075000', '091501.535000', '091501.995000', '091502.455000', '091502.915000', '091503.375000', '091503.835000', '091504.295000', '091504.755000', '091505.215000', '091505.675000', '091506.135000', '091506.595000', '091507.055000', '091507.515000', '091507.975000', '091508.435000', '091508.895000', '091509.355000', '091509.815000', '091510.275000', '091510.735000', '091511.195000', '091511.655000', '091512.115000', '091512.575000', '091513.035000', '091513.495000', '091513.955000', '091514.415000', '091514.875000', '091515.335000', '091515.795000', '091516.255000', '091516.715000', '091517.175000', '091517.635000', '091518.095000', '091518.555000', '091519.015000', '091519.475000', '091519.935000', '091520.395000', '091520.855000', '091521.315000', '091521.775000', '091522.235000', '091522.695000', '091523.155000', '091523.615000', '091524.075000', '091524.535000', '091524.995000', '091525.455000', '091525.915000', '091526.375000', '091526.835000', '091527.295000', '091527.755000', '091528.215000', '091528.675000', '091529.135000', '091529.595000', '091530.055000', '091530.515000', '091530.975000', '091531.435000', '091531.895000', '091532.355000', '091532.815000', '091533.275000', '091533.735000', '091534.195000', '091534.655000', '091535.115000', '091535.575000', '091536.035000', '091536.495000', '091536.955000', '091537.415000', '091537.875000', '091538.335000', '091538.795000', '091539.255000', '091539.715000', '091540.175000', '091540.635000', '091541.095000', '091541.555000', '091542.015000', '091542.475000', '091542.935000', '091543.395000', '091543.855000', '091544.315000', '091544.775000', '091545.235000', '091545.695000', '091546.155000', '091546.615000', '091547.075000', '091547.535000', '091547.995000', '091548.455000', '091548.915000', '091549.375000', '091549.835000', '091550.295000', '091550.755000', '091551.215000', '091551.675000', '091552.135000', '091552.595000', '091553.055000', '091553.515000', '091553.975000', '091554.435000', '091554.895000', '091555.355000', '091555.815000', '091556.275000', '091556.735000', '091557.195000', '091557.655000', '091558.115000', '091558.575000', '091559.035000', '091559.495000', '091559.955000', '091600.415000', '091600.875000', '091601.335000', '091601.795000', '091602.255000', '091602.715000', '091603.175000', '091603.635000', '091604.095000', '091604.555000', '091605.015000', '091605.475000', '091605.935000', '091606.395000', '091606.855000', '091607.315000', '091607.775000', '091608.235000', '091608.695000', '091609.155000', '091609.615000', '091610.075000', '091610.535000', '091610.995000', '091611.455000', '091611.915000', '091612.375000'], 'ContentTime': ['090807.417000', '090807.421000', '090807.424000', '090807.436000', '090807.439000', '090807.442000', '090807.452000', '090807.455000', '090807.458000', '090807.461000', '090807.464000', '090807.467000', '090807.470000', '090807.473000', '090807.476000', '090807.478000', '090807.481000', '090807.484000', '090807.487000', '090807.490000', '090807.493000', '090807.496000', '090807.499000', '090807.502000', '090807.519000', '090807.522000', '090807.524000', '090807.533000', '090807.536000', '090807.539000', '090807.542000', '090807.545000', '090807.548000', '090807.551000', '090807.554000', '090807.557000', '090807.560000', '090807.563000', '090807.566000', '090807.569000', '090827.387000', '090827.390000', '090827.393000', '090827.396000', '090827.399000', '090827.402000', '090827.405000', '090827.408000', '090827.411000', '090827.414000', '090827.417000', '090827.420000', '090827.423000', '090827.426000', '090827.429000', '090827.432000', '090827.435000', '090827.438000', '090827.441000', '090827.444000', '090827.447000', '090827.450000', '090827.453000', '090827.457000', '090827.461000', '090827.464000', '090827.467000', '090827.470000', '090827.473000', '090827.476000', '090827.479000', '090827.482000', '090827.485000', '090827.488000', '090827.491000', '090827.493000', '090827.496000', '090827.499000', '090827.502000', '090827.505000', '090827.508000', '090827.511000', '090827.514000', '090847.387000', '090847.390000', '090847.393000', '090847.396000', '090847.399000', '090847.402000', '090847.405000', '090847.408000', '090847.411000', '090847.414000', '090847.417000', '090847.420000', '090847.423000', '090847.425000', '090847.428000', '090847.431000', '090847.434000', '090847.437000', '090847.440000', '090847.443000', '090847.446000', '090847.449000', '090847.452000', '090847.455000', '090847.458000', '090847.461000', '090847.464000', '090847.467000', '090847.470000', '090847.473000', '090847.476000', '090847.479000', '090847.482000', '090847.485000', '090847.488000', '090847.491000', '090847.494000', '090847.497000', '090847.500000', '090847.503000', '090847.506000', '090847.508000', '090847.511000', '090847.515000', '090907.386000', '090907.389000', '090907.392000', '090907.395000', '090907.399000', '090907.402000', '090907.405000', '090907.408000', '090907.411000', '090907.414000', '090907.417000', '090907.420000', '090907.423000', '090907.426000', '090907.429000', '090907.432000', '090907.435000', '090907.438000', '090907.441000', '090907.444000', '090907.447000', '090907.450000', '090907.453000', '090907.456000', '090907.459000', '090907.462000', '090907.465000', '090907.468000', '090907.471000', '090907.474000', '090907.477000', '090907.480000', '090907.483000', '090907.486000', '090907.489000', '090907.492000', '090907.495000', '090907.498000', '090907.501000', '090907.504000', '090907.507000', '090907.510000', '090907.513000', '090927.386000', '090927.389000', '090927.392000', '090927.395000', '090927.398000', '090927.401000', '090927.404000', '090927.407000', '090927.410000', '090927.413000', '090927.416000', '090927.419000', '090927.422000', '090927.425000', '090927.428000', '090927.431000', '090927.434000', '090927.437000', '090927.440000', '090927.443000', '090927.446000', '090927.449000', '090927.452000', '090927.455000', '090927.458000', '090927.461000', '090927.464000', '090927.467000', '090927.470000', '090927.473000', '090927.476000', '090927.479000', '090927.482000', '090927.485000', '090927.488000', '090927.491000', '090927.494000', '090927.497000', '090927.500000', '090927.503000', '090927.506000', '090927.509000', '090927.512000', '090927.515000', '090947.386000', '090947.389000', '090947.392000', '090947.395000', '090947.398000', '090947.401000', '090947.404000', '090947.407000', '090947.410000', '090947.413000', '090947.416000', '090947.419000', '090947.422000', '090947.435000', '090947.438000', '090947.441000', '090947.444000', '090947.447000', '090947.450000', '090947.453000', '090947.456000', '090947.458000', '090947.461000', '090947.464000', '090947.467000', '090947.470000', '090947.484000', '090947.487000', '090947.490000', '090947.493000', '090947.496000', '090947.499000', '090947.502000', '090947.505000', '090947.508000', '090947.511000', '090947.514000', '090947.517000', '090947.520000', '090947.523000', '090947.526000', '090947.529000', '090947.532000', '091007.386000', '091007.389000', '091007.392000', '091007.395000', '091007.398000', '091007.401000', '091007.404000', '091007.407000', '091007.410000', '091007.413000', '091007.416000', '091007.419000', '091007.422000', '091007.425000', '091007.428000', '091007.431000', '091007.434000', '091007.437000', '091007.440000', '091007.443000', '091007.446000', '091007.449000', '091007.452000', '091007.455000', '091007.458000', '091007.461000', '091007.464000', '091007.467000', '091007.470000', '091007.473000', '091007.476000', '091007.479000', '091007.482000', '091007.485000', '091007.488000', '091007.491000', '091007.494000', '091007.497000', '091007.500000', '091007.503000', '091007.506000', '091007.509000', '091007.512000', '091007.515000', '091027.386000', '091027.389000', '091027.392000', '091027.395000', '091027.398000', '091027.401000', '091027.404000', '091027.407000', '091027.410000', '091027.413000', '091027.416000', '091027.419000', '091027.422000', '091027.425000', '091027.428000', '091027.431000', '091027.435000', '091027.438000', '091027.441000', '091027.444000', '091027.447000', '091027.450000', '091027.453000', '091027.456000', '091027.459000', '091027.462000', '091027.465000', '091027.468000', '091027.471000', '091027.474000', '091027.477000', '091027.480000', '091027.483000', '091027.486000', '091027.492000', '091027.496000', '091027.499000', '091027.502000', '091027.505000', '091027.508000', '091027.511000', '091027.514000', '091027.517000', '091047.387000', '091047.390000', '091047.393000', '091047.396000', '091047.399000', '091047.402000', '091047.405000', '091047.408000', '091047.411000', '091047.414000', '091047.417000', '091047.420000', '091047.423000', '091047.426000', '091047.429000', '091047.432000', '091047.435000', '091047.438000', '091047.441000', '091047.444000', '091047.447000', '091047.450000', '091047.453000', '091047.456000', '091047.459000', '091047.462000', '091047.465000', '091047.468000', '091047.471000', '091047.474000', '091047.477000', '091047.480000', '091047.483000', '091047.486000', '091047.489000', '091047.492000', '091047.495000', '091047.498000', '091047.501000', '091047.504000', '091047.507000', '091047.510000', '091047.513000', '091047.516000', '091107.387000', '091107.390000', '091107.393000', '091107.396000', '091107.399000', '091107.402000', '091107.405000', '091107.408000', '091107.411000', '091107.414000', '091107.417000', '091107.420000', '091107.423000', '091107.426000', '091107.429000', '091107.432000', '091107.435000', '091107.438000', '091107.441000', '091107.444000', '091107.447000', '091107.450000', '091107.453000', '091107.456000', '091107.459000', '091107.462000', '091107.465000', '091107.468000', '091107.471000', '091107.474000', '091107.477000', '091107.480000', '091107.483000', '091107.486000', '091107.489000', '091107.492000', '091107.495000', '091107.498000', '091107.501000', '091107.504000', '091107.507000', '091107.510000', '091107.514000', '091127.386000', '091127.389000', '091127.392000', '091127.395000', '091127.398000', '091127.401000', '091127.404000', '091127.407000', '091127.410000', '091127.413000', '091127.416000', '091127.419000', '091127.422000', '091127.425000', '091127.428000', '091127.431000', '091127.434000', '091127.437000', '091127.440000', '091127.443000', '091127.446000', '091127.449000', '091127.463000', '091127.466000', '091127.469000', '091127.472000', '091127.475000', '091127.478000', '091127.481000', '091127.484000', '091127.487000', '091127.490000', '091127.493000', '091127.496000', '091127.499000', '091127.502000', '091127.505000', '091127.508000', '091127.511000', '091127.514000', '091127.517000', '091127.520000', '091127.522000', '091127.525000', '091147.386000', '091147.389000', '091147.392000', '091147.395000', '091147.398000', '091147.401000', '091147.404000', '091147.407000', '091147.410000', '091147.413000', '091147.416000', '091147.419000', '091147.422000', '091147.425000', '091147.428000', '091147.431000', '091147.434000', '091147.437000', '091147.440000', '091147.443000', '091147.446000', '091147.449000', '091147.452000', '091147.455000', '091147.458000', '091147.461000', '091147.464000', '091147.467000', '091147.470000', '091147.474000', '091147.478000', '091147.481000', '091147.484000', '091147.487000', '091147.490000', '091147.493000', '091147.496000', '091147.499000', '091147.502000', '091147.505000', '091147.508000', '091147.510000', '091147.513000', '091207.386000', '091207.389000', '091207.392000', '091207.395000', '091207.398000', '091207.401000', '091207.404000', '091207.407000', '091207.410000', '091207.413000', '091207.416000', '091207.419000', '091207.422000', '091207.425000', '091207.428000', '091207.431000', '091207.434000', '091207.437000', '091207.440000', '091207.443000', '091207.446000', '091207.449000', '091207.452000', '091207.455000', '091207.458000', '091207.461000', '091207.464000', '091207.467000', '091207.470000', '091207.473000', '091207.476000', '091207.479000', '091207.482000', '091207.485000', '091207.488000', '091207.491000', '091207.494000', '091207.497000', '091207.500000', '091207.503000', '091207.506000', '091207.509000', '091207.512000', '091207.515000', '091227.386000', '091227.389000', '091227.392000', '091227.395000', '091227.404000', '091227.407000', '091227.410000', '091227.414000', '091227.416000', '091227.419000', '091227.422000', '091227.425000', '091227.428000', '091227.431000', '091227.434000', '091227.437000', '091227.440000', '091227.443000', '091227.446000', '091227.449000', '091227.452000', '091227.455000', '091227.458000', '091227.461000', '091227.464000', '091227.467000', '091227.470000', '091227.473000', '091227.476000', '091227.479000', '091227.482000', '091227.485000', '091227.488000', '091227.491000', '091227.494000', '091227.497000', '091227.500000', '091227.503000', '091227.506000', '091227.509000', '091227.512000', '091227.515000', '091227.518000', '091247.386000', '091247.389000', '091247.392000', '091247.395000', '091247.398000', '091247.401000', '091247.404000', '091247.407000', '091247.410000', '091247.413000', '091247.416000', '091247.419000', '091247.444000', '091247.447000', '091247.450000', '091247.453000', '091247.456000', '091247.459000', '091247.462000', '091247.465000', '091247.468000', '091247.471000', '091247.474000', '091247.477000', '091247.480000', '091247.483000', '091247.486000', '091247.489000', '091247.492000', '091247.495000', '091247.498000', '091247.501000', '091247.504000', '091247.507000', '091247.510000', '091247.513000', '091247.516000', '091247.519000', '091247.522000', '091247.525000', '091247.528000', '091247.531000', '091247.534000', '091247.537000', '091307.387000', '091307.390000', '091307.393000', '091307.396000', '091307.399000', '091307.402000', '091307.405000', '091307.408000', '091307.411000', '091307.414000', '091307.417000', '091307.420000', '091307.423000', '091307.426000', '091307.429000', '091307.442000', '091307.445000', '091307.448000', '091307.451000', '091307.454000', '091307.457000', '091307.460000', '091307.463000', '091307.466000', '091307.469000', '091307.472000', '091307.475000', '091307.478000', '091307.481000', '091307.484000', '091307.487000', '091307.490000', '091307.493000', '091307.496000', '091307.499000', '091307.502000', '091307.505000', '091307.508000', '091307.512000', '091307.515000', '091307.518000', '091307.521000', '091307.524000', '091327.387000', '091327.390000', '091327.393000', '091327.396000', '091327.399000', '091327.402000', '091327.405000', '091327.408000', '091327.411000', '091327.414000', '091327.417000', '091327.420000', '091327.423000', '091327.426000', '091327.429000', '091327.432000', '091327.435000', '091327.438000', '091327.441000', '091327.444000', '091327.447000', '091327.450000', '091327.453000', '091327.456000', '091327.459000', '091327.462000', '091327.465000', '091327.468000', '091327.471000', '091327.474000', '091327.477000', '091327.480000', '091327.483000', '091327.486000', '091327.489000', '091327.492000', '091327.495000', '091327.498000', '091327.501000', '091327.504000', '091327.507000', '091327.510000', '091327.513000', '091327.516000', '091347.386000', '091347.389000', '091347.392000', '091347.395000', '091347.398000', '091347.401000', '091347.404000', '091347.408000', '091347.411000', '091347.414000', '091347.417000', '091347.419000', '091347.422000', '091347.425000', '091347.428000', '091347.432000', '091347.435000', '091347.438000', '091347.441000', '091347.444000', '091347.447000', '091347.449000', '091347.452000', '091347.456000', '091347.459000', '091347.462000', '091347.465000', '091347.468000', '091347.471000', '091347.474000', '091347.477000', '091347.480000', '091347.483000', '091347.486000', '091347.489000', '091347.492000', '091347.495000', '091347.498000', '091347.501000', '091347.504000', '091347.507000', '091347.510000', '091347.513000', '091407.386000', '091407.390000', '091407.393000', '091407.396000', '091407.398000', '091407.401000', '091407.405000', '091407.407000', '091407.410000', '091407.413000', '091407.416000', '091407.419000', '091407.422000', '091407.425000', '091407.428000', '091407.431000', '091407.434000', '091407.437000', '091407.440000', '091407.443000', '091407.446000', '091407.449000', '091407.453000', '091407.455000', '091407.458000', '091407.461000', '091407.464000', '091407.467000', '091407.470000', '091407.473000', '091407.477000', '091407.480000', '091407.483000', '091407.486000', '091407.489000', '091407.492000', '091407.495000', '091407.498000', '091407.501000', '091407.504000', '091407.507000', '091407.510000', '091407.513000', '091427.386000', '091427.389000', '091427.392000', '091427.395000', '091427.398000', '091427.401000', '091427.404000', '091427.407000', '091427.410000', '091427.413000', '091427.416000', '091427.419000', '091427.422000', '091427.425000', '091427.428000', '091427.446000', '091427.449000', '091427.452000', '091427.455000', '091427.458000', '091427.461000', '091427.464000', '091427.467000', '091427.470000', '091427.473000', '091427.476000', '091427.479000', '091427.482000', '091427.485000', '091427.488000', '091427.491000', '091427.494000', '091427.497000', '091427.500000', '091427.503000', '091427.506000', '091427.509000', '091427.512000', '091427.515000', '091427.518000', '091427.521000', '091427.524000', '091427.527000', '091427.530000', '091447.386000', '091447.389000', '091447.392000', '091447.395000', '091447.399000', '091447.405000', '091447.408000', '091447.411000', '091447.414000', '091447.417000', '091447.420000', '091447.442000', '091447.445000', '091447.448000', '091447.451000', '091447.454000', '091447.457000', '091447.460000', '091447.463000', '091447.466000', '091447.469000', '091447.472000', '091447.475000', '091447.478000', '091447.481000', '091447.484000', '091447.487000', '091447.500000', '091447.503000', '091447.506000', '091447.509000', '091447.512000', '091447.516000', '091447.519000', '091447.522000', '091447.525000', '091447.528000', '091447.531000', '091447.534000', '091447.537000', '091447.540000', '091447.543000', '091447.546000', '091507.386000', '091507.389000', '091507.392000', '091507.400000', '091507.403000', '091507.406000', '091507.409000', '091507.412000', '091507.415000', '091507.418000', '091507.420000', '091507.423000', '091507.426000', '091507.429000', '091507.432000', '091507.435000', '091507.438000', '091507.441000', '091507.444000', '091507.448000', '091507.451000', '091507.454000', '091507.457000', '091507.460000', '091507.462000', '091507.465000', '091507.468000', '091507.472000', '091507.475000', '091507.477000', '091507.480000', '091507.483000', '091507.486000', '091507.489000', '091507.492000', '091507.495000', '091507.498000', '091507.501000', '091507.504000', '091507.507000', '091507.510000', '091507.513000', '091507.516000', '091507.519000', '091527.387000', '091527.400000', '091527.403000', '091527.406000', '091527.409000', '091527.412000', '091527.415000', '091527.418000', '091527.421000', '091527.425000', '091527.430000', '091527.433000', '091527.436000', '091527.439000', '091527.442000', '091527.445000', '091527.448000', '091527.451000', '091527.454000', '091527.457000', '091527.460000', '091527.463000', '091527.466000', '091527.469000', '091527.472000', '091527.475000', '091527.478000', '091527.481000', '091527.484000', '091527.487000', '091527.490000', '091527.493000', '091527.496000', '091527.499000', '091527.502000', '091527.505000', '091527.508000', '091527.511000', '091527.514000', '091527.517000', '091527.520000', '091527.523000', '091527.526000', '091547.387000', '091547.390000', '091547.393000', '091547.396000', '091547.399000', '091547.402000', '091547.405000', '091547.408000', '091547.411000', '091547.414000', '091547.417000', '091547.430000', '091547.433000', '091547.436000', '091547.439000', '091547.442000', '091547.445000', '091547.448000', '091547.451000', '091547.454000', '091547.457000', '091547.460000', '091547.463000', '091547.466000', '091547.469000', '091547.472000', '091547.475000', '091547.478000', '091547.481000', '091547.484000', '091547.487000', '091547.490000', '091547.493000', '091547.496000', '091547.499000', '091547.502000', '091547.505000', '091547.508000', '091547.511000', '091547.514000', '091547.517000', '091547.520000', '091547.523000', '091547.526000', '091607.386000', '091607.389000', '091607.392000', '091607.395000', '091607.398000', '091607.401000', '091607.404000', '091607.415000', '091607.418000', '091607.421000', '091607.424000', '091607.427000', '091607.430000', '091607.433000', '091607.436000', '091607.439000', '091607.442000', '091607.445000', '091607.448000', '091607.451000', '091607.454000', '091607.457000', '091607.460000', '091607.463000', '091607.466000', '091607.469000', '091607.472000', '091607.475000', '091607.478000', '091607.481000', '091607.484000', '091607.487000', '091607.490000', '091607.493000', '091607.496000', '091607.499000', '091607.502000', '091607.505000', '091607.508000', '091607.511000', '091607.514000', '091607.517000', '091607.520000', '091613.935000', '091613.940000', '091613.943000', '091613.946000', '091613.950000', '091613.953000', '091613.956000', '091613.959000', '091613.962000', '091613.965000', '091613.968000', '091613.971000', '091613.974000', '091613.978000', '091613.981000'], 'InstanceCreationTime': ['090807.417000', '090807.421000', '090807.424000', '090807.436000', '090807.439000', '090807.442000', '090807.452000', '090807.455000', '090807.458000', '090807.461000', '090807.464000', '090807.467000', '090807.470000', '090807.473000', '090807.476000', '090807.478000', '090807.481000', '090807.484000', '090807.487000', '090807.490000', '090807.493000', '090807.496000', '090807.499000', '090807.502000', '090807.519000', '090807.522000', '090807.524000', '090807.533000', '090807.536000', '090807.539000', '090807.542000', '090807.545000', '090807.548000', '090807.551000', '090807.554000', '090807.557000', '090807.560000', '090807.563000', '090807.566000', '090807.569000', '090827.387000', '090827.390000', '090827.393000', '090827.396000', '090827.399000', '090827.402000', '090827.405000', '090827.408000', '090827.411000', '090827.414000', '090827.417000', '090827.420000', '090827.423000', '090827.426000', '090827.429000', '090827.432000', '090827.435000', '090827.438000', '090827.441000', '090827.444000', '090827.447000', '090827.450000', '090827.453000', '090827.457000', '090827.461000', '090827.464000', '090827.467000', '090827.470000', '090827.473000', '090827.476000', '090827.479000', '090827.482000', '090827.485000', '090827.488000', '090827.491000', '090827.493000', '090827.496000', '090827.499000', '090827.502000', '090827.505000', '090827.508000', '090827.511000', '090827.514000', '090847.387000', '090847.390000', '090847.393000', '090847.396000', '090847.399000', '090847.402000', '090847.405000', '090847.408000', '090847.411000', '090847.414000', '090847.417000', '090847.420000', '090847.423000', '090847.425000', '090847.428000', '090847.431000', '090847.434000', '090847.437000', '090847.440000', '090847.443000', '090847.446000', '090847.449000', '090847.452000', '090847.455000', '090847.458000', '090847.461000', '090847.464000', '090847.467000', '090847.470000', '090847.473000', '090847.476000', '090847.479000', '090847.482000', '090847.485000', '090847.488000', '090847.491000', '090847.494000', '090847.497000', '090847.500000', '090847.503000', '090847.506000', '090847.508000', '090847.511000', '090847.515000', '090907.386000', '090907.389000', '090907.392000', '090907.395000', '090907.399000', '090907.402000', '090907.405000', '090907.408000', '090907.411000', '090907.414000', '090907.417000', '090907.420000', '090907.423000', '090907.426000', '090907.429000', '090907.432000', '090907.435000', '090907.438000', '090907.441000', '090907.444000', '090907.447000', '090907.450000', '090907.453000', '090907.456000', '090907.459000', '090907.462000', '090907.465000', '090907.468000', '090907.471000', '090907.474000', '090907.477000', '090907.480000', '090907.483000', '090907.486000', '090907.489000', '090907.492000', '090907.495000', '090907.498000', '090907.501000', '090907.504000', '090907.507000', '090907.510000', '090907.513000', '090927.386000', '090927.389000', '090927.392000', '090927.395000', '090927.398000', '090927.401000', '090927.404000', '090927.407000', '090927.410000', '090927.413000', '090927.416000', '090927.419000', '090927.422000', '090927.425000', '090927.428000', '090927.431000', '090927.434000', '090927.437000', '090927.440000', '090927.443000', '090927.446000', '090927.449000', '090927.452000', '090927.455000', '090927.458000', '090927.461000', '090927.464000', '090927.467000', '090927.470000', '090927.473000', '090927.476000', '090927.479000', '090927.482000', '090927.485000', '090927.488000', '090927.491000', '090927.494000', '090927.497000', '090927.500000', '090927.503000', '090927.506000', '090927.509000', '090927.512000', '090927.515000', '090947.386000', '090947.389000', '090947.392000', '090947.395000', '090947.398000', '090947.401000', '090947.404000', '090947.407000', '090947.410000', '090947.413000', '090947.416000', '090947.419000', '090947.422000', '090947.435000', '090947.438000', '090947.441000', '090947.444000', '090947.447000', '090947.450000', '090947.453000', '090947.456000', '090947.458000', '090947.461000', '090947.464000', '090947.467000', '090947.470000', '090947.484000', '090947.487000', '090947.490000', '090947.493000', '090947.496000', '090947.499000', '090947.502000', '090947.505000', '090947.508000', '090947.511000', '090947.514000', '090947.517000', '090947.520000', '090947.523000', '090947.526000', '090947.529000', '090947.532000', '091007.386000', '091007.389000', '091007.392000', '091007.395000', '091007.398000', '091007.401000', '091007.404000', '091007.407000', '091007.410000', '091007.413000', '091007.416000', '091007.419000', '091007.422000', '091007.425000', '091007.428000', '091007.431000', '091007.434000', '091007.437000', '091007.440000', '091007.443000', '091007.446000', '091007.449000', '091007.452000', '091007.455000', '091007.458000', '091007.461000', '091007.464000', '091007.467000', '091007.470000', '091007.473000', '091007.476000', '091007.479000', '091007.482000', '091007.485000', '091007.488000', '091007.491000', '091007.494000', '091007.497000', '091007.500000', '091007.503000', '091007.506000', '091007.509000', '091007.512000', '091007.515000', '091027.386000', '091027.389000', '091027.392000', '091027.395000', '091027.398000', '091027.401000', '091027.404000', '091027.407000', '091027.410000', '091027.413000', '091027.416000', '091027.419000', '091027.422000', '091027.425000', '091027.428000', '091027.431000', '091027.435000', '091027.438000', '091027.441000', '091027.444000', '091027.447000', '091027.450000', '091027.453000', '091027.456000', '091027.459000', '091027.462000', '091027.465000', '091027.468000', '091027.471000', '091027.474000', '091027.477000', '091027.480000', '091027.483000', '091027.486000', '091027.492000', '091027.496000', '091027.499000', '091027.502000', '091027.505000', '091027.508000', '091027.511000', '091027.514000', '091027.517000', '091047.387000', '091047.390000', '091047.393000', '091047.396000', '091047.399000', '091047.402000', '091047.405000', '091047.408000', '091047.411000', '091047.414000', '091047.417000', '091047.420000', '091047.423000', '091047.426000', '091047.429000', '091047.432000', '091047.435000', '091047.438000', '091047.441000', '091047.444000', '091047.447000', '091047.450000', '091047.453000', '091047.456000', '091047.459000', '091047.462000', '091047.465000', '091047.468000', '091047.471000', '091047.474000', '091047.477000', '091047.480000', '091047.483000', '091047.486000', '091047.489000', '091047.492000', '091047.495000', '091047.498000', '091047.501000', '091047.504000', '091047.507000', '091047.510000', '091047.513000', '091047.516000', '091107.387000', '091107.390000', '091107.393000', '091107.396000', '091107.399000', '091107.402000', '091107.405000', '091107.408000', '091107.411000', '091107.414000', '091107.417000', '091107.420000', '091107.423000', '091107.426000', '091107.429000', '091107.432000', '091107.435000', '091107.438000', '091107.441000', '091107.444000', '091107.447000', '091107.450000', '091107.453000', '091107.456000', '091107.459000', '091107.462000', '091107.465000', '091107.468000', '091107.471000', '091107.474000', '091107.477000', '091107.480000', '091107.483000', '091107.486000', '091107.489000', '091107.492000', '091107.495000', '091107.498000', '091107.501000', '091107.504000', '091107.507000', '091107.510000', '091107.514000', '091127.386000', '091127.389000', '091127.392000', '091127.395000', '091127.398000', '091127.401000', '091127.404000', '091127.407000', '091127.410000', '091127.413000', '091127.416000', '091127.419000', '091127.422000', '091127.425000', '091127.428000', '091127.431000', '091127.434000', '091127.437000', '091127.440000', '091127.443000', '091127.446000', '091127.449000', '091127.463000', '091127.466000', '091127.469000', '091127.472000', '091127.475000', '091127.478000', '091127.481000', '091127.484000', '091127.487000', '091127.490000', '091127.493000', '091127.496000', '091127.499000', '091127.502000', '091127.505000', '091127.508000', '091127.511000', '091127.514000', '091127.517000', '091127.520000', '091127.522000', '091127.525000', '091147.386000', '091147.389000', '091147.392000', '091147.395000', '091147.398000', '091147.401000', '091147.404000', '091147.407000', '091147.410000', '091147.413000', '091147.416000', '091147.419000', '091147.422000', '091147.425000', '091147.428000', '091147.431000', '091147.434000', '091147.437000', '091147.440000', '091147.443000', '091147.446000', '091147.449000', '091147.452000', '091147.455000', '091147.458000', '091147.461000', '091147.464000', '091147.467000', '091147.470000', '091147.474000', '091147.478000', '091147.481000', '091147.484000', '091147.487000', '091147.490000', '091147.493000', '091147.496000', '091147.499000', '091147.502000', '091147.505000', '091147.508000', '091147.510000', '091147.513000', '091207.386000', '091207.389000', '091207.392000', '091207.395000', '091207.398000', '091207.401000', '091207.404000', '091207.407000', '091207.410000', '091207.413000', '091207.416000', '091207.419000', '091207.422000', '091207.425000', '091207.428000', '091207.431000', '091207.434000', '091207.437000', '091207.440000', '091207.443000', '091207.446000', '091207.449000', '091207.452000', '091207.455000', '091207.458000', '091207.461000', '091207.464000', '091207.467000', '091207.470000', '091207.473000', '091207.476000', '091207.479000', '091207.482000', '091207.485000', '091207.488000', '091207.491000', '091207.494000', '091207.497000', '091207.500000', '091207.503000', '091207.506000', '091207.509000', '091207.512000', '091207.515000', '091227.386000', '091227.389000', '091227.392000', '091227.395000', '091227.404000', '091227.407000', '091227.410000', '091227.414000', '091227.416000', '091227.419000', '091227.422000', '091227.425000', '091227.428000', '091227.431000', '091227.434000', '091227.437000', '091227.440000', '091227.443000', '091227.446000', '091227.449000', '091227.452000', '091227.455000', '091227.458000', '091227.461000', '091227.464000', '091227.467000', '091227.470000', '091227.473000', '091227.476000', '091227.479000', '091227.482000', '091227.485000', '091227.488000', '091227.491000', '091227.494000', '091227.497000', '091227.500000', '091227.503000', '091227.506000', '091227.509000', '091227.512000', '091227.515000', '091227.518000', '091247.386000', '091247.389000', '091247.392000', '091247.395000', '091247.398000', '091247.401000', '091247.404000', '091247.407000', '091247.410000', '091247.413000', '091247.416000', '091247.419000', '091247.444000', '091247.447000', '091247.450000', '091247.453000', '091247.456000', '091247.459000', '091247.462000', '091247.465000', '091247.468000', '091247.471000', '091247.474000', '091247.477000', '091247.480000', '091247.483000', '091247.486000', '091247.489000', '091247.492000', '091247.495000', '091247.498000', '091247.501000', '091247.504000', '091247.507000', '091247.510000', '091247.513000', '091247.516000', '091247.519000', '091247.522000', '091247.525000', '091247.528000', '091247.531000', '091247.534000', '091247.537000', '091307.387000', '091307.390000', '091307.393000', '091307.396000', '091307.399000', '091307.402000', '091307.405000', '091307.408000', '091307.411000', '091307.414000', '091307.417000', '091307.420000', '091307.423000', '091307.426000', '091307.429000', '091307.442000', '091307.445000', '091307.448000', '091307.451000', '091307.454000', '091307.457000', '091307.460000', '091307.463000', '091307.466000', '091307.469000', '091307.472000', '091307.475000', '091307.478000', '091307.481000', '091307.484000', '091307.487000', '091307.490000', '091307.493000', '091307.496000', '091307.499000', '091307.502000', '091307.505000', '091307.508000', '091307.512000', '091307.515000', '091307.518000', '091307.521000', '091307.524000', '091327.387000', '091327.390000', '091327.393000', '091327.396000', '091327.399000', '091327.402000', '091327.405000', '091327.408000', '091327.411000', '091327.414000', '091327.417000', '091327.420000', '091327.423000', '091327.426000', '091327.429000', '091327.432000', '091327.435000', '091327.438000', '091327.441000', '091327.444000', '091327.447000', '091327.450000', '091327.453000', '091327.456000', '091327.459000', '091327.462000', '091327.465000', '091327.468000', '091327.471000', '091327.474000', '091327.477000', '091327.480000', '091327.483000', '091327.486000', '091327.489000', '091327.492000', '091327.495000', '091327.498000', '091327.501000', '091327.504000', '091327.507000', '091327.510000', '091327.513000', '091327.516000', '091347.386000', '091347.389000', '091347.392000', '091347.395000', '091347.398000', '091347.401000', '091347.404000', '091347.408000', '091347.411000', '091347.414000', '091347.417000', '091347.419000', '091347.422000', '091347.425000', '091347.428000', '091347.432000', '091347.435000', '091347.438000', '091347.441000', '091347.444000', '091347.447000', '091347.449000', '091347.452000', '091347.456000', '091347.459000', '091347.462000', '091347.465000', '091347.468000', '091347.471000', '091347.474000', '091347.477000', '091347.480000', '091347.483000', '091347.486000', '091347.489000', '091347.492000', '091347.495000', '091347.498000', '091347.501000', '091347.504000', '091347.507000', '091347.510000', '091347.513000', '091407.386000', '091407.390000', '091407.393000', '091407.396000', '091407.398000', '091407.401000', '091407.405000', '091407.407000', '091407.410000', '091407.413000', '091407.416000', '091407.419000', '091407.422000', '091407.425000', '091407.428000', '091407.431000', '091407.434000', '091407.437000', '091407.440000', '091407.443000', '091407.446000', '091407.449000', '091407.453000', '091407.455000', '091407.458000', '091407.461000', '091407.464000', '091407.467000', '091407.470000', '091407.473000', '091407.477000', '091407.480000', '091407.483000', '091407.486000', '091407.489000', '091407.492000', '091407.495000', '091407.498000', '091407.501000', '091407.504000', '091407.507000', '091407.510000', '091407.513000', '091427.386000', '091427.389000', '091427.392000', '091427.395000', '091427.398000', '091427.401000', '091427.404000', '091427.407000', '091427.410000', '091427.413000', '091427.416000', '091427.419000', '091427.422000', '091427.425000', '091427.428000', '091427.446000', '091427.449000', '091427.452000', '091427.455000', '091427.458000', '091427.461000', '091427.464000', '091427.467000', '091427.470000', '091427.473000', '091427.476000', '091427.479000', '091427.482000', '091427.485000', '091427.488000', '091427.491000', '091427.494000', '091427.497000', '091427.500000', '091427.503000', '091427.506000', '091427.509000', '091427.512000', '091427.515000', '091427.518000', '091427.521000', '091427.524000', '091427.527000', '091427.530000', '091447.386000', '091447.389000', '091447.392000', '091447.395000', '091447.399000', '091447.405000', '091447.408000', '091447.411000', '091447.414000', '091447.417000', '091447.420000', '091447.442000', '091447.445000', '091447.448000', '091447.451000', '091447.454000', '091447.457000', '091447.460000', '091447.463000', '091447.466000', '091447.469000', '091447.472000', '091447.475000', '091447.478000', '091447.481000', '091447.484000', '091447.487000', '091447.500000', '091447.503000', '091447.506000', '091447.509000', '091447.512000', '091447.516000', '091447.519000', '091447.522000', '091447.525000', '091447.528000', '091447.531000', '091447.534000', '091447.537000', '091447.540000', '091447.543000', '091447.546000', '091507.386000', '091507.389000', '091507.392000', '091507.400000', '091507.403000', '091507.406000', '091507.409000', '091507.412000', '091507.415000', '091507.418000', '091507.420000', '091507.423000', '091507.426000', '091507.429000', '091507.432000', '091507.435000', '091507.438000', '091507.441000', '091507.444000', '091507.448000', '091507.451000', '091507.454000', '091507.457000', '091507.460000', '091507.462000', '091507.465000', '091507.468000', '091507.472000', '091507.475000', '091507.477000', '091507.480000', '091507.483000', '091507.486000', '091507.489000', '091507.492000', '091507.495000', '091507.498000', '091507.501000', '091507.504000', '091507.507000', '091507.510000', '091507.513000', '091507.516000', '091507.519000', '091527.387000', '091527.400000', '091527.403000', '091527.406000', '091527.409000', '091527.412000', '091527.415000', '091527.418000', '091527.421000', '091527.425000', '091527.430000', '091527.433000', '091527.436000', '091527.439000', '091527.442000', '091527.445000', '091527.448000', '091527.451000', '091527.454000', '091527.457000', '091527.460000', '091527.463000', '091527.466000', '091527.469000', '091527.472000', '091527.475000', '091527.478000', '091527.481000', '091527.484000', '091527.487000', '091527.490000', '091527.493000', '091527.496000', '091527.499000', '091527.502000', '091527.505000', '091527.508000', '091527.511000', '091527.514000', '091527.517000', '091527.520000', '091527.523000', '091527.526000', '091547.387000', '091547.390000', '091547.393000', '091547.396000', '091547.399000', '091547.402000', '091547.405000', '091547.408000', '091547.411000', '091547.414000', '091547.417000', '091547.430000', '091547.433000', '091547.436000', '091547.439000', '091547.442000', '091547.445000', '091547.448000', '091547.451000', '091547.454000', '091547.457000', '091547.460000', '091547.463000', '091547.466000', '091547.469000', '091547.472000', '091547.475000', '091547.478000', '091547.481000', '091547.484000', '091547.487000', '091547.490000', '091547.493000', '091547.496000', '091547.499000', '091547.502000', '091547.505000', '091547.508000', '091547.511000', '091547.514000', '091547.517000', '091547.520000', '091547.523000', '091547.526000', '091607.386000', '091607.389000', '091607.392000', '091607.395000', '091607.398000', '091607.401000', '091607.404000', '091607.415000', '091607.418000', '091607.421000', '091607.424000', '091607.427000', '091607.430000', '091607.433000', '091607.436000', '091607.439000', '091607.442000', '091607.445000', '091607.448000', '091607.451000', '091607.454000', '091607.457000', '091607.460000', '091607.463000', '091607.466000', '091607.469000', '091607.472000', '091607.475000', '091607.478000', '091607.481000', '091607.484000', '091607.487000', '091607.490000', '091607.493000', '091607.496000', '091607.499000', '091607.502000', '091607.505000', '091607.508000', '091607.511000', '091607.514000', '091607.517000', '091607.520000', '091613.935000', '091613.940000', '091613.943000', '091613.946000', '091613.950000', '091613.953000', '091613.956000', '091613.959000', '091613.962000', '091613.965000', '091613.968000', '091613.971000', '091613.974000', '091613.978000', '091613.981000'], '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], 'LargestImagePixelValue': [14970, 8364, 8188, 14699, 7024, 8662, 14521, 9493, 8833, 13734, 6838, 8877, 14132, 9488, 8427, 13920, 6856, 9089, 14128, 8391, 8726, 14017, 7303, 10748, 14086, 8396, 10694, 11353, 7897, 13612, 13861, 8056, 11119, 9164, 7550, 13698, 12544, 8077, 12247, 7268, 8189, 13946, 9146, 8340, 13260, 7245, 8710, 13975, 8521, 8713, 13703, 7075, 8932, 14183, 7630, 8656, 14250, 7683, 9825, 14065, 8413, 9319, 14015, 7603, 10779, 13568, 8191, 9175, 13732, 7473, 9979, 13339, 8357, 8557, 14095, 7569, 12106, 13489, 7724, 10974, 13259, 7581, 10896, 13198, 7583, 12773, 8110, 7899, 14122, 11118, 8120, 12622, 13255, 7795, 12628, 14104, 8847, 9649, 14280, 7815, 9348, 13861, 7998, 9168, 13903, 7441, 9062, 14178, 7753, 9206, 13657, 7067, 9092, 14469, 8332, 8578, 13502, 7253, 8258, 14237, 8389, 7964, 14246, 7001, 8113, 14092, 8232, 7734, 14113, 6993, 8029, 14297, 8451, 8222, 13975, 6684, 8177, 14433, 8318, 7650, 14082, 7561, 7841, 14054, 8160, 7761, 13312, 7235, 7972, 14116, 10116, 8088, 12645, 8350, 8488, 13576, 13698, 8248, 10950, 7671, 8186, 13946, 11103, 8300, 11723, 8503, 8090, 13327, 13581, 7773, 11819, 9707, 7902, 13903, 14520, 7955, 10435, 13872, 7695, 10111, 14137, 8241, 9097, 14029, 9815, 8472, 13771, 7918, 8166, 14328, 8228, 8125, 13622, 6964, 8223, 14173, 8430, 8426, 13359, 6843, 8549, 14173, 8496, 8540, 12677, 7084, 8427, 13821, 10933, 8265, 11724, 11436, 8393, 11280, 14377, 8449, 10708, 10479, 8486, 12908, 13789, 7965, 8645, 13557, 7491, 11032, 13816, 7900, 9602, 13603, 7638, 9690, 13556, 7403, 9201, 13756, 8634, 8468, 13644, 6993, 8847, 13875, 8179, 8040, 13752, 7125, 8565, 13890, 8320, 8634, 13991, 7091, 8575, 13905, 7800, 8585, 13838, 6993, 8492, 13991, 7930, 8015, 12732, 7185, 8429, 13154, 9076, 8597, 12743, 9137, 8504, 12417, 9305, 8089, 12949, 7707, 8278, 13544, 8153, 8268, 13507, 7712, 8312, 13738, 8155, 8232, 14072, 7974, 7981, 13994, 7499, 7898, 13967, 7549, 8142, 14242, 7214, 9175, 13819, 7984, 8551, 14448, 7927, 12427, 13827, 8206, 11010, 12249, 8692, 13250, 12915, 8796, 12704, 7473, 8710, 13811, 8299, 8902, 14107, 7384, 8552, 14035, 7764, 8562, 13998, 7451, 10644, 13544, 7431, 11090, 13768, 7908, 11130, 13876, 7427, 11863, 13391, 7786, 11700, 13394, 7695, 12167, 13980, 7852, 10439, 13491, 8141, 12127, 10207, 8148, 12939, 8480, 8632, 13565, 7914, 8067, 14153, 7703, 8635, 14059, 8802, 8572, 13884, 7603, 8601, 14222, 8520, 8191, 13281, 7238, 7862, 14311, 8288, 8188, 13979, 6936, 9326, 13940, 8948, 9512, 13572, 7429, 11601, 13625, 8936, 10108, 13577, 7336, 10732, 13591, 8878, 10728, 14070, 7776, 11300, 13566, 7808, 10908, 13541, 7617, 10659, 13442, 7813, 9007, 13661, 7930, 10480, 13438, 7701, 10598, 13393, 8081, 11494, 13173, 8102, 12159, 13070, 8072, 12416, 12795, 8173, 12090, 9035, 8391, 13209, 7723, 8365, 13940, 7414, 8200, 13721, 8245, 7988, 13263, 6941, 8183, 13916, 8287, 8199, 13554, 7487, 8589, 13630, 8479, 8971, 13941, 7341, 9490, 13541, 7894, 9349, 13682, 8154, 12038, 13065, 8163, 12562, 8487, 7866, 13090, 13743, 7777, 10939, 13036, 7878, 11649, 12955, 7719, 12206, 6897, 7624, 13645, 7937, 7892, 13131, 6894, 8149, 13708, 7225, 8775, 13785, 7408, 11692, 13369, 7695, 12279, 9865, 8151, 13455, 7688, 8321, 13662, 8131, 10007, 13672, 8206, 12481, 10608, 8363, 13082, 7413, 8476, 13817, 8077, 8861, 13758, 7432, 9233, 13470, 8628, 10316, 9862, 8069, 13046, 7858, 7969, 13784, 7216, 9048, 13602, 8033, 11786, 8048, 8177, 13525, 7619, 8435, 13804, 8181, 9615, 13673, 7754, 12589, 12766, 8272, 12846, 7552, 8166, 13699, 7539, 9492, 13765, 8409, 10796, 12626, 8333, 12816, 8679, 8270, 13208, 7180, 8514, 13573, 7922, 8676, 13593, 7722, 11922, 13108, 7843, 12493, 7605, 7957, 13334, 7191, 7840, 13327, 7715, 8586, 13302, 7028, 8698, 13315, 8068, 8850, 13423, 7205, 10553, 13339, 7992, 11973, 9780, 7939, 13234, 8119, 8229, 13751, 6935, 8492, 13427, 8324, 9003, 13548, 7431, 9645, 13834, 8860, 10024, 13415, 7981, 12288, 13657, 8269, 11373, 9850, 8278, 12900, 10523, 8094, 12140, 7340, 8130, 13730, 7870, 8370, 13527, 7391, 9012, 13272, 7716, 10201, 12994, 7617, 12063, 13186, 7845, 12420, 12553, 7898, 11493, 8823, 7950, 13106, 13685, 7853, 10540, 9683, 8026, 12687, 9522, 7947, 12078, 7039, 8357, 13419, 7877, 8657, 13375, 7779, 9615, 13461, 7822, 9231, 12995, 7783, 10432, 12795, 8014, 8914, 13705, 7329, 11891, 7236, 8186, 11044, 7568, 13096, 8425, 8656, 13184, 7579, 8004, 13979, 8313, 8512, 13728, 7636, 8092, 13739, 8068, 7979, 13293, 7793, 7805, 13290, 8492, 7969, 12140, 8802, 8058, 12391, 11849, 7786, 10996, 8894, 8204, 12380, 12593, 7712, 11063, 9304, 8118, 11790, 13769, 7903, 10691, 7288, 8500, 12999, 10482, 7991, 12053, 8815, 8179, 13089, 14226, 8142, 10322, 13072, 7647, 12151, 14360, 8683, 8717, 13929, 7608, 9450, 13835, 8686, 8387, 13083, 7684, 7772, 13890, 8666, 7874, 13082, 7497, 8241, 14059, 8932, 7851, 12633, 9443, 8305, 12807, 12858, 8298, 11658, 13758, 8150, 11649, 13675, 8039, 11282, 13672, 8200, 11185, 13905, 7795, 10387, 13307, 7859, 9655, 13638, 7876, 8850, 13662, 7715, 8683, 13360, 7705, 8929, 13923, 7611, 8854, 13406, 7484, 8607, 13890, 7577, 9646, 13497, 7900, 10091, 13769, 7676, 11070, 13344, 8347, 10045, 13492, 8128, 11111, 13324, 8013, 10200, 13493, 7990, 11548, 13692, 7992, 9781, 13281, 7983, 10887, 13815, 7972, 9461, 13579, 8109, 10283, 13683, 7787, 9892, 13570, 7926, 10748, 13258, 8212, 9074, 13408, 7389, 9155, 13350, 8085, 8435, 13900, 7092, 10050, 13720, 7871, 9378, 13404, 7390, 9577, 13652, 7872, 9123, 13972, 7575, 10227, 13616, 7967, 10594, 13463, 7454, 12562, 12858, 8226, 12279, 7274, 8581, 14112, 9101, 8681, 12041, 7433, 8446, 13820, 9647, 8380, 11831, 8907, 8167, 13006, 7942, 8474, 13432, 7820, 7934, 13414, 6942, 8009, 13706, 7351, 8222, 14061, 7209, 8803, 13673, 7741, 8665, 13525, 7237, 8990, 13494, 8041, 8508, 14037, 7261, 9127, 13584, 7546, 8935, 13684, 7462, 10541, 13433, 7495, 9091, 13460, 7517, 9579, 13747, 7523, 8726, 13938, 7778, 9031, 13688, 7339, 8687, 13625, 7345, 8816, 13958, 8030, 8353, 13525, 6866, 8128, 13975, 7255, 8598, 13986, 7679, 9114, 13562, 7364, 8348, 13379, 7702, 8318, 13931, 6772, 8327, 14087, 7274, 9239, 13656, 7436, 7873, 13809, 7359, 10138, 10202, 7693, 13671, 12060, 7957, 11739, 7380, 7862, 13926, 12691, 8606, 11195, 9519, 8208, 12714, 13223, 8047, 11187, 11078, 8041, 13044, 11450, 7497, 12371, 11197, 7628, 12716, 14214, 7284, 10517, 14018, 7483, 10871, 13656, 7325, 10702, 13277, 8186, 8383, 14011, 7413, 10917, 13989, 8137, 10598, 13365, 7343, 11438, 13442, 8631, 9690, 13881, 7666, 11195, 13523, 8342, 10116, 13576, 7672, 11372, 13422, 7916, 9627, 13684, 7562, 9440, 13657, 8015, 8972, 13640, 7385, 8767, 13779, 8660, 7923, 13461, 7411, 8069, 14054, 7872, 7627, 13478, 7239, 7414, 13673, 9551, 7501, 11949, 8925, 7333, 12809, 13904, 7516, 10861, 11543, 7467, 12449, 13609, 7567, 11690, 11450, 8237, 12754, 13690, 8107, 11656, 12982, 8093, 11846, 14235, 7925, 10721, 13884, 7585, 11230, 14060, 7695, 11164, 13407, 7663, 10351, 13720, 8039, 10797, 13553, 7618, 10270, 13736, 7825, 10277, 13859, 7189, 10766, 13578, 8003, 9125, 13950, 7433, 11102, 13700, 7883, 10822, 11840, 7883, 12577, 10549, 7719, 12837, 7554, 8040, 13807, 9745], 'WindowCenter': [4422.0, 4344.0, 4342.0, 4379.0, 4306.0, 4326.0, 4375.0, 4334.0, 4325.0, 4364.0, 4291.0, 4322.0, 4363.0, 4318.0, 4310.0, 4359.0, 4289.0, 4322.0, 4360.0, 4311.0, 4321.0, 4360.0, 4300.0, 4341.0, 4360.0, 4308.0, 4328.0, 4328.0, 4299.0, 4359.0, 4347.0, 4296.0, 4327.0, 4305.0, 4297.0, 4349.0, 4335.0, 4295.0, 4326.0, 4282.0, 4297.0, 4346.0, 4303.0, 4293.0, 4333.0, 4271.0, 4293.0, 4345.0, 4293.0, 4293.0, 4331.0, 4272.0, 4293.0, 4334.0, 4280.0, 4293.0, 4343.0, 4282.0, 4316.0, 4344.0, 4292.0, 4304.0, 4333.0, 4282.0, 4314.0, 4334.0, 4294.0, 4301.0, 4332.0, 4282.0, 4331.0, 4334.0, 4291.0, 4293.0, 4333.0, 4282.0, 4336.0, 4345.0, 4283.0, 4326.0, 4349.0, 4297.0, 4328.0, 4348.0, 4296.0, 4339.0, 4293.0, 4295.0, 4345.0, 4323.0, 4308.0, 4338.0, 4336.0, 4295.0, 4338.0, 4344.0, 4304.0, 4304.0, 4345.0, 4282.0, 4303.0, 4334.0, 4282.0, 4304.0, 4333.0, 4272.0, 4293.0, 4332.0, 4281.0, 4291.0, 4333.0, 4271.0, 4290.0, 4334.0, 4280.0, 4295.0, 4331.0, 4272.0, 4294.0, 4345.0, 4291.0, 4286.0, 4333.0, 4272.0, 4285.0, 4343.0, 4294.0, 4286.0, 4346.0, 4284.0, 4296.0, 4346.0, 4297.0, 4297.0, 4345.0, 4276.0, 4307.0, 4347.0, 4306.0, 4299.0, 4348.0, 4296.0, 4309.0, 4349.0, 4306.0, 4297.0, 4348.0, 4298.0, 4310.0, 4361.0, 4329.0, 4309.0, 4351.0, 4310.0, 4336.0, 4363.0, 4361.0, 4309.0, 4340.0, 4298.0, 4321.0, 4373.0, 4340.0, 4325.0, 4365.0, 4321.0, 4323.0, 4363.0, 4362.0, 4310.0, 4353.0, 4333.0, 4313.0, 4376.0, 4363.0, 4311.0, 4330.0, 4349.0, 4298.0, 4330.0, 4348.0, 4297.0, 4306.0, 4347.0, 4304.0, 4294.0, 4335.0, 4282.0, 4293.0, 4333.0, 4279.0, 4282.0, 4331.0, 4271.0, 4293.0, 4332.0, 4280.0, 4293.0, 4332.0, 4261.0, 4293.0, 4332.0, 4290.0, 4293.0, 4322.0, 4269.0, 4292.0, 4334.0, 4311.0, 4282.0, 4322.0, 4322.0, 4306.0, 4322.0, 4344.0, 4291.0, 4314.0, 4314.0, 4305.0, 4363.0, 4345.0, 4294.0, 4307.0, 4333.0, 4282.0, 4325.0, 4343.0, 4294.0, 4315.0, 4344.0, 4295.0, 4316.0, 4334.0, 4284.0, 4316.0, 4333.0, 4294.0, 4295.0, 4333.0, 4274.0, 4307.0, 4335.0, 4293.0, 4293.0, 4332.0, 4273.0, 4304.0, 4335.0, 4294.0, 4295.0, 4333.0, 4273.0, 4306.0, 4334.0, 4283.0, 4295.0, 4335.0, 4284.0, 4305.0, 4343.0, 4282.0, 4295.0, 4334.0, 4272.0, 4306.0, 4336.0, 4317.0, 4318.0, 4347.0, 4306.0, 4307.0, 4337.0, 4318.0, 4306.0, 4347.0, 4294.0, 4308.0, 4348.0, 4296.0, 4309.0, 4348.0, 4296.0, 4307.0, 4348.0, 4296.0, 4307.0, 4348.0, 4296.0, 4298.0, 4359.0, 4287.0, 4309.0, 4359.0, 4297.0, 4309.0, 4349.0, 4298.0, 4334.0, 4361.0, 4308.0, 4318.0, 4358.0, 4297.0, 4350.0, 4361.0, 4310.0, 4339.0, 4339.0, 4309.0, 4350.0, 4346.0, 4308.0, 4348.0, 4284.0, 4307.0, 4349.0, 4305.0, 4307.0, 4348.0, 4286.0, 4307.0, 4346.0, 4295.0, 4308.0, 4347.0, 4287.0, 4327.0, 4345.0, 4297.0, 4329.0, 4349.0, 4297.0, 4328.0, 4348.0, 4298.0, 4338.0, 4348.0, 4296.0, 4337.0, 4346.0, 4297.0, 4351.0, 4345.0, 4298.0, 4329.0, 4346.0, 4308.0, 4339.0, 4327.0, 4309.0, 4352.0, 4307.0, 4307.0, 4349.0, 4308.0, 4308.0, 4361.0, 4297.0, 4320.0, 4358.0, 4307.0, 4309.0, 4347.0, 4297.0, 4308.0, 4348.0, 4307.0, 4297.0, 4347.0, 4284.0, 4296.0, 4347.0, 4295.0, 4298.0, 4345.0, 4283.0, 4317.0, 4346.0, 4306.0, 4316.0, 4335.0, 4286.0, 4339.0, 4334.0, 4306.0, 4316.0, 4334.0, 4285.0, 4328.0, 4336.0, 4307.0, 4327.0, 4344.0, 4285.0, 4326.0, 4334.0, 4284.0, 4325.0, 4334.0, 4284.0, 4315.0, 4335.0, 4285.0, 4304.0, 4334.0, 4294.0, 4315.0, 4334.0, 4285.0, 4316.0, 4335.0, 4296.0, 4336.0, 4335.0, 4296.0, 4337.0, 4337.0, 4296.0, 4340.0, 4337.0, 4307.0, 4337.0, 4306.0, 4305.0, 4336.0, 4294.0, 4307.0, 4347.0, 4284.0, 4310.0, 4347.0, 4295.0, 4298.0, 4347.0, 4283.0, 4310.0, 4349.0, 4296.0, 4308.0, 4349.0, 4285.0, 4309.0, 4347.0, 4294.0, 4308.0, 4350.0, 4296.0, 4317.0, 4347.0, 4296.0, 4318.0, 4348.0, 4297.0, 4339.0, 4346.0, 4296.0, 4339.0, 4306.0, 4295.0, 4350.0, 4348.0, 4295.0, 4328.0, 4346.0, 4298.0, 4325.0, 4335.0, 4284.0, 4336.0, 4285.0, 4298.0, 4373.0, 4307.0, 4308.0, 4349.0, 4287.0, 4308.0, 4347.0, 4298.0, 4310.0, 4349.0, 4299.0, 4351.0, 4350.0, 4300.0, 4340.0, 4320.0, 4309.0, 4351.0, 4298.0, 4309.0, 4346.0, 4298.0, 4330.0, 4349.0, 4307.0, 4349.0, 4328.0, 4306.0, 4336.0, 4284.0, 4309.0, 4346.0, 4295.0, 4306.0, 4346.0, 4301.0, 4317.0, 4337.0, 4307.0, 4316.0, 4315.0, 4294.0, 4350.0, 4296.0, 4297.0, 4348.0, 4286.0, 4308.0, 4345.0, 4295.0, 4337.0, 4295.0, 4306.0, 4349.0, 4295.0, 4307.0, 4346.0, 4296.0, 4318.0, 4348.0, 4295.0, 4338.0, 4336.0, 4297.0, 4337.0, 4283.0, 4296.0, 4335.0, 4285.0, 4305.0, 4333.0, 4295.0, 4315.0, 4324.0, 4293.0, 4336.0, 4293.0, 4294.0, 4333.0, 4270.0, 4296.0, 4335.0, 4283.0, 4294.0, 4334.0, 4285.0, 4328.0, 4337.0, 4294.0, 4336.0, 4283.0, 4296.0, 4347.0, 4287.0, 4306.0, 4346.0, 4297.0, 4309.0, 4347.0, 4287.0, 4319.0, 4350.0, 4308.0, 4320.0, 4348.0, 4299.0, 4330.0, 4349.0, 4308.0, 4338.0, 4320.0, 4308.0, 4347.0, 4297.0, 4309.0, 4349.0, 4286.0, 4309.0, 4348.0, 4297.0, 4307.0, 4338.0, 4285.0, 4317.0, 4346.0, 4307.0, 4319.0, 4336.0, 4296.0, 4339.0, 4346.0, 4296.0, 4325.0, 4304.0, 4294.0, 4337.0, 4314.0, 4284.0, 4323.0, 4272.0, 4284.0, 4334.0, 4282.0, 4292.0, 4335.0, 4282.0, 4304.0, 4333.0, 4285.0, 4316.0, 4335.0, 4295.0, 4338.0, 4334.0, 4296.0, 4336.0, 4324.0, 4283.0, 4324.0, 4292.0, 4295.0, 4335.0, 4334.0, 4283.0, 4313.0, 4302.0, 4284.0, 4336.0, 4302.0, 4294.0, 4324.0, 4273.0, 4296.0, 4337.0, 4296.0, 4305.0, 4348.0, 4298.0, 4318.0, 4348.0, 4295.0, 4318.0, 4337.0, 4296.0, 4342.0, 4348.0, 4298.0, 4319.0, 4349.0, 4302.0, 4356.0, 4311.0, 4323.0, 4340.0, 4311.0, 4364.0, 4309.0, 4310.0, 4350.0, 4298.0, 4298.0, 4349.0, 4297.0, 4298.0, 4348.0, 4285.0, 4297.0, 4336.0, 4294.0, 4297.0, 4336.0, 4284.0, 4286.0, 4337.0, 4296.0, 4297.0, 4339.0, 4307.0, 4296.0, 4339.0, 4327.0, 4286.0, 4329.0, 4307.0, 4308.0, 4351.0, 4351.0, 4298.0, 4341.0, 4319.0, 4312.0, 4368.0, 4351.0, 4310.0, 4331.0, 4298.0, 4321.0, 4365.0, 4342.0, 4314.0, 4355.0, 4321.0, 4310.0, 4353.0, 4361.0, 4300.0, 4330.0, 4350.0, 4299.0, 4342.0, 4352.0, 4309.0, 4308.0, 4348.0, 4298.0, 4320.0, 4349.0, 4296.0, 4296.0, 4336.0, 4284.0, 4286.0, 4336.0, 4293.0, 4283.0, 4335.0, 4273.0, 4293.0, 4334.0, 4294.0, 4282.0, 4324.0, 4303.0, 4294.0, 4337.0, 4324.0, 4284.0, 4314.0, 4332.0, 4283.0, 4315.0, 4334.0, 4283.0, 4313.0, 4333.0, 4294.0, 4314.0, 4332.0, 4283.0, 4303.0, 4323.0, 4283.0, 4305.0, 4333.0, 4283.0, 4305.0, 4331.0, 4281.0, 4295.0, 4334.0, 4282.0, 4304.0, 4333.0, 4295.0, 4307.0, 4336.0, 4287.0, 4305.0, 4335.0, 4296.0, 4318.0, 4348.0, 4297.0, 4327.0, 4347.0, 4298.0, 4330.0, 4337.0, 4296.0, 4317.0, 4335.0, 4296.0, 4328.0, 4335.0, 4297.0, 4317.0, 4334.0, 4296.0, 4336.0, 4347.0, 4297.0, 4316.0, 4336.0, 4296.0, 4329.0, 4346.0, 4297.0, 4317.0, 4336.0, 4297.0, 4329.0, 4347.0, 4298.0, 4318.0, 4335.0, 4296.0, 4329.0, 4339.0, 4308.0, 4307.0, 4337.0, 4287.0, 4318.0, 4347.0, 4296.0, 4297.0, 4347.0, 4288.0, 4329.0, 4348.0, 4297.0, 4320.0, 4351.0, 4301.0, 4318.0, 4346.0, 4298.0, 4320.0, 4347.0, 4298.0, 4330.0, 4349.0, 4308.0, 4330.0, 4348.0, 4287.0, 4352.0, 4349.0, 4298.0, 4339.0, 4288.0, 4307.0, 4351.0, 4305.0, 4296.0, 4326.0, 4273.0, 4294.0, 4334.0, 4305.0, 4294.0, 4326.0, 4304.0, 4295.0, 4335.0, 4295.0, 4308.0, 4349.0, 4297.0, 4295.0, 4335.0, 4275.0, 4295.0, 4347.0, 4284.0, 4296.0, 4346.0, 4284.0, 4305.0, 4336.0, 4284.0, 4296.0, 4336.0, 4284.0, 4305.0, 4336.0, 4282.0, 4293.0, 4333.0, 4271.0, 4306.0, 4334.0, 4283.0, 4305.0, 4333.0, 4282.0, 4314.0, 4336.0, 4284.0, 4307.0, 4334.0, 4285.0, 4316.0, 4346.0, 4295.0, 4306.0, 4346.0, 4284.0, 4305.0, 4347.0, 4285.0, 4298.0, 4346.0, 4286.0, 4306.0, 4345.0, 4295.0, 4297.0, 4336.0, 4276.0, 4294.0, 4345.0, 4287.0, 4309.0, 4350.0, 4298.0, 4309.0, 4349.0, 4301.0, 4311.0, 4351.0, 4298.0, 4310.0, 4349.0, 4288.0, 4308.0, 4360.0, 4300.0, 4334.0, 4361.0, 4298.0, 4309.0, 4361.0, 4302.0, 4332.0, 4329.0, 4309.0, 4364.0, 4340.0, 4311.0, 4341.0, 4297.0, 4313.0, 4361.0, 4351.0, 4308.0, 4327.0, 4306.0, 4308.0, 4350.0, 4336.0, 4297.0, 4327.0, 4327.0, 4296.0, 4337.0, 4328.0, 4285.0, 4336.0, 4326.0, 4296.0, 4337.0, 4336.0, 4273.0, 4314.0, 4335.0, 4283.0, 4316.0, 4332.0, 4284.0, 4340.0, 4335.0, 4294.0, 4294.0, 4332.0, 4271.0, 4313.0, 4334.0, 4294.0, 4315.0, 4333.0, 4284.0, 4326.0, 4335.0, 4295.0, 4304.0, 4333.0, 4284.0, 4315.0, 4332.0, 4283.0, 4315.0, 4332.0, 4282.0, 4324.0, 4332.0, 4281.0, 4303.0, 4333.0, 4281.0, 4303.0, 4333.0, 4281.0, 4292.0, 4332.0, 4271.0, 4293.0, 4333.0, 4293.0, 4282.0, 4333.0, 4271.0, 4284.0, 4344.0, 4282.0, 4283.0, 4333.0, 4270.0, 4284.0, 4347.0, 4304.0, 4285.0, 4324.0, 4305.0, 4287.0, 4348.0, 4347.0, 4286.0, 4328.0, 4325.0, 4287.0, 4350.0, 4346.0, 4298.0, 4339.0, 4338.0, 4308.0, 4351.0, 4348.0, 4297.0, 4328.0, 4337.0, 4298.0, 4338.0, 4349.0, 4297.0, 4329.0, 4347.0, 4299.0, 4341.0, 4350.0, 4297.0, 4340.0, 4348.0, 4298.0, 4328.0, 4348.0, 4300.0, 4329.0, 4347.0, 4298.0, 4317.0, 4348.0, 4299.0, 4317.0, 4348.0, 4299.0, 4343.0, 4347.0, 4298.0, 4307.0, 4346.0, 4298.0, 4342.0, 4349.0, 4298.0, 4327.0, 4325.0, 4297.0, 4350.0, 4328.0, 4300.0, 4339.0, 4296.0, 4299.0, 4351.0, 4317.0], 'WindowWidth': [9734.0, 9612.0, 9602.0, 9646.0, 9541.0, 9569.0, 9634.0, 9573.0, 9560.0, 9612.0, 9512.0, 9556.0, 9613.0, 9546.0, 9535.0, 9602.0, 9507.0, 9555.0, 9606.0, 9535.0, 9551.0, 9604.0, 9522.0, 9578.0, 9604.0, 9530.0, 9558.0, 9558.0, 9519.0, 9602.0, 9584.0, 9509.0, 9554.0, 9522.0, 9511.0, 9586.0, 9563.0, 9506.0, 9549.0, 9487.0, 9509.0, 9576.0, 9513.0, 9500.0, 9556.0, 9469.0, 9500.0, 9574.0, 9498.0, 9500.0, 9551.0, 9469.0, 9501.0, 9558.0, 9482.0, 9500.0, 9570.0, 9487.0, 9535.0, 9573.0, 9500.0, 9516.0, 9555.0, 9486.0, 9531.0, 9560.0, 9502.0, 9510.0, 9552.0, 9485.0, 9566.0, 9561.0, 9496.0, 9502.0, 9554.0, 9487.0, 9562.0, 9577.0, 9489.0, 9549.0, 9589.0, 9513.0, 9557.0, 9587.0, 9511.0, 9571.0, 9503.0, 9506.0, 9577.0, 9543.0, 9530.0, 9571.0, 9565.0, 9507.0, 9569.0, 9575.0, 9516.0, 9518.0, 9572.0, 9485.0, 9516.0, 9559.0, 9485.0, 9517.0, 9555.0, 9470.0, 9501.0, 9554.0, 9481.0, 9496.0, 9552.0, 9466.0, 9494.0, 9556.0, 9479.0, 9503.0, 9550.0, 9470.0, 9505.0, 9575.0, 9497.0, 9493.0, 9556.0, 9471.0, 9492.0, 9572.0, 9504.0, 9496.0, 9577.0, 9491.0, 9510.0, 9580.0, 9511.0, 9512.0, 9577.0, 9484.0, 9528.0, 9582.0, 9525.0, 9518.0, 9585.0, 9512.0, 9533.0, 9587.0, 9525.0, 9516.0, 9587.0, 9519.0, 9538.0, 9609.0, 9560.0, 9532.0, 9592.0, 9535.0, 9582.0, 9616.0, 9606.0, 9534.0, 9577.0, 9519.0, 9555.0, 9629.0, 9581.0, 9566.0, 9620.0, 9554.0, 9560.0, 9614.0, 9611.0, 9538.0, 9601.0, 9571.0, 9546.0, 9635.0, 9616.0, 9539.0, 9565.0, 9590.0, 9518.0, 9561.0, 9588.0, 9514.0, 9524.0, 9584.0, 9517.0, 9504.0, 9561.0, 9486.0, 9503.0, 9557.0, 9479.0, 9485.0, 9551.0, 9467.0, 9502.0, 9554.0, 9481.0, 9501.0, 9553.0, 9455.0, 9502.0, 9554.0, 9493.0, 9499.0, 9538.0, 9464.0, 9498.0, 9561.0, 9525.0, 9484.0, 9539.0, 9543.0, 9524.0, 9542.0, 9571.0, 9498.0, 9533.0, 9530.0, 9522.0, 9614.0, 9578.0, 9503.0, 9524.0, 9558.0, 9489.0, 9550.0, 9571.0, 9506.0, 9535.0, 9574.0, 9509.0, 9537.0, 9561.0, 9492.0, 9539.0, 9560.0, 9505.0, 9507.0, 9557.0, 9477.0, 9526.0, 9562.0, 9501.0, 9502.0, 9554.0, 9475.0, 9519.0, 9563.0, 9504.0, 9505.0, 9557.0, 9476.0, 9523.0, 9561.0, 9488.0, 9507.0, 9561.0, 9494.0, 9523.0, 9572.0, 9486.0, 9506.0, 9558.0, 9475.0, 9524.0, 9565.0, 9544.0, 9545.0, 9582.0, 9524.0, 9527.0, 9569.0, 9543.0, 9525.0, 9582.0, 9508.0, 9529.0, 9585.0, 9513.0, 9531.0, 9586.0, 9512.0, 9529.0, 9584.0, 9511.0, 9528.0, 9584.0, 9511.0, 9517.0, 9599.0, 9499.0, 9531.0, 9600.0, 9515.0, 9534.0, 9586.0, 9518.0, 9577.0, 9611.0, 9533.0, 9546.0, 9597.0, 9516.0, 9591.0, 9606.0, 9534.0, 9575.0, 9573.0, 9530.0, 9590.0, 9582.0, 9528.0, 9586.0, 9494.0, 9527.0, 9587.0, 9524.0, 9527.0, 9586.0, 9497.0, 9527.0, 9580.0, 9510.0, 9527.0, 9581.0, 9500.0, 9555.0, 9579.0, 9515.0, 9559.0, 9588.0, 9514.0, 9556.0, 9586.0, 9518.0, 9572.0, 9583.0, 9510.0, 9568.0, 9579.0, 9517.0, 9592.0, 9580.0, 9515.0, 9559.0, 9580.0, 9531.0, 9573.0, 9555.0, 9535.0, 9595.0, 9526.0, 9527.0, 9587.0, 9531.0, 9532.0, 9604.0, 9514.0, 9549.0, 9601.0, 9528.0, 9533.0, 9584.0, 9512.0, 9531.0, 9585.0, 9526.0, 9512.0, 9579.0, 9490.0, 9512.0, 9580.0, 9508.0, 9515.0, 9575.0, 9491.0, 9539.0, 9578.0, 9521.0, 9537.0, 9563.0, 9497.0, 9573.0, 9563.0, 9522.0, 9538.0, 9560.0, 9494.0, 9556.0, 9565.0, 9525.0, 9553.0, 9573.0, 9495.0, 9552.0, 9560.0, 9491.0, 9547.0, 9559.0, 9491.0, 9535.0, 9562.0, 9493.0, 9519.0, 9559.0, 9506.0, 9535.0, 9560.0, 9494.0, 9538.0, 9562.0, 9510.0, 9566.0, 9565.0, 9511.0, 9567.0, 9568.0, 9511.0, 9574.0, 9567.0, 9527.0, 9568.0, 9523.0, 9524.0, 9565.0, 9507.0, 9527.0, 9581.0, 9494.0, 9536.0, 9582.0, 9509.0, 9515.0, 9580.0, 9491.0, 9534.0, 9588.0, 9510.0, 9529.0, 9586.0, 9495.0, 9533.0, 9582.0, 9507.0, 9528.0, 9586.0, 9512.0, 9542.0, 9583.0, 9511.0, 9543.0, 9585.0, 9513.0, 9573.0, 9579.0, 9511.0, 9571.0, 9522.0, 9508.0, 9589.0, 9586.0, 9508.0, 9556.0, 9584.0, 9517.0, 9551.0, 9561.0, 9493.0, 9565.0, 9494.0, 9515.0, 9629.0, 9528.0, 9530.0, 9586.0, 9499.0, 9530.0, 9584.0, 9518.0, 9535.0, 9588.0, 9521.0, 9593.0, 9590.0, 9522.0, 9577.0, 9548.0, 9533.0, 9591.0, 9517.0, 9534.0, 9582.0, 9516.0, 9561.0, 9585.0, 9528.0, 9587.0, 9555.0, 9525.0, 9566.0, 9493.0, 9531.0, 9580.0, 9507.0, 9525.0, 9580.0, 9529.0, 9541.0, 9566.0, 9528.0, 9538.0, 9533.0, 9508.0, 9589.0, 9511.0, 9515.0, 9585.0, 9496.0, 9528.0, 9579.0, 9510.0, 9568.0, 9510.0, 9526.0, 9586.0, 9509.0, 9528.0, 9580.0, 9510.0, 9542.0, 9582.0, 9509.0, 9570.0, 9565.0, 9513.0, 9569.0, 9490.0, 9509.0, 9562.0, 9493.0, 9520.0, 9557.0, 9506.0, 9534.0, 9545.0, 9503.0, 9565.0, 9502.0, 9505.0, 9557.0, 9469.0, 9508.0, 9560.0, 9487.0, 9504.0, 9559.0, 9494.0, 9554.0, 9566.0, 9505.0, 9565.0, 9491.0, 9509.0, 9579.0, 9503.0, 9526.0, 9578.0, 9512.0, 9532.0, 9581.0, 9503.0, 9546.0, 9591.0, 9533.0, 9549.0, 9585.0, 9520.0, 9562.0, 9587.0, 9531.0, 9571.0, 9547.0, 9529.0, 9583.0, 9514.0, 9533.0, 9587.0, 9499.0, 9532.0, 9586.0, 9512.0, 9527.0, 9569.0, 9493.0, 9540.0, 9579.0, 9526.0, 9543.0, 9565.0, 9510.0, 9574.0, 9577.0, 9509.0, 9549.0, 9518.0, 9505.0, 9566.0, 9530.0, 9489.0, 9543.0, 9471.0, 9489.0, 9557.0, 9486.0, 9500.0, 9560.0, 9485.0, 9518.0, 9558.0, 9494.0, 9537.0, 9560.0, 9507.0, 9567.0, 9559.0, 9508.0, 9564.0, 9544.0, 9488.0, 9545.0, 9498.0, 9504.0, 9561.0, 9555.0, 9486.0, 9527.0, 9509.0, 9490.0, 9564.0, 9512.0, 9503.0, 9545.0, 9475.0, 9509.0, 9565.0, 9508.0, 9522.0, 9583.0, 9517.0, 9545.0, 9585.0, 9509.0, 9541.0, 9567.0, 9510.0, 9584.0, 9587.0, 9516.0, 9546.0, 9586.0, 9527.0, 9607.0, 9541.0, 9555.0, 9575.0, 9539.0, 9613.0, 9533.0, 9533.0, 9588.0, 9513.0, 9514.0, 9584.0, 9510.0, 9511.0, 9580.0, 9490.0, 9511.0, 9563.0, 9505.0, 9510.0, 9563.0, 9490.0, 9495.0, 9566.0, 9508.0, 9510.0, 9570.0, 9523.0, 9509.0, 9570.0, 9553.0, 9496.0, 9558.0, 9526.0, 9529.0, 9591.0, 9591.0, 9517.0, 9578.0, 9546.0, 9542.0, 9626.0, 9591.0, 9535.0, 9566.0, 9518.0, 9552.0, 9618.0, 9581.0, 9546.0, 9602.0, 9550.0, 9536.0, 9598.0, 9609.0, 9520.0, 9562.0, 9588.0, 9519.0, 9580.0, 9597.0, 9528.0, 9529.0, 9585.0, 9513.0, 9548.0, 9589.0, 9508.0, 9510.0, 9564.0, 9489.0, 9496.0, 9562.0, 9500.0, 9489.0, 9558.0, 9473.0, 9502.0, 9559.0, 9502.0, 9485.0, 9543.0, 9512.0, 9502.0, 9563.0, 9543.0, 9488.0, 9529.0, 9552.0, 9485.0, 9531.0, 9556.0, 9485.0, 9528.0, 9553.0, 9501.0, 9528.0, 9553.0, 9485.0, 9513.0, 9540.0, 9486.0, 9520.0, 9554.0, 9486.0, 9519.0, 9550.0, 9485.0, 9505.0, 9556.0, 9486.0, 9517.0, 9556.0, 9507.0, 9523.0, 9563.0, 9495.0, 9520.0, 9561.0, 9510.0, 9541.0, 9583.0, 9513.0, 9554.0, 9580.0, 9515.0, 9559.0, 9566.0, 9510.0, 9539.0, 9561.0, 9508.0, 9556.0, 9562.0, 9510.0, 9539.0, 9560.0, 9509.0, 9567.0, 9580.0, 9512.0, 9538.0, 9563.0, 9510.0, 9558.0, 9579.0, 9512.0, 9542.0, 9566.0, 9513.0, 9560.0, 9581.0, 9514.0, 9543.0, 9563.0, 9511.0, 9560.0, 9571.0, 9528.0, 9526.0, 9566.0, 9499.0, 9542.0, 9582.0, 9511.0, 9512.0, 9580.0, 9503.0, 9559.0, 9584.0, 9514.0, 9546.0, 9591.0, 9521.0, 9543.0, 9581.0, 9516.0, 9546.0, 9581.0, 9516.0, 9562.0, 9585.0, 9531.0, 9561.0, 9583.0, 9501.0, 9595.0, 9588.0, 9516.0, 9572.0, 9499.0, 9526.0, 9592.0, 9521.0, 9508.0, 9549.0, 9472.0, 9505.0, 9561.0, 9518.0, 9504.0, 9549.0, 9518.0, 9505.0, 9561.0, 9508.0, 9527.0, 9586.0, 9510.0, 9508.0, 9560.0, 9479.0, 9507.0, 9579.0, 9492.0, 9509.0, 9576.0, 9492.0, 9523.0, 9564.0, 9491.0, 9508.0, 9562.0, 9489.0, 9521.0, 9563.0, 9485.0, 9501.0, 9555.0, 9470.0, 9519.0, 9558.0, 9487.0, 9518.0, 9557.0, 9487.0, 9532.0, 9564.0, 9492.0, 9523.0, 9560.0, 9493.0, 9537.0, 9578.0, 9508.0, 9524.0, 9579.0, 9493.0, 9521.0, 9581.0, 9495.0, 9514.0, 9579.0, 9494.0, 9522.0, 9575.0, 9507.0, 9509.0, 9564.0, 9480.0, 9507.0, 9575.0, 9501.0, 9531.0, 9589.0, 9516.0, 9532.0, 9585.0, 9526.0, 9538.0, 9594.0, 9517.0, 9536.0, 9585.0, 9505.0, 9530.0, 9601.0, 9520.0, 9574.0, 9605.0, 9516.0, 9531.0, 9606.0, 9526.0, 9567.0, 9559.0, 9535.0, 9614.0, 9576.0, 9537.0, 9579.0, 9515.0, 9543.0, 9608.0, 9592.0, 9529.0, 9555.0, 9524.0, 9530.0, 9587.0, 9566.0, 9512.0, 9553.0, 9552.0, 9510.0, 9567.0, 9554.0, 9494.0, 9563.0, 9550.0, 9509.0, 9567.0, 9563.0, 9475.0, 9531.0, 9561.0, 9488.0, 9535.0, 9554.0, 9487.0, 9580.0, 9565.0, 9505.0, 9501.0, 9549.0, 9469.0, 9528.0, 9555.0, 9504.0, 9532.0, 9555.0, 9489.0, 9548.0, 9561.0, 9504.0, 9517.0, 9555.0, 9488.0, 9532.0, 9555.0, 9486.0, 9531.0, 9552.0, 9485.0, 9542.0, 9554.0, 9483.0, 9513.0, 9553.0, 9481.0, 9513.0, 9556.0, 9481.0, 9498.0, 9552.0, 9466.0, 9499.0, 9554.0, 9497.0, 9484.0, 9553.0, 9467.0, 9489.0, 9573.0, 9483.0, 9488.0, 9555.0, 9468.0, 9490.0, 9580.0, 9517.0, 9493.0, 9546.0, 9518.0, 9498.0, 9584.0, 9582.0, 9498.0, 9555.0, 9547.0, 9499.0, 9589.0, 9579.0, 9515.0, 9572.0, 9569.0, 9530.0, 9591.0, 9582.0, 9513.0, 9556.0, 9566.0, 9516.0, 9572.0, 9587.0, 9514.0, 9559.0, 9581.0, 9519.0, 9577.0, 9589.0, 9514.0, 9573.0, 9585.0, 9517.0, 9558.0, 9585.0, 9519.0, 9558.0, 9583.0, 9515.0, 9541.0, 9583.0, 9515.0, 9539.0, 9584.0, 9520.0, 9586.0, 9583.0, 9518.0, 9527.0, 9577.0, 9516.0, 9581.0, 9586.0, 9516.0, 9553.0, 9548.0, 9514.0, 9587.0, 9554.0, 9519.0, 9573.0, 9510.0, 9517.0, 9589.0, 9537.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.00040283500455788514</td></tr>
<tr><td colspan=3>aqi</td><td>0.015955561075660894</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.404203397618545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2163993018065684</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0078224981295625</td></tr>
<tr><td colspan=3>efc</td><td>0.5225</td></tr>
<tr><td colspan=3>fber</td><td>4058.8967</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07699427768179884</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5496809480401095</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.605634147318078</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5216751216967617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8145604783501943</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.480666841907278</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124684</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00257665547542274</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03538648784160614</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</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.8242773127693677</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.6763</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.6888</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>230.5164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287032.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>1138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.08</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2672</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.4463</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3401.0765</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.4869</td></tr>
<tr><td colspan=3>tsnr</td><td>42.81226650997996</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>