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

616 lines
No EOL
141 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-0093_ses-02_task-narratives_acq-mb8_run-03_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-0093_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0093_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_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-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-02_task-narratives_acq-mb8_run-03_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-0093/ses-02/func/sub-0093_ses-02_task-narratives_acq-mb8_run-03_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>eec65d218e166043c3fc58fcf2f47b3b</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:52:45.112500</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.995118, 0.0249944, 0.0954771, -0.040142, 0.986269, 0.160194]</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105908</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7786, -7236, 606, -78, -320, 65, 51]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.968</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c41d973a-6e5c-4a5a-8c63-fd8c40ed36dd||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.669828176498413, -0.10769816488027573, 0.24343769252300262, 115.50228881835938], [-0.06705807894468307, 2.646087408065796, 0.44076117873191833, -100.68376159667969], [0.2561579942703247, -0.4297896921634674, 2.6526341438293457, -50.71902084350586], [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, 1298]</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], 'AcquisitionTime': ['145245.112500', '145245.572500', '145246.032500', '145246.492500', '145246.952500', '145247.412500', '145247.872500', '145248.332500', '145248.792500', '145249.252500', '145249.712500', '145250.172500', '145250.632500', '145251.092500', '145251.552500', '145252.012500', '145252.472500', '145252.932500', '145253.392500', '145253.852500', '145254.312500', '145254.772500', '145255.232500', '145255.692500', '145256.152500', '145256.612500', '145257.072500', '145257.532500', '145257.992500', '145258.452500', '145258.912500', '145259.372500', '145259.832500', '145300.292500', '145300.752500', '145301.212500', '145301.672500', '145302.132500', '145302.592500', '145303.052500', '145303.512500', '145303.972500', '145304.432500', '145304.892500', '145305.352500', '145305.812500', '145306.272500', '145306.732500', '145307.192500', '145307.652500', '145308.112500', '145308.572500', '145309.032500', '145309.492500', '145309.952500', '145310.412500', '145310.872500', '145311.332500', '145311.792500', '145312.252500', '145312.712500', '145313.172500', '145313.632500', '145314.092500', '145314.552500', '145315.012500', '145315.472500', '145315.932500', '145316.392500', '145316.852500', '145317.312500', '145317.772500', '145318.232500', '145318.692500', '145319.152500', '145319.612500', '145320.072500', '145320.532500', '145320.992500', '145321.452500', '145321.912500', '145322.372500', '145322.832500', '145323.292500', '145323.752500', '145324.212500', '145324.672500', '145325.132500', '145325.592500', '145326.052500', '145326.512500', '145326.972500', '145327.432500', '145327.892500', '145328.352500', '145328.812500', '145329.272500', '145329.732500', '145330.192500', '145330.652500', '145331.112500', '145331.572500', '145332.032500', '145332.492500', '145332.952500', '145333.412500', '145333.872500', '145334.332500', '145334.792500', '145335.252500', '145335.712500', '145336.172500', '145336.632500', '145337.092500', '145337.552500', '145338.012500', '145338.472500', '145338.932500', '145339.392500', '145339.852500', '145340.312500', '145340.772500', '145341.232500', '145341.692500', '145342.152500', '145342.612500', '145343.072500', '145343.532500', '145343.992500', '145344.452500', '145344.912500', '145345.372500', '145345.832500', '145346.292500', '145346.752500', '145347.212500', '145347.672500', '145348.132500', '145348.592500', '145349.052500', '145349.512500', '145349.972500', '145350.432500', '145350.892500', '145351.352500', '145351.812500', '145352.272500', '145352.732500', '145353.192500', '145353.652500', '145354.112500', '145354.572500', '145355.032500', '145355.492500', '145355.952500', '145356.412500', '145356.872500', '145357.332500', '145357.792500', '145358.252500', '145358.712500', '145359.172500', '145359.632500', '145400.092500', '145400.552500', '145401.012500', '145401.472500', '145401.932500', '145402.392500', '145402.852500', '145403.312500', '145403.772500', '145404.232500', '145404.692500', '145405.152500', '145405.612500', '145406.072500', '145406.532500', '145406.992500', '145407.452500', '145407.912500', '145408.372500', '145408.832500', '145409.292500', '145409.752500', '145410.212500', '145410.672500', '145411.132500', '145411.592500', '145412.052500', '145412.512500', '145412.972500', '145413.432500', '145413.892500', '145414.352500', '145414.812500', '145415.272500', '145415.732500', '145416.192500', '145416.652500', '145417.112500', '145417.572500', '145418.032500', '145418.492500', '145418.952500', '145419.412500', '145419.872500', '145420.332500', '145420.792500', '145421.252500', '145421.712500', '145422.172500', '145422.632500', '145423.092500', '145423.552500', '145424.012500', '145424.472500', '145424.932500', '145425.392500', '145425.852500', '145426.312500', '145426.772500', '145427.232500', '145427.692500', '145428.152500', '145428.612500', '145429.072500', '145429.532500', '145429.992500', '145430.452500', '145430.912500', '145431.372500', '145431.832500', '145432.292500', '145432.752500', '145433.212500', '145433.672500', '145434.132500', '145434.592500', '145435.052500', '145435.512500', '145435.972500', '145436.432500', '145436.892500', '145437.352500', '145437.812500', '145438.272500', '145438.732500', '145439.192500', '145439.652500', '145440.112500', '145440.572500', '145441.032500', '145441.492500', '145441.952500', '145442.412500', '145442.872500', '145443.332500', '145443.792500', '145444.252500', '145444.712500', '145445.172500', '145445.632500', '145446.092500', '145446.552500', '145447.012500', '145447.472500', '145447.932500', '145448.392500', '145448.852500', '145449.312500', '145449.772500', '145450.232500', '145450.692500', '145451.152500', '145451.612500', '145452.072500', '145452.532500', '145452.992500', '145453.452500', '145453.912500', '145454.372500', '145454.832500', '145455.292500', '145455.752500', '145456.212500', '145456.672500', '145457.132500', '145457.592500', '145458.052500', '145458.512500', '145458.972500', '145459.432500', '145459.892500', '145500.352500', '145500.812500', '145501.272500', '145501.732500', '145502.192500', '145502.652500', '145503.112500', '145503.572500', '145504.032500', '145504.492500', '145504.952500', '145505.412500', '145505.872500', '145506.332500', '145506.792500', '145507.252500', '145507.712500', '145508.172500', '145508.632500', '145509.092500', '145509.552500', '145510.012500', '145510.472500', '145510.932500', '145511.392500', '145511.852500', '145512.312500', '145512.772500', '145513.232500', '145513.692500', '145514.152500', '145514.612500', '145515.072500', '145515.532500', '145515.992500', '145516.452500', '145516.912500', '145517.372500', '145517.832500', '145518.292500', '145518.752500', '145519.212500', '145519.672500', '145520.132500', '145520.592500', '145521.052500', '145521.512500', '145521.972500', '145522.432500', '145522.892500', '145523.352500', '145523.812500', '145524.272500', '145524.732500', '145525.192500', '145525.652500', '145526.112500', '145526.572500', '145527.032500', '145527.492500', '145527.952500', '145528.412500', '145528.872500', '145529.332500', '145529.792500', '145530.252500', '145530.712500', '145531.172500', '145531.632500', '145532.092500', '145532.552500', '145533.012500', '145533.472500', '145533.932500', '145534.392500', '145534.852500', '145535.312500', '145535.772500', '145536.232500', '145536.692500', '145537.152500', '145537.612500', '145538.072500', '145538.532500', '145538.992500', '145539.452500', '145539.912500', '145540.372500', '145540.832500', '145541.292500', '145541.752500', '145542.212500', '145542.672500', '145543.132500', '145543.592500', '145544.052500', '145544.512500', '145544.972500', '145545.432500', '145545.892500', '145546.352500', '145546.812500', '145547.272500', '145547.732500', '145548.192500', '145548.652500', '145549.112500', '145549.572500', '145550.032500', '145550.492500', '145550.952500', '145551.412500', '145551.872500', '145552.332500', '145552.792500', '145553.252500', '145553.712500', '145554.172500', '145554.632500', '145555.092500', '145555.552500', '145556.012500', '145556.472500', '145556.932500', '145557.392500', '145557.852500', '145558.312500', '145558.772500', '145559.232500', '145559.692500', '145600.152500', '145600.612500', '145601.072500', '145601.532500', '145601.992500', '145602.452500', '145602.912500', '145603.372500', '145603.832500', '145604.292500', '145604.752500', '145605.212500', '145605.672500', '145606.132500', '145606.592500', '145607.052500', '145607.512500', '145607.972500', '145608.432500', '145608.892500', '145609.352500', '145609.812500', '145610.272500', '145610.732500', '145611.192500', '145611.652500', '145612.112500', '145612.572500', '145613.032500', '145613.492500', '145613.952500', '145614.412500', '145614.872500', '145615.332500', '145615.792500', '145616.252500', '145616.712500', '145617.172500', '145617.632500', '145618.092500', '145618.552500', '145619.012500', '145619.472500', '145619.932500', '145620.392500', '145620.852500', '145621.312500', '145621.772500', '145622.232500', '145622.692500', '145623.152500', '145623.612500', '145624.072500', '145624.532500', '145624.992500', '145625.452500', '145625.912500', '145626.372500', '145626.832500', '145627.292500', '145627.752500', '145628.212500', '145628.672500', '145629.132500', '145629.592500', '145630.052500', '145630.512500', '145630.972500', '145631.432500', '145631.892500', '145632.352500', '145632.812500', '145633.272500', '145633.732500', '145634.192500', '145634.652500', '145635.112500', '145635.572500', '145636.032500', '145636.492500', '145636.952500', '145637.412500', '145637.872500', '145638.332500', '145638.792500', '145639.252500', '145639.712500', '145640.172500', '145640.632500', '145641.092500', '145641.552500', '145642.012500', '145642.472500', '145642.932500', '145643.392500', '145643.852500', '145644.312500', '145644.772500', '145645.232500', '145645.692500', '145646.152500', '145646.612500', '145647.072500', '145647.532500', '145647.992500', '145648.452500', '145648.912500', '145649.372500', '145649.832500', '145650.292500', '145650.752500', '145651.212500', '145651.672500', '145652.132500', '145652.592500', '145653.052500', '145653.512500', '145653.972500', '145654.432500', '145654.892500', '145655.352500', '145655.812500', '145656.272500', '145656.732500', '145657.192500', '145657.652500', '145658.112500', '145658.572500', '145659.032500', '145659.492500', '145659.952500', '145700.412500', '145700.872500', '145701.332500', '145701.792500', '145702.252500', '145702.712500', '145703.172500', '145703.632500', '145704.092500', '145704.552500', '145705.012500', '145705.472500', '145705.932500', '145706.392500', '145706.852500', '145707.312500', '145707.772500', '145708.232500', '145708.692500', '145709.152500', '145709.612500', '145710.072500', '145710.532500', '145710.992500', '145711.452500', '145711.912500', '145712.372500', '145712.832500', '145713.292500', '145713.752500', '145714.212500', '145714.672500', '145715.132500', '145715.592500', '145716.052500', '145716.512500', '145716.972500', '145717.432500', '145717.892500', '145718.352500', '145718.812500', '145719.272500', '145719.732500', '145720.192500', '145720.652500', '145721.112500', '145721.572500', '145722.032500', '145722.492500', '145722.952500', '145723.412500', '145723.872500', '145724.332500', '145724.792500', '145725.252500', '145725.712500', '145726.172500', '145726.632500', '145727.092500', '145727.552500', '145728.012500', '145728.472500', '145728.932500', '145729.392500', '145729.852500', '145730.312500', '145730.772500', '145731.232500', '145731.692500', '145732.152500', '145732.612500', '145733.072500', '145733.532500', '145733.992500', '145734.452500', '145734.912500', '145735.372500', '145735.832500', '145736.292500', '145736.752500', '145737.212500', '145737.672500', '145738.132500', '145738.592500', '145739.052500', '145739.512500', '145739.972500', '145740.432500', '145740.892500', '145741.352500', '145741.812500', '145742.272500', '145742.732500', '145743.192500', '145743.652500', '145744.112500', '145744.572500', '145745.032500', '145745.492500', '145745.952500', '145746.412500', '145746.872500', '145747.332500', '145747.792500', '145748.252500', '145748.712500', '145749.172500', '145749.632500', '145750.092500', '145750.552500', '145751.012500', '145751.472500', '145751.932500', '145752.392500', '145752.852500', '145753.312500', '145753.772500', '145754.232500', '145754.692500', '145755.152500', '145755.612500', '145756.072500', '145756.532500', '145756.992500', '145757.452500', '145757.912500', '145758.372500', '145758.832500', '145759.292500', '145759.752500', '145800.212500', '145800.672500', '145801.132500', '145801.592500', '145802.052500', '145802.512500', '145802.972500', '145803.432500', '145803.892500', '145804.352500', '145804.812500', '145805.272500', '145805.732500', '145806.192500', '145806.652500', '145807.112500', '145807.572500', '145808.032500', '145808.492500', '145808.952500', '145809.412500', '145809.872500', '145810.332500', '145810.792500', '145811.252500', '145811.712500', '145812.172500', '145812.632500', '145813.092500', '145813.552500', '145814.012500', '145814.472500', '145814.932500', '145815.392500', '145815.852500', '145816.312500', '145816.772500', '145817.232500', '145817.692500', '145818.152500', '145818.612500', '145819.072500', '145819.532500', '145819.992500', '145820.452500', '145820.912500', '145821.372500', '145821.832500', '145822.292500', '145822.752500', '145823.212500', '145823.672500', '145824.132500', '145824.592500', '145825.052500', '145825.512500', '145825.972500', '145826.432500', '145826.892500', '145827.352500', '145827.812500', '145828.272500', '145828.732500', '145829.192500', '145829.652500', '145830.112500', '145830.572500', '145831.032500', '145831.492500', '145831.952500', '145832.412500', '145832.872500', '145833.332500', '145833.792500', '145834.252500', '145834.712500', '145835.172500', '145835.632500', '145836.092500', '145836.552500', '145837.012500', '145837.472500', '145837.932500', '145838.392500', '145838.852500', '145839.312500', '145839.772500', '145840.232500', '145840.692500', '145841.152500', '145841.612500', '145842.072500', '145842.532500', '145842.992500', '145843.452500', '145843.912500', '145844.372500', '145844.832500', '145845.292500', '145845.752500', '145846.212500', '145846.672500', '145847.132500', '145847.592500', '145848.052500', '145848.512500', '145848.972500', '145849.432500', '145849.892500', '145850.352500', '145850.812500', '145851.272500', '145851.732500', '145852.192500', '145852.652500', '145853.112500', '145853.572500', '145854.032500', '145854.492500', '145854.952500', '145855.412500', '145855.872500', '145856.332500', '145856.792500', '145857.252500', '145857.712500', '145858.172500', '145858.632500', '145859.092500', '145859.552500', '145900.012500', '145900.472500', '145900.932500', '145901.392500', '145901.852500', '145902.312500', '145902.772500', '145903.232500', '145903.692500', '145904.152500', '145904.612500', '145905.072500', '145905.532500', '145905.992500', '145906.452500', '145906.912500', '145907.372500', '145907.832500', '145908.292500', '145908.752500', '145909.212500', '145909.672500', '145910.132500', '145910.592500', '145911.052500', '145911.512500', '145911.972500', '145912.432500', '145912.892500', '145913.352500', '145913.812500', '145914.272500', '145914.732500', '145915.192500', '145915.652500', '145916.112500', '145916.572500', '145917.032500', '145917.492500', '145917.952500', '145918.412500', '145918.872500', '145919.332500', '145919.792500', '145920.252500', '145920.712500', '145921.172500', '145921.632500', '145922.092500', '145922.552500', '145923.012500', '145923.472500', '145923.932500', '145924.392500', '145924.852500', '145925.312500', '145925.772500', '145926.232500', '145926.692500', '145927.152500', '145927.612500', '145928.072500', '145928.532500', '145928.992500', '145929.452500', '145929.912500', '145930.372500', '145930.832500', '145931.292500', '145931.752500', '145932.212500', '145932.672500', '145933.132500', '145933.592500', '145934.052500', '145934.512500', '145934.972500', '145935.432500', '145935.892500', '145936.352500', '145936.812500', '145937.272500', '145937.732500', '145938.192500', '145938.652500', '145939.112500', '145939.572500', '145940.032500', '145940.492500', '145940.952500', '145941.412500', '145941.872500', '145942.332500', '145942.792500', '145943.252500', '145943.712500', '145944.172500', '145944.632500', '145945.092500', '145945.552500', '145946.012500', '145946.472500', '145946.932500', '145947.392500', '145947.852500', '145948.312500', '145948.772500', '145949.232500', '145949.692500', '145950.152500', '145950.612500', '145951.072500', '145951.532500', '145951.992500', '145952.452500', '145952.912500', '145953.372500', '145953.832500', '145954.292500', '145954.752500', '145955.212500', '145955.672500', '145956.132500', '145956.592500', '145957.052500', '145957.512500', '145957.972500', '145958.432500', '145958.892500', '145959.352500', '145959.812500', '150000.272500', '150000.732500', '150001.192500', '150001.652500', '150002.112500', '150002.572500', '150003.032500', '150003.492500', '150003.952500', '150004.412500', '150004.872500', '150005.332500', '150005.792500', '150006.252500', '150006.712500', '150007.172500', '150007.632500', '150008.092500', '150008.552500', '150009.012500', '150009.472500', '150009.932500', '150010.392500', '150010.852500', '150011.312500', '150011.772500', '150012.232500', '150012.692500', '150013.152500', '150013.612500', '150014.072500', '150014.532500', '150014.992500', '150015.452500', '150015.912500', '150016.372500', '150016.832500', '150017.292500', '150017.752500', '150018.212500', '150018.672500', '150019.132500', '150019.592500', '150020.052500', '150020.512500', '150020.972500', '150021.432500', '150021.892500', '150022.352500', '150022.812500', '150023.272500', '150023.732500', '150024.192500', '150024.652500', '150025.112500', '150025.572500', '150026.032500', '150026.492500', '150026.952500', '150027.412500', '150027.872500', '150028.332500', '150028.792500', '150029.252500', '150029.712500', '150030.172500', '150030.632500', '150031.092500', '150031.552500', '150032.012500', '150032.472500', '150032.932500', '150033.392500', '150033.852500', '150034.312500', '150034.772500', '150035.232500', '150035.692500', '150036.152500', '150036.612500', '150037.072500', '150037.532500', '150037.992500', '150038.452500', '150038.912500', '150039.372500', '150039.832500', '150040.292500', '150040.752500', '150041.212500', '150041.672500', '150042.132500', '150042.592500', '150043.052500', '150043.512500', '150043.972500', '150044.432500', '150044.892500', '150045.352500', '150045.812500', '150046.272500', '150046.732500', '150047.192500', '150047.652500', '150048.112500', '150048.572500', '150049.032500', '150049.492500', '150049.952500', '150050.412500', '150050.872500', '150051.332500', '150051.792500', '150052.252500', '150052.712500', '150053.172500', '150053.632500', '150054.092500', '150054.552500', '150055.012500', '150055.472500', '150055.932500', '150056.392500', '150056.852500', '150057.312500', '150057.772500', '150058.232500', '150058.692500', '150059.152500', '150059.612500', '150100.072500', '150100.532500', '150100.992500', '150101.452500', '150101.912500', '150102.372500', '150102.832500', '150103.292500', '150103.752500', '150104.212500', '150104.672500', '150105.132500', '150105.592500', '150106.052500', '150106.512500', '150106.972500', '150107.432500', '150107.892500', '150108.352500', '150108.812500', '150109.272500', '150109.732500', '150110.192500', '150110.652500', '150111.112500', '150111.572500', '150112.032500', '150112.492500', '150112.952500', '150113.412500', '150113.872500', '150114.332500', '150114.792500', '150115.252500', '150115.712500', '150116.172500', '150116.632500', '150117.092500', '150117.552500', '150118.012500', '150118.472500', '150118.932500', '150119.392500', '150119.852500', '150120.312500', '150120.772500', '150121.232500', '150121.692500', '150122.152500', '150122.612500', '150123.072500', '150123.532500', '150123.992500', '150124.452500', '150124.912500', '150125.372500', '150125.832500', '150126.292500', '150126.752500', '150127.212500', '150127.672500', '150128.132500', '150128.592500', '150129.052500', '150129.512500', '150129.972500', '150130.432500', '150130.892500', '150131.352500', '150131.812500', '150132.272500', '150132.732500', '150133.192500', '150133.652500', '150134.112500', '150134.572500', '150135.032500', '150135.492500', '150135.952500', '150136.412500', '150136.872500', '150137.332500', '150137.792500', '150138.252500', '150138.712500', '150139.172500', '150139.632500', '150140.092500', '150140.552500', '150141.012500', '150141.472500', '150141.932500', '150142.392500', '150142.852500', '150143.312500', '150143.772500', '150144.232500', '150144.692500', '150145.152500', '150145.612500', '150146.072500', '150146.532500', '150146.992500', '150147.452500', '150147.912500', '150148.372500', '150148.832500', '150149.292500', '150149.752500', '150150.212500', '150150.672500', '150151.132500', '150151.592500', '150152.052500', '150152.512500', '150152.972500', '150153.432500', '150153.892500', '150154.352500', '150154.812500', '150155.272500', '150155.732500', '150156.192500', '150156.652500', '150157.112500', '150157.572500', '150158.032500', '150158.492500', '150158.952500', '150159.412500', '150159.872500', '150200.332500', '150200.792500', '150201.252500', '150201.712500', '150202.172500', '150202.632500', '150203.092500', '150203.552500', '150204.012500', '150204.472500', '150204.932500', '150205.392500', '150205.852500', '150206.312500', '150206.772500', '150207.232500', '150207.692500', '150208.152500', '150208.612500', '150209.072500', '150209.532500', '150209.992500', '150210.452500', '150210.912500', '150211.372500', '150211.832500', '150212.292500', '150212.752500', '150213.212500', '150213.672500', '150214.132500', '150214.592500', '150215.052500', '150215.512500', '150215.972500', '150216.432500', '150216.892500', '150217.352500', '150217.812500', '150218.272500', '150218.732500', '150219.192500', '150219.652500', '150220.112500', '150220.572500', '150221.032500', '150221.492500', '150221.952500', '150222.412500', '150222.872500', '150223.332500', '150223.792500', '150224.252500', '150224.712500', '150225.172500', '150225.632500', '150226.092500', '150226.552500', '150227.012500', '150227.472500', '150227.932500', '150228.392500', '150228.852500', '150229.312500', '150229.772500', '150230.232500', '150230.692500', '150231.152500', '150231.612500', '150232.072500', '150232.532500', '150232.992500', '150233.452500', '150233.912500', '150234.372500', '150234.832500', '150235.292500', '150235.752500', '150236.212500', '150236.672500', '150237.132500', '150237.592500', '150238.052500', '150238.512500', '150238.972500', '150239.432500', '150239.892500', '150240.352500', '150240.812500', '150241.272500', '150241.732500'], 'ContentTime': ['145310.705000', '145310.709000', '145310.711000', '145310.714000', '145310.716000', '145310.719000', '145310.721000', '145310.724000', '145310.727000', '145310.729000', '145310.732000', '145310.734000', '145310.737000', '145310.739000', '145310.742000', '145310.766000', '145310.769000', '145310.771000', '145310.774000', '145310.776000', '145310.779000', '145310.781000', '145310.784000', '145310.786000', '145310.789000', '145310.791000', '145310.794000', '145310.797000', '145310.799000', '145310.827000', '145310.830000', '145310.832000', '145310.835000', '145310.837000', '145310.840000', '145310.842000', '145310.845000', '145310.847000', '145310.850000', '145310.852000', '145310.856000', '145310.859000', '145310.861000', '145310.864000', '145310.867000', '145310.869000', '145310.872000', '145310.874000', '145310.877000', '145310.880000', '145310.882000', '145310.885000', '145330.672000', '145330.675000', '145330.678000', '145330.680000', '145330.683000', '145330.685000', '145330.688000', '145330.696000', '145330.698000', '145330.701000', '145330.703000', '145330.706000', '145330.708000', '145330.711000', '145330.714000', '145330.716000', '145330.719000', '145330.728000', '145330.730000', '145330.733000', '145330.735000', '145330.738000', '145330.740000', '145330.743000', '145330.746000', '145330.748000', '145330.751000', '145330.754000', '145330.756000', '145330.759000', '145330.761000', '145330.764000', '145330.767000', '145330.769000', '145330.772000', '145330.774000', '145330.777000', '145330.780000', '145330.782000', '145330.785000', '145330.787000', '145330.790000', '145330.792000', '145330.795000', '145350.672000', '145350.674000', '145350.677000', '145350.680000', '145350.682000', '145350.685000', '145350.687000', '145350.690000', '145350.692000', '145350.695000', '145350.697000', '145350.700000', '145350.702000', '145350.705000', '145350.707000', '145350.710000', '145350.712000', '145350.715000', '145350.718000', '145350.720000', '145350.723000', '145350.725000', '145350.728000', '145350.730000', '145350.733000', '145350.735000', '145350.738000', '145350.740000', '145350.743000', '145350.753000', '145350.756000', '145350.759000', '145350.761000', '145350.764000', '145350.766000', '145350.769000', '145350.771000', '145350.774000', '145350.776000', '145350.779000', '145350.782000', '145350.784000', '145350.787000', '145410.673000', '145410.676000', '145410.679000', '145410.681000', '145410.684000', '145410.686000', '145410.689000', '145410.691000', '145410.694000', '145410.697000', '145410.699000', '145410.702000', '145410.704000', '145410.707000', '145410.709000', '145410.712000', '145410.715000', '145410.717000', '145410.720000', '145410.722000', '145410.725000', '145410.727000', '145410.730000', '145410.732000', '145410.735000', '145410.738000', '145410.740000', '145410.743000', '145410.745000', '145410.748000', '145410.750000', '145410.753000', '145410.756000', '145410.758000', '145410.761000', '145410.763000', '145410.766000', '145410.768000', '145410.771000', '145410.773000', '145410.776000', '145410.778000', '145410.781000', '145430.672000', '145430.675000', '145430.678000', '145430.680000', '145430.683000', '145430.686000', '145430.688000', '145430.691000', '145430.693000', '145430.696000', '145430.705000', '145430.708000', '145430.710000', '145430.713000', '145430.715000', '145430.718000', '145430.721000', '145430.723000', '145430.726000', '145430.728000', '145430.731000', '145430.733000', '145430.736000', '145430.738000', '145430.741000', '145430.744000', '145430.746000', '145430.749000', '145430.751000', '145430.754000', '145430.756000', '145430.759000', '145430.762000', '145430.764000', '145430.767000', '145430.769000', '145430.772000', '145430.774000', '145430.777000', '145430.780000', '145430.782000', '145430.785000', '145430.787000', '145430.790000', '145450.672000', '145450.675000', '145450.678000', '145450.680000', '145450.683000', '145450.685000', '145450.688000', '145450.691000', '145450.693000', '145450.696000', '145450.698000', '145450.712000', '145450.715000', '145450.717000', '145450.720000', '145450.723000', '145450.725000', '145450.728000', '145450.730000', '145450.734000', '145450.737000', '145450.739000', '145450.742000', '145450.744000', '145450.747000', '145450.750000', '145450.752000', '145450.755000', '145450.757000', '145450.760000', '145450.762000', '145450.765000', '145450.768000', '145450.770000', '145450.773000', '145450.775000', '145450.778000', '145450.780000', '145450.783000', '145450.785000', '145450.788000', '145450.791000', '145450.793000', '145510.673000', '145510.675000', '145510.678000', '145510.681000', '145510.683000', '145510.686000', '145510.688000', '145510.691000', '145510.693000', '145510.696000', '145510.698000', '145510.702000', '145510.705000', '145510.707000', '145510.710000', '145510.713000', '145510.715000', '145510.718000', '145510.720000', '145510.723000', '145510.725000', '145510.728000', '145510.730000', '145510.733000', '145510.736000', '145510.738000', '145510.741000', '145510.743000', '145510.767000', '145510.770000', '145510.772000', '145510.775000', '145510.777000', '145510.780000', '145510.782000', '145510.785000', '145510.787000', '145510.790000', '145510.792000', '145510.795000', '145510.798000', '145510.856000', '145510.858000', '145510.861000', '145530.673000', '145530.675000', '145530.683000', '145530.686000', '145530.688000', '145530.691000', '145530.693000', '145530.696000', '145530.698000', '145530.701000', '145530.703000', '145530.706000', '145530.709000', '145530.711000', '145530.714000', '145530.716000', '145530.719000', '145530.722000', '145530.724000', '145530.727000', '145530.729000', '145530.732000', '145530.735000', '145530.738000', '145530.740000', '145530.743000', '145530.746000', '145530.748000', '145530.751000', '145530.754000', '145530.756000', '145530.759000', '145530.761000', '145530.764000', '145530.766000', '145530.769000', '145530.772000', '145530.774000', '145530.777000', '145530.779000', '145530.782000', '145530.784000', '145530.787000', '145550.672000', '145550.675000', '145550.678000', '145550.680000', '145550.683000', '145550.685000', '145550.688000', '145550.691000', '145550.693000', '145550.696000', '145550.698000', '145550.701000', '145550.703000', '145550.706000', '145550.709000', '145550.711000', '145550.714000', '145550.716000', '145550.719000', '145550.721000', '145550.724000', '145550.726000', '145550.729000', '145550.732000', '145550.734000', '145550.737000', '145550.740000', '145550.742000', '145550.745000', '145550.747000', '145550.750000', '145550.752000', '145550.755000', '145550.758000', '145550.760000', '145550.763000', '145550.765000', '145550.768000', '145550.770000', '145550.773000', '145550.775000', '145550.778000', '145550.781000', '145550.783000', '145610.671000', '145610.674000', '145610.677000', '145610.680000', '145610.682000', '145610.685000', '145610.687000', '145610.690000', '145610.693000', '145610.695000', '145610.698000', '145610.700000', '145610.703000', '145610.706000', '145610.709000', '145610.711000', '145610.714000', '145610.717000', '145610.719000', '145610.722000', '145610.725000', '145610.727000', '145610.730000', '145610.732000', '145610.735000', '145610.738000', '145610.740000', '145610.743000', '145610.745000', '145610.748000', '145610.750000', '145610.753000', '145610.755000', '145610.758000', '145610.761000', '145610.763000', '145610.766000', '145610.768000', '145610.771000', '145610.774000', '145610.777000', '145610.780000', '145610.782000', '145630.672000', '145630.675000', '145630.678000', '145630.680000', '145630.683000', '145630.685000', '145630.688000', '145630.691000', '145630.693000', '145630.696000', '145630.699000', '145630.701000', '145630.704000', '145630.706000', '145630.709000', '145630.711000', '145630.714000', '145630.716000', '145630.719000', '145630.722000', '145630.724000', '145630.727000', '145630.729000', '145630.732000', '145630.734000', '145630.737000', '145630.739000', '145630.742000', '145630.745000', '145630.747000', '145630.750000', '145630.752000', '145630.755000', '145630.758000', '145630.760000', '145630.763000', '145630.765000', '145630.768000', '145630.770000', '145630.773000', '145630.776000', '145630.778000', '145630.781000', '145630.783000', '145650.672000', '145650.675000', '145650.678000', '145650.680000', '145650.683000', '145650.685000', '145650.688000', '145650.691000', '145650.693000', '145650.708000', '145650.711000', '145650.714000', '145650.716000', '145650.719000', '145650.721000', '145650.724000', '145650.726000', '145650.729000', '145650.731000', '145650.734000', '145650.737000', '145650.739000', '145650.742000', '145650.744000', '145650.747000', '145650.750000', '145650.752000', '145650.755000', '145650.757000', '145650.760000', '145650.762000', '145650.765000', '145650.767000', '145650.770000', '145650.773000', '145650.775000', '145650.778000', '145650.780000', '145650.783000', '145650.785000', '145650.788000', '145650.790000', '145650.793000', '145710.673000', '145710.676000', '145710.678000', '145710.681000', '145710.683000', '145710.686000', '145710.688000', '145710.691000', '145710.694000', '145710.696000', '145710.699000', '145710.702000', '145710.704000', '145710.707000', '145710.710000', '145710.712000', '145710.715000', '145710.718000', '145710.720000', '145710.723000', '145710.725000', '145710.728000', '145710.730000', '145710.733000', '145710.736000', '145710.738000', '145710.741000', '145710.743000', '145710.746000', '145710.748000', '145710.751000', '145710.754000', '145710.756000', '145710.759000', '145710.761000', '145710.764000', '145710.766000', '145710.769000', '145710.772000', '145710.774000', '145710.777000', '145710.779000', '145710.782000', '145710.784000', '145730.672000', '145730.675000', '145730.678000', '145730.681000', '145730.683000', '145730.686000', '145730.688000', '145730.691000', '145730.694000', '145730.696000', '145730.699000', '145730.701000', '145730.704000', '145730.706000', '145730.709000', '145730.712000', '145730.714000', '145730.717000', '145730.720000', '145730.722000', '145730.725000', '145730.727000', '145730.730000', '145730.732000', '145730.735000', '145730.738000', '145730.740000', '145730.743000', '145730.746000', '145730.748000', '145730.751000', '145730.754000', '145730.756000', '145730.759000', '145730.762000', '145730.764000', '145730.767000', '145730.769000', '145730.772000', '145730.775000', '145730.777000', '145730.780000', '145730.782000', '145750.672000', '145750.675000', '145750.678000', '145750.680000', '145750.683000', '145750.686000', '145750.688000', '145750.691000', '145750.693000', '145750.696000', '145750.698000', '145750.701000', '145750.704000', '145750.706000', '145750.709000', '145750.711000', '145750.714000', '145750.716000', '145750.719000', '145750.721000', '145750.724000', '145750.727000', '145750.729000', '145750.732000', '145750.734000', '145750.737000', '145750.740000', '145750.742000', '145750.745000', '145750.747000', '145750.750000', '145750.752000', '145750.755000', '145750.757000', '145750.760000', '145750.763000', '145750.765000', '145750.768000', '145750.770000', '145750.773000', '145750.775000', '145750.778000', '145750.781000', '145750.783000', '145810.673000', '145810.675000', '145810.678000', '145810.681000', '145810.683000', '145810.686000', '145810.688000', '145810.691000', '145810.693000', '145810.696000', '145810.699000', '145810.701000', '145810.704000', '145810.706000', '145810.709000', '145810.711000', '145810.714000', '145810.717000', '145810.719000', '145810.732000', '145810.735000', '145810.737000', '145810.740000', '145810.743000', '145810.745000', '145810.748000', '145810.750000', '145810.753000', '145810.755000', '145810.758000', '145810.760000', '145810.763000', '145810.767000', '145810.770000', '145810.772000', '145810.775000', '145810.778000', '145810.780000', '145810.783000', '145810.785000', '145810.788000', '145810.790000', '145810.793000', '145830.671000', '145830.674000', '145830.677000', '145830.679000', '145830.682000', '145830.684000', '145830.687000', '145830.690000', '145830.692000', '145830.695000', '145830.697000', '145830.700000', '145830.702000', '145830.705000', '145830.708000', '145830.710000', '145830.713000', '145830.715000', '145830.718000', '145830.720000', '145830.723000', '145830.726000', '145830.728000', '145830.731000', '145830.733000', '145830.736000', '145830.738000', '145830.741000', '145830.743000', '145830.746000', '145830.749000', '145830.751000', '145830.754000', '145830.756000', '145830.759000', '145830.762000', '145830.764000', '145830.767000', '145830.769000', '145830.772000', '145830.774000', '145830.777000', '145830.779000', '145830.782000', '145850.673000', '145850.676000', '145850.678000', '145850.681000', '145850.683000', '145850.686000', '145850.688000', '145850.691000', '145850.694000', '145850.696000', '145850.699000', '145850.701000', '145850.704000', '145850.706000', '145850.709000', '145850.711000', '145850.714000', '145850.717000', '145850.719000', '145850.722000', '145850.724000', '145850.727000', '145850.731000', '145850.734000', '145850.736000', '145850.739000', '145850.741000', '145850.744000', '145850.746000', '145850.749000', '145850.752000', '145850.754000', '145850.757000', '145850.759000', '145850.762000', '145850.765000', '145850.767000', '145850.770000', '145850.772000', '145850.775000', '145850.777000', '145850.780000', '145850.783000', '145910.673000', '145910.676000', '145910.678000', '145910.681000', '145910.684000', '145910.686000', '145910.689000', '145910.691000', '145910.694000', '145910.696000', '145910.699000', '145910.702000', '145910.704000', '145910.707000', '145910.709000', '145910.712000', '145910.714000', '145910.717000', '145910.719000', '145910.722000', '145910.725000', '145910.727000', '145910.730000', '145910.733000', '145910.735000', '145910.738000', '145910.741000', '145910.743000', '145910.746000', '145910.748000', '145910.751000', '145910.754000', '145910.756000', '145910.759000', '145910.761000', '145910.764000', '145910.766000', '145910.769000', '145910.772000', '145910.774000', '145910.777000', '145910.779000', '145910.782000', '145910.784000', '145930.673000', '145930.675000', '145930.678000', '145930.681000', '145930.683000', '145930.686000', '145930.688000', '145930.691000', '145930.693000', '145930.696000', '145930.698000', '145930.701000', '145930.704000', '145930.706000', '145930.709000', '145930.711000', '145930.714000', '145930.717000', '145930.719000', '145930.722000', '145930.724000', '145930.727000', '145930.729000', '145930.732000', '145930.735000', '145930.737000', '145930.740000', '145930.742000', '145930.745000', '145930.747000', '145930.759000', '145930.762000', '145930.764000', '145930.767000', '145930.770000', '145930.772000', '145930.775000', '145930.777000', '145930.780000', '145930.782000', '145930.785000', '145930.788000', '145930.790000', '145950.672000', '145950.675000', '145950.678000', '145950.681000', '145950.683000', '145950.686000', '145950.688000', '145950.691000', '145950.693000', '145950.696000', '145950.699000', '145950.701000', '145950.704000', '145950.707000', '145950.710000', '145950.712000', '145950.715000', '145950.717000', '145950.720000', '145950.723000', '145950.725000', '145950.728000', '145950.730000', '145950.733000', '145950.735000', '145950.738000', '145950.740000', '145950.743000', '145950.746000', '145950.748000', '145950.751000', '145950.753000', '145950.756000', '145950.758000', '145950.761000', '145950.764000', '145950.766000', '145950.769000', '145950.771000', '145950.774000', '145950.776000', '145950.779000', '145950.781000', '145950.784000', '150010.673000', '150010.676000', '150010.678000', '150010.681000', '150010.683000', '150010.686000', '150010.688000', '150010.691000', '150010.694000', '150010.696000', '150010.699000', '150010.701000', '150010.704000', '150010.706000', '150010.709000', '150010.712000', '150010.714000', '150010.717000', '150010.720000', '150010.722000', '150010.725000', '150010.727000', '150010.730000', '150010.732000', '150010.735000', '150010.737000', '150010.740000', '150010.743000', '150010.745000', '150010.749000', '150010.751000', '150010.754000', '150010.756000', '150010.759000', '150010.762000', '150010.764000', '150010.767000', '150010.769000', '150010.772000', '150010.774000', '150010.777000', '150010.780000', '150010.782000', '150030.672000', '150030.675000', '150030.678000', '150030.680000', '150030.683000', '150030.685000', '150030.688000', '150030.691000', '150030.693000', '150030.696000', '150030.698000', '150030.701000', '150030.703000', '150030.706000', '150030.709000', '150030.711000', '150030.714000', '150030.716000', '150030.719000', '150030.721000', '150030.724000', '150030.727000', '150030.729000', '150030.732000', '150030.734000', '150030.737000', '150030.739000', '150030.742000', '150030.744000', '150030.747000', '150030.750000', '150030.752000', '150030.755000', '150030.757000', '150030.760000', '150030.762000', '150030.765000', '150030.767000', '150030.770000', '150030.773000', '150030.775000', '150030.778000', '150030.780000', '150030.783000', '150050.671000', '150050.674000', '150050.677000', '150050.679000', '150050.682000', '150050.685000', '150050.687000', '150050.690000', '150050.692000', '150050.695000', '150050.698000', '150050.700000', '150050.703000', '150050.705000', '150050.708000', '150050.711000', '150050.713000', '150050.716000', '150050.718000', '150050.721000', '150050.723000', '150050.726000', '150050.729000', '150050.731000', '150050.734000', '150050.736000', '150050.739000', '150050.742000', '150050.744000', '150050.747000', '150050.749000', '150050.752000', '150050.754000', '150050.757000', '150050.760000', '150050.762000', '150050.765000', '150050.767000', '150050.770000', '150050.772000', '150050.775000', '150050.785000', '150050.788000', '150110.673000', '150110.675000', '150110.678000', '150110.680000', '150110.683000', '150110.686000', '150110.688000', '150110.691000', '150110.695000', '150110.697000', '150110.700000', '150110.703000', '150110.705000', '150110.708000', '150110.710000', '150110.713000', '150110.716000', '150110.718000', '150110.721000', '150110.723000', '150110.726000', '150110.729000', '150110.731000', '150110.734000', '150110.736000', '150110.739000', '150110.742000', '150110.744000', '150110.747000', '150110.750000', '150110.752000', '150110.755000', '150110.757000', '150110.760000', '150110.763000', '150110.766000', '150110.768000', '150110.771000', '150110.773000', '150110.776000', '150110.779000', '150110.781000', '150110.784000', '150110.786000', '150130.673000', '150130.676000', '150130.678000', '150130.681000', '150130.683000', '150130.686000', '150130.689000', '150130.691000', '150130.694000', '150130.696000', '150130.699000', '150130.702000', '150130.704000', '150130.707000', '150130.709000', '150130.712000', '150130.714000', '150130.717000', '150130.720000', '150130.722000', '150130.725000', '150130.727000', '150130.730000', '150130.733000', '150130.735000', '150130.738000', '150130.740000', '150130.743000', '150130.745000', '150130.748000', '150130.751000', '150130.753000', '150130.756000', '150130.758000', '150130.761000', '150130.763000', '150130.766000', '150130.769000', '150130.771000', '150130.774000', '150130.776000', '150130.779000', '150130.781000', '150150.673000', '150150.676000', '150150.678000', '150150.681000', '150150.683000', '150150.686000', '150150.688000', '150150.691000', '150150.694000', '150150.696000', '150150.699000', '150150.701000', '150150.704000', '150150.707000', '150150.709000', '150150.712000', '150150.714000', '150150.717000', '150150.720000', '150150.723000', '150150.725000', '150150.728000', '150150.730000', '150150.733000', '150150.736000', '150150.738000', '150150.741000', '150150.743000', '150150.746000', '150150.749000', '150150.751000', '150150.754000', '150150.757000', '150150.759000', '150150.762000', '150150.764000', '150150.767000', '150150.769000', '150150.772000', '150150.775000', '150150.777000', '150150.780000', '150150.782000', '150210.673000', '150210.676000', '150210.679000', '150210.681000', '150210.684000', '150210.686000', '150210.689000', '150210.691000', '150210.694000', '150210.696000', '150210.699000', '150210.702000', '150210.704000', '150210.707000', '150210.709000', '150210.712000', '150210.714000', '150210.717000', '150210.720000', '150210.722000', '150210.725000', '150210.727000', '150210.730000', '150210.732000', '150210.747000', '150210.750000', '150210.752000', '150210.755000', '150210.758000', '150210.760000', '150210.763000', '150210.765000', '150210.768000', '150210.770000', '150210.773000', '150210.775000', '150210.778000', '150210.781000', '150210.784000', '150210.787000', '150210.789000', '150210.792000', '150210.794000', '150210.797000', '150230.673000', '150230.676000', '150230.678000', '150230.681000', '150230.683000', '150230.686000', '150230.689000', '150230.691000', '150230.694000', '150230.697000', '150230.699000', '150230.702000', '150230.704000', '150230.707000', '150230.709000', '150230.712000', '150230.715000', '150230.717000', '150230.720000', '150230.722000', '150230.725000', '150230.727000', '150230.731000', '150230.734000', '150230.736000', '150230.739000', '150230.742000', '150230.744000', '150230.747000', '150230.749000', '150230.752000', '150230.754000', '150230.757000', '150230.760000', '150230.762000', '150230.765000', '150230.767000', '150230.770000', '150230.772000', '150230.775000', '150230.778000', '150230.780000', '150230.783000', '150243.588000', '150243.593000', '150243.596000', '150243.599000', '150243.602000', '150243.605000', '150243.607000', '150243.610000', '150243.613000', '150243.616000', '150243.619000', '150243.622000', '150243.624000', '150243.628000', '150243.631000', '150243.634000', '150243.636000', '150243.639000', '150243.642000', '150243.644000', '150243.647000', '150243.650000', '150243.652000', '150243.655000', '150243.658000', '150243.661000', '150243.663000', '150243.666000', '150243.669000'], 'InstanceCreationTime': ['145310.705000', '145310.709000', '145310.711000', '145310.714000', '145310.716000', '145310.719000', '145310.721000', '145310.724000', '145310.727000', '145310.729000', '145310.732000', '145310.734000', '145310.737000', '145310.739000', '145310.742000', '145310.766000', '145310.769000', '145310.771000', '145310.774000', '145310.776000', '145310.779000', '145310.781000', '145310.784000', '145310.786000', '145310.789000', '145310.791000', '145310.794000', '145310.797000', '145310.799000', '145310.827000', '145310.830000', '145310.832000', '145310.835000', '145310.837000', '145310.840000', '145310.842000', '145310.845000', '145310.847000', '145310.850000', '145310.852000', '145310.856000', '145310.859000', '145310.861000', '145310.864000', '145310.867000', '145310.869000', '145310.872000', '145310.874000', '145310.877000', '145310.880000', '145310.882000', '145310.885000', '145330.672000', '145330.675000', '145330.678000', '145330.680000', '145330.683000', '145330.685000', '145330.688000', '145330.696000', '145330.698000', '145330.701000', '145330.703000', '145330.706000', '145330.708000', '145330.711000', '145330.714000', '145330.716000', '145330.719000', '145330.728000', '145330.730000', '145330.733000', '145330.735000', '145330.738000', '145330.740000', '145330.743000', '145330.746000', '145330.748000', '145330.751000', '145330.754000', '145330.756000', '145330.759000', '145330.761000', '145330.764000', '145330.767000', '145330.769000', '145330.772000', '145330.774000', '145330.777000', '145330.780000', '145330.782000', '145330.785000', '145330.787000', '145330.790000', '145330.792000', '145330.795000', '145350.672000', '145350.674000', '145350.677000', '145350.680000', '145350.682000', '145350.685000', '145350.687000', '145350.690000', '145350.692000', '145350.695000', '145350.697000', '145350.700000', '145350.702000', '145350.705000', '145350.707000', '145350.710000', '145350.712000', '145350.715000', '145350.718000', '145350.720000', '145350.723000', '145350.725000', '145350.728000', '145350.730000', '145350.733000', '145350.735000', '145350.738000', '145350.740000', '145350.743000', '145350.753000', '145350.756000', '145350.759000', '145350.761000', '145350.764000', '145350.766000', '145350.769000', '145350.771000', '145350.774000', '145350.776000', '145350.779000', '145350.782000', '145350.784000', '145350.787000', '145410.673000', '145410.676000', '145410.679000', '145410.681000', '145410.684000', '145410.686000', '145410.689000', '145410.691000', '145410.694000', '145410.697000', '145410.699000', '145410.702000', '145410.704000', '145410.707000', '145410.709000', '145410.712000', '145410.715000', '145410.717000', '145410.720000', '145410.722000', '145410.725000', '145410.727000', '145410.730000', '145410.732000', '145410.735000', '145410.738000', '145410.740000', '145410.743000', '145410.745000', '145410.748000', '145410.750000', '145410.753000', '145410.756000', '145410.758000', '145410.761000', '145410.763000', '145410.766000', '145410.768000', '145410.771000', '145410.773000', '145410.776000', '145410.778000', '145410.781000', '145430.672000', '145430.675000', '145430.678000', '145430.680000', '145430.683000', '145430.686000', '145430.688000', '145430.691000', '145430.693000', '145430.696000', '145430.705000', '145430.708000', '145430.710000', '145430.713000', '145430.715000', '145430.718000', '145430.721000', '145430.723000', '145430.726000', '145430.728000', '145430.731000', '145430.733000', '145430.736000', '145430.738000', '145430.741000', '145430.744000', '145430.746000', '145430.749000', '145430.751000', '145430.754000', '145430.756000', '145430.759000', '145430.762000', '145430.764000', '145430.767000', '145430.769000', '145430.772000', '145430.774000', '145430.777000', '145430.780000', '145430.782000', '145430.785000', '145430.787000', '145430.790000', '145450.672000', '145450.675000', '145450.678000', '145450.680000', '145450.683000', '145450.685000', '145450.688000', '145450.691000', '145450.693000', '145450.696000', '145450.698000', '145450.712000', '145450.715000', '145450.717000', '145450.720000', '145450.723000', '145450.725000', '145450.728000', '145450.730000', '145450.734000', '145450.737000', '145450.739000', '145450.742000', '145450.744000', '145450.747000', '145450.750000', '145450.752000', '145450.755000', '145450.757000', '145450.760000', '145450.762000', '145450.765000', '145450.768000', '145450.770000', '145450.773000', '145450.775000', '145450.778000', '145450.780000', '145450.783000', '145450.785000', '145450.788000', '145450.791000', '145450.793000', '145510.673000', '145510.675000', '145510.678000', '145510.681000', '145510.683000', '145510.686000', '145510.688000', '145510.691000', '145510.693000', '145510.696000', '145510.698000', '145510.702000', '145510.705000', '145510.707000', '145510.710000', '145510.713000', '145510.715000', '145510.718000', '145510.720000', '145510.723000', '145510.725000', '145510.728000', '145510.730000', '145510.733000', '145510.736000', '145510.738000', '145510.741000', '145510.743000', '145510.767000', '145510.770000', '145510.772000', '145510.775000', '145510.777000', '145510.780000', '145510.782000', '145510.785000', '145510.787000', '145510.790000', '145510.792000', '145510.795000', '145510.798000', '145510.856000', '145510.858000', '145510.861000', '145530.673000', '145530.675000', '145530.683000', '145530.686000', '145530.688000', '145530.691000', '145530.693000', '145530.696000', '145530.698000', '145530.701000', '145530.703000', '145530.706000', '145530.709000', '145530.711000', '145530.714000', '145530.716000', '145530.719000', '145530.722000', '145530.724000', '145530.727000', '145530.729000', '145530.732000', '145530.735000', '145530.738000', '145530.740000', '145530.743000', '145530.746000', '145530.748000', '145530.751000', '145530.754000', '145530.756000', '145530.759000', '145530.761000', '145530.764000', '145530.766000', '145530.769000', '145530.772000', '145530.774000', '145530.777000', '145530.779000', '145530.782000', '145530.784000', '145530.787000', '145550.672000', '145550.675000', '145550.678000', '145550.680000', '145550.683000', '145550.685000', '145550.688000', '145550.691000', '145550.693000', '145550.696000', '145550.698000', '145550.701000', '145550.703000', '145550.706000', '145550.709000', '145550.711000', '145550.714000', '145550.716000', '145550.719000', '145550.721000', '145550.724000', '145550.726000', '145550.729000', '145550.732000', '145550.734000', '145550.737000', '145550.740000', '145550.742000', '145550.745000', '145550.747000', '145550.750000', '145550.752000', '145550.755000', '145550.758000', '145550.760000', '145550.763000', '145550.765000', '145550.768000', '145550.770000', '145550.773000', '145550.775000', '145550.778000', '145550.781000', '145550.783000', '145610.671000', '145610.674000', '145610.677000', '145610.680000', '145610.682000', '145610.685000', '145610.687000', '145610.690000', '145610.693000', '145610.695000', '145610.698000', '145610.700000', '145610.703000', '145610.706000', '145610.709000', '145610.711000', '145610.714000', '145610.717000', '145610.719000', '145610.722000', '145610.725000', '145610.727000', '145610.730000', '145610.732000', '145610.735000', '145610.738000', '145610.740000', '145610.743000', '145610.745000', '145610.748000', '145610.750000', '145610.753000', '145610.755000', '145610.758000', '145610.761000', '145610.763000', '145610.766000', '145610.768000', '145610.771000', '145610.774000', '145610.777000', '145610.780000', '145610.782000', '145630.672000', '145630.675000', '145630.678000', '145630.680000', '145630.683000', '145630.685000', '145630.688000', '145630.691000', '145630.693000', '145630.696000', '145630.699000', '145630.701000', '145630.704000', '145630.706000', '145630.709000', '145630.711000', '145630.714000', '145630.716000', '145630.719000', '145630.722000', '145630.724000', '145630.727000', '145630.729000', '145630.732000', '145630.734000', '145630.737000', '145630.739000', '145630.742000', '145630.745000', '145630.747000', '145630.750000', '145630.752000', '145630.755000', '145630.758000', '145630.760000', '145630.763000', '145630.765000', '145630.768000', '145630.770000', '145630.773000', '145630.776000', '145630.778000', '145630.781000', '145630.783000', '145650.672000', '145650.675000', '145650.678000', '145650.680000', '145650.683000', '145650.685000', '145650.688000', '145650.691000', '145650.693000', '145650.708000', '145650.711000', '145650.714000', '145650.716000', '145650.719000', '145650.721000', '145650.724000', '145650.726000', '145650.729000', '145650.731000', '145650.734000', '145650.737000', '145650.739000', '145650.742000', '145650.744000', '145650.747000', '145650.750000', '145650.752000', '145650.755000', '145650.757000', '145650.760000', '145650.762000', '145650.765000', '145650.767000', '145650.770000', '145650.773000', '145650.775000', '145650.778000', '145650.780000', '145650.783000', '145650.785000', '145650.788000', '145650.790000', '145650.793000', '145710.673000', '145710.676000', '145710.678000', '145710.681000', '145710.683000', '145710.686000', '145710.688000', '145710.691000', '145710.694000', '145710.696000', '145710.699000', '145710.702000', '145710.704000', '145710.707000', '145710.710000', '145710.712000', '145710.715000', '145710.718000', '145710.720000', '145710.723000', '145710.725000', '145710.728000', '145710.730000', '145710.733000', '145710.736000', '145710.738000', '145710.741000', '145710.743000', '145710.746000', '145710.748000', '145710.751000', '145710.754000', '145710.756000', '145710.759000', '145710.761000', '145710.764000', '145710.766000', '145710.769000', '145710.772000', '145710.774000', '145710.777000', '145710.779000', '145710.782000', '145710.784000', '145730.672000', '145730.675000', '145730.678000', '145730.681000', '145730.683000', '145730.686000', '145730.688000', '145730.691000', '145730.694000', '145730.696000', '145730.699000', '145730.701000', '145730.704000', '145730.706000', '145730.709000', '145730.712000', '145730.714000', '145730.717000', '145730.720000', '145730.722000', '145730.725000', '145730.727000', '145730.730000', '145730.732000', '145730.735000', '145730.738000', '145730.740000', '145730.743000', '145730.746000', '145730.748000', '145730.751000', '145730.754000', '145730.756000', '145730.759000', '145730.762000', '145730.764000', '145730.767000', '145730.769000', '145730.772000', '145730.775000', '145730.777000', '145730.780000', '145730.782000', '145750.672000', '145750.675000', '145750.678000', '145750.680000', '145750.683000', '145750.686000', '145750.688000', '145750.691000', '145750.693000', '145750.696000', '145750.698000', '145750.701000', '145750.704000', '145750.706000', '145750.709000', '145750.711000', '145750.714000', '145750.716000', '145750.719000', '145750.721000', '145750.724000', '145750.727000', '145750.729000', '145750.732000', '145750.734000', '145750.737000', '145750.740000', '145750.742000', '145750.745000', '145750.747000', '145750.750000', '145750.752000', '145750.755000', '145750.757000', '145750.760000', '145750.763000', '145750.765000', '145750.768000', '145750.770000', '145750.773000', '145750.775000', '145750.778000', '145750.781000', '145750.783000', '145810.673000', '145810.675000', '145810.678000', '145810.681000', '145810.683000', '145810.686000', '145810.688000', '145810.691000', '145810.693000', '145810.696000', '145810.699000', '145810.701000', '145810.704000', '145810.706000', '145810.709000', '145810.711000', '145810.714000', '145810.717000', '145810.719000', '145810.732000', '145810.735000', '145810.737000', '145810.740000', '145810.743000', '145810.745000', '145810.748000', '145810.750000', '145810.753000', '145810.755000', '145810.758000', '145810.760000', '145810.763000', '145810.767000', '145810.770000', '145810.772000', '145810.775000', '145810.778000', '145810.780000', '145810.783000', '145810.785000', '145810.788000', '145810.790000', '145810.793000', '145830.671000', '145830.674000', '145830.677000', '145830.679000', '145830.682000', '145830.684000', '145830.687000', '145830.690000', '145830.692000', '145830.695000', '145830.697000', '145830.700000', '145830.702000', '145830.705000', '145830.708000', '145830.710000', '145830.713000', '145830.715000', '145830.718000', '145830.720000', '145830.723000', '145830.726000', '145830.728000', '145830.731000', '145830.733000', '145830.736000', '145830.738000', '145830.741000', '145830.743000', '145830.746000', '145830.749000', '145830.751000', '145830.754000', '145830.756000', '145830.759000', '145830.762000', '145830.764000', '145830.767000', '145830.769000', '145830.772000', '145830.774000', '145830.777000', '145830.779000', '145830.782000', '145850.673000', '145850.676000', '145850.678000', '145850.681000', '145850.683000', '145850.686000', '145850.688000', '145850.691000', '145850.694000', '145850.696000', '145850.699000', '145850.701000', '145850.704000', '145850.706000', '145850.709000', '145850.711000', '145850.714000', '145850.717000', '145850.719000', '145850.722000', '145850.724000', '145850.727000', '145850.731000', '145850.734000', '145850.736000', '145850.739000', '145850.741000', '145850.744000', '145850.746000', '145850.749000', '145850.752000', '145850.754000', '145850.757000', '145850.759000', '145850.762000', '145850.765000', '145850.767000', '145850.770000', '145850.772000', '145850.775000', '145850.777000', '145850.780000', '145850.783000', '145910.673000', '145910.676000', '145910.678000', '145910.681000', '145910.684000', '145910.686000', '145910.689000', '145910.691000', '145910.694000', '145910.696000', '145910.699000', '145910.702000', '145910.704000', '145910.707000', '145910.709000', '145910.712000', '145910.714000', '145910.717000', '145910.719000', '145910.722000', '145910.725000', '145910.727000', '145910.730000', '145910.733000', '145910.735000', '145910.738000', '145910.741000', '145910.743000', '145910.746000', '145910.748000', '145910.751000', '145910.754000', '145910.756000', '145910.759000', '145910.761000', '145910.764000', '145910.766000', '145910.769000', '145910.772000', '145910.774000', '145910.777000', '145910.779000', '145910.782000', '145910.784000', '145930.673000', '145930.675000', '145930.678000', '145930.681000', '145930.683000', '145930.686000', '145930.688000', '145930.691000', '145930.693000', '145930.696000', '145930.698000', '145930.701000', '145930.704000', '145930.706000', '145930.709000', '145930.711000', '145930.714000', '145930.717000', '145930.719000', '145930.722000', '145930.724000', '145930.727000', '145930.729000', '145930.732000', '145930.735000', '145930.737000', '145930.740000', '145930.742000', '145930.745000', '145930.747000', '145930.759000', '145930.762000', '145930.764000', '145930.767000', '145930.770000', '145930.772000', '145930.775000', '145930.777000', '145930.780000', '145930.782000', '145930.785000', '145930.788000', '145930.790000', '145950.672000', '145950.675000', '145950.678000', '145950.681000', '145950.683000', '145950.686000', '145950.688000', '145950.691000', '145950.693000', '145950.696000', '145950.699000', '145950.701000', '145950.704000', '145950.707000', '145950.710000', '145950.712000', '145950.715000', '145950.717000', '145950.720000', '145950.723000', '145950.725000', '145950.728000', '145950.730000', '145950.733000', '145950.735000', '145950.738000', '145950.740000', '145950.743000', '145950.746000', '145950.748000', '145950.751000', '145950.753000', '145950.756000', '145950.758000', '145950.761000', '145950.764000', '145950.766000', '145950.769000', '145950.771000', '145950.774000', '145950.776000', '145950.779000', '145950.781000', '145950.784000', '150010.673000', '150010.676000', '150010.678000', '150010.681000', '150010.683000', '150010.686000', '150010.688000', '150010.691000', '150010.694000', '150010.696000', '150010.699000', '150010.701000', '150010.704000', '150010.706000', '150010.709000', '150010.712000', '150010.714000', '150010.717000', '150010.720000', '150010.722000', '150010.725000', '150010.727000', '150010.730000', '150010.732000', '150010.735000', '150010.737000', '150010.740000', '150010.743000', '150010.745000', '150010.749000', '150010.751000', '150010.754000', '150010.756000', '150010.759000', '150010.762000', '150010.764000', '150010.767000', '150010.769000', '150010.772000', '150010.774000', '150010.777000', '150010.780000', '150010.782000', '150030.672000', '150030.675000', '150030.678000', '150030.680000', '150030.683000', '150030.685000', '150030.688000', '150030.691000', '150030.693000', '150030.696000', '150030.698000', '150030.701000', '150030.703000', '150030.706000', '150030.709000', '150030.711000', '150030.714000', '150030.716000', '150030.719000', '150030.721000', '150030.724000', '150030.727000', '150030.729000', '150030.732000', '150030.734000', '150030.737000', '150030.739000', '150030.742000', '150030.744000', '150030.747000', '150030.750000', '150030.752000', '150030.755000', '150030.757000', '150030.760000', '150030.762000', '150030.765000', '150030.767000', '150030.770000', '150030.773000', '150030.775000', '150030.778000', '150030.780000', '150030.783000', '150050.671000', '150050.674000', '150050.677000', '150050.679000', '150050.682000', '150050.685000', '150050.687000', '150050.690000', '150050.692000', '150050.695000', '150050.698000', '150050.700000', '150050.703000', '150050.705000', '150050.708000', '150050.711000', '150050.713000', '150050.716000', '150050.718000', '150050.721000', '150050.723000', '150050.726000', '150050.729000', '150050.731000', '150050.734000', '150050.736000', '150050.739000', '150050.742000', '150050.744000', '150050.747000', '150050.749000', '150050.752000', '150050.754000', '150050.757000', '150050.760000', '150050.762000', '150050.765000', '150050.767000', '150050.770000', '150050.772000', '150050.775000', '150050.785000', '150050.788000', '150110.673000', '150110.675000', '150110.678000', '150110.680000', '150110.683000', '150110.686000', '150110.688000', '150110.691000', '150110.695000', '150110.697000', '150110.700000', '150110.703000', '150110.705000', '150110.708000', '150110.710000', '150110.713000', '150110.716000', '150110.718000', '150110.721000', '150110.723000', '150110.726000', '150110.729000', '150110.731000', '150110.734000', '150110.736000', '150110.739000', '150110.742000', '150110.744000', '150110.747000', '150110.750000', '150110.752000', '150110.755000', '150110.757000', '150110.760000', '150110.763000', '150110.766000', '150110.768000', '150110.771000', '150110.773000', '150110.776000', '150110.779000', '150110.781000', '150110.784000', '150110.786000', '150130.673000', '150130.676000', '150130.678000', '150130.681000', '150130.683000', '150130.686000', '150130.689000', '150130.691000', '150130.694000', '150130.696000', '150130.699000', '150130.702000', '150130.704000', '150130.707000', '150130.709000', '150130.712000', '150130.714000', '150130.717000', '150130.720000', '150130.722000', '150130.725000', '150130.727000', '150130.730000', '150130.733000', '150130.735000', '150130.738000', '150130.740000', '150130.743000', '150130.745000', '150130.748000', '150130.751000', '150130.753000', '150130.756000', '150130.758000', '150130.761000', '150130.763000', '150130.766000', '150130.769000', '150130.771000', '150130.774000', '150130.776000', '150130.779000', '150130.781000', '150150.673000', '150150.676000', '150150.678000', '150150.681000', '150150.683000', '150150.686000', '150150.688000', '150150.691000', '150150.694000', '150150.696000', '150150.699000', '150150.701000', '150150.704000', '150150.707000', '150150.709000', '150150.712000', '150150.714000', '150150.717000', '150150.720000', '150150.723000', '150150.725000', '150150.728000', '150150.730000', '150150.733000', '150150.736000', '150150.738000', '150150.741000', '150150.743000', '150150.746000', '150150.749000', '150150.751000', '150150.754000', '150150.757000', '150150.759000', '150150.762000', '150150.764000', '150150.767000', '150150.769000', '150150.772000', '150150.775000', '150150.777000', '150150.780000', '150150.782000', '150210.673000', '150210.676000', '150210.679000', '150210.681000', '150210.684000', '150210.686000', '150210.689000', '150210.691000', '150210.694000', '150210.696000', '150210.699000', '150210.702000', '150210.704000', '150210.707000', '150210.709000', '150210.712000', '150210.714000', '150210.717000', '150210.720000', '150210.722000', '150210.725000', '150210.727000', '150210.730000', '150210.732000', '150210.747000', '150210.750000', '150210.752000', '150210.755000', '150210.758000', '150210.760000', '150210.763000', '150210.765000', '150210.768000', '150210.770000', '150210.773000', '150210.775000', '150210.778000', '150210.781000', '150210.784000', '150210.787000', '150210.789000', '150210.792000', '150210.794000', '150210.797000', '150230.673000', '150230.676000', '150230.678000', '150230.681000', '150230.683000', '150230.686000', '150230.689000', '150230.691000', '150230.694000', '150230.697000', '150230.699000', '150230.702000', '150230.704000', '150230.707000', '150230.709000', '150230.712000', '150230.715000', '150230.717000', '150230.720000', '150230.722000', '150230.725000', '150230.727000', '150230.731000', '150230.734000', '150230.736000', '150230.739000', '150230.742000', '150230.744000', '150230.747000', '150230.749000', '150230.752000', '150230.754000', '150230.757000', '150230.760000', '150230.762000', '150230.765000', '150230.767000', '150230.770000', '150230.772000', '150230.775000', '150230.778000', '150230.780000', '150230.783000', '150243.588000', '150243.593000', '150243.596000', '150243.599000', '150243.602000', '150243.605000', '150243.607000', '150243.610000', '150243.613000', '150243.616000', '150243.619000', '150243.622000', '150243.624000', '150243.628000', '150243.631000', '150243.634000', '150243.636000', '150243.639000', '150243.642000', '150243.644000', '150243.647000', '150243.650000', '150243.652000', '150243.655000', '150243.658000', '150243.661000', '150243.663000', '150243.666000', '150243.669000'], '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], 'LargestImagePixelValue': [13135, 9834, 8221, 9653, 7195, 12020, 7063, 12395, 10332, 7641, 9257, 7323, 11483, 7718, 7926, 11060, 7800, 13817, 8320, 9900, 11244, 7805, 13186, 8640, 14011, 8804, 12616, 10181, 9076, 10899, 7388, 10466, 7008, 13744, 7739, 8555, 8706, 7042, 9391, 7041, 13040, 10452, 9387, 9997, 7729, 12022, 7088, 13069, 9108, 10994, 11602, 8584, 10073, 7307, 12166, 7254, 10369, 8769, 8213, 10678, 8483, 13062, 7557, 9602, 9347, 7017, 9740, 7679, 13379, 8210, 12310, 9310, 7107, 8317, 7135, 11527, 6981, 11926, 11011, 8302, 9755, 8461, 12673, 7430, 13772, 10254, 12180, 10869, 8055, 9813, 7193, 10720, 7063, 11219, 8169, 10532, 11175, 7569, 9776, 7633, 11983, 7081, 12447, 7603, 10680, 9390, 6989, 8001, 7333, 10990, 7317, 10854, 10368, 8178, 11787, 7953, 13208, 7293, 10832, 10379, 9494, 12387, 9143, 13607, 8775, 13444, 7539, 13522, 8223, 11121, 10189, 7700, 8734, 7077, 10360, 7174, 12632, 9027, 10803, 11270, 8235, 10327, 7668, 12937, 7142, 11820, 11200, 7941, 9819, 6858, 6695, 8034, 9671, 9358, 7983, 12537, 8098, 10777, 10253, 7824, 12160, 7209, 11453, 10035, 9356, 12306, 8685, 14634, 8435, 12368, 8156, 7000, 8787, 7119, 12075, 7980, 13162, 10153, 7521, 8528, 7182, 12844, 7118, 13470, 10612, 11044, 11876, 7985, 11273, 7220, 13525, 8012, 11204, 10436, 8537, 11512, 8315, 14410, 7915, 10348, 8932, 6977, 9940, 6974, 13470, 7763, 13885, 9436, 9938, 10342, 6952, 9954, 7157, 13864, 8080, 13633, 8377, 9331, 10296, 7387, 10868, 7461, 14461, 7506, 7887, 7879, 7308, 12537, 7179, 12318, 10709, 9005, 11061, 7958, 13679, 7409, 13805, 8746, 10587, 10106, 7879, 11507, 8209, 14699, 7607, 13829, 7636, 9914, 10420, 9205, 12824, 9082, 13954, 7286, 10751, 7587, 7102, 10921, 7262, 14137, 8099, 13733, 8597, 10446, 10721, 7406, 13012, 7927, 14986, 7817, 11305, 8785, 6902, 9489, 7155, 12722, 6947, 9378, 10670, 7237, 13420, 7916, 13595, 8724, 7074, 9092, 6961, 13654, 8855, 12406, 12391, 8266, 10801, 6960, 11475, 7818, 6922, 8062, 7032, 12974, 7792, 9678, 10317, 7338, 14167, 10201, 11511, 7692, 6800, 12684, 10497, 10554, 13814, 10206, 12875, 9448, 7485, 13903, 8002, 11156, 12210, 8788, 14475, 7337, 10922, 9880, 6934, 10064, 6909, 13848, 8059, 7906, 8387, 7052, 13792, 9786, 10471, 9808, 7287, 13463, 7363, 10771, 10883, 7053, 13244, 8166, 12954, 11521, 7704, 11021, 6687, 13302, 7584, 7598, 7654, 6831, 12429, 9778, 6999, 12696, 7442, 11446, 10675, 6888, 12543, 8249, 7689, 9972, 8690, 8073, 12012, 7964, 7192, 12782, 8309, 12547, 11587, 8408, 13916, 7195, 12561, 10283, 8413, 11892, 7915, 15222, 7814, 7133, 8446, 6767, 10485, 6969, 11226, 11068, 7073, 11503, 7266, 13102, 9746, 10156, 12880, 8798, 13336, 7230, 12902, 8159, 7972, 9937, 6898, 12905, 7139, 10168, 9182, 6961, 11485, 7142, 13840, 10010, 7989, 9067, 6876, 12763, 6798, 13786, 11584, 10544, 10397, 7158, 9165, 6958, 12686, 7163, 12078, 10296, 7306, 8646, 6986, 12628, 7216, 13017, 11291, 9432, 9796, 7184, 12415, 7023, 13631, 10395, 11370, 10820, 7254, 10265, 6938, 12604, 7249, 10703, 12372, 8431, 12492, 7046, 10795, 8970, 7836, 10488, 7660, 14126, 8212, 13263, 8759, 10152, 10300, 7362, 11817, 6948, 13356, 7152, 8890, 9795, 6982, 11586, 6947, 11062, 10060, 6996, 10538, 6660, 13394, 10791, 10716, 10438, 7304, 11286, 7069, 12672, 8775, 9494, 10693, 7051, 11385, 7057, 10336, 9629, 7835, 11654, 7014, 12711, 7295, 8408, 10084, 7318, 13857, 10423, 10037, 8691, 6903, 11653, 7421, 6867, 10656, 6960, 12127, 9655, 7553, 12122, 8088, 9803, 11230, 8830, 14638, 9998, 7973, 9447, 7006, 10309, 10855, 8695, 11049, 7680, 9037, 7022, 7090, 12624, 10064, 8711, 11814, 7484, 12072, 9295, 6883, 10542, 7218, 9330, 9244, 6904, 12863, 9385, 6777, 13807, 11664, 8826, 13023, 9455, 7149, 11818, 10034, 7171, 13417, 10082, 11086, 10942, 8180, 13159, 7393, 9204, 10840, 7558, 13644, 7670, 10914, 9362, 6940, 10857, 7177, 13629, 11336, 9662, 9670, 7405, 12791, 7128, 12217, 11014, 9753, 11818, 7890, 12016, 6993, 12877, 7698, 9662, 12475, 8579, 13371, 7493, 10006, 8271, 7297, 10371, 6816, 13198, 10352, 9228, 10107, 7166, 12475, 6977, 13313, 10259, 12049, 10923, 8432, 8432, 7245, 7328, 7145, 11828, 7973, 10631, 9830, 7126, 8353, 7022, 12693, 9572, 10838, 10241, 7038, 8775, 6892, 12754, 7411, 12040, 10094, 9534, 8955, 7093, 11112, 6973, 7297, 9754, 6908, 10622, 11515, 8651, 12972, 11033, 8086, 11453, 7148, 13999, 11403, 10693, 12314, 8521, 12740, 7016, 7565, 8668, 6959, 12067, 7335, 11786, 11833, 8478, 11710, 7286, 12207, 9805, 9691, 11567, 8420, 13691, 8659, 14371, 8782, 9056, 9566, 7183, 10303, 7043, 13898, 9366, 12436, 8545, 7170, 8020, 7032, 11417, 7041, 10621, 9990, 7084, 10564, 7219, 12949, 7840, 10580, 11493, 8452, 12224, 7015, 12116, 7271, 7115, 8016, 7050, 13268, 9185, 9992, 10116, 7241, 11662, 7255, 13519, 10513, 11591, 11775, 7806, 10434, 7025, 12588, 8552, 10120, 12634, 8714, 11603, 7251, 11611, 7626, 10556, 10265, 8271, 11721, 7659, 12559, 7427, 12738, 7766, 10325, 11632, 8794, 12215, 7199, 12523, 7419, 10424, 8780, 7854, 11119, 7874, 13132, 7484, 9853, 7830, 7339, 10322, 7400, 13077, 7996, 11940, 7688, 7829, 10008, 7044, 11409, 7060, 13265, 9115, 9594, 9152, 7066, 10752, 7452, 13700, 10505, 9811, 9963, 7177, 10709, 7184, 13246, 8501, 11179, 8821, 7773, 9543, 7152, 12580, 7227, 11858, 7615, 7689, 10231, 7226, 11113, 7173, 13116, 8494, 11089, 10383, 6828, 9139, 7019, 12193, 7860, 8559, 10730, 7903, 13411, 8133, 10630, 9486, 7108, 10663, 7560, 13904, 10510, 11548, 10564, 7343, 10730, 7052, 13318, 9271, 11564, 11901, 8491, 10581, 7452, 12603, 7156, 10179, 10507, 7887, 12367, 7493, 11543, 7591, 8807, 9387, 7240, 11698, 7284, 13927, 9898, 8327, 8193, 6995, 11897, 7177, 11883, 11184, 8228, 9834, 7033, 11476, 7384, 8482, 10474, 7931, 13322, 8359, 10559, 10633, 7799, 12092, 7960, 14169, 10883, 11015, 9535, 7259, 9356, 7178, 12894, 7615, 12948, 7939, 7331, 9214, 6892, 10518, 7058, 13058, 9453, 9810, 9312, 7218, 9694, 7190, 12698, 9375, 11621, 11345, 8337, 9185, 7111, 10919, 7426, 12795, 10379, 9984, 10589, 7489, 8944, 7028, 12320, 7351, 13312, 10477, 9517, 9325, 7442, 9104, 7194, 12436, 7431, 11794, 9714, 7297, 9709, 7073, 11489, 7226, 12311, 10347, 9575, 11682, 8363, 12196, 6907, 12946, 7385, 12605, 11405, 10130, 11511, 8322, 9754, 6881, 11249, 7221, 12885, 7460, 12991, 7426, 8373, 7554, 6971, 8764, 7114, 13241, 7299, 11501, 9032, 9268, 11721, 8598, 13215, 8096, 11491, 7823, 7106, 9685, 7080, 13595, 10837, 8573, 9424, 7234, 12180, 7521, 8809, 10226, 7609, 14252, 10594, 9137, 9574, 7290, 13123, 7849, 13415, 12148, 9140, 9863, 7103, 12409, 7344, 11782, 8795, 7211, 7990, 7120, 12110, 11234, 8785, 12106, 7077, 11304, 9402, 8842, 12038, 8673, 13541, 8358, 13158, 7428, 13560, 7511, 11300, 10664, 8738, 9004, 7264, 10226, 7697, 10459, 9565, 7509, 11924, 7394, 12651, 7496, 9480, 10671, 7186, 12522, 8983, 11241, 12458, 9602, 12991, 7448, 10625, 9026, 8350, 11303, 7873, 12188, 7771, 12733, 7279, 9699, 8750, 7286, 11034, 7059, 12638, 7349, 8674, 9458, 6887, 12601, 9559, 12125, 12727, 9018, 10492, 9195, 7119, 11334, 7153, 12617, 7651, 9027, 9036, 6933, 10914, 10442, 8041, 12713, 8397, 14363, 11488, 10664, 12706, 9067, 13547, 8316, 14904, 8441, 14334, 8321, 11060, 9668, 7170, 8930, 7054, 11498, 7133, 6779, 8364, 7128, 12411, 8233, 7529, 9606, 6933, 12698, 8169, 10108, 10705, 7111, 11370, 7351, 10304, 11777, 8279, 12197, 7484, 10685, 9654, 7712, 10481, 7873, 13212, 8564, 10304, 8818, 6829, 11416, 8040, 10427, 11704, 8067, 10956, 7207, 12635, 10485, 10601, 12274, 9111, 10736, 7785, 11457, 7352, 13615, 8443, 14285, 9211, 10846, 8317, 7111, 10147, 6999, 13143, 7820, 13357, 7598, 10842, 9367, 8163, 12126, 8777, 13177, 8388, 13259, 7714, 12991, 8399, 10366, 11383, 8402, 9972, 6873, 11403, 7485, 11517, 8852, 7951, 10618, 7947, 12839, 7085, 10502, 10070, 7905, 10557, 7523, 13033, 7275, 11252, 11976, 8347, 10998, 7537, 11823, 8363, 8447, 10876, 8087, 13078, 7636, 12524, 9361, 10239, 11582, 8244, 12491, 8088, 13655, 7746, 13219, 7237, 11245, 10409, 9034, 12302, 8490, 11421, 7045, 12648, 7381, 12796, 8853, 9774, 11731, 8830, 12140, 7049, 6895, 7432, 6880, 11919, 6956, 11993, 10995, 9344, 11064, 8091, 9535, 7281, 13208, 11259, 9162, 12738, 8824, 14820, 8639, 14512, 7977, 13128, 8559, 11156, 11107, 9846, 10425, 7564, 10389, 6866, 10072, 7055, 12945, 7061, 13096, 7510, 9132, 9208, 7057, 9505, 7043, 12744, 7980, 11054, 10066, 8463, 10287, 6810, 8853, 6806, 13395, 9942, 10410, 9496, 6940, 9054, 6944, 12418, 9390, 10186, 11709, 7585, 11070, 6966, 13030, 7257, 10065], 'WindowCenter': [4190.0, 4168.0, 4147.0, 4156.0, 4101.0, 4160.0, 4098.0, 4147.0, 4127.0, 4096.0, 4129.0, 4096.0, 4148.0, 4097.0, 4107.0, 4150.0, 4110.0, 4171.0, 4131.0, 4139.0, 4138.0, 4097.0, 4161.0, 4107.0, 4160.0, 4117.0, 4148.0, 4138.0, 4116.0, 4136.0, 4071.0, 4111.0, 4071.0, 4143.0, 4093.0, 4104.0, 4104.0, 4084.0, 4114.0, 4085.0, 4156.0, 4150.0, 4139.0, 4127.0, 4108.0, 4159.0, 4084.0, 4157.0, 4105.0, 4124.0, 4136.0, 4105.0, 4138.0, 4084.0, 4134.0, 4096.0, 4135.0, 4103.0, 4093.0, 4125.0, 4105.0, 4146.0, 4108.0, 4125.0, 4127.0, 4072.0, 4112.0, 4083.0, 4145.0, 4105.0, 4145.0, 4128.0, 4084.0, 4116.0, 4083.0, 4133.0, 4084.0, 4134.0, 4149.0, 4105.0, 4126.0, 4118.0, 4145.0, 4084.0, 4143.0, 4124.0, 4134.0, 4137.0, 4093.0, 4126.0, 4072.0, 4135.0, 4072.0, 4134.0, 4105.0, 4123.0, 4147.0, 4106.0, 4124.0, 4106.0, 4133.0, 4073.0, 4146.0, 4094.0, 4124.0, 4114.0, 4097.0, 4094.0, 4084.0, 4124.0, 4096.0, 4123.0, 4137.0, 4118.0, 4159.0, 4106.0, 4170.0, 4109.0, 4135.0, 4136.0, 4114.0, 4135.0, 4114.0, 4145.0, 4104.0, 4144.0, 4083.0, 4145.0, 4092.0, 4134.0, 4112.0, 4081.0, 4092.0, 4073.0, 4112.0, 4072.0, 4145.0, 4105.0, 4124.0, 4148.0, 4117.0, 4125.0, 4083.0, 4133.0, 4073.0, 4134.0, 4136.0, 4094.0, 4125.0, 4074.0, 4073.0, 4093.0, 4113.0, 4115.0, 4106.0, 4146.0, 4096.0, 4137.0, 4127.0, 4097.0, 4159.0, 4095.0, 4147.0, 4113.0, 4116.0, 4135.0, 4105.0, 4157.0, 4105.0, 4145.0, 4093.0, 4084.0, 4103.0, 4070.0, 4132.0, 4094.0, 4145.0, 4126.0, 4096.0, 4116.0, 4085.0, 4134.0, 4072.0, 4132.0, 4124.0, 4123.0, 4135.0, 4094.0, 4124.0, 4083.0, 4143.0, 4081.0, 4120.0, 4111.0, 4091.0, 4135.0, 4092.0, 4144.0, 4105.0, 4124.0, 4102.0, 4070.0, 4100.0, 4070.0, 4132.0, 4083.0, 4143.0, 4114.0, 4113.0, 4112.0, 4072.0, 4100.0, 4059.0, 4130.0, 4081.0, 4131.0, 4091.0, 4100.0, 4112.0, 4083.0, 4136.0, 4082.0, 4141.0, 4097.0, 4119.0, 4106.0, 4083.0, 4147.0, 4097.0, 4122.0, 4125.0, 4103.0, 4125.0, 4096.0, 4157.0, 4085.0, 4169.0, 4105.0, 4123.0, 4100.0, 4079.0, 4121.0, 4080.0, 4142.0, 4094.0, 4142.0, 4080.0, 4098.0, 4109.0, 4088.0, 4120.0, 4090.0, 4131.0, 4070.0, 4120.0, 4080.0, 4058.0, 4108.0, 4069.0, 4130.0, 4080.0, 4130.0, 4090.0, 4110.0, 4109.0, 4068.0, 4119.0, 4079.0, 4140.0, 4069.0, 4109.0, 4078.0, 4070.0, 4088.0, 4057.0, 4118.0, 4070.0, 4098.0, 4109.0, 4069.0, 4131.0, 4081.0, 4131.0, 4091.0, 4069.0, 4089.0, 4059.0, 4129.0, 4101.0, 4131.0, 4132.0, 4092.0, 4123.0, 4072.0, 4121.0, 4069.0, 4058.0, 4078.0, 4069.0, 4143.0, 4081.0, 4111.0, 4135.0, 4083.0, 4144.0, 4126.0, 4135.0, 4093.0, 4072.0, 4132.0, 4125.0, 4124.0, 4146.0, 4125.0, 4145.0, 4115.0, 4084.0, 4143.0, 4082.0, 4122.0, 4134.0, 4093.0, 4143.0, 4072.0, 4111.0, 4101.0, 4059.0, 4100.0, 4060.0, 4130.0, 4081.0, 4093.0, 4091.0, 4072.0, 4143.0, 4115.0, 4137.0, 4115.0, 4087.0, 4157.0, 4084.0, 4123.0, 4123.0, 4073.0, 4145.0, 4106.0, 4146.0, 4136.0, 4095.0, 4124.0, 4073.0, 4144.0, 4083.0, 4082.0, 4082.0, 4062.0, 4133.0, 4114.0, 4074.0, 4145.0, 4085.0, 4135.0, 4125.0, 4086.0, 4134.0, 4094.0, 4084.0, 4114.0, 4105.0, 4106.0, 4135.0, 4095.0, 4086.0, 4146.0, 4107.0, 4148.0, 4138.0, 4107.0, 4170.0, 4075.0, 4134.0, 4114.0, 4092.0, 4123.0, 4094.0, 4157.0, 4084.0, 4073.0, 4093.0, 4062.0, 4111.0, 4085.0, 4124.0, 4136.0, 4085.0, 4136.0, 4086.0, 4146.0, 4116.0, 4125.0, 4146.0, 4108.0, 4147.0, 4085.0, 4145.0, 4094.0, 4093.0, 4114.0, 4074.0, 4145.0, 4076.0, 4125.0, 4115.0, 4074.0, 4135.0, 4085.0, 4146.0, 4127.0, 4096.0, 4105.0, 4076.0, 4133.0, 4064.0, 4145.0, 4136.0, 4125.0, 4126.0, 4074.0, 4116.0, 4084.0, 4131.0, 4073.0, 4133.0, 4124.0, 4083.0, 4103.0, 4073.0, 4133.0, 4072.0, 4133.0, 4124.0, 4103.0, 4113.0, 4072.0, 4132.0, 4060.0, 4131.0, 4112.0, 4121.0, 4112.0, 4070.0, 4110.0, 4059.0, 4120.0, 4070.0, 4123.0, 4133.0, 4105.0, 4134.0, 4073.0, 4124.0, 4103.0, 4082.0, 4123.0, 4083.0, 4144.0, 4093.0, 4133.0, 4092.0, 4111.0, 4111.0, 4081.0, 4121.0, 4060.0, 4131.0, 4060.0, 4102.0, 4101.0, 4071.0, 4133.0, 4073.0, 4134.0, 4114.0, 4073.0, 4124.0, 4073.0, 4144.0, 4136.0, 4136.0, 4126.0, 4085.0, 4134.0, 4073.0, 4133.0, 4104.0, 4114.0, 4138.0, 4075.0, 4136.0, 4085.0, 4125.0, 4115.0, 4095.0, 4136.0, 4099.0, 4157.0, 4095.0, 4115.0, 4125.0, 4085.0, 4156.0, 4137.0, 4126.0, 4105.0, 4096.0, 4134.0, 4084.0, 4074.0, 4125.0, 4073.0, 4133.0, 4115.0, 4096.0, 4145.0, 4106.0, 4114.0, 4125.0, 4105.0, 4155.0, 4114.0, 4093.0, 4102.0, 4061.0, 4099.0, 4111.0, 4091.0, 4123.0, 4083.0, 4104.0, 4073.0, 4073.0, 4143.0, 4112.0, 4090.0, 4122.0, 4072.0, 4133.0, 4104.0, 4073.0, 4124.0, 4083.0, 4103.0, 4113.0, 4073.0, 4133.0, 4102.0, 4073.0, 4143.0, 4134.0, 4105.0, 4146.0, 4126.0, 4086.0, 4135.0, 4115.0, 4085.0, 4145.0, 4127.0, 4147.0, 4126.0, 4106.0, 4156.0, 4085.0, 4112.0, 4111.0, 4072.0, 4143.0, 4094.0, 4134.0, 4115.0, 4072.0, 4122.0, 4072.0, 4143.0, 4125.0, 4114.0, 4125.0, 4096.0, 4133.0, 4072.0, 4132.0, 4123.0, 4113.0, 4123.0, 4082.0, 4122.0, 4061.0, 4121.0, 4070.0, 4110.0, 4121.0, 4091.0, 4132.0, 4082.0, 4112.0, 4092.0, 4070.0, 4112.0, 4074.0, 4144.0, 4115.0, 4116.0, 4115.0, 4084.0, 4134.0, 4074.0, 4145.0, 4115.0, 4145.0, 4125.0, 4094.0, 4093.0, 4072.0, 4071.0, 4072.0, 4132.0, 4083.0, 4113.0, 4126.0, 4075.0, 4105.0, 4086.0, 4145.0, 4116.0, 4126.0, 4127.0, 4086.0, 4107.0, 4086.0, 4145.0, 4096.0, 4148.0, 4139.0, 4141.0, 4130.0, 4088.0, 4134.0, 4085.0, 4094.0, 4125.0, 4096.0, 4150.0, 4150.0, 4133.0, 4161.0, 4161.0, 4108.0, 4148.0, 4075.0, 4132.0, 4124.0, 4115.0, 4136.0, 4106.0, 4159.0, 4075.0, 4085.0, 4103.0, 4071.0, 4121.0, 4083.0, 4134.0, 4147.0, 4106.0, 4158.0, 4086.0, 4135.0, 4115.0, 4104.0, 4123.0, 4081.0, 4134.0, 4094.0, 4144.0, 4095.0, 4113.0, 4112.0, 4070.0, 4110.0, 4059.0, 4130.0, 4103.0, 4121.0, 4092.0, 4071.0, 4080.0, 4060.0, 4121.0, 4060.0, 4121.0, 4113.0, 4072.0, 4113.0, 4072.0, 4133.0, 4083.0, 4111.0, 4122.0, 4092.0, 4133.0, 4082.0, 4122.0, 4082.0, 4061.0, 4081.0, 4084.0, 4155.0, 4116.0, 4126.0, 4136.0, 4084.0, 4136.0, 4073.0, 4134.0, 4125.0, 4125.0, 4137.0, 4084.0, 4135.0, 4083.0, 4143.0, 4093.0, 4122.0, 4134.0, 4093.0, 4123.0, 4073.0, 4134.0, 4092.0, 4121.0, 4112.0, 4081.0, 4134.0, 4093.0, 4143.0, 4083.0, 4140.0, 4073.0, 4112.0, 4124.0, 4104.0, 4144.0, 4084.0, 4144.0, 4073.0, 4113.0, 4102.0, 4082.0, 4124.0, 4094.0, 4145.0, 4098.0, 4116.0, 4095.0, 4083.0, 4115.0, 4083.0, 4134.0, 4106.0, 4136.0, 4096.0, 4096.0, 4125.0, 4073.0, 4134.0, 4085.0, 4134.0, 4105.0, 4127.0, 4115.0, 4074.0, 4124.0, 4095.0, 4156.0, 4126.0, 4126.0, 4127.0, 4086.0, 4125.0, 4084.0, 4134.0, 4105.0, 4124.0, 4104.0, 4084.0, 4113.0, 4064.0, 4142.0, 4074.0, 4134.0, 4085.0, 4094.0, 4125.0, 4084.0, 4124.0, 4074.0, 4134.0, 4107.0, 4137.0, 4138.0, 4086.0, 4116.0, 4086.0, 4135.0, 4096.0, 4116.0, 4148.0, 4110.0, 4169.0, 4110.0, 4150.0, 4140.0, 4087.0, 4127.0, 4096.0, 4157.0, 4129.0, 4148.0, 4140.0, 4097.0, 4136.0, 4085.0, 4143.0, 4104.0, 4122.0, 4124.0, 4094.0, 4124.0, 4094.0, 4144.0, 4074.0, 4122.0, 4112.0, 4082.0, 4134.0, 4073.0, 4123.0, 4095.0, 4114.0, 4116.0, 4083.0, 4144.0, 4074.0, 4156.0, 4115.0, 4105.0, 4105.0, 4074.0, 4133.0, 4073.0, 4135.0, 4125.0, 4105.0, 4116.0, 4085.0, 4136.0, 4085.0, 4104.0, 4125.0, 4096.0, 4147.0, 4118.0, 4138.0, 4138.0, 4085.0, 4135.0, 4086.0, 4156.0, 4136.0, 4114.0, 4114.0, 4073.0, 4112.0, 4061.0, 4133.0, 4072.0, 4132.0, 4093.0, 4083.0, 4113.0, 4061.0, 4123.0, 4073.0, 4133.0, 4115.0, 4117.0, 4126.0, 4096.0, 4127.0, 4074.0, 4145.0, 4119.0, 4136.0, 4148.0, 4108.0, 4127.0, 4086.0, 4135.0, 4075.0, 4134.0, 4126.0, 4126.0, 4138.0, 4086.0, 4116.0, 4077.0, 4135.0, 4085.0, 4157.0, 4137.0, 4125.0, 4105.0, 4084.0, 4104.0, 4074.0, 4146.0, 4096.0, 4146.0, 4127.0, 4086.0, 4117.0, 4086.0, 4146.0, 4096.0, 4136.0, 4138.0, 4128.0, 4149.0, 4119.0, 4159.0, 4089.0, 4157.0, 4086.0, 4136.0, 4137.0, 4115.0, 4137.0, 4105.0, 4104.0, 4062.0, 4123.0, 4072.0, 4132.0, 4073.0, 4144.0, 4083.0, 4082.0, 4094.0, 4084.0, 4105.0, 4074.0, 4146.0, 4097.0, 4125.0, 4116.0, 4116.0, 4147.0, 4116.0, 4147.0, 4108.0, 4137.0, 4097.0, 4085.0, 4126.0, 4086.0, 4147.0, 4149.0, 4108.0, 4119.0, 4088.0, 4159.0, 4096.0, 4117.0, 4127.0, 4099.0, 4170.0, 4151.0, 4119.0, 4139.0, 4098.0, 4157.0, 4106.0, 4145.0, 4137.0, 4116.0, 4125.0, 4063.0, 4124.0, 4083.0, 4131.0, 4082.0, 4070.0, 4080.0, 4072.0, 4133.0, 4137.0, 4117.0, 4147.0, 4097.0, 4137.0, 4115.0, 4093.0, 4134.0, 4104.0, 4135.0, 4093.0, 4144.0, 4083.0, 4143.0, 4071.0, 4120.0, 4111.0, 4082.0, 4100.0, 4082.0, 4122.0, 4083.0, 4114.0, 4125.0, 4084.0, 4145.0, 4096.0, 4135.0, 4096.0, 4116.0, 4125.0, 4086.0, 4147.0, 4119.0, 4150.0, 4173.0, 4142.0, 4159.0, 4088.0, 4138.0, 4117.0, 4105.0, 4124.0, 4084.0, 4136.0, 4085.0, 4146.0, 4086.0, 4115.0, 4094.0, 4084.0, 4123.0, 4063.0, 4134.0, 4074.0, 4095.0, 4126.0, 4087.0, 4159.0, 4131.0, 4164.0, 4174.0, 4121.0, 4155.0, 4131.0, 4101.0, 4126.0, 4072.0, 4121.0, 4073.0, 4105.0, 4105.0, 4086.0, 4126.0, 4138.0, 4105.0, 4144.0, 4091.0, 4119.0, 4110.0, 4109.0, 4120.0, 4076.0, 4107.0, 4068.0, 4116.0, 4055.0, 4103.0, 4053.0, 4094.0, 4061.0, 4031.0, 4062.0, 4043.0, 4094.0, 4045.0, 4046.0, 4078.0, 4060.0, 4132.0, 4102.0, 4071.0, 4102.0, 4073.0, 4143.0, 4104.0, 4113.0, 4114.0, 4085.0, 4125.0, 4085.0, 4125.0, 4137.0, 4118.0, 4159.0, 4110.0, 4128.0, 4118.0, 4086.0, 4137.0, 4096.0, 4158.0, 4118.0, 4127.0, 4118.0, 4075.0, 4136.0, 4098.0, 4129.0, 4150.0, 4120.0, 4140.0, 4098.0, 4147.0, 4128.0, 4127.0, 4160.0, 4119.0, 4138.0, 4097.0, 4124.0, 4075.0, 4134.0, 4083.0, 4144.0, 4102.0, 4123.0, 4081.0, 4060.0, 4111.0, 4061.0, 4132.0, 4093.0, 4145.0, 4107.0, 4135.0, 4116.0, 4105.0, 4123.0, 4104.0, 4134.0, 4094.0, 4133.0, 4084.0, 4132.0, 4092.0, 4101.0, 4113.0, 4080.0, 4102.0, 4050.0, 4122.0, 4082.0, 4132.0, 4103.0, 4094.0, 4126.0, 4096.0, 4147.0, 4086.0, 4136.0, 4125.0, 4094.0, 4114.0, 4094.0, 4146.0, 4098.0, 4139.0, 4136.0, 4105.0, 4137.0, 4097.0, 4136.0, 4106.0, 4106.0, 4138.0, 4097.0, 4173.0, 4122.0, 4172.0, 4119.0, 4114.0, 4123.0, 4083.0, 4133.0, 4083.0, 4134.0, 4093.0, 4146.0, 4072.0, 4124.0, 4124.0, 4103.0, 4123.0, 4092.0, 4122.0, 4073.0, 4132.0, 4083.0, 4131.0, 4104.0, 4125.0, 4137.0, 4118.0, 4137.0, 4112.0, 4088.0, 4086.0, 4075.0, 4136.0, 4087.0, 4138.0, 4151.0, 4119.0, 4153.0, 4110.0, 4116.0, 4087.0, 4147.0, 4150.0, 4119.0, 4157.0, 4118.0, 4146.0, 4095.0, 4145.0, 4094.0, 4131.0, 4080.0, 4109.0, 4110.0, 4089.0, 4100.0, 4068.0, 4100.0, 4048.0, 4089.0, 4048.0, 4129.0, 4070.0, 4131.0, 4069.0, 4101.0, 4090.0, 4061.0, 4102.0, 4073.0, 4134.0, 4095.0, 4123.0, 4126.0, 4082.0, 4123.0, 4064.0, 4092.0, 4062.0, 4145.0, 4115.0, 4115.0, 4127.0, 4075.0, 4103.0, 4075.0, 4146.0, 4104.0, 4114.0, 4147.0, 4099.0, 4138.0, 4085.0, 4136.0, 4085.0, 4126.0], 'WindowWidth': [9273.0, 9240.0, 9212.0, 9219.0, 9136.0, 9210.0, 9125.0, 9186.0, 9161.0, 9117.0, 9172.0, 9118.0, 9196.0, 9121.0, 9137.0, 9196.0, 9144.0, 9228.0, 9175.0, 9182.0, 9178.0, 9120.0, 9216.0, 9132.0, 9215.0, 9145.0, 9194.0, 9181.0, 9148.0, 9173.0, 9076.0, 9128.0, 9075.0, 9173.0, 9108.0, 9125.0, 9125.0, 9098.0, 9137.0, 9102.0, 9195.0, 9202.0, 9185.0, 9159.0, 9144.0, 9210.0, 9098.0, 9204.0, 9127.0, 9151.0, 9169.0, 9126.0, 9180.0, 9099.0, 9163.0, 9122.0, 9172.0, 9122.0, 9109.0, 9153.0, 9128.0, 9184.0, 9144.0, 9155.0, 9166.0, 9080.0, 9131.0, 9096.0, 9179.0, 9129.0, 9181.0, 9170.0, 9099.0, 9151.0, 9095.0, 9159.0, 9098.0, 9165.0, 9201.0, 9130.0, 9158.0, 9156.0, 9180.0, 9098.0, 9175.0, 9152.0, 9163.0, 9178.0, 9108.0, 9162.0, 9080.0, 9169.0, 9076.0, 9167.0, 9131.0, 9145.0, 9191.0, 9138.0, 9152.0, 9137.0, 9162.0, 9082.0, 9188.0, 9112.0, 9150.0, 9139.0, 9127.0, 9111.0, 9099.0, 9150.0, 9123.0, 9148.0, 9179.0, 9155.0, 9212.0, 9132.0, 9228.0, 9145.0, 9167.0, 9177.0, 9136.0, 9166.0, 9137.0, 9180.0, 9122.0, 9175.0, 9093.0, 9185.0, 9104.0, 9169.0, 9132.0, 9089.0, 9104.0, 9079.0, 9130.0, 9079.0, 9185.0, 9126.0, 9151.0, 9194.0, 9154.0, 9152.0, 9094.0, 9160.0, 9080.0, 9161.0, 9168.0, 9111.0, 9152.0, 9084.0, 9082.0, 9108.0, 9132.0, 9145.0, 9135.0, 9182.0, 9116.0, 9172.0, 9160.0, 9121.0, 9213.0, 9115.0, 9189.0, 9133.0, 9148.0, 9165.0, 9127.0, 9198.0, 9127.0, 9179.0, 9109.0, 9104.0, 9126.0, 9071.0, 9155.0, 9109.0, 9179.0, 9157.0, 9118.0, 9144.0, 9102.0, 9162.0, 9079.0, 9155.0, 9147.0, 9146.0, 9165.0, 9109.0, 9150.0, 9093.0, 9172.0, 9088.0, 9137.0, 9124.0, 9098.0, 9171.0, 9105.0, 9177.0, 9135.0, 9150.0, 9117.0, 9073.0, 9112.0, 9071.0, 9155.0, 9093.0, 9174.0, 9136.0, 9132.0, 9130.0, 9084.0, 9109.0, 9053.0, 9150.0, 9088.0, 9153.0, 9101.0, 9110.0, 9130.0, 9096.0, 9175.0, 9090.0, 9166.0, 9125.0, 9160.0, 9138.0, 9095.0, 9185.0, 9125.0, 9139.0, 9156.0, 9117.0, 9151.0, 9114.0, 9204.0, 9101.0, 9220.0, 9127.0, 9152.0, 9108.0, 9078.0, 9138.0, 9085.0, 9168.0, 9114.0, 9168.0, 9084.0, 9104.0, 9117.0, 9090.0, 9136.0, 9096.0, 9152.0, 9072.0, 9139.0, 9084.0, 9052.0, 9117.0, 9067.0, 9150.0, 9084.0, 9151.0, 9098.0, 9123.0, 9120.0, 9063.0, 9133.0, 9080.0, 9163.0, 9068.0, 9119.0, 9077.0, 9075.0, 9088.0, 9048.0, 9128.0, 9078.0, 9106.0, 9121.0, 9070.0, 9154.0, 9089.0, 9154.0, 9100.0, 9070.0, 9095.0, 9054.0, 9147.0, 9113.0, 9153.0, 9157.0, 9105.0, 9149.0, 9079.0, 9140.0, 9067.0, 9050.0, 9078.0, 9068.0, 9177.0, 9087.0, 9128.0, 9172.0, 9094.0, 9179.0, 9159.0, 9168.0, 9110.0, 9078.0, 9156.0, 9152.0, 9147.0, 9182.0, 9152.0, 9179.0, 9138.0, 9095.0, 9172.0, 9089.0, 9141.0, 9160.0, 9104.0, 9172.0, 9075.0, 9125.0, 9110.0, 9053.0, 9105.0, 9055.0, 9148.0, 9084.0, 9109.0, 9099.0, 9076.0, 9172.0, 9138.0, 9177.0, 9138.0, 9108.0, 9204.0, 9096.0, 9145.0, 9146.0, 9079.0, 9177.0, 9128.0, 9181.0, 9169.0, 9114.0, 9150.0, 9081.0, 9174.0, 9092.0, 9088.0, 9089.0, 9065.0, 9159.0, 9137.0, 9084.0, 9178.0, 9101.0, 9165.0, 9151.0, 9108.0, 9160.0, 9111.0, 9095.0, 9134.0, 9125.0, 9136.0, 9166.0, 9114.0, 9102.0, 9181.0, 9133.0, 9188.0, 9176.0, 9132.0, 9225.0, 9086.0, 9160.0, 9133.0, 9102.0, 9145.0, 9108.0, 9196.0, 9097.0, 9082.0, 9107.0, 9063.0, 9127.0, 9106.0, 9149.0, 9168.0, 9101.0, 9170.0, 9102.0, 9181.0, 9142.0, 9152.0, 9183.0, 9132.0, 9184.0, 9100.0, 9178.0, 9107.0, 9105.0, 9135.0, 9083.0, 9180.0, 9088.0, 9152.0, 9138.0, 9083.0, 9165.0, 9102.0, 9183.0, 9158.0, 9116.0, 9127.0, 9096.0, 9160.0, 9069.0, 9177.0, 9169.0, 9152.0, 9154.0, 9083.0, 9147.0, 9102.0, 9153.0, 9080.0, 9158.0, 9149.0, 9094.0, 9122.0, 9081.0, 9158.0, 9078.0, 9158.0, 9150.0, 9118.0, 9133.0, 9076.0, 9156.0, 9058.0, 9151.0, 9129.0, 9139.0, 9128.0, 9070.0, 9123.0, 9055.0, 9135.0, 9072.0, 9151.0, 9159.0, 9133.0, 9163.0, 9083.0, 9149.0, 9120.0, 9090.0, 9145.0, 9092.0, 9174.0, 9107.0, 9157.0, 9103.0, 9126.0, 9126.0, 9094.0, 9138.0, 9057.0, 9151.0, 9058.0, 9122.0, 9113.0, 9075.0, 9166.0, 9082.0, 9163.0, 9138.0, 9083.0, 9149.0, 9081.0, 9177.0, 9170.0, 9178.0, 9156.0, 9101.0, 9164.0, 9081.0, 9159.0, 9121.0, 9136.0, 9180.0, 9087.0, 9169.0, 9101.0, 9152.0, 9139.0, 9114.0, 9171.0, 9133.0, 9200.0, 9117.0, 9150.0, 9153.0, 9101.0, 9196.0, 9174.0, 9156.0, 9127.0, 9123.0, 9162.0, 9096.0, 9082.0, 9151.0, 9080.0, 9158.0, 9136.0, 9121.0, 9185.0, 9135.0, 9134.0, 9151.0, 9125.0, 9192.0, 9137.0, 9106.0, 9116.0, 9059.0, 9105.0, 9124.0, 9100.0, 9144.0, 9094.0, 9122.0, 9081.0, 9081.0, 9179.0, 9135.0, 9095.0, 9142.0, 9076.0, 9157.0, 9120.0, 9080.0, 9148.0, 9094.0, 9119.0, 9139.0, 9077.0, 9158.0, 9118.0, 9081.0, 9174.0, 9163.0, 9126.0, 9183.0, 9157.0, 9102.0, 9167.0, 9137.0, 9107.0, 9179.0, 9157.0, 9191.0, 9155.0, 9127.0, 9201.0, 9097.0, 9135.0, 9125.0, 9073.0, 9170.0, 9115.0, 9169.0, 9144.0, 9078.0, 9143.0, 9077.0, 9171.0, 9152.0, 9134.0, 9158.0, 9120.0, 9159.0, 9076.0, 9160.0, 9151.0, 9138.0, 9144.0, 9088.0, 9142.0, 9059.0, 9137.0, 9069.0, 9129.0, 9139.0, 9100.0, 9155.0, 9098.0, 9129.0, 9102.0, 9071.0, 9127.0, 9089.0, 9173.0, 9138.0, 9148.0, 9138.0, 9104.0, 9161.0, 9081.0, 9183.0, 9139.0, 9183.0, 9152.0, 9107.0, 9107.0, 9076.0, 9071.0, 9081.0, 9160.0, 9093.0, 9132.0, 9161.0, 9085.0, 9127.0, 9103.0, 9178.0, 9143.0, 9154.0, 9159.0, 9110.0, 9132.0, 9105.0, 9179.0, 9124.0, 9190.0, 9180.0, 9191.0, 9173.0, 9108.0, 9163.0, 9106.0, 9116.0, 9158.0, 9123.0, 9200.0, 9196.0, 9183.0, 9211.0, 9220.0, 9137.0, 9194.0, 9084.0, 9155.0, 9146.0, 9137.0, 9168.0, 9127.0, 9208.0, 9087.0, 9099.0, 9120.0, 9074.0, 9139.0, 9093.0, 9161.0, 9192.0, 9129.0, 9208.0, 9105.0, 9166.0, 9137.0, 9119.0, 9143.0, 9086.0, 9160.0, 9107.0, 9175.0, 9111.0, 9140.0, 9137.0, 9077.0, 9129.0, 9053.0, 9149.0, 9118.0, 9139.0, 9102.0, 9082.0, 9085.0, 9057.0, 9143.0, 9058.0, 9147.0, 9131.0, 9076.0, 9132.0, 9076.0, 9158.0, 9091.0, 9126.0, 9143.0, 9101.0, 9157.0, 9098.0, 9141.0, 9096.0, 9060.0, 9088.0, 9103.0, 9199.0, 9142.0, 9162.0, 9177.0, 9098.0, 9174.0, 9080.0, 9160.0, 9152.0, 9150.0, 9170.0, 9096.0, 9172.0, 9100.0, 9176.0, 9104.0, 9148.0, 9160.0, 9103.0, 9145.0, 9079.0, 9167.0, 9111.0, 9146.0, 9128.0, 9086.0, 9168.0, 9111.0, 9179.0, 9098.0, 9172.0, 9077.0, 9134.0, 9146.0, 9129.0, 9183.0, 9103.0, 9182.0, 9078.0, 9129.0, 9123.0, 9087.0, 9146.0, 9116.0, 9186.0, 9126.0, 9143.0, 9112.0, 9100.0, 9134.0, 9101.0, 9162.0, 9134.0, 9167.0, 9123.0, 9123.0, 9159.0, 9079.0, 9168.0, 9104.0, 9160.0, 9125.0, 9162.0, 9139.0, 9084.0, 9149.0, 9119.0, 9200.0, 9155.0, 9162.0, 9165.0, 9110.0, 9158.0, 9103.0, 9160.0, 9131.0, 9147.0, 9120.0, 9095.0, 9139.0, 9067.0, 9177.0, 9083.0, 9161.0, 9098.0, 9117.0, 9159.0, 9095.0, 9149.0, 9081.0, 9162.0, 9129.0, 9176.0, 9180.0, 9110.0, 9140.0, 9109.0, 9164.0, 9114.0, 9149.0, 9195.0, 9147.0, 9226.0, 9141.0, 9202.0, 9189.0, 9112.0, 9154.0, 9122.0, 9205.0, 9164.0, 9195.0, 9186.0, 9124.0, 9175.0, 9104.0, 9177.0, 9119.0, 9141.0, 9148.0, 9107.0, 9156.0, 9117.0, 9181.0, 9089.0, 9149.0, 9129.0, 9088.0, 9159.0, 9078.0, 9146.0, 9118.0, 9141.0, 9145.0, 9099.0, 9181.0, 9083.0, 9202.0, 9139.0, 9133.0, 9133.0, 9083.0, 9164.0, 9080.0, 9161.0, 9152.0, 9131.0, 9139.0, 9106.0, 9174.0, 9106.0, 9129.0, 9152.0, 9115.0, 9184.0, 9155.0, 9182.0, 9180.0, 9098.0, 9163.0, 9098.0, 9200.0, 9173.0, 9133.0, 9142.0, 9077.0, 9135.0, 9058.0, 9162.0, 9073.0, 9153.0, 9111.0, 9097.0, 9137.0, 9060.0, 9151.0, 9086.0, 9158.0, 9138.0, 9142.0, 9162.0, 9121.0, 9162.0, 9083.0, 9184.0, 9146.0, 9174.0, 9194.0, 9140.0, 9164.0, 9109.0, 9170.0, 9083.0, 9161.0, 9154.0, 9161.0, 9181.0, 9102.0, 9149.0, 9090.0, 9163.0, 9099.0, 9202.0, 9179.0, 9159.0, 9125.0, 9104.0, 9120.0, 9081.0, 9186.0, 9122.0, 9188.0, 9165.0, 9101.0, 9144.0, 9109.0, 9186.0, 9121.0, 9166.0, 9182.0, 9168.0, 9192.0, 9158.0, 9211.0, 9110.0, 9203.0, 9101.0, 9164.0, 9176.0, 9139.0, 9176.0, 9131.0, 9121.0, 9062.0, 9149.0, 9074.0, 9159.0, 9077.0, 9179.0, 9098.0, 9089.0, 9115.0, 9101.0, 9130.0, 9082.0, 9180.0, 9124.0, 9150.0, 9148.0, 9148.0, 9190.0, 9150.0, 9184.0, 9141.0, 9171.0, 9125.0, 9105.0, 9161.0, 9109.0, 9184.0, 9197.0, 9133.0, 9151.0, 9109.0, 9209.0, 9115.0, 9150.0, 9157.0, 9123.0, 9227.0, 9203.0, 9151.0, 9183.0, 9128.0, 9202.0, 9133.0, 9176.0, 9169.0, 9146.0, 9158.0, 9065.0, 9145.0, 9096.0, 9157.0, 9085.0, 9076.0, 9082.0, 9081.0, 9157.0, 9177.0, 9151.0, 9191.0, 9126.0, 9178.0, 9144.0, 9103.0, 9168.0, 9126.0, 9162.0, 9112.0, 9178.0, 9097.0, 9174.0, 9077.0, 9140.0, 9128.0, 9084.0, 9116.0, 9094.0, 9148.0, 9092.0, 9133.0, 9158.0, 9096.0, 9185.0, 9121.0, 9164.0, 9121.0, 9146.0, 9159.0, 9107.0, 9190.0, 9150.0, 9198.0, 9237.0, 9192.0, 9213.0, 9107.0, 9178.0, 9148.0, 9129.0, 9146.0, 9093.0, 9165.0, 9096.0, 9187.0, 9107.0, 9145.0, 9106.0, 9100.0, 9152.0, 9064.0, 9159.0, 9080.0, 9109.0, 9159.0, 9110.0, 9209.0, 9173.0, 9226.0, 9241.0, 9158.0, 9214.0, 9173.0, 9137.0, 9151.0, 9080.0, 9134.0, 9076.0, 9121.0, 9122.0, 9108.0, 9153.0, 9178.0, 9130.0, 9179.0, 9105.0, 9130.0, 9119.0, 9121.0, 9139.0, 9065.0, 9109.0, 9056.0, 9117.0, 9035.0, 9097.0, 9028.0, 9090.0, 9038.0, 8996.0, 9039.0, 9027.0, 9088.0, 9027.0, 9031.0, 9076.0, 9056.0, 9161.0, 9124.0, 9072.0, 9113.0, 9084.0, 9177.0, 9128.0, 9131.0, 9132.0, 9105.0, 9150.0, 9099.0, 9151.0, 9169.0, 9155.0, 9210.0, 9148.0, 9159.0, 9145.0, 9101.0, 9177.0, 9115.0, 9206.0, 9154.0, 9156.0, 9151.0, 9086.0, 9173.0, 9120.0, 9161.0, 9193.0, 9160.0, 9181.0, 9122.0, 9184.0, 9159.0, 9157.0, 9213.0, 9155.0, 9181.0, 9122.0, 9147.0, 9080.0, 9157.0, 9089.0, 9180.0, 9114.0, 9149.0, 9084.0, 9055.0, 9131.0, 9058.0, 9154.0, 9113.0, 9180.0, 9139.0, 9171.0, 9142.0, 9130.0, 9143.0, 9125.0, 9160.0, 9113.0, 9155.0, 9099.0, 9152.0, 9106.0, 9108.0, 9126.0, 9081.0, 9112.0, 9043.0, 9137.0, 9095.0, 9161.0, 9126.0, 9115.0, 9152.0, 9113.0, 9183.0, 9110.0, 9172.0, 9157.0, 9114.0, 9132.0, 9113.0, 9179.0, 9130.0, 9180.0, 9167.0, 9133.0, 9177.0, 9125.0, 9168.0, 9133.0, 9134.0, 9178.0, 9116.0, 9232.0, 9167.0, 9235.0, 9149.0, 9133.0, 9143.0, 9089.0, 9164.0, 9091.0, 9160.0, 9111.0, 9183.0, 9075.0, 9152.0, 9153.0, 9124.0, 9143.0, 9100.0, 9141.0, 9085.0, 9159.0, 9096.0, 9152.0, 9119.0, 9154.0, 9168.0, 9152.0, 9171.0, 9158.0, 9110.0, 9102.0, 9087.0, 9167.0, 9106.0, 9173.0, 9203.0, 9152.0, 9206.0, 9138.0, 9141.0, 9101.0, 9187.0, 9200.0, 9150.0, 9206.0, 9151.0, 9183.0, 9111.0, 9177.0, 9112.0, 9157.0, 9079.0, 9123.0, 9119.0, 9089.0, 9107.0, 9062.0, 9106.0, 9035.0, 9089.0, 9035.0, 9151.0, 9075.0, 9157.0, 9067.0, 9119.0, 9096.0, 9059.0, 9115.0, 9078.0, 9159.0, 9117.0, 9144.0, 9158.0, 9088.0, 9150.0, 9073.0, 9099.0, 9061.0, 9181.0, 9137.0, 9136.0, 9163.0, 9083.0, 9119.0, 9083.0, 9186.0, 9123.0, 9136.0, 9191.0, 9128.0, 9178.0, 9107.0, 9165.0, 9103.0, 9158.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.004972841698841698</td></tr>
<tr><td colspan=3>aqi</td><td>0.04757270231660232</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.321572311166946</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1716855920942824</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0157350282921158</td></tr>
<tr><td colspan=3>efc</td><td>0.4533</td></tr>
<tr><td colspan=3>fber</td><td>5488.2524</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09107281044973478</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.1698841698841695</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5303285787910785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4574467595917215</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7069093900077053</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.426629586773809</td></tr>
<tr><td colspan=3>gcor</td><td>0.00657945</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015240071341395378</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023632623255252838</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.7457446780803854</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>20.3766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.3557</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306552.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>666.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.2932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8504</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.0889</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3336.6117</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.2738</td></tr>
<tr><td colspan=3>tsnr</td><td>30.554595743189566</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>