ds005256-mriqc/sub-0018_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>19191a098f8cfdf863352887b51cc8ee</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:13:1.892500</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.990734, 0.127614, 0.0464775, -0.120418, 0.983649, -0.13392]</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.101252</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7755, -7250, 730, -23, -230, -66, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>90c36d68-d1d5-4475-9a20-86028997b722||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.6580679416656494, -0.3230739235877991, 0.16958042979240417, 119.93180847167969], [-0.34237805008888245, 2.6390576362609863, -0.3431231379508972, -68.67263793945312], [0.12469568848609924, 0.3592982292175293, 2.672734260559082, -81.88152313232422], [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': ['091301.892500', '091302.352500', '091302.812500', '091303.272500', '091303.732500', '091304.192500', '091304.652500', '091305.112500', '091305.572500', '091306.032500', '091306.492500', '091306.952500', '091307.412500', '091307.872500', '091308.332500', '091308.792500', '091309.252500', '091309.712500', '091310.172500', '091310.632500', '091311.092500', '091311.552500', '091312.012500', '091312.472500', '091312.932500', '091313.392500', '091313.852500', '091314.312500', '091314.772500', '091315.232500', '091315.692500', '091316.152500', '091316.612500', '091317.072500', '091317.532500', '091317.992500', '091318.452500', '091318.912500', '091319.372500', '091319.832500', '091320.292500', '091320.752500', '091321.212500', '091321.672500', '091322.132500', '091322.592500', '091323.052500', '091323.512500', '091323.972500', '091324.432500', '091324.892500', '091325.352500', '091325.812500', '091326.272500', '091326.732500', '091327.192500', '091327.652500', '091328.112500', '091328.572500', '091329.032500', '091329.492500', '091329.952500', '091330.412500', '091330.872500', '091331.332500', '091331.792500', '091332.252500', '091332.712500', '091333.172500', '091333.632500', '091334.092500', '091334.552500', '091335.012500', '091335.472500', '091335.932500', '091336.392500', '091336.852500', '091337.312500', '091337.772500', '091338.232500', '091338.692500', '091339.152500', '091339.612500', '091340.072500', '091340.532500', '091340.992500', '091341.452500', '091341.912500', '091342.372500', '091342.832500', '091343.292500', '091343.752500', '091344.212500', '091344.672500', '091345.132500', '091345.592500', '091346.052500', '091346.512500', '091346.972500', '091347.432500', '091347.892500', '091348.352500', '091348.812500', '091349.272500', '091349.732500', '091350.192500', '091350.652500', '091351.112500', '091351.572500', '091352.032500', '091352.492500', '091352.952500', '091353.412500', '091353.872500', '091354.332500', '091354.792500', '091355.252500', '091355.712500', '091356.172500', '091356.632500', '091357.092500', '091357.552500', '091358.012500', '091358.472500', '091358.932500', '091359.392500', '091359.852500', '091400.312500', '091400.772500', '091401.232500', '091401.692500', '091402.152500', '091402.612500', '091403.072500', '091403.532500', '091403.992500', '091404.452500', '091404.912500', '091405.372500', '091405.832500', '091406.292500', '091406.752500', '091407.212500', '091407.672500', '091408.132500', '091408.592500', '091409.052500', '091409.512500', '091409.972500', '091410.432500', '091410.892500', '091411.352500', '091411.812500', '091412.272500', '091412.732500', '091413.192500', '091413.652500', '091414.112500', '091414.572500', '091415.032500', '091415.492500', '091415.952500', '091416.412500', '091416.872500', '091417.332500', '091417.792500', '091418.252500', '091418.712500', '091419.172500', '091419.632500', '091420.092500', '091420.552500', '091421.012500', '091421.472500', '091421.932500', '091422.392500', '091422.852500', '091423.312500', '091423.772500', '091424.232500', '091424.692500', '091425.152500', '091425.612500', '091426.072500', '091426.532500', '091426.992500', '091427.452500', '091427.912500', '091428.372500', '091428.832500', '091429.292500', '091429.752500', '091430.212500', '091430.672500', '091431.132500', '091431.592500', '091432.052500', '091432.512500', '091432.972500', '091433.432500', '091433.892500', '091434.352500', '091434.812500', '091435.272500', '091435.732500', '091436.192500', '091436.652500', '091437.112500', '091437.572500', '091438.032500', '091438.492500', '091438.952500', '091439.412500', '091439.872500', '091440.332500', '091440.792500', '091441.252500', '091441.712500', '091442.172500', '091442.632500', '091443.092500', '091443.552500', '091444.012500', '091444.472500', '091444.932500', '091445.392500', '091445.852500', '091446.312500', '091446.772500', '091447.232500', '091447.692500', '091448.152500', '091448.612500', '091449.072500', '091449.532500', '091449.992500', '091450.452500', '091450.912500', '091451.372500', '091451.832500', '091452.292500', '091452.752500', '091453.212500', '091453.672500', '091454.132500', '091454.592500', '091455.052500', '091455.512500', '091455.972500', '091456.432500', '091456.892500', '091457.352500', '091457.812500', '091458.272500', '091458.732500', '091459.192500', '091459.652500', '091500.112500', '091500.572500', '091501.032500', '091501.492500', '091501.952500', '091502.412500', '091502.872500', '091503.332500', '091503.792500', '091504.252500', '091504.712500', '091505.172500', '091505.632500', '091506.092500', '091506.552500', '091507.012500', '091507.472500', '091507.932500', '091508.392500', '091508.852500', '091509.312500', '091509.772500', '091510.232500', '091510.692500', '091511.152500', '091511.612500', '091512.072500', '091512.532500', '091512.992500', '091513.452500', '091513.912500', '091514.372500', '091514.832500', '091515.292500', '091515.752500', '091516.212500', '091516.672500', '091517.132500', '091517.592500', '091518.052500', '091518.512500', '091518.972500', '091519.432500', '091519.892500', '091520.352500', '091520.812500', '091521.272500', '091521.732500', '091522.192500', '091522.652500', '091523.112500', '091523.572500', '091524.032500', '091524.492500', '091524.952500', '091525.412500', '091525.872500', '091526.332500', '091526.792500', '091527.252500', '091527.712500', '091528.172500', '091528.632500', '091529.092500', '091529.552500', '091530.012500', '091530.472500', '091530.932500', '091531.392500', '091531.852500', '091532.312500', '091532.772500', '091533.232500', '091533.692500', '091534.152500', '091534.612500', '091535.072500', '091535.532500', '091535.992500', '091536.452500', '091536.912500', '091537.372500', '091537.832500', '091538.292500', '091538.752500', '091539.212500', '091539.672500', '091540.132500', '091540.592500', '091541.052500', '091541.512500', '091541.972500', '091542.432500', '091542.892500', '091543.352500', '091543.812500', '091544.272500', '091544.732500', '091545.192500', '091545.652500', '091546.112500', '091546.572500', '091547.032500', '091547.492500', '091547.952500', '091548.412500', '091548.872500', '091549.332500', '091549.792500', '091550.252500', '091550.712500', '091551.172500', '091551.632500', '091552.092500', '091552.552500', '091553.012500', '091553.472500', '091553.932500', '091554.392500', '091554.852500', '091555.312500', '091555.772500', '091556.232500', '091556.692500', '091557.152500', '091557.612500', '091558.072500', '091558.532500', '091558.992500', '091559.452500', '091559.912500', '091600.372500', '091600.832500', '091601.292500', '091601.752500', '091602.212500', '091602.672500', '091603.132500', '091603.592500', '091604.052500', '091604.512500', '091604.972500', '091605.432500', '091605.892500', '091606.352500', '091606.812500', '091607.272500', '091607.732500', '091608.192500', '091608.652500', '091609.112500', '091609.572500', '091610.032500', '091610.492500', '091610.952500', '091611.412500', '091611.872500', '091612.332500', '091612.792500', '091613.252500', '091613.712500', '091614.172500', '091614.632500', '091615.092500', '091615.552500', '091616.012500', '091616.472500', '091616.932500', '091617.392500', '091617.852500', '091618.312500', '091618.772500', '091619.232500', '091619.692500', '091620.152500', '091620.612500', '091621.072500', '091621.532500', '091621.992500', '091622.452500', '091622.912500', '091623.372500', '091623.832500', '091624.292500', '091624.752500', '091625.212500', '091625.672500', '091626.132500', '091626.592500', '091627.052500', '091627.512500', '091627.972500', '091628.432500', '091628.892500', '091629.352500', '091629.812500', '091630.272500', '091630.732500', '091631.192500', '091631.652500', '091632.112500', '091632.572500', '091633.032500', '091633.492500', '091633.952500', '091634.412500', '091634.872500', '091635.332500', '091635.792500', '091636.252500', '091636.712500', '091637.172500', '091637.632500', '091638.092500', '091638.552500', '091639.012500', '091639.472500', '091639.932500', '091640.392500', '091640.852500', '091641.312500', '091641.772500', '091642.232500', '091642.692500', '091643.152500', '091643.612500', '091644.072500', '091644.532500', '091644.992500', '091645.452500', '091645.912500', '091646.372500', '091646.832500', '091647.292500', '091647.752500', '091648.212500', '091648.672500', '091649.132500', '091649.592500', '091650.052500', '091650.512500', '091650.972500', '091651.432500', '091651.892500', '091652.352500', '091652.812500', '091653.272500', '091653.732500', '091654.192500', '091654.652500', '091655.112500', '091655.572500', '091656.032500', '091656.492500', '091656.952500', '091657.412500', '091657.872500', '091658.332500', '091658.792500', '091659.252500', '091659.712500', '091700.172500', '091700.632500', '091701.092500', '091701.552500', '091702.012500', '091702.472500', '091702.932500', '091703.392500', '091703.852500', '091704.312500', '091704.772500', '091705.232500', '091705.692500', '091706.152500', '091706.612500', '091707.072500', '091707.532500', '091707.992500', '091708.452500', '091708.912500', '091709.372500', '091709.832500', '091710.292500', '091710.752500', '091711.212500', '091711.672500', '091712.132500', '091712.592500', '091713.052500', '091713.512500', '091713.972500', '091714.432500', '091714.892500', '091715.352500', '091715.812500', '091716.272500', '091716.732500', '091717.192500', '091717.652500', '091718.112500', '091718.572500', '091719.032500', '091719.492500', '091719.952500', '091720.412500', '091720.872500', '091721.332500', '091721.792500', '091722.252500', '091722.712500', '091723.172500', '091723.632500', '091724.092500', '091724.552500', '091725.012500', '091725.472500', '091725.932500', '091726.392500', '091726.852500', '091727.312500', '091727.772500', '091728.232500', '091728.692500', '091729.152500', '091729.612500', '091730.072500', '091730.532500', '091730.992500', '091731.452500', '091731.912500', '091732.372500', '091732.832500', '091733.292500', '091733.752500', '091734.212500', '091734.672500', '091735.132500', '091735.592500', '091736.052500', '091736.512500', '091736.972500', '091737.432500', '091737.892500', '091738.352500', '091738.812500', '091739.272500', '091739.732500', '091740.192500', '091740.652500', '091741.112500', '091741.572500', '091742.032500', '091742.492500', '091742.952500', '091743.412500', '091743.872500', '091744.332500', '091744.792500', '091745.252500', '091745.712500', '091746.172500', '091746.632500', '091747.092500', '091747.552500', '091748.012500', '091748.472500', '091748.932500', '091749.392500', '091749.852500', '091750.312500', '091750.772500', '091751.232500', '091751.692500', '091752.152500', '091752.612500', '091753.072500', '091753.532500', '091753.992500', '091754.452500', '091754.912500', '091755.372500', '091755.832500', '091756.292500', '091756.752500', '091757.212500', '091757.672500', '091758.132500', '091758.592500', '091759.052500', '091759.512500', '091759.972500', '091800.432500', '091800.892500', '091801.352500', '091801.812500', '091802.272500', '091802.732500', '091803.192500', '091803.652500', '091804.112500', '091804.572500', '091805.032500', '091805.492500', '091805.952500', '091806.412500', '091806.872500', '091807.332500', '091807.792500', '091808.252500', '091808.712500', '091809.172500', '091809.632500', '091810.092500', '091810.552500', '091811.012500', '091811.472500', '091811.932500', '091812.392500', '091812.852500', '091813.312500', '091813.772500', '091814.232500', '091814.692500', '091815.152500', '091815.612500', '091816.072500', '091816.532500', '091816.992500', '091817.452500', '091817.912500', '091818.372500', '091818.832500', '091819.292500', '091819.752500', '091820.212500', '091820.672500', '091821.132500', '091821.592500', '091822.052500', '091822.512500', '091822.972500', '091823.432500', '091823.892500', '091824.352500', '091824.812500', '091825.272500', '091825.732500', '091826.192500', '091826.652500', '091827.112500', '091827.572500', '091828.032500', '091828.492500', '091828.952500', '091829.412500', '091829.872500', '091830.332500', '091830.792500', '091831.252500', '091831.712500', '091832.172500', '091832.632500', '091833.092500', '091833.552500', '091834.012500', '091834.472500', '091834.932500', '091835.392500', '091835.852500', '091836.312500', '091836.772500', '091837.232500', '091837.692500', '091838.152500', '091838.612500', '091839.072500', '091839.532500', '091839.992500', '091840.452500', '091840.912500', '091841.372500', '091841.832500', '091842.292500', '091842.752500', '091843.212500', '091843.672500', '091844.132500', '091844.592500', '091845.052500', '091845.512500', '091845.972500', '091846.432500', '091846.892500', '091847.352500', '091847.812500', '091848.272500', '091848.732500', '091849.192500', '091849.652500', '091850.112500', '091850.572500', '091851.032500', '091851.492500', '091851.952500', '091852.412500', '091852.872500', '091853.332500', '091853.792500', '091854.252500', '091854.712500', '091855.172500', '091855.632500', '091856.092500', '091856.552500', '091857.012500', '091857.472500', '091857.932500', '091858.392500', '091858.852500', '091859.312500', '091859.772500', '091900.232500', '091900.692500', '091901.152500', '091901.612500', '091902.072500', '091902.532500', '091902.992500', '091903.452500', '091903.912500', '091904.372500', '091904.832500', '091905.292500', '091905.752500', '091906.212500', '091906.672500', '091907.132500', '091907.592500', '091908.052500', '091908.512500', '091908.972500', '091909.432500', '091909.892500', '091910.352500', '091910.812500', '091911.272500', '091911.732500', '091912.192500', '091912.652500', '091913.112500', '091913.572500', '091914.032500', '091914.492500', '091914.952500', '091915.412500', '091915.872500', '091916.332500', '091916.792500', '091917.252500', '091917.712500', '091918.172500', '091918.632500', '091919.092500', '091919.552500', '091920.012500', '091920.472500', '091920.932500', '091921.392500', '091921.852500', '091922.312500', '091922.772500', '091923.232500', '091923.692500', '091924.152500', '091924.612500', '091925.072500', '091925.532500', '091925.992500', '091926.452500', '091926.912500', '091927.372500', '091927.832500', '091928.292500', '091928.752500', '091929.212500', '091929.672500', '091930.132500', '091930.592500', '091931.052500', '091931.512500', '091931.972500', '091932.432500', '091932.892500', '091933.352500', '091933.812500', '091934.272500', '091934.732500', '091935.192500', '091935.652500', '091936.112500', '091936.572500', '091937.032500', '091937.492500', '091937.952500', '091938.412500', '091938.872500', '091939.332500', '091939.792500', '091940.252500', '091940.712500', '091941.172500', '091941.632500', '091942.092500', '091942.552500', '091943.012500', '091943.472500', '091943.932500', '091944.392500', '091944.852500', '091945.312500', '091945.772500', '091946.232500', '091946.692500', '091947.152500', '091947.612500', '091948.072500', '091948.532500', '091948.992500', '091949.452500', '091949.912500', '091950.372500', '091950.832500', '091951.292500', '091951.752500', '091952.212500', '091952.672500', '091953.132500', '091953.592500', '091954.052500', '091954.512500', '091954.972500', '091955.432500', '091955.892500', '091956.352500', '091956.812500', '091957.272500', '091957.732500', '091958.192500', '091958.652500', '091959.112500', '091959.572500', '092000.032500', '092000.492500', '092000.952500', '092001.412500', '092001.872500', '092002.332500', '092002.792500', '092003.252500', '092003.712500', '092004.172500', '092004.632500', '092005.092500', '092005.552500', '092006.012500', '092006.472500', '092006.932500', '092007.392500', '092007.852500', '092008.312500', '092008.772500', '092009.232500', '092009.692500', '092010.152500', '092010.612500', '092011.072500', '092011.532500', '092011.992500', '092012.452500', '092012.912500', '092013.372500', '092013.832500', '092014.292500', '092014.752500', '092015.212500', '092015.672500', '092016.132500', '092016.592500', '092017.052500', '092017.512500', '092017.972500', '092018.432500', '092018.892500', '092019.352500', '092019.812500', '092020.272500', '092020.732500', '092021.192500', '092021.652500', '092022.112500', '092022.572500', '092023.032500', '092023.492500', '092023.952500', '092024.412500', '092024.872500', '092025.332500', '092025.792500', '092026.252500', '092026.712500', '092027.172500', '092027.632500', '092028.092500', '092028.552500', '092029.012500', '092029.472500', '092029.932500', '092030.392500', '092030.852500', '092031.312500', '092031.772500', '092032.232500', '092032.692500', '092033.152500', '092033.612500', '092034.072500', '092034.532500', '092034.992500', '092035.452500', '092035.912500', '092036.372500', '092036.832500', '092037.292500', '092037.752500', '092038.212500', '092038.672500', '092039.132500', '092039.592500', '092040.052500', '092040.512500', '092040.972500', '092041.432500', '092041.892500', '092042.352500', '092042.812500', '092043.272500', '092043.732500', '092044.192500', '092044.652500', '092045.112500', '092045.572500', '092046.032500', '092046.492500', '092046.952500', '092047.412500', '092047.872500', '092048.332500', '092048.792500', '092049.252500', '092049.712500', '092050.172500', '092050.632500', '092051.092500', '092051.552500', '092052.012500', '092052.472500', '092052.932500', '092053.392500', '092053.852500', '092054.312500', '092054.772500', '092055.232500', '092055.692500', '092056.152500', '092056.612500', '092057.072500', '092057.532500', '092057.992500', '092058.452500', '092058.912500', '092059.372500', '092059.832500', '092100.292500', '092100.752500', '092101.212500', '092101.672500', '092102.132500', '092102.592500', '092103.052500', '092103.512500', '092103.972500', '092104.432500', '092104.892500', '092105.352500', '092105.812500', '092106.272500', '092106.732500', '092107.192500', '092107.652500', '092108.112500', '092108.572500', '092109.032500', '092109.492500', '092109.952500', '092110.412500', '092110.872500', '092111.332500', '092111.792500', '092112.252500', '092112.712500', '092113.172500', '092113.632500', '092114.092500', '092114.552500', '092115.012500', '092115.472500', '092115.932500', '092116.392500', '092116.852500', '092117.312500', '092117.772500', '092118.232500', '092118.692500', '092119.152500', '092119.612500', '092120.072500', '092120.532500', '092120.992500', '092121.452500', '092121.912500', '092122.372500', '092122.832500', '092123.292500', '092123.752500', '092124.212500', '092124.672500', '092125.132500', '092125.592500', '092126.052500', '092126.512500'], 'ContentTime': ['091306.388000', '091306.392000', '091306.395000', '091326.343000', '091326.346000', '091326.349000', '091326.352000', '091326.355000', '091326.358000', '091326.361000', '091326.364000', '091326.367000', '091326.370000', '091326.373000', '091326.375000', '091326.378000', '091326.381000', '091326.384000', '091326.387000', '091326.390000', '091326.392000', '091326.395000', '091326.398000', '091326.401000', '091326.403000', '091326.406000', '091326.409000', '091326.412000', '091326.415000', '091326.418000', '091326.425000', '091326.428000', '091326.431000', '091326.433000', '091326.436000', '091326.439000', '091326.442000', '091326.444000', '091326.447000', '091326.450000', '091326.453000', '091326.456000', '091326.459000', '091326.461000', '091326.464000', '091326.467000', '091326.470000', '091326.472000', '091326.475000', '091326.478000', '091346.343000', '091346.346000', '091346.349000', '091346.351000', '091346.354000', '091346.357000', '091346.360000', '091346.363000', '091346.365000', '091346.368000', '091346.371000', '091346.374000', '091346.376000', '091346.379000', '091346.382000', '091346.385000', '091346.388000', '091346.390000', '091346.393000', '091346.396000', '091346.399000', '091346.402000', '091346.404000', '091346.407000', '091346.410000', '091346.413000', '091346.415000', '091346.418000', '091346.421000', '091346.424000', '091346.427000', '091346.431000', '091346.434000', '091346.437000', '091346.440000', '091346.443000', '091346.445000', '091346.448000', '091346.451000', '091346.454000', '091346.457000', '091346.459000', '091346.462000', '091346.465000', '091406.343000', '091406.346000', '091406.348000', '091406.351000', '091406.354000', '091406.357000', '091406.360000', '091406.362000', '091406.365000', '091406.368000', '091406.371000', '091406.374000', '091406.377000', '091406.379000', '091406.382000', '091406.386000', '091406.390000', '091406.393000', '091406.396000', '091406.398000', '091406.401000', '091406.404000', '091406.407000', '091406.409000', '091406.412000', '091406.415000', '091406.418000', '091406.421000', '091406.423000', '091406.426000', '091406.429000', '091406.432000', '091406.435000', '091406.437000', '091406.444000', '091406.447000', '091406.449000', '091406.452000', '091406.455000', '091406.458000', '091406.460000', '091406.463000', '091406.466000', '091426.343000', '091426.346000', '091426.348000', '091426.351000', '091426.354000', '091426.357000', '091426.360000', '091426.363000', '091426.366000', '091426.369000', '091426.372000', '091426.375000', '091426.377000', '091426.380000', '091426.383000', '091426.386000', '091426.389000', '091426.391000', '091426.408000', '091426.411000', '091426.413000', '091426.416000', '091426.419000', '091426.422000', '091426.425000', '091426.427000', '091426.430000', '091426.433000', '091426.436000', '091426.439000', '091426.441000', '091426.444000', '091426.447000', '091426.450000', '091426.453000', '091426.456000', '091426.458000', '091426.461000', '091426.464000', '091426.467000', '091426.470000', '091426.472000', '091426.475000', '091426.478000', '091446.343000', '091446.346000', '091446.349000', '091446.352000', '091446.354000', '091446.357000', '091446.360000', '091446.363000', '091446.366000', '091446.368000', '091446.371000', '091446.374000', '091446.377000', '091446.380000', '091446.382000', '091446.385000', '091446.388000', '091446.391000', '091446.394000', '091446.397000', '091446.402000', '091446.406000', '091446.409000', '091446.412000', '091446.415000', '091446.418000', '091446.420000', '091446.423000', '091446.426000', '091446.429000', '091446.432000', '091446.434000', '091446.437000', '091446.440000', '091446.443000', '091446.446000', '091446.448000', '091446.451000', '091446.454000', '091446.457000', '091446.460000', '091446.462000', '091446.465000', '091506.343000', '091506.346000', '091506.349000', '091506.351000', '091506.354000', '091506.357000', '091506.360000', '091506.363000', '091506.366000', '091506.368000', '091506.371000', '091506.374000', '091506.377000', '091506.380000', '091506.382000', '091506.385000', '091506.390000', '091506.392000', '091506.395000', '091506.398000', '091506.401000', '091506.404000', '091506.407000', '091506.409000', '091506.412000', '091506.415000', '091506.418000', '091506.421000', '091506.428000', '091506.431000', '091506.433000', '091506.436000', '091506.439000', '091506.442000', '091506.445000', '091506.448000', '091506.451000', '091506.453000', '091506.456000', '091506.459000', '091506.462000', '091506.465000', '091506.468000', '091506.471000', '091526.343000', '091526.346000', '091526.349000', '091526.351000', '091526.354000', '091526.357000', '091526.360000', '091526.363000', '091526.365000', '091526.368000', '091526.371000', '091526.374000', '091526.377000', '091526.380000', '091526.383000', '091526.386000', '091526.396000', '091526.399000', '091526.402000', '091526.405000', '091526.407000', '091526.410000', '091526.414000', '091526.419000', '091526.422000', '091526.425000', '091526.428000', '091526.431000', '091526.434000', '091526.436000', '091526.439000', '091526.442000', '091526.445000', '091526.448000', '091526.451000', '091526.453000', '091526.456000', '091526.459000', '091526.462000', '091526.465000', '091526.467000', '091526.470000', '091526.473000', '091546.343000', '091546.346000', '091546.349000', '091546.351000', '091546.354000', '091546.357000', '091546.360000', '091546.363000', '091546.365000', '091546.368000', '091546.371000', '091546.374000', '091546.378000', '091546.381000', '091546.384000', '091546.387000', '091546.390000', '091546.393000', '091546.395000', '091546.398000', '091546.401000', '091546.404000', '091546.407000', '091546.409000', '091546.412000', '091546.415000', '091546.418000', '091546.421000', '091546.424000', '091546.426000', '091546.429000', '091546.432000', '091546.435000', '091546.438000', '091546.441000', '091546.443000', '091546.446000', '091546.449000', '091546.452000', '091546.455000', '091546.457000', '091546.460000', '091546.469000', '091546.472000', '091606.343000', '091606.346000', '091606.349000', '091606.351000', '091606.354000', '091606.357000', '091606.360000', '091606.363000', '091606.366000', '091606.368000', '091606.371000', '091606.374000', '091606.378000', '091606.381000', '091606.384000', '091606.387000', '091606.390000', '091606.393000', '091606.395000', '091606.398000', '091606.401000', '091606.404000', '091606.407000', '091606.410000', '091606.412000', '091606.415000', '091606.418000', '091606.421000', '091606.424000', '091606.426000', '091606.429000', '091606.432000', '091606.435000', '091606.438000', '091606.441000', '091606.444000', '091606.449000', '091606.452000', '091606.455000', '091606.458000', '091606.460000', '091606.463000', '091606.466000', '091626.343000', '091626.346000', '091626.349000', '091626.352000', '091626.354000', '091626.357000', '091626.360000', '091626.363000', '091626.366000', '091626.369000', '091626.371000', '091626.374000', '091626.377000', '091626.386000', '091626.389000', '091626.392000', '091626.395000', '091626.398000', '091626.401000', '091626.404000', '091626.407000', '091626.410000', '091626.413000', '091626.416000', '091626.419000', '091626.421000', '091626.424000', '091626.427000', '091626.430000', '091626.433000', '091626.436000', '091626.439000', '091626.441000', '091626.444000', '091626.447000', '091626.450000', '091626.453000', '091626.455000', '091626.458000', '091626.461000', '091626.464000', '091626.467000', '091626.470000', '091626.472000', '091646.343000', '091646.346000', '091646.349000', '091646.352000', '091646.358000', '091646.361000', '091646.364000', '091646.367000', '091646.370000', '091646.373000', '091646.375000', '091646.378000', '091646.381000', '091646.384000', '091646.391000', '091646.394000', '091646.397000', '091646.400000', '091646.403000', '091646.405000', '091646.408000', '091646.411000', '091646.414000', '091646.417000', '091646.420000', '091646.422000', '091646.425000', '091646.428000', '091646.431000', '091646.434000', '091646.437000', '091646.439000', '091646.442000', '091646.445000', '091646.448000', '091646.451000', '091646.453000', '091646.456000', '091646.459000', '091646.462000', '091646.465000', '091646.468000', '091646.470000', '091706.343000', '091706.346000', '091706.349000', '091706.352000', '091706.354000', '091706.357000', '091706.360000', '091706.363000', '091706.366000', '091706.368000', '091706.371000', '091706.374000', '091706.377000', '091706.380000', '091706.383000', '091706.385000', '091706.388000', '091706.391000', '091706.394000', '091706.397000', '091706.399000', '091706.402000', '091706.405000', '091706.408000', '091706.411000', '091706.413000', '091706.416000', '091706.419000', '091706.422000', '091706.425000', '091706.428000', '091706.430000', '091706.433000', '091706.436000', '091706.439000', '091706.442000', '091706.444000', '091706.447000', '091706.450000', '091706.453000', '091706.456000', '091706.459000', '091706.462000', '091706.464000', '091726.343000', '091726.346000', '091726.349000', '091726.352000', '091726.354000', '091726.357000', '091726.360000', '091726.363000', '091726.366000', '091726.368000', '091726.371000', '091726.374000', '091726.377000', '091726.380000', '091726.383000', '091726.385000', '091726.388000', '091726.391000', '091726.394000', '091726.397000', '091726.400000', '091726.402000', '091726.405000', '091726.421000', '091726.424000', '091726.427000', '091726.430000', '091726.433000', '091726.436000', '091726.438000', '091726.441000', '091726.444000', '091726.447000', '091726.450000', '091726.453000', '091726.456000', '091726.459000', '091726.462000', '091726.464000', '091726.467000', '091726.470000', '091726.473000', '091726.476000', '091746.343000', '091746.346000', '091746.349000', '091746.351000', '091746.354000', '091746.357000', '091746.360000', '091746.363000', '091746.365000', '091746.368000', '091746.371000', '091746.374000', '091746.377000', '091746.381000', '091746.384000', '091746.386000', '091746.389000', '091746.392000', '091746.395000', '091746.398000', '091746.401000', '091746.403000', '091746.406000', '091746.409000', '091746.412000', '091746.415000', '091746.418000', '091746.420000', '091746.423000', '091746.426000', '091746.429000', '091746.432000', '091746.435000', '091746.437000', '091746.440000', '091746.443000', '091746.446000', '091746.449000', '091746.452000', '091746.455000', '091746.458000', '091746.461000', '091746.463000', '091746.466000', '091806.343000', '091806.346000', '091806.349000', '091806.352000', '091806.354000', '091806.357000', '091806.360000', '091806.372000', '091806.375000', '091806.378000', '091806.381000', '091806.384000', '091806.386000', '091806.389000', '091806.392000', '091806.395000', '091806.398000', '091806.401000', '091806.404000', '091806.407000', '091806.409000', '091806.412000', '091806.415000', '091806.418000', '091806.421000', '091806.424000', '091806.427000', '091806.429000', '091806.432000', '091806.435000', '091806.438000', '091806.441000', '091806.443000', '091806.446000', '091806.449000', '091806.452000', '091806.455000', '091806.458000', '091806.461000', '091806.464000', '091806.466000', '091806.469000', '091806.472000', '091826.343000', '091826.346000', '091826.349000', '091826.356000', '091826.359000', '091826.362000', '091826.365000', '091826.368000', '091826.370000', '091826.373000', '091826.376000', '091826.379000', '091826.382000', '091826.385000', '091826.387000', '091826.390000', '091826.393000', '091826.396000', '091826.399000', '091826.401000', '091826.404000', '091826.407000', '091826.410000', '091826.413000', '091826.416000', '091826.419000', '091826.422000', '091826.424000', '091826.428000', '091826.431000', '091826.434000', '091826.436000', '091826.439000', '091826.442000', '091826.445000', '091826.448000', '091826.451000', '091826.454000', '091826.457000', '091826.460000', '091826.462000', '091826.465000', '091826.468000', '091826.471000', '091846.343000', '091846.346000', '091846.349000', '091846.352000', '091846.355000', '091846.357000', '091846.360000', '091846.363000', '091846.366000', '091846.369000', '091846.372000', '091846.374000', '091846.377000', '091846.380000', '091846.383000', '091846.386000', '091846.389000', '091846.392000', '091846.394000', '091846.397000', '091846.400000', '091846.403000', '091846.406000', '091846.409000', '091846.412000', '091846.414000', '091846.417000', '091846.420000', '091846.423000', '091846.426000', '091846.429000', '091846.431000', '091846.434000', '091846.437000', '091846.440000', '091846.443000', '091846.446000', '091846.448000', '091846.451000', '091846.455000', '091846.458000', '091846.461000', '091846.464000', '091906.343000', '091906.346000', '091906.349000', '091906.352000', '091906.354000', '091906.357000', '091906.360000', '091906.363000', '091906.366000', '091906.369000', '091906.372000', '091906.374000', '091906.377000', '091906.380000', '091906.383000', '091906.386000', '091906.388000', '091906.391000', '091906.394000', '091906.397000', '091906.400000', '091906.403000', '091906.405000', '091906.408000', '091906.411000', '091906.414000', '091906.417000', '091906.420000', '091906.422000', '091906.425000', '091906.428000', '091906.431000', '091906.434000', '091906.437000', '091906.440000', '091906.443000', '091906.445000', '091906.448000', '091906.451000', '091906.463000', '091906.467000', '091906.470000', '091906.473000', '091906.475000', '091926.343000', '091926.346000', '091926.349000', '091926.351000', '091926.355000', '091926.357000', '091926.360000', '091926.363000', '091926.366000', '091926.369000', '091926.372000', '091926.375000', '091926.377000', '091926.380000', '091926.383000', '091926.386000', '091926.389000', '091926.391000', '091926.394000', '091926.397000', '091926.400000', '091926.403000', '091926.405000', '091926.408000', '091926.411000', '091926.414000', '091926.417000', '091926.420000', '091926.422000', '091926.425000', '091926.428000', '091926.431000', '091926.434000', '091926.437000', '091926.440000', '091926.443000', '091926.446000', '091926.449000', '091926.452000', '091926.455000', '091926.458000', '091926.461000', '091926.463000', '091946.343000', '091946.346000', '091946.349000', '091946.351000', '091946.354000', '091946.357000', '091946.360000', '091946.363000', '091946.366000', '091946.369000', '091946.371000', '091946.374000', '091946.377000', '091946.380000', '091946.383000', '091946.385000', '091946.388000', '091946.391000', '091946.394000', '091946.397000', '091946.400000', '091946.403000', '091946.405000', '091946.408000', '091946.411000', '091946.414000', '091946.417000', '091946.419000', '091946.422000', '091946.425000', '091946.428000', '091946.438000', '091946.441000', '091946.444000', '091946.447000', '091946.450000', '091946.452000', '091946.455000', '091946.458000', '091946.461000', '091946.463000', '091946.467000', '091946.469000', '091946.472000', '092006.343000', '092006.346000', '092006.349000', '092006.352000', '092006.354000', '092006.357000', '092006.360000', '092006.363000', '092006.366000', '092006.369000', '092006.372000', '092006.375000', '092006.378000', '092006.380000', '092006.383000', '092006.386000', '092006.389000', '092006.392000', '092006.395000', '092006.398000', '092006.401000', '092006.403000', '092006.406000', '092006.409000', '092006.412000', '092006.415000', '092006.418000', '092006.420000', '092006.423000', '092006.426000', '092006.429000', '092006.432000', '092006.434000', '092006.437000', '092006.440000', '092006.443000', '092006.446000', '092006.448000', '092006.451000', '092006.454000', '092006.457000', '092006.460000', '092006.463000', '092026.343000', '092026.346000', '092026.362000', '092026.365000', '092026.368000', '092026.371000', '092026.373000', '092026.376000', '092026.379000', '092026.382000', '092026.385000', '092026.388000', '092026.391000', '092026.393000', '092026.396000', '092026.399000', '092026.402000', '092026.405000', '092026.408000', '092026.411000', '092026.413000', '092026.416000', '092026.419000', '092026.422000', '092026.425000', '092026.427000', '092026.430000', '092026.446000', '092026.449000', '092026.451000', '092026.454000', '092026.458000', '092026.461000', '092026.464000', '092026.467000', '092026.470000', '092026.482000', '092026.485000', '092026.488000', '092026.490000', '092026.493000', '092026.496000', '092026.499000', '092046.343000', '092046.346000', '092046.349000', '092046.352000', '092046.355000', '092046.358000', '092046.360000', '092046.363000', '092046.366000', '092046.369000', '092046.372000', '092046.375000', '092046.378000', '092046.380000', '092046.383000', '092046.386000', '092046.389000', '092046.392000', '092046.395000', '092046.398000', '092046.400000', '092046.403000', '092046.406000', '092046.409000', '092046.421000', '092046.424000', '092046.427000', '092046.430000', '092046.432000', '092046.435000', '092046.438000', '092046.441000', '092046.444000', '092046.447000', '092046.450000', '092046.452000', '092046.455000', '092046.458000', '092046.461000', '092046.464000', '092046.466000', '092046.469000', '092046.472000', '092046.475000', '092106.343000', '092106.346000', '092106.349000', '092106.352000', '092106.355000', '092106.358000', '092106.361000', '092106.364000', '092106.367000', '092106.369000', '092106.372000', '092106.375000', '092106.378000', '092106.381000', '092106.384000', '092106.387000', '092106.390000', '092106.393000', '092106.395000', '092106.404000', '092106.407000', '092106.410000', '092106.413000', '092106.416000', '092106.419000', '092106.421000', '092106.424000', '092106.427000', '092106.430000', '092106.433000', '092106.436000', '092106.439000', '092106.441000', '092106.444000', '092106.447000', '092106.450000', '092106.453000', '092106.456000', '092106.458000', '092106.461000', '092106.464000', '092106.467000', '092106.470000', '092126.343000', '092126.346000', '092126.349000', '092126.352000', '092126.355000', '092126.357000', '092126.360000', '092126.363000', '092126.366000', '092126.369000', '092126.371000', '092126.374000', '092126.377000', '092126.380000', '092126.383000', '092126.386000', '092126.389000', '092126.391000', '092126.394000', '092126.397000', '092126.400000', '092126.403000', '092126.406000', '092126.409000', '092126.411000', '092126.414000', '092126.417000', '092126.420000', '092126.423000', '092126.426000', '092126.429000', '092126.432000', '092126.434000', '092126.437000', '092126.440000', '092126.443000', '092126.446000', '092126.449000', '092126.452000', '092126.454000', '092126.457000', '092126.460000', '092126.463000', '092126.466000', '092128.056000', '092128.060000', '092128.071000', '092128.074000'], 'InstanceCreationTime': ['091306.388000', '091306.392000', '091306.395000', '091326.343000', '091326.346000', '091326.349000', '091326.352000', '091326.355000', '091326.358000', '091326.361000', '091326.364000', '091326.367000', '091326.370000', '091326.373000', '091326.375000', '091326.378000', '091326.381000', '091326.384000', '091326.387000', '091326.390000', '091326.392000', '091326.395000', '091326.398000', '091326.401000', '091326.403000', '091326.406000', '091326.409000', '091326.412000', '091326.415000', '091326.418000', '091326.425000', '091326.428000', '091326.431000', '091326.433000', '091326.436000', '091326.439000', '091326.442000', '091326.444000', '091326.447000', '091326.450000', '091326.453000', '091326.456000', '091326.459000', '091326.461000', '091326.464000', '091326.467000', '091326.470000', '091326.472000', '091326.475000', '091326.478000', '091346.343000', '091346.346000', '091346.349000', '091346.351000', '091346.354000', '091346.357000', '091346.360000', '091346.363000', '091346.365000', '091346.368000', '091346.371000', '091346.374000', '091346.376000', '091346.379000', '091346.382000', '091346.385000', '091346.388000', '091346.390000', '091346.393000', '091346.396000', '091346.399000', '091346.402000', '091346.404000', '091346.407000', '091346.410000', '091346.413000', '091346.415000', '091346.418000', '091346.421000', '091346.424000', '091346.427000', '091346.431000', '091346.434000', '091346.437000', '091346.440000', '091346.443000', '091346.445000', '091346.448000', '091346.451000', '091346.454000', '091346.457000', '091346.459000', '091346.462000', '091346.465000', '091406.343000', '091406.346000', '091406.348000', '091406.351000', '091406.354000', '091406.357000', '091406.360000', '091406.362000', '091406.365000', '091406.368000', '091406.371000', '091406.374000', '091406.377000', '091406.379000', '091406.382000', '091406.386000', '091406.390000', '091406.393000', '091406.396000', '091406.398000', '091406.401000', '091406.404000', '091406.407000', '091406.409000', '091406.412000', '091406.415000', '091406.418000', '091406.421000', '091406.423000', '091406.426000', '091406.429000', '091406.432000', '091406.435000', '091406.437000', '091406.444000', '091406.447000', '091406.449000', '091406.452000', '091406.455000', '091406.458000', '091406.460000', '091406.463000', '091406.466000', '091426.343000', '091426.346000', '091426.348000', '091426.351000', '091426.354000', '091426.357000', '091426.360000', '091426.363000', '091426.366000', '091426.369000', '091426.372000', '091426.375000', '091426.377000', '091426.380000', '091426.383000', '091426.386000', '091426.389000', '091426.391000', '091426.408000', '091426.411000', '091426.413000', '091426.416000', '091426.419000', '091426.422000', '091426.425000', '091426.427000', '091426.430000', '091426.433000', '091426.436000', '091426.439000', '091426.441000', '091426.444000', '091426.447000', '091426.450000', '091426.453000', '091426.456000', '091426.458000', '091426.461000', '091426.464000', '091426.467000', '091426.470000', '091426.472000', '091426.475000', '091426.478000', '091446.343000', '091446.346000', '091446.349000', '091446.352000', '091446.354000', '091446.357000', '091446.360000', '091446.363000', '091446.366000', '091446.368000', '091446.371000', '091446.374000', '091446.377000', '091446.380000', '091446.382000', '091446.385000', '091446.388000', '091446.391000', '091446.394000', '091446.397000', '091446.402000', '091446.406000', '091446.409000', '091446.412000', '091446.415000', '091446.418000', '091446.420000', '091446.423000', '091446.426000', '091446.429000', '091446.432000', '091446.434000', '091446.437000', '091446.440000', '091446.443000', '091446.446000', '091446.448000', '091446.451000', '091446.454000', '091446.457000', '091446.460000', '091446.462000', '091446.465000', '091506.343000', '091506.346000', '091506.349000', '091506.351000', '091506.354000', '091506.357000', '091506.360000', '091506.363000', '091506.366000', '091506.368000', '091506.371000', '091506.374000', '091506.377000', '091506.380000', '091506.382000', '091506.385000', '091506.390000', '091506.392000', '091506.395000', '091506.398000', '091506.401000', '091506.404000', '091506.407000', '091506.409000', '091506.412000', '091506.415000', '091506.418000', '091506.421000', '091506.428000', '091506.431000', '091506.433000', '091506.436000', '091506.439000', '091506.442000', '091506.445000', '091506.448000', '091506.451000', '091506.453000', '091506.456000', '091506.459000', '091506.462000', '091506.465000', '091506.468000', '091506.471000', '091526.343000', '091526.346000', '091526.349000', '091526.351000', '091526.354000', '091526.357000', '091526.360000', '091526.363000', '091526.365000', '091526.368000', '091526.371000', '091526.374000', '091526.377000', '091526.380000', '091526.383000', '091526.386000', '091526.396000', '091526.399000', '091526.402000', '091526.405000', '091526.407000', '091526.410000', '091526.414000', '091526.419000', '091526.422000', '091526.425000', '091526.428000', '091526.431000', '091526.434000', '091526.436000', '091526.439000', '091526.442000', '091526.445000', '091526.448000', '091526.451000', '091526.453000', '091526.456000', '091526.459000', '091526.462000', '091526.465000', '091526.467000', '091526.470000', '091526.473000', '091546.343000', '091546.346000', '091546.349000', '091546.351000', '091546.354000', '091546.357000', '091546.360000', '091546.363000', '091546.365000', '091546.368000', '091546.371000', '091546.374000', '091546.378000', '091546.381000', '091546.384000', '091546.387000', '091546.390000', '091546.393000', '091546.395000', '091546.398000', '091546.401000', '091546.404000', '091546.407000', '091546.409000', '091546.412000', '091546.415000', '091546.418000', '091546.421000', '091546.424000', '091546.426000', '091546.429000', '091546.432000', '091546.435000', '091546.438000', '091546.441000', '091546.443000', '091546.446000', '091546.449000', '091546.452000', '091546.455000', '091546.457000', '091546.460000', '091546.469000', '091546.472000', '091606.343000', '091606.346000', '091606.349000', '091606.351000', '091606.354000', '091606.357000', '091606.360000', '091606.363000', '091606.366000', '091606.368000', '091606.371000', '091606.374000', '091606.378000', '091606.381000', '091606.384000', '091606.387000', '091606.390000', '091606.393000', '091606.395000', '091606.398000', '091606.401000', '091606.404000', '091606.407000', '091606.410000', '091606.412000', '091606.415000', '091606.418000', '091606.421000', '091606.424000', '091606.426000', '091606.429000', '091606.432000', '091606.435000', '091606.438000', '091606.441000', '091606.444000', '091606.449000', '091606.452000', '091606.455000', '091606.458000', '091606.460000', '091606.463000', '091606.466000', '091626.343000', '091626.346000', '091626.349000', '091626.352000', '091626.354000', '091626.357000', '091626.360000', '091626.363000', '091626.366000', '091626.369000', '091626.371000', '091626.374000', '091626.377000', '091626.386000', '091626.389000', '091626.392000', '091626.395000', '091626.398000', '091626.401000', '091626.404000', '091626.407000', '091626.410000', '091626.413000', '091626.416000', '091626.419000', '091626.421000', '091626.424000', '091626.427000', '091626.430000', '091626.433000', '091626.436000', '091626.439000', '091626.441000', '091626.444000', '091626.447000', '091626.450000', '091626.453000', '091626.455000', '091626.458000', '091626.461000', '091626.464000', '091626.467000', '091626.470000', '091626.472000', '091646.343000', '091646.346000', '091646.349000', '091646.352000', '091646.358000', '091646.361000', '091646.364000', '091646.367000', '091646.370000', '091646.373000', '091646.375000', '091646.378000', '091646.381000', '091646.384000', '091646.391000', '091646.394000', '091646.397000', '091646.400000', '091646.403000', '091646.405000', '091646.408000', '091646.411000', '091646.414000', '091646.417000', '091646.420000', '091646.422000', '091646.425000', '091646.428000', '091646.431000', '091646.434000', '091646.437000', '091646.439000', '091646.442000', '091646.445000', '091646.448000', '091646.451000', '091646.453000', '091646.456000', '091646.459000', '091646.462000', '091646.465000', '091646.468000', '091646.470000', '091706.343000', '091706.346000', '091706.349000', '091706.352000', '091706.354000', '091706.357000', '091706.360000', '091706.363000', '091706.366000', '091706.368000', '091706.371000', '091706.374000', '091706.377000', '091706.380000', '091706.383000', '091706.385000', '091706.388000', '091706.391000', '091706.394000', '091706.397000', '091706.399000', '091706.402000', '091706.405000', '091706.408000', '091706.411000', '091706.413000', '091706.416000', '091706.419000', '091706.422000', '091706.425000', '091706.428000', '091706.430000', '091706.433000', '091706.436000', '091706.439000', '091706.442000', '091706.444000', '091706.447000', '091706.450000', '091706.453000', '091706.456000', '091706.459000', '091706.462000', '091706.464000', '091726.343000', '091726.346000', '091726.349000', '091726.352000', '091726.354000', '091726.357000', '091726.360000', '091726.363000', '091726.366000', '091726.368000', '091726.371000', '091726.374000', '091726.377000', '091726.380000', '091726.383000', '091726.385000', '091726.388000', '091726.391000', '091726.394000', '091726.397000', '091726.400000', '091726.402000', '091726.405000', '091726.421000', '091726.424000', '091726.427000', '091726.430000', '091726.433000', '091726.436000', '091726.438000', '091726.441000', '091726.444000', '091726.447000', '091726.450000', '091726.453000', '091726.456000', '091726.459000', '091726.462000', '091726.464000', '091726.467000', '091726.470000', '091726.473000', '091726.476000', '091746.343000', '091746.346000', '091746.349000', '091746.351000', '091746.354000', '091746.357000', '091746.360000', '091746.363000', '091746.365000', '091746.368000', '091746.371000', '091746.374000', '091746.377000', '091746.381000', '091746.384000', '091746.386000', '091746.389000', '091746.392000', '091746.395000', '091746.398000', '091746.401000', '091746.403000', '091746.406000', '091746.409000', '091746.412000', '091746.415000', '091746.418000', '091746.420000', '091746.423000', '091746.426000', '091746.429000', '091746.432000', '091746.435000', '091746.437000', '091746.440000', '091746.443000', '091746.446000', '091746.449000', '091746.452000', '091746.455000', '091746.458000', '091746.461000', '091746.463000', '091746.466000', '091806.343000', '091806.346000', '091806.349000', '091806.352000', '091806.354000', '091806.357000', '091806.360000', '091806.372000', '091806.375000', '091806.378000', '091806.381000', '091806.384000', '091806.386000', '091806.389000', '091806.392000', '091806.395000', '091806.398000', '091806.401000', '091806.404000', '091806.407000', '091806.409000', '091806.412000', '091806.415000', '091806.418000', '091806.421000', '091806.424000', '091806.427000', '091806.429000', '091806.432000', '091806.435000', '091806.438000', '091806.441000', '091806.443000', '091806.446000', '091806.449000', '091806.452000', '091806.455000', '091806.458000', '091806.461000', '091806.464000', '091806.466000', '091806.469000', '091806.472000', '091826.343000', '091826.346000', '091826.349000', '091826.356000', '091826.359000', '091826.362000', '091826.365000', '091826.368000', '091826.370000', '091826.373000', '091826.376000', '091826.379000', '091826.382000', '091826.385000', '091826.387000', '091826.390000', '091826.393000', '091826.396000', '091826.399000', '091826.401000', '091826.404000', '091826.407000', '091826.410000', '091826.413000', '091826.416000', '091826.419000', '091826.422000', '091826.424000', '091826.428000', '091826.431000', '091826.434000', '091826.436000', '091826.439000', '091826.442000', '091826.445000', '091826.448000', '091826.451000', '091826.454000', '091826.457000', '091826.460000', '091826.462000', '091826.465000', '091826.468000', '091826.471000', '091846.343000', '091846.346000', '091846.349000', '091846.352000', '091846.355000', '091846.357000', '091846.360000', '091846.363000', '091846.366000', '091846.369000', '091846.372000', '091846.374000', '091846.377000', '091846.380000', '091846.383000', '091846.386000', '091846.389000', '091846.392000', '091846.394000', '091846.397000', '091846.400000', '091846.403000', '091846.406000', '091846.409000', '091846.412000', '091846.414000', '091846.417000', '091846.420000', '091846.423000', '091846.426000', '091846.429000', '091846.431000', '091846.434000', '091846.437000', '091846.440000', '091846.443000', '091846.446000', '091846.448000', '091846.451000', '091846.455000', '091846.458000', '091846.461000', '091846.464000', '091906.343000', '091906.346000', '091906.349000', '091906.352000', '091906.354000', '091906.357000', '091906.360000', '091906.363000', '091906.366000', '091906.369000', '091906.372000', '091906.374000', '091906.377000', '091906.380000', '091906.383000', '091906.386000', '091906.388000', '091906.391000', '091906.394000', '091906.397000', '091906.400000', '091906.403000', '091906.405000', '091906.408000', '091906.411000', '091906.414000', '091906.417000', '091906.420000', '091906.422000', '091906.425000', '091906.428000', '091906.431000', '091906.434000', '091906.437000', '091906.440000', '091906.443000', '091906.445000', '091906.448000', '091906.451000', '091906.463000', '091906.467000', '091906.470000', '091906.473000', '091906.475000', '091926.343000', '091926.346000', '091926.349000', '091926.351000', '091926.355000', '091926.357000', '091926.360000', '091926.363000', '091926.366000', '091926.369000', '091926.372000', '091926.375000', '091926.377000', '091926.380000', '091926.383000', '091926.386000', '091926.389000', '091926.391000', '091926.394000', '091926.397000', '091926.400000', '091926.403000', '091926.405000', '091926.408000', '091926.411000', '091926.414000', '091926.417000', '091926.420000', '091926.422000', '091926.425000', '091926.428000', '091926.431000', '091926.434000', '091926.437000', '091926.440000', '091926.443000', '091926.446000', '091926.449000', '091926.452000', '091926.455000', '091926.458000', '091926.461000', '091926.463000', '091946.343000', '091946.346000', '091946.349000', '091946.351000', '091946.354000', '091946.357000', '091946.360000', '091946.363000', '091946.366000', '091946.369000', '091946.371000', '091946.374000', '091946.377000', '091946.380000', '091946.383000', '091946.385000', '091946.388000', '091946.391000', '091946.394000', '091946.397000', '091946.400000', '091946.403000', '091946.405000', '091946.408000', '091946.411000', '091946.414000', '091946.417000', '091946.419000', '091946.422000', '091946.425000', '091946.428000', '091946.438000', '091946.441000', '091946.444000', '091946.447000', '091946.450000', '091946.452000', '091946.455000', '091946.458000', '091946.461000', '091946.463000', '091946.467000', '091946.469000', '091946.472000', '092006.343000', '092006.346000', '092006.349000', '092006.352000', '092006.354000', '092006.357000', '092006.360000', '092006.363000', '092006.366000', '092006.369000', '092006.372000', '092006.375000', '092006.378000', '092006.380000', '092006.383000', '092006.386000', '092006.389000', '092006.392000', '092006.395000', '092006.398000', '092006.401000', '092006.403000', '092006.406000', '092006.409000', '092006.412000', '092006.415000', '092006.418000', '092006.420000', '092006.423000', '092006.426000', '092006.429000', '092006.432000', '092006.434000', '092006.437000', '092006.440000', '092006.443000', '092006.446000', '092006.448000', '092006.451000', '092006.454000', '092006.457000', '092006.460000', '092006.463000', '092026.343000', '092026.346000', '092026.362000', '092026.365000', '092026.368000', '092026.371000', '092026.373000', '092026.376000', '092026.379000', '092026.382000', '092026.385000', '092026.388000', '092026.391000', '092026.393000', '092026.396000', '092026.399000', '092026.402000', '092026.405000', '092026.408000', '092026.411000', '092026.413000', '092026.416000', '092026.419000', '092026.422000', '092026.425000', '092026.427000', '092026.430000', '092026.446000', '092026.449000', '092026.451000', '092026.454000', '092026.458000', '092026.461000', '092026.464000', '092026.467000', '092026.470000', '092026.482000', '092026.485000', '092026.488000', '092026.490000', '092026.493000', '092026.496000', '092026.499000', '092046.343000', '092046.346000', '092046.349000', '092046.352000', '092046.355000', '092046.358000', '092046.360000', '092046.363000', '092046.366000', '092046.369000', '092046.372000', '092046.375000', '092046.378000', '092046.380000', '092046.383000', '092046.386000', '092046.389000', '092046.392000', '092046.395000', '092046.398000', '092046.400000', '092046.403000', '092046.406000', '092046.409000', '092046.421000', '092046.424000', '092046.427000', '092046.430000', '092046.432000', '092046.435000', '092046.438000', '092046.441000', '092046.444000', '092046.447000', '092046.450000', '092046.452000', '092046.455000', '092046.458000', '092046.461000', '092046.464000', '092046.466000', '092046.469000', '092046.472000', '092046.475000', '092106.343000', '092106.346000', '092106.349000', '092106.352000', '092106.355000', '092106.358000', '092106.361000', '092106.364000', '092106.367000', '092106.369000', '092106.372000', '092106.375000', '092106.378000', '092106.381000', '092106.384000', '092106.387000', '092106.390000', '092106.393000', '092106.395000', '092106.404000', '092106.407000', '092106.410000', '092106.413000', '092106.416000', '092106.419000', '092106.421000', '092106.424000', '092106.427000', '092106.430000', '092106.433000', '092106.436000', '092106.439000', '092106.441000', '092106.444000', '092106.447000', '092106.450000', '092106.453000', '092106.456000', '092106.458000', '092106.461000', '092106.464000', '092106.467000', '092106.470000', '092126.343000', '092126.346000', '092126.349000', '092126.352000', '092126.355000', '092126.357000', '092126.360000', '092126.363000', '092126.366000', '092126.369000', '092126.371000', '092126.374000', '092126.377000', '092126.380000', '092126.383000', '092126.386000', '092126.389000', '092126.391000', '092126.394000', '092126.397000', '092126.400000', '092126.403000', '092126.406000', '092126.409000', '092126.411000', '092126.414000', '092126.417000', '092126.420000', '092126.423000', '092126.426000', '092126.429000', '092126.432000', '092126.434000', '092126.437000', '092126.440000', '092126.443000', '092126.446000', '092126.449000', '092126.452000', '092126.454000', '092126.457000', '092126.460000', '092126.463000', '092126.466000', '092128.056000', '092128.060000', '092128.071000', '092128.074000'], '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': [9011, 10140, 11608, 8443, 9985, 12775, 8953, 10025, 11135, 9066, 9857, 11251, 8582, 10093, 11688, 8155, 10136, 12261, 9182, 9842, 11913, 10071, 9769, 9963, 9832, 9750, 10300, 9985, 9619, 8745, 9948, 9493, 9287, 9975, 9636, 9054, 9746, 11820, 10769, 9881, 12600, 9654, 9703, 10761, 9761, 12925, 9631, 9700, 9514, 9780, 11398, 8759, 9609, 11896, 8734, 9802, 10071, 9800, 9244, 9691, 10013, 11692, 9611, 9591, 10698, 9680, 13064, 9674, 9196, 9714, 9452, 10544, 9701, 9240, 8731, 9883, 10753, 7475, 9498, 9725, 6917, 9678, 9940, 8519, 9159, 11483, 7427, 9491, 10902, 9676, 9147, 11489, 9458, 9326, 10384, 9796, 13380, 9427, 9373, 11760, 9525, 8860, 8974, 9590, 10671, 8010, 9299, 10909, 8491, 9595, 8368, 9511, 8629, 9420, 8813, 10929, 9679, 11683, 9530, 12128, 9593, 8711, 10780, 9398, 11709, 9551, 8584, 8323, 9426, 10377, 9440, 8985, 8510, 9167, 9754, 9564, 11882, 9424, 9020, 10697, 9463, 12338, 9413, 8986, 10392, 9421, 11924, 9449, 8818, 8798, 9245, 11350, 9381, 8682, 8205, 9517, 10563, 9224, 8458, 8966, 9469, 10924, 8975, 8855, 10452, 9451, 8743, 8482, 9492, 11229, 9422, 8794, 11719, 9580, 8483, 8531, 9467, 11506, 8677, 9232, 11951, 9688, 9389, 11620, 9417, 11744, 9393, 9239, 11938, 9459, 9094, 10678, 9474, 8772, 8791, 9319, 11945, 9272, 9215, 11574, 9376, 10130, 8571, 9317, 10623, 9260, 8459, 9835, 9471, 11016, 8428, 9342, 9121, 9289, 9132, 8207, 9366, 10091, 9357, 9239, 9612, 9324, 11392, 9226, 12206, 9258, 8960, 10234, 9297, 11410, 9368, 8797, 10921, 9321, 8544, 8292, 9300, 11246, 9328, 8760, 10568, 9090, 12651, 9089, 12353, 9312, 10224, 9767, 9054, 11380, 9222, 11271, 9306, 8607, 10202, 9254, 11453, 8192, 8927, 9022, 9090, 8654, 8708, 9308, 8241, 8136, 9020, 8234, 8369, 9221, 11478, 9208, 8656, 12417, 9386, 8611, 9583, 9151, 8697, 10657, 9162, 12771, 10130, 8853, 12138, 9074, 8934, 11638, 9158, 10682, 10483, 9034, 13379, 10434, 9067, 12083, 8893, 9165, 10605, 9157, 9097, 10593, 9285, 8974, 9117, 9133, 8615, 11134, 7519, 8871, 9540, 9252, 8070, 11043, 8998, 8495, 8468, 8845, 11578, 9036, 8538, 11625, 9174, 8575, 9320, 9124, 12581, 8849, 8888, 11957, 8106, 8952, 11538, 8924, 8663, 11085, 9011, 10918, 9028, 8771, 11318, 8742, 8644, 10019, 8959, 8203, 9857, 8884, 8393, 8515, 8995, 8266, 9557, 8520, 8355, 9372, 7388, 8463, 11531, 7871, 8810, 11392, 8574, 8825, 13263, 9255, 8739, 11950, 8989, 8374, 12344, 9590, 8615, 11214, 8899, 8700, 11485, 9020, 8432, 11338, 8828, 8259, 9783, 9011, 8278, 10234, 8962, 9136, 8518, 8722, 12488, 9164, 8645, 11275, 8879, 8173, 9934, 8923, 8524, 9212, 8726, 10837, 8897, 8138, 10195, 8779, 8127, 9088, 8720, 12074, 8691, 8317, 11369, 8589, 8050, 9508, 8797, 12400, 9038, 8434, 10901, 8807, 10960, 9236, 8652, 12438, 8114, 8671, 10609, 7474, 8175, 12081, 8664, 8310, 11026, 7631, 8335, 11744, 8944, 9017, 10829, 8713, 11960, 8623, 10950, 10629, 8644, 11862, 8594, 8253, 9424, 8713, 7973, 9005, 8400, 7671, 7821, 8343, 12131, 8860, 8186, 11027, 8569, 11455, 8679, 8479, 13449, 8906, 8235, 11541, 7998, 8242, 12318, 9464, 8163, 11555, 8625, 8225, 11902, 8564, 11462, 11077, 8370, 13263, 8559, 8138, 11238, 8486, 10589, 9931, 7340, 9854, 8646, 7677, 8455, 8199, 8147, 7463, 9192, 7232, 8306, 8153, 7625, 8602, 10271, 9770, 8601, 10628, 8835, 8699, 12936, 9880, 8883, 9686, 7748, 8792, 8715, 8088, 8791, 9438, 10113, 8667, 8175, 9212, 8653, 8512, 10761, 8823, 11311, 10887, 8907, 9296, 9358, 8719, 12909, 9884, 8591, 12885, 8360, 8512, 11394, 8144, 8538, 12742, 9537, 8386, 10256, 7998, 8492, 12842, 9409, 8363, 12626, 9505, 8056, 10862, 8386, 8493, 11087, 8734, 8560, 10039, 8397, 8722, 8124, 8363, 12236, 9168, 8602, 11085, 7992, 8582, 11754, 8318, 10219, 11231, 8313, 11848, 7837, 8548, 11750, 8320, 8530, 13165, 9593, 8538, 12066, 8969, 8477, 12217, 8926, 8297, 12606, 8467, 8349, 11474, 7985, 8393, 11749, 8736, 8176, 10664, 8365, 8393, 11031, 8421, 8120, 11130, 8086, 8084, 10068, 8376, 8555, 12158, 9623, 8028, 10220, 8381, 8035, 9475, 8156, 7861, 8673, 8316, 12191, 8553, 8073, 12170, 8007, 8778, 9465, 8082, 12247, 9931, 8206, 10706, 8025, 7996, 7908, 8076, 10521, 8508, 7855, 11538, 8649, 8166, 12728, 8914, 8326, 13094, 8462, 8016, 10630, 8289, 8836, 11028, 8586, 14034, 10506, 8140, 8754, 7864, 7365, 12743, 8896, 7536, 7618, 10170, 7901, 7595, 11262, 8284, 7709, 11929, 8856, 12940, 10387, 8127, 11043, 9812, 7830, 7646, 8729, 8044, 7776, 10579, 8232, 8262, 9907, 8245, 8097, 11870, 8312, 7718, 11066, 7995, 12202, 8592, 12953, 8749, 7718, 9606, 7781, 10667, 7983, 8265, 10615, 9243, 8011, 7629, 8442, 7961, 11769, 8374, 7931, 10832, 8046, 13280, 10367, 7928, 12035, 8247, 7623, 9488, 7846, 12164, 8609, 7989, 11716, 8339, 7847, 8512, 8106, 8399, 9488, 8011, 13460, 9873, 7806, 12560, 8926, 7839, 11822, 8130, 13101, 9307, 7884, 11790, 8299, 9208, 8904, 7808, 11962, 8532, 8039, 10793, 8479, 7867, 8582, 7718, 10516, 7762, 12166, 8489, 7922, 8823, 7758, 11505, 8060, 10438, 10331, 7791, 11625, 8516, 7858, 10571, 7999, 12742, 9500, 7990, 10274, 8275, 8694, 9527, 7912, 12700, 9906, 7968, 10915, 8322, 9461, 8710, 7825, 11925, 8749, 8381, 11661, 8406, 7759, 8796, 8442, 10479, 8893, 7833, 12790, 9544, 7941, 10935, 8366, 7856, 10038, 7888, 12527, 9146, 8108, 11598, 8326, 7760, 8681, 7784, 11484, 8309, 7643, 11518, 8338, 9600, 8621, 7653, 11042, 8220, 7732, 11628, 8486, 7938, 10579, 8099, 12492, 8386, 8081, 11217, 8473, 7419, 8799, 7921, 11948, 8593, 8279, 12637, 10496, 8319, 11936, 8504, 7937, 10358, 7719, 11927, 7822, 12066, 8149, 12387, 8396, 8712, 10049, 7454, 12016, 9031, 8283, 10141, 7535, 11608, 8394, 7909, 11369, 8266, 7597, 8613, 7783, 11404, 8459, 8070, 11800, 8197, 9795, 8705, 7806, 11156, 8482, 7526, 11010, 8202, 9438, 8721, 7876, 11651, 8581, 8330, 12806, 9140, 10525, 9440, 7883, 12347, 8507, 12517, 10410, 7983, 12366, 8537, 7690, 9316, 8192, 12644, 9102, 7903, 10990, 8520, 7910, 9086, 8243, 13529, 10478, 8151, 12326, 8579, 8607, 9469, 7943, 12441, 9807, 8418, 11478, 7777, 11606, 8488, 7701, 10752, 8002, 13142, 8693, 7981, 10234, 8520, 8400, 9665, 7830, 11867, 8530, 7960, 10203, 8272, 7557, 9851, 8101, 10652, 9000, 7721, 8543, 10308, 8589, 8029, 13079, 9868, 8127, 11150, 8675, 7877, 11472, 8567, 14626, 11413, 7738, 12279, 8707, 7718, 11878, 8687, 8209, 12390, 9282, 8175, 11161, 8743, 7970, 10681, 7959, 13350, 10043, 7992, 10916, 8754, 8049, 10810, 8543, 10434, 10673, 8274, 11399, 8859, 7852, 12132, 8773, 8318, 11929, 8919, 8183, 9082, 8134, 12426, 9142, 8353, 11567, 8350, 12903, 8818, 13674, 9389, 11012, 11398, 8040, 11324, 8558, 7786, 8795, 7798, 10561, 8080, 8821, 9322, 7677, 10128, 8456, 11256, 8742, 8355, 12508, 8475, 12731, 8611, 11183, 8989, 7761, 12196, 9128, 13196, 8790, 7615, 9783, 7855, 11842, 8466, 7690, 11921, 8195, 12133, 8703, 7880, 11615, 8300, 13173, 10400, 8177, 11414, 7855, 11432, 8490, 11533, 9797, 8127, 11838, 8276, 12970, 8542, 7816, 11580, 8413, 12067, 8547, 8022, 9519, 8025, 8383, 8797, 7595, 9483, 8199, 7108, 10952, 8107, 12060, 8789, 7987, 12078, 9419, 8347, 11070, 7882, 12485, 8571], 'WindowCenter': [4414.0, 4405.0, 4395.0, 4355.0, 4375.0, 4383.0, 4340.0, 4347.0, 4356.0, 4335.0, 4346.0, 4368.0, 4337.0, 4345.0, 4353.0, 4323.0, 4344.0, 4365.0, 4335.0, 4346.0, 4355.0, 4334.0, 4334.0, 4334.0, 4345.0, 4335.0, 4344.0, 4333.0, 4334.0, 4324.0, 4346.0, 4346.0, 4346.0, 4348.0, 4342.0, 4343.0, 4360.0, 4363.0, 4357.0, 4348.0, 4365.0, 4334.0, 4335.0, 4338.0, 4346.0, 4364.0, 4333.0, 4327.0, 4316.0, 4332.0, 4354.0, 4324.0, 4332.0, 4352.0, 4322.0, 4335.0, 4334.0, 4345.0, 4335.0, 4347.0, 4346.0, 4366.0, 4346.0, 4345.0, 4356.0, 4346.0, 4365.0, 4330.0, 4323.0, 4333.0, 4334.0, 4345.0, 4334.0, 4322.0, 4322.0, 4344.0, 4346.0, 4314.0, 4346.0, 4345.0, 4316.0, 4347.0, 4357.0, 4349.0, 4349.0, 4369.0, 4322.0, 4361.0, 4364.0, 4354.0, 4348.0, 4369.0, 4349.0, 4333.0, 4345.0, 4346.0, 4360.0, 4334.0, 4325.0, 4354.0, 4334.0, 4317.0, 4321.0, 4333.0, 4344.0, 4323.0, 4336.0, 4357.0, 4336.0, 4348.0, 4338.0, 4358.0, 4339.0, 4349.0, 4339.0, 4354.0, 4347.0, 4356.0, 4336.0, 4351.0, 4346.0, 4328.0, 4345.0, 4334.0, 4353.0, 4332.0, 4317.0, 4313.0, 4333.0, 4345.0, 4334.0, 4334.0, 4325.0, 4330.0, 4332.0, 4345.0, 4367.0, 4336.0, 4336.0, 4343.0, 4336.0, 4353.0, 4334.0, 4324.0, 4345.0, 4334.0, 4349.0, 4334.0, 4322.0, 4322.0, 4333.0, 4343.0, 4333.0, 4322.0, 4311.0, 4327.0, 4344.0, 4336.0, 4319.0, 4333.0, 4345.0, 4356.0, 4336.0, 4348.0, 4356.0, 4348.0, 4337.0, 4335.0, 4346.0, 4357.0, 4348.0, 4332.0, 4362.0, 4346.0, 4326.0, 4325.0, 4341.0, 4354.0, 4337.0, 4346.0, 4366.0, 4330.0, 4336.0, 4353.0, 4333.0, 4352.0, 4322.0, 4321.0, 4353.0, 4332.0, 4321.0, 4331.0, 4315.0, 4311.0, 4311.0, 4320.0, 4352.0, 4326.0, 4321.0, 4342.0, 4319.0, 4330.0, 4310.0, 4321.0, 4330.0, 4324.0, 4312.0, 4332.0, 4333.0, 4345.0, 4323.0, 4335.0, 4335.0, 4348.0, 4348.0, 4338.0, 4347.0, 4357.0, 4348.0, 4347.0, 4348.0, 4343.0, 4364.0, 4337.0, 4365.0, 4348.0, 4336.0, 4341.0, 4336.0, 4354.0, 4336.0, 4337.0, 4357.0, 4336.0, 4325.0, 4325.0, 4347.0, 4358.0, 4348.0, 4338.0, 4353.0, 4337.0, 4366.0, 4336.0, 4355.0, 4335.0, 4345.0, 4335.0, 4318.0, 4342.0, 4323.0, 4341.0, 4333.0, 4324.0, 4344.0, 4333.0, 4354.0, 4325.0, 4335.0, 4337.0, 4337.0, 4336.0, 4336.0, 4348.0, 4350.0, 4340.0, 4363.0, 4338.0, 4339.0, 4355.0, 4370.0, 4361.0, 4339.0, 4381.0, 4350.0, 4333.0, 4344.0, 4346.0, 4338.0, 4359.0, 4342.0, 4377.0, 4357.0, 4337.0, 4378.0, 4348.0, 4337.0, 4351.0, 4335.0, 4342.0, 4328.0, 4315.0, 4351.0, 4325.0, 4310.0, 4339.0, 4304.0, 4308.0, 4325.0, 4319.0, 4320.0, 4330.0, 4322.0, 4322.0, 4322.0, 4335.0, 4336.0, 4355.0, 4316.0, 4336.0, 4346.0, 4346.0, 4339.0, 4367.0, 4338.0, 4338.0, 4326.0, 4337.0, 4367.0, 4337.0, 4337.0, 4367.0, 4336.0, 4325.0, 4330.0, 4335.0, 4364.0, 4335.0, 4335.0, 4355.0, 4324.0, 4335.0, 4366.0, 4339.0, 4337.0, 4355.0, 4336.0, 4341.0, 4335.0, 4325.0, 4355.0, 4324.0, 4324.0, 4345.0, 4336.0, 4326.0, 4346.0, 4335.0, 4321.0, 4339.0, 4351.0, 4340.0, 4357.0, 4349.0, 4340.0, 4365.0, 4337.0, 4347.0, 4376.0, 4342.0, 4361.0, 4377.0, 4347.0, 4345.0, 4375.0, 4348.0, 4338.0, 4363.0, 4337.0, 4337.0, 4363.0, 4345.0, 4320.0, 4355.0, 4335.0, 4325.0, 4367.0, 4335.0, 4321.0, 4354.0, 4335.0, 4324.0, 4345.0, 4338.0, 4327.0, 4346.0, 4336.0, 4335.0, 4336.0, 4338.0, 4367.0, 4348.0, 4336.0, 4357.0, 4334.0, 4322.0, 4347.0, 4336.0, 4329.0, 4335.0, 4336.0, 4356.0, 4338.0, 4339.0, 4358.0, 4340.0, 4329.0, 4339.0, 4339.0, 4365.0, 4350.0, 4334.0, 4370.0, 4338.0, 4329.0, 4347.0, 4338.0, 4366.0, 4339.0, 4329.0, 4355.0, 4337.0, 4356.0, 4338.0, 4328.0, 4367.0, 4319.0, 4337.0, 4357.0, 4311.0, 4339.0, 4380.0, 4339.0, 4339.0, 4364.0, 4329.0, 4340.0, 4368.0, 4345.0, 4338.0, 4358.0, 4332.0, 4357.0, 4323.0, 4348.0, 4346.0, 4323.0, 4355.0, 4324.0, 4314.0, 4334.0, 4339.0, 4326.0, 4337.0, 4328.0, 4328.0, 4328.0, 4339.0, 4380.0, 4350.0, 4329.0, 4353.0, 4338.0, 4365.0, 4339.0, 4328.0, 4379.0, 4338.0, 4338.0, 4369.0, 4329.0, 4340.0, 4369.0, 4351.0, 4335.0, 4369.0, 4336.0, 4323.0, 4367.0, 4337.0, 4357.0, 4354.0, 4326.0, 4363.0, 4323.0, 4314.0, 4350.0, 4322.0, 4346.0, 4360.0, 4345.0, 4373.0, 4350.0, 4342.0, 4352.0, 4343.0, 4342.0, 4329.0, 4334.0, 4309.0, 4329.0, 4328.0, 4325.0, 4333.0, 4360.0, 4356.0, 4336.0, 4360.0, 4334.0, 4347.0, 4379.0, 4348.0, 4338.0, 4337.0, 4316.0, 4340.0, 4336.0, 4340.0, 4341.0, 4346.0, 4361.0, 4350.0, 4335.0, 4345.0, 4337.0, 4335.0, 4370.0, 4350.0, 4366.0, 4355.0, 4334.0, 4333.0, 4337.0, 4334.0, 4368.0, 4349.0, 4328.0, 4366.0, 4323.0, 4326.0, 4355.0, 4325.0, 4339.0, 4379.0, 4347.0, 4327.0, 4347.0, 4326.0, 4338.0, 4368.0, 4349.0, 4328.0, 4367.0, 4336.0, 4314.0, 4345.0, 4309.0, 4325.0, 4344.0, 4326.0, 4325.0, 4334.0, 4320.0, 4323.0, 4315.0, 4328.0, 4368.0, 4339.0, 4336.0, 4360.0, 4323.0, 4338.0, 4368.0, 4339.0, 4361.0, 4370.0, 4324.0, 4351.0, 4317.0, 4328.0, 4361.0, 4337.0, 4337.0, 4374.0, 4346.0, 4338.0, 4367.0, 4336.0, 4321.0, 4366.0, 4338.0, 4332.0, 4367.0, 4322.0, 4335.0, 4366.0, 4321.0, 4332.0, 4362.0, 4337.0, 4326.0, 4352.0, 4321.0, 4326.0, 4357.0, 4338.0, 4327.0, 4357.0, 4326.0, 4322.0, 4346.0, 4338.0, 4341.0, 4369.0, 4348.0, 4327.0, 4357.0, 4321.0, 4327.0, 4348.0, 4324.0, 4333.0, 4338.0, 4339.0, 4380.0, 4349.0, 4334.0, 4375.0, 4323.0, 4337.0, 4346.0, 4328.0, 4368.0, 4341.0, 4325.0, 4342.0, 4326.0, 4321.0, 4325.0, 4320.0, 4355.0, 4337.0, 4327.0, 4362.0, 4338.0, 4340.0, 4377.0, 4350.0, 4340.0, 4378.0, 4340.0, 4329.0, 4353.0, 4339.0, 4344.0, 4370.0, 4346.0, 4378.0, 4342.0, 4328.0, 4337.0, 4341.0, 4330.0, 4363.0, 4325.0, 4301.0, 4300.0, 4331.0, 4316.0, 4312.0, 4358.0, 4324.0, 4300.0, 4351.0, 4334.0, 4376.0, 4342.0, 4310.0, 4338.0, 4329.0, 4302.0, 4297.0, 4323.0, 4325.0, 4328.0, 4358.0, 4339.0, 4336.0, 4355.0, 4335.0, 4335.0, 4368.0, 4338.0, 4323.0, 4364.0, 4329.0, 4366.0, 4335.0, 4364.0, 4326.0, 4312.0, 4334.0, 4310.0, 4344.0, 4315.0, 4338.0, 4354.0, 4349.0, 4341.0, 4333.0, 4333.0, 4336.0, 4369.0, 4339.0, 4328.0, 4357.0, 4325.0, 4380.0, 4359.0, 4329.0, 4369.0, 4322.0, 4311.0, 4332.0, 4310.0, 4356.0, 4326.0, 4316.0, 4356.0, 4321.0, 4322.0, 4337.0, 4327.0, 4327.0, 4349.0, 4331.0, 4378.0, 4344.0, 4328.0, 4365.0, 4333.0, 4313.0, 4356.0, 4316.0, 4362.0, 4336.0, 4315.0, 4354.0, 4324.0, 4334.0, 4324.0, 4313.0, 4355.0, 4326.0, 4315.0, 4354.0, 4325.0, 4327.0, 4337.0, 4317.0, 4358.0, 4329.0, 4362.0, 4338.0, 4328.0, 4338.0, 4326.0, 4369.0, 4336.0, 4354.0, 4359.0, 4330.0, 4370.0, 4334.0, 4329.0, 4360.0, 4340.0, 4374.0, 4344.0, 4328.0, 4343.0, 4335.0, 4338.0, 4347.0, 4328.0, 4368.0, 4347.0, 4316.0, 4345.0, 4325.0, 4335.0, 4325.0, 4311.0, 4366.0, 4338.0, 4320.0, 4356.0, 4326.0, 4321.0, 4336.0, 4338.0, 4351.0, 4337.0, 4329.0, 4380.0, 4343.0, 4323.0, 4357.0, 4328.0, 4322.0, 4341.0, 4325.0, 4366.0, 4336.0, 4313.0, 4356.0, 4326.0, 4310.0, 4326.0, 4315.0, 4355.0, 4326.0, 4316.0, 4357.0, 4327.0, 4335.0, 4327.0, 4317.0, 4357.0, 4338.0, 4324.0, 4368.0, 4338.0, 4329.0, 4353.0, 4323.0, 4368.0, 4329.0, 4328.0, 4358.0, 4324.0, 4313.0, 4338.0, 4328.0, 4363.0, 4340.0, 4340.0, 4365.0, 4357.0, 4335.0, 4364.0, 4333.0, 4323.0, 4355.0, 4326.0, 4351.0, 4317.0, 4355.0, 4327.0, 4365.0, 4325.0, 4324.0, 4334.0, 4304.0, 4352.0, 4324.0, 4311.0, 4331.0, 4302.0, 4341.0, 4313.0, 4316.0, 4354.0, 4321.0, 4315.0, 4324.0, 4314.0, 4356.0, 4327.0, 4326.0, 4361.0, 4322.0, 4340.0, 4322.0, 4315.0, 4351.0, 4336.0, 4329.0, 4358.0, 4340.0, 4343.0, 4339.0, 4327.0, 4368.0, 4336.0, 4339.0, 4380.0, 4347.0, 4357.0, 4336.0, 4326.0, 4361.0, 4323.0, 4365.0, 4346.0, 4316.0, 4365.0, 4324.0, 4314.0, 4334.0, 4323.0, 4366.0, 4336.0, 4328.0, 4357.0, 4340.0, 4322.0, 4335.0, 4340.0, 4379.0, 4355.0, 4326.0, 4380.0, 4335.0, 4333.0, 4347.0, 4328.0, 4362.0, 4348.0, 4326.0, 4356.0, 4311.0, 4349.0, 4322.0, 4314.0, 4351.0, 4327.0, 4365.0, 4325.0, 4325.0, 4345.0, 4331.0, 4330.0, 4348.0, 4322.0, 4367.0, 4332.0, 4327.0, 4354.0, 4335.0, 4332.0, 4358.0, 4340.0, 4354.0, 4345.0, 4339.0, 4346.0, 4355.0, 4347.0, 4338.0, 4392.0, 4357.0, 4334.0, 4368.0, 4337.0, 4322.0, 4356.0, 4337.0, 4377.0, 4351.0, 4311.0, 4352.0, 4326.0, 4318.0, 4357.0, 4326.0, 4332.0, 4369.0, 4349.0, 4324.0, 4357.0, 4339.0, 4326.0, 4346.0, 4327.0, 4373.0, 4347.0, 4323.0, 4351.0, 4332.0, 4322.0, 4356.0, 4338.0, 4357.0, 4356.0, 4338.0, 4361.0, 4331.0, 4328.0, 4366.0, 4339.0, 4328.0, 4369.0, 4332.0, 4326.0, 4338.0, 4326.0, 4377.0, 4352.0, 4338.0, 4368.0, 4340.0, 4378.0, 4349.0, 4377.0, 4339.0, 4357.0, 4360.0, 4312.0, 4357.0, 4326.0, 4316.0, 4327.0, 4311.0, 4358.0, 4340.0, 4349.0, 4349.0, 4344.0, 4358.0, 4336.0, 4365.0, 4351.0, 4336.0, 4380.0, 4341.0, 4380.0, 4337.0, 4357.0, 4332.0, 4324.0, 4369.0, 4337.0, 4368.0, 4326.0, 4319.0, 4345.0, 4328.0, 4366.0, 4338.0, 4328.0, 4365.0, 4339.0, 4371.0, 4339.0, 4328.0, 4370.0, 4340.0, 4378.0, 4358.0, 4323.0, 4356.0, 4327.0, 4351.0, 4326.0, 4358.0, 4346.0, 4314.0, 4351.0, 4321.0, 4361.0, 4337.0, 4315.0, 4358.0, 4328.0, 4369.0, 4336.0, 4326.0, 4346.0, 4329.0, 4343.0, 4334.0, 4330.0, 4360.0, 4348.0, 4333.0, 4369.0, 4337.0, 4376.0, 4355.0, 4335.0, 4379.0, 4348.0, 4340.0, 4370.0, 4340.0, 4374.0, 4332.0], 'WindowWidth': [9759.0, 9728.0, 9698.0, 9636.0, 9661.0, 9666.0, 9602.0, 9606.0, 9614.0, 9586.0, 9602.0, 9637.0, 9591.0, 9599.0, 9608.0, 9567.0, 9596.0, 9627.0, 9586.0, 9599.0, 9610.0, 9580.0, 9580.0, 9581.0, 9598.0, 9582.0, 9594.0, 9580.0, 9582.0, 9571.0, 9603.0, 9603.0, 9604.0, 9606.0, 9595.0, 9598.0, 9629.0, 9626.0, 9619.0, 9606.0, 9626.0, 9583.0, 9583.0, 9584.0, 9602.0, 9622.0, 9579.0, 9564.0, 9549.0, 9575.0, 9608.0, 9568.0, 9576.0, 9604.0, 9561.0, 9582.0, 9580.0, 9600.0, 9587.0, 9603.0, 9601.0, 9628.0, 9602.0, 9599.0, 9615.0, 9601.0, 9626.0, 9575.0, 9565.0, 9577.0, 9578.0, 9597.0, 9581.0, 9563.0, 9562.0, 9594.0, 9598.0, 9555.0, 9600.0, 9599.0, 9563.0, 9606.0, 9620.0, 9611.0, 9612.0, 9637.0, 9571.0, 9629.0, 9627.0, 9613.0, 9609.0, 9639.0, 9610.0, 9582.0, 9598.0, 9599.0, 9614.0, 9581.0, 9569.0, 9607.0, 9578.0, 9551.0, 9558.0, 9578.0, 9594.0, 9568.0, 9587.0, 9616.0, 9586.0, 9607.0, 9593.0, 9623.0, 9596.0, 9612.0, 9597.0, 9612.0, 9604.0, 9615.0, 9587.0, 9603.0, 9600.0, 9578.0, 9598.0, 9579.0, 9606.0, 9576.0, 9552.0, 9551.0, 9577.0, 9597.0, 9582.0, 9581.0, 9570.0, 9573.0, 9577.0, 9600.0, 9631.0, 9587.0, 9587.0, 9594.0, 9586.0, 9607.0, 9583.0, 9569.0, 9597.0, 9580.0, 9599.0, 9579.0, 9561.0, 9563.0, 9579.0, 9592.0, 9578.0, 9561.0, 9547.0, 9565.0, 9594.0, 9586.0, 9559.0, 9580.0, 9598.0, 9613.0, 9589.0, 9609.0, 9617.0, 9607.0, 9590.0, 9586.0, 9602.0, 9618.0, 9608.0, 9582.0, 9620.0, 9602.0, 9573.0, 9570.0, 9591.0, 9610.0, 9590.0, 9602.0, 9629.0, 9575.0, 9585.0, 9607.0, 9579.0, 9602.0, 9562.0, 9559.0, 9603.0, 9575.0, 9558.0, 9570.0, 9546.0, 9545.0, 9545.0, 9557.0, 9601.0, 9570.0, 9559.0, 9587.0, 9554.0, 9567.0, 9541.0, 9557.0, 9569.0, 9566.0, 9549.0, 9575.0, 9578.0, 9595.0, 9565.0, 9584.0, 9587.0, 9607.0, 9607.0, 9593.0, 9605.0, 9619.0, 9610.0, 9607.0, 9609.0, 9598.0, 9625.0, 9590.0, 9627.0, 9607.0, 9589.0, 9590.0, 9586.0, 9611.0, 9588.0, 9590.0, 9617.0, 9588.0, 9571.0, 9571.0, 9604.0, 9619.0, 9607.0, 9595.0, 9610.0, 9592.0, 9629.0, 9586.0, 9612.0, 9584.0, 9596.0, 9583.0, 9553.0, 9587.0, 9563.0, 9586.0, 9578.0, 9568.0, 9593.0, 9579.0, 9606.0, 9570.0, 9587.0, 9590.0, 9591.0, 9590.0, 9591.0, 9610.0, 9616.0, 9602.0, 9636.0, 9597.0, 9598.0, 9619.0, 9642.0, 9631.0, 9598.0, 9657.0, 9613.0, 9583.0, 9598.0, 9604.0, 9592.0, 9621.0, 9596.0, 9645.0, 9619.0, 9591.0, 9651.0, 9609.0, 9589.0, 9603.0, 9583.0, 9589.0, 9566.0, 9547.0, 9601.0, 9561.0, 9540.0, 9580.0, 9527.0, 9535.0, 9557.0, 9554.0, 9555.0, 9567.0, 9559.0, 9561.0, 9561.0, 9586.0, 9588.0, 9613.0, 9562.0, 9590.0, 9601.0, 9603.0, 9596.0, 9634.0, 9595.0, 9593.0, 9576.0, 9592.0, 9632.0, 9590.0, 9592.0, 9631.0, 9589.0, 9571.0, 9574.0, 9584.0, 9624.0, 9586.0, 9586.0, 9613.0, 9570.0, 9586.0, 9628.0, 9595.0, 9589.0, 9611.0, 9588.0, 9589.0, 9585.0, 9571.0, 9611.0, 9569.0, 9569.0, 9598.0, 9590.0, 9573.0, 9600.0, 9584.0, 9565.0, 9598.0, 9616.0, 9601.0, 9622.0, 9612.0, 9601.0, 9639.0, 9598.0, 9610.0, 9649.0, 9607.0, 9631.0, 9651.0, 9611.0, 9605.0, 9645.0, 9609.0, 9594.0, 9625.0, 9593.0, 9592.0, 9624.0, 9599.0, 9561.0, 9610.0, 9583.0, 9571.0, 9631.0, 9585.0, 9564.0, 9609.0, 9583.0, 9569.0, 9599.0, 9593.0, 9576.0, 9601.0, 9589.0, 9586.0, 9587.0, 9596.0, 9631.0, 9606.0, 9587.0, 9615.0, 9583.0, 9567.0, 9604.0, 9588.0, 9580.0, 9585.0, 9588.0, 9614.0, 9593.0, 9599.0, 9621.0, 9599.0, 9583.0, 9595.0, 9598.0, 9629.0, 9614.0, 9587.0, 9640.0, 9595.0, 9582.0, 9604.0, 9595.0, 9630.0, 9596.0, 9579.0, 9612.0, 9590.0, 9614.0, 9591.0, 9577.0, 9630.0, 9560.0, 9590.0, 9618.0, 9554.0, 9599.0, 9654.0, 9596.0, 9598.0, 9628.0, 9584.0, 9598.0, 9637.0, 9604.0, 9595.0, 9619.0, 9579.0, 9616.0, 9568.0, 9603.0, 9599.0, 9565.0, 9608.0, 9565.0, 9552.0, 9581.0, 9595.0, 9572.0, 9589.0, 9579.0, 9579.0, 9581.0, 9599.0, 9653.0, 9614.0, 9582.0, 9609.0, 9591.0, 9628.0, 9596.0, 9580.0, 9650.0, 9591.0, 9592.0, 9636.0, 9583.0, 9599.0, 9638.0, 9614.0, 9587.0, 9635.0, 9589.0, 9568.0, 9629.0, 9590.0, 9615.0, 9609.0, 9573.0, 9619.0, 9567.0, 9554.0, 9598.0, 9565.0, 9597.0, 9629.0, 9614.0, 9652.0, 9615.0, 9606.0, 9622.0, 9607.0, 9608.0, 9587.0, 9582.0, 9544.0, 9577.0, 9579.0, 9572.0, 9586.0, 9624.0, 9618.0, 9591.0, 9625.0, 9584.0, 9609.0, 9650.0, 9606.0, 9591.0, 9588.0, 9560.0, 9596.0, 9586.0, 9598.0, 9601.0, 9603.0, 9627.0, 9614.0, 9591.0, 9602.0, 9595.0, 9589.0, 9640.0, 9613.0, 9631.0, 9614.0, 9586.0, 9584.0, 9589.0, 9582.0, 9632.0, 9607.0, 9575.0, 9626.0, 9564.0, 9573.0, 9609.0, 9569.0, 9594.0, 9647.0, 9604.0, 9576.0, 9601.0, 9573.0, 9592.0, 9633.0, 9610.0, 9579.0, 9629.0, 9585.0, 9553.0, 9593.0, 9542.0, 9567.0, 9593.0, 9573.0, 9568.0, 9580.0, 9559.0, 9565.0, 9557.0, 9579.0, 9632.0, 9594.0, 9590.0, 9623.0, 9569.0, 9594.0, 9634.0, 9597.0, 9628.0, 9637.0, 9571.0, 9604.0, 9561.0, 9578.0, 9616.0, 9591.0, 9592.0, 9639.0, 9602.0, 9592.0, 9631.0, 9588.0, 9565.0, 9629.0, 9593.0, 9580.0, 9631.0, 9567.0, 9587.0, 9628.0, 9566.0, 9581.0, 9622.0, 9591.0, 9575.0, 9606.0, 9566.0, 9573.0, 9617.0, 9595.0, 9579.0, 9617.0, 9576.0, 9567.0, 9603.0, 9595.0, 9601.0, 9637.0, 9606.0, 9579.0, 9616.0, 9567.0, 9579.0, 9608.0, 9574.0, 9586.0, 9594.0, 9599.0, 9653.0, 9613.0, 9588.0, 9643.0, 9571.0, 9590.0, 9603.0, 9579.0, 9635.0, 9591.0, 9569.0, 9591.0, 9574.0, 9563.0, 9572.0, 9564.0, 9614.0, 9593.0, 9578.0, 9621.0, 9593.0, 9598.0, 9646.0, 9613.0, 9600.0, 9647.0, 9596.0, 9583.0, 9612.0, 9598.0, 9601.0, 9639.0, 9605.0, 9648.0, 9592.0, 9578.0, 9592.0, 9605.0, 9587.0, 9618.0, 9564.0, 9530.0, 9529.0, 9572.0, 9558.0, 9550.0, 9615.0, 9567.0, 9529.0, 9599.0, 9585.0, 9646.0, 9594.0, 9546.0, 9579.0, 9565.0, 9535.0, 9524.0, 9566.0, 9572.0, 9581.0, 9621.0, 9596.0, 9590.0, 9616.0, 9590.0, 9592.0, 9635.0, 9594.0, 9570.0, 9626.0, 9582.0, 9631.0, 9589.0, 9624.0, 9574.0, 9552.0, 9580.0, 9546.0, 9594.0, 9558.0, 9594.0, 9613.0, 9608.0, 9601.0, 9592.0, 9585.0, 9592.0, 9636.0, 9596.0, 9580.0, 9619.0, 9576.0, 9654.0, 9625.0, 9582.0, 9635.0, 9567.0, 9549.0, 9576.0, 9547.0, 9612.0, 9573.0, 9559.0, 9612.0, 9564.0, 9566.0, 9590.0, 9579.0, 9577.0, 9610.0, 9587.0, 9647.0, 9596.0, 9579.0, 9625.0, 9582.0, 9554.0, 9613.0, 9560.0, 9619.0, 9587.0, 9555.0, 9607.0, 9568.0, 9580.0, 9568.0, 9552.0, 9611.0, 9572.0, 9558.0, 9609.0, 9571.0, 9575.0, 9590.0, 9564.0, 9621.0, 9585.0, 9621.0, 9594.0, 9579.0, 9592.0, 9577.0, 9637.0, 9592.0, 9613.0, 9623.0, 9585.0, 9637.0, 9587.0, 9583.0, 9623.0, 9599.0, 9641.0, 9599.0, 9579.0, 9595.0, 9586.0, 9592.0, 9602.0, 9578.0, 9634.0, 9604.0, 9558.0, 9597.0, 9570.0, 9583.0, 9570.0, 9549.0, 9627.0, 9591.0, 9560.0, 9612.0, 9573.0, 9565.0, 9589.0, 9595.0, 9605.0, 9591.0, 9582.0, 9652.0, 9597.0, 9570.0, 9618.0, 9579.0, 9565.0, 9590.0, 9572.0, 9628.0, 9587.0, 9553.0, 9613.0, 9573.0, 9546.0, 9571.0, 9558.0, 9609.0, 9573.0, 9560.0, 9615.0, 9576.0, 9583.0, 9574.0, 9564.0, 9616.0, 9594.0, 9572.0, 9633.0, 9594.0, 9581.0, 9610.0, 9570.0, 9634.0, 9583.0, 9578.0, 9617.0, 9571.0, 9555.0, 9592.0, 9580.0, 9624.0, 9601.0, 9599.0, 9628.0, 9622.0, 9588.0, 9625.0, 9582.0, 9572.0, 9615.0, 9575.0, 9604.0, 9563.0, 9612.0, 9576.0, 9624.0, 9572.0, 9567.0, 9579.0, 9539.0, 9600.0, 9565.0, 9542.0, 9570.0, 9534.0, 9585.0, 9551.0, 9556.0, 9606.0, 9563.0, 9555.0, 9566.0, 9555.0, 9611.0, 9577.0, 9573.0, 9616.0, 9566.0, 9587.0, 9566.0, 9559.0, 9604.0, 9589.0, 9582.0, 9620.0, 9599.0, 9597.0, 9595.0, 9578.0, 9632.0, 9591.0, 9597.0, 9651.0, 9605.0, 9616.0, 9587.0, 9572.0, 9615.0, 9567.0, 9624.0, 9600.0, 9557.0, 9623.0, 9568.0, 9554.0, 9580.0, 9567.0, 9627.0, 9586.0, 9578.0, 9617.0, 9597.0, 9568.0, 9586.0, 9599.0, 9652.0, 9617.0, 9576.0, 9651.0, 9587.0, 9582.0, 9602.0, 9578.0, 9621.0, 9606.0, 9572.0, 9611.0, 9550.0, 9598.0, 9564.0, 9554.0, 9603.0, 9576.0, 9625.0, 9571.0, 9572.0, 9597.0, 9579.0, 9582.0, 9605.0, 9568.0, 9630.0, 9582.0, 9577.0, 9615.0, 9592.0, 9591.0, 9623.0, 9603.0, 9616.0, 9603.0, 9600.0, 9604.0, 9617.0, 9608.0, 9596.0, 9672.0, 9620.0, 9588.0, 9634.0, 9591.0, 9566.0, 9614.0, 9589.0, 9644.0, 9604.0, 9548.0, 9604.0, 9572.0, 9564.0, 9615.0, 9574.0, 9586.0, 9636.0, 9608.0, 9570.0, 9618.0, 9594.0, 9575.0, 9600.0, 9578.0, 9636.0, 9604.0, 9567.0, 9605.0, 9581.0, 9568.0, 9615.0, 9593.0, 9617.0, 9615.0, 9593.0, 9619.0, 9579.0, 9579.0, 9628.0, 9596.0, 9578.0, 9633.0, 9581.0, 9575.0, 9591.0, 9576.0, 9645.0, 9615.0, 9594.0, 9635.0, 9599.0, 9647.0, 9609.0, 9644.0, 9596.0, 9615.0, 9622.0, 9550.0, 9614.0, 9574.0, 9560.0, 9576.0, 9553.0, 9620.0, 9600.0, 9609.0, 9610.0, 9608.0, 9624.0, 9595.0, 9629.0, 9617.0, 9594.0, 9655.0, 9602.0, 9653.0, 9593.0, 9617.0, 9582.0, 9571.0, 9635.0, 9590.0, 9631.0, 9572.0, 9565.0, 9597.0, 9578.0, 9627.0, 9594.0, 9581.0, 9628.0, 9596.0, 9640.0, 9596.0, 9581.0, 9637.0, 9599.0, 9649.0, 9620.0, 9568.0, 9613.0, 9576.0, 9604.0, 9574.0, 9616.0, 9601.0, 9556.0, 9602.0, 9564.0, 9616.0, 9590.0, 9560.0, 9617.0, 9579.0, 9633.0, 9588.0, 9575.0, 9603.0, 9583.0, 9605.0, 9586.0, 9587.0, 9628.0, 9612.0, 9595.0, 9642.0, 9597.0, 9647.0, 9625.0, 9591.0, 9654.0, 9611.0, 9602.0, 9640.0, 9600.0, 9641.0, 9584.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.0003956907593778592</td></tr>
<tr><td colspan=3>aqi</td><td>0.020141432387923146</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.1619765347619</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1858411735256427</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9745535513827832</td></tr>
<tr><td colspan=3>efc</td><td>0.47</td></tr>
<tr><td colspan=3>fber</td><td>6256.3516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08442638412002049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.4702653247941444</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2668482029477164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.214022310849958</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.417855669626556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.168666628366636</td></tr>
<tr><td colspan=3>gcor</td><td>0.00740011</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011661838740110397</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025200651958584785</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1093</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>4.196599229537822</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8652</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.8569</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6734</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302532.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>904.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.4812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7794</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.084</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3600.0835</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>889.0472</td></tr>
<tr><td colspan=3>tsnr</td><td>40.79561287164688</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>