ds005256-mriqc/sub-0087_ses-02_task-narratives_acq-mb8_run-02_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +02:00

616 lines
No EOL
125 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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>45d3ec935010521c76a11299e3af7aa2</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:47:30.500000</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.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114772</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7776, -7222, 578, -42, -85, 45, 87]</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>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>949fe662-125d-499f-81e8-a5f96b7d19e6||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.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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': ['184730.500000', '184730.960000', '184731.420000', '184731.880000', '184732.340000', '184732.800000', '184733.260000', '184733.720000', '184734.180000', '184734.640000', '184735.100000', '184735.560000', '184736.020000', '184736.480000', '184736.940000', '184737.400000', '184737.860000', '184738.320000', '184738.780000', '184739.240000', '184739.700000', '184740.160000', '184740.620000', '184741.080000', '184741.540000', '184742.000000', '184742.460000', '184742.920000', '184743.380000', '184743.840000', '184744.300000', '184744.760000', '184745.220000', '184745.680000', '184746.140000', '184746.600000', '184747.060000', '184747.520000', '184747.980000', '184748.440000', '184748.900000', '184749.360000', '184749.820000', '184750.280000', '184750.740000', '184751.200000', '184751.660000', '184752.120000', '184752.580000', '184753.040000', '184753.500000', '184753.960000', '184754.420000', '184754.880000', '184755.340000', '184755.800000', '184756.260000', '184756.720000', '184757.180000', '184757.640000', '184758.100000', '184758.560000', '184759.020000', '184759.480000', '184759.940000', '184800.400000', '184800.860000', '184801.320000', '184801.780000', '184802.240000', '184802.700000', '184803.160000', '184803.620000', '184804.080000', '184804.540000', '184805.000000', '184805.460000', '184805.920000', '184806.380000', '184806.840000', '184807.300000', '184807.760000', '184808.220000', '184808.680000', '184809.140000', '184809.600000', '184810.060000', '184810.520000', '184810.980000', '184811.440000', '184811.900000', '184812.360000', '184812.820000', '184813.280000', '184813.740000', '184814.200000', '184814.660000', '184815.120000', '184815.580000', '184816.040000', '184816.500000', '184816.960000', '184817.420000', '184817.880000', '184818.340000', '184818.800000', '184819.260000', '184819.720000', '184820.180000', '184820.640000', '184821.100000', '184821.560000', '184822.020000', '184822.480000', '184822.940000', '184823.400000', '184823.860000', '184824.320000', '184824.780000', '184825.240000', '184825.700000', '184826.160000', '184826.620000', '184827.080000', '184827.540000', '184828.000000', '184828.460000', '184828.920000', '184829.380000', '184829.840000', '184830.300000', '184830.760000', '184831.220000', '184831.680000', '184832.140000', '184832.600000', '184833.060000', '184833.520000', '184833.980000', '184834.440000', '184834.900000', '184835.360000', '184835.820000', '184836.280000', '184836.740000', '184837.200000', '184837.660000', '184838.120000', '184838.580000', '184839.040000', '184839.500000', '184839.960000', '184840.420000', '184840.880000', '184841.340000', '184841.800000', '184842.260000', '184842.720000', '184843.180000', '184843.640000', '184844.100000', '184844.560000', '184845.020000', '184845.480000', '184845.940000', '184846.400000', '184846.860000', '184847.320000', '184847.780000', '184848.240000', '184848.700000', '184849.160000', '184849.620000', '184850.080000', '184850.540000', '184851.000000', '184851.460000', '184851.920000', '184852.380000', '184852.840000', '184853.300000', '184853.760000', '184854.220000', '184854.680000', '184855.140000', '184855.600000', '184856.060000', '184856.520000', '184856.980000', '184857.440000', '184857.900000', '184858.360000', '184858.820000', '184859.280000', '184859.740000', '184900.200000', '184900.660000', '184901.120000', '184901.580000', '184902.040000', '184902.500000', '184902.960000', '184903.420000', '184903.880000', '184904.340000', '184904.800000', '184905.260000', '184905.720000', '184906.180000', '184906.640000', '184907.100000', '184907.560000', '184908.020000', '184908.480000', '184908.940000', '184909.400000', '184909.860000', '184910.320000', '184910.780000', '184911.240000', '184911.700000', '184912.160000', '184912.620000', '184913.080000', '184913.540000', '184914.000000', '184914.460000', '184914.920000', '184915.380000', '184915.840000', '184916.300000', '184916.760000', '184917.220000', '184917.680000', '184918.140000', '184918.600000', '184919.060000', '184919.520000', '184919.980000', '184920.440000', '184920.900000', '184921.360000', '184921.820000', '184922.280000', '184922.740000', '184923.200000', '184923.660000', '184924.120000', '184924.580000', '184925.040000', '184925.500000', '184925.960000', '184926.420000', '184926.880000', '184927.340000', '184927.800000', '184928.260000', '184928.720000', '184929.180000', '184929.640000', '184930.100000', '184930.560000', '184931.020000', '184931.480000', '184931.940000', '184932.400000', '184932.860000', '184933.320000', '184933.780000', '184934.240000', '184934.700000', '184935.160000', '184935.620000', '184936.080000', '184936.540000', '184937.000000', '184937.460000', '184937.920000', '184938.380000', '184938.840000', '184939.300000', '184939.760000', '184940.220000', '184940.680000', '184941.140000', '184941.600000', '184942.060000', '184942.520000', '184942.980000', '184943.440000', '184943.900000', '184944.360000', '184944.820000', '184945.280000', '184945.740000', '184946.200000', '184946.660000', '184947.120000', '184947.580000', '184948.040000', '184948.500000', '184948.960000', '184949.420000', '184949.880000', '184950.340000', '184950.800000', '184951.260000', '184951.720000', '184952.180000', '184952.640000', '184953.100000', '184953.560000', '184954.020000', '184954.480000', '184954.940000', '184955.400000', '184955.860000', '184956.320000', '184956.780000', '184957.240000', '184957.700000', '184958.160000', '184958.620000', '184959.080000', '184959.540000', '185000.000000', '185000.460000', '185000.920000', '185001.380000', '185001.840000', '185002.300000', '185002.760000', '185003.220000', '185003.680000', '185004.140000', '185004.600000', '185005.060000', '185005.520000', '185005.980000', '185006.440000', '185006.900000', '185007.360000', '185007.820000', '185008.280000', '185008.740000', '185009.200000', '185009.660000', '185010.120000', '185010.580000', '185011.040000', '185011.500000', '185011.960000', '185012.420000', '185012.880000', '185013.340000', '185013.800000', '185014.260000', '185014.720000', '185015.180000', '185015.640000', '185016.100000', '185016.560000', '185017.020000', '185017.480000', '185017.940000', '185018.400000', '185018.860000', '185019.320000', '185019.780000', '185020.240000', '185020.700000', '185021.160000', '185021.620000', '185022.080000', '185022.540000', '185023.000000', '185023.460000', '185023.920000', '185024.380000', '185024.840000', '185025.300000', '185025.760000', '185026.220000', '185026.680000', '185027.140000', '185027.600000', '185028.060000', '185028.520000', '185028.980000', '185029.440000', '185029.900000', '185030.360000', '185030.820000', '185031.280000', '185031.740000', '185032.200000', '185032.660000', '185033.120000', '185033.580000', '185034.040000', '185034.500000', '185034.960000', '185035.420000', '185035.880000', '185036.340000', '185036.800000', '185037.260000', '185037.720000', '185038.180000', '185038.640000', '185039.100000', '185039.560000', '185040.020000', '185040.480000', '185040.940000', '185041.400000', '185041.860000', '185042.320000', '185042.780000', '185043.240000', '185043.700000', '185044.160000', '185044.620000', '185045.080000', '185045.540000', '185046.000000', '185046.460000', '185046.920000', '185047.380000', '185047.840000', '185048.300000', '185048.760000', '185049.220000', '185049.680000', '185050.140000', '185050.600000', '185051.060000', '185051.520000', '185051.980000', '185052.440000', '185052.900000', '185053.360000', '185053.820000', '185054.280000', '185054.740000', '185055.200000', '185055.660000', '185056.120000', '185056.580000', '185057.040000', '185057.500000', '185057.960000', '185058.420000', '185058.880000', '185059.340000', '185059.800000', '185100.260000', '185100.720000', '185101.180000', '185101.640000', '185102.100000', '185102.560000', '185103.020000', '185103.480000', '185103.940000', '185104.400000', '185104.860000', '185105.320000', '185105.780000', '185106.240000', '185106.700000', '185107.160000', '185107.620000', '185108.080000', '185108.540000', '185109.000000', '185109.460000', '185109.920000', '185110.380000', '185110.840000', '185111.300000', '185111.760000', '185112.220000', '185112.680000', '185113.140000', '185113.600000', '185114.060000', '185114.520000', '185114.980000', '185115.440000', '185115.900000', '185116.360000', '185116.820000', '185117.280000', '185117.740000', '185118.200000', '185118.660000', '185119.120000', '185119.580000', '185120.040000', '185120.500000', '185120.960000', '185121.420000', '185121.880000', '185122.340000', '185122.800000', '185123.260000', '185123.720000', '185124.180000', '185124.640000', '185125.100000', '185125.560000', '185126.020000', '185126.480000', '185126.940000', '185127.400000', '185127.860000', '185128.320000', '185128.780000', '185129.240000', '185129.700000', '185130.160000', '185130.620000', '185131.080000', '185131.540000', '185132.000000', '185132.460000', '185132.920000', '185133.380000', '185133.840000', '185134.300000', '185134.760000', '185135.220000', '185135.680000', '185136.140000', '185136.600000', '185137.060000', '185137.520000', '185137.980000', '185138.440000', '185138.900000', '185139.360000', '185139.820000', '185140.280000', '185140.740000', '185141.200000', '185141.660000', '185142.120000', '185142.580000', '185143.040000', '185143.500000', '185143.960000', '185144.420000', '185144.880000', '185145.340000', '185145.800000', '185146.260000', '185146.720000', '185147.180000', '185147.640000', '185148.100000', '185148.560000', '185149.020000', '185149.480000', '185149.940000', '185150.400000', '185150.860000', '185151.320000', '185151.780000', '185152.240000', '185152.700000', '185153.160000', '185153.620000', '185154.080000', '185154.540000', '185155.000000', '185155.460000', '185155.920000', '185156.380000', '185156.840000', '185157.300000', '185157.760000', '185158.220000', '185158.680000', '185159.140000', '185159.600000', '185200.060000', '185200.520000', '185200.980000', '185201.440000', '185201.900000', '185202.360000', '185202.820000', '185203.280000', '185203.740000', '185204.200000', '185204.660000', '185205.120000', '185205.580000', '185206.040000', '185206.500000', '185206.960000', '185207.420000', '185207.880000', '185208.340000', '185208.800000', '185209.260000', '185209.720000', '185210.180000', '185210.640000', '185211.100000', '185211.560000', '185212.020000', '185212.480000', '185212.940000', '185213.400000', '185213.860000', '185214.320000', '185214.780000', '185215.240000', '185215.700000', '185216.160000', '185216.620000', '185217.080000', '185217.540000', '185218.000000', '185218.460000', '185218.920000', '185219.380000', '185219.840000', '185220.300000', '185220.760000', '185221.220000', '185221.680000', '185222.140000', '185222.600000', '185223.060000', '185223.520000', '185223.980000', '185224.440000', '185224.900000', '185225.360000', '185225.820000', '185226.280000', '185226.740000', '185227.200000', '185227.660000', '185228.120000', '185228.580000', '185229.040000', '185229.500000', '185229.960000', '185230.420000', '185230.880000', '185231.340000', '185231.800000', '185232.260000', '185232.720000', '185233.180000', '185233.640000', '185234.100000', '185234.560000', '185235.020000', '185235.480000', '185235.940000', '185236.400000', '185236.860000', '185237.320000', '185237.780000', '185238.240000', '185238.700000', '185239.160000', '185239.620000', '185240.080000', '185240.540000', '185241.000000', '185241.460000', '185241.920000', '185242.380000', '185242.840000', '185243.300000', '185243.760000', '185244.220000', '185244.680000', '185245.140000', '185245.600000', '185246.060000', '185246.520000', '185246.980000', '185247.440000', '185247.900000', '185248.360000', '185248.820000', '185249.280000', '185249.740000', '185250.200000', '185250.660000', '185251.120000', '185251.580000', '185252.040000', '185252.500000', '185252.960000', '185253.420000', '185253.880000', '185254.340000', '185254.800000', '185255.260000', '185255.720000', '185256.180000', '185256.640000', '185257.100000', '185257.560000', '185258.020000', '185258.480000', '185258.940000', '185259.400000', '185259.860000', '185300.320000', '185300.780000', '185301.240000', '185301.700000', '185302.160000', '185302.620000', '185303.080000', '185303.540000', '185304.000000', '185304.460000', '185304.920000', '185305.380000', '185305.840000', '185306.300000', '185306.760000', '185307.220000', '185307.680000', '185308.140000', '185308.600000', '185309.060000', '185309.520000', '185309.980000', '185310.440000', '185310.900000', '185311.360000', '185311.820000', '185312.280000', '185312.740000', '185313.200000', '185313.660000', '185314.120000', '185314.580000', '185315.040000', '185315.500000', '185315.960000', '185316.420000', '185316.880000', '185317.340000', '185317.800000', '185318.260000', '185318.720000', '185319.180000', '185319.640000', '185320.100000', '185320.560000', '185321.020000', '185321.480000', '185321.940000', '185322.400000', '185322.860000', '185323.320000', '185323.780000', '185324.240000', '185324.700000', '185325.160000', '185325.620000', '185326.080000', '185326.540000', '185327.000000', '185327.460000', '185327.920000', '185328.380000', '185328.840000', '185329.300000', '185329.760000', '185330.220000', '185330.680000', '185331.140000', '185331.600000', '185332.060000', '185332.520000', '185332.980000', '185333.440000', '185333.900000', '185334.360000', '185334.820000', '185335.280000', '185335.740000', '185336.200000', '185336.660000', '185337.120000', '185337.580000', '185338.040000', '185338.500000', '185338.960000', '185339.420000', '185339.880000', '185340.340000', '185340.800000', '185341.260000', '185341.720000', '185342.180000', '185342.640000', '185343.100000', '185343.560000', '185344.020000', '185344.480000', '185344.940000', '185345.400000', '185345.860000', '185346.320000', '185346.780000', '185347.240000', '185347.700000', '185348.160000', '185348.620000', '185349.080000', '185349.540000', '185350.000000', '185350.460000', '185350.920000', '185351.380000', '185351.840000', '185352.300000', '185352.760000', '185353.220000', '185353.680000', '185354.140000', '185354.600000', '185355.060000', '185355.520000', '185355.980000', '185356.440000', '185356.900000', '185357.360000', '185357.820000', '185358.280000', '185358.740000', '185359.200000', '185359.660000', '185400.120000', '185400.580000', '185401.040000', '185401.500000', '185401.960000', '185402.420000', '185402.880000', '185403.340000', '185403.800000', '185404.260000', '185404.720000', '185405.180000', '185405.640000', '185406.100000', '185406.560000', '185407.020000', '185407.480000', '185407.940000', '185408.400000', '185408.860000', '185409.320000', '185409.780000', '185410.240000', '185410.700000', '185411.160000', '185411.620000', '185412.080000', '185412.540000', '185413.000000', '185413.460000', '185413.920000', '185414.380000', '185414.840000', '185415.300000', '185415.760000', '185416.220000', '185416.680000', '185417.140000', '185417.600000', '185418.060000', '185418.520000', '185418.980000', '185419.440000', '185419.900000', '185420.360000', '185420.820000', '185421.280000', '185421.740000', '185422.200000', '185422.660000', '185423.120000', '185423.580000', '185424.040000', '185424.500000', '185424.960000', '185425.420000', '185425.880000', '185426.340000', '185426.800000', '185427.260000', '185427.720000', '185428.180000', '185428.640000', '185429.100000', '185429.560000', '185430.020000', '185430.480000', '185430.940000', '185431.400000', '185431.860000', '185432.320000', '185432.780000', '185433.240000', '185433.700000', '185434.160000', '185434.620000', '185435.080000', '185435.540000', '185436.000000', '185436.460000', '185436.920000', '185437.380000', '185437.840000', '185438.300000', '185438.760000', '185439.220000', '185439.680000', '185440.140000', '185440.600000', '185441.060000', '185441.520000', '185441.980000', '185442.440000', '185442.900000', '185443.360000', '185443.820000', '185444.280000', '185444.740000', '185445.200000', '185445.660000', '185446.120000', '185446.580000', '185447.040000', '185447.500000', '185447.960000', '185448.420000', '185448.880000', '185449.340000', '185449.800000', '185450.260000', '185450.720000', '185451.180000', '185451.640000', '185452.100000', '185452.560000', '185453.020000', '185453.480000', '185453.940000', '185454.400000', '185454.860000', '185455.320000', '185455.780000', '185456.240000', '185456.700000', '185457.160000', '185457.620000', '185458.080000', '185458.540000', '185459.000000', '185459.460000', '185459.920000', '185500.380000', '185500.840000', '185501.300000', '185501.760000', '185502.220000', '185502.680000', '185503.140000', '185503.600000', '185504.060000', '185504.520000', '185504.980000', '185505.440000', '185505.900000', '185506.360000', '185506.820000', '185507.280000', '185507.740000', '185508.200000', '185508.660000', '185509.120000', '185509.580000', '185510.040000', '185510.500000', '185510.960000', '185511.420000', '185511.880000', '185512.340000', '185512.800000', '185513.260000', '185513.720000', '185514.180000', '185514.640000', '185515.100000', '185515.560000', '185516.020000', '185516.480000', '185516.940000', '185517.400000', '185517.860000', '185518.320000', '185518.780000', '185519.240000', '185519.700000', '185520.160000', '185520.620000', '185521.080000', '185521.540000', '185522.000000', '185522.460000', '185522.920000', '185523.380000', '185523.840000', '185524.300000', '185524.760000', '185525.220000', '185525.680000', '185526.140000', '185526.600000', '185527.060000', '185527.520000', '185527.980000', '185528.440000', '185528.900000', '185529.360000', '185529.820000', '185530.280000', '185530.740000', '185531.200000', '185531.660000', '185532.120000', '185532.580000', '185533.040000', '185533.500000', '185533.960000', '185534.420000', '185534.880000', '185535.340000', '185535.800000', '185536.260000', '185536.720000', '185537.180000', '185537.640000', '185538.100000', '185538.560000', '185539.020000', '185539.480000', '185539.940000', '185540.400000', '185540.860000', '185541.320000', '185541.780000', '185542.240000', '185542.700000', '185543.160000', '185543.620000', '185544.080000', '185544.540000', '185545.000000', '185545.460000', '185545.920000', '185546.380000', '185546.840000', '185547.300000', '185547.760000', '185548.220000', '185548.680000', '185549.140000', '185549.600000', '185550.060000', '185550.520000', '185550.980000', '185551.440000', '185551.900000', '185552.360000', '185552.820000', '185553.280000', '185553.740000', '185554.200000', '185554.660000', '185555.120000'], 'ContentTime': ['184744.686000', '184744.689000', '184744.692000', '184744.695000', '184744.697000', '184744.700000', '184744.702000', '184744.705000', '184744.707000', '184744.710000', '184744.713000', '184744.723000', '184744.725000', '184744.728000', '184744.730000', '184744.733000', '184744.736000', '184744.739000', '184744.741000', '184744.744000', '184744.746000', '184744.749000', '184744.751000', '184744.754000', '184744.756000', '184744.759000', '184744.764000', '184804.658000', '184804.661000', '184804.664000', '184804.666000', '184804.669000', '184804.671000', '184804.674000', '184804.676000', '184804.679000', '184804.682000', '184804.684000', '184804.687000', '184804.689000', '184804.692000', '184804.694000', '184804.697000', '184804.700000', '184804.702000', '184804.705000', '184804.707000', '184804.710000', '184804.713000', '184804.715000', '184804.718000', '184804.724000', '184804.727000', '184804.729000', '184804.732000', '184804.734000', '184804.737000', '184804.740000', '184804.742000', '184804.745000', '184804.747000', '184804.750000', '184804.752000', '184804.755000', '184804.757000', '184804.760000', '184804.763000', '184804.765000', '184804.768000', '184804.785000', '184804.788000', '184824.657000', '184824.660000', '184824.663000', '184824.665000', '184824.668000', '184824.670000', '184824.673000', '184824.675000', '184824.678000', '184824.681000', '184824.683000', '184824.686000', '184824.688000', '184824.691000', '184824.693000', '184824.696000', '184824.698000', '184824.701000', '184824.704000', '184824.706000', '184824.709000', '184824.711000', '184824.714000', '184824.716000', '184824.719000', '184824.721000', '184824.724000', '184824.726000', '184824.729000', '184824.735000', '184824.738000', '184824.740000', '184824.743000', '184824.745000', '184824.748000', '184824.751000', '184824.753000', '184824.756000', '184824.758000', '184824.761000', '184824.763000', '184824.766000', '184824.769000', '184844.658000', '184844.660000', '184844.663000', '184844.666000', '184844.668000', '184844.671000', '184844.673000', '184844.676000', '184844.678000', '184844.681000', '184844.684000', '184844.686000', '184844.689000', '184844.691000', '184844.694000', '184844.696000', '184844.699000', '184844.702000', '184844.704000', '184844.707000', '184844.709000', '184844.712000', '184844.714000', '184844.717000', '184844.719000', '184844.722000', '184844.725000', '184844.727000', '184844.730000', '184844.732000', '184844.735000', '184844.737000', '184844.740000', '184844.743000', '184844.745000', '184844.748000', '184844.750000', '184844.753000', '184844.755000', '184844.758000', '184844.760000', '184844.763000', '184844.766000', '184844.768000', '184904.657000', '184904.660000', '184904.663000', '184904.665000', '184904.668000', '184904.670000', '184904.673000', '184904.676000', '184904.678000', '184904.681000', '184904.683000', '184904.686000', '184904.688000', '184904.691000', '184904.694000', '184904.696000', '184904.699000', '184904.701000', '184904.704000', '184904.706000', '184904.709000', '184904.712000', '184904.714000', '184904.717000', '184904.720000', '184904.722000', '184904.725000', '184904.728000', '184904.730000', '184904.733000', '184904.736000', '184904.738000', '184904.741000', '184904.743000', '184904.746000', '184904.748000', '184904.751000', '184904.753000', '184904.756000', '184904.759000', '184904.761000', '184904.764000', '184904.766000', '184924.657000', '184924.660000', '184924.663000', '184924.665000', '184924.668000', '184924.670000', '184924.673000', '184924.676000', '184924.678000', '184924.681000', '184924.683000', '184924.686000', '184924.689000', '184924.691000', '184924.694000', '184924.697000', '184924.699000', '184924.702000', '184924.704000', '184924.707000', '184924.709000', '184924.712000', '184924.715000', '184924.717000', '184924.720000', '184924.722000', '184924.725000', '184924.728000', '184924.730000', '184924.733000', '184924.735000', '184924.738000', '184924.740000', '184924.743000', '184924.746000', '184924.748000', '184924.751000', '184924.754000', '184924.756000', '184924.759000', '184924.761000', '184924.764000', '184924.767000', '184924.769000', '184944.658000', '184944.660000', '184944.663000', '184944.665000', '184944.668000', '184944.671000', '184944.673000', '184944.676000', '184944.678000', '184944.681000', '184944.684000', '184944.686000', '184944.689000', '184944.691000', '184944.694000', '184944.697000', '184944.699000', '184944.702000', '184944.704000', '184944.707000', '184944.709000', '184944.712000', '184944.714000', '184944.717000', '184944.720000', '184944.722000', '184944.725000', '184944.728000', '184944.731000', '184944.733000', '184944.736000', '184944.738000', '184944.741000', '184944.744000', '184944.746000', '184944.749000', '184944.751000', '184944.754000', '184944.756000', '184944.759000', '184944.761000', '184944.764000', '184944.767000', '185004.659000', '185004.661000', '185004.664000', '185004.667000', '185004.669000', '185004.672000', '185004.674000', '185004.677000', '185004.679000', '185004.682000', '185004.685000', '185004.687000', '185004.690000', '185004.692000', '185004.695000', '185004.698000', '185004.700000', '185004.703000', '185004.705000', '185004.708000', '185004.710000', '185004.713000', '185004.715000', '185004.718000', '185004.721000', '185004.723000', '185004.726000', '185004.728000', '185004.731000', '185004.733000', '185004.736000', '185004.739000', '185004.741000', '185004.744000', '185004.747000', '185004.749000', '185004.752000', '185004.754000', '185004.757000', '185004.760000', '185004.762000', '185004.765000', '185004.767000', '185004.770000', '185024.658000', '185024.661000', '185024.664000', '185024.666000', '185024.669000', '185024.671000', '185024.674000', '185024.677000', '185024.679000', '185024.682000', '185024.685000', '185024.687000', '185024.690000', '185024.692000', '185024.695000', '185024.698000', '185024.700000', '185024.703000', '185024.706000', '185024.708000', '185024.711000', '185024.713000', '185024.716000', '185024.718000', '185024.721000', '185024.723000', '185024.726000', '185024.729000', '185024.731000', '185024.734000', '185024.736000', '185024.739000', '185024.741000', '185024.744000', '185024.747000', '185024.749000', '185024.752000', '185024.754000', '185024.757000', '185024.760000', '185024.762000', '185024.765000', '185024.767000', '185044.658000', '185044.660000', '185044.663000', '185044.666000', '185044.668000', '185044.671000', '185044.673000', '185044.676000', '185044.678000', '185044.681000', '185044.684000', '185044.686000', '185044.689000', '185044.691000', '185044.694000', '185044.696000', '185044.699000', '185044.702000', '185044.704000', '185044.707000', '185044.709000', '185044.712000', '185044.715000', '185044.717000', '185044.720000', '185044.722000', '185044.725000', '185044.727000', '185044.730000', '185044.733000', '185044.735000', '185044.738000', '185044.740000', '185044.743000', '185044.745000', '185044.748000', '185044.750000', '185044.753000', '185044.756000', '185044.758000', '185044.761000', '185044.763000', '185044.766000', '185044.769000', '185104.657000', '185104.660000', '185104.663000', '185104.666000', '185104.668000', '185104.671000', '185104.673000', '185104.676000', '185104.678000', '185104.681000', '185104.684000', '185104.686000', '185104.689000', '185104.691000', '185104.694000', '185104.696000', '185104.699000', '185104.702000', '185104.704000', '185104.707000', '185104.709000', '185104.712000', '185104.714000', '185104.717000', '185104.720000', '185104.722000', '185104.725000', '185104.727000', '185104.730000', '185104.732000', '185104.735000', '185104.738000', '185104.740000', '185104.743000', '185104.745000', '185104.748000', '185104.750000', '185104.753000', '185104.756000', '185104.758000', '185104.761000', '185104.763000', '185104.766000', '185124.657000', '185124.660000', '185124.663000', '185124.666000', '185124.668000', '185124.671000', '185124.674000', '185124.676000', '185124.679000', '185124.681000', '185124.684000', '185124.687000', '185124.689000', '185124.692000', '185124.694000', '185124.697000', '185124.700000', '185124.702000', '185124.705000', '185124.708000', '185124.710000', '185124.713000', '185124.715000', '185124.718000', '185124.720000', '185124.723000', '185124.726000', '185124.728000', '185124.731000', '185124.733000', '185124.736000', '185124.739000', '185124.741000', '185124.744000', '185124.759000', '185124.762000', '185124.764000', '185124.767000', '185124.770000', '185124.772000', '185124.775000', '185124.777000', '185124.780000', '185124.782000', '185144.658000', '185144.660000', '185144.663000', '185144.666000', '185144.668000', '185144.671000', '185144.673000', '185144.676000', '185144.678000', '185144.681000', '185144.684000', '185144.686000', '185144.689000', '185144.691000', '185144.694000', '185144.696000', '185144.699000', '185144.702000', '185144.704000', '185144.707000', '185144.709000', '185144.712000', '185144.715000', '185144.717000', '185144.720000', '185144.722000', '185144.725000', '185144.727000', '185144.730000', '185144.733000', '185144.735000', '185144.742000', '185144.744000', '185144.747000', '185144.750000', '185144.752000', '185144.755000', '185144.757000', '185144.760000', '185144.762000', '185144.765000', '185144.768000', '185144.770000', '185204.657000', '185204.660000', '185204.663000', '185204.665000', '185204.668000', '185204.671000', '185204.673000', '185204.676000', '185204.678000', '185204.681000', '185204.684000', '185204.686000', '185204.689000', '185204.691000', '185204.694000', '185204.697000', '185204.699000', '185204.702000', '185204.704000', '185204.707000', '185204.710000', '185204.712000', '185204.715000', '185204.718000', '185204.720000', '185204.723000', '185204.726000', '185204.728000', '185204.731000', '185204.733000', '185204.736000', '185204.738000', '185204.741000', '185204.744000', '185204.746000', '185204.749000', '185204.751000', '185204.754000', '185204.757000', '185204.759000', '185204.762000', '185204.764000', '185204.767000', '185204.769000', '185224.659000', '185224.661000', '185224.664000', '185224.667000', '185224.669000', '185224.672000', '185224.674000', '185224.677000', '185224.680000', '185224.682000', '185224.685000', '185224.687000', '185224.690000', '185224.692000', '185224.695000', '185224.698000', '185224.700000', '185224.703000', '185224.706000', '185224.708000', '185224.711000', '185224.713000', '185224.716000', '185224.718000', '185224.721000', '185224.724000', '185224.726000', '185224.729000', '185224.732000', '185224.734000', '185224.737000', '185224.740000', '185224.742000', '185224.745000', '185224.747000', '185224.750000', '185224.752000', '185224.755000', '185224.758000', '185224.760000', '185224.763000', '185224.765000', '185224.768000', '185244.658000', '185244.661000', '185244.664000', '185244.667000', '185244.669000', '185244.672000', '185244.674000', '185244.677000', '185244.679000', '185244.682000', '185244.685000', '185244.687000', '185244.690000', '185244.692000', '185244.695000', '185244.697000', '185244.700000', '185244.703000', '185244.705000', '185244.708000', '185244.711000', '185244.713000', '185244.716000', '185244.719000', '185244.721000', '185244.724000', '185244.726000', '185244.729000', '185244.732000', '185244.734000', '185244.737000', '185244.739000', '185244.742000', '185244.745000', '185244.747000', '185244.750000', '185244.752000', '185244.755000', '185244.758000', '185244.760000', '185244.763000', '185244.765000', '185244.768000', '185244.771000', '185304.672000', '185304.674000', '185304.677000', '185304.680000', '185304.682000', '185304.685000', '185304.687000', '185304.690000', '185304.692000', '185304.695000', '185304.698000', '185304.700000', '185304.703000', '185304.705000', '185304.708000', '185304.711000', '185304.713000', '185304.716000', '185304.718000', '185304.721000', '185304.724000', '185304.726000', '185304.729000', '185304.731000', '185304.734000', '185304.737000', '185304.739000', '185304.742000', '185304.744000', '185304.747000', '185304.750000', '185304.752000', '185304.755000', '185304.757000', '185304.760000', '185304.763000', '185304.765000', '185304.768000', '185304.771000', '185304.773000', '185304.776000', '185304.778000', '185304.781000', '185324.657000', '185324.660000', '185324.663000', '185324.665000', '185324.668000', '185324.671000', '185324.673000', '185324.676000', '185324.679000', '185324.681000', '185324.684000', '185324.686000', '185324.689000', '185324.691000', '185324.694000', '185324.697000', '185324.699000', '185324.702000', '185324.704000', '185324.707000', '185324.710000', '185324.712000', '185324.715000', '185324.717000', '185324.720000', '185324.722000', '185324.725000', '185324.728000', '185324.730000', '185324.733000', '185324.735000', '185324.738000', '185324.741000', '185324.743000', '185324.746000', '185324.748000', '185324.751000', '185324.754000', '185324.756000', '185324.759000', '185324.761000', '185324.764000', '185324.766000', '185324.769000', '185344.658000', '185344.661000', '185344.663000', '185344.666000', '185344.668000', '185344.671000', '185344.673000', '185344.676000', '185344.679000', '185344.681000', '185344.684000', '185344.686000', '185344.689000', '185344.692000', '185344.695000', '185344.698000', '185344.701000', '185344.703000', '185344.706000', '185344.708000', '185344.711000', '185344.713000', '185344.716000', '185344.719000', '185344.721000', '185344.724000', '185344.726000', '185344.729000', '185344.732000', '185344.734000', '185344.737000', '185344.739000', '185344.742000', '185344.744000', '185344.747000', '185344.750000', '185344.752000', '185344.755000', '185344.757000', '185344.760000', '185344.763000', '185344.765000', '185344.768000', '185404.658000', '185404.660000', '185404.663000', '185404.666000', '185404.668000', '185404.671000', '185404.673000', '185404.676000', '185404.678000', '185404.681000', '185404.683000', '185404.686000', '185404.689000', '185404.692000', '185404.695000', '185404.697000', '185404.700000', '185404.702000', '185404.705000', '185404.708000', '185404.710000', '185404.713000', '185404.716000', '185404.719000', '185404.722000', '185404.725000', '185404.727000', '185404.730000', '185404.732000', '185404.735000', '185404.737000', '185404.740000', '185404.743000', '185404.745000', '185404.748000', '185404.750000', '185404.753000', '185404.756000', '185404.758000', '185404.761000', '185404.763000', '185404.766000', '185404.769000', '185424.657000', '185424.660000', '185424.663000', '185424.666000', '185424.668000', '185424.671000', '185424.674000', '185424.677000', '185424.680000', '185424.682000', '185424.685000', '185424.687000', '185424.701000', '185424.704000', '185424.706000', '185424.709000', '185424.711000', '185424.714000', '185424.717000', '185424.719000', '185424.722000', '185424.724000', '185424.727000', '185424.729000', '185424.732000', '185424.735000', '185424.737000', '185424.740000', '185424.742000', '185424.745000', '185424.748000', '185424.750000', '185424.753000', '185424.755000', '185424.758000', '185424.761000', '185424.763000', '185424.766000', '185424.768000', '185424.771000', '185424.773000', '185424.776000', '185424.779000', '185424.781000', '185444.659000', '185444.661000', '185444.664000', '185444.667000', '185444.669000', '185444.672000', '185444.674000', '185444.677000', '185444.679000', '185444.682000', '185444.684000', '185444.687000', '185444.690000', '185444.692000', '185444.695000', '185444.697000', '185444.700000', '185444.703000', '185444.705000', '185444.708000', '185444.710000', '185444.713000', '185444.716000', '185444.718000', '185444.722000', '185444.725000', '185444.727000', '185444.730000', '185444.733000', '185444.735000', '185444.738000', '185444.740000', '185444.743000', '185444.746000', '185444.748000', '185444.751000', '185444.753000', '185444.756000', '185444.758000', '185444.761000', '185444.764000', '185444.766000', '185444.769000', '185504.659000', '185504.661000', '185504.664000', '185504.667000', '185504.669000', '185504.672000', '185504.674000', '185504.677000', '185504.680000', '185504.682000', '185504.685000', '185504.687000', '185504.690000', '185504.693000', '185504.695000', '185504.698000', '185504.701000', '185504.703000', '185504.706000', '185504.708000', '185504.711000', '185504.713000', '185504.716000', '185504.719000', '185504.721000', '185504.724000', '185504.727000', '185504.729000', '185504.732000', '185504.734000', '185504.737000', '185504.739000', '185504.742000', '185504.745000', '185504.747000', '185504.750000', '185504.752000', '185504.755000', '185504.757000', '185504.760000', '185504.763000', '185504.765000', '185504.768000', '185504.770000', '185524.658000', '185524.660000', '185524.663000', '185524.666000', '185524.668000', '185524.671000', '185524.673000', '185524.676000', '185524.679000', '185524.681000', '185524.684000', '185524.686000', '185524.689000', '185524.692000', '185524.694000', '185524.697000', '185524.699000', '185524.702000', '185524.705000', '185524.707000', '185524.710000', '185524.713000', '185524.715000', '185524.718000', '185524.721000', '185524.724000', '185524.726000', '185524.729000', '185524.731000', '185524.734000', '185524.737000', '185524.740000', '185524.742000', '185524.745000', '185524.747000', '185524.750000', '185524.753000', '185524.755000', '185524.758000', '185524.760000', '185524.763000', '185524.766000', '185524.768000', '185544.658000', '185544.660000', '185544.663000', '185544.666000', '185544.668000', '185544.671000', '185544.673000', '185544.676000', '185544.709000', '185544.712000', '185544.714000', '185544.717000', '185544.719000', '185544.722000', '185544.725000', '185544.727000', '185544.730000', '185544.732000', '185544.735000', '185544.738000', '185544.740000', '185544.743000', '185544.745000', '185544.748000', '185544.751000', '185544.753000', '185544.756000', '185544.758000', '185544.761000', '185544.763000', '185544.766000', '185544.769000', '185544.771000', '185544.774000', '185544.776000', '185544.779000', '185544.781000', '185544.784000', '185544.787000', '185544.789000', '185544.792000', '185544.794000', '185544.797000', '185544.852000', '185556.893000', '185556.896000', '185556.899000', '185556.902000', '185556.904000', '185556.907000', '185556.910000', '185556.913000', '185556.915000', '185556.918000', '185556.921000', '185556.923000', '185556.926000', '185556.928000', '185556.931000', '185556.934000', '185556.937000', '185556.940000', '185556.942000', '185556.945000', '185556.948000', '185556.951000', '185556.954000', '185556.956000', '185556.959000', '185556.961000', '185556.964000'], 'InstanceCreationTime': ['184744.686000', '184744.689000', '184744.692000', '184744.695000', '184744.697000', '184744.700000', '184744.702000', '184744.705000', '184744.707000', '184744.710000', '184744.713000', '184744.723000', '184744.725000', '184744.728000', '184744.730000', '184744.733000', '184744.736000', '184744.739000', '184744.741000', '184744.744000', '184744.746000', '184744.749000', '184744.751000', '184744.754000', '184744.756000', '184744.759000', '184744.764000', '184804.658000', '184804.661000', '184804.664000', '184804.666000', '184804.669000', '184804.671000', '184804.674000', '184804.676000', '184804.679000', '184804.682000', '184804.684000', '184804.687000', '184804.689000', '184804.692000', '184804.694000', '184804.697000', '184804.700000', '184804.702000', '184804.705000', '184804.707000', '184804.710000', '184804.713000', '184804.715000', '184804.718000', '184804.724000', '184804.727000', '184804.729000', '184804.732000', '184804.734000', '184804.737000', '184804.740000', '184804.742000', '184804.745000', '184804.747000', '184804.750000', '184804.752000', '184804.755000', '184804.757000', '184804.760000', '184804.763000', '184804.765000', '184804.768000', '184804.785000', '184804.788000', '184824.657000', '184824.660000', '184824.663000', '184824.665000', '184824.668000', '184824.670000', '184824.673000', '184824.675000', '184824.678000', '184824.681000', '184824.683000', '184824.686000', '184824.688000', '184824.691000', '184824.693000', '184824.696000', '184824.698000', '184824.701000', '184824.704000', '184824.706000', '184824.709000', '184824.711000', '184824.714000', '184824.716000', '184824.719000', '184824.721000', '184824.724000', '184824.726000', '184824.729000', '184824.735000', '184824.738000', '184824.740000', '184824.743000', '184824.745000', '184824.748000', '184824.751000', '184824.753000', '184824.756000', '184824.758000', '184824.761000', '184824.763000', '184824.766000', '184824.769000', '184844.658000', '184844.660000', '184844.663000', '184844.666000', '184844.668000', '184844.671000', '184844.673000', '184844.676000', '184844.678000', '184844.681000', '184844.684000', '184844.686000', '184844.689000', '184844.691000', '184844.694000', '184844.696000', '184844.699000', '184844.702000', '184844.704000', '184844.707000', '184844.709000', '184844.712000', '184844.714000', '184844.717000', '184844.719000', '184844.722000', '184844.725000', '184844.727000', '184844.730000', '184844.732000', '184844.735000', '184844.737000', '184844.740000', '184844.743000', '184844.745000', '184844.748000', '184844.750000', '184844.753000', '184844.755000', '184844.758000', '184844.760000', '184844.763000', '184844.766000', '184844.768000', '184904.657000', '184904.660000', '184904.663000', '184904.665000', '184904.668000', '184904.670000', '184904.673000', '184904.676000', '184904.678000', '184904.681000', '184904.683000', '184904.686000', '184904.688000', '184904.691000', '184904.694000', '184904.696000', '184904.699000', '184904.701000', '184904.704000', '184904.706000', '184904.709000', '184904.712000', '184904.714000', '184904.717000', '184904.720000', '184904.722000', '184904.725000', '184904.728000', '184904.730000', '184904.733000', '184904.736000', '184904.738000', '184904.741000', '184904.743000', '184904.746000', '184904.748000', '184904.751000', '184904.753000', '184904.756000', '184904.759000', '184904.761000', '184904.764000', '184904.766000', '184924.657000', '184924.660000', '184924.663000', '184924.665000', '184924.668000', '184924.670000', '184924.673000', '184924.676000', '184924.678000', '184924.681000', '184924.683000', '184924.686000', '184924.689000', '184924.691000', '184924.694000', '184924.697000', '184924.699000', '184924.702000', '184924.704000', '184924.707000', '184924.709000', '184924.712000', '184924.715000', '184924.717000', '184924.720000', '184924.722000', '184924.725000', '184924.728000', '184924.730000', '184924.733000', '184924.735000', '184924.738000', '184924.740000', '184924.743000', '184924.746000', '184924.748000', '184924.751000', '184924.754000', '184924.756000', '184924.759000', '184924.761000', '184924.764000', '184924.767000', '184924.769000', '184944.658000', '184944.660000', '184944.663000', '184944.665000', '184944.668000', '184944.671000', '184944.673000', '184944.676000', '184944.678000', '184944.681000', '184944.684000', '184944.686000', '184944.689000', '184944.691000', '184944.694000', '184944.697000', '184944.699000', '184944.702000', '184944.704000', '184944.707000', '184944.709000', '184944.712000', '184944.714000', '184944.717000', '184944.720000', '184944.722000', '184944.725000', '184944.728000', '184944.731000', '184944.733000', '184944.736000', '184944.738000', '184944.741000', '184944.744000', '184944.746000', '184944.749000', '184944.751000', '184944.754000', '184944.756000', '184944.759000', '184944.761000', '184944.764000', '184944.767000', '185004.659000', '185004.661000', '185004.664000', '185004.667000', '185004.669000', '185004.672000', '185004.674000', '185004.677000', '185004.679000', '185004.682000', '185004.685000', '185004.687000', '185004.690000', '185004.692000', '185004.695000', '185004.698000', '185004.700000', '185004.703000', '185004.705000', '185004.708000', '185004.710000', '185004.713000', '185004.715000', '185004.718000', '185004.721000', '185004.723000', '185004.726000', '185004.728000', '185004.731000', '185004.733000', '185004.736000', '185004.739000', '185004.741000', '185004.744000', '185004.747000', '185004.749000', '185004.752000', '185004.754000', '185004.757000', '185004.760000', '185004.762000', '185004.765000', '185004.767000', '185004.770000', '185024.658000', '185024.661000', '185024.664000', '185024.666000', '185024.669000', '185024.671000', '185024.674000', '185024.677000', '185024.679000', '185024.682000', '185024.685000', '185024.687000', '185024.690000', '185024.692000', '185024.695000', '185024.698000', '185024.700000', '185024.703000', '185024.706000', '185024.708000', '185024.711000', '185024.713000', '185024.716000', '185024.718000', '185024.721000', '185024.723000', '185024.726000', '185024.729000', '185024.731000', '185024.734000', '185024.736000', '185024.739000', '185024.741000', '185024.744000', '185024.747000', '185024.749000', '185024.752000', '185024.754000', '185024.757000', '185024.760000', '185024.762000', '185024.765000', '185024.767000', '185044.658000', '185044.660000', '185044.663000', '185044.666000', '185044.668000', '185044.671000', '185044.673000', '185044.676000', '185044.678000', '185044.681000', '185044.684000', '185044.686000', '185044.689000', '185044.691000', '185044.694000', '185044.696000', '185044.699000', '185044.702000', '185044.704000', '185044.707000', '185044.709000', '185044.712000', '185044.715000', '185044.717000', '185044.720000', '185044.722000', '185044.725000', '185044.727000', '185044.730000', '185044.733000', '185044.735000', '185044.738000', '185044.740000', '185044.743000', '185044.745000', '185044.748000', '185044.750000', '185044.753000', '185044.756000', '185044.758000', '185044.761000', '185044.763000', '185044.766000', '185044.769000', '185104.657000', '185104.660000', '185104.663000', '185104.666000', '185104.668000', '185104.671000', '185104.673000', '185104.676000', '185104.678000', '185104.681000', '185104.684000', '185104.686000', '185104.689000', '185104.691000', '185104.694000', '185104.696000', '185104.699000', '185104.702000', '185104.704000', '185104.707000', '185104.709000', '185104.712000', '185104.714000', '185104.717000', '185104.720000', '185104.722000', '185104.725000', '185104.727000', '185104.730000', '185104.732000', '185104.735000', '185104.738000', '185104.740000', '185104.743000', '185104.745000', '185104.748000', '185104.750000', '185104.753000', '185104.756000', '185104.758000', '185104.761000', '185104.763000', '185104.766000', '185124.657000', '185124.660000', '185124.663000', '185124.666000', '185124.668000', '185124.671000', '185124.674000', '185124.676000', '185124.679000', '185124.681000', '185124.684000', '185124.687000', '185124.689000', '185124.692000', '185124.694000', '185124.697000', '185124.700000', '185124.702000', '185124.705000', '185124.708000', '185124.710000', '185124.713000', '185124.715000', '185124.718000', '185124.720000', '185124.723000', '185124.726000', '185124.728000', '185124.731000', '185124.733000', '185124.736000', '185124.739000', '185124.741000', '185124.744000', '185124.759000', '185124.762000', '185124.764000', '185124.767000', '185124.770000', '185124.772000', '185124.775000', '185124.777000', '185124.780000', '185124.782000', '185144.658000', '185144.660000', '185144.663000', '185144.666000', '185144.668000', '185144.671000', '185144.673000', '185144.676000', '185144.678000', '185144.681000', '185144.684000', '185144.686000', '185144.689000', '185144.691000', '185144.694000', '185144.696000', '185144.699000', '185144.702000', '185144.704000', '185144.707000', '185144.709000', '185144.712000', '185144.715000', '185144.717000', '185144.720000', '185144.722000', '185144.725000', '185144.727000', '185144.730000', '185144.733000', '185144.735000', '185144.742000', '185144.744000', '185144.747000', '185144.750000', '185144.752000', '185144.755000', '185144.757000', '185144.760000', '185144.762000', '185144.765000', '185144.768000', '185144.770000', '185204.657000', '185204.660000', '185204.663000', '185204.665000', '185204.668000', '185204.671000', '185204.673000', '185204.676000', '185204.678000', '185204.681000', '185204.684000', '185204.686000', '185204.689000', '185204.691000', '185204.694000', '185204.697000', '185204.699000', '185204.702000', '185204.704000', '185204.707000', '185204.710000', '185204.712000', '185204.715000', '185204.718000', '185204.720000', '185204.723000', '185204.726000', '185204.728000', '185204.731000', '185204.733000', '185204.736000', '185204.738000', '185204.741000', '185204.744000', '185204.746000', '185204.749000', '185204.751000', '185204.754000', '185204.757000', '185204.759000', '185204.762000', '185204.764000', '185204.767000', '185204.769000', '185224.659000', '185224.661000', '185224.664000', '185224.667000', '185224.669000', '185224.672000', '185224.674000', '185224.677000', '185224.680000', '185224.682000', '185224.685000', '185224.687000', '185224.690000', '185224.692000', '185224.695000', '185224.698000', '185224.700000', '185224.703000', '185224.706000', '185224.708000', '185224.711000', '185224.713000', '185224.716000', '185224.718000', '185224.721000', '185224.724000', '185224.726000', '185224.729000', '185224.732000', '185224.734000', '185224.737000', '185224.740000', '185224.742000', '185224.745000', '185224.747000', '185224.750000', '185224.752000', '185224.755000', '185224.758000', '185224.760000', '185224.763000', '185224.765000', '185224.768000', '185244.658000', '185244.661000', '185244.664000', '185244.667000', '185244.669000', '185244.672000', '185244.674000', '185244.677000', '185244.679000', '185244.682000', '185244.685000', '185244.687000', '185244.690000', '185244.692000', '185244.695000', '185244.697000', '185244.700000', '185244.703000', '185244.705000', '185244.708000', '185244.711000', '185244.713000', '185244.716000', '185244.719000', '185244.721000', '185244.724000', '185244.726000', '185244.729000', '185244.732000', '185244.734000', '185244.737000', '185244.739000', '185244.742000', '185244.745000', '185244.747000', '185244.750000', '185244.752000', '185244.755000', '185244.758000', '185244.760000', '185244.763000', '185244.765000', '185244.768000', '185244.771000', '185304.672000', '185304.674000', '185304.677000', '185304.680000', '185304.682000', '185304.685000', '185304.687000', '185304.690000', '185304.692000', '185304.695000', '185304.698000', '185304.700000', '185304.703000', '185304.705000', '185304.708000', '185304.711000', '185304.713000', '185304.716000', '185304.718000', '185304.721000', '185304.724000', '185304.726000', '185304.729000', '185304.731000', '185304.734000', '185304.737000', '185304.739000', '185304.742000', '185304.744000', '185304.747000', '185304.750000', '185304.752000', '185304.755000', '185304.757000', '185304.760000', '185304.763000', '185304.765000', '185304.768000', '185304.771000', '185304.773000', '185304.776000', '185304.778000', '185304.781000', '185324.657000', '185324.660000', '185324.663000', '185324.665000', '185324.668000', '185324.671000', '185324.673000', '185324.676000', '185324.679000', '185324.681000', '185324.684000', '185324.686000', '185324.689000', '185324.691000', '185324.694000', '185324.697000', '185324.699000', '185324.702000', '185324.704000', '185324.707000', '185324.710000', '185324.712000', '185324.715000', '185324.717000', '185324.720000', '185324.722000', '185324.725000', '185324.728000', '185324.730000', '185324.733000', '185324.735000', '185324.738000', '185324.741000', '185324.743000', '185324.746000', '185324.748000', '185324.751000', '185324.754000', '185324.756000', '185324.759000', '185324.761000', '185324.764000', '185324.766000', '185324.769000', '185344.658000', '185344.661000', '185344.663000', '185344.666000', '185344.668000', '185344.671000', '185344.673000', '185344.676000', '185344.679000', '185344.681000', '185344.684000', '185344.686000', '185344.689000', '185344.692000', '185344.695000', '185344.698000', '185344.701000', '185344.703000', '185344.706000', '185344.708000', '185344.711000', '185344.713000', '185344.716000', '185344.719000', '185344.721000', '185344.724000', '185344.726000', '185344.729000', '185344.732000', '185344.734000', '185344.737000', '185344.739000', '185344.742000', '185344.744000', '185344.747000', '185344.750000', '185344.752000', '185344.755000', '185344.757000', '185344.760000', '185344.763000', '185344.765000', '185344.768000', '185404.658000', '185404.660000', '185404.663000', '185404.666000', '185404.668000', '185404.671000', '185404.673000', '185404.676000', '185404.678000', '185404.681000', '185404.683000', '185404.686000', '185404.689000', '185404.692000', '185404.695000', '185404.697000', '185404.700000', '185404.702000', '185404.705000', '185404.708000', '185404.710000', '185404.713000', '185404.716000', '185404.719000', '185404.722000', '185404.725000', '185404.727000', '185404.730000', '185404.732000', '185404.735000', '185404.737000', '185404.740000', '185404.743000', '185404.745000', '185404.748000', '185404.750000', '185404.753000', '185404.756000', '185404.758000', '185404.761000', '185404.763000', '185404.766000', '185404.769000', '185424.657000', '185424.660000', '185424.663000', '185424.666000', '185424.668000', '185424.671000', '185424.674000', '185424.677000', '185424.680000', '185424.682000', '185424.685000', '185424.687000', '185424.701000', '185424.704000', '185424.706000', '185424.709000', '185424.711000', '185424.714000', '185424.717000', '185424.719000', '185424.722000', '185424.724000', '185424.727000', '185424.729000', '185424.732000', '185424.735000', '185424.737000', '185424.740000', '185424.742000', '185424.745000', '185424.748000', '185424.750000', '185424.753000', '185424.755000', '185424.758000', '185424.761000', '185424.763000', '185424.766000', '185424.768000', '185424.771000', '185424.773000', '185424.776000', '185424.779000', '185424.781000', '185444.659000', '185444.661000', '185444.664000', '185444.667000', '185444.669000', '185444.672000', '185444.674000', '185444.677000', '185444.679000', '185444.682000', '185444.684000', '185444.687000', '185444.690000', '185444.692000', '185444.695000', '185444.697000', '185444.700000', '185444.703000', '185444.705000', '185444.708000', '185444.710000', '185444.713000', '185444.716000', '185444.718000', '185444.722000', '185444.725000', '185444.727000', '185444.730000', '185444.733000', '185444.735000', '185444.738000', '185444.740000', '185444.743000', '185444.746000', '185444.748000', '185444.751000', '185444.753000', '185444.756000', '185444.758000', '185444.761000', '185444.764000', '185444.766000', '185444.769000', '185504.659000', '185504.661000', '185504.664000', '185504.667000', '185504.669000', '185504.672000', '185504.674000', '185504.677000', '185504.680000', '185504.682000', '185504.685000', '185504.687000', '185504.690000', '185504.693000', '185504.695000', '185504.698000', '185504.701000', '185504.703000', '185504.706000', '185504.708000', '185504.711000', '185504.713000', '185504.716000', '185504.719000', '185504.721000', '185504.724000', '185504.727000', '185504.729000', '185504.732000', '185504.734000', '185504.737000', '185504.739000', '185504.742000', '185504.745000', '185504.747000', '185504.750000', '185504.752000', '185504.755000', '185504.757000', '185504.760000', '185504.763000', '185504.765000', '185504.768000', '185504.770000', '185524.658000', '185524.660000', '185524.663000', '185524.666000', '185524.668000', '185524.671000', '185524.673000', '185524.676000', '185524.679000', '185524.681000', '185524.684000', '185524.686000', '185524.689000', '185524.692000', '185524.694000', '185524.697000', '185524.699000', '185524.702000', '185524.705000', '185524.707000', '185524.710000', '185524.713000', '185524.715000', '185524.718000', '185524.721000', '185524.724000', '185524.726000', '185524.729000', '185524.731000', '185524.734000', '185524.737000', '185524.740000', '185524.742000', '185524.745000', '185524.747000', '185524.750000', '185524.753000', '185524.755000', '185524.758000', '185524.760000', '185524.763000', '185524.766000', '185524.768000', '185544.658000', '185544.660000', '185544.663000', '185544.666000', '185544.668000', '185544.671000', '185544.673000', '185544.676000', '185544.709000', '185544.712000', '185544.714000', '185544.717000', '185544.719000', '185544.722000', '185544.725000', '185544.727000', '185544.730000', '185544.732000', '185544.735000', '185544.738000', '185544.740000', '185544.743000', '185544.745000', '185544.748000', '185544.751000', '185544.753000', '185544.756000', '185544.758000', '185544.761000', '185544.763000', '185544.766000', '185544.769000', '185544.771000', '185544.774000', '185544.776000', '185544.779000', '185544.781000', '185544.784000', '185544.787000', '185544.789000', '185544.792000', '185544.794000', '185544.797000', '185544.852000', '185556.893000', '185556.896000', '185556.899000', '185556.902000', '185556.904000', '185556.907000', '185556.910000', '185556.913000', '185556.915000', '185556.918000', '185556.921000', '185556.923000', '185556.926000', '185556.928000', '185556.931000', '185556.934000', '185556.937000', '185556.940000', '185556.942000', '185556.945000', '185556.948000', '185556.951000', '185556.954000', '185556.956000', '185556.959000', '185556.961000', '185556.964000'], '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': [10349, 18962, 11368, 8558, 14451, 10544, 10649, 13471, 9817, 11894, 11108, 9757, 17610, 10505, 12105, 10967, 9433, 14759, 12284, 10171, 19971, 13025, 8759, 14498, 9888, 19629, 12525, 9948, 12914, 9358, 16745, 10988, 14592, 10694, 8234, 11841, 10185, 14308, 9856, 10225, 10353, 9035, 12852, 9457, 14020, 10655, 9299, 10646, 8283, 12974, 9830, 16815, 10571, 8249, 10833, 8695, 14626, 9959, 16239, 11083, 10703, 12697, 9680, 15005, 10779, 13656, 11942, 8636, 14730, 10484, 19147, 12536, 9385, 12782, 9138, 17616, 12261, 18031, 12563, 10730, 13897, 9430, 17054, 11437, 18770, 13123, 10431, 13313, 9099, 17405, 12221, 19157, 12498, 11701, 11258, 9831, 16043, 9372, 15126, 10977, 9945, 12191, 9038, 14433, 9836, 17641, 11972, 11036, 11156, 9243, 12899, 9503, 16334, 10283, 13197, 10636, 8459, 11913, 9070, 12179, 9542, 9538, 9576, 9213, 10891, 9513, 10435, 9625, 9004, 11988, 9773, 8955, 11863, 9089, 19166, 12479, 8337, 13521, 9374, 18989, 12269, 10378, 12335, 8918, 17708, 10439, 15614, 11054, 16065, 11817, 8751, 11384, 9325, 14784, 10570, 9721, 10445, 8476, 13497, 9609, 18070, 11268, 9988, 12448, 9240, 17134, 10798, 16507, 11500, 13279, 12386, 8231, 13435, 10076, 16840, 11268, 11405, 11103, 8484, 13826, 9929, 14747, 10900, 13751, 10448, 9075, 12127, 8912, 13442, 10232, 16769, 10955, 9889, 11334, 9267, 14464, 10298, 14312, 10483, 9256, 10722, 8466, 12636, 9491, 15674, 10633, 9240, 10709, 8881, 12808, 9975, 11296, 10077, 8446, 13895, 9928, 15276, 11336, 10374, 13975, 10188, 15809, 11015, 15201, 12418, 8640, 14603, 9964, 17458, 12762, 8782, 12508, 10128, 9996, 13121, 9525, 17040, 11407, 9498, 16292, 10520, 16833, 11238, 17474, 12151, 14635, 12254, 9423, 12550, 10016, 15872, 10653, 10018, 9594, 9491, 12304, 9796, 13795, 9816, 9229, 9975, 9432, 13240, 9448, 13994, 10403, 9235, 11547, 10050, 12744, 10239, 11237, 11598, 9244, 14998, 11458, 9323, 16054, 12147, 10445, 14407, 10642, 10608, 16273, 11892, 14540, 15933, 10909, 15825, 10643, 13465, 11126, 9581, 13455, 10069, 13569, 10022, 16086, 10665, 9014, 9931, 9552, 10582, 10243, 12399, 9589, 11768, 9376, 10707, 9668, 8888, 11233, 9725, 13085, 9947, 11650, 9943, 9181, 13036, 10120, 16159, 10434, 14864, 11225, 10090, 13360, 9586, 14267, 10564, 15921, 12856, 8672, 14347, 10205, 18707, 13640, 9058, 14038, 9817, 17997, 13644, 15553, 11992, 8302, 15034, 9737, 18648, 12923, 16471, 11601, 10880, 14137, 8947, 14017, 10497, 18635, 12532, 7881, 11827, 9369, 17414, 12370, 8908, 12208, 9401, 10611, 13442, 10335, 13394, 12940, 9665, 17103, 13363, 12570, 12594, 9637, 17211, 12745, 17164, 12343, 8852, 13855, 9598, 17481, 12293, 8421, 11150, 9760, 13984, 10627, 11087, 10082, 9000, 12118, 9663, 16348, 10512, 8012, 10579, 9738, 13515, 9833, 16434, 10299, 8637, 10374, 8991, 13705, 10344, 9315, 15189, 10189, 9164, 13801, 9661, 18525, 12056, 10404, 12461, 9350, 17655, 10588, 14897, 11019, 11652, 10872, 9109, 12011, 9176, 12831, 9840, 15810, 10875, 8544, 10286, 8939, 14157, 10007, 14952, 9992, 8830, 10961, 9428, 15061, 9682, 14385, 10579, 12485, 12672, 9295, 15114, 10168, 17190, 12816, 14419, 12211, 8918, 14079, 9426, 17970, 12200, 11578, 10892, 9363, 16162, 10297, 16651, 11711, 11973, 13204, 9360, 14385, 9473, 15619, 11490, 12868, 11618, 8892, 14099, 10142, 17303, 10980, 8343, 11170, 9157, 15554, 9509, 13901, 9949, 9610, 11488, 8528, 15099, 10401, 12739, 11136, 8553, 14999, 8994, 15117, 11116, 11335, 11959, 9047, 16387, 10448, 12119, 12027, 8610, 15580, 10050, 15162, 11143, 14322, 11553, 8086, 12001, 8732, 15794, 10819, 11146, 10190, 8256, 11369, 9119, 13171, 9762, 8854, 11050, 8349, 14928, 10579, 7946, 13034, 10599, 12470, 13209, 8975, 16069, 11748, 18747, 13799, 8942, 13889, 9184, 17825, 13042, 17216, 11528, 9106, 11800, 8331, 16168, 10054, 14527, 10686, 15052, 11324, 8648, 12898, 8715, 16157, 10736, 17033, 11390, 11906, 11033, 8670, 15259, 9090, 13946, 10720, 14216, 11955, 8106, 12768, 8909, 16255, 12008, 11542, 11345, 7921, 14343, 9776, 17890, 11730, 12106, 11056, 8821, 15930, 9063, 15265, 11218, 12655, 13681, 8841, 14992, 11234, 16055, 13429, 9299, 15258, 9682, 17541, 13050, 18976, 13114, 11763, 11635, 8505, 16428, 10206, 16290, 11183, 15870, 11918, 10977, 11674, 8008, 13953, 9266, 17685, 11670, 14968, 11174, 9085, 13758, 8457, 14780, 10575, 13850, 11825, 8175, 12586, 8559, 15102, 11215, 17640, 12049, 9773, 12070, 8576, 16523, 10695, 16256, 11752, 11867, 13148, 8602, 14105, 10442, 15916, 11466, 8866, 11105, 7929, 14404, 11069, 13237, 10766, 8103, 14783, 10194, 16730, 11349, 8904, 12301, 9035, 17714, 11660, 15696, 11682, 13009, 13400, 8830, 16661, 11108, 18607, 12636, 11771, 12303, 9312, 17689, 11491, 16774, 12053, 11554, 13735, 9655, 16627, 11139, 16887, 12167, 10724, 14490, 9346, 15359, 11190, 15306, 11255, 8530, 13039, 8874, 14395, 10570, 15816, 11192, 8879, 11495, 8195, 14552, 9756, 17256, 12200, 10903, 11278, 8176, 15535, 10500, 15945, 11133, 10999, 11699, 8494, 14510, 9868, 15210, 11172, 12443, 11790, 8012, 12795, 9892, 15927, 10987, 8340, 13374, 10167, 8324, 15293, 11579, 15292, 12611, 9045, 17131, 12523, 15299, 12488, 8528, 16818, 11760, 17921, 12378, 10138, 14438, 10187, 17864, 12165, 10416, 13004, 8818, 18067, 12108, 14386, 11865, 10029, 15987, 9772, 16196, 11072, 16555, 11839, 9862, 14275, 8712, 14568, 11039, 7743, 13289, 10638, 7955, 17471, 12778, 8683, 14597, 9481, 18630, 13647, 9624, 13136, 8735, 16888, 10488, 15507, 10940, 13465, 10659, 7927, 11554, 8396, 12246, 10437, 11934, 10593, 7677, 11901, 8583, 16196, 11263, 9952, 11156, 7885, 15369, 9727, 17572, 11906, 16136, 12485, 10950, 15331, 9417, 16290, 11729, 17535, 13010, 11446, 12511, 8463, 16038, 10517, 18819, 12722, 14935, 11944, 11947, 14473, 8787, 14791, 9936, 17158, 12282, 11901, 11147, 8168, 14587, 8939, 15086, 10685, 13985, 11185, 8277, 12891, 8730, 15612, 11862, 17476, 12768, 8847, 13978, 9221, 18161, 12783, 16312, 12192, 11217, 14283, 9651, 16198, 10670, 16735, 12647, 16155, 12582, 8701, 14407, 9570, 18547, 12244, 16257, 11779, 13441, 12199, 8295, 13531, 9265, 16872, 13031, 17056, 12191, 9897, 12517, 9043, 16587, 10953, 14556, 10979, 8536, 14350, 8998, 15170, 11281, 13863, 12351, 8581, 14165, 9505, 16771, 12793, 15541, 12129, 8617, 14131, 9348, 17238, 12770, 13261, 11301, 8298, 14829, 9593, 16122, 10729, 14386, 11272, 9801, 13645, 9052, 13400, 10204, 13170, 11032, 8252, 14175, 10076, 15848, 11715, 11832, 12410, 8609, 15639, 10232, 18199, 13741, 16144, 12920, 9213, 15012, 10007, 17788, 12176, 15012, 11415, 10137, 14496, 9014, 16408, 11805, 17511, 13283, 11010, 12195, 8302, 14746, 9498, 17300, 11497, 14759, 10680, 9814, 10978, 7649, 12628, 8134, 13743, 9364, 15813, 10679, 14863, 10952, 15440, 11395, 8155, 11792, 8264, 14136, 10189, 14762, 10600, 11562, 10082, 9996, 11880, 7946, 13059, 10108, 15192, 11159, 8710, 11800, 8196, 16250, 11162, 17341, 12607, 15062, 12353, 10852, 15472, 9623, 16436, 12066, 16210, 13319, 9144, 15833, 10383, 17413, 13523, 13643, 13090, 9176, 17404, 11771, 17983, 13269, 16103, 13069, 9941, 16320, 10145, 17009, 12359, 17547, 13280, 9624, 14734, 9188, 16883, 10906, 17900, 12352, 12799, 11327, 8821, 14616, 8860, 14501, 10415, 15348, 11146, 10095, 10215, 7593, 12818, 9093, 14237, 10181, 7682, 11474, 8686, 15458, 10458, 10461, 12823, 9412, 17370, 11212, 16717, 12712, 16033, 13607, 9218, 16200, 10452, 18171, 13818, 11846, 13980, 9217, 17082, 12952, 14191, 12311, 8415, 14652, 11146, 11676, 15306, 9990, 16588, 12975, 9585, 17987, 12828, 10785, 11985, 8583, 17619], 'WindowCenter': [4261.0, 4296.0, 4242.0, 4209.0, 4259.0, 4242.0, 4231.0, 4250.0, 4231.0, 4241.0, 4251.0, 4232.0, 4281.0, 4228.0, 4238.0, 4229.0, 4219.0, 4260.0, 4239.0, 4231.0, 4283.0, 4252.0, 4208.0, 4248.0, 4230.0, 4268.0, 4240.0, 4217.0, 4236.0, 4209.0, 4259.0, 4218.0, 4247.0, 4217.0, 4196.0, 4227.0, 4217.0, 4248.0, 4219.0, 4219.0, 4218.0, 4197.0, 4237.0, 4206.0, 4250.0, 4229.0, 4207.0, 4229.0, 4196.0, 4248.0, 4219.0, 4258.0, 4229.0, 4197.0, 4228.0, 4208.0, 4259.0, 4219.0, 4259.0, 4239.0, 4228.0, 4239.0, 4217.0, 4258.0, 4239.0, 4248.0, 4238.0, 4207.0, 4248.0, 4229.0, 4270.0, 4240.0, 4209.0, 4237.0, 4219.0, 4268.0, 4238.0, 4258.0, 4238.0, 4227.0, 4247.0, 4205.0, 4258.0, 4227.0, 4270.0, 4237.0, 4215.0, 4236.0, 4193.0, 4258.0, 4225.0, 4257.0, 4227.0, 4214.0, 4216.0, 4206.0, 4246.0, 4195.0, 4246.0, 4215.0, 4205.0, 4225.0, 4193.0, 4245.0, 4217.0, 4256.0, 4224.0, 4215.0, 4215.0, 4191.0, 4225.0, 4204.0, 4244.0, 4202.0, 4222.0, 4215.0, 4185.0, 4225.0, 4195.0, 4224.0, 4207.0, 4218.0, 4217.0, 4207.0, 4228.0, 4218.0, 4232.0, 4219.0, 4208.0, 4240.0, 4218.0, 4211.0, 4241.0, 4221.0, 4282.0, 4251.0, 4199.0, 4250.0, 4221.0, 4269.0, 4239.0, 4214.0, 4237.0, 4207.0, 4268.0, 4216.0, 4246.0, 4228.0, 4257.0, 4227.0, 4195.0, 4226.0, 4206.0, 4247.0, 4215.0, 4207.0, 4228.0, 4197.0, 4249.0, 4219.0, 4269.0, 4230.0, 4215.0, 4239.0, 4208.0, 4256.0, 4201.0, 4228.0, 4200.0, 4220.0, 4224.0, 4184.0, 4235.0, 4206.0, 4255.0, 4228.0, 4225.0, 4215.0, 4185.0, 4236.0, 4206.0, 4237.0, 4216.0, 4237.0, 4219.0, 4195.0, 4228.0, 4197.0, 4238.0, 4218.0, 4258.0, 4216.0, 4218.0, 4227.0, 4207.0, 4250.0, 4217.0, 4249.0, 4229.0, 4206.0, 4229.0, 4186.0, 4238.0, 4209.0, 4258.0, 4229.0, 4207.0, 4229.0, 4207.0, 4239.0, 4219.0, 4229.0, 4218.0, 4197.0, 4250.0, 4220.0, 4260.0, 4232.0, 4260.0, 4266.0, 4220.0, 4260.0, 4231.0, 4264.0, 4239.0, 4180.0, 4233.0, 4220.0, 4257.0, 4248.0, 4197.0, 4239.0, 4220.0, 4231.0, 4263.0, 4220.0, 4271.0, 4241.0, 4231.0, 4274.0, 4228.0, 4270.0, 4229.0, 4267.0, 4239.0, 4247.0, 4226.0, 4194.0, 4224.0, 4217.0, 4246.0, 4216.0, 4202.0, 4205.0, 4218.0, 4236.0, 4218.0, 4247.0, 4219.0, 4205.0, 4218.0, 4207.0, 4236.0, 4218.0, 4246.0, 4228.0, 4207.0, 4227.0, 4220.0, 4237.0, 4229.0, 4226.0, 4227.0, 4219.0, 4259.0, 4241.0, 4208.0, 4271.0, 4251.0, 4229.0, 4247.0, 4217.0, 4229.0, 4269.0, 4238.0, 4251.0, 4261.0, 4216.0, 4249.0, 4215.0, 4234.0, 4214.0, 4194.0, 4233.0, 4202.0, 4221.0, 4205.0, 4242.0, 4204.0, 4191.0, 4203.0, 4191.0, 4214.0, 4216.0, 4224.0, 4206.0, 4225.0, 4196.0, 4217.0, 4206.0, 4206.0, 4229.0, 4218.0, 4251.0, 4221.0, 4238.0, 4219.0, 4220.0, 4251.0, 4218.0, 4260.0, 4230.0, 4260.0, 4240.0, 4218.0, 4250.0, 4218.0, 4275.0, 4257.0, 4273.0, 4253.0, 4210.0, 4249.0, 4231.0, 4281.0, 4252.0, 4210.0, 4249.0, 4219.0, 4270.0, 4251.0, 4259.0, 4229.0, 4183.0, 4245.0, 4206.0, 4255.0, 4236.0, 4243.0, 4227.0, 4215.0, 4235.0, 4194.0, 4235.0, 4215.0, 4256.0, 4224.0, 4171.0, 4224.0, 4206.0, 4255.0, 4236.0, 4194.0, 4224.0, 4205.0, 4216.0, 4236.0, 4216.0, 4237.0, 4237.0, 4206.0, 4257.0, 4236.0, 4224.0, 4224.0, 4193.0, 4254.0, 4225.0, 4244.0, 4222.0, 4181.0, 4220.0, 4204.0, 4243.0, 4215.0, 4171.0, 4210.0, 4191.0, 4233.0, 4203.0, 4212.0, 4202.0, 4191.0, 4222.0, 4206.0, 4243.0, 4217.0, 4183.0, 4213.0, 4204.0, 4236.0, 4205.0, 4245.0, 4215.0, 4193.0, 4214.0, 4195.0, 4237.0, 4216.0, 4206.0, 4249.0, 4218.0, 4208.0, 4249.0, 4209.0, 4268.0, 4238.0, 4215.0, 4226.0, 4205.0, 4258.0, 4216.0, 4246.0, 4215.0, 4225.0, 4216.0, 4194.0, 4224.0, 4193.0, 4236.0, 4217.0, 4258.0, 4227.0, 4196.0, 4217.0, 4208.0, 4249.0, 4217.0, 4247.0, 4217.0, 4209.0, 4240.0, 4219.0, 4247.0, 4205.0, 4246.0, 4216.0, 4238.0, 4238.0, 4207.0, 4248.0, 4216.0, 4256.0, 4239.0, 4246.0, 4226.0, 4195.0, 4236.0, 4204.0, 4254.0, 4226.0, 4225.0, 4214.0, 4208.0, 4257.0, 4217.0, 4257.0, 4228.0, 4237.0, 4237.0, 4206.0, 4246.0, 4205.0, 4258.0, 4225.0, 4222.0, 4211.0, 4193.0, 4248.0, 4216.0, 4257.0, 4228.0, 4184.0, 4228.0, 4208.0, 4256.0, 4219.0, 4248.0, 4230.0, 4216.0, 4227.0, 4195.0, 4246.0, 4216.0, 4235.0, 4238.0, 4197.0, 4258.0, 4205.0, 4247.0, 4228.0, 4237.0, 4235.0, 4205.0, 4258.0, 4218.0, 4237.0, 4237.0, 4196.0, 4256.0, 4218.0, 4247.0, 4228.0, 4245.0, 4225.0, 4185.0, 4225.0, 4197.0, 4247.0, 4227.0, 4225.0, 4215.0, 4195.0, 4224.0, 4206.0, 4235.0, 4215.0, 4206.0, 4228.0, 4196.0, 4258.0, 4230.0, 4199.0, 4250.0, 4231.0, 4237.0, 4248.0, 4207.0, 4258.0, 4239.0, 4268.0, 4249.0, 4207.0, 4237.0, 4207.0, 4269.0, 4238.0, 4257.0, 4226.0, 4194.0, 4226.0, 4196.0, 4256.0, 4217.0, 4249.0, 4229.0, 4259.0, 4227.0, 4197.0, 4238.0, 4196.0, 4258.0, 4229.0, 4258.0, 4227.0, 4228.0, 4229.0, 4197.0, 4248.0, 4206.0, 4249.0, 4230.0, 4248.0, 4238.0, 4198.0, 4238.0, 4211.0, 4259.0, 4239.0, 4238.0, 4230.0, 4197.0, 4249.0, 4217.0, 4267.0, 4239.0, 4237.0, 4229.0, 4210.0, 4273.0, 4238.0, 4273.0, 4239.0, 4250.0, 4251.0, 4210.0, 4258.0, 4228.0, 4270.0, 4250.0, 4207.0, 4258.0, 4206.0, 4258.0, 4238.0, 4259.0, 4237.0, 4224.0, 4216.0, 4194.0, 4244.0, 4204.0, 4245.0, 4225.0, 4254.0, 4224.0, 4214.0, 4225.0, 4184.0, 4246.0, 4207.0, 4257.0, 4226.0, 4245.0, 4228.0, 4207.0, 4246.0, 4195.0, 4246.0, 4216.0, 4245.0, 4226.0, 4186.0, 4236.0, 4198.0, 4247.0, 4229.0, 4258.0, 4236.0, 4205.0, 4226.0, 4195.0, 4257.0, 4217.0, 4256.0, 4229.0, 4227.0, 4236.0, 4194.0, 4246.0, 4215.0, 4258.0, 4227.0, 4208.0, 4228.0, 4197.0, 4249.0, 4229.0, 4248.0, 4229.0, 4198.0, 4259.0, 4217.0, 4259.0, 4239.0, 4209.0, 4239.0, 4207.0, 4269.0, 4238.0, 4257.0, 4238.0, 4238.0, 4247.0, 4195.0, 4258.0, 4229.0, 4257.0, 4239.0, 4226.0, 4227.0, 4208.0, 4257.0, 4229.0, 4256.0, 4237.0, 4227.0, 4249.0, 4207.0, 4257.0, 4226.0, 4259.0, 4228.0, 4216.0, 4247.0, 4194.0, 4245.0, 4226.0, 4246.0, 4226.0, 4195.0, 4235.0, 4194.0, 4245.0, 4218.0, 4258.0, 4226.0, 4206.0, 4226.0, 4184.0, 4249.0, 4218.0, 4259.0, 4237.0, 4217.0, 4225.0, 4199.0, 4258.0, 4217.0, 4260.0, 4229.0, 4229.0, 4238.0, 4197.0, 4248.0, 4219.0, 4260.0, 4242.0, 4239.0, 4241.0, 4199.0, 4249.0, 4234.0, 4270.0, 4241.0, 4212.0, 4261.0, 4233.0, 4210.0, 4273.0, 4252.0, 4273.0, 4251.0, 4223.0, 4274.0, 4252.0, 4261.0, 4239.0, 4211.0, 4269.0, 4239.0, 4270.0, 4238.0, 4216.0, 4249.0, 4217.0, 4260.0, 4239.0, 4217.0, 4239.0, 4206.0, 4268.0, 4240.0, 4248.0, 4238.0, 4218.0, 4258.0, 4217.0, 4259.0, 4225.0, 4258.0, 4236.0, 4217.0, 4248.0, 4198.0, 4247.0, 4229.0, 4189.0, 4247.0, 4229.0, 4200.0, 4270.0, 4240.0, 4200.0, 4247.0, 4219.0, 4269.0, 4249.0, 4207.0, 4236.0, 4198.0, 4257.0, 4215.0, 4247.0, 4216.0, 4236.0, 4217.0, 4184.0, 4228.0, 4198.0, 4239.0, 4232.0, 4237.0, 4229.0, 4187.0, 4238.0, 4212.0, 4260.0, 4228.0, 4218.0, 4230.0, 4199.0, 4262.0, 4218.0, 4272.0, 4238.0, 4256.0, 4238.0, 4228.0, 4260.0, 4207.0, 4257.0, 4228.0, 4269.0, 4250.0, 4227.0, 4238.0, 4186.0, 4258.0, 4230.0, 4269.0, 4251.0, 4247.0, 4240.0, 4239.0, 4249.0, 4198.0, 4245.0, 4218.0, 4256.0, 4228.0, 4225.0, 4225.0, 4197.0, 4248.0, 4209.0, 4249.0, 4228.0, 4260.0, 4228.0, 4198.0, 4239.0, 4199.0, 4260.0, 4241.0, 4258.0, 4241.0, 4197.0, 4248.0, 4209.0, 4269.0, 4240.0, 4256.0, 4238.0, 4229.0, 4246.0, 4206.0, 4260.0, 4216.0, 4258.0, 4238.0, 4258.0, 4240.0, 4197.0, 4247.0, 4218.0, 4268.0, 4239.0, 4258.0, 4240.0, 4249.0, 4239.0, 4197.0, 4238.0, 4209.0, 4259.0, 4239.0, 4257.0, 4237.0, 4206.0, 4239.0, 4195.0, 4256.0, 4216.0, 4246.0, 4227.0, 4196.0, 4248.0, 4207.0, 4248.0, 4229.0, 4249.0, 4239.0, 4198.0, 4248.0, 4209.0, 4260.0, 4238.0, 4245.0, 4228.0, 4195.0, 4237.0, 4208.0, 4256.0, 4236.0, 4235.0, 4226.0, 4197.0, 4247.0, 4209.0, 4259.0, 4228.0, 4247.0, 4229.0, 4219.0, 4248.0, 4209.0, 4248.0, 4219.0, 4251.0, 4228.0, 4197.0, 4248.0, 4218.0, 4260.0, 4241.0, 4240.0, 4238.0, 4197.0, 4258.0, 4220.0, 4270.0, 4248.0, 4261.0, 4238.0, 4209.0, 4248.0, 4218.0, 4259.0, 4240.0, 4248.0, 4228.0, 4218.0, 4249.0, 4198.0, 4261.0, 4228.0, 4270.0, 4250.0, 4216.0, 4228.0, 4185.0, 4246.0, 4206.0, 4257.0, 4228.0, 4245.0, 4217.0, 4218.0, 4218.0, 4176.0, 4238.0, 4185.0, 4249.0, 4210.0, 4247.0, 4217.0, 4247.0, 4228.0, 4246.0, 4228.0, 4186.0, 4226.0, 4198.0, 4247.0, 4218.0, 4248.0, 4232.0, 4227.0, 4220.0, 4219.0, 4239.0, 4199.0, 4249.0, 4231.0, 4261.0, 4239.0, 4212.0, 4241.0, 4202.0, 4273.0, 4230.0, 4271.0, 4253.0, 4260.0, 4251.0, 4229.0, 4260.0, 4218.0, 4270.0, 4252.0, 4273.0, 4249.0, 4211.0, 4260.0, 4231.0, 4270.0, 4251.0, 4250.0, 4250.0, 4210.0, 4260.0, 4231.0, 4260.0, 4237.0, 4261.0, 4238.0, 4206.0, 4258.0, 4207.0, 4258.0, 4238.0, 4268.0, 4238.0, 4206.0, 4249.0, 4206.0, 4257.0, 4218.0, 4258.0, 4238.0, 4237.0, 4228.0, 4196.0, 4247.0, 4197.0, 4247.0, 4229.0, 4260.0, 4227.0, 4219.0, 4217.0, 4189.0, 4251.0, 4209.0, 4250.0, 4230.0, 4189.0, 4240.0, 4210.0, 4263.0, 4243.0, 4229.0, 4252.0, 4222.0, 4273.0, 4243.0, 4262.0, 4252.0, 4263.0, 4251.0, 4209.0, 4260.0, 4229.0, 4273.0, 4250.0, 4238.0, 4250.0, 4208.0, 4260.0, 4250.0, 4249.0, 4226.0, 4172.0, 4247.0, 4240.0, 4229.0, 4246.0, 4204.0, 4258.0, 4238.0, 4221.0, 4271.0, 4251.0, 4229.0, 4227.0, 4209.0, 4259.0], 'WindowWidth': [9439.0, 9482.0, 9394.0, 9341.0, 9411.0, 9395.0, 9378.0, 9401.0, 9376.0, 9389.0, 9408.0, 9383.0, 9449.0, 9370.0, 9381.0, 9369.0, 9356.0, 9413.0, 9383.0, 9378.0, 9456.0, 9406.0, 9341.0, 9392.0, 9373.0, 9427.0, 9383.0, 9348.0, 9373.0, 9341.0, 9409.0, 9350.0, 9389.0, 9348.0, 9319.0, 9363.0, 9348.0, 9392.0, 9352.0, 9354.0, 9354.0, 9321.0, 9377.0, 9333.0, 9398.0, 9368.0, 9336.0, 9369.0, 9321.0, 9392.0, 9356.0, 9408.0, 9368.0, 9323.0, 9368.0, 9340.0, 9409.0, 9356.0, 9410.0, 9384.0, 9365.0, 9382.0, 9351.0, 9406.0, 9385.0, 9392.0, 9379.0, 9337.0, 9393.0, 9371.0, 9429.0, 9385.0, 9339.0, 9375.0, 9357.0, 9421.0, 9378.0, 9409.0, 9377.0, 9362.0, 9388.0, 9328.0, 9405.0, 9359.0, 9426.0, 9374.0, 9343.0, 9371.0, 9310.0, 9405.0, 9357.0, 9408.0, 9360.0, 9338.0, 9344.0, 9332.0, 9385.0, 9315.0, 9385.0, 9344.0, 9331.0, 9356.0, 9311.0, 9382.0, 9349.0, 9402.0, 9356.0, 9341.0, 9341.0, 9306.0, 9355.0, 9327.0, 9379.0, 9322.0, 9348.0, 9340.0, 9303.0, 9356.0, 9316.0, 9354.0, 9335.0, 9352.0, 9350.0, 9337.0, 9365.0, 9353.0, 9378.0, 9359.0, 9340.0, 9384.0, 9355.0, 9348.0, 9387.0, 9364.0, 9448.0, 9403.0, 9327.0, 9397.0, 9363.0, 9427.0, 9383.0, 9342.0, 9377.0, 9336.0, 9422.0, 9346.0, 9387.0, 9363.0, 9406.0, 9362.0, 9317.0, 9359.0, 9336.0, 9392.0, 9346.0, 9336.0, 9364.0, 9323.0, 9396.0, 9356.0, 9425.0, 9369.0, 9345.0, 9382.0, 9338.0, 9403.0, 9318.0, 9348.0, 9312.0, 9341.0, 9352.0, 9299.0, 9368.0, 9331.0, 9398.0, 9365.0, 9357.0, 9343.0, 9300.0, 9372.0, 9331.0, 9374.0, 9345.0, 9374.0, 9355.0, 9316.0, 9362.0, 9322.0, 9377.0, 9351.0, 9404.0, 9345.0, 9350.0, 9363.0, 9335.0, 9399.0, 9350.0, 9397.0, 9369.0, 9334.0, 9367.0, 9306.0, 9380.0, 9341.0, 9405.0, 9368.0, 9335.0, 9370.0, 9339.0, 9381.0, 9356.0, 9366.0, 9353.0, 9324.0, 9400.0, 9357.0, 9411.0, 9376.0, 9430.0, 9432.0, 9359.0, 9414.0, 9376.0, 9424.0, 9381.0, 9288.0, 9365.0, 9358.0, 9407.0, 9396.0, 9322.0, 9382.0, 9360.0, 9376.0, 9422.0, 9363.0, 9433.0, 9388.0, 9377.0, 9440.0, 9369.0, 9432.0, 9368.0, 9425.0, 9384.0, 9390.0, 9359.0, 9314.0, 9353.0, 9348.0, 9386.0, 9346.0, 9323.0, 9330.0, 9352.0, 9374.0, 9351.0, 9390.0, 9356.0, 9333.0, 9352.0, 9335.0, 9375.0, 9352.0, 9387.0, 9367.0, 9336.0, 9364.0, 9357.0, 9377.0, 9372.0, 9363.0, 9363.0, 9355.0, 9411.0, 9389.0, 9339.0, 9431.0, 9404.0, 9371.0, 9391.0, 9349.0, 9369.0, 9427.0, 9379.0, 9404.0, 9419.0, 9348.0, 9397.0, 9342.0, 9368.0, 9342.0, 9312.0, 9366.0, 9320.0, 9344.0, 9330.0, 9376.0, 9326.0, 9305.0, 9322.0, 9306.0, 9340.0, 9345.0, 9354.0, 9331.0, 9354.0, 9318.0, 9350.0, 9334.0, 9335.0, 9370.0, 9354.0, 9402.0, 9361.0, 9380.0, 9357.0, 9357.0, 9403.0, 9354.0, 9415.0, 9371.0, 9413.0, 9385.0, 9352.0, 9397.0, 9352.0, 9445.0, 9422.0, 9438.0, 9408.0, 9345.0, 9395.0, 9376.0, 9446.0, 9403.0, 9344.0, 9394.0, 9355.0, 9427.0, 9399.0, 9409.0, 9366.0, 9298.0, 9382.0, 9333.0, 9401.0, 9370.0, 9379.0, 9361.0, 9343.0, 9368.0, 9311.0, 9367.0, 9344.0, 9401.0, 9353.0, 9279.0, 9353.0, 9334.0, 9398.0, 9373.0, 9313.0, 9353.0, 9330.0, 9347.0, 9374.0, 9348.0, 9374.0, 9372.0, 9330.0, 9406.0, 9373.0, 9354.0, 9352.0, 9308.0, 9395.0, 9357.0, 9383.0, 9347.0, 9289.0, 9342.0, 9325.0, 9377.0, 9338.0, 9277.0, 9328.0, 9302.0, 9363.0, 9324.0, 9333.0, 9321.0, 9303.0, 9348.0, 9333.0, 9378.0, 9345.0, 9296.0, 9337.0, 9326.0, 9373.0, 9330.0, 9383.0, 9343.0, 9311.0, 9340.0, 9314.0, 9373.0, 9348.0, 9334.0, 9394.0, 9352.0, 9339.0, 9396.0, 9340.0, 9422.0, 9379.0, 9343.0, 9358.0, 9332.0, 9408.0, 9344.0, 9384.0, 9342.0, 9359.0, 9344.0, 9311.0, 9354.0, 9310.0, 9369.0, 9351.0, 9405.0, 9363.0, 9320.0, 9349.0, 9339.0, 9394.0, 9350.0, 9390.0, 9349.0, 9341.0, 9387.0, 9356.0, 9392.0, 9331.0, 9385.0, 9346.0, 9378.0, 9377.0, 9334.0, 9392.0, 9346.0, 9402.0, 9381.0, 9386.0, 9359.0, 9314.0, 9371.0, 9328.0, 9397.0, 9359.0, 9355.0, 9340.0, 9338.0, 9404.0, 9348.0, 9403.0, 9364.0, 9376.0, 9375.0, 9332.0, 9387.0, 9330.0, 9408.0, 9357.0, 9344.0, 9332.0, 9311.0, 9392.0, 9349.0, 9404.0, 9365.0, 9302.0, 9364.0, 9340.0, 9404.0, 9355.0, 9394.0, 9372.0, 9350.0, 9363.0, 9321.0, 9388.0, 9348.0, 9373.0, 9382.0, 9325.0, 9408.0, 9333.0, 9390.0, 9366.0, 9380.0, 9374.0, 9333.0, 9409.0, 9351.0, 9378.0, 9377.0, 9320.0, 9402.0, 9351.0, 9389.0, 9367.0, 9386.0, 9358.0, 9304.0, 9357.0, 9325.0, 9389.0, 9364.0, 9356.0, 9344.0, 9321.0, 9358.0, 9335.0, 9371.0, 9347.0, 9337.0, 9368.0, 9322.0, 9409.0, 9374.0, 9331.0, 9400.0, 9376.0, 9378.0, 9395.0, 9337.0, 9407.0, 9385.0, 9424.0, 9396.0, 9335.0, 9376.0, 9337.0, 9423.0, 9378.0, 9405.0, 9359.0, 9314.0, 9360.0, 9321.0, 9402.0, 9351.0, 9393.0, 9369.0, 9412.0, 9365.0, 9323.0, 9379.0, 9321.0, 9408.0, 9367.0, 9406.0, 9363.0, 9364.0, 9367.0, 9324.0, 9393.0, 9335.0, 9394.0, 9373.0, 9393.0, 9381.0, 9327.0, 9379.0, 9348.0, 9412.0, 9383.0, 9379.0, 9372.0, 9324.0, 9397.0, 9352.0, 9421.0, 9383.0, 9376.0, 9369.0, 9344.0, 9435.0, 9397.0, 9434.0, 9384.0, 9399.0, 9401.0, 9343.0, 9405.0, 9366.0, 9429.0, 9398.0, 9338.0, 9406.0, 9333.0, 9406.0, 9379.0, 9412.0, 9376.0, 9354.0, 9343.0, 9315.0, 9383.0, 9326.0, 9384.0, 9356.0, 9397.0, 9357.0, 9342.0, 9357.0, 9299.0, 9386.0, 9337.0, 9402.0, 9359.0, 9382.0, 9363.0, 9337.0, 9387.0, 9318.0, 9386.0, 9346.0, 9387.0, 9360.0, 9307.0, 9373.0, 9323.0, 9390.0, 9367.0, 9406.0, 9374.0, 9331.0, 9359.0, 9318.0, 9404.0, 9349.0, 9400.0, 9367.0, 9363.0, 9372.0, 9316.0, 9384.0, 9346.0, 9406.0, 9362.0, 9337.0, 9364.0, 9325.0, 9396.0, 9368.0, 9391.0, 9367.0, 9328.0, 9409.0, 9352.0, 9410.0, 9384.0, 9340.0, 9383.0, 9339.0, 9423.0, 9379.0, 9404.0, 9380.0, 9379.0, 9388.0, 9317.0, 9405.0, 9368.0, 9407.0, 9380.0, 9359.0, 9360.0, 9339.0, 9404.0, 9367.0, 9402.0, 9375.0, 9363.0, 9393.0, 9335.0, 9404.0, 9359.0, 9405.0, 9363.0, 9345.0, 9386.0, 9314.0, 9381.0, 9358.0, 9388.0, 9360.0, 9315.0, 9370.0, 9315.0, 9383.0, 9350.0, 9406.0, 9360.0, 9333.0, 9361.0, 9303.0, 9393.0, 9354.0, 9406.0, 9375.0, 9347.0, 9356.0, 9328.0, 9405.0, 9350.0, 9409.0, 9367.0, 9370.0, 9380.0, 9322.0, 9394.0, 9355.0, 9408.0, 9388.0, 9381.0, 9389.0, 9328.0, 9397.0, 9383.0, 9428.0, 9391.0, 9350.0, 9416.0, 9381.0, 9348.0, 9437.0, 9407.0, 9436.0, 9403.0, 9367.0, 9438.0, 9404.0, 9416.0, 9383.0, 9346.0, 9425.0, 9381.0, 9428.0, 9379.0, 9347.0, 9393.0, 9349.0, 9413.0, 9379.0, 9347.0, 9380.0, 9336.0, 9422.0, 9385.0, 9392.0, 9379.0, 9354.0, 9408.0, 9351.0, 9409.0, 9358.0, 9408.0, 9376.0, 9348.0, 9393.0, 9325.0, 9388.0, 9366.0, 9315.0, 9391.0, 9369.0, 9333.0, 9427.0, 9385.0, 9330.0, 9389.0, 9357.0, 9426.0, 9395.0, 9335.0, 9373.0, 9325.0, 9403.0, 9342.0, 9389.0, 9344.0, 9374.0, 9347.0, 9302.0, 9363.0, 9324.0, 9382.0, 9376.0, 9377.0, 9368.0, 9310.0, 9378.0, 9350.0, 9410.0, 9368.0, 9352.0, 9368.0, 9328.0, 9416.0, 9353.0, 9428.0, 9378.0, 9401.0, 9379.0, 9364.0, 9409.0, 9336.0, 9402.0, 9364.0, 9424.0, 9396.0, 9364.0, 9378.0, 9306.0, 9407.0, 9372.0, 9425.0, 9400.0, 9391.0, 9383.0, 9382.0, 9395.0, 9323.0, 9385.0, 9351.0, 9400.0, 9364.0, 9355.0, 9357.0, 9324.0, 9391.0, 9341.0, 9394.0, 9365.0, 9413.0, 9367.0, 9327.0, 9380.0, 9326.0, 9411.0, 9387.0, 9407.0, 9385.0, 9321.0, 9392.0, 9343.0, 9423.0, 9383.0, 9400.0, 9378.0, 9368.0, 9387.0, 9333.0, 9407.0, 9344.0, 9405.0, 9379.0, 9405.0, 9382.0, 9321.0, 9390.0, 9353.0, 9424.0, 9381.0, 9407.0, 9384.0, 9394.0, 9380.0, 9321.0, 9376.0, 9340.0, 9409.0, 9380.0, 9405.0, 9375.0, 9333.0, 9380.0, 9316.0, 9400.0, 9345.0, 9385.0, 9362.0, 9319.0, 9391.0, 9337.0, 9390.0, 9367.0, 9395.0, 9379.0, 9322.0, 9390.0, 9337.0, 9411.0, 9379.0, 9384.0, 9362.0, 9315.0, 9372.0, 9338.0, 9399.0, 9373.0, 9368.0, 9360.0, 9322.0, 9390.0, 9339.0, 9406.0, 9365.0, 9389.0, 9369.0, 9356.0, 9394.0, 9340.0, 9390.0, 9355.0, 9400.0, 9364.0, 9321.0, 9392.0, 9350.0, 9412.0, 9386.0, 9382.0, 9379.0, 9321.0, 9404.0, 9357.0, 9426.0, 9393.0, 9413.0, 9378.0, 9339.0, 9392.0, 9351.0, 9408.0, 9381.0, 9391.0, 9366.0, 9352.0, 9394.0, 9324.0, 9411.0, 9365.0, 9427.0, 9398.0, 9345.0, 9363.0, 9302.0, 9387.0, 9334.0, 9402.0, 9364.0, 9381.0, 9347.0, 9352.0, 9349.0, 9292.0, 9376.0, 9304.0, 9394.0, 9343.0, 9389.0, 9348.0, 9387.0, 9364.0, 9388.0, 9363.0, 9306.0, 9358.0, 9325.0, 9389.0, 9350.0, 9391.0, 9375.0, 9362.0, 9357.0, 9355.0, 9379.0, 9328.0, 9394.0, 9376.0, 9415.0, 9384.0, 9348.0, 9387.0, 9336.0, 9432.0, 9372.0, 9429.0, 9405.0, 9411.0, 9401.0, 9369.0, 9412.0, 9353.0, 9425.0, 9403.0, 9431.0, 9395.0, 9345.0, 9410.0, 9374.0, 9426.0, 9400.0, 9396.0, 9395.0, 9344.0, 9412.0, 9370.0, 9411.0, 9375.0, 9411.0, 9377.0, 9331.0, 9403.0, 9334.0, 9404.0, 9378.0, 9422.0, 9377.0, 9333.0, 9394.0, 9332.0, 9403.0, 9351.0, 9406.0, 9378.0, 9374.0, 9365.0, 9319.0, 9388.0, 9322.0, 9388.0, 9368.0, 9409.0, 9364.0, 9352.0, 9350.0, 9316.0, 9402.0, 9343.0, 9398.0, 9372.0, 9318.0, 9386.0, 9347.0, 9418.0, 9393.0, 9371.0, 9404.0, 9363.0, 9434.0, 9390.0, 9416.0, 9402.0, 9421.0, 9399.0, 9341.0, 9411.0, 9369.0, 9433.0, 9396.0, 9379.0, 9396.0, 9337.0, 9411.0, 9399.0, 9395.0, 9358.0, 9278.0, 9386.0, 9387.0, 9364.0, 9385.0, 9327.0, 9405.0, 9380.0, 9361.0, 9431.0, 9403.0, 9366.0, 9361.0, 9342.0, 9410.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.0005887408759124087</td></tr>
<tr><td colspan=3>aqi</td><td>0.029168881113138687</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.73020392978996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1843570519452054</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9839269499999995</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>4303.3892</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12363964398201034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>103</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.397810218978103</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5780041208111846</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5521940300600434</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.78095911551495</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4008592168585596</td></tr>
<tr><td colspan=3>gcor</td><td>0.00603872</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006250501144677401</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02123832330107689</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.8081698621376137</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>27.1463</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.2966</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.7139</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>788.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.2384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1958</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.7412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3387.7604</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.6321</td></tr>
<tr><td colspan=3>tsnr</td><td>36.93142389564309</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>