ds005256-mriqc/sub-0032_ses-04_task-fractional_acq-mb8_run-01_bold.html
Felix Hoffstaedter 25fea00fc3 [DATALAD RUNCMD] Compute MRIQC for sub-0032
=== 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-0032 --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-0032",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:52:03 +02:00

616 lines
No EOL
143 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-0032_ses-04_task-fractional_acq-mb8_run-01_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-0032_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0032_suffix-bold_task-fractional" 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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_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-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0032/figures/sub-0032_ses-04_task-fractional_acq-mb8_run-01_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-0032/ses-04/func/sub-0032_ses-04_task-fractional_acq-mb8_run-01_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>e5e53aedb5c05fd4ad78b6b5ce2ebb38</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>14:32:55.892500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.998802, -0.0404876, 0.0274951, 0.0418621, 0.9978, -0.0514066]</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-01_task-fractional_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.0943023</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7787, -7217, 597, -56, -215, 106, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.156</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f088ca40-1536-4535-868a-85b2b8ce7d4d||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.6797118186950684, 0.11231308430433273, 0.06845373660326004, 107.03810119628906], [0.10862534493207932, 2.6770246028900146, -0.1417391449213028, -100.09868621826172], [0.07376722246408463, 0.1379200965166092, 2.6954078674316406, -71.52958679199219], [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, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['143255.892500', '143256.352500', '143256.812500', '143257.272500', '143257.732500', '143258.192500', '143258.652500', '143259.112500', '143259.572500', '143300.032500', '143300.492500', '143300.952500', '143301.412500', '143301.872500', '143302.332500', '143302.792500', '143303.252500', '143303.712500', '143304.172500', '143304.632500', '143305.092500', '143305.552500', '143306.012500', '143306.472500', '143306.932500', '143307.392500', '143307.852500', '143308.312500', '143308.772500', '143309.232500', '143309.692500', '143310.152500', '143310.612500', '143311.072500', '143311.532500', '143311.992500', '143312.452500', '143312.912500', '143313.372500', '143313.832500', '143314.292500', '143314.752500', '143315.212500', '143315.672500', '143316.132500', '143316.592500', '143317.052500', '143317.512500', '143317.972500', '143318.432500', '143318.892500', '143319.352500', '143319.812500', '143320.272500', '143320.732500', '143321.192500', '143321.652500', '143322.112500', '143322.572500', '143323.032500', '143323.492500', '143323.952500', '143324.412500', '143324.872500', '143325.332500', '143325.792500', '143326.252500', '143326.712500', '143327.172500', '143327.632500', '143328.092500', '143328.552500', '143329.012500', '143329.472500', '143329.932500', '143330.392500', '143330.852500', '143331.312500', '143331.772500', '143332.232500', '143332.692500', '143333.152500', '143333.612500', '143334.072500', '143334.532500', '143334.992500', '143335.452500', '143335.912500', '143336.372500', '143336.832500', '143337.292500', '143337.752500', '143338.212500', '143338.672500', '143339.132500', '143339.592500', '143340.052500', '143340.512500', '143340.972500', '143341.432500', '143341.892500', '143342.352500', '143342.812500', '143343.272500', '143343.732500', '143344.192500', '143344.652500', '143345.112500', '143345.572500', '143346.032500', '143346.492500', '143346.952500', '143347.412500', '143347.872500', '143348.332500', '143348.792500', '143349.252500', '143349.712500', '143350.172500', '143350.632500', '143351.092500', '143351.552500', '143352.012500', '143352.472500', '143352.932500', '143353.392500', '143353.852500', '143354.312500', '143354.772500', '143355.232500', '143355.692500', '143356.152500', '143356.612500', '143357.072500', '143357.532500', '143357.992500', '143358.452500', '143358.912500', '143359.372500', '143359.832500', '143400.292500', '143400.752500', '143401.212500', '143401.672500', '143402.132500', '143402.592500', '143403.052500', '143403.512500', '143403.972500', '143404.432500', '143404.892500', '143405.352500', '143405.812500', '143406.272500', '143406.732500', '143407.192500', '143407.652500', '143408.112500', '143408.572500', '143409.032500', '143409.492500', '143409.952500', '143410.412500', '143410.872500', '143411.332500', '143411.792500', '143412.252500', '143412.712500', '143413.172500', '143413.632500', '143414.092500', '143414.552500', '143415.012500', '143415.472500', '143415.932500', '143416.392500', '143416.852500', '143417.312500', '143417.772500', '143418.232500', '143418.692500', '143419.152500', '143419.612500', '143420.072500', '143420.532500', '143420.992500', '143421.452500', '143421.912500', '143422.372500', '143422.832500', '143423.292500', '143423.752500', '143424.212500', '143424.672500', '143425.132500', '143425.592500', '143426.052500', '143426.512500', '143426.972500', '143427.432500', '143427.892500', '143428.352500', '143428.812500', '143429.272500', '143429.732500', '143430.192500', '143430.652500', '143431.112500', '143431.572500', '143432.032500', '143432.492500', '143432.952500', '143433.412500', '143433.872500', '143434.332500', '143434.792500', '143435.252500', '143435.712500', '143436.172500', '143436.632500', '143437.092500', '143437.552500', '143438.012500', '143438.472500', '143438.932500', '143439.392500', '143439.852500', '143440.312500', '143440.772500', '143441.232500', '143441.692500', '143442.152500', '143442.612500', '143443.072500', '143443.532500', '143443.992500', '143444.452500', '143444.912500', '143445.372500', '143445.832500', '143446.292500', '143446.752500', '143447.212500', '143447.672500', '143448.132500', '143448.592500', '143449.052500', '143449.512500', '143449.972500', '143450.432500', '143450.892500', '143451.352500', '143451.812500', '143452.272500', '143452.732500', '143453.192500', '143453.652500', '143454.112500', '143454.572500', '143455.032500', '143455.492500', '143455.952500', '143456.412500', '143456.872500', '143457.332500', '143457.792500', '143458.252500', '143458.712500', '143459.172500', '143459.632500', '143500.092500', '143500.552500', '143501.012500', '143501.472500', '143501.932500', '143502.392500', '143502.852500', '143503.312500', '143503.772500', '143504.232500', '143504.692500', '143505.152500', '143505.612500', '143506.072500', '143506.532500', '143506.992500', '143507.452500', '143507.912500', '143508.372500', '143508.832500', '143509.292500', '143509.752500', '143510.212500', '143510.672500', '143511.132500', '143511.592500', '143512.052500', '143512.512500', '143512.972500', '143513.432500', '143513.892500', '143514.352500', '143514.812500', '143515.272500', '143515.732500', '143516.192500', '143516.652500', '143517.112500', '143517.572500', '143518.032500', '143518.492500', '143518.952500', '143519.412500', '143519.872500', '143520.332500', '143520.792500', '143521.252500', '143521.712500', '143522.172500', '143522.632500', '143523.092500', '143523.552500', '143524.012500', '143524.472500', '143524.932500', '143525.392500', '143525.852500', '143526.312500', '143526.772500', '143527.232500', '143527.692500', '143528.152500', '143528.612500', '143529.072500', '143529.532500', '143529.992500', '143530.452500', '143530.912500', '143531.372500', '143531.832500', '143532.292500', '143532.752500', '143533.212500', '143533.672500', '143534.132500', '143534.592500', '143535.052500', '143535.512500', '143535.972500', '143536.432500', '143536.892500', '143537.352500', '143537.812500', '143538.272500', '143538.732500', '143539.192500', '143539.652500', '143540.112500', '143540.572500', '143541.032500', '143541.492500', '143541.952500', '143542.412500', '143542.872500', '143543.332500', '143543.792500', '143544.252500', '143544.712500', '143545.172500', '143545.632500', '143546.092500', '143546.552500', '143547.012500', '143547.472500', '143547.932500', '143548.392500', '143548.852500', '143549.312500', '143549.772500', '143550.232500', '143550.692500', '143551.152500', '143551.612500', '143552.072500', '143552.532500', '143552.992500', '143553.452500', '143553.912500', '143554.372500', '143554.832500', '143555.292500', '143555.752500', '143556.212500', '143556.672500', '143557.132500', '143557.592500', '143558.052500', '143558.512500', '143558.972500', '143559.432500', '143559.892500', '143600.352500', '143600.812500', '143601.272500', '143601.732500', '143602.192500', '143602.652500', '143603.112500', '143603.572500', '143604.032500', '143604.492500', '143604.952500', '143605.412500', '143605.872500', '143606.332500', '143606.792500', '143607.252500', '143607.712500', '143608.172500', '143608.632500', '143609.092500', '143609.552500', '143610.012500', '143610.472500', '143610.932500', '143611.392500', '143611.852500', '143612.312500', '143612.772500', '143613.232500', '143613.692500', '143614.152500', '143614.612500', '143615.072500', '143615.532500', '143615.992500', '143616.452500', '143616.912500', '143617.372500', '143617.832500', '143618.292500', '143618.752500', '143619.212500', '143619.672500', '143620.132500', '143620.592500', '143621.052500', '143621.512500', '143621.972500', '143622.432500', '143622.892500', '143623.352500', '143623.812500', '143624.272500', '143624.732500', '143625.192500', '143625.652500', '143626.112500', '143626.572500', '143627.032500', '143627.492500', '143627.952500', '143628.412500', '143628.872500', '143629.332500', '143629.792500', '143630.252500', '143630.712500', '143631.172500', '143631.632500', '143632.092500', '143632.552500', '143633.012500', '143633.472500', '143633.932500', '143634.392500', '143634.852500', '143635.312500', '143635.772500', '143636.232500', '143636.692500', '143637.152500', '143637.612500', '143638.072500', '143638.532500', '143638.992500', '143639.452500', '143639.912500', '143640.372500', '143640.832500', '143641.292500', '143641.752500', '143642.212500', '143642.672500', '143643.132500', '143643.592500', '143644.052500', '143644.512500', '143644.972500', '143645.432500', '143645.892500', '143646.352500', '143646.812500', '143647.272500', '143647.732500', '143648.192500', '143648.652500', '143649.112500', '143649.572500', '143650.032500', '143650.492500', '143650.952500', '143651.412500', '143651.872500', '143652.332500', '143652.792500', '143653.252500', '143653.712500', '143654.172500', '143654.632500', '143655.092500', '143655.552500', '143656.012500', '143656.472500', '143656.932500', '143657.392500', '143657.852500', '143658.312500', '143658.772500', '143659.232500', '143659.692500', '143700.152500', '143700.612500', '143701.072500', '143701.532500', '143701.992500', '143702.452500', '143702.912500', '143703.372500', '143703.832500', '143704.292500', '143704.752500', '143705.212500', '143705.672500', '143706.132500', '143706.592500', '143707.052500', '143707.512500', '143707.972500', '143708.432500', '143708.892500', '143709.352500', '143709.812500', '143710.272500', '143710.732500', '143711.192500', '143711.652500', '143712.112500', '143712.572500', '143713.032500', '143713.492500', '143713.952500', '143714.412500', '143714.872500', '143715.332500', '143715.792500', '143716.252500', '143716.712500', '143717.172500', '143717.632500', '143718.092500', '143718.552500', '143719.012500', '143719.472500', '143719.932500', '143720.392500', '143720.852500', '143721.312500', '143721.772500', '143722.232500', '143722.692500', '143723.152500', '143723.612500', '143724.072500', '143724.532500', '143724.992500', '143725.452500', '143725.912500', '143726.372500', '143726.832500', '143727.292500', '143727.752500', '143728.212500', '143728.672500', '143729.132500', '143729.592500', '143730.052500', '143730.512500', '143730.972500', '143731.432500', '143731.892500', '143732.352500', '143732.812500', '143733.272500', '143733.732500', '143734.192500', '143734.652500', '143735.112500', '143735.572500', '143736.032500', '143736.492500', '143736.952500', '143737.412500', '143737.872500', '143738.332500', '143738.792500', '143739.252500', '143739.712500', '143740.172500', '143740.632500', '143741.092500', '143741.552500', '143742.012500', '143742.472500', '143742.932500', '143743.392500', '143743.852500', '143744.312500', '143744.772500', '143745.232500', '143745.692500', '143746.152500', '143746.612500', '143747.072500', '143747.532500', '143747.992500', '143748.452500', '143748.912500', '143749.372500', '143749.832500', '143750.292500', '143750.752500', '143751.212500', '143751.672500', '143752.132500', '143752.592500', '143753.052500', '143753.512500', '143753.972500', '143754.432500', '143754.892500', '143755.352500', '143755.812500', '143756.272500', '143756.732500', '143757.192500', '143757.652500', '143758.112500', '143758.572500', '143759.032500', '143759.492500', '143759.952500', '143800.412500', '143800.872500', '143801.332500', '143801.792500', '143802.252500', '143802.712500', '143803.172500', '143803.632500', '143804.092500', '143804.552500', '143805.012500', '143805.472500', '143805.932500', '143806.392500', '143806.852500', '143807.312500', '143807.772500', '143808.232500', '143808.692500', '143809.152500', '143809.612500', '143810.072500', '143810.532500', '143810.992500', '143811.452500', '143811.912500', '143812.372500', '143812.832500', '143813.292500', '143813.752500', '143814.212500', '143814.672500', '143815.132500', '143815.592500', '143816.052500', '143816.512500', '143816.972500', '143817.432500', '143817.892500', '143818.352500', '143818.812500', '143819.272500', '143819.732500', '143820.192500', '143820.652500', '143821.112500', '143821.572500', '143822.032500', '143822.492500', '143822.952500', '143823.412500', '143823.872500', '143824.332500', '143824.792500', '143825.252500', '143825.712500', '143826.172500', '143826.632500', '143827.092500', '143827.552500', '143828.012500', '143828.472500', '143828.932500', '143829.392500', '143829.852500', '143830.312500', '143830.772500', '143831.232500', '143831.692500', '143832.152500', '143832.612500', '143833.072500', '143833.532500', '143833.992500', '143834.452500', '143834.912500', '143835.372500', '143835.832500', '143836.292500', '143836.752500', '143837.212500', '143837.672500', '143838.132500', '143838.592500', '143839.052500', '143839.512500', '143839.972500', '143840.432500', '143840.892500', '143841.352500', '143841.812500', '143842.272500', '143842.732500', '143843.192500', '143843.652500', '143844.112500', '143844.572500', '143845.032500', '143845.492500', '143845.952500', '143846.412500', '143846.872500', '143847.332500', '143847.792500', '143848.252500', '143848.712500', '143849.172500', '143849.632500', '143850.092500', '143850.552500', '143851.012500', '143851.472500', '143851.932500', '143852.392500', '143852.852500', '143853.312500', '143853.772500', '143854.232500', '143854.692500', '143855.152500', '143855.612500', '143856.072500', '143856.532500', '143856.992500', '143857.452500', '143857.912500', '143858.372500', '143858.832500', '143859.292500', '143859.752500', '143900.212500', '143900.672500', '143901.132500', '143901.592500', '143902.052500', '143902.512500', '143902.972500', '143903.432500', '143903.892500', '143904.352500', '143904.812500', '143905.272500', '143905.732500', '143906.192500', '143906.652500', '143907.112500', '143907.572500', '143908.032500', '143908.492500', '143908.952500', '143909.412500', '143909.872500', '143910.332500', '143910.792500', '143911.252500', '143911.712500', '143912.172500', '143912.632500', '143913.092500', '143913.552500', '143914.012500', '143914.472500', '143914.932500', '143915.392500', '143915.852500', '143916.312500', '143916.772500', '143917.232500', '143917.692500', '143918.152500', '143918.612500', '143919.072500', '143919.532500', '143919.992500', '143920.452500', '143920.912500', '143921.372500', '143921.832500', '143922.292500', '143922.752500', '143923.212500', '143923.672500', '143924.132500', '143924.592500', '143925.052500', '143925.512500', '143925.972500', '143926.432500', '143926.892500', '143927.352500', '143927.812500', '143928.272500', '143928.732500', '143929.192500', '143929.652500', '143930.112500', '143930.572500', '143931.032500', '143931.492500', '143931.952500', '143932.412500', '143932.872500', '143933.332500', '143933.792500', '143934.252500', '143934.712500', '143935.172500', '143935.632500', '143936.092500', '143936.552500', '143937.012500', '143937.472500', '143937.932500', '143938.392500', '143938.852500', '143939.312500', '143939.772500', '143940.232500', '143940.692500', '143941.152500', '143941.612500', '143942.072500', '143942.532500', '143942.992500', '143943.452500', '143943.912500', '143944.372500', '143944.832500', '143945.292500', '143945.752500', '143946.212500', '143946.672500', '143947.132500', '143947.592500', '143948.052500', '143948.512500', '143948.972500', '143949.432500', '143949.892500', '143950.352500', '143950.812500', '143951.272500', '143951.732500', '143952.192500', '143952.652500', '143953.112500', '143953.572500', '143954.032500', '143954.492500', '143954.952500', '143955.412500', '143955.872500', '143956.332500', '143956.792500', '143957.252500', '143957.712500', '143958.172500', '143958.632500', '143959.092500', '143959.552500', '144000.012500', '144000.472500', '144000.932500', '144001.392500', '144001.852500', '144002.312500', '144002.772500', '144003.232500', '144003.692500', '144004.152500', '144004.612500', '144005.072500', '144005.532500', '144005.992500', '144006.452500', '144006.912500', '144007.372500', '144007.832500', '144008.292500', '144008.752500', '144009.212500', '144009.672500', '144010.132500', '144010.592500', '144011.052500', '144011.512500', '144011.972500', '144012.432500', '144012.892500', '144013.352500', '144013.812500', '144014.272500', '144014.732500', '144015.192500', '144015.652500', '144016.112500', '144016.572500', '144017.032500', '144017.492500', '144017.952500', '144018.412500', '144018.872500', '144019.332500', '144019.792500', '144020.252500', '144020.712500', '144021.172500', '144021.632500', '144022.092500', '144022.552500', '144023.012500', '144023.472500', '144023.932500', '144024.392500', '144024.852500', '144025.312500', '144025.772500', '144026.232500', '144026.692500', '144027.152500', '144027.612500', '144028.072500', '144028.532500', '144028.992500', '144029.452500', '144029.912500', '144030.372500', '144030.832500', '144031.292500', '144031.752500', '144032.212500', '144032.672500', '144033.132500', '144033.592500', '144034.052500', '144034.512500', '144034.972500', '144035.432500', '144035.892500', '144036.352500', '144036.812500', '144037.272500', '144037.732500', '144038.192500', '144038.652500', '144039.112500', '144039.572500', '144040.032500', '144040.492500', '144040.952500', '144041.412500', '144041.872500', '144042.332500', '144042.792500', '144043.252500', '144043.712500', '144044.172500', '144044.632500', '144045.092500', '144045.552500', '144046.012500', '144046.472500', '144046.932500', '144047.392500', '144047.852500', '144048.312500', '144048.772500', '144049.232500', '144049.692500', '144050.152500', '144050.612500', '144051.072500', '144051.532500', '144051.992500', '144052.452500', '144052.912500', '144053.372500', '144053.832500', '144054.292500', '144054.752500', '144055.212500', '144055.672500', '144056.132500', '144056.592500', '144057.052500', '144057.512500', '144057.972500', '144058.432500', '144058.892500', '144059.352500', '144059.812500', '144100.272500', '144100.732500', '144101.192500', '144101.652500', '144102.112500', '144102.572500', '144103.032500', '144103.492500', '144103.952500', '144104.412500', '144104.872500', '144105.332500', '144105.792500', '144106.252500', '144106.712500', '144107.172500', '144107.632500', '144108.092500', '144108.552500', '144109.012500', '144109.472500', '144109.932500', '144110.392500', '144110.852500', '144111.312500', '144111.772500', '144112.232500', '144112.692500', '144113.152500', '144113.612500', '144114.072500', '144114.532500', '144114.992500', '144115.452500', '144115.912500', '144116.372500', '144116.832500', '144117.292500', '144117.752500', '144118.212500', '144118.672500', '144119.132500', '144119.592500', '144120.052500', '144120.512500', '144120.972500', '144121.432500', '144121.892500', '144122.352500', '144122.812500', '144123.272500', '144123.732500', '144124.192500', '144124.652500', '144125.112500', '144125.572500', '144126.032500', '144126.492500', '144126.952500', '144127.412500', '144127.872500', '144128.332500', '144128.792500', '144129.252500', '144129.712500', '144130.172500', '144130.632500', '144131.092500', '144131.552500', '144132.012500', '144132.472500', '144132.932500', '144133.392500', '144133.852500', '144134.312500', '144134.772500', '144135.232500', '144135.692500', '144136.152500', '144136.612500', '144137.072500', '144137.532500', '144137.992500', '144138.452500', '144138.912500', '144139.372500', '144139.832500', '144140.292500', '144140.752500', '144141.212500', '144141.672500', '144142.132500', '144142.592500', '144143.052500', '144143.512500', '144143.972500', '144144.432500', '144144.892500', '144145.352500', '144145.812500', '144146.272500', '144146.732500', '144147.192500', '144147.652500', '144148.112500', '144148.572500', '144149.032500', '144149.492500', '144149.952500', '144150.412500', '144150.872500', '144151.332500', '144151.792500', '144152.252500', '144152.712500', '144153.172500', '144153.632500', '144154.092500', '144154.552500', '144155.012500', '144155.472500', '144155.932500', '144156.392500', '144156.852500', '144157.312500', '144157.772500', '144158.232500', '144158.692500', '144159.152500', '144159.612500', '144200.072500', '144200.532500', '144200.992500', '144201.452500', '144201.912500', '144202.372500', '144202.832500', '144203.292500', '144203.752500', '144204.212500', '144204.672500', '144205.132500', '144205.592500', '144206.052500', '144206.512500', '144206.972500', '144207.432500', '144207.892500', '144208.352500', '144208.812500', '144209.272500', '144209.732500', '144210.192500', '144210.652500', '144211.112500', '144211.572500', '144212.032500', '144212.492500', '144212.952500', '144213.412500', '144213.872500', '144214.332500', '144214.792500', '144215.252500', '144215.712500', '144216.172500', '144216.632500', '144217.092500', '144217.552500', '144218.012500', '144218.472500', '144218.932500', '144219.392500', '144219.852500', '144220.312500', '144220.772500', '144221.232500', '144221.692500', '144222.152500', '144222.612500', '144223.072500', '144223.532500', '144223.992500', '144224.452500', '144224.912500', '144225.372500', '144225.832500', '144226.292500', '144226.752500', '144227.212500', '144227.672500', '144228.132500', '144228.592500', '144229.052500', '144229.512500', '144229.972500', '144230.432500', '144230.892500', '144231.352500', '144231.812500', '144232.272500', '144232.732500', '144233.192500', '144233.652500', '144234.112500', '144234.572500', '144235.032500', '144235.492500', '144235.952500', '144236.412500', '144236.872500', '144237.332500', '144237.792500', '144238.252500', '144238.712500', '144239.172500', '144239.632500', '144240.092500', '144240.552500', '144241.012500', '144241.472500', '144241.932500', '144242.392500', '144242.852500', '144243.312500', '144243.772500', '144244.232500', '144244.692500', '144245.152500', '144245.612500', '144246.072500', '144246.532500', '144246.992500', '144247.452500', '144247.912500', '144248.372500', '144248.832500', '144249.292500', '144249.752500', '144250.212500', '144250.672500', '144251.132500', '144251.592500', '144252.052500', '144252.512500', '144252.972500', '144253.432500', '144253.892500', '144254.352500', '144254.812500', '144255.272500', '144255.732500', '144256.192500', '144256.652500', '144257.112500', '144257.572500', '144258.032500', '144258.492500', '144258.952500', '144259.412500', '144259.872500', '144300.332500', '144300.792500', '144301.252500', '144301.712500', '144302.172500', '144302.632500', '144303.092500', '144303.552500'], 'ContentTime': ['143321.734000', '143321.737000', '143321.739000', '143321.742000', '143321.745000', '143321.747000', '143321.750000', '143321.753000', '143321.756000', '143321.758000', '143321.761000', '143321.763000', '143321.766000', '143321.769000', '143321.772000', '143321.774000', '143321.777000', '143321.779000', '143321.782000', '143321.784000', '143321.787000', '143321.789000', '143321.792000', '143321.795000', '143321.797000', '143321.800000', '143321.802000', '143321.805000', '143321.808000', '143321.812000', '143321.814000', '143321.817000', '143321.819000', '143321.822000', '143321.825000', '143321.827000', '143321.830000', '143321.832000', '143321.835000', '143321.837000', '143321.840000', '143321.842000', '143321.845000', '143321.848000', '143321.850000', '143321.853000', '143321.855000', '143321.858000', '143321.860000', '143321.863000', '143321.865000', '143321.868000', '143321.870000', '143321.873000', '143341.695000', '143341.699000', '143341.701000', '143341.704000', '143341.706000', '143341.709000', '143341.711000', '143341.714000', '143341.716000', '143341.719000', '143341.721000', '143341.724000', '143341.727000', '143341.729000', '143341.732000', '143341.734000', '143341.737000', '143341.740000', '143341.742000', '143341.747000', '143341.750000', '143341.752000', '143341.755000', '143341.757000', '143341.760000', '143341.762000', '143341.765000', '143341.768000', '143341.770000', '143341.773000', '143341.775000', '143341.778000', '143341.780000', '143341.783000', '143341.786000', '143341.788000', '143341.791000', '143341.793000', '143341.796000', '143341.798000', '143341.801000', '143341.803000', '143341.806000', '143341.809000', '143401.697000', '143401.700000', '143401.702000', '143401.705000', '143401.707000', '143401.710000', '143401.712000', '143401.715000', '143401.717000', '143401.720000', '143401.722000', '143401.725000', '143401.727000', '143401.730000', '143401.744000', '143401.747000', '143401.749000', '143401.752000', '143401.754000', '143401.757000', '143401.759000', '143401.762000', '143401.764000', '143401.767000', '143401.769000', '143401.772000', '143401.774000', '143401.777000', '143401.780000', '143401.782000', '143401.785000', '143401.787000', '143401.790000', '143401.792000', '143401.795000', '143401.797000', '143401.800000', '143401.803000', '143401.805000', '143401.808000', '143401.810000', '143401.813000', '143401.816000', '143421.696000', '143421.699000', '143421.702000', '143421.704000', '143421.707000', '143421.709000', '143421.712000', '143421.715000', '143421.717000', '143421.720000', '143421.722000', '143421.725000', '143421.727000', '143421.730000', '143421.733000', '143421.735000', '143421.738000', '143421.740000', '143421.743000', '143421.745000', '143421.748000', '143421.751000', '143421.753000', '143421.756000', '143421.758000', '143421.761000', '143421.763000', '143421.766000', '143421.769000', '143421.771000', '143421.774000', '143421.776000', '143421.779000', '143421.781000', '143421.784000', '143421.787000', '143421.789000', '143421.792000', '143421.794000', '143421.797000', '143421.799000', '143421.802000', '143421.805000', '143421.807000', '143441.696000', '143441.699000', '143441.702000', '143441.705000', '143441.707000', '143441.710000', '143441.712000', '143441.715000', '143441.717000', '143441.720000', '143441.728000', '143441.731000', '143441.734000', '143441.736000', '143441.739000', '143441.741000', '143441.744000', '143441.746000', '143441.749000', '143441.751000', '143441.754000', '143441.756000', '143441.759000', '143441.762000', '143441.764000', '143441.767000', '143441.769000', '143441.772000', '143441.775000', '143441.777000', '143441.780000', '143441.782000', '143441.785000', '143441.787000', '143441.790000', '143441.792000', '143441.795000', '143441.797000', '143441.800000', '143441.803000', '143441.806000', '143441.809000', '143441.811000', '143501.697000', '143501.700000', '143501.702000', '143501.705000', '143501.707000', '143501.710000', '143501.712000', '143501.715000', '143501.718000', '143501.720000', '143501.723000', '143501.725000', '143501.728000', '143501.731000', '143501.733000', '143501.736000', '143501.738000', '143501.741000', '143501.744000', '143501.749000', '143501.751000', '143501.754000', '143501.756000', '143501.759000', '143501.762000', '143501.764000', '143501.767000', '143501.769000', '143501.772000', '143501.775000', '143501.777000', '143501.780000', '143501.782000', '143501.785000', '143501.787000', '143501.790000', '143501.793000', '143501.795000', '143501.798000', '143501.800000', '143501.803000', '143501.806000', '143501.808000', '143501.811000', '143521.697000', '143521.699000', '143521.702000', '143521.705000', '143521.707000', '143521.710000', '143521.712000', '143521.715000', '143521.717000', '143521.720000', '143521.722000', '143521.725000', '143521.728000', '143521.730000', '143521.733000', '143521.735000', '143521.738000', '143521.740000', '143521.743000', '143521.745000', '143521.748000', '143521.751000', '143521.753000', '143521.756000', '143521.758000', '143521.761000', '143521.763000', '143521.766000', '143521.769000', '143521.771000', '143521.774000', '143521.776000', '143521.779000', '143521.781000', '143521.784000', '143521.786000', '143521.789000', '143521.792000', '143521.794000', '143521.797000', '143521.799000', '143521.802000', '143521.805000', '143541.695000', '143541.698000', '143541.701000', '143541.704000', '143541.706000', '143541.709000', '143541.711000', '143541.714000', '143541.716000', '143541.719000', '143541.733000', '143541.736000', '143541.738000', '143541.741000', '143541.745000', '143541.747000', '143541.750000', '143541.753000', '143541.755000', '143541.758000', '143541.760000', '143541.763000', '143541.766000', '143541.768000', '143541.771000', '143541.774000', '143541.776000', '143541.779000', '143541.781000', '143541.784000', '143541.786000', '143541.789000', '143541.792000', '143541.794000', '143541.797000', '143541.800000', '143541.802000', '143541.805000', '143541.807000', '143541.810000', '143541.813000', '143541.815000', '143541.818000', '143601.696000', '143601.698000', '143601.701000', '143601.704000', '143601.706000', '143601.709000', '143601.711000', '143601.714000', '143601.716000', '143601.719000', '143601.722000', '143601.724000', '143601.727000', '143601.729000', '143601.732000', '143601.735000', '143601.737000', '143601.740000', '143601.742000', '143601.745000', '143601.747000', '143601.750000', '143601.753000', '143601.755000', '143601.758000', '143601.760000', '143601.763000', '143601.765000', '143601.768000', '143601.771000', '143601.773000', '143601.776000', '143601.778000', '143601.781000', '143601.783000', '143601.786000', '143601.789000', '143601.791000', '143601.794000', '143601.796000', '143601.799000', '143601.802000', '143601.804000', '143601.807000', '143621.697000', '143621.700000', '143621.702000', '143621.705000', '143621.708000', '143621.710000', '143621.713000', '143621.716000', '143621.718000', '143621.721000', '143621.724000', '143621.726000', '143621.729000', '143621.731000', '143621.734000', '143621.737000', '143621.739000', '143621.742000', '143621.744000', '143621.747000', '143621.750000', '143621.752000', '143621.755000', '143621.757000', '143621.760000', '143621.763000', '143621.765000', '143621.768000', '143621.770000', '143621.773000', '143621.776000', '143621.778000', '143621.781000', '143621.783000', '143621.786000', '143621.789000', '143621.791000', '143621.794000', '143621.796000', '143621.799000', '143621.802000', '143621.804000', '143621.807000', '143641.697000', '143641.699000', '143641.702000', '143641.705000', '143641.707000', '143641.710000', '143641.712000', '143641.715000', '143641.717000', '143641.720000', '143641.723000', '143641.725000', '143641.728000', '143641.730000', '143641.733000', '143641.736000', '143641.738000', '143641.741000', '143641.743000', '143641.746000', '143641.748000', '143641.751000', '143641.753000', '143641.756000', '143641.759000', '143641.761000', '143641.764000', '143641.766000', '143641.769000', '143641.772000', '143641.774000', '143641.777000', '143641.779000', '143641.782000', '143641.784000', '143641.787000', '143641.790000', '143641.792000', '143641.795000', '143641.797000', '143641.861000', '143641.864000', '143641.866000', '143641.869000', '143701.696000', '143701.699000', '143701.702000', '143701.704000', '143701.707000', '143701.710000', '143701.712000', '143701.715000', '143701.717000', '143701.720000', '143701.723000', '143701.725000', '143701.728000', '143701.731000', '143701.733000', '143701.736000', '143701.738000', '143701.741000', '143701.743000', '143701.746000', '143701.749000', '143701.751000', '143701.754000', '143701.756000', '143701.759000', '143701.762000', '143701.764000', '143701.767000', '143701.769000', '143701.772000', '143701.774000', '143701.777000', '143701.780000', '143701.782000', '143701.785000', '143701.787000', '143701.790000', '143701.793000', '143701.795000', '143701.798000', '143701.837000', '143701.840000', '143701.842000', '143701.845000', '143721.697000', '143721.699000', '143721.702000', '143721.705000', '143721.707000', '143721.710000', '143721.712000', '143721.715000', '143721.718000', '143721.720000', '143721.723000', '143721.725000', '143721.728000', '143721.730000', '143721.733000', '143721.735000', '143721.738000', '143721.741000', '143721.743000', '143721.746000', '143721.748000', '143721.751000', '143721.754000', '143721.756000', '143721.759000', '143721.761000', '143721.764000', '143721.766000', '143721.769000', '143721.772000', '143721.774000', '143721.777000', '143721.779000', '143721.782000', '143721.784000', '143721.787000', '143721.790000', '143721.792000', '143721.795000', '143721.797000', '143721.842000', '143721.844000', '143721.847000', '143741.697000', '143741.699000', '143741.702000', '143741.704000', '143741.707000', '143741.710000', '143741.712000', '143741.715000', '143741.718000', '143741.721000', '143741.724000', '143741.727000', '143741.730000', '143741.732000', '143741.735000', '143741.737000', '143741.740000', '143741.743000', '143741.745000', '143741.748000', '143741.751000', '143741.753000', '143741.756000', '143741.758000', '143741.761000', '143741.763000', '143741.766000', '143741.769000', '143741.771000', '143741.774000', '143741.776000', '143741.779000', '143741.782000', '143741.784000', '143741.787000', '143741.789000', '143741.792000', '143741.794000', '143741.797000', '143741.850000', '143741.853000', '143741.855000', '143741.858000', '143741.861000', '143801.696000', '143801.698000', '143801.701000', '143801.704000', '143801.706000', '143801.709000', '143801.711000', '143801.714000', '143801.717000', '143801.719000', '143801.722000', '143801.724000', '143801.727000', '143801.729000', '143801.732000', '143801.735000', '143801.737000', '143801.740000', '143801.742000', '143801.745000', '143801.748000', '143801.750000', '143801.753000', '143801.755000', '143801.758000', '143801.760000', '143801.763000', '143801.765000', '143801.768000', '143801.770000', '143801.773000', '143801.776000', '143801.778000', '143801.781000', '143801.783000', '143801.786000', '143801.789000', '143801.791000', '143801.794000', '143801.796000', '143801.799000', '143801.841000', '143801.843000', '143821.696000', '143821.698000', '143821.701000', '143821.704000', '143821.706000', '143821.709000', '143821.712000', '143821.714000', '143821.717000', '143821.720000', '143821.723000', '143821.725000', '143821.728000', '143821.731000', '143821.733000', '143821.736000', '143821.738000', '143821.741000', '143821.744000', '143821.746000', '143821.749000', '143821.751000', '143821.754000', '143821.757000', '143821.759000', '143821.762000', '143821.764000', '143821.767000', '143821.769000', '143821.772000', '143821.774000', '143821.777000', '143821.780000', '143821.782000', '143821.785000', '143821.788000', '143821.790000', '143821.793000', '143821.795000', '143821.798000', '143821.835000', '143821.837000', '143821.840000', '143821.842000', '143841.696000', '143841.699000', '143841.702000', '143841.705000', '143841.707000', '143841.710000', '143841.712000', '143841.715000', '143841.718000', '143841.720000', '143841.723000', '143841.725000', '143841.728000', '143841.730000', '143841.733000', '143841.736000', '143841.748000', '143841.751000', '143841.754000', '143841.756000', '143841.759000', '143841.761000', '143841.764000', '143841.766000', '143841.769000', '143841.771000', '143841.774000', '143841.777000', '143841.779000', '143841.782000', '143841.784000', '143841.787000', '143841.790000', '143841.792000', '143841.795000', '143841.797000', '143841.841000', '143841.843000', '143841.846000', '143841.848000', '143841.851000', '143841.853000', '143841.856000', '143901.697000', '143901.700000', '143901.702000', '143901.705000', '143901.708000', '143901.711000', '143901.714000', '143901.717000', '143901.720000', '143901.722000', '143901.725000', '143901.727000', '143901.730000', '143901.732000', '143901.735000', '143901.738000', '143901.740000', '143901.743000', '143901.745000', '143901.748000', '143901.751000', '143901.753000', '143901.756000', '143901.758000', '143901.762000', '143901.765000', '143901.768000', '143901.770000', '143901.773000', '143901.775000', '143901.778000', '143901.781000', '143901.783000', '143901.786000', '143901.788000', '143901.791000', '143901.794000', '143901.796000', '143901.799000', '143901.851000', '143901.853000', '143901.856000', '143901.858000', '143921.697000', '143921.700000', '143921.702000', '143921.705000', '143921.708000', '143921.710000', '143921.713000', '143921.715000', '143921.718000', '143921.721000', '143921.723000', '143921.726000', '143921.728000', '143921.731000', '143921.733000', '143921.736000', '143921.739000', '143921.741000', '143921.744000', '143921.746000', '143921.749000', '143921.751000', '143921.754000', '143921.756000', '143921.759000', '143921.762000', '143921.764000', '143921.767000', '143921.769000', '143921.772000', '143921.775000', '143921.777000', '143921.780000', '143921.782000', '143921.785000', '143921.787000', '143921.790000', '143921.792000', '143921.795000', '143921.798000', '143921.835000', '143921.838000', '143921.840000', '143921.843000', '143941.697000', '143941.699000', '143941.702000', '143941.705000', '143941.707000', '143941.710000', '143941.712000', '143941.715000', '143941.718000', '143941.721000', '143941.724000', '143941.727000', '143941.729000', '143941.732000', '143941.735000', '143941.737000', '143941.740000', '143941.743000', '143941.745000', '143941.748000', '143941.750000', '143941.753000', '143941.756000', '143941.758000', '143941.761000', '143941.763000', '143941.766000', '143941.768000', '143941.771000', '143941.774000', '143941.776000', '143941.779000', '143941.781000', '143941.784000', '143941.786000', '143941.789000', '143941.792000', '143941.794000', '143941.797000', '143941.849000', '143941.851000', '143941.854000', '143941.857000', '144001.697000', '144001.699000', '144001.702000', '144001.705000', '144001.707000', '144001.710000', '144001.712000', '144001.715000', '144001.718000', '144001.720000', '144001.723000', '144001.725000', '144001.728000', '144001.740000', '144001.743000', '144001.745000', '144001.748000', '144001.750000', '144001.753000', '144001.755000', '144001.758000', '144001.761000', '144001.763000', '144001.766000', '144001.769000', '144001.771000', '144001.774000', '144001.776000', '144001.779000', '144001.782000', '144001.784000', '144001.787000', '144001.789000', '144001.792000', '144001.794000', '144001.797000', '144001.838000', '144001.840000', '144001.843000', '144001.845000', '144001.848000', '144001.851000', '144001.853000', '144001.856000', '144021.696000', '144021.699000', '144021.701000', '144021.704000', '144021.706000', '144021.709000', '144021.712000', '144021.714000', '144021.717000', '144021.719000', '144021.722000', '144021.724000', '144021.727000', '144021.730000', '144021.732000', '144021.735000', '144021.738000', '144021.740000', '144021.743000', '144021.746000', '144021.749000', '144021.752000', '144021.755000', '144021.757000', '144021.760000', '144021.762000', '144021.765000', '144021.768000', '144021.770000', '144021.773000', '144021.776000', '144021.778000', '144021.781000', '144021.783000', '144021.786000', '144021.788000', '144021.791000', '144021.793000', '144021.796000', '144021.800000', '144021.871000', '144021.874000', '144021.876000', '144041.696000', '144041.699000', '144041.702000', '144041.704000', '144041.707000', '144041.710000', '144041.712000', '144041.715000', '144041.717000', '144041.720000', '144041.722000', '144041.725000', '144041.728000', '144041.730000', '144041.733000', '144041.735000', '144041.738000', '144041.740000', '144041.743000', '144041.746000', '144041.748000', '144041.751000', '144041.753000', '144041.756000', '144041.758000', '144041.761000', '144041.763000', '144041.766000', '144041.769000', '144041.771000', '144041.774000', '144041.777000', '144041.779000', '144041.782000', '144041.784000', '144041.787000', '144041.790000', '144041.792000', '144041.795000', '144041.797000', '144041.832000', '144041.835000', '144041.837000', '144041.840000', '144101.697000', '144101.699000', '144101.702000', '144101.705000', '144101.707000', '144101.710000', '144101.712000', '144101.715000', '144101.718000', '144101.720000', '144101.723000', '144101.725000', '144101.728000', '144101.731000', '144101.733000', '144101.736000', '144101.738000', '144101.741000', '144101.743000', '144101.746000', '144101.749000', '144101.751000', '144101.754000', '144101.756000', '144101.759000', '144101.762000', '144101.764000', '144101.767000', '144101.770000', '144101.773000', '144101.776000', '144101.779000', '144101.781000', '144101.784000', '144101.786000', '144101.789000', '144101.791000', '144101.794000', '144101.797000', '144101.799000', '144101.856000', '144101.859000', '144101.861000', '144121.696000', '144121.699000', '144121.702000', '144121.704000', '144121.707000', '144121.710000', '144121.712000', '144121.715000', '144121.717000', '144121.720000', '144121.723000', '144121.725000', '144121.728000', '144121.730000', '144121.733000', '144121.735000', '144121.738000', '144121.741000', '144121.743000', '144121.746000', '144121.748000', '144121.751000', '144121.753000', '144121.756000', '144121.773000', '144121.775000', '144121.778000', '144121.780000', '144121.783000', '144121.785000', '144121.788000', '144121.791000', '144121.793000', '144121.796000', '144121.798000', '144121.801000', '144121.804000', '144121.806000', '144121.809000', '144121.811000', '144121.814000', '144121.817000', '144121.819000', '144121.822000', '144141.697000', '144141.700000', '144141.702000', '144141.705000', '144141.708000', '144141.710000', '144141.713000', '144141.715000', '144141.718000', '144141.721000', '144141.723000', '144141.726000', '144141.728000', '144141.731000', '144141.733000', '144141.736000', '144141.739000', '144141.741000', '144141.744000', '144141.746000', '144141.749000', '144141.752000', '144141.754000', '144141.757000', '144141.760000', '144141.762000', '144141.765000', '144141.767000', '144141.770000', '144141.773000', '144141.775000', '144141.778000', '144141.780000', '144141.783000', '144141.785000', '144141.788000', '144141.790000', '144141.793000', '144141.796000', '144141.799000', '144141.881000', '144141.884000', '144141.886000', '144201.697000', '144201.700000', '144201.702000', '144201.705000', '144201.707000', '144201.710000', '144201.712000', '144201.715000', '144201.718000', '144201.720000', '144201.723000', '144201.726000', '144201.728000', '144201.731000', '144201.733000', '144201.736000', '144201.738000', '144201.741000', '144201.744000', '144201.746000', '144201.749000', '144201.751000', '144201.754000', '144201.757000', '144201.759000', '144201.762000', '144201.764000', '144201.767000', '144201.770000', '144201.773000', '144201.775000', '144201.778000', '144201.780000', '144201.783000', '144201.785000', '144201.788000', '144201.791000', '144201.793000', '144201.796000', '144201.799000', '144201.875000', '144201.878000', '144201.881000', '144201.883000', '144221.697000', '144221.700000', '144221.702000', '144221.705000', '144221.708000', '144221.710000', '144221.713000', '144221.715000', '144221.718000', '144221.721000', '144221.723000', '144221.726000', '144221.729000', '144221.731000', '144221.734000', '144221.737000', '144221.740000', '144221.743000', '144221.746000', '144221.748000', '144221.751000', '144221.754000', '144221.756000', '144221.759000', '144221.761000', '144221.764000', '144221.767000', '144221.769000', '144221.772000', '144221.774000', '144221.777000', '144221.780000', '144221.782000', '144221.785000', '144221.787000', '144221.790000', '144221.793000', '144221.795000', '144221.798000', '144221.869000', '144221.872000', '144221.875000', '144221.877000', '144241.696000', '144241.698000', '144241.701000', '144241.704000', '144241.706000', '144241.709000', '144241.724000', '144241.727000', '144241.729000', '144241.732000', '144241.734000', '144241.737000', '144241.739000', '144241.742000', '144241.745000', '144241.747000', '144241.750000', '144241.752000', '144241.755000', '144241.757000', '144241.760000', '144241.763000', '144241.765000', '144241.772000', '144241.774000', '144241.777000', '144241.780000', '144241.782000', '144241.785000', '144241.787000', '144241.790000', '144241.792000', '144241.795000', '144241.797000', '144241.845000', '144241.848000', '144241.850000', '144241.853000', '144241.855000', '144241.858000', '144241.861000', '144241.863000', '144241.866000', '144241.868000', '144301.697000', '144301.699000', '144301.702000', '144301.705000', '144301.707000', '144301.710000', '144301.713000', '144301.715000', '144301.718000', '144301.720000', '144301.723000', '144301.726000', '144301.728000', '144301.731000', '144301.733000', '144301.736000', '144301.738000', '144301.741000', '144301.744000', '144301.746000', '144301.749000', '144301.751000', '144301.754000', '144301.757000', '144301.759000', '144301.762000', '144301.764000', '144301.767000', '144301.770000', '144301.772000', '144301.775000', '144301.777000', '144301.780000', '144301.782000', '144301.785000', '144301.788000', '144301.790000', '144301.793000', '144301.795000', '144301.798000', '144301.864000', '144301.867000', '144301.869000', '144304.590000', '144304.593000', '144304.595000', '144304.598000', '144304.601000', '144304.604000', '144304.607000'], 'InstanceCreationTime': ['143321.734000', '143321.737000', '143321.739000', '143321.742000', '143321.745000', '143321.747000', '143321.750000', '143321.753000', '143321.756000', '143321.758000', '143321.761000', '143321.763000', '143321.766000', '143321.769000', '143321.772000', '143321.774000', '143321.777000', '143321.779000', '143321.782000', '143321.784000', '143321.787000', '143321.789000', '143321.792000', '143321.795000', '143321.797000', '143321.800000', '143321.802000', '143321.805000', '143321.808000', '143321.812000', '143321.814000', '143321.817000', '143321.819000', '143321.822000', '143321.825000', '143321.827000', '143321.830000', '143321.832000', '143321.835000', '143321.837000', '143321.840000', '143321.842000', '143321.845000', '143321.848000', '143321.850000', '143321.853000', '143321.855000', '143321.858000', '143321.860000', '143321.863000', '143321.865000', '143321.868000', '143321.870000', '143321.873000', '143341.695000', '143341.699000', '143341.701000', '143341.704000', '143341.706000', '143341.709000', '143341.711000', '143341.714000', '143341.716000', '143341.719000', '143341.721000', '143341.724000', '143341.727000', '143341.729000', '143341.732000', '143341.734000', '143341.737000', '143341.740000', '143341.742000', '143341.747000', '143341.750000', '143341.752000', '143341.755000', '143341.757000', '143341.760000', '143341.762000', '143341.765000', '143341.768000', '143341.770000', '143341.773000', '143341.775000', '143341.778000', '143341.780000', '143341.783000', '143341.786000', '143341.788000', '143341.791000', '143341.793000', '143341.796000', '143341.798000', '143341.801000', '143341.803000', '143341.806000', '143341.809000', '143401.697000', '143401.700000', '143401.702000', '143401.705000', '143401.707000', '143401.710000', '143401.712000', '143401.715000', '143401.717000', '143401.720000', '143401.722000', '143401.725000', '143401.727000', '143401.730000', '143401.744000', '143401.747000', '143401.749000', '143401.752000', '143401.754000', '143401.757000', '143401.759000', '143401.762000', '143401.764000', '143401.767000', '143401.769000', '143401.772000', '143401.774000', '143401.777000', '143401.780000', '143401.782000', '143401.785000', '143401.787000', '143401.790000', '143401.792000', '143401.795000', '143401.797000', '143401.800000', '143401.803000', '143401.805000', '143401.808000', '143401.810000', '143401.813000', '143401.816000', '143421.696000', '143421.699000', '143421.702000', '143421.704000', '143421.707000', '143421.709000', '143421.712000', '143421.715000', '143421.717000', '143421.720000', '143421.722000', '143421.725000', '143421.727000', '143421.730000', '143421.733000', '143421.735000', '143421.738000', '143421.740000', '143421.743000', '143421.745000', '143421.748000', '143421.751000', '143421.753000', '143421.756000', '143421.758000', '143421.761000', '143421.763000', '143421.766000', '143421.769000', '143421.771000', '143421.774000', '143421.776000', '143421.779000', '143421.781000', '143421.784000', '143421.787000', '143421.789000', '143421.792000', '143421.794000', '143421.797000', '143421.799000', '143421.802000', '143421.805000', '143421.807000', '143441.696000', '143441.699000', '143441.702000', '143441.705000', '143441.707000', '143441.710000', '143441.712000', '143441.715000', '143441.717000', '143441.720000', '143441.728000', '143441.731000', '143441.734000', '143441.736000', '143441.739000', '143441.741000', '143441.744000', '143441.746000', '143441.749000', '143441.751000', '143441.754000', '143441.756000', '143441.759000', '143441.762000', '143441.764000', '143441.767000', '143441.769000', '143441.772000', '143441.775000', '143441.777000', '143441.780000', '143441.782000', '143441.785000', '143441.787000', '143441.790000', '143441.792000', '143441.795000', '143441.797000', '143441.800000', '143441.803000', '143441.806000', '143441.809000', '143441.811000', '143501.697000', '143501.700000', '143501.702000', '143501.705000', '143501.707000', '143501.710000', '143501.712000', '143501.715000', '143501.718000', '143501.720000', '143501.723000', '143501.725000', '143501.728000', '143501.731000', '143501.733000', '143501.736000', '143501.738000', '143501.741000', '143501.744000', '143501.749000', '143501.751000', '143501.754000', '143501.756000', '143501.759000', '143501.762000', '143501.764000', '143501.767000', '143501.769000', '143501.772000', '143501.775000', '143501.777000', '143501.780000', '143501.782000', '143501.785000', '143501.787000', '143501.790000', '143501.793000', '143501.795000', '143501.798000', '143501.800000', '143501.803000', '143501.806000', '143501.808000', '143501.811000', '143521.697000', '143521.699000', '143521.702000', '143521.705000', '143521.707000', '143521.710000', '143521.712000', '143521.715000', '143521.717000', '143521.720000', '143521.722000', '143521.725000', '143521.728000', '143521.730000', '143521.733000', '143521.735000', '143521.738000', '143521.740000', '143521.743000', '143521.745000', '143521.748000', '143521.751000', '143521.753000', '143521.756000', '143521.758000', '143521.761000', '143521.763000', '143521.766000', '143521.769000', '143521.771000', '143521.774000', '143521.776000', '143521.779000', '143521.781000', '143521.784000', '143521.786000', '143521.789000', '143521.792000', '143521.794000', '143521.797000', '143521.799000', '143521.802000', '143521.805000', '143541.695000', '143541.698000', '143541.701000', '143541.704000', '143541.706000', '143541.709000', '143541.711000', '143541.714000', '143541.716000', '143541.719000', '143541.733000', '143541.736000', '143541.738000', '143541.741000', '143541.745000', '143541.747000', '143541.750000', '143541.753000', '143541.755000', '143541.758000', '143541.760000', '143541.763000', '143541.766000', '143541.768000', '143541.771000', '143541.774000', '143541.776000', '143541.779000', '143541.781000', '143541.784000', '143541.786000', '143541.789000', '143541.792000', '143541.794000', '143541.797000', '143541.800000', '143541.802000', '143541.805000', '143541.807000', '143541.810000', '143541.813000', '143541.815000', '143541.818000', '143601.696000', '143601.698000', '143601.701000', '143601.704000', '143601.706000', '143601.709000', '143601.711000', '143601.714000', '143601.716000', '143601.719000', '143601.722000', '143601.724000', '143601.727000', '143601.729000', '143601.732000', '143601.735000', '143601.737000', '143601.740000', '143601.742000', '143601.745000', '143601.747000', '143601.750000', '143601.753000', '143601.755000', '143601.758000', '143601.760000', '143601.763000', '143601.765000', '143601.768000', '143601.771000', '143601.773000', '143601.776000', '143601.778000', '143601.781000', '143601.783000', '143601.786000', '143601.789000', '143601.791000', '143601.794000', '143601.796000', '143601.799000', '143601.802000', '143601.804000', '143601.807000', '143621.697000', '143621.700000', '143621.702000', '143621.705000', '143621.708000', '143621.710000', '143621.713000', '143621.716000', '143621.718000', '143621.721000', '143621.724000', '143621.726000', '143621.729000', '143621.731000', '143621.734000', '143621.737000', '143621.739000', '143621.742000', '143621.744000', '143621.747000', '143621.750000', '143621.752000', '143621.755000', '143621.757000', '143621.760000', '143621.763000', '143621.765000', '143621.768000', '143621.770000', '143621.773000', '143621.776000', '143621.778000', '143621.781000', '143621.783000', '143621.786000', '143621.789000', '143621.791000', '143621.794000', '143621.796000', '143621.799000', '143621.802000', '143621.804000', '143621.807000', '143641.697000', '143641.699000', '143641.702000', '143641.705000', '143641.707000', '143641.710000', '143641.712000', '143641.715000', '143641.717000', '143641.720000', '143641.723000', '143641.725000', '143641.728000', '143641.730000', '143641.733000', '143641.736000', '143641.738000', '143641.741000', '143641.743000', '143641.746000', '143641.748000', '143641.751000', '143641.753000', '143641.756000', '143641.759000', '143641.761000', '143641.764000', '143641.766000', '143641.769000', '143641.772000', '143641.774000', '143641.777000', '143641.779000', '143641.782000', '143641.784000', '143641.787000', '143641.790000', '143641.792000', '143641.795000', '143641.797000', '143641.861000', '143641.864000', '143641.866000', '143641.869000', '143701.696000', '143701.699000', '143701.702000', '143701.704000', '143701.707000', '143701.710000', '143701.712000', '143701.715000', '143701.717000', '143701.720000', '143701.723000', '143701.725000', '143701.728000', '143701.731000', '143701.733000', '143701.736000', '143701.738000', '143701.741000', '143701.743000', '143701.746000', '143701.749000', '143701.751000', '143701.754000', '143701.756000', '143701.759000', '143701.762000', '143701.764000', '143701.767000', '143701.769000', '143701.772000', '143701.774000', '143701.777000', '143701.780000', '143701.782000', '143701.785000', '143701.787000', '143701.790000', '143701.793000', '143701.795000', '143701.798000', '143701.837000', '143701.840000', '143701.842000', '143701.845000', '143721.697000', '143721.699000', '143721.702000', '143721.705000', '143721.707000', '143721.710000', '143721.712000', '143721.715000', '143721.718000', '143721.720000', '143721.723000', '143721.725000', '143721.728000', '143721.730000', '143721.733000', '143721.735000', '143721.738000', '143721.741000', '143721.743000', '143721.746000', '143721.748000', '143721.751000', '143721.754000', '143721.756000', '143721.759000', '143721.761000', '143721.764000', '143721.766000', '143721.769000', '143721.772000', '143721.774000', '143721.777000', '143721.779000', '143721.782000', '143721.784000', '143721.787000', '143721.790000', '143721.792000', '143721.795000', '143721.797000', '143721.842000', '143721.844000', '143721.847000', '143741.697000', '143741.699000', '143741.702000', '143741.704000', '143741.707000', '143741.710000', '143741.712000', '143741.715000', '143741.718000', '143741.721000', '143741.724000', '143741.727000', '143741.730000', '143741.732000', '143741.735000', '143741.737000', '143741.740000', '143741.743000', '143741.745000', '143741.748000', '143741.751000', '143741.753000', '143741.756000', '143741.758000', '143741.761000', '143741.763000', '143741.766000', '143741.769000', '143741.771000', '143741.774000', '143741.776000', '143741.779000', '143741.782000', '143741.784000', '143741.787000', '143741.789000', '143741.792000', '143741.794000', '143741.797000', '143741.850000', '143741.853000', '143741.855000', '143741.858000', '143741.861000', '143801.696000', '143801.698000', '143801.701000', '143801.704000', '143801.706000', '143801.709000', '143801.711000', '143801.714000', '143801.717000', '143801.719000', '143801.722000', '143801.724000', '143801.727000', '143801.729000', '143801.732000', '143801.735000', '143801.737000', '143801.740000', '143801.742000', '143801.745000', '143801.748000', '143801.750000', '143801.753000', '143801.755000', '143801.758000', '143801.760000', '143801.763000', '143801.765000', '143801.768000', '143801.770000', '143801.773000', '143801.776000', '143801.778000', '143801.781000', '143801.783000', '143801.786000', '143801.789000', '143801.791000', '143801.794000', '143801.796000', '143801.799000', '143801.841000', '143801.843000', '143821.696000', '143821.698000', '143821.701000', '143821.704000', '143821.706000', '143821.709000', '143821.712000', '143821.714000', '143821.717000', '143821.720000', '143821.723000', '143821.725000', '143821.728000', '143821.731000', '143821.733000', '143821.736000', '143821.738000', '143821.741000', '143821.744000', '143821.746000', '143821.749000', '143821.751000', '143821.754000', '143821.757000', '143821.759000', '143821.762000', '143821.764000', '143821.767000', '143821.769000', '143821.772000', '143821.774000', '143821.777000', '143821.780000', '143821.782000', '143821.785000', '143821.788000', '143821.790000', '143821.793000', '143821.795000', '143821.798000', '143821.835000', '143821.837000', '143821.840000', '143821.842000', '143841.696000', '143841.699000', '143841.702000', '143841.705000', '143841.707000', '143841.710000', '143841.712000', '143841.715000', '143841.718000', '143841.720000', '143841.723000', '143841.725000', '143841.728000', '143841.730000', '143841.733000', '143841.736000', '143841.748000', '143841.751000', '143841.754000', '143841.756000', '143841.759000', '143841.761000', '143841.764000', '143841.766000', '143841.769000', '143841.771000', '143841.774000', '143841.777000', '143841.779000', '143841.782000', '143841.784000', '143841.787000', '143841.790000', '143841.792000', '143841.795000', '143841.797000', '143841.841000', '143841.843000', '143841.846000', '143841.848000', '143841.851000', '143841.853000', '143841.856000', '143901.697000', '143901.700000', '143901.702000', '143901.705000', '143901.708000', '143901.711000', '143901.714000', '143901.717000', '143901.720000', '143901.722000', '143901.725000', '143901.727000', '143901.730000', '143901.732000', '143901.735000', '143901.738000', '143901.740000', '143901.743000', '143901.745000', '143901.748000', '143901.751000', '143901.753000', '143901.756000', '143901.758000', '143901.762000', '143901.765000', '143901.768000', '143901.770000', '143901.773000', '143901.775000', '143901.778000', '143901.781000', '143901.783000', '143901.786000', '143901.788000', '143901.791000', '143901.794000', '143901.796000', '143901.799000', '143901.851000', '143901.853000', '143901.856000', '143901.858000', '143921.697000', '143921.700000', '143921.702000', '143921.705000', '143921.708000', '143921.710000', '143921.713000', '143921.715000', '143921.718000', '143921.721000', '143921.723000', '143921.726000', '143921.728000', '143921.731000', '143921.733000', '143921.736000', '143921.739000', '143921.741000', '143921.744000', '143921.746000', '143921.749000', '143921.751000', '143921.754000', '143921.756000', '143921.759000', '143921.762000', '143921.764000', '143921.767000', '143921.769000', '143921.772000', '143921.775000', '143921.777000', '143921.780000', '143921.782000', '143921.785000', '143921.787000', '143921.790000', '143921.792000', '143921.795000', '143921.798000', '143921.835000', '143921.838000', '143921.840000', '143921.843000', '143941.697000', '143941.699000', '143941.702000', '143941.705000', '143941.707000', '143941.710000', '143941.712000', '143941.715000', '143941.718000', '143941.721000', '143941.724000', '143941.727000', '143941.729000', '143941.732000', '143941.735000', '143941.737000', '143941.740000', '143941.743000', '143941.745000', '143941.748000', '143941.750000', '143941.753000', '143941.756000', '143941.758000', '143941.761000', '143941.763000', '143941.766000', '143941.768000', '143941.771000', '143941.774000', '143941.776000', '143941.779000', '143941.781000', '143941.784000', '143941.786000', '143941.789000', '143941.792000', '143941.794000', '143941.797000', '143941.849000', '143941.851000', '143941.854000', '143941.857000', '144001.697000', '144001.699000', '144001.702000', '144001.705000', '144001.707000', '144001.710000', '144001.712000', '144001.715000', '144001.718000', '144001.720000', '144001.723000', '144001.725000', '144001.728000', '144001.740000', '144001.743000', '144001.745000', '144001.748000', '144001.750000', '144001.753000', '144001.755000', '144001.758000', '144001.761000', '144001.763000', '144001.766000', '144001.769000', '144001.771000', '144001.774000', '144001.776000', '144001.779000', '144001.782000', '144001.784000', '144001.787000', '144001.789000', '144001.792000', '144001.794000', '144001.797000', '144001.838000', '144001.840000', '144001.843000', '144001.845000', '144001.848000', '144001.851000', '144001.853000', '144001.856000', '144021.696000', '144021.699000', '144021.701000', '144021.704000', '144021.706000', '144021.709000', '144021.712000', '144021.714000', '144021.717000', '144021.719000', '144021.722000', '144021.724000', '144021.727000', '144021.730000', '144021.732000', '144021.735000', '144021.738000', '144021.740000', '144021.743000', '144021.746000', '144021.749000', '144021.752000', '144021.755000', '144021.757000', '144021.760000', '144021.762000', '144021.765000', '144021.768000', '144021.770000', '144021.773000', '144021.776000', '144021.778000', '144021.781000', '144021.783000', '144021.786000', '144021.788000', '144021.791000', '144021.793000', '144021.796000', '144021.800000', '144021.871000', '144021.874000', '144021.876000', '144041.696000', '144041.699000', '144041.702000', '144041.704000', '144041.707000', '144041.710000', '144041.712000', '144041.715000', '144041.717000', '144041.720000', '144041.722000', '144041.725000', '144041.728000', '144041.730000', '144041.733000', '144041.735000', '144041.738000', '144041.740000', '144041.743000', '144041.746000', '144041.748000', '144041.751000', '144041.753000', '144041.756000', '144041.758000', '144041.761000', '144041.763000', '144041.766000', '144041.769000', '144041.771000', '144041.774000', '144041.777000', '144041.779000', '144041.782000', '144041.784000', '144041.787000', '144041.790000', '144041.792000', '144041.795000', '144041.797000', '144041.832000', '144041.835000', '144041.837000', '144041.840000', '144101.697000', '144101.699000', '144101.702000', '144101.705000', '144101.707000', '144101.710000', '144101.712000', '144101.715000', '144101.718000', '144101.720000', '144101.723000', '144101.725000', '144101.728000', '144101.731000', '144101.733000', '144101.736000', '144101.738000', '144101.741000', '144101.743000', '144101.746000', '144101.749000', '144101.751000', '144101.754000', '144101.756000', '144101.759000', '144101.762000', '144101.764000', '144101.767000', '144101.770000', '144101.773000', '144101.776000', '144101.779000', '144101.781000', '144101.784000', '144101.786000', '144101.789000', '144101.791000', '144101.794000', '144101.797000', '144101.799000', '144101.856000', '144101.859000', '144101.861000', '144121.696000', '144121.699000', '144121.702000', '144121.704000', '144121.707000', '144121.710000', '144121.712000', '144121.715000', '144121.717000', '144121.720000', '144121.723000', '144121.725000', '144121.728000', '144121.730000', '144121.733000', '144121.735000', '144121.738000', '144121.741000', '144121.743000', '144121.746000', '144121.748000', '144121.751000', '144121.753000', '144121.756000', '144121.773000', '144121.775000', '144121.778000', '144121.780000', '144121.783000', '144121.785000', '144121.788000', '144121.791000', '144121.793000', '144121.796000', '144121.798000', '144121.801000', '144121.804000', '144121.806000', '144121.809000', '144121.811000', '144121.814000', '144121.817000', '144121.819000', '144121.822000', '144141.697000', '144141.700000', '144141.702000', '144141.705000', '144141.708000', '144141.710000', '144141.713000', '144141.715000', '144141.718000', '144141.721000', '144141.723000', '144141.726000', '144141.728000', '144141.731000', '144141.733000', '144141.736000', '144141.739000', '144141.741000', '144141.744000', '144141.746000', '144141.749000', '144141.752000', '144141.754000', '144141.757000', '144141.760000', '144141.762000', '144141.765000', '144141.767000', '144141.770000', '144141.773000', '144141.775000', '144141.778000', '144141.780000', '144141.783000', '144141.785000', '144141.788000', '144141.790000', '144141.793000', '144141.796000', '144141.799000', '144141.881000', '144141.884000', '144141.886000', '144201.697000', '144201.700000', '144201.702000', '144201.705000', '144201.707000', '144201.710000', '144201.712000', '144201.715000', '144201.718000', '144201.720000', '144201.723000', '144201.726000', '144201.728000', '144201.731000', '144201.733000', '144201.736000', '144201.738000', '144201.741000', '144201.744000', '144201.746000', '144201.749000', '144201.751000', '144201.754000', '144201.757000', '144201.759000', '144201.762000', '144201.764000', '144201.767000', '144201.770000', '144201.773000', '144201.775000', '144201.778000', '144201.780000', '144201.783000', '144201.785000', '144201.788000', '144201.791000', '144201.793000', '144201.796000', '144201.799000', '144201.875000', '144201.878000', '144201.881000', '144201.883000', '144221.697000', '144221.700000', '144221.702000', '144221.705000', '144221.708000', '144221.710000', '144221.713000', '144221.715000', '144221.718000', '144221.721000', '144221.723000', '144221.726000', '144221.729000', '144221.731000', '144221.734000', '144221.737000', '144221.740000', '144221.743000', '144221.746000', '144221.748000', '144221.751000', '144221.754000', '144221.756000', '144221.759000', '144221.761000', '144221.764000', '144221.767000', '144221.769000', '144221.772000', '144221.774000', '144221.777000', '144221.780000', '144221.782000', '144221.785000', '144221.787000', '144221.790000', '144221.793000', '144221.795000', '144221.798000', '144221.869000', '144221.872000', '144221.875000', '144221.877000', '144241.696000', '144241.698000', '144241.701000', '144241.704000', '144241.706000', '144241.709000', '144241.724000', '144241.727000', '144241.729000', '144241.732000', '144241.734000', '144241.737000', '144241.739000', '144241.742000', '144241.745000', '144241.747000', '144241.750000', '144241.752000', '144241.755000', '144241.757000', '144241.760000', '144241.763000', '144241.765000', '144241.772000', '144241.774000', '144241.777000', '144241.780000', '144241.782000', '144241.785000', '144241.787000', '144241.790000', '144241.792000', '144241.795000', '144241.797000', '144241.845000', '144241.848000', '144241.850000', '144241.853000', '144241.855000', '144241.858000', '144241.861000', '144241.863000', '144241.866000', '144241.868000', '144301.697000', '144301.699000', '144301.702000', '144301.705000', '144301.707000', '144301.710000', '144301.713000', '144301.715000', '144301.718000', '144301.720000', '144301.723000', '144301.726000', '144301.728000', '144301.731000', '144301.733000', '144301.736000', '144301.738000', '144301.741000', '144301.744000', '144301.746000', '144301.749000', '144301.751000', '144301.754000', '144301.757000', '144301.759000', '144301.762000', '144301.764000', '144301.767000', '144301.770000', '144301.772000', '144301.775000', '144301.777000', '144301.780000', '144301.782000', '144301.785000', '144301.788000', '144301.790000', '144301.793000', '144301.795000', '144301.798000', '144301.864000', '144301.867000', '144301.869000', '144304.590000', '144304.593000', '144304.595000', '144304.598000', '144304.601000', '144304.604000', '144304.607000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [14929, 10482, 12708, 8809, 12289, 8757, 16825, 8249, 16308, 8840, 16354, 8636, 10300, 8452, 10280, 8301, 10402, 7484, 10200, 7811, 9541, 9256, 8772, 9654, 8351, 10584, 8118, 9596, 8035, 8273, 8111, 8311, 8227, 10549, 8877, 10533, 8931, 9206, 8174, 9596, 7963, 11116, 9116, 10038, 9022, 9098, 8661, 9700, 9439, 11553, 10632, 10551, 10439, 9788, 9368, 10242, 9821, 11555, 10374, 10310, 10105, 9746, 9741, 9820, 10228, 9025, 11422, 9825, 10292, 8837, 14909, 10134, 13769, 8538, 10142, 10320, 8554, 12127, 8931, 13407, 9445, 17588, 8158, 15176, 8137, 17496, 8994, 19989, 8562, 16063, 8596, 15870, 8530, 14907, 8486, 10016, 8486, 10851, 9053, 7566, 10254, 7742, 11741, 8036, 10326, 8837, 8964, 11095, 8137, 11960, 8224, 12127, 8899, 17547, 8490, 13606, 8550, 10934, 8670, 11716, 8867, 10813, 9554, 8243, 9342, 8446, 9824, 9073, 10983, 9581, 13038, 8176, 10097, 8802, 11348, 10322, 8440, 11496, 8499, 11318, 8508, 11125, 9583, 11817, 7611, 9958, 7801, 9541, 8008, 10039, 7287, 10175, 8014, 9560, 7490, 9709, 7474, 9503, 9443, 9710, 10165, 9292, 8275, 9052, 8238, 9142, 8524, 9699, 9866, 9870, 9945, 13985, 9006, 14148, 8714, 11669, 9796, 12360, 9659, 13821, 9444, 10882, 9883, 13416, 10165, 14508, 9890, 14003, 8916, 14165, 9368, 14366, 10131, 14610, 9118, 14256, 8914, 14336, 9066, 14521, 9600, 13228, 8111, 8689, 8212, 9304, 9848, 11953, 11460, 9911, 10876, 7747, 10283, 9377, 10662, 8348, 11933, 7805, 10586, 7885, 9590, 7344, 10255, 7600, 11205, 8313, 9755, 7756, 9270, 8321, 9722, 8887, 10498, 7524, 9421, 7807, 9098, 7256, 9517, 7276, 10194, 8652, 9886, 8161, 9647, 8368, 10055, 9292, 10981, 9633, 10437, 8756, 9655, 8721, 9907, 9859, 13965, 9690, 12905, 8333, 14357, 8437, 14046, 10048, 13786, 9366, 10445, 8359, 10900, 8257, 13801, 9022, 14139, 9492, 13988, 8442, 14429, 8491, 13624, 8568, 10279, 9293, 8813, 9136, 9750, 9453, 13312, 9799, 10936, 9765, 8962, 9260, 9204, 8958, 10188, 9494, 8766, 10071, 7552, 9736, 7878, 10123, 9536, 11707, 9573, 14617, 8693, 12865, 8509, 13909, 9732, 13520, 8771, 8066, 8455, 8476, 8650, 10088, 9961, 9438, 10611, 8702, 10116, 9055, 10250, 10893, 10622, 9428, 10169, 7883, 9776, 7958, 9933, 7467, 11298, 8223, 11179, 8018, 10554, 7486, 10615, 7622, 11092, 7859, 10151, 7839, 9632, 7860, 9899, 8961, 10893, 9087, 11120, 7837, 10794, 8125, 10841, 7978, 10971, 8080, 10730, 7882, 10338, 7534, 10329, 8162, 11038, 8626, 11297, 7743, 10670, 7802, 11148, 8481, 11481, 8563, 11162, 7849, 9883, 7640, 9947, 8707, 10691, 8630, 11109, 7710, 10438, 7839, 10579, 8296, 11493, 8310, 11520, 7845, 10573, 7955, 11473, 8288, 12269, 8630, 12006, 8237, 11646, 8021, 12019, 8962, 12189, 8821, 13664, 8583, 10593, 8448, 10908, 8644, 13618, 8304, 12574, 8270, 11102, 8075, 11201, 8416, 13080, 8322, 8837, 7832, 7208, 7790, 8946, 8979, 10191, 11009, 8736, 11004, 9223, 10971, 9653, 10969, 12771, 11623, 10918, 10662, 8456, 9484, 11514, 9313, 14153, 9898, 13681, 9579, 12424, 8794, 13467, 8836, 14153, 9571, 13228, 8668, 8053, 8734, 9509, 9979, 10284, 11500, 8107, 11668, 9284, 11559, 10657, 10876, 9557, 10690, 8826, 9931, 8694, 9224, 11557, 9277, 10068, 9390, 9787, 8652, 12946, 8187, 13252, 8913, 12387, 9122, 8455, 8749, 8539, 8683, 10256, 9702, 10141, 10822, 8626, 10724, 8290, 10445, 8912, 10587, 12223, 10647, 8702, 10017, 7692, 9637, 8864, 9775, 10022, 10558, 8353, 10527, 7738, 9540, 8462, 9587, 9938, 11111, 8211, 11300, 7980, 12314, 9125, 13256, 9964, 13345, 9155, 13276, 8517, 11929, 8802, 11569, 9332, 13251, 8987, 12042, 8524, 12455, 8396, 11297, 8764, 7775, 9656, 8018, 9642, 9108, 10854, 9012, 12787, 9195, 12868, 8829, 12768, 9455, 13479, 9459, 12595, 8166, 11138, 8081, 10414, 7610, 10715, 8368, 10264, 7716, 9135, 7856, 9436, 8252, 10726, 9363, 12127, 8404, 11187, 8057, 10823, 8554, 11836, 9832, 13305, 9590, 12621, 8307, 11369, 8191, 11030, 9380, 10597, 8364, 10711, 7595, 7389, 9076, 6982, 7338, 13959, 9162, 11765, 14329, 9554, 16198, 9599, 16296, 11025, 18987, 11395, 19837, 12251, 10798, 10379, 7835, 9763, 7764, 10568, 8514, 12750, 9078, 11860, 8085, 13869, 7793, 11966, 8685, 9574, 10352, 7895, 10411, 7585, 9552, 7423, 10265, 7850, 11616, 9198, 12028, 8927, 7621, 8225, 8111, 8377, 10049, 10213, 8289, 11592, 8643, 10900, 8628, 11991, 9523, 12654, 9380, 11898, 8219, 10751, 7705, 10381, 7984, 11344, 8339, 8423, 7936, 13301, 8530, 10696, 9305, 11467, 9520, 12358, 9746, 11666, 8577, 11467, 8217, 12186, 10773, 15677, 10779, 14718, 8955, 13750, 8820, 13799, 10422, 13423, 9394, 12088, 8819, 10376, 9985, 9818, 10287, 9356, 7659, 8155, 9834, 7691, 13679, 9567, 14010, 9922, 14463, 8754, 11595, 8470, 12351, 10559, 12910, 9230, 11662, 8557, 11358, 9392, 12968, 10796, 14399, 9926, 14542, 9772, 16948, 10842, 14253, 11504, 17621, 9276, 11704, 8120, 10037, 7832, 10078, 8622, 10560, 8190, 12546, 8076, 11934, 8723, 9836, 9414, 13794, 8777, 11986, 8104, 10116, 8632, 11317, 9873, 12174, 9399, 11627, 8124, 10096, 8702, 14199, 10600, 16698, 10515, 14439, 9322, 14061, 8992, 14429, 10687, 15030, 9458, 11928, 8564, 10962, 7945, 11552, 8823, 12293, 8291, 11059, 7557, 9369, 8267, 9505, 8125, 11017, 7764, 10550, 7716, 10489, 8532, 11615, 8833, 11471, 8403, 10459, 8504, 9336, 9985, 10095, 9930, 9697, 7779, 8994, 8922, 8527, 13755, 9111, 13480, 9732, 14244, 8844, 9693, 8238, 9628, 8509, 13183, 10483, 13554, 10196, 13736, 9434, 12241, 8621, 11110, 8447, 10671, 9126, 10188, 8963, 9504, 7740, 9410, 7734, 9479, 9752, 10973, 9372, 11453, 8310, 10527, 8087, 11203, 10508, 12595, 9498, 11640, 8232, 10877, 8687, 11046, 8168, 14367, 7744, 7650, 9050, 8471, 10008, 10639, 12854, 8896, 10706, 8691, 9494, 9275, 9415, 15438, 10723, 15310, 9957, 13648, 8614, 15505, 8533, 13878, 9443, 14671, 9095, 12691, 7826, 13532, 8012, 14465, 7948, 14379, 8343, 13813, 8020, 11007, 8341, 11372, 9507, 12115, 9229, 10884, 7873, 9114, 7754, 8475, 8605, 9526, 8607, 9734, 7666, 8241, 7712, 8436, 10011, 9314, 9496, 10261, 7849, 9335, 7519, 8859, 8348, 9732, 9704, 10971, 9714, 10768, 8033, 9226, 7920, 8709, 9957, 9778, 9863, 10076, 8616, 9372, 14108, 9215, 13409, 10716, 12606, 9904, 11996, 8672, 10085, 8393, 9092, 8176, 9182, 9203, 10201, 8549, 10589, 9157, 10977, 9197, 12071, 10495, 13089, 11124, 10820, 10580, 12318, 10648, 16581, 11820, 17403, 11759, 15796, 9925, 12979, 9240, 13213, 11086, 14215, 9809, 12816, 8718, 11291, 8281, 11719, 9900, 13048, 8972, 9405, 7924, 7660, 8922, 9728, 11797, 8907, 12948, 8260, 11265, 9199, 10208, 10860, 10185, 8948, 9551, 7876, 8587, 9365, 8322, 10241, 9305, 8738, 9998, 7805, 9421, 10471, 9201, 12460, 9757, 13712, 9282, 13265, 9075, 12955, 8851, 11827, 9672, 9500, 8195, 7496, 9275, 8858, 10261, 10529, 12298, 12058, 12005, 9135, 10750, 8433, 10317, 11553, 10743, 10437, 10812, 9178, 9946, 13609, 9225, 14199, 10204, 10316, 9404, 8044, 9431, 9288, 9691, 13776, 10098, 13153, 9315, 12828, 8806, 12024, 9063, 11563, 8341, 9929, 8615, 9058, 8422, 8832, 8797, 9781, 8874, 9531, 8610, 9657, 8364, 10120, 8899, 10783, 9220, 8930, 11666, 8486, 13109, 8445, 12444, 8288, 11377, 7891, 9358, 7773, 8607, 8205, 9979, 8979, 11323, 8684, 12427, 8356, 12617, 9290, 13274, 9885, 13564, 9137, 11575, 9514, 10487, 11189, 11233, 10747, 10627, 14324, 9457, 14851, 9735, 13336, 7878, 10139, 9478, 8592, 13508, 8137, 12833, 7897, 9807, 8168, 9230, 8005, 9708, 8607, 9698, 8166, 9113, 8691, 8570, 9825, 8552, 12905, 8198, 12929, 7822, 10863, 7899, 9323, 7307, 8806, 7619, 8235, 8677, 8739, 8367, 9313, 7835, 9680, 7855, 10550, 8717, 13419, 10520, 14166, 10076, 12399, 8812, 11662, 8769, 13333, 10008, 13575, 8745, 12320, 8143, 11693, 9067, 13133, 9563, 12486, 8217, 11052, 8020, 11640, 8968, 13730, 8971, 12290, 8224, 11353, 7930, 11865, 7955, 11216, 7979, 9840, 9081, 9477, 10437, 9938, 9170, 9818, 8587, 9018, 8558, 9390, 7589, 9424, 7588, 8780, 8606, 8884, 8980, 10149, 8194, 10863, 8031, 12445, 8581, 11942, 8532, 12431, 11131, 11196, 11402, 10164, 11201, 12634, 10895, 14379, 11407, 15390, 10705, 12946, 9425, 13871, 8724, 14280, 9915, 13747, 9144, 12119, 8062, 10261, 7645, 13022, 8496, 7948, 8448, 7938, 12104, 8097, 13425, 9737, 11687, 10708, 8391, 10605, 9229, 11037, 13309, 11909, 10604, 11909, 8778, 11186, 9360, 11049, 11970, 11021, 9385, 10271, 7834, 8841, 7875, 8513, 8981, 9109, 8094, 9658, 8066, 8854, 9254, 8803, 12146, 10106, 9641, 11135, 8108, 10033, 8187, 11116, 8974, 13571, 10306, 11080, 9083, 9087, 9133, 12205, 11263, 11199, 12952, 9105, 12689, 8455, 11847, 9185, 13404, 9767, 8896, 9193, 8496, 9414, 8174, 12370, 9451, 13099, 8742, 11999, 8568, 13201, 9790, 11092, 10587, 7723, 10579, 9945, 10898, 13157, 11627, 10299, 10672, 10486, 9086, 14168], 'WindowCenter': [4598.0, 4532.0, 4534.0, 4471.0, 4496.0, 4453.0, 4522.0, 4442.0, 4510.0, 4451.0, 4511.0, 4441.0, 4458.0, 4429.0, 4446.0, 4430.0, 4459.0, 4408.0, 4459.0, 4420.0, 4449.0, 4449.0, 4439.0, 4450.0, 4440.0, 4469.0, 4432.0, 4461.0, 4432.0, 4443.0, 4442.0, 4444.0, 4456.0, 4486.0, 4467.0, 4486.0, 4467.0, 4466.0, 4456.0, 4475.0, 4446.0, 4485.0, 4466.0, 4476.0, 4466.0, 4466.0, 4456.0, 4476.0, 4467.0, 4496.0, 4484.0, 4486.0, 4483.0, 4476.0, 4462.0, 4473.0, 4475.0, 4484.0, 4475.0, 4475.0, 4474.0, 4464.0, 4463.0, 4474.0, 4473.0, 4479.0, 4494.0, 4473.0, 4471.0, 4465.0, 4525.0, 4483.0, 4515.0, 4456.0, 4485.0, 4485.0, 4453.0, 4495.0, 4465.0, 4502.0, 4465.0, 4522.0, 4430.0, 4500.0, 4432.0, 4510.0, 4441.0, 4520.0, 4430.0, 4498.0, 4440.0, 4496.0, 4428.0, 4497.0, 4428.0, 4446.0, 4428.0, 4458.0, 4437.0, 4418.0, 4458.0, 4419.0, 4478.0, 4431.0, 4472.0, 4452.0, 4452.0, 4482.0, 4444.0, 4482.0, 4440.0, 4481.0, 4440.0, 4510.0, 4440.0, 4487.0, 4440.0, 4458.0, 4439.0, 4469.0, 4437.0, 4469.0, 4449.0, 4430.0, 4449.0, 4430.0, 4449.0, 4449.0, 4471.0, 4462.0, 4491.0, 4442.0, 4471.0, 4452.0, 4482.0, 4471.0, 4443.0, 4479.0, 4440.0, 4471.0, 4441.0, 4470.0, 4450.0, 4469.0, 4418.0, 4447.0, 4407.0, 4436.0, 4418.0, 4448.0, 4407.0, 4447.0, 4418.0, 4435.0, 4407.0, 4436.0, 4406.0, 4436.0, 4448.0, 4448.0, 4461.0, 4450.0, 4430.0, 4439.0, 4440.0, 4446.0, 4441.0, 4461.0, 4475.0, 4473.0, 4474.0, 4515.0, 4466.0, 4504.0, 4455.0, 4484.0, 4473.0, 4493.0, 4465.0, 4503.0, 4464.0, 4471.0, 4460.0, 4492.0, 4474.0, 4502.0, 4474.0, 4502.0, 4453.0, 4501.0, 4453.0, 4502.0, 4471.0, 4512.0, 4452.0, 4502.0, 4455.0, 4502.0, 4454.0, 4502.0, 4463.0, 4501.0, 4443.0, 4451.0, 4440.0, 4452.0, 4464.0, 4482.0, 4482.0, 4463.0, 4472.0, 4422.0, 4461.0, 4452.0, 4462.0, 4431.0, 4470.0, 4420.0, 4456.0, 4419.0, 4437.0, 4405.0, 4459.0, 4418.0, 4468.0, 4430.0, 4448.0, 4416.0, 4438.0, 4429.0, 4449.0, 4439.0, 4459.0, 4420.0, 4437.0, 4420.0, 4439.0, 4421.0, 4451.0, 4422.0, 4461.0, 4441.0, 4461.0, 4442.0, 4450.0, 4442.0, 4459.0, 4453.0, 4468.0, 4461.0, 4469.0, 4443.0, 4449.0, 4441.0, 4461.0, 4461.0, 4502.0, 4465.0, 4492.0, 4441.0, 4501.0, 4440.0, 4503.0, 4464.0, 4502.0, 4451.0, 4472.0, 4440.0, 4469.0, 4444.0, 4502.0, 4450.0, 4501.0, 4461.0, 4488.0, 4427.0, 4489.0, 4442.0, 4491.0, 4440.0, 4458.0, 4449.0, 4437.0, 4451.0, 4448.0, 4451.0, 4490.0, 4451.0, 4459.0, 4450.0, 4437.0, 4438.0, 4437.0, 4439.0, 4459.0, 4451.0, 4440.0, 4459.0, 4422.0, 4450.0, 4430.0, 4461.0, 4464.0, 4480.0, 4464.0, 4502.0, 4442.0, 4491.0, 4443.0, 4490.0, 4450.0, 4491.0, 4442.0, 4430.0, 4427.0, 4430.0, 4439.0, 4461.0, 4462.0, 4453.0, 4472.0, 4441.0, 4461.0, 4437.0, 4462.0, 4471.0, 4460.0, 4450.0, 4459.0, 4429.0, 4448.0, 4431.0, 4461.0, 4422.0, 4471.0, 4442.0, 4469.0, 4431.0, 4460.0, 4423.0, 4457.0, 4421.0, 4471.0, 4428.0, 4461.0, 4418.0, 4447.0, 4433.0, 4463.0, 4452.0, 4470.0, 4453.0, 4483.0, 4434.0, 4470.0, 4433.0, 4474.0, 4430.0, 4473.0, 4433.0, 4471.0, 4432.0, 4459.0, 4418.0, 4458.0, 4433.0, 4469.0, 4442.0, 4471.0, 4423.0, 4459.0, 4420.0, 4471.0, 4441.0, 4471.0, 4431.0, 4467.0, 4420.0, 4446.0, 4419.0, 4450.0, 4441.0, 4458.0, 4439.0, 4470.0, 4420.0, 4457.0, 4419.0, 4460.0, 4431.0, 4471.0, 4432.0, 4469.0, 4431.0, 4460.0, 4431.0, 4468.0, 4432.0, 4479.0, 4441.0, 4479.0, 4429.0, 4468.0, 4430.0, 4480.0, 4440.0, 4479.0, 4438.0, 4489.0, 4440.0, 4457.0, 4432.0, 4471.0, 4439.0, 4489.0, 4428.0, 4477.0, 4440.0, 4469.0, 4442.0, 4472.0, 4442.0, 4490.0, 4432.0, 4441.0, 4422.0, 4421.0, 4432.0, 4455.0, 4465.0, 4477.0, 4487.0, 4454.0, 4485.0, 4462.0, 4474.0, 4451.0, 4475.0, 4495.0, 4483.0, 4471.0, 4472.0, 4430.0, 4450.0, 4470.0, 4451.0, 4490.0, 4451.0, 4489.0, 4452.0, 4479.0, 4438.0, 4489.0, 4441.0, 4489.0, 4451.0, 4490.0, 4441.0, 4429.0, 4443.0, 4451.0, 4461.0, 4461.0, 4481.0, 4432.0, 4483.0, 4452.0, 4482.0, 4462.0, 4459.0, 4450.0, 4457.0, 4439.0, 4449.0, 4427.0, 4451.0, 4469.0, 4439.0, 4447.0, 4448.0, 4449.0, 4439.0, 4480.0, 4445.0, 4492.0, 4452.0, 4481.0, 4452.0, 4430.0, 4441.0, 4441.0, 4440.0, 4462.0, 4461.0, 4474.0, 4471.0, 4441.0, 4473.0, 4430.0, 4461.0, 4440.0, 4472.0, 4479.0, 4461.0, 4438.0, 4461.0, 4419.0, 4447.0, 4439.0, 4447.0, 4447.0, 4462.0, 4428.0, 4471.0, 4420.0, 4451.0, 4431.0, 4452.0, 4452.0, 4471.0, 4441.0, 4469.0, 4431.0, 4482.0, 4467.0, 4493.0, 4463.0, 4491.0, 4452.0, 4488.0, 4441.0, 4481.0, 4453.0, 4470.0, 4451.0, 4488.0, 4451.0, 4481.0, 4442.0, 4491.0, 4445.0, 4480.0, 4441.0, 4435.0, 4462.0, 4441.0, 4464.0, 4456.0, 4482.0, 4456.0, 4494.0, 4463.0, 4491.0, 4454.0, 4491.0, 4451.0, 4491.0, 4451.0, 4493.0, 4431.0, 4459.0, 4420.0, 4461.0, 4421.0, 4461.0, 4430.0, 4459.0, 4423.0, 4448.0, 4444.0, 4452.0, 4446.0, 4474.0, 4463.0, 4495.0, 4445.0, 4485.0, 4442.0, 4470.0, 4443.0, 4480.0, 4465.0, 4493.0, 4463.0, 4478.0, 4430.0, 4483.0, 4432.0, 4485.0, 4458.0, 4478.0, 4456.0, 4443.0, 4405.0, 4423.0, 4465.0, 4424.0, 4435.0, 4528.0, 4480.0, 4506.0, 4515.0, 4476.0, 4524.0, 4465.0, 4512.0, 4461.0, 4510.0, 4471.0, 4508.0, 4470.0, 4447.0, 4437.0, 4396.0, 4435.0, 4396.0, 4446.0, 4416.0, 4465.0, 4428.0, 4457.0, 4417.0, 4475.0, 4409.0, 4464.0, 4429.0, 4440.0, 4461.0, 4420.0, 4459.0, 4417.0, 4449.0, 4410.0, 4448.0, 4418.0, 4468.0, 4439.0, 4470.0, 4442.0, 4422.0, 4432.0, 4429.0, 4440.0, 4462.0, 4461.0, 4441.0, 4485.0, 4452.0, 4471.0, 4443.0, 4481.0, 4465.0, 4492.0, 4454.0, 4482.0, 4442.0, 4457.0, 4420.0, 4462.0, 4434.0, 4469.0, 4443.0, 4440.0, 4443.0, 4504.0, 4457.0, 4485.0, 4480.0, 4495.0, 4477.0, 4496.0, 4476.0, 4494.0, 4456.0, 4493.0, 4456.0, 4494.0, 4487.0, 4513.0, 4484.0, 4516.0, 4453.0, 4501.0, 4454.0, 4501.0, 4473.0, 4503.0, 4453.0, 4495.0, 4443.0, 4461.0, 4450.0, 4448.0, 4459.0, 4451.0, 4420.0, 4431.0, 4460.0, 4430.0, 4502.0, 4464.0, 4504.0, 4466.0, 4503.0, 4452.0, 4483.0, 4444.0, 4492.0, 4474.0, 4488.0, 4451.0, 4481.0, 4442.0, 4469.0, 4452.0, 4491.0, 4474.0, 4501.0, 4459.0, 4489.0, 4449.0, 4498.0, 4459.0, 4489.0, 4482.0, 4509.0, 4438.0, 4454.0, 4405.0, 4434.0, 4406.0, 4443.0, 4429.0, 4456.0, 4426.0, 4478.0, 4432.0, 4483.0, 4456.0, 4463.0, 4454.0, 4502.0, 4454.0, 4493.0, 4442.0, 4470.0, 4454.0, 4470.0, 4465.0, 4490.0, 4465.0, 4484.0, 4442.0, 4474.0, 4456.0, 4503.0, 4474.0, 4512.0, 4470.0, 4500.0, 4439.0, 4488.0, 4439.0, 4488.0, 4459.0, 4495.0, 4449.0, 4464.0, 4427.0, 4456.0, 4416.0, 4468.0, 4438.0, 4467.0, 4416.0, 4457.0, 4417.0, 4438.0, 4431.0, 4450.0, 4429.0, 4458.0, 4418.0, 4469.0, 4433.0, 4485.0, 4453.0, 4483.0, 4453.0, 4481.0, 4443.0, 4471.0, 4442.0, 4452.0, 4463.0, 4460.0, 4462.0, 4463.0, 4434.0, 4455.0, 4441.0, 4452.0, 4503.0, 4454.0, 4492.0, 4461.0, 4515.0, 4453.0, 4461.0, 4444.0, 4475.0, 4457.0, 4502.0, 4474.0, 4504.0, 4488.0, 4504.0, 4454.0, 4480.0, 4440.0, 4471.0, 4432.0, 4472.0, 4453.0, 4462.0, 4450.0, 4463.0, 4435.0, 4463.0, 4437.0, 4463.0, 4464.0, 4486.0, 4466.0, 4496.0, 4445.0, 4474.0, 4443.0, 4474.0, 4477.0, 4492.0, 4463.0, 4485.0, 4443.0, 4473.0, 4456.0, 4497.0, 4456.0, 4512.0, 4435.0, 4436.0, 4453.0, 4433.0, 4461.0, 4474.0, 4494.0, 4443.0, 4460.0, 4439.0, 4449.0, 4438.0, 4442.0, 4500.0, 4458.0, 4488.0, 4436.0, 4474.0, 4417.0, 4485.0, 4428.0, 4476.0, 4439.0, 4487.0, 4427.0, 4466.0, 4406.0, 4475.0, 4419.0, 4489.0, 4432.0, 4500.0, 4432.0, 4490.0, 4431.0, 4459.0, 4429.0, 4468.0, 4451.0, 4468.0, 4437.0, 4458.0, 4417.0, 4428.0, 4408.0, 4429.0, 4430.0, 4450.0, 4430.0, 4450.0, 4421.0, 4429.0, 4421.0, 4429.0, 4463.0, 4454.0, 4453.0, 4459.0, 4434.0, 4450.0, 4424.0, 4451.0, 4433.0, 4464.0, 4462.0, 4475.0, 4462.0, 4472.0, 4431.0, 4450.0, 4430.0, 4444.0, 4462.0, 4465.0, 4463.0, 4476.0, 4454.0, 4475.0, 4515.0, 4465.0, 4504.0, 4473.0, 4506.0, 4488.0, 4492.0, 4455.0, 4471.0, 4442.0, 4454.0, 4457.0, 4464.0, 4477.0, 4487.0, 4470.0, 4499.0, 4491.0, 4500.0, 4481.0, 4511.0, 4500.0, 4519.0, 4498.0, 4487.0, 4487.0, 4497.0, 4488.0, 4522.0, 4495.0, 4522.0, 4484.0, 4501.0, 4462.0, 4488.0, 4450.0, 4477.0, 4471.0, 4490.0, 4449.0, 4478.0, 4427.0, 4466.0, 4430.0, 4467.0, 4451.0, 4490.0, 4453.0, 4451.0, 4431.0, 4431.0, 4454.0, 4478.0, 4495.0, 4455.0, 4492.0, 4444.0, 4485.0, 4453.0, 4472.0, 4468.0, 4461.0, 4440.0, 4448.0, 4430.0, 4437.0, 4450.0, 4443.0, 4473.0, 4464.0, 4454.0, 4474.0, 4434.0, 4465.0, 4473.0, 4465.0, 4494.0, 4462.0, 4492.0, 4453.0, 4491.0, 4452.0, 4491.0, 4454.0, 4482.0, 4465.0, 4475.0, 4457.0, 4437.0, 4477.0, 4465.0, 4485.0, 4488.0, 4496.0, 4497.0, 4496.0, 4455.0, 4471.0, 4443.0, 4464.0, 4469.0, 4472.0, 4461.0, 4472.0, 4440.0, 4461.0, 4490.0, 4451.0, 4489.0, 4447.0, 4449.0, 4440.0, 4432.0, 4464.0, 4452.0, 4463.0, 4491.0, 4461.0, 4490.0, 4464.0, 4491.0, 4440.0, 4479.0, 4454.0, 4482.0, 4431.0, 4449.0, 4440.0, 4440.0, 4456.0, 4452.0, 4453.0, 4462.0, 4465.0, 4461.0, 4454.0, 4462.0, 4458.0, 4487.0, 4465.0, 4487.0, 4465.0, 4456.0, 4482.0, 4454.0, 4494.0, 4445.0, 4494.0, 4445.0, 4482.0, 4444.0, 4462.0, 4446.0, 4456.0, 4456.0, 4488.0, 4482.0, 4510.0, 4469.0, 4507.0, 4457.0, 4494.0, 4466.0, 4497.0, 4465.0, 4507.0, 4455.0, 4483.0, 4463.0, 4473.0, 4472.0, 4473.0, 4461.0, 4463.0, 4490.0, 4451.0, 4490.0, 4450.0, 4491.0, 4434.0, 4460.0, 4449.0, 4441.0, 4477.0, 4418.0, 4478.0, 4420.0, 4447.0, 4443.0, 4451.0, 4444.0, 4476.0, 4467.0, 4464.0, 4456.0, 4454.0, 4454.0, 4454.0, 4474.0, 4457.0, 4507.0, 4456.0, 4504.0, 4435.0, 4472.0, 4434.0, 4463.0, 4425.0, 4455.0, 4449.0, 4468.0, 4481.0, 4482.0, 4472.0, 4464.0, 4445.0, 4465.0, 4445.0, 4472.0, 4444.0, 4503.0, 4474.0, 4502.0, 4463.0, 4479.0, 4440.0, 4470.0, 4439.0, 4491.0, 4451.0, 4490.0, 4441.0, 4480.0, 4428.0, 4470.0, 4440.0, 4481.0, 4451.0, 4466.0, 4429.0, 4458.0, 4417.0, 4469.0, 4440.0, 4490.0, 4438.0, 4467.0, 4432.0, 4470.0, 4430.0, 4470.0, 4431.0, 4458.0, 4417.0, 4447.0, 4441.0, 4462.0, 4461.0, 4451.0, 4463.0, 4474.0, 4441.0, 4454.0, 4453.0, 4466.0, 4436.0, 4453.0, 4421.0, 4452.0, 4466.0, 4478.0, 4479.0, 4474.0, 4455.0, 4483.0, 4445.0, 4495.0, 4457.0, 4496.0, 4458.0, 4505.0, 4487.0, 4486.0, 4495.0, 4475.0, 4472.0, 4481.0, 4472.0, 4491.0, 4471.0, 4496.0, 4461.0, 4478.0, 4440.0, 4476.0, 4428.0, 4488.0, 4449.0, 4477.0, 4438.0, 4468.0, 4419.0, 4449.0, 4432.0, 4490.0, 4443.0, 4431.0, 4439.0, 4429.0, 4481.0, 4434.0, 4491.0, 4462.0, 4483.0, 4474.0, 4442.0, 4470.0, 4449.0, 4470.0, 4490.0, 4468.0, 4458.0, 4469.0, 4428.0, 4464.0, 4436.0, 4469.0, 4467.0, 4458.0, 4438.0, 4449.0, 4402.0, 4437.0, 4419.0, 4438.0, 4450.0, 4451.0, 4431.0, 4463.0, 4432.0, 4448.0, 4451.0, 4448.0, 4482.0, 4462.0, 4451.0, 4483.0, 4433.0, 4462.0, 4442.0, 4480.0, 4454.0, 4501.0, 4474.0, 4481.0, 4454.0, 4451.0, 4450.0, 4494.0, 4484.0, 4484.0, 4494.0, 4454.0, 4490.0, 4431.0, 4470.0, 4452.0, 4491.0, 4474.0, 4453.0, 4461.0, 4443.0, 4454.0, 4443.0, 4492.0, 4462.0, 4492.0, 4441.0, 4480.0, 4453.0, 4493.0, 4462.0, 4472.0, 4474.0, 4424.0, 4472.0, 4458.0, 4475.0, 4489.0, 4469.0, 4457.0, 4458.0, 4458.0, 4442.0, 4491.0], 'WindowWidth': [10073.0, 9964.0, 9948.0, 9855.0, 9879.0, 9817.0, 9905.0, 9797.0, 9885.0, 9807.0, 9885.0, 9791.0, 9810.0, 9774.0, 9792.0, 9775.0, 9812.0, 9744.0, 9812.0, 9762.0, 9800.0, 9799.0, 9786.0, 9801.0, 9791.0, 9828.0, 9781.0, 9818.0, 9783.0, 9798.0, 9797.0, 9800.0, 9822.0, 9861.0, 9837.0, 9861.0, 9839.0, 9836.0, 9821.0, 9845.0, 9806.0, 9857.0, 9835.0, 9847.0, 9836.0, 9835.0, 9824.0, 9848.0, 9838.0, 9874.0, 9860.0, 9863.0, 9857.0, 9848.0, 9826.0, 9841.0, 9845.0, 9856.0, 9845.0, 9844.0, 9843.0, 9830.0, 9827.0, 9841.0, 9840.0, 9859.0, 9872.0, 9841.0, 9838.0, 9836.0, 9914.0, 9858.0, 9898.0, 9822.0, 9859.0, 9860.0, 9816.0, 9872.0, 9833.0, 9878.0, 9830.0, 9904.0, 9779.0, 9870.0, 9781.0, 9883.0, 9793.0, 9896.0, 9776.0, 9861.0, 9787.0, 9860.0, 9770.0, 9859.0, 9768.0, 9788.0, 9769.0, 9810.0, 9782.0, 9756.0, 9810.0, 9761.0, 9839.0, 9779.0, 9835.0, 9812.0, 9810.0, 9851.0, 9802.0, 9851.0, 9794.0, 9847.0, 9791.0, 9882.0, 9790.0, 9848.0, 9789.0, 9811.0, 9786.0, 9824.0, 9784.0, 9826.0, 9800.0, 9778.0, 9801.0, 9777.0, 9800.0, 9805.0, 9834.0, 9823.0, 9859.0, 9796.0, 9834.0, 9809.0, 9849.0, 9835.0, 9799.0, 9843.0, 9792.0, 9831.0, 9791.0, 9830.0, 9799.0, 9825.0, 9756.0, 9792.0, 9738.0, 9774.0, 9758.0, 9795.0, 9741.0, 9792.0, 9756.0, 9776.0, 9740.0, 9777.0, 9738.0, 9777.0, 9795.0, 9798.0, 9818.0, 9801.0, 9777.0, 9788.0, 9791.0, 9794.0, 9794.0, 9819.0, 9845.0, 9839.0, 9844.0, 9898.0, 9835.0, 9881.0, 9819.0, 9855.0, 9841.0, 9866.0, 9830.0, 9880.0, 9827.0, 9832.0, 9819.0, 9862.0, 9842.0, 9877.0, 9842.0, 9876.0, 9813.0, 9874.0, 9812.0, 9876.0, 9836.0, 9890.0, 9811.0, 9877.0, 9818.0, 9876.0, 9815.0, 9876.0, 9826.0, 9874.0, 9800.0, 9809.0, 9793.0, 9810.0, 9827.0, 9849.0, 9851.0, 9826.0, 9836.0, 9769.0, 9817.0, 9809.0, 9821.0, 9778.0, 9829.0, 9762.0, 9806.0, 9758.0, 9780.0, 9739.0, 9812.0, 9757.0, 9824.0, 9775.0, 9796.0, 9754.0, 9783.0, 9774.0, 9801.0, 9787.0, 9814.0, 9762.0, 9782.0, 9763.0, 9787.0, 9768.0, 9807.0, 9770.0, 9818.0, 9793.0, 9819.0, 9797.0, 9803.0, 9796.0, 9815.0, 9812.0, 9826.0, 9821.0, 9828.0, 9797.0, 9802.0, 9795.0, 9820.0, 9821.0, 9875.0, 9829.0, 9863.0, 9796.0, 9873.0, 9793.0, 9879.0, 9828.0, 9877.0, 9809.0, 9837.0, 9793.0, 9828.0, 9800.0, 9875.0, 9806.0, 9872.0, 9819.0, 9851.0, 9770.0, 9852.0, 9794.0, 9857.0, 9791.0, 9811.0, 9800.0, 9783.0, 9803.0, 9796.0, 9805.0, 9855.0, 9803.0, 9813.0, 9800.0, 9781.0, 9782.0, 9779.0, 9786.0, 9813.0, 9804.0, 9789.0, 9813.0, 9768.0, 9804.0, 9780.0, 9820.0, 9828.0, 9845.0, 9827.0, 9874.0, 9796.0, 9858.0, 9797.0, 9857.0, 9805.0, 9858.0, 9793.0, 9777.0, 9772.0, 9777.0, 9789.0, 9818.0, 9823.0, 9810.0, 9835.0, 9794.0, 9818.0, 9781.0, 9821.0, 9832.0, 9817.0, 9803.0, 9815.0, 9775.0, 9797.0, 9778.0, 9818.0, 9769.0, 9831.0, 9793.0, 9827.0, 9779.0, 9815.0, 9772.0, 9810.0, 9766.0, 9830.0, 9772.0, 9815.0, 9760.0, 9794.0, 9787.0, 9826.0, 9812.0, 9832.0, 9814.0, 9851.0, 9787.0, 9830.0, 9785.0, 9841.0, 9781.0, 9837.0, 9783.0, 9831.0, 9781.0, 9814.0, 9759.0, 9814.0, 9783.0, 9828.0, 9795.0, 9830.0, 9770.0, 9811.0, 9763.0, 9831.0, 9793.0, 9831.0, 9777.0, 9821.0, 9763.0, 9792.0, 9760.0, 9801.0, 9791.0, 9810.0, 9788.0, 9828.0, 9765.0, 9808.0, 9762.0, 9815.0, 9779.0, 9831.0, 9781.0, 9826.0, 9778.0, 9813.0, 9780.0, 9825.0, 9780.0, 9838.0, 9792.0, 9838.0, 9771.0, 9822.0, 9778.0, 9841.0, 9791.0, 9838.0, 9785.0, 9852.0, 9787.0, 9806.0, 9782.0, 9831.0, 9789.0, 9852.0, 9772.0, 9837.0, 9790.0, 9828.0, 9799.0, 9834.0, 9795.0, 9856.0, 9781.0, 9791.0, 9768.0, 9767.0, 9784.0, 9817.0, 9833.0, 9851.0, 9863.0, 9817.0, 9858.0, 9824.0, 9841.0, 9806.0, 9843.0, 9867.0, 9852.0, 9832.0, 9833.0, 9775.0, 9801.0, 9828.0, 9805.0, 9854.0, 9804.0, 9853.0, 9806.0, 9839.0, 9784.0, 9854.0, 9790.0, 9854.0, 9806.0, 9857.0, 9792.0, 9775.0, 9799.0, 9806.0, 9820.0, 9820.0, 9847.0, 9781.0, 9849.0, 9807.0, 9848.0, 9819.0, 9813.0, 9800.0, 9809.0, 9784.0, 9798.0, 9768.0, 9803.0, 9825.0, 9785.0, 9795.0, 9797.0, 9799.0, 9785.0, 9842.0, 9805.0, 9862.0, 9808.0, 9844.0, 9806.0, 9777.0, 9791.0, 9792.0, 9792.0, 9822.0, 9821.0, 9841.0, 9834.0, 9794.0, 9837.0, 9776.0, 9818.0, 9789.0, 9834.0, 9841.0, 9818.0, 9785.0, 9816.0, 9760.0, 9796.0, 9786.0, 9796.0, 9797.0, 9819.0, 9772.0, 9832.0, 9764.0, 9804.0, 9779.0, 9806.0, 9807.0, 9833.0, 9795.0, 9829.0, 9781.0, 9849.0, 9835.0, 9865.0, 9824.0, 9860.0, 9809.0, 9851.0, 9795.0, 9847.0, 9812.0, 9830.0, 9805.0, 9852.0, 9806.0, 9845.0, 9796.0, 9860.0, 9804.0, 9846.0, 9794.0, 9790.0, 9825.0, 9796.0, 9829.0, 9820.0, 9851.0, 9818.0, 9867.0, 9825.0, 9859.0, 9815.0, 9860.0, 9806.0, 9856.0, 9807.0, 9863.0, 9778.0, 9810.0, 9762.0, 9816.0, 9766.0, 9815.0, 9776.0, 9813.0, 9770.0, 9799.0, 9801.0, 9809.0, 9808.0, 9841.0, 9827.0, 9869.0, 9805.0, 9855.0, 9798.0, 9829.0, 9800.0, 9846.0, 9830.0, 9863.0, 9825.0, 9838.0, 9777.0, 9851.0, 9780.0, 9861.0, 9821.0, 9850.0, 9826.0, 9781.0, 9732.0, 9771.0, 9833.0, 9778.0, 9794.0, 9922.0, 9860.0, 9891.0, 9900.0, 9849.0, 9910.0, 9829.0, 9888.0, 9817.0, 9881.0, 9830.0, 9877.0, 9823.0, 9788.0, 9776.0, 9720.0, 9770.0, 9718.0, 9785.0, 9748.0, 9811.0, 9765.0, 9802.0, 9751.0, 9825.0, 9741.0, 9811.0, 9770.0, 9785.0, 9816.0, 9758.0, 9810.0, 9754.0, 9797.0, 9745.0, 9795.0, 9756.0, 9822.0, 9787.0, 9828.0, 9794.0, 9765.0, 9779.0, 9772.0, 9790.0, 9821.0, 9819.0, 9793.0, 9855.0, 9811.0, 9833.0, 9798.0, 9845.0, 9828.0, 9860.0, 9811.0, 9847.0, 9796.0, 9809.0, 9764.0, 9822.0, 9786.0, 9828.0, 9799.0, 9792.0, 9801.0, 9881.0, 9824.0, 9862.0, 9858.0, 9872.0, 9851.0, 9873.0, 9849.0, 9872.0, 9823.0, 9868.0, 9822.0, 9868.0, 9864.0, 9895.0, 9855.0, 9899.0, 9812.0, 9874.0, 9815.0, 9875.0, 9842.0, 9882.0, 9814.0, 9868.0, 9798.0, 9816.0, 9801.0, 9798.0, 9812.0, 9803.0, 9763.0, 9778.0, 9815.0, 9780.0, 9874.0, 9827.0, 9880.0, 9831.0, 9881.0, 9811.0, 9853.0, 9802.0, 9862.0, 9840.0, 9855.0, 9809.0, 9848.0, 9794.0, 9828.0, 9809.0, 9858.0, 9838.0, 9871.0, 9815.0, 9853.0, 9799.0, 9863.0, 9812.0, 9852.0, 9848.0, 9880.0, 9781.0, 9797.0, 9734.0, 9769.0, 9738.0, 9784.0, 9773.0, 9804.0, 9768.0, 9839.0, 9783.0, 9851.0, 9822.0, 9826.0, 9816.0, 9878.0, 9816.0, 9866.0, 9799.0, 9832.0, 9816.0, 9831.0, 9830.0, 9860.0, 9831.0, 9855.0, 9798.0, 9841.0, 9819.0, 9879.0, 9841.0, 9890.0, 9831.0, 9870.0, 9787.0, 9852.0, 9786.0, 9852.0, 9813.0, 9859.0, 9799.0, 9815.0, 9767.0, 9802.0, 9753.0, 9822.0, 9783.0, 9819.0, 9752.0, 9805.0, 9757.0, 9782.0, 9778.0, 9802.0, 9773.0, 9811.0, 9761.0, 9827.0, 9790.0, 9861.0, 9813.0, 9851.0, 9810.0, 9845.0, 9797.0, 9831.0, 9796.0, 9808.0, 9824.0, 9816.0, 9819.0, 9826.0, 9788.0, 9818.0, 9793.0, 9809.0, 9879.0, 9815.0, 9863.0, 9823.0, 9898.0, 9813.0, 9821.0, 9801.0, 9847.0, 9825.0, 9878.0, 9844.0, 9882.0, 9866.0, 9883.0, 9811.0, 9842.0, 9789.0, 9829.0, 9781.0, 9836.0, 9811.0, 9821.0, 9804.0, 9826.0, 9794.0, 9827.0, 9797.0, 9828.0, 9831.0, 9860.0, 9833.0, 9872.0, 9806.0, 9842.0, 9801.0, 9841.0, 9845.0, 9864.0, 9830.0, 9858.0, 9797.0, 9839.0, 9821.0, 9878.0, 9823.0, 9891.0, 9790.0, 9791.0, 9809.0, 9784.0, 9822.0, 9839.0, 9867.0, 9796.0, 9817.0, 9787.0, 9799.0, 9784.0, 9794.0, 9867.0, 9809.0, 9847.0, 9775.0, 9823.0, 9750.0, 9838.0, 9766.0, 9831.0, 9785.0, 9844.0, 9765.0, 9815.0, 9736.0, 9826.0, 9758.0, 9852.0, 9780.0, 9868.0, 9781.0, 9856.0, 9778.0, 9812.0, 9773.0, 9825.0, 9803.0, 9823.0, 9781.0, 9809.0, 9753.0, 9767.0, 9741.0, 9772.0, 9774.0, 9803.0, 9776.0, 9802.0, 9765.0, 9774.0, 9763.0, 9775.0, 9824.0, 9812.0, 9812.0, 9815.0, 9786.0, 9805.0, 9774.0, 9807.0, 9783.0, 9827.0, 9823.0, 9841.0, 9823.0, 9834.0, 9779.0, 9803.0, 9776.0, 9800.0, 9824.0, 9829.0, 9824.0, 9846.0, 9819.0, 9850.0, 9899.0, 9835.0, 9881.0, 9839.0, 9888.0, 9868.0, 9865.0, 9816.0, 9836.0, 9799.0, 9816.0, 9827.0, 9832.0, 9852.0, 9864.0, 9848.0, 9886.0, 9879.0, 9889.0, 9865.0, 9903.0, 9889.0, 9913.0, 9884.0, 9866.0, 9867.0, 9878.0, 9866.0, 9906.0, 9871.0, 9906.0, 9855.0, 9874.0, 9822.0, 9853.0, 9804.0, 9837.0, 9832.0, 9855.0, 9802.0, 9837.0, 9768.0, 9820.0, 9777.0, 9821.0, 9804.0, 9859.0, 9813.0, 9807.0, 9781.0, 9781.0, 9818.0, 9855.0, 9873.0, 9817.0, 9863.0, 9801.0, 9858.0, 9812.0, 9838.0, 9826.0, 9817.0, 9790.0, 9799.0, 9777.0, 9783.0, 9802.0, 9800.0, 9837.0, 9830.0, 9815.0, 9843.0, 9787.0, 9833.0, 9838.0, 9831.0, 9869.0, 9824.0, 9863.0, 9810.0, 9859.0, 9808.0, 9858.0, 9814.0, 9851.0, 9833.0, 9846.0, 9826.0, 9800.0, 9853.0, 9836.0, 9862.0, 9866.0, 9876.0, 9877.0, 9873.0, 9816.0, 9834.0, 9798.0, 9826.0, 9829.0, 9833.0, 9820.0, 9833.0, 9789.0, 9820.0, 9857.0, 9804.0, 9852.0, 9796.0, 9801.0, 9789.0, 9782.0, 9831.0, 9810.0, 9826.0, 9858.0, 9818.0, 9856.0, 9829.0, 9859.0, 9790.0, 9841.0, 9816.0, 9850.0, 9779.0, 9799.0, 9789.0, 9789.0, 9822.0, 9812.0, 9813.0, 9823.0, 9834.0, 9822.0, 9814.0, 9825.0, 9828.0, 9864.0, 9832.0, 9866.0, 9831.0, 9819.0, 9849.0, 9815.0, 9868.0, 9805.0, 9865.0, 9805.0, 9851.0, 9804.0, 9823.0, 9809.0, 9822.0, 9824.0, 9868.0, 9868.0, 9901.0, 9848.0, 9892.0, 9826.0, 9870.0, 9835.0, 9876.0, 9830.0, 9889.0, 9817.0, 9852.0, 9826.0, 9837.0, 9833.0, 9836.0, 9817.0, 9820.0, 9856.0, 9805.0, 9853.0, 9801.0, 9859.0, 9788.0, 9815.0, 9801.0, 9791.0, 9833.0, 9757.0, 9836.0, 9762.0, 9794.0, 9800.0, 9807.0, 9802.0, 9848.0, 9843.0, 9829.0, 9822.0, 9813.0, 9815.0, 9818.0, 9844.0, 9825.0, 9892.0, 9824.0, 9883.0, 9791.0, 9833.0, 9786.0, 9826.0, 9778.0, 9818.0, 9818.0, 9845.0, 9866.0, 9868.0, 9857.0, 9832.0, 9806.0, 9829.0, 9804.0, 9835.0, 9803.0, 9880.0, 9842.0, 9876.0, 9826.0, 9843.0, 9791.0, 9829.0, 9790.0, 9859.0, 9806.0, 9854.0, 9792.0, 9841.0, 9773.0, 9828.0, 9790.0, 9842.0, 9804.0, 9819.0, 9773.0, 9808.0, 9755.0, 9827.0, 9789.0, 9853.0, 9783.0, 9822.0, 9781.0, 9830.0, 9777.0, 9827.0, 9780.0, 9809.0, 9754.0, 9791.0, 9790.0, 9822.0, 9819.0, 9804.0, 9828.0, 9845.0, 9794.0, 9815.0, 9813.0, 9835.0, 9793.0, 9812.0, 9768.0, 9812.0, 9837.0, 9856.0, 9859.0, 9845.0, 9821.0, 9854.0, 9807.0, 9872.0, 9824.0, 9874.0, 9827.0, 9888.0, 9866.0, 9862.0, 9872.0, 9843.0, 9836.0, 9844.0, 9833.0, 9858.0, 9831.0, 9861.0, 9817.0, 9836.0, 9787.0, 9831.0, 9771.0, 9850.0, 9799.0, 9832.0, 9782.0, 9822.0, 9761.0, 9800.0, 9784.0, 9858.0, 9800.0, 9783.0, 9788.0, 9778.0, 9848.0, 9788.0, 9862.0, 9824.0, 9851.0, 9841.0, 9796.0, 9833.0, 9802.0, 9831.0, 9856.0, 9826.0, 9811.0, 9826.0, 9769.0, 9816.0, 9777.0, 9825.0, 9820.0, 9808.0, 9783.0, 9797.0, 9730.0, 9781.0, 9759.0, 9788.0, 9804.0, 9807.0, 9781.0, 9824.0, 9783.0, 9802.0, 9805.0, 9802.0, 9849.0, 9822.0, 9807.0, 9850.0, 9787.0, 9823.0, 9800.0, 9847.0, 9817.0, 9875.0, 9843.0, 9850.0, 9817.0, 9809.0, 9807.0, 9868.0, 9855.0, 9853.0, 9867.0, 9813.0, 9859.0, 9779.0, 9830.0, 9807.0, 9857.0, 9843.0, 9814.0, 9820.0, 9797.0, 9814.0, 9798.0, 9863.0, 9824.0, 9864.0, 9796.0, 9846.0, 9814.0, 9866.0, 9823.0, 9835.0, 9840.0, 9772.0, 9834.0, 9813.0, 9842.0, 9854.0, 9826.0, 9809.0, 9812.0, 9809.0, 9795.0, 9860.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.00440460606060606</td></tr>
<tr><td colspan=3>aqi</td><td>0.03024178015151515</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.48891243636087</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3149516489992434</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0681886239423803</td></tr>
<tr><td colspan=3>efc</td><td>0.4827</td></tr>
<tr><td colspan=3>fber</td><td>3999.3076</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11336288068586697</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>87</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.590909090909091</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6200086678389485</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.634432573553869</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6645638455627565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5610295844002198</td></tr>
<tr><td colspan=3>gcor</td><td>0.00654419</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00632416782900691</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01071260031312704</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.8565795895591894</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>33.4137</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.0998</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.0863</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299536.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.2656</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.319</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.8328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3631.8638</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3817.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77008.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>989.7307</td></tr>
<tr><td colspan=3>tsnr</td><td>32.40519518684596</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>