ds005256-mriqc/sub-0115_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 5ef71fd748 [DATALAD RUNCMD] Compute MRIQC for sub-0115
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0115 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
 "dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
 "exit": 0,
 "extra_inputs": [
  "code/containers/images/bids/bids-mriqc--24.0.2.sing"
 ],
 "inputs": [
  "sourcedata/raw/sub-0115",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:06:27 +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-0115_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-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-02/func/sub-0115_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>c583ecde401fa8d1b8d2b423326b6734</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:46:3.975000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999347, -0.0357968, 0.00484332, 0.0361205, 0.988674, -0.145669]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.105165</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7750, -7277, 211, -78, -101, -38, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.16</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c496ae35-8704-4ddb-a438-bab633daf847||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681175947189331, 0.09690860658884048, -0.0011502864072099328, 107.21641540527344], [0.0960402637720108, 2.6525392532348633, -0.3935227692127228, -101.85558319091797], [0.012994281947612762, 0.39082005620002747, 2.671168088912964, -97.86311340332031], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 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': ['184603.975000', '184604.435000', '184604.895000', '184605.355000', '184605.815000', '184606.275000', '184606.735000', '184607.195000', '184607.655000', '184608.115000', '184608.575000', '184609.035000', '184609.495000', '184609.955000', '184610.415000', '184610.875000', '184611.335000', '184611.795000', '184612.255000', '184612.715000', '184613.175000', '184613.635000', '184614.095000', '184614.555000', '184615.015000', '184615.475000', '184615.935000', '184616.395000', '184616.855000', '184617.315000', '184617.775000', '184618.235000', '184618.695000', '184619.155000', '184619.615000', '184620.075000', '184620.535000', '184620.995000', '184621.455000', '184621.915000', '184622.375000', '184622.835000', '184623.295000', '184623.755000', '184624.215000', '184624.675000', '184625.135000', '184625.595000', '184626.055000', '184626.515000', '184626.975000', '184627.435000', '184627.895000', '184628.355000', '184628.815000', '184629.275000', '184629.735000', '184630.195000', '184630.655000', '184631.115000', '184631.575000', '184632.035000', '184632.495000', '184632.955000', '184633.415000', '184633.875000', '184634.335000', '184634.795000', '184635.255000', '184635.715000', '184636.175000', '184636.635000', '184637.095000', '184637.555000', '184638.015000', '184638.475000', '184638.935000', '184639.395000', '184639.855000', '184640.315000', '184640.775000', '184641.235000', '184641.695000', '184642.155000', '184642.615000', '184643.075000', '184643.535000', '184643.995000', '184644.455000', '184644.915000', '184645.375000', '184645.835000', '184646.295000', '184646.755000', '184647.215000', '184647.675000', '184648.135000', '184648.595000', '184649.055000', '184649.515000', '184649.975000', '184650.435000', '184650.895000', '184651.355000', '184651.815000', '184652.275000', '184652.735000', '184653.195000', '184653.655000', '184654.115000', '184654.575000', '184655.035000', '184655.495000', '184655.955000', '184656.415000', '184656.875000', '184657.335000', '184657.795000', '184658.255000', '184658.715000', '184659.175000', '184659.635000', '184700.095000', '184700.555000', '184701.015000', '184701.475000', '184701.935000', '184702.395000', '184702.855000', '184703.315000', '184703.775000', '184704.235000', '184704.695000', '184705.155000', '184705.615000', '184706.075000', '184706.535000', '184706.995000', '184707.455000', '184707.915000', '184708.375000', '184708.835000', '184709.295000', '184709.755000', '184710.215000', '184710.675000', '184711.135000', '184711.595000', '184712.055000', '184712.515000', '184712.975000', '184713.435000', '184713.895000', '184714.355000', '184714.815000', '184715.275000', '184715.735000', '184716.195000', '184716.655000', '184717.115000', '184717.575000', '184718.035000', '184718.495000', '184718.955000', '184719.415000', '184719.875000', '184720.335000', '184720.795000', '184721.255000', '184721.715000', '184722.175000', '184722.635000', '184723.095000', '184723.555000', '184724.015000', '184724.475000', '184724.935000', '184725.395000', '184725.855000', '184726.315000', '184726.775000', '184727.235000', '184727.695000', '184728.155000', '184728.615000', '184729.075000', '184729.535000', '184729.995000', '184730.455000', '184730.915000', '184731.375000', '184731.835000', '184732.295000', '184732.755000', '184733.215000', '184733.675000', '184734.135000', '184734.595000', '184735.055000', '184735.515000', '184735.975000', '184736.435000', '184736.895000', '184737.355000', '184737.815000', '184738.275000', '184738.735000', '184739.195000', '184739.655000', '184740.115000', '184740.575000', '184741.035000', '184741.495000', '184741.955000', '184742.415000', '184742.875000', '184743.335000', '184743.795000', '184744.255000', '184744.715000', '184745.175000', '184745.635000', '184746.095000', '184746.555000', '184747.015000', '184747.475000', '184747.935000', '184748.395000', '184748.855000', '184749.315000', '184749.775000', '184750.235000', '184750.695000', '184751.155000', '184751.615000', '184752.075000', '184752.535000', '184752.995000', '184753.455000', '184753.915000', '184754.375000', '184754.835000', '184755.295000', '184755.755000', '184756.215000', '184756.675000', '184757.135000', '184757.595000', '184758.055000', '184758.515000', '184758.975000', '184759.435000', '184759.895000', '184800.355000', '184800.815000', '184801.275000', '184801.735000', '184802.195000', '184802.655000', '184803.115000', '184803.575000', '184804.035000', '184804.495000', '184804.955000', '184805.415000', '184805.875000', '184806.335000', '184806.795000', '184807.255000', '184807.715000', '184808.175000', '184808.635000', '184809.095000', '184809.555000', '184810.015000', '184810.475000', '184810.935000', '184811.395000', '184811.855000', '184812.315000', '184812.775000', '184813.235000', '184813.695000', '184814.155000', '184814.615000', '184815.075000', '184815.535000', '184815.995000', '184816.455000', '184816.915000', '184817.375000', '184817.835000', '184818.295000', '184818.755000', '184819.215000', '184819.675000', '184820.135000', '184820.595000', '184821.055000', '184821.515000', '184821.975000', '184822.435000', '184822.895000', '184823.355000', '184823.815000', '184824.275000', '184824.735000', '184825.195000', '184825.655000', '184826.115000', '184826.575000', '184827.035000', '184827.495000', '184827.955000', '184828.415000', '184828.875000', '184829.335000', '184829.795000', '184830.255000', '184830.715000', '184831.175000', '184831.635000', '184832.095000', '184832.555000', '184833.015000', '184833.475000', '184833.935000', '184834.395000', '184834.855000', '184835.315000', '184835.775000', '184836.235000', '184836.695000', '184837.155000', '184837.615000', '184838.075000', '184838.535000', '184838.995000', '184839.455000', '184839.915000', '184840.375000', '184840.835000', '184841.295000', '184841.755000', '184842.215000', '184842.675000', '184843.135000', '184843.595000', '184844.055000', '184844.515000', '184844.975000', '184845.435000', '184845.895000', '184846.355000', '184846.815000', '184847.275000', '184847.735000', '184848.195000', '184848.655000', '184849.115000', '184849.575000', '184850.035000', '184850.495000', '184850.955000', '184851.415000', '184851.875000', '184852.335000', '184852.795000', '184853.255000', '184853.715000', '184854.175000', '184854.635000', '184855.095000', '184855.555000', '184856.015000', '184856.475000', '184856.935000', '184857.395000', '184857.855000', '184858.315000', '184858.775000', '184859.235000', '184859.695000', '184900.155000', '184900.615000', '184901.075000', '184901.535000', '184901.995000', '184902.455000', '184902.915000', '184903.375000', '184903.835000', '184904.295000', '184904.755000', '184905.215000', '184905.675000', '184906.135000', '184906.595000', '184907.055000', '184907.515000', '184907.975000', '184908.435000', '184908.895000', '184909.355000', '184909.815000', '184910.275000', '184910.735000', '184911.195000', '184911.655000', '184912.115000', '184912.575000', '184913.035000', '184913.495000', '184913.955000', '184914.415000', '184914.875000', '184915.335000', '184915.795000', '184916.255000', '184916.715000', '184917.175000', '184917.635000', '184918.095000', '184918.555000', '184919.015000', '184919.475000', '184919.935000', '184920.395000', '184920.855000', '184921.315000', '184921.775000', '184922.235000', '184922.695000', '184923.155000', '184923.615000', '184924.075000', '184924.535000', '184924.995000', '184925.455000', '184925.915000', '184926.375000', '184926.835000', '184927.295000', '184927.755000', '184928.215000', '184928.675000', '184929.135000', '184929.595000', '184930.055000', '184930.515000', '184930.975000', '184931.435000', '184931.895000', '184932.355000', '184932.815000', '184933.275000', '184933.735000', '184934.195000', '184934.655000', '184935.115000', '184935.575000', '184936.035000', '184936.495000', '184936.955000', '184937.415000', '184937.875000', '184938.335000', '184938.795000', '184939.255000', '184939.715000', '184940.175000', '184940.635000', '184941.095000', '184941.555000', '184942.015000', '184942.475000', '184942.935000', '184943.395000', '184943.855000', '184944.315000', '184944.775000', '184945.235000', '184945.695000', '184946.155000', '184946.615000', '184947.075000', '184947.535000', '184947.995000', '184948.455000', '184948.915000', '184949.375000', '184949.835000', '184950.295000', '184950.755000', '184951.215000', '184951.675000', '184952.135000', '184952.595000', '184953.055000', '184953.515000', '184953.975000', '184954.435000', '184954.895000', '184955.355000', '184955.815000', '184956.275000', '184956.735000', '184957.195000', '184957.655000', '184958.115000', '184958.575000', '184959.035000', '184959.495000', '184959.955000', '185000.415000', '185000.875000', '185001.335000', '185001.795000', '185002.255000', '185002.715000', '185003.175000', '185003.635000', '185004.095000', '185004.555000', '185005.015000', '185005.475000', '185005.935000', '185006.395000', '185006.855000', '185007.315000', '185007.775000', '185008.235000', '185008.695000', '185009.155000', '185009.615000', '185010.075000', '185010.535000', '185010.995000', '185011.455000', '185011.915000', '185012.375000', '185012.835000', '185013.295000', '185013.755000', '185014.215000', '185014.675000', '185015.135000', '185015.595000', '185016.055000', '185016.515000', '185016.975000', '185017.435000', '185017.895000', '185018.355000', '185018.815000', '185019.275000', '185019.735000', '185020.195000', '185020.655000', '185021.115000', '185021.575000', '185022.035000', '185022.495000', '185022.955000', '185023.415000', '185023.875000', '185024.335000', '185024.795000', '185025.255000', '185025.715000', '185026.175000', '185026.635000', '185027.095000', '185027.555000', '185028.015000', '185028.475000', '185028.935000', '185029.395000', '185029.855000', '185030.315000', '185030.775000', '185031.235000', '185031.695000', '185032.155000', '185032.615000', '185033.075000', '185033.535000', '185033.995000', '185034.455000', '185034.915000', '185035.375000', '185035.835000', '185036.295000', '185036.755000', '185037.215000', '185037.675000', '185038.135000', '185038.595000', '185039.055000', '185039.515000', '185039.975000', '185040.435000', '185040.895000', '185041.355000', '185041.815000', '185042.275000', '185042.735000', '185043.195000', '185043.655000', '185044.115000', '185044.575000', '185045.035000', '185045.495000', '185045.955000', '185046.415000', '185046.875000', '185047.335000', '185047.795000', '185048.255000', '185048.715000', '185049.175000', '185049.635000', '185050.095000', '185050.555000', '185051.015000', '185051.475000', '185051.935000', '185052.395000', '185052.855000', '185053.315000', '185053.775000', '185054.235000', '185054.695000', '185055.155000', '185055.615000', '185056.075000', '185056.535000', '185056.995000', '185057.455000', '185057.915000', '185058.375000', '185058.835000', '185059.295000', '185059.755000', '185100.215000', '185100.675000', '185101.135000', '185101.595000', '185102.055000', '185102.515000', '185102.975000', '185103.435000', '185103.895000', '185104.355000', '185104.815000', '185105.275000', '185105.735000', '185106.195000', '185106.655000', '185107.115000', '185107.575000', '185108.035000', '185108.495000', '185108.955000', '185109.415000', '185109.875000', '185110.335000', '185110.795000', '185111.255000', '185111.715000', '185112.175000', '185112.635000', '185113.095000', '185113.555000', '185114.015000', '185114.475000', '185114.935000', '185115.395000', '185115.855000', '185116.315000', '185116.775000', '185117.235000', '185117.695000', '185118.155000', '185118.615000', '185119.075000', '185119.535000', '185119.995000', '185120.455000', '185120.915000', '185121.375000', '185121.835000', '185122.295000', '185122.755000', '185123.215000', '185123.675000', '185124.135000', '185124.595000', '185125.055000', '185125.515000', '185125.975000', '185126.435000', '185126.895000', '185127.355000', '185127.815000', '185128.275000', '185128.735000', '185129.195000', '185129.655000', '185130.115000', '185130.575000', '185131.035000', '185131.495000', '185131.955000', '185132.415000', '185132.875000', '185133.335000', '185133.795000', '185134.255000', '185134.715000', '185135.175000', '185135.635000', '185136.095000', '185136.555000', '185137.015000', '185137.475000', '185137.935000', '185138.395000', '185138.855000', '185139.315000', '185139.775000', '185140.235000', '185140.695000', '185141.155000', '185141.615000', '185142.075000', '185142.535000', '185142.995000', '185143.455000', '185143.915000', '185144.375000', '185144.835000', '185145.295000', '185145.755000', '185146.215000', '185146.675000', '185147.135000', '185147.595000', '185148.055000', '185148.515000', '185148.975000', '185149.435000', '185149.895000', '185150.355000', '185150.815000', '185151.275000', '185151.735000', '185152.195000', '185152.655000', '185153.115000', '185153.575000', '185154.035000', '185154.495000', '185154.955000', '185155.415000', '185155.875000', '185156.335000', '185156.795000', '185157.255000', '185157.715000', '185158.175000', '185158.635000', '185159.095000', '185159.555000', '185200.015000', '185200.475000', '185200.935000', '185201.395000', '185201.855000', '185202.315000', '185202.775000', '185203.235000', '185203.695000', '185204.155000', '185204.615000', '185205.075000', '185205.535000', '185205.995000', '185206.455000', '185206.915000', '185207.375000', '185207.835000', '185208.295000', '185208.755000', '185209.215000', '185209.675000', '185210.135000', '185210.595000', '185211.055000', '185211.515000', '185211.975000', '185212.435000', '185212.895000', '185213.355000', '185213.815000', '185214.275000', '185214.735000', '185215.195000', '185215.655000', '185216.115000', '185216.575000', '185217.035000', '185217.495000', '185217.955000', '185218.415000', '185218.875000', '185219.335000', '185219.795000', '185220.255000', '185220.715000', '185221.175000', '185221.635000', '185222.095000', '185222.555000', '185223.015000', '185223.475000', '185223.935000', '185224.395000', '185224.855000', '185225.315000', '185225.775000', '185226.235000', '185226.695000', '185227.155000', '185227.615000', '185228.075000', '185228.535000', '185228.995000', '185229.455000', '185229.915000', '185230.375000', '185230.835000', '185231.295000', '185231.755000', '185232.215000', '185232.675000', '185233.135000', '185233.595000', '185234.055000', '185234.515000', '185234.975000', '185235.435000', '185235.895000', '185236.355000', '185236.815000', '185237.275000', '185237.735000', '185238.195000', '185238.655000', '185239.115000', '185239.575000', '185240.035000', '185240.495000', '185240.955000', '185241.415000', '185241.875000', '185242.335000', '185242.795000', '185243.255000', '185243.715000', '185244.175000', '185244.635000', '185245.095000', '185245.555000', '185246.015000', '185246.475000', '185246.935000', '185247.395000', '185247.855000', '185248.315000', '185248.775000', '185249.235000', '185249.695000', '185250.155000', '185250.615000', '185251.075000', '185251.535000', '185251.995000', '185252.455000', '185252.915000', '185253.375000', '185253.835000', '185254.295000', '185254.755000', '185255.215000', '185255.675000', '185256.135000', '185256.595000', '185257.055000', '185257.515000', '185257.975000', '185258.435000', '185258.895000', '185259.355000', '185259.815000', '185300.275000', '185300.735000', '185301.195000', '185301.655000', '185302.115000', '185302.575000', '185303.035000', '185303.495000', '185303.955000', '185304.415000', '185304.875000', '185305.335000', '185305.795000', '185306.255000', '185306.715000', '185307.175000', '185307.635000', '185308.095000', '185308.555000', '185309.015000', '185309.475000', '185309.935000', '185310.395000', '185310.855000', '185311.315000', '185311.775000', '185312.235000', '185312.695000', '185313.155000', '185313.615000', '185314.075000', '185314.535000', '185314.995000', '185315.455000', '185315.915000', '185316.375000', '185316.835000', '185317.295000', '185317.755000', '185318.215000', '185318.675000', '185319.135000', '185319.595000', '185320.055000', '185320.515000', '185320.975000', '185321.435000', '185321.895000', '185322.355000', '185322.815000', '185323.275000', '185323.735000', '185324.195000', '185324.655000', '185325.115000', '185325.575000', '185326.035000', '185326.495000', '185326.955000', '185327.415000', '185327.875000', '185328.335000', '185328.795000', '185329.255000', '185329.715000', '185330.175000', '185330.635000', '185331.095000', '185331.555000', '185332.015000', '185332.475000', '185332.935000', '185333.395000', '185333.855000', '185334.315000', '185334.775000', '185335.235000', '185335.695000', '185336.155000', '185336.615000', '185337.075000', '185337.535000', '185337.995000', '185338.455000', '185338.915000', '185339.375000', '185339.835000', '185340.295000', '185340.755000', '185341.215000', '185341.675000', '185342.135000', '185342.595000', '185343.055000', '185343.515000', '185343.975000', '185344.435000', '185344.895000', '185345.355000', '185345.815000', '185346.275000', '185346.735000', '185347.195000', '185347.655000', '185348.115000', '185348.575000', '185349.035000', '185349.495000', '185349.955000', '185350.415000', '185350.875000', '185351.335000', '185351.795000', '185352.255000', '185352.715000', '185353.175000', '185353.635000', '185354.095000', '185354.555000', '185355.015000', '185355.475000', '185355.935000', '185356.395000', '185356.855000', '185357.315000', '185357.775000', '185358.235000', '185358.695000', '185359.155000', '185359.615000', '185400.075000', '185400.535000', '185400.995000', '185401.455000', '185401.915000', '185402.375000', '185402.835000', '185403.295000', '185403.755000', '185404.215000', '185404.675000', '185405.135000', '185405.595000', '185406.055000', '185406.515000', '185406.975000', '185407.435000', '185407.895000', '185408.355000', '185408.815000', '185409.275000', '185409.735000', '185410.195000', '185410.655000', '185411.115000', '185411.575000', '185412.035000', '185412.495000', '185412.955000', '185413.415000', '185413.875000', '185414.335000', '185414.795000', '185415.255000', '185415.715000', '185416.175000', '185416.635000', '185417.095000', '185417.555000', '185418.015000', '185418.475000', '185418.935000', '185419.395000', '185419.855000', '185420.315000', '185420.775000', '185421.235000', '185421.695000', '185422.155000', '185422.615000', '185423.075000', '185423.535000', '185423.995000', '185424.455000', '185424.915000', '185425.375000', '185425.835000', '185426.295000', '185426.755000', '185427.215000', '185427.675000', '185428.135000', '185428.595000'], 'ContentTime': ['184631.965000', '184631.968000', '184631.971000', '184631.974000', '184631.976000', '184631.979000', '184631.981000', '184631.984000', '184631.987000', '184631.989000', '184631.992000', '184631.994000', '184631.997000', '184632.001000', '184632.003000', '184632.013000', '184632.015000', '184632.018000', '184632.021000', '184632.024000', '184632.027000', '184632.034000', '184632.037000', '184632.039000', '184632.042000', '184632.044000', '184632.047000', '184632.050000', '184632.052000', '184632.055000', '184632.058000', '184632.060000', '184632.063000', '184632.066000', '184632.068000', '184632.071000', '184632.073000', '184632.076000', '184632.079000', '184632.082000', '184632.085000', '184632.087000', '184632.090000', '184632.093000', '184632.095000', '184632.099000', '184632.101000', '184632.104000', '184632.107000', '184632.109000', '184632.112000', '184632.115000', '184632.117000', '184632.120000', '184632.122000', '184632.125000', '184632.128000', '184632.131000', '184632.133000', '184651.937000', '184651.940000', '184651.943000', '184651.946000', '184651.948000', '184651.954000', '184651.957000', '184651.960000', '184651.962000', '184651.975000', '184651.978000', '184651.981000', '184651.983000', '184651.986000', '184651.989000', '184651.991000', '184651.994000', '184651.996000', '184651.999000', '184652.002000', '184652.004000', '184652.007000', '184652.009000', '184652.012000', '184652.014000', '184652.017000', '184652.020000', '184652.022000', '184652.025000', '184652.028000', '184652.030000', '184652.033000', '184652.036000', '184652.038000', '184652.041000', '184652.043000', '184652.046000', '184652.049000', '184652.051000', '184652.078000', '184652.081000', '184652.083000', '184652.086000', '184711.937000', '184711.940000', '184711.943000', '184711.945000', '184711.948000', '184711.951000', '184711.953000', '184711.956000', '184711.959000', '184711.961000', '184711.964000', '184711.966000', '184711.969000', '184711.972000', '184711.974000', '184711.977000', '184711.979000', '184711.982000', '184711.985000', '184711.987000', '184711.990000', '184711.992000', '184711.995000', '184711.997000', '184712.001000', '184712.004000', '184712.006000', '184712.009000', '184712.012000', '184712.014000', '184712.017000', '184712.019000', '184712.022000', '184712.025000', '184712.027000', '184712.030000', '184712.033000', '184712.035000', '184712.038000', '184712.040000', '184712.043000', '184712.046000', '184712.048000', '184712.051000', '184731.937000', '184731.940000', '184731.943000', '184731.945000', '184731.948000', '184731.951000', '184731.953000', '184731.956000', '184731.958000', '184731.961000', '184731.964000', '184731.966000', '184731.969000', '184731.971000', '184731.974000', '184731.977000', '184731.979000', '184731.982000', '184731.984000', '184731.987000', '184731.990000', '184731.992000', '184731.995000', '184732.000000', '184732.002000', '184732.005000', '184732.008000', '184732.010000', '184732.013000', '184732.016000', '184732.018000', '184732.021000', '184732.024000', '184732.026000', '184732.029000', '184732.031000', '184732.034000', '184732.037000', '184732.039000', '184732.042000', '184732.045000', '184732.047000', '184732.050000', '184751.937000', '184751.940000', '184751.943000', '184751.946000', '184751.948000', '184751.951000', '184751.953000', '184751.956000', '184751.959000', '184751.962000', '184751.964000', '184751.967000', '184751.970000', '184751.973000', '184751.975000', '184751.978000', '184751.980000', '184751.983000', '184751.985000', '184751.988000', '184751.991000', '184751.993000', '184751.996000', '184752.000000', '184752.002000', '184752.005000', '184752.007000', '184752.010000', '184752.013000', '184752.015000', '184752.018000', '184752.020000', '184752.023000', '184752.026000', '184752.028000', '184752.031000', '184752.033000', '184752.036000', '184752.039000', '184752.041000', '184752.044000', '184752.046000', '184752.049000', '184752.052000', '184811.937000', '184811.940000', '184811.943000', '184811.946000', '184811.948000', '184811.951000', '184811.953000', '184811.956000', '184811.959000', '184811.961000', '184811.964000', '184811.967000', '184811.969000', '184811.972000', '184811.975000', '184811.977000', '184811.980000', '184811.983000', '184811.985000', '184811.988000', '184811.991000', '184811.993000', '184811.996000', '184812.000000', '184812.002000', '184812.005000', '184812.007000', '184812.010000', '184812.013000', '184812.016000', '184812.018000', '184812.021000', '184812.023000', '184812.026000', '184812.029000', '184812.031000', '184812.034000', '184812.037000', '184812.039000', '184812.042000', '184812.045000', '184812.047000', '184812.050000', '184831.936000', '184831.939000', '184831.942000', '184831.945000', '184831.947000', '184831.950000', '184831.953000', '184831.955000', '184831.958000', '184831.961000', '184831.963000', '184831.966000', '184831.968000', '184831.971000', '184831.974000', '184831.976000', '184831.979000', '184831.981000', '184831.984000', '184831.987000', '184831.989000', '184831.992000', '184831.994000', '184831.997000', '184832.001000', '184832.003000', '184832.006000', '184832.009000', '184832.011000', '184832.014000', '184832.016000', '184832.019000', '184832.021000', '184832.024000', '184832.027000', '184832.039000', '184832.042000', '184832.044000', '184832.047000', '184832.050000', '184832.052000', '184832.055000', '184832.058000', '184832.060000', '184851.936000', '184851.939000', '184851.942000', '184851.944000', '184851.947000', '184851.950000', '184851.952000', '184851.955000', '184851.958000', '184851.960000', '184851.963000', '184851.965000', '184851.968000', '184851.971000', '184851.973000', '184851.976000', '184851.979000', '184851.981000', '184851.984000', '184851.986000', '184851.989000', '184851.992000', '184851.994000', '184851.997000', '184852.001000', '184852.003000', '184852.006000', '184852.009000', '184852.011000', '184852.014000', '184852.016000', '184852.019000', '184852.021000', '184852.024000', '184852.027000', '184852.029000', '184852.032000', '184852.035000', '184852.039000', '184852.042000', '184852.044000', '184852.047000', '184852.050000', '184911.938000', '184911.941000', '184911.943000', '184911.946000', '184911.948000', '184911.951000', '184911.954000', '184911.956000', '184911.959000', '184911.962000', '184911.964000', '184911.968000', '184911.970000', '184911.973000', '184911.976000', '184911.978000', '184911.981000', '184911.984000', '184911.986000', '184911.989000', '184911.992000', '184911.994000', '184911.997000', '184912.000000', '184912.002000', '184912.005000', '184912.008000', '184912.011000', '184912.014000', '184912.016000', '184912.019000', '184912.022000', '184912.024000', '184912.027000', '184912.030000', '184912.033000', '184912.036000', '184912.039000', '184912.041000', '184912.044000', '184912.047000', '184912.049000', '184912.052000', '184912.054000', '184931.937000', '184931.940000', '184931.943000', '184931.945000', '184931.948000', '184931.951000', '184931.953000', '184931.956000', '184931.958000', '184931.961000', '184931.964000', '184931.966000', '184931.969000', '184931.971000', '184931.974000', '184931.976000', '184931.979000', '184931.982000', '184931.984000', '184931.987000', '184931.990000', '184931.992000', '184931.995000', '184931.997000', '184932.001000', '184932.004000', '184932.006000', '184932.009000', '184932.011000', '184932.014000', '184932.017000', '184932.019000', '184932.022000', '184932.025000', '184932.028000', '184932.030000', '184932.033000', '184932.036000', '184932.038000', '184932.041000', '184932.043000', '184932.046000', '184932.049000', '184951.938000', '184951.941000', '184951.943000', '184951.946000', '184951.949000', '184951.951000', '184951.954000', '184951.956000', '184951.959000', '184951.962000', '184951.964000', '184951.967000', '184951.969000', '184951.972000', '184951.975000', '184951.977000', '184951.980000', '184951.983000', '184951.985000', '184951.988000', '184951.990000', '184951.993000', '184951.996000', '184951.998000', '184952.002000', '184952.005000', '184952.007000', '184952.010000', '184952.013000', '184952.015000', '184952.018000', '184952.020000', '184952.023000', '184952.026000', '184952.028000', '184952.031000', '184952.034000', '184952.036000', '184952.039000', '184952.042000', '184952.044000', '184952.047000', '184952.049000', '184952.052000', '185011.937000', '185011.940000', '185011.943000', '185011.946000', '185011.948000', '185011.951000', '185011.954000', '185011.956000', '185011.959000', '185011.962000', '185011.964000', '185011.967000', '185011.970000', '185011.972000', '185011.975000', '185011.977000', '185011.991000', '185011.994000', '185011.997000', '185012.000000', '185012.003000', '185012.005000', '185012.008000', '185012.011000', '185012.013000', '185012.016000', '185012.019000', '185012.021000', '185012.024000', '185012.026000', '185012.029000', '185012.032000', '185012.034000', '185012.037000', '185012.040000', '185012.042000', '185012.045000', '185012.048000', '185012.050000', '185012.053000', '185012.056000', '185012.058000', '185012.061000', '185031.938000', '185031.940000', '185031.943000', '185031.947000', '185031.949000', '185031.952000', '185031.955000', '185031.957000', '185031.960000', '185031.962000', '185031.965000', '185031.968000', '185031.970000', '185031.973000', '185031.975000', '185031.978000', '185031.981000', '185031.983000', '185031.986000', '185031.989000', '185031.991000', '185031.994000', '185031.996000', '185032.000000', '185032.003000', '185032.006000', '185032.008000', '185032.011000', '185032.013000', '185032.016000', '185032.019000', '185032.021000', '185032.024000', '185032.027000', '185032.029000', '185032.032000', '185032.034000', '185032.037000', '185032.040000', '185032.042000', '185032.045000', '185032.048000', '185032.050000', '185032.053000', '185051.936000', '185051.939000', '185051.942000', '185051.945000', '185051.947000', '185051.950000', '185051.952000', '185051.955000', '185051.958000', '185051.960000', '185051.963000', '185051.965000', '185051.968000', '185051.971000', '185051.973000', '185051.976000', '185051.979000', '185051.981000', '185051.984000', '185051.987000', '185051.989000', '185051.992000', '185051.994000', '185051.997000', '185052.001000', '185052.003000', '185052.006000', '185052.009000', '185052.011000', '185052.014000', '185052.017000', '185052.019000', '185052.022000', '185052.024000', '185052.027000', '185052.030000', '185052.032000', '185052.035000', '185052.038000', '185052.040000', '185052.043000', '185052.045000', '185052.048000', '185111.937000', '185111.939000', '185111.942000', '185111.945000', '185111.947000', '185111.950000', '185111.953000', '185111.955000', '185111.958000', '185111.960000', '185111.963000', '185111.966000', '185111.968000', '185111.971000', '185111.974000', '185111.976000', '185111.979000', '185111.982000', '185111.984000', '185111.987000', '185111.990000', '185111.992000', '185111.995000', '185111.998000', '185112.001000', '185112.004000', '185112.007000', '185112.010000', '185112.012000', '185112.015000', '185112.018000', '185112.020000', '185112.023000', '185112.025000', '185112.028000', '185112.031000', '185112.033000', '185112.036000', '185112.039000', '185112.041000', '185112.044000', '185112.047000', '185112.049000', '185112.052000', '185131.937000', '185131.940000', '185131.943000', '185131.945000', '185131.955000', '185131.957000', '185131.960000', '185131.963000', '185131.966000', '185131.968000', '185131.971000', '185131.974000', '185131.976000', '185131.979000', '185131.982000', '185131.984000', '185131.987000', '185131.990000', '185131.992000', '185131.995000', '185131.997000', '185132.000000', '185132.003000', '185132.005000', '185132.008000', '185132.010000', '185132.013000', '185132.016000', '185132.018000', '185132.021000', '185132.023000', '185132.026000', '185132.029000', '185132.031000', '185132.034000', '185132.036000', '185132.039000', '185132.041000', '185132.044000', '185132.047000', '185132.049000', '185132.064000', '185132.067000', '185151.937000', '185151.941000', '185151.943000', '185151.946000', '185151.948000', '185151.951000', '185151.954000', '185151.956000', '185151.959000', '185151.961000', '185151.964000', '185151.966000', '185151.969000', '185151.972000', '185151.974000', '185151.977000', '185151.980000', '185151.982000', '185151.985000', '185151.987000', '185151.990000', '185151.993000', '185151.995000', '185151.998000', '185152.002000', '185152.004000', '185152.007000', '185152.010000', '185152.012000', '185152.015000', '185152.018000', '185152.020000', '185152.023000', '185152.025000', '185152.028000', '185152.031000', '185152.033000', '185152.036000', '185152.038000', '185152.041000', '185152.043000', '185152.046000', '185152.049000', '185152.051000', '185211.937000', '185211.940000', '185211.943000', '185211.946000', '185211.948000', '185211.951000', '185211.953000', '185211.956000', '185211.958000', '185211.961000', '185211.964000', '185211.966000', '185211.969000', '185211.971000', '185211.974000', '185211.977000', '185211.981000', '185211.983000', '185211.986000', '185211.988000', '185211.991000', '185211.994000', '185211.996000', '185212.000000', '185212.002000', '185212.005000', '185212.008000', '185212.010000', '185212.013000', '185212.016000', '185212.018000', '185212.021000', '185212.023000', '185212.026000', '185212.028000', '185212.031000', '185212.034000', '185212.036000', '185212.039000', '185212.041000', '185212.044000', '185212.046000', '185212.049000', '185231.937000', '185231.940000', '185231.943000', '185231.946000', '185231.948000', '185231.951000', '185231.953000', '185231.956000', '185231.958000', '185231.961000', '185231.964000', '185231.966000', '185231.969000', '185231.972000', '185231.974000', '185231.977000', '185231.979000', '185231.982000', '185231.985000', '185231.987000', '185231.990000', '185231.992000', '185231.995000', '185231.998000', '185232.002000', '185232.004000', '185232.007000', '185232.009000', '185232.012000', '185232.015000', '185232.017000', '185232.020000', '185232.022000', '185232.025000', '185232.028000', '185232.030000', '185232.033000', '185232.036000', '185232.038000', '185232.041000', '185232.043000', '185232.046000', '185232.049000', '185232.051000', '185251.938000', '185251.941000', '185251.943000', '185251.946000', '185251.948000', '185251.951000', '185251.954000', '185251.956000', '185251.959000', '185251.961000', '185251.964000', '185251.967000', '185251.969000', '185251.972000', '185251.974000', '185251.977000', '185251.980000', '185251.982000', '185251.985000', '185251.987000', '185251.990000', '185251.992000', '185251.995000', '185251.998000', '185252.001000', '185252.004000', '185252.007000', '185252.009000', '185252.012000', '185252.015000', '185252.017000', '185252.020000', '185252.022000', '185252.025000', '185252.027000', '185252.030000', '185252.033000', '185252.035000', '185252.038000', '185252.041000', '185252.043000', '185252.046000', '185252.048000', '185311.936000', '185311.939000', '185311.942000', '185311.944000', '185311.947000', '185311.950000', '185311.952000', '185311.955000', '185311.957000', '185311.960000', '185311.963000', '185311.965000', '185311.968000', '185311.970000', '185311.973000', '185311.976000', '185311.978000', '185311.981000', '185311.983000', '185311.986000', '185311.988000', '185311.991000', '185311.994000', '185311.996000', '185312.000000', '185312.002000', '185312.005000', '185312.008000', '185312.010000', '185312.013000', '185312.015000', '185312.018000', '185312.020000', '185312.023000', '185312.026000', '185312.028000', '185312.031000', '185312.034000', '185312.036000', '185312.039000', '185312.041000', '185312.044000', '185312.047000', '185312.049000', '185331.937000', '185331.940000', '185331.942000', '185331.945000', '185331.947000', '185331.950000', '185331.952000', '185331.955000', '185331.958000', '185331.960000', '185331.963000', '185331.965000', '185331.968000', '185331.971000', '185331.973000', '185331.976000', '185331.978000', '185331.981000', '185331.983000', '185331.986000', '185331.989000', '185331.991000', '185331.994000', '185331.996000', '185332.000000', '185332.003000', '185332.005000', '185332.008000', '185332.010000', '185332.013000', '185332.016000', '185332.019000', '185332.021000', '185332.024000', '185332.027000', '185332.029000', '185332.032000', '185332.034000', '185332.037000', '185332.040000', '185332.042000', '185332.045000', '185332.048000', '185351.938000', '185351.940000', '185351.943000', '185351.946000', '185351.948000', '185351.951000', '185351.953000', '185351.957000', '185351.961000', '185351.963000', '185351.966000', '185351.968000', '185351.971000', '185351.974000', '185351.976000', '185351.979000', '185351.982000', '185351.984000', '185351.987000', '185351.989000', '185351.992000', '185351.995000', '185351.997000', '185352.000000', '185352.002000', '185352.005000', '185352.008000', '185352.011000', '185352.013000', '185352.016000', '185352.019000', '185352.021000', '185352.024000', '185352.027000', '185352.029000', '185352.032000', '185352.035000', '185352.037000', '185352.040000', '185352.042000', '185352.045000', '185352.048000', '185352.050000', '185411.937000', '185411.940000', '185411.943000', '185411.946000', '185411.948000', '185411.951000', '185411.954000', '185411.956000', '185411.959000', '185411.962000', '185411.964000', '185411.967000', '185411.970000', '185411.972000', '185411.975000', '185411.977000', '185411.980000', '185411.983000', '185411.985000', '185411.988000', '185411.991000', '185411.993000', '185411.996000', '185411.998000', '185412.002000', '185412.005000', '185412.007000', '185412.010000', '185412.013000', '185412.015000', '185412.018000', '185412.020000', '185412.023000', '185412.026000', '185412.028000', '185412.031000', '185412.034000', '185412.036000', '185412.039000', '185412.041000', '185412.044000', '185412.047000', '185412.049000', '185412.052000', '185429.622000', '185429.625000', '185429.628000', '185429.631000', '185429.633000', '185429.636000', '185429.639000', '185429.642000', '185429.645000', '185429.647000', '185429.650000', '185429.652000', '185429.657000', '185429.659000', '185429.662000', '185429.666000', '185429.669000', '185429.672000', '185429.674000', '185429.677000', '185429.680000', '185429.683000', '185429.686000', '185429.689000', '185429.693000', '185429.696000', '185429.699000', '185429.701000', '185429.704000', '185429.707000', '185429.709000', '185429.712000', '185429.720000', '185429.723000', '185429.726000', '185429.729000', '185429.732000', '185429.736000', '185429.740000'], 'InstanceCreationTime': ['184631.965000', '184631.968000', '184631.971000', '184631.974000', '184631.976000', '184631.979000', '184631.981000', '184631.984000', '184631.987000', '184631.989000', '184631.992000', '184631.994000', '184631.997000', '184632.001000', '184632.003000', '184632.013000', '184632.015000', '184632.018000', '184632.021000', '184632.024000', '184632.027000', '184632.034000', '184632.037000', '184632.039000', '184632.042000', '184632.044000', '184632.047000', '184632.050000', '184632.052000', '184632.055000', '184632.058000', '184632.060000', '184632.063000', '184632.066000', '184632.068000', '184632.071000', '184632.073000', '184632.076000', '184632.079000', '184632.082000', '184632.085000', '184632.087000', '184632.090000', '184632.093000', '184632.095000', '184632.099000', '184632.101000', '184632.104000', '184632.107000', '184632.109000', '184632.112000', '184632.115000', '184632.117000', '184632.120000', '184632.122000', '184632.125000', '184632.128000', '184632.131000', '184632.133000', '184651.937000', '184651.940000', '184651.943000', '184651.946000', '184651.948000', '184651.954000', '184651.957000', '184651.960000', '184651.962000', '184651.975000', '184651.978000', '184651.981000', '184651.983000', '184651.986000', '184651.989000', '184651.991000', '184651.994000', '184651.996000', '184651.999000', '184652.002000', '184652.004000', '184652.007000', '184652.009000', '184652.012000', '184652.014000', '184652.017000', '184652.020000', '184652.022000', '184652.025000', '184652.028000', '184652.030000', '184652.033000', '184652.036000', '184652.038000', '184652.041000', '184652.043000', '184652.046000', '184652.049000', '184652.051000', '184652.078000', '184652.081000', '184652.083000', '184652.086000', '184711.937000', '184711.940000', '184711.943000', '184711.945000', '184711.948000', '184711.951000', '184711.953000', '184711.956000', '184711.959000', '184711.961000', '184711.964000', '184711.966000', '184711.969000', '184711.972000', '184711.974000', '184711.977000', '184711.979000', '184711.982000', '184711.985000', '184711.987000', '184711.990000', '184711.992000', '184711.995000', '184711.997000', '184712.001000', '184712.004000', '184712.006000', '184712.009000', '184712.012000', '184712.014000', '184712.017000', '184712.019000', '184712.022000', '184712.025000', '184712.027000', '184712.030000', '184712.033000', '184712.035000', '184712.038000', '184712.040000', '184712.043000', '184712.046000', '184712.048000', '184712.051000', '184731.937000', '184731.940000', '184731.943000', '184731.945000', '184731.948000', '184731.951000', '184731.953000', '184731.956000', '184731.958000', '184731.961000', '184731.964000', '184731.966000', '184731.969000', '184731.971000', '184731.974000', '184731.977000', '184731.979000', '184731.982000', '184731.984000', '184731.987000', '184731.990000', '184731.992000', '184731.995000', '184732.000000', '184732.002000', '184732.005000', '184732.008000', '184732.010000', '184732.013000', '184732.016000', '184732.018000', '184732.021000', '184732.024000', '184732.026000', '184732.029000', '184732.031000', '184732.034000', '184732.037000', '184732.039000', '184732.042000', '184732.045000', '184732.047000', '184732.050000', '184751.937000', '184751.940000', '184751.943000', '184751.946000', '184751.948000', '184751.951000', '184751.953000', '184751.956000', '184751.959000', '184751.962000', '184751.964000', '184751.967000', '184751.970000', '184751.973000', '184751.975000', '184751.978000', '184751.980000', '184751.983000', '184751.985000', '184751.988000', '184751.991000', '184751.993000', '184751.996000', '184752.000000', '184752.002000', '184752.005000', '184752.007000', '184752.010000', '184752.013000', '184752.015000', '184752.018000', '184752.020000', '184752.023000', '184752.026000', '184752.028000', '184752.031000', '184752.033000', '184752.036000', '184752.039000', '184752.041000', '184752.044000', '184752.046000', '184752.049000', '184752.052000', '184811.937000', '184811.940000', '184811.943000', '184811.946000', '184811.948000', '184811.951000', '184811.953000', '184811.956000', '184811.959000', '184811.961000', '184811.964000', '184811.967000', '184811.969000', '184811.972000', '184811.975000', '184811.977000', '184811.980000', '184811.983000', '184811.985000', '184811.988000', '184811.991000', '184811.993000', '184811.996000', '184812.000000', '184812.002000', '184812.005000', '184812.007000', '184812.010000', '184812.013000', '184812.016000', '184812.018000', '184812.021000', '184812.023000', '184812.026000', '184812.029000', '184812.031000', '184812.034000', '184812.037000', '184812.039000', '184812.042000', '184812.045000', '184812.047000', '184812.050000', '184831.936000', '184831.939000', '184831.942000', '184831.945000', '184831.947000', '184831.950000', '184831.953000', '184831.955000', '184831.958000', '184831.961000', '184831.963000', '184831.966000', '184831.968000', '184831.971000', '184831.974000', '184831.976000', '184831.979000', '184831.981000', '184831.984000', '184831.987000', '184831.989000', '184831.992000', '184831.994000', '184831.997000', '184832.001000', '184832.003000', '184832.006000', '184832.009000', '184832.011000', '184832.014000', '184832.016000', '184832.019000', '184832.021000', '184832.024000', '184832.027000', '184832.039000', '184832.042000', '184832.044000', '184832.047000', '184832.050000', '184832.052000', '184832.055000', '184832.058000', '184832.060000', '184851.936000', '184851.939000', '184851.942000', '184851.944000', '184851.947000', '184851.950000', '184851.952000', '184851.955000', '184851.958000', '184851.960000', '184851.963000', '184851.965000', '184851.968000', '184851.971000', '184851.973000', '184851.976000', '184851.979000', '184851.981000', '184851.984000', '184851.986000', '184851.989000', '184851.992000', '184851.994000', '184851.997000', '184852.001000', '184852.003000', '184852.006000', '184852.009000', '184852.011000', '184852.014000', '184852.016000', '184852.019000', '184852.021000', '184852.024000', '184852.027000', '184852.029000', '184852.032000', '184852.035000', '184852.039000', '184852.042000', '184852.044000', '184852.047000', '184852.050000', '184911.938000', '184911.941000', '184911.943000', '184911.946000', '184911.948000', '184911.951000', '184911.954000', '184911.956000', '184911.959000', '184911.962000', '184911.964000', '184911.968000', '184911.970000', '184911.973000', '184911.976000', '184911.978000', '184911.981000', '184911.984000', '184911.986000', '184911.989000', '184911.992000', '184911.994000', '184911.997000', '184912.000000', '184912.002000', '184912.005000', '184912.008000', '184912.011000', '184912.014000', '184912.016000', '184912.019000', '184912.022000', '184912.024000', '184912.027000', '184912.030000', '184912.033000', '184912.036000', '184912.039000', '184912.041000', '184912.044000', '184912.047000', '184912.049000', '184912.052000', '184912.054000', '184931.937000', '184931.940000', '184931.943000', '184931.945000', '184931.948000', '184931.951000', '184931.953000', '184931.956000', '184931.958000', '184931.961000', '184931.964000', '184931.966000', '184931.969000', '184931.971000', '184931.974000', '184931.976000', '184931.979000', '184931.982000', '184931.984000', '184931.987000', '184931.990000', '184931.992000', '184931.995000', '184931.997000', '184932.001000', '184932.004000', '184932.006000', '184932.009000', '184932.011000', '184932.014000', '184932.017000', '184932.019000', '184932.022000', '184932.025000', '184932.028000', '184932.030000', '184932.033000', '184932.036000', '184932.038000', '184932.041000', '184932.043000', '184932.046000', '184932.049000', '184951.938000', '184951.941000', '184951.943000', '184951.946000', '184951.949000', '184951.951000', '184951.954000', '184951.956000', '184951.959000', '184951.962000', '184951.964000', '184951.967000', '184951.969000', '184951.972000', '184951.975000', '184951.977000', '184951.980000', '184951.983000', '184951.985000', '184951.988000', '184951.990000', '184951.993000', '184951.996000', '184951.998000', '184952.002000', '184952.005000', '184952.007000', '184952.010000', '184952.013000', '184952.015000', '184952.018000', '184952.020000', '184952.023000', '184952.026000', '184952.028000', '184952.031000', '184952.034000', '184952.036000', '184952.039000', '184952.042000', '184952.044000', '184952.047000', '184952.049000', '184952.052000', '185011.937000', '185011.940000', '185011.943000', '185011.946000', '185011.948000', '185011.951000', '185011.954000', '185011.956000', '185011.959000', '185011.962000', '185011.964000', '185011.967000', '185011.970000', '185011.972000', '185011.975000', '185011.977000', '185011.991000', '185011.994000', '185011.997000', '185012.000000', '185012.003000', '185012.005000', '185012.008000', '185012.011000', '185012.013000', '185012.016000', '185012.019000', '185012.021000', '185012.024000', '185012.026000', '185012.029000', '185012.032000', '185012.034000', '185012.037000', '185012.040000', '185012.042000', '185012.045000', '185012.048000', '185012.050000', '185012.053000', '185012.056000', '185012.058000', '185012.061000', '185031.938000', '185031.940000', '185031.943000', '185031.947000', '185031.949000', '185031.952000', '185031.955000', '185031.957000', '185031.960000', '185031.962000', '185031.965000', '185031.968000', '185031.970000', '185031.973000', '185031.975000', '185031.978000', '185031.981000', '185031.983000', '185031.986000', '185031.989000', '185031.991000', '185031.994000', '185031.996000', '185032.000000', '185032.003000', '185032.006000', '185032.008000', '185032.011000', '185032.013000', '185032.016000', '185032.019000', '185032.021000', '185032.024000', '185032.027000', '185032.029000', '185032.032000', '185032.034000', '185032.037000', '185032.040000', '185032.042000', '185032.045000', '185032.048000', '185032.050000', '185032.053000', '185051.936000', '185051.939000', '185051.942000', '185051.945000', '185051.947000', '185051.950000', '185051.952000', '185051.955000', '185051.958000', '185051.960000', '185051.963000', '185051.965000', '185051.968000', '185051.971000', '185051.973000', '185051.976000', '185051.979000', '185051.981000', '185051.984000', '185051.987000', '185051.989000', '185051.992000', '185051.994000', '185051.997000', '185052.001000', '185052.003000', '185052.006000', '185052.009000', '185052.011000', '185052.014000', '185052.017000', '185052.019000', '185052.022000', '185052.024000', '185052.027000', '185052.030000', '185052.032000', '185052.035000', '185052.038000', '185052.040000', '185052.043000', '185052.045000', '185052.048000', '185111.937000', '185111.939000', '185111.942000', '185111.945000', '185111.947000', '185111.950000', '185111.953000', '185111.955000', '185111.958000', '185111.960000', '185111.963000', '185111.966000', '185111.968000', '185111.971000', '185111.974000', '185111.976000', '185111.979000', '185111.982000', '185111.984000', '185111.987000', '185111.990000', '185111.992000', '185111.995000', '185111.998000', '185112.001000', '185112.004000', '185112.007000', '185112.010000', '185112.012000', '185112.015000', '185112.018000', '185112.020000', '185112.023000', '185112.025000', '185112.028000', '185112.031000', '185112.033000', '185112.036000', '185112.039000', '185112.041000', '185112.044000', '185112.047000', '185112.049000', '185112.052000', '185131.937000', '185131.940000', '185131.943000', '185131.945000', '185131.955000', '185131.957000', '185131.960000', '185131.963000', '185131.966000', '185131.968000', '185131.971000', '185131.974000', '185131.976000', '185131.979000', '185131.982000', '185131.984000', '185131.987000', '185131.990000', '185131.992000', '185131.995000', '185131.997000', '185132.000000', '185132.003000', '185132.005000', '185132.008000', '185132.010000', '185132.013000', '185132.016000', '185132.018000', '185132.021000', '185132.023000', '185132.026000', '185132.029000', '185132.031000', '185132.034000', '185132.036000', '185132.039000', '185132.041000', '185132.044000', '185132.047000', '185132.049000', '185132.064000', '185132.067000', '185151.937000', '185151.941000', '185151.943000', '185151.946000', '185151.948000', '185151.951000', '185151.954000', '185151.956000', '185151.959000', '185151.961000', '185151.964000', '185151.966000', '185151.969000', '185151.972000', '185151.974000', '185151.977000', '185151.980000', '185151.982000', '185151.985000', '185151.987000', '185151.990000', '185151.993000', '185151.995000', '185151.998000', '185152.002000', '185152.004000', '185152.007000', '185152.010000', '185152.012000', '185152.015000', '185152.018000', '185152.020000', '185152.023000', '185152.025000', '185152.028000', '185152.031000', '185152.033000', '185152.036000', '185152.038000', '185152.041000', '185152.043000', '185152.046000', '185152.049000', '185152.051000', '185211.937000', '185211.940000', '185211.943000', '185211.946000', '185211.948000', '185211.951000', '185211.953000', '185211.956000', '185211.958000', '185211.961000', '185211.964000', '185211.966000', '185211.969000', '185211.971000', '185211.974000', '185211.977000', '185211.981000', '185211.983000', '185211.986000', '185211.988000', '185211.991000', '185211.994000', '185211.996000', '185212.000000', '185212.002000', '185212.005000', '185212.008000', '185212.010000', '185212.013000', '185212.016000', '185212.018000', '185212.021000', '185212.023000', '185212.026000', '185212.028000', '185212.031000', '185212.034000', '185212.036000', '185212.039000', '185212.041000', '185212.044000', '185212.046000', '185212.049000', '185231.937000', '185231.940000', '185231.943000', '185231.946000', '185231.948000', '185231.951000', '185231.953000', '185231.956000', '185231.958000', '185231.961000', '185231.964000', '185231.966000', '185231.969000', '185231.972000', '185231.974000', '185231.977000', '185231.979000', '185231.982000', '185231.985000', '185231.987000', '185231.990000', '185231.992000', '185231.995000', '185231.998000', '185232.002000', '185232.004000', '185232.007000', '185232.009000', '185232.012000', '185232.015000', '185232.017000', '185232.020000', '185232.022000', '185232.025000', '185232.028000', '185232.030000', '185232.033000', '185232.036000', '185232.038000', '185232.041000', '185232.043000', '185232.046000', '185232.049000', '185232.051000', '185251.938000', '185251.941000', '185251.943000', '185251.946000', '185251.948000', '185251.951000', '185251.954000', '185251.956000', '185251.959000', '185251.961000', '185251.964000', '185251.967000', '185251.969000', '185251.972000', '185251.974000', '185251.977000', '185251.980000', '185251.982000', '185251.985000', '185251.987000', '185251.990000', '185251.992000', '185251.995000', '185251.998000', '185252.001000', '185252.004000', '185252.007000', '185252.009000', '185252.012000', '185252.015000', '185252.017000', '185252.020000', '185252.022000', '185252.025000', '185252.027000', '185252.030000', '185252.033000', '185252.035000', '185252.038000', '185252.041000', '185252.043000', '185252.046000', '185252.048000', '185311.936000', '185311.939000', '185311.942000', '185311.944000', '185311.947000', '185311.950000', '185311.952000', '185311.955000', '185311.957000', '185311.960000', '185311.963000', '185311.965000', '185311.968000', '185311.970000', '185311.973000', '185311.976000', '185311.978000', '185311.981000', '185311.983000', '185311.986000', '185311.988000', '185311.991000', '185311.994000', '185311.996000', '185312.000000', '185312.002000', '185312.005000', '185312.008000', '185312.010000', '185312.013000', '185312.015000', '185312.018000', '185312.020000', '185312.023000', '185312.026000', '185312.028000', '185312.031000', '185312.034000', '185312.036000', '185312.039000', '185312.041000', '185312.044000', '185312.047000', '185312.049000', '185331.937000', '185331.940000', '185331.942000', '185331.945000', '185331.947000', '185331.950000', '185331.952000', '185331.955000', '185331.958000', '185331.960000', '185331.963000', '185331.965000', '185331.968000', '185331.971000', '185331.973000', '185331.976000', '185331.978000', '185331.981000', '185331.983000', '185331.986000', '185331.989000', '185331.991000', '185331.994000', '185331.996000', '185332.000000', '185332.003000', '185332.005000', '185332.008000', '185332.010000', '185332.013000', '185332.016000', '185332.019000', '185332.021000', '185332.024000', '185332.027000', '185332.029000', '185332.032000', '185332.034000', '185332.037000', '185332.040000', '185332.042000', '185332.045000', '185332.048000', '185351.938000', '185351.940000', '185351.943000', '185351.946000', '185351.948000', '185351.951000', '185351.953000', '185351.957000', '185351.961000', '185351.963000', '185351.966000', '185351.968000', '185351.971000', '185351.974000', '185351.976000', '185351.979000', '185351.982000', '185351.984000', '185351.987000', '185351.989000', '185351.992000', '185351.995000', '185351.997000', '185352.000000', '185352.002000', '185352.005000', '185352.008000', '185352.011000', '185352.013000', '185352.016000', '185352.019000', '185352.021000', '185352.024000', '185352.027000', '185352.029000', '185352.032000', '185352.035000', '185352.037000', '185352.040000', '185352.042000', '185352.045000', '185352.048000', '185352.050000', '185411.937000', '185411.940000', '185411.943000', '185411.946000', '185411.948000', '185411.951000', '185411.954000', '185411.956000', '185411.959000', '185411.962000', '185411.964000', '185411.967000', '185411.970000', '185411.972000', '185411.975000', '185411.977000', '185411.980000', '185411.983000', '185411.985000', '185411.988000', '185411.991000', '185411.993000', '185411.996000', '185411.998000', '185412.002000', '185412.005000', '185412.007000', '185412.010000', '185412.013000', '185412.015000', '185412.018000', '185412.020000', '185412.023000', '185412.026000', '185412.028000', '185412.031000', '185412.034000', '185412.036000', '185412.039000', '185412.041000', '185412.044000', '185412.047000', '185412.049000', '185412.052000', '185429.622000', '185429.625000', '185429.628000', '185429.631000', '185429.633000', '185429.636000', '185429.639000', '185429.642000', '185429.645000', '185429.647000', '185429.650000', '185429.652000', '185429.657000', '185429.659000', '185429.662000', '185429.666000', '185429.669000', '185429.672000', '185429.674000', '185429.677000', '185429.680000', '185429.683000', '185429.686000', '185429.689000', '185429.693000', '185429.696000', '185429.699000', '185429.701000', '185429.704000', '185429.707000', '185429.709000', '185429.712000', '185429.720000', '185429.723000', '185429.726000', '185429.729000', '185429.732000', '185429.736000', '185429.740000'], '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': [8218, 7758, 8686, 7344, 7784, 7784, 7950, 7371, 7615, 8382, 7808, 7959, 8123, 7721, 8040, 10104, 8028, 8087, 7895, 7794, 7859, 7879, 7979, 8018, 7793, 8323, 7679, 7885, 7526, 7991, 7996, 7837, 7818, 7800, 7409, 7862, 8128, 7727, 7195, 7935, 10753, 8124, 9321, 7632, 8382, 7593, 7554, 7581, 7666, 7903, 7934, 7683, 7587, 7647, 7916, 7669, 7935, 7715, 7630, 7752, 8000, 7585, 7839, 7938, 7901, 7333, 7936, 7913, 9909, 7814, 13399, 9616, 7840, 8367, 8577, 10716, 8358, 15604, 10738, 12693, 8017, 8188, 8034, 7767, 7808, 8176, 7794, 8086, 7964, 8110, 8125, 7822, 7990, 7586, 7424, 7679, 7991, 7767, 8285, 7710, 13553, 7970, 13061, 7621, 9342, 7750, 9036, 7762, 8280, 7780, 7405, 7889, 7587, 7939, 8293, 7845, 7935, 7657, 7699, 8006, 7637, 9661, 7571, 8618, 7531, 7802, 7671, 7628, 7768, 8884, 7525, 7274, 7708, 7191, 7803, 7271, 7675, 7435, 7443, 7487, 7753, 7373, 7789, 7373, 7275, 7259, 7491, 7461, 8461, 7890, 9644, 7599, 8339, 7773, 7690, 7844, 8734, 7879, 8570, 7803, 7645, 7860, 7780, 11524, 7699, 10947, 7361, 9952, 7483, 9753, 7945, 9223, 7584, 7815, 7968, 7914, 7935, 8804, 7693, 8371, 7856, 8358, 7897, 9179, 8181, 8067, 7717, 7533, 8691, 7514, 8098, 7502, 9351, 7299, 7775, 7357, 7243, 7919, 7078, 7797, 7545, 7845, 7652, 7957, 7221, 7787, 8152, 7782, 7318, 8022, 7277, 7848, 8915, 7935, 7596, 8015, 7580, 7486, 9858, 7418, 7676, 7454, 7428, 8057, 7448, 9369, 8462, 7858, 8031, 8083, 7723, 7978, 9193, 7793, 8503, 7979, 7933, 9347, 8095, 13347, 7871, 12252, 7377, 8955, 7543, 9035, 7478, 9616, 7787, 7375, 7479, 7591, 7899, 7464, 9326, 7619, 9485, 7575, 8055, 7433, 8400, 7890, 7929, 7341, 7730, 8274, 7360, 8038, 7995, 7940, 7459, 8559, 7704, 11958, 7691, 11756, 8293, 10813, 7678, 11881, 8809, 11478, 7733, 7633, 7348, 7434, 7697, 7475, 7840, 8639, 7703, 7732, 7408, 7546, 7593, 8180, 7582, 7814, 7759, 7559, 7665, 7687, 7797, 7516, 7535, 7767, 8391, 7500, 9973, 7423, 10776, 7619, 8113, 7233, 7450, 7772, 7597, 7439, 7655, 7442, 7413, 7558, 8050, 7441, 8267, 7284, 7463, 7966, 7477, 7428, 8443, 8000, 7926, 11069, 7564, 9463, 7659, 9932, 7485, 7608, 7572, 7273, 8106, 8379, 7118, 7908, 8140, 7553, 11210, 7762, 8078, 7412, 7290, 7473, 6899, 7615, 7573, 7502, 7651, 7190, 7230, 7793, 8049, 8039, 9282, 7926, 8502, 7944, 7014, 8201, 7440, 7938, 10982, 7952, 7820, 7745, 7474, 7926, 8855, 7827, 8528, 7977, 7600, 8061, 7870, 7786, 9180, 7423, 7995, 11154, 7836, 15785, 8845, 14933, 9411, 10223, 7522, 7324, 8119, 7209, 7769, 7463, 7547, 7399, 7679, 7878, 7941, 9074, 7755, 8379, 7528, 7600, 7969, 7937, 8241, 9045, 7735, 8398, 8038, 7461, 8324, 7893, 7819, 7544, 7497, 7647, 8027, 7589, 7679, 8095, 7482, 7929, 7710, 7785, 7577, 7784, 7937, 7653, 7980, 9967, 8065, 11599, 7546, 9997, 8099, 8746, 8052, 12940, 8203, 8534, 7738, 7983, 7525, 7818, 7676, 8091, 7846, 8419, 8239, 8264, 7969, 7877, 7871, 7502, 8036, 7690, 8760, 7848, 8392, 8131, 7858, 7473, 8473, 7850, 9660, 7282, 7873, 7796, 7853, 7757, 7644, 7983, 9720, 7981, 9246, 7811, 7986, 8099, 9380, 8838, 9040, 7784, 7942, 8402, 8030, 14990, 8348, 11566, 8044, 8603, 8425, 8539, 7734, 8479, 7475, 7664, 7596, 7909, 8103, 8455, 8187, 7811, 8038, 7838, 7625, 8130, 7891, 7911, 7792, 8078, 8052, 7820, 8488, 7737, 10046, 8066, 8316, 7758, 7668, 7815, 7859, 8173, 8242, 8153, 7960, 7822, 8210, 8196, 7830, 10026, 7962, 7831, 7574, 8229, 7878, 8623, 7798, 10356, 7982, 8630, 7906, 7855, 8193, 8161, 7895, 7919, 7731, 7815, 8049, 7875, 8182, 8194, 8276, 8268, 8156, 8023, 7878, 7867, 7966, 8623, 7548, 8256, 7608, 8239, 7599, 8364, 8118, 9404, 7920, 7297, 8477, 7818, 8384, 8245, 9408, 8590, 12063, 8416, 9292, 8309, 10766, 8713, 13492, 8546, 10437, 8117, 8588, 9306, 9190, 12946, 9419, 8657, 8757, 11407, 8689, 10974, 8746, 9312, 8628, 7969, 8230, 7948, 7748, 9046, 7767, 8176, 7903, 8042, 7782, 9493, 7542, 9666, 7678, 8073, 8055, 8074, 8384, 9082, 7928, 7863, 8120, 7822, 7708, 7836, 7553, 8179, 7635, 8383, 8028, 8139, 11716, 8212, 10226, 8434, 8160, 8277, 7980, 7843, 9226, 8341, 7643, 8212, 7759, 7816, 9175, 8238, 8401, 8319, 7975, 7711, 8617, 7768, 8189, 7959, 7973, 8418, 8229, 8428, 10802, 8338, 8706, 8332, 9289, 7915, 11315, 8335, 8474, 8228, 8361, 7463, 10499, 7520, 8622, 7828, 8696, 7921, 8452, 7405, 8611, 7838, 8700, 8036, 8408, 7765, 8328, 7901, 8662, 8171, 8588, 12485, 8486, 12140, 8391, 9886, 8233, 9392, 7902, 10174, 8030, 8080, 8293, 8162, 7515, 8152, 7975, 8626, 7882, 8203, 8075, 8393, 9548, 8228, 9597, 8624, 8427, 8692, 7973, 7683, 8811, 8061, 8165, 8061, 8829, 8641, 7589, 7714, 8958, 8046, 8321, 8524, 8539, 8809, 8114, 8753, 8241, 12548, 8871, 12453, 8513, 11659, 8872, 10803, 8408, 13368, 8461, 11119, 7883, 9016, 7824, 9538, 7545, 9129, 8476, 8592, 8208, 8116, 7830, 9502, 8083, 8008, 8647, 7606, 8059, 9361, 8383, 9991, 8342, 9351, 8203, 11155, 8143, 11833, 8326, 8127, 8301, 8744, 7942, 10593, 8187, 9436, 8171, 8315, 8323, 9439, 8408, 8460, 8587, 8455, 8790, 7707, 8308, 8086, 8107, 7748, 10607, 8527, 9171, 8611, 7832, 8538, 11809, 9213, 10636, 8361, 12158, 8425, 13210, 8431, 11626, 8375, 8705, 7906, 8028, 7572, 9084, 7982, 8004, 8416, 8434, 7642, 8022, 8033, 8185, 8288, 8400, 8029, 8387, 8101, 7664, 9046, 7374, 7837, 7833, 7464, 7790, 9109, 7507, 7912, 7469, 7646, 7605, 10250, 7738, 10656, 8541, 9892, 8472, 10531, 8134, 10180, 8606, 7821, 8578, 8840, 7943, 10028, 8480, 9374, 8381, 10018, 8016, 10352, 8427, 8815, 7642, 7823, 7779, 9225, 8161, 9788, 8350, 8070, 8196, 8165, 7845, 8269, 7895, 8365, 8483, 8186, 8071, 9134, 8250, 8387, 8177, 8161, 8633, 10024, 7936, 9001, 7941, 8442, 7763, 9553, 7826, 10062, 8460, 9159, 8637, 10217, 8079, 11381, 8182, 8674, 8103, 8483, 8722, 8494, 9614, 8761, 7785, 8579, 8031, 7973, 8189, 8201, 8470, 7883, 8250, 8209, 10010, 8473, 8888, 8582, 8755, 8428, 8365, 7752, 10381, 8057, 8998, 8621, 9434, 8319, 11320, 9014, 9845, 8724, 8485, 8960, 10697, 8633, 9711, 9087, 8268, 8886, 8380, 9098, 8334, 8700, 7908, 8789, 8249, 8760, 8535, 10205, 8723, 8641, 8693, 8295, 8698, 8466, 8798, 9483, 8809, 8734, 8693, 8378, 8623, 9598, 8749, 8598, 8873, 8417, 8265, 8583, 8313, 8989, 8970, 8994, 9079, 8480, 8836, 9853, 8830, 9043, 8391, 8912, 8640, 8784, 8980, 8048, 8765, 9308, 9308, 9031, 8794, 9546, 10237, 8923, 9751, 9370, 7897, 9599, 8092, 9255, 9076, 9081, 8341, 9419, 9377, 9221, 9092, 9621, 8361, 10500, 9143, 9534, 9152, 10083, 8325, 12255, 8548, 9973, 8568, 8720, 8649, 8555, 8805, 8899, 9178, 8690, 8485, 8816, 8302, 8987, 9272, 9093, 8945, 8612, 8684, 8807, 8185, 9046, 8935, 11146, 8860, 12630, 9119, 9185, 9475, 8132, 9222, 10451, 9117, 8358, 9057, 8047, 9093, 8111, 8813, 8309, 8998, 8322, 8898, 7967, 8715, 8240, 8999, 8201, 9027, 7993, 9187, 7943, 9203, 8022, 8902, 7810, 9233, 8088, 9218, 10219, 8984, 8128, 9145, 8802, 9300, 10729], 'WindowCenter': [3917.0, 3891.0, 3896.0, 3861.0, 3859.0, 3859.0, 3868.0, 3858.0, 3858.0, 3869.0, 3857.0, 3856.0, 3855.0, 3855.0, 3855.0, 3887.0, 3854.0, 3843.0, 3854.0, 3843.0, 3854.0, 3854.0, 3854.0, 3853.0, 3843.0, 3853.0, 3843.0, 3853.0, 3843.0, 3853.0, 3853.0, 3842.0, 3843.0, 3843.0, 3843.0, 3853.0, 3853.0, 3842.0, 3843.0, 3853.0, 3884.0, 3853.0, 3863.0, 3843.0, 3853.0, 3843.0, 3841.0, 3841.0, 3840.0, 3841.0, 3841.0, 3842.0, 3843.0, 3856.0, 3855.0, 3855.0, 3853.0, 3853.0, 3854.0, 3854.0, 3857.0, 3855.0, 3854.0, 3854.0, 3856.0, 3845.0, 3855.0, 3856.0, 3888.0, 3858.0, 3920.0, 3889.0, 3855.0, 3865.0, 3865.0, 3886.0, 3866.0, 3920.0, 3888.0, 3897.0, 3854.0, 3853.0, 3854.0, 3842.0, 3842.0, 3852.0, 3842.0, 3841.0, 3852.0, 3841.0, 3853.0, 3843.0, 3853.0, 3844.0, 3844.0, 3842.0, 3841.0, 3842.0, 3852.0, 3842.0, 3895.0, 3842.0, 3894.0, 3841.0, 3862.0, 3841.0, 3851.0, 3842.0, 3850.0, 3841.0, 3830.0, 3852.0, 3841.0, 3842.0, 3852.0, 3841.0, 3841.0, 3841.0, 3841.0, 3842.0, 3842.0, 3862.0, 3841.0, 3850.0, 3840.0, 3840.0, 3841.0, 3841.0, 3842.0, 3862.0, 3843.0, 3831.0, 3842.0, 3831.0, 3843.0, 3842.0, 3842.0, 3843.0, 3832.0, 3842.0, 3842.0, 3843.0, 3842.0, 3844.0, 3843.0, 3844.0, 3843.0, 3844.0, 3854.0, 3854.0, 3876.0, 3855.0, 3854.0, 3843.0, 3843.0, 3854.0, 3864.0, 3854.0, 3853.0, 3843.0, 3843.0, 3843.0, 3842.0, 3884.0, 3842.0, 3883.0, 3830.0, 3872.0, 3842.0, 3862.0, 3853.0, 3862.0, 3842.0, 3841.0, 3853.0, 3841.0, 3854.0, 3863.0, 3842.0, 3852.0, 3852.0, 3852.0, 3842.0, 3862.0, 3852.0, 3841.0, 3841.0, 3841.0, 3851.0, 3830.0, 3840.0, 3831.0, 3862.0, 3843.0, 3841.0, 3842.0, 3830.0, 3852.0, 3831.0, 3843.0, 3844.0, 3855.0, 3842.0, 3853.0, 3843.0, 3854.0, 3854.0, 3843.0, 3843.0, 3854.0, 3843.0, 3854.0, 3865.0, 3854.0, 3843.0, 3854.0, 3842.0, 3843.0, 3874.0, 3831.0, 3842.0, 3831.0, 3831.0, 3842.0, 3832.0, 3864.0, 3854.0, 3853.0, 3852.0, 3853.0, 3841.0, 3853.0, 3864.0, 3843.0, 3853.0, 3842.0, 3852.0, 3863.0, 3842.0, 3894.0, 3841.0, 3893.0, 3830.0, 3851.0, 3841.0, 3861.0, 3841.0, 3862.0, 3841.0, 3830.0, 3830.0, 3840.0, 3839.0, 3830.0, 3862.0, 3843.0, 3874.0, 3842.0, 3840.0, 3842.0, 3852.0, 3853.0, 3854.0, 3843.0, 3843.0, 3855.0, 3844.0, 3855.0, 3854.0, 3855.0, 3858.0, 3867.0, 3856.0, 3897.0, 3855.0, 3896.0, 3854.0, 3884.0, 3844.0, 3895.0, 3865.0, 3884.0, 3844.0, 3841.0, 3832.0, 3830.0, 3842.0, 3830.0, 3842.0, 3852.0, 3842.0, 3841.0, 3842.0, 3841.0, 3842.0, 3852.0, 3842.0, 3841.0, 3841.0, 3841.0, 3841.0, 3842.0, 3841.0, 3843.0, 3841.0, 3842.0, 3851.0, 3842.0, 3873.0, 3832.0, 3872.0, 3844.0, 3852.0, 3831.0, 3830.0, 3842.0, 3842.0, 3843.0, 3842.0, 3844.0, 3843.0, 3854.0, 3853.0, 3844.0, 3853.0, 3843.0, 3844.0, 3855.0, 3844.0, 3843.0, 3853.0, 3842.0, 3852.0, 3883.0, 3841.0, 3862.0, 3842.0, 3873.0, 3843.0, 3841.0, 3842.0, 3831.0, 3842.0, 3852.0, 3831.0, 3841.0, 3840.0, 3842.0, 3883.0, 3856.0, 3856.0, 3842.0, 3827.0, 3829.0, 3818.0, 3841.0, 3841.0, 3843.0, 3843.0, 3845.0, 3843.0, 3843.0, 3842.0, 3853.0, 3863.0, 3854.0, 3864.0, 3854.0, 3834.0, 3880.0, 3844.0, 3843.0, 3886.0, 3843.0, 3842.0, 3843.0, 3832.0, 3854.0, 3864.0, 3843.0, 3853.0, 3843.0, 3841.0, 3842.0, 3840.0, 3843.0, 3863.0, 3831.0, 3841.0, 3881.0, 3840.0, 3903.0, 3850.0, 3903.0, 3850.0, 3860.0, 3829.0, 3828.0, 3840.0, 3829.0, 3841.0, 3830.0, 3842.0, 3830.0, 3842.0, 3852.0, 3853.0, 3863.0, 3843.0, 3852.0, 3842.0, 3841.0, 3854.0, 3841.0, 3853.0, 3864.0, 3843.0, 3852.0, 3842.0, 3831.0, 3852.0, 3853.0, 3842.0, 3842.0, 3843.0, 3842.0, 3852.0, 3842.0, 3842.0, 3855.0, 3843.0, 3854.0, 3843.0, 3852.0, 3854.0, 3854.0, 3855.0, 3855.0, 3856.0, 3888.0, 3857.0, 3896.0, 3855.0, 3874.0, 3854.0, 3864.0, 3854.0, 3897.0, 3853.0, 3852.0, 3841.0, 3841.0, 3841.0, 3841.0, 3841.0, 3841.0, 3853.0, 3852.0, 3852.0, 3855.0, 3853.0, 3856.0, 3854.0, 3844.0, 3855.0, 3855.0, 3865.0, 3857.0, 3865.0, 3855.0, 3853.0, 3846.0, 3866.0, 3855.0, 3874.0, 3844.0, 3853.0, 3845.0, 3853.0, 3844.0, 3844.0, 3856.0, 3876.0, 3854.0, 3864.0, 3843.0, 3842.0, 3842.0, 3863.0, 3863.0, 3852.0, 3841.0, 3841.0, 3841.0, 3841.0, 3904.0, 3852.0, 3882.0, 3841.0, 3850.0, 3840.0, 3850.0, 3841.0, 3840.0, 3831.0, 3840.0, 3841.0, 3840.0, 3841.0, 3851.0, 3851.0, 3841.0, 3841.0, 3840.0, 3841.0, 3841.0, 3841.0, 3842.0, 3841.0, 3853.0, 3852.0, 3843.0, 3863.0, 3843.0, 3874.0, 3854.0, 3853.0, 3843.0, 3842.0, 3843.0, 3842.0, 3853.0, 3853.0, 3842.0, 3842.0, 3842.0, 3852.0, 3852.0, 3842.0, 3873.0, 3853.0, 3842.0, 3843.0, 3853.0, 3854.0, 3863.0, 3844.0, 3875.0, 3854.0, 3864.0, 3854.0, 3854.0, 3854.0, 3853.0, 3854.0, 3853.0, 3855.0, 3843.0, 3855.0, 3854.0, 3855.0, 3855.0, 3866.0, 3854.0, 3855.0, 3854.0, 3855.0, 3857.0, 3872.0, 3882.0, 3856.0, 3865.0, 3855.0, 3865.0, 3855.0, 3866.0, 3867.0, 3878.0, 3868.0, 3857.0, 3868.0, 3868.0, 3868.0, 3880.0, 3890.0, 3880.0, 3911.0, 3868.0, 3877.0, 3867.0, 3887.0, 3866.0, 3909.0, 3865.0, 3885.0, 3843.0, 3852.0, 3863.0, 3864.0, 3895.0, 3863.0, 3851.0, 3852.0, 3882.0, 3851.0, 3871.0, 3851.0, 3860.0, 3851.0, 3840.0, 3851.0, 3840.0, 3841.0, 3851.0, 3842.0, 3851.0, 3852.0, 3841.0, 3842.0, 3863.0, 3843.0, 3862.0, 3842.0, 3841.0, 3853.0, 3842.0, 3855.0, 3864.0, 3841.0, 3841.0, 3841.0, 3842.0, 3842.0, 3843.0, 3842.0, 3852.0, 3842.0, 3853.0, 3853.0, 3853.0, 3895.0, 3854.0, 3873.0, 3853.0, 3852.0, 3853.0, 3842.0, 3843.0, 3863.0, 3854.0, 3843.0, 3854.0, 3844.0, 3855.0, 3875.0, 3855.0, 3854.0, 3855.0, 3854.0, 3845.0, 3865.0, 3845.0, 3854.0, 3855.0, 3853.0, 3855.0, 3854.0, 3866.0, 3886.0, 3855.0, 3854.0, 3854.0, 3864.0, 3854.0, 3886.0, 3853.0, 3852.0, 3853.0, 3853.0, 3832.0, 3874.0, 3842.0, 3852.0, 3841.0, 3852.0, 3842.0, 3853.0, 3832.0, 3852.0, 3842.0, 3852.0, 3853.0, 3853.0, 3843.0, 3854.0, 3854.0, 3853.0, 3852.0, 3853.0, 3894.0, 3854.0, 3894.0, 3852.0, 3873.0, 3851.0, 3862.0, 3841.0, 3873.0, 3841.0, 3840.0, 3851.0, 3851.0, 3830.0, 3841.0, 3842.0, 3853.0, 3841.0, 3852.0, 3851.0, 3852.0, 3862.0, 3853.0, 3863.0, 3863.0, 3852.0, 3864.0, 3853.0, 3844.0, 3863.0, 3855.0, 3854.0, 3855.0, 3864.0, 3865.0, 3856.0, 3856.0, 3866.0, 3867.0, 3867.0, 3867.0, 3867.0, 3879.0, 3869.0, 3878.0, 3869.0, 3910.0, 3879.0, 3909.0, 3868.0, 3898.0, 3866.0, 3886.0, 3855.0, 3907.0, 3854.0, 3885.0, 3844.0, 3863.0, 3844.0, 3874.0, 3845.0, 3864.0, 3855.0, 3853.0, 3855.0, 3854.0, 3844.0, 3875.0, 3855.0, 3854.0, 3865.0, 3843.0, 3855.0, 3864.0, 3855.0, 3875.0, 3854.0, 3864.0, 3854.0, 3885.0, 3855.0, 3885.0, 3854.0, 3842.0, 3853.0, 3853.0, 3854.0, 3885.0, 3854.0, 3864.0, 3854.0, 3853.0, 3855.0, 3865.0, 3855.0, 3854.0, 3865.0, 3865.0, 3865.0, 3854.0, 3854.0, 3855.0, 3857.0, 3857.0, 3888.0, 3868.0, 3877.0, 3867.0, 3856.0, 3867.0, 3897.0, 3878.0, 3887.0, 3855.0, 3896.0, 3854.0, 3895.0, 3854.0, 3884.0, 3853.0, 3852.0, 3842.0, 3841.0, 3842.0, 3852.0, 3842.0, 3841.0, 3852.0, 3852.0, 3841.0, 3842.0, 3841.0, 3854.0, 3852.0, 3853.0, 3842.0, 3853.0, 3852.0, 3843.0, 3864.0, 3843.0, 3842.0, 3844.0, 3843.0, 3844.0, 3865.0, 3845.0, 3854.0, 3845.0, 3843.0, 3856.0, 3886.0, 3857.0, 3886.0, 3866.0, 3876.0, 3856.0, 3886.0, 3855.0, 3875.0, 3854.0, 3843.0, 3865.0, 3864.0, 3854.0, 3875.0, 3864.0, 3864.0, 3853.0, 3873.0, 3843.0, 3874.0, 3853.0, 3863.0, 3843.0, 3842.0, 3842.0, 3863.0, 3854.0, 3874.0, 3854.0, 3841.0, 3852.0, 3852.0, 3842.0, 3853.0, 3842.0, 3852.0, 3853.0, 3853.0, 3854.0, 3864.0, 3854.0, 3853.0, 3854.0, 3853.0, 3865.0, 3875.0, 3855.0, 3864.0, 3855.0, 3853.0, 3844.0, 3875.0, 3844.0, 3874.0, 3853.0, 3862.0, 3854.0, 3873.0, 3842.0, 3885.0, 3852.0, 3851.0, 3840.0, 3851.0, 3851.0, 3854.0, 3862.0, 3852.0, 3841.0, 3852.0, 3852.0, 3854.0, 3853.0, 3854.0, 3852.0, 3853.0, 3853.0, 3854.0, 3875.0, 3855.0, 3864.0, 3865.0, 3853.0, 3855.0, 3853.0, 3843.0, 3874.0, 3854.0, 3863.0, 3854.0, 3864.0, 3855.0, 3885.0, 3866.0, 3876.0, 3864.0, 3853.0, 3864.0, 3874.0, 3854.0, 3865.0, 3863.0, 3853.0, 3852.0, 3852.0, 3863.0, 3852.0, 3853.0, 3842.0, 3852.0, 3853.0, 3853.0, 3853.0, 3875.0, 3853.0, 3852.0, 3853.0, 3851.0, 3853.0, 3852.0, 3853.0, 3863.0, 3864.0, 3853.0, 3853.0, 3852.0, 3853.0, 3874.0, 3853.0, 3852.0, 3863.0, 3852.0, 3853.0, 3853.0, 3854.0, 3863.0, 3864.0, 3863.0, 3864.0, 3864.0, 3865.0, 3876.0, 3865.0, 3864.0, 3868.0, 3865.0, 3865.0, 3865.0, 3877.0, 3856.0, 3869.0, 3878.0, 3879.0, 3879.0, 3866.0, 3889.0, 3888.0, 3879.0, 3889.0, 3878.0, 3857.0, 3877.0, 3856.0, 3877.0, 3866.0, 3866.0, 3854.0, 3865.0, 3877.0, 3865.0, 3866.0, 3876.0, 3867.0, 3887.0, 3865.0, 3874.0, 3864.0, 3874.0, 3854.0, 3895.0, 3854.0, 3863.0, 3852.0, 3851.0, 3852.0, 3852.0, 3853.0, 3865.0, 3877.0, 3852.0, 3852.0, 3864.0, 3854.0, 3864.0, 3875.0, 3864.0, 3865.0, 3864.0, 3865.0, 3865.0, 3855.0, 3865.0, 3867.0, 3897.0, 3867.0, 3898.0, 3866.0, 3875.0, 3875.0, 3854.0, 3864.0, 3875.0, 3866.0, 3854.0, 3853.0, 3842.0, 3863.0, 3842.0, 3852.0, 3853.0, 3863.0, 3853.0, 3864.0, 3854.0, 3864.0, 3854.0, 3866.0, 3854.0, 3865.0, 3854.0, 3875.0, 3854.0, 3877.0, 3855.0, 3865.0, 3844.0, 3865.0, 3855.0, 3877.0, 3887.0, 3867.0, 3854.0, 3876.0, 3864.0, 3865.0, 3885.0], 'WindowWidth': [8791.0, 8741.0, 8737.0, 8681.0, 8674.0, 8672.0, 8684.0, 8670.0, 8669.0, 8685.0, 8664.0, 8661.0, 8658.0, 8657.0, 8658.0, 8701.0, 8656.0, 8639.0, 8654.0, 8637.0, 8656.0, 8655.0, 8655.0, 8652.0, 8638.0, 8651.0, 8640.0, 8652.0, 8640.0, 8652.0, 8653.0, 8637.0, 8638.0, 8638.0, 8639.0, 8652.0, 8653.0, 8638.0, 8644.0, 8654.0, 8695.0, 8653.0, 8665.0, 8639.0, 8651.0, 8638.0, 8633.0, 8634.0, 8631.0, 8633.0, 8633.0, 8635.0, 8637.0, 8662.0, 8658.0, 8659.0, 8653.0, 8654.0, 8655.0, 8656.0, 8663.0, 8659.0, 8656.0, 8656.0, 8662.0, 8646.0, 8660.0, 8662.0, 8708.0, 8670.0, 8750.0, 8709.0, 8659.0, 8671.0, 8672.0, 8701.0, 8674.0, 8753.0, 8704.0, 8715.0, 8655.0, 8649.0, 8653.0, 8635.0, 8635.0, 8648.0, 8635.0, 8633.0, 8648.0, 8633.0, 8650.0, 8640.0, 8652.0, 8640.0, 8640.0, 8636.0, 8633.0, 8634.0, 8647.0, 8634.0, 8709.0, 8633.0, 8705.0, 8632.0, 8660.0, 8632.0, 8643.0, 8634.0, 8643.0, 8632.0, 8615.0, 8650.0, 8633.0, 8635.0, 8648.0, 8633.0, 8631.0, 8633.0, 8632.0, 8634.0, 8633.0, 8660.0, 8631.0, 8643.0, 8629.0, 8628.0, 8633.0, 8631.0, 8635.0, 8661.0, 8637.0, 8619.0, 8637.0, 8621.0, 8638.0, 8635.0, 8634.0, 8638.0, 8621.0, 8635.0, 8635.0, 8638.0, 8636.0, 8640.0, 8639.0, 8641.0, 8638.0, 8642.0, 8655.0, 8657.0, 8687.0, 8658.0, 8653.0, 8640.0, 8637.0, 8656.0, 8668.0, 8655.0, 8652.0, 8638.0, 8637.0, 8637.0, 8635.0, 8693.0, 8634.0, 8690.0, 8617.0, 8675.0, 8634.0, 8660.0, 8651.0, 8662.0, 8636.0, 8631.0, 8651.0, 8632.0, 8654.0, 8662.0, 8637.0, 8647.0, 8650.0, 8646.0, 8634.0, 8660.0, 8646.0, 8632.0, 8632.0, 8632.0, 8646.0, 8618.0, 8631.0, 8620.0, 8660.0, 8637.0, 8633.0, 8637.0, 8617.0, 8650.0, 8620.0, 8639.0, 8641.0, 8659.0, 8636.0, 8654.0, 8638.0, 8655.0, 8655.0, 8639.0, 8638.0, 8654.0, 8637.0, 8654.0, 8672.0, 8654.0, 8639.0, 8653.0, 8635.0, 8637.0, 8680.0, 8621.0, 8634.0, 8621.0, 8619.0, 8635.0, 8622.0, 8666.0, 8654.0, 8652.0, 8650.0, 8650.0, 8633.0, 8651.0, 8669.0, 8638.0, 8651.0, 8636.0, 8649.0, 8663.0, 8635.0, 8707.0, 8633.0, 8705.0, 8618.0, 8645.0, 8632.0, 8659.0, 8633.0, 8660.0, 8633.0, 8616.0, 8618.0, 8629.0, 8627.0, 8617.0, 8661.0, 8637.0, 8680.0, 8637.0, 8631.0, 8636.0, 8650.0, 8653.0, 8653.0, 8639.0, 8639.0, 8658.0, 8642.0, 8660.0, 8657.0, 8660.0, 8666.0, 8676.0, 8661.0, 8717.0, 8658.0, 8711.0, 8654.0, 8693.0, 8641.0, 8708.0, 8670.0, 8693.0, 8640.0, 8633.0, 8622.0, 8615.0, 8634.0, 8617.0, 8635.0, 8649.0, 8636.0, 8632.0, 8636.0, 8634.0, 8635.0, 8647.0, 8634.0, 8634.0, 8633.0, 8632.0, 8634.0, 8636.0, 8632.0, 8638.0, 8633.0, 8634.0, 8647.0, 8636.0, 8678.0, 8622.0, 8675.0, 8640.0, 8647.0, 8619.0, 8616.0, 8637.0, 8635.0, 8640.0, 8636.0, 8643.0, 8638.0, 8656.0, 8652.0, 8641.0, 8650.0, 8640.0, 8642.0, 8658.0, 8641.0, 8639.0, 8650.0, 8635.0, 8648.0, 8689.0, 8633.0, 8662.0, 8636.0, 8678.0, 8638.0, 8633.0, 8636.0, 8620.0, 8634.0, 8646.0, 8618.0, 8630.0, 8629.0, 8634.0, 8690.0, 8661.0, 8663.0, 8635.0, 8607.0, 8613.0, 8597.0, 8634.0, 8633.0, 8641.0, 8638.0, 8647.0, 8641.0, 8639.0, 8635.0, 8653.0, 8664.0, 8654.0, 8666.0, 8654.0, 8630.0, 8703.0, 8642.0, 8637.0, 8700.0, 8637.0, 8636.0, 8638.0, 8622.0, 8653.0, 8666.0, 8639.0, 8650.0, 8639.0, 8632.0, 8635.0, 8631.0, 8637.0, 8663.0, 8619.0, 8631.0, 8684.0, 8630.0, 8719.0, 8642.0, 8715.0, 8642.0, 8653.0, 8613.0, 8610.0, 8630.0, 8611.0, 8632.0, 8616.0, 8635.0, 8619.0, 8638.0, 8650.0, 8653.0, 8665.0, 8639.0, 8648.0, 8638.0, 8634.0, 8654.0, 8633.0, 8652.0, 8667.0, 8639.0, 8648.0, 8635.0, 8621.0, 8650.0, 8650.0, 8636.0, 8636.0, 8639.0, 8636.0, 8649.0, 8637.0, 8638.0, 8659.0, 8641.0, 8657.0, 8639.0, 8651.0, 8655.0, 8656.0, 8658.0, 8660.0, 8661.0, 8705.0, 8664.0, 8713.0, 8657.0, 8681.0, 8654.0, 8667.0, 8653.0, 8714.0, 8651.0, 8648.0, 8633.0, 8633.0, 8632.0, 8631.0, 8633.0, 8632.0, 8651.0, 8649.0, 8650.0, 8658.0, 8653.0, 8659.0, 8654.0, 8642.0, 8658.0, 8659.0, 8670.0, 8663.0, 8670.0, 8658.0, 8652.0, 8649.0, 8674.0, 8657.0, 8680.0, 8642.0, 8652.0, 8644.0, 8650.0, 8641.0, 8640.0, 8660.0, 8687.0, 8655.0, 8668.0, 8640.0, 8636.0, 8636.0, 8665.0, 8663.0, 8648.0, 8633.0, 8630.0, 8630.0, 8631.0, 8718.0, 8647.0, 8687.0, 8630.0, 8643.0, 8629.0, 8640.0, 8631.0, 8628.0, 8619.0, 8629.0, 8632.0, 8628.0, 8632.0, 8644.0, 8645.0, 8631.0, 8633.0, 8629.0, 8632.0, 8632.0, 8633.0, 8636.0, 8634.0, 8650.0, 8649.0, 8637.0, 8665.0, 8639.0, 8679.0, 8654.0, 8652.0, 8640.0, 8634.0, 8638.0, 8634.0, 8651.0, 8652.0, 8636.0, 8636.0, 8637.0, 8649.0, 8650.0, 8636.0, 8678.0, 8650.0, 8636.0, 8638.0, 8652.0, 8654.0, 8666.0, 8640.0, 8682.0, 8656.0, 8669.0, 8655.0, 8654.0, 8655.0, 8651.0, 8656.0, 8652.0, 8657.0, 8641.0, 8658.0, 8655.0, 8658.0, 8656.0, 8674.0, 8656.0, 8657.0, 8654.0, 8657.0, 8662.0, 8693.0, 8707.0, 8661.0, 8672.0, 8658.0, 8670.0, 8659.0, 8675.0, 8678.0, 8693.0, 8682.0, 8665.0, 8681.0, 8683.0, 8680.0, 8699.0, 8713.0, 8698.0, 8740.0, 8680.0, 8690.0, 8676.0, 8702.0, 8673.0, 8734.0, 8670.0, 8696.0, 8638.0, 8649.0, 8664.0, 8665.0, 8708.0, 8663.0, 8647.0, 8645.0, 8685.0, 8643.0, 8671.0, 8644.0, 8656.0, 8643.0, 8629.0, 8645.0, 8628.0, 8632.0, 8646.0, 8635.0, 8645.0, 8649.0, 8632.0, 8636.0, 8662.0, 8637.0, 8661.0, 8635.0, 8632.0, 8652.0, 8635.0, 8656.0, 8665.0, 8632.0, 8632.0, 8634.0, 8636.0, 8638.0, 8640.0, 8637.0, 8650.0, 8638.0, 8651.0, 8651.0, 8651.0, 8708.0, 8654.0, 8678.0, 8650.0, 8648.0, 8653.0, 8634.0, 8637.0, 8663.0, 8653.0, 8637.0, 8655.0, 8640.0, 8658.0, 8684.0, 8656.0, 8653.0, 8657.0, 8655.0, 8645.0, 8670.0, 8645.0, 8653.0, 8659.0, 8652.0, 8658.0, 8655.0, 8672.0, 8701.0, 8656.0, 8654.0, 8655.0, 8667.0, 8654.0, 8699.0, 8652.0, 8648.0, 8649.0, 8649.0, 8621.0, 8681.0, 8633.0, 8647.0, 8632.0, 8646.0, 8634.0, 8649.0, 8623.0, 8648.0, 8636.0, 8649.0, 8651.0, 8651.0, 8639.0, 8652.0, 8653.0, 8652.0, 8649.0, 8650.0, 8707.0, 8654.0, 8706.0, 8648.0, 8676.0, 8646.0, 8659.0, 8633.0, 8675.0, 8631.0, 8629.0, 8647.0, 8644.0, 8618.0, 8633.0, 8635.0, 8652.0, 8634.0, 8648.0, 8647.0, 8649.0, 8661.0, 8651.0, 8663.0, 8664.0, 8650.0, 8667.0, 8652.0, 8640.0, 8664.0, 8656.0, 8653.0, 8659.0, 8668.0, 8672.0, 8661.0, 8660.0, 8675.0, 8679.0, 8676.0, 8675.0, 8679.0, 8695.0, 8683.0, 8694.0, 8683.0, 8738.0, 8697.0, 8737.0, 8679.0, 8719.0, 8673.0, 8698.0, 8657.0, 8726.0, 8654.0, 8694.0, 8640.0, 8664.0, 8642.0, 8679.0, 8644.0, 8667.0, 8656.0, 8651.0, 8657.0, 8653.0, 8642.0, 8681.0, 8657.0, 8653.0, 8669.0, 8638.0, 8656.0, 8666.0, 8656.0, 8681.0, 8654.0, 8665.0, 8653.0, 8695.0, 8655.0, 8696.0, 8651.0, 8637.0, 8650.0, 8652.0, 8653.0, 8694.0, 8653.0, 8665.0, 8652.0, 8650.0, 8657.0, 8668.0, 8658.0, 8653.0, 8669.0, 8670.0, 8672.0, 8654.0, 8655.0, 8659.0, 8663.0, 8664.0, 8706.0, 8679.0, 8690.0, 8675.0, 8659.0, 8675.0, 8716.0, 8693.0, 8701.0, 8655.0, 8711.0, 8652.0, 8710.0, 8652.0, 8694.0, 8649.0, 8646.0, 8634.0, 8632.0, 8634.0, 8646.0, 8634.0, 8631.0, 8648.0, 8646.0, 8632.0, 8634.0, 8633.0, 8651.0, 8648.0, 8649.0, 8634.0, 8651.0, 8648.0, 8637.0, 8666.0, 8639.0, 8636.0, 8641.0, 8639.0, 8642.0, 8670.0, 8644.0, 8655.0, 8645.0, 8639.0, 8661.0, 8697.0, 8665.0, 8700.0, 8674.0, 8685.0, 8660.0, 8698.0, 8657.0, 8683.0, 8653.0, 8638.0, 8668.0, 8667.0, 8653.0, 8681.0, 8667.0, 8668.0, 8650.0, 8677.0, 8636.0, 8681.0, 8651.0, 8662.0, 8638.0, 8634.0, 8637.0, 8662.0, 8653.0, 8681.0, 8653.0, 8633.0, 8649.0, 8647.0, 8634.0, 8650.0, 8636.0, 8649.0, 8651.0, 8651.0, 8653.0, 8668.0, 8655.0, 8652.0, 8654.0, 8652.0, 8669.0, 8683.0, 8656.0, 8667.0, 8656.0, 8652.0, 8644.0, 8682.0, 8644.0, 8680.0, 8652.0, 8661.0, 8652.0, 8676.0, 8633.0, 8696.0, 8646.0, 8643.0, 8629.0, 8644.0, 8645.0, 8653.0, 8660.0, 8648.0, 8632.0, 8650.0, 8647.0, 8656.0, 8650.0, 8655.0, 8648.0, 8652.0, 8650.0, 8657.0, 8683.0, 8659.0, 8667.0, 8669.0, 8649.0, 8658.0, 8650.0, 8639.0, 8680.0, 8653.0, 8663.0, 8655.0, 8666.0, 8657.0, 8696.0, 8672.0, 8685.0, 8668.0, 8650.0, 8667.0, 8680.0, 8654.0, 8668.0, 8664.0, 8650.0, 8647.0, 8648.0, 8662.0, 8648.0, 8651.0, 8633.0, 8647.0, 8650.0, 8651.0, 8652.0, 8681.0, 8651.0, 8648.0, 8650.0, 8645.0, 8651.0, 8648.0, 8652.0, 8664.0, 8666.0, 8650.0, 8652.0, 8648.0, 8651.0, 8679.0, 8650.0, 8648.0, 8665.0, 8647.0, 8651.0, 8650.0, 8653.0, 8665.0, 8666.0, 8664.0, 8668.0, 8667.0, 8669.0, 8686.0, 8672.0, 8668.0, 8681.0, 8671.0, 8672.0, 8672.0, 8690.0, 8663.0, 8681.0, 8692.0, 8695.0, 8696.0, 8676.0, 8707.0, 8707.0, 8695.0, 8707.0, 8691.0, 8663.0, 8687.0, 8661.0, 8689.0, 8672.0, 8671.0, 8654.0, 8670.0, 8687.0, 8669.0, 8675.0, 8687.0, 8677.0, 8701.0, 8670.0, 8680.0, 8667.0, 8679.0, 8655.0, 8709.0, 8653.0, 8662.0, 8647.0, 8643.0, 8648.0, 8647.0, 8648.0, 8669.0, 8689.0, 8649.0, 8647.0, 8667.0, 8656.0, 8666.0, 8683.0, 8667.0, 8670.0, 8667.0, 8670.0, 8668.0, 8658.0, 8670.0, 8676.0, 8715.0, 8677.0, 8718.0, 8674.0, 8685.0, 8683.0, 8654.0, 8667.0, 8681.0, 8671.0, 8652.0, 8650.0, 8635.0, 8663.0, 8634.0, 8647.0, 8649.0, 8662.0, 8650.0, 8666.0, 8655.0, 8667.0, 8652.0, 8671.0, 8653.0, 8669.0, 8655.0, 8683.0, 8654.0, 8688.0, 8656.0, 8671.0, 8641.0, 8669.0, 8657.0, 8689.0, 8701.0, 8676.0, 8656.0, 8684.0, 8668.0, 8668.0, 8694.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.00019661791590493602</td></tr>
<tr><td colspan=3>aqi</td><td>0.020418586288848264</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.55983214441904</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.150973514592862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9852698147758464</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>3044.5933</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07494502195877877</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6453382084095065</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4756989838915815</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5206463944485615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.597454301708227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.308996255517955</td></tr>
<tr><td colspan=3>gcor</td><td>0.00422568</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029882804956287146</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02218499779701233</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8664727488887487</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>23.8791</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.4133</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.5676</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296039.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.4553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6076</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>510.7116</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3039.2559</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4028.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>822.1913</td></tr>
<tr><td colspan=3>tsnr</td><td>38.02719544037245</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>