ds005256-mriqc/sub-0070_ses-04_task-fractional_acq-mb8_run-02_bold.html
Felix Hoffstaedter 1b6ac97a27 [DATALAD RUNCMD] Compute MRIQC for sub-0070
=== 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-0070 --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-0070",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:24:05 +02:00

616 lines
No EOL
143 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0070_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0070_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0070_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-04/func/sub-0070_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>397d9ae41537194664d836407e189aef</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>12:27:25.017500</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0943433</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7793, -7246, 454, -31, -287, -23, 89]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>282.589</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>455b16af-83a6-474b-a67e-734937930452||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['122725.017500', '122725.477500', '122725.937500', '122726.397500', '122726.857500', '122727.317500', '122727.777500', '122728.237500', '122728.697500', '122729.157500', '122729.617500', '122730.077500', '122730.537500', '122730.997500', '122731.457500', '122731.917500', '122732.377500', '122732.837500', '122733.297500', '122733.757500', '122734.217500', '122734.677500', '122735.137500', '122735.597500', '122736.057500', '122736.517500', '122736.977500', '122737.437500', '122737.897500', '122738.357500', '122738.817500', '122739.277500', '122739.737500', '122740.197500', '122740.657500', '122741.117500', '122741.577500', '122742.037500', '122742.497500', '122742.957500', '122743.417500', '122743.877500', '122744.337500', '122744.797500', '122745.257500', '122745.717500', '122746.177500', '122746.637500', '122747.097500', '122747.557500', '122748.017500', '122748.477500', '122748.937500', '122749.397500', '122749.857500', '122750.317500', '122750.777500', '122751.237500', '122751.697500', '122752.157500', '122752.617500', '122753.077500', '122753.537500', '122753.997500', '122754.457500', '122754.917500', '122755.377500', '122755.837500', '122756.297500', '122756.757500', '122757.217500', '122757.677500', '122758.137500', '122758.597500', '122759.057500', '122759.517500', '122759.977500', '122800.437500', '122800.897500', '122801.357500', '122801.817500', '122802.277500', '122802.737500', '122803.197500', '122803.657500', '122804.117500', '122804.577500', '122805.037500', '122805.497500', '122805.957500', '122806.417500', '122806.877500', '122807.337500', '122807.797500', '122808.257500', '122808.717500', '122809.177500', '122809.637500', '122810.097500', '122810.557500', '122811.017500', '122811.477500', '122811.937500', '122812.397500', '122812.857500', '122813.317500', '122813.777500', '122814.237500', '122814.697500', '122815.157500', '122815.617500', '122816.077500', '122816.537500', '122816.997500', '122817.457500', '122817.917500', '122818.377500', '122818.837500', '122819.297500', '122819.757500', '122820.217500', '122820.677500', '122821.137500', '122821.597500', '122822.057500', '122822.517500', '122822.977500', '122823.437500', '122823.897500', '122824.357500', '122824.817500', '122825.277500', '122825.737500', '122826.197500', '122826.657500', '122827.117500', '122827.577500', '122828.037500', '122828.497500', '122828.957500', '122829.417500', '122829.877500', '122830.337500', '122830.797500', '122831.257500', '122831.717500', '122832.177500', '122832.637500', '122833.097500', '122833.557500', '122834.017500', '122834.477500', '122834.937500', '122835.397500', '122835.857500', '122836.317500', '122836.777500', '122837.237500', '122837.697500', '122838.157500', '122838.617500', '122839.077500', '122839.537500', '122839.997500', '122840.457500', '122840.917500', '122841.377500', '122841.837500', '122842.297500', '122842.757500', '122843.217500', '122843.677500', '122844.137500', '122844.597500', '122845.057500', '122845.517500', '122845.977500', '122846.437500', '122846.897500', '122847.357500', '122847.817500', '122848.277500', '122848.737500', '122849.197500', '122849.657500', '122850.117500', '122850.577500', '122851.037500', '122851.497500', '122851.957500', '122852.417500', '122852.877500', '122853.337500', '122853.797500', '122854.257500', '122854.717500', '122855.177500', '122855.637500', '122856.097500', '122856.557500', '122857.017500', '122857.477500', '122857.937500', '122858.397500', '122858.857500', '122859.317500', '122859.777500', '122900.237500', '122900.697500', '122901.157500', '122901.617500', '122902.077500', '122902.537500', '122902.997500', '122903.457500', '122903.917500', '122904.377500', '122904.837500', '122905.297500', '122905.757500', '122906.217500', '122906.677500', '122907.137500', '122907.597500', '122908.057500', '122908.517500', '122908.977500', '122909.437500', '122909.897500', '122910.357500', '122910.817500', '122911.277500', '122911.737500', '122912.197500', '122912.657500', '122913.117500', '122913.577500', '122914.037500', '122914.497500', '122914.957500', '122915.417500', '122915.877500', '122916.337500', '122916.797500', '122917.257500', '122917.717500', '122918.177500', '122918.637500', '122919.097500', '122919.557500', '122920.017500', '122920.477500', '122920.937500', '122921.397500', '122921.857500', '122922.317500', '122922.777500', '122923.237500', '122923.697500', '122924.157500', '122924.617500', '122925.077500', '122925.537500', '122925.997500', '122926.457500', '122926.917500', '122927.377500', '122927.837500', '122928.297500', '122928.757500', '122929.217500', '122929.677500', '122930.137500', '122930.597500', '122931.057500', '122931.517500', '122931.977500', '122932.437500', '122932.897500', '122933.357500', '122933.817500', '122934.277500', '122934.737500', '122935.197500', '122935.657500', '122936.117500', '122936.577500', '122937.037500', '122937.497500', '122937.957500', '122938.417500', '122938.877500', '122939.337500', '122939.797500', '122940.257500', '122940.717500', '122941.177500', '122941.637500', '122942.097500', '122942.557500', '122943.017500', '122943.477500', '122943.937500', '122944.397500', '122944.857500', '122945.317500', '122945.777500', '122946.237500', '122946.697500', '122947.157500', '122947.617500', '122948.077500', '122948.537500', '122948.997500', '122949.457500', '122949.917500', '122950.377500', '122950.837500', '122951.297500', '122951.757500', '122952.217500', '122952.677500', '122953.137500', '122953.597500', '122954.057500', '122954.517500', '122954.977500', '122955.437500', '122955.897500', '122956.357500', '122956.817500', '122957.277500', '122957.737500', '122958.197500', '122958.657500', '122959.117500', '122959.577500', '123000.037500', '123000.497500', '123000.957500', '123001.417500', '123001.877500', '123002.337500', '123002.797500', '123003.257500', '123003.717500', '123004.177500', '123004.637500', '123005.097500', '123005.557500', '123006.017500', '123006.477500', '123006.937500', '123007.397500', '123007.857500', '123008.317500', '123008.777500', '123009.237500', '123009.697500', '123010.157500', '123010.617500', '123011.077500', '123011.537500', '123011.997500', '123012.457500', '123012.917500', '123013.377500', '123013.837500', '123014.297500', '123014.757500', '123015.217500', '123015.677500', '123016.137500', '123016.597500', '123017.057500', '123017.517500', '123017.977500', '123018.437500', '123018.897500', '123019.357500', '123019.817500', '123020.277500', '123020.737500', '123021.197500', '123021.657500', '123022.117500', '123022.577500', '123023.037500', '123023.497500', '123023.957500', '123024.417500', '123024.877500', '123025.337500', '123025.797500', '123026.257500', '123026.717500', '123027.177500', '123027.637500', '123028.097500', '123028.557500', '123029.017500', '123029.477500', '123029.937500', '123030.397500', '123030.857500', '123031.317500', '123031.777500', '123032.237500', '123032.697500', '123033.157500', '123033.617500', '123034.077500', '123034.537500', '123034.997500', '123035.457500', '123035.917500', '123036.377500', '123036.837500', '123037.297500', '123037.757500', '123038.217500', '123038.677500', '123039.137500', '123039.597500', '123040.057500', '123040.517500', '123040.977500', '123041.437500', '123041.897500', '123042.357500', '123042.817500', '123043.277500', '123043.737500', '123044.197500', '123044.657500', '123045.117500', '123045.577500', '123046.037500', '123046.497500', '123046.957500', '123047.417500', '123047.877500', '123048.337500', '123048.797500', '123049.257500', '123049.717500', '123050.177500', '123050.637500', '123051.097500', '123051.557500', '123052.017500', '123052.477500', '123052.937500', '123053.397500', '123053.857500', '123054.317500', '123054.777500', '123055.237500', '123055.697500', '123056.157500', '123056.617500', '123057.077500', '123057.537500', '123057.997500', '123058.457500', '123058.917500', '123059.377500', '123059.837500', '123100.297500', '123100.757500', '123101.217500', '123101.677500', '123102.137500', '123102.597500', '123103.057500', '123103.517500', '123103.977500', '123104.437500', '123104.897500', '123105.357500', '123105.817500', '123106.277500', '123106.737500', '123107.197500', '123107.657500', '123108.117500', '123108.577500', '123109.037500', '123109.497500', '123109.957500', '123110.417500', '123110.877500', '123111.337500', '123111.797500', '123112.257500', '123112.717500', '123113.177500', '123113.637500', '123114.097500', '123114.557500', '123115.017500', '123115.477500', '123115.937500', '123116.397500', '123116.857500', '123117.317500', '123117.777500', '123118.237500', '123118.697500', '123119.157500', '123119.617500', '123120.077500', '123120.537500', '123120.997500', '123121.457500', '123121.917500', '123122.377500', '123122.837500', '123123.297500', '123123.757500', '123124.217500', '123124.677500', '123125.137500', '123125.597500', '123126.057500', '123126.517500', '123126.977500', '123127.437500', '123127.897500', '123128.357500', '123128.817500', '123129.277500', '123129.737500', '123130.197500', '123130.657500', '123131.117500', '123131.577500', '123132.037500', '123132.497500', '123132.957500', '123133.417500', '123133.877500', '123134.337500', '123134.797500', '123135.257500', '123135.717500', '123136.177500', '123136.637500', '123137.097500', '123137.557500', '123138.017500', '123138.477500', '123138.937500', '123139.397500', '123139.857500', '123140.317500', '123140.777500', '123141.237500', '123141.697500', '123142.157500', '123142.617500', '123143.077500', '123143.537500', '123143.997500', '123144.457500', '123144.917500', '123145.377500', '123145.837500', '123146.297500', '123146.757500', '123147.217500', '123147.677500', '123148.137500', '123148.597500', '123149.057500', '123149.517500', '123149.977500', '123150.437500', '123150.897500', '123151.357500', '123151.817500', '123152.277500', '123152.737500', '123153.197500', '123153.657500', '123154.117500', '123154.577500', '123155.037500', '123155.497500', '123155.957500', '123156.417500', '123156.877500', '123157.337500', '123157.797500', '123158.257500', '123158.717500', '123159.177500', '123159.637500', '123200.097500', '123200.557500', '123201.017500', '123201.477500', '123201.937500', '123202.397500', '123202.857500', '123203.317500', '123203.777500', '123204.237500', '123204.697500', '123205.157500', '123205.617500', '123206.077500', '123206.537500', '123206.997500', '123207.457500', '123207.917500', '123208.377500', '123208.837500', '123209.297500', '123209.757500', '123210.217500', '123210.677500', '123211.137500', '123211.597500', '123212.057500', '123212.517500', '123212.977500', '123213.437500', '123213.897500', '123214.357500', '123214.817500', '123215.277500', '123215.737500', '123216.197500', '123216.657500', '123217.117500', '123217.577500', '123218.037500', '123218.497500', '123218.957500', '123219.417500', '123219.877500', '123220.337500', '123220.797500', '123221.257500', '123221.717500', '123222.177500', '123222.637500', '123223.097500', '123223.557500', '123224.017500', '123224.477500', '123224.937500', '123225.397500', '123225.857500', '123226.317500', '123226.777500', '123227.237500', '123227.697500', '123228.157500', '123228.617500', '123229.077500', '123229.537500', '123229.997500', '123230.457500', '123230.917500', '123231.377500', '123231.837500', '123232.297500', '123232.757500', '123233.217500', '123233.677500', '123234.137500', '123234.597500', '123235.057500', '123235.517500', '123235.977500', '123236.437500', '123236.897500', '123237.357500', '123237.817500', '123238.277500', '123238.737500', '123239.197500', '123239.657500', '123240.117500', '123240.577500', '123241.037500', '123241.497500', '123241.957500', '123242.417500', '123242.877500', '123243.337500', '123243.797500', '123244.257500', '123244.717500', '123245.177500', '123245.637500', '123246.097500', '123246.557500', '123247.017500', '123247.477500', '123247.937500', '123248.397500', '123248.857500', '123249.317500', '123249.777500', '123250.237500', '123250.697500', '123251.157500', '123251.617500', '123252.077500', '123252.537500', '123252.997500', '123253.457500', '123253.917500', '123254.377500', '123254.837500', '123255.297500', '123255.757500', '123256.217500', '123256.677500', '123257.137500', '123257.597500', '123258.057500', '123258.517500', '123258.977500', '123259.437500', '123259.897500', '123300.357500', '123300.817500', '123301.277500', '123301.737500', '123302.197500', '123302.657500', '123303.117500', '123303.577500', '123304.037500', '123304.497500', '123304.957500', '123305.417500', '123305.877500', '123306.337500', '123306.797500', '123307.257500', '123307.717500', '123308.177500', '123308.637500', '123309.097500', '123309.557500', '123310.017500', '123310.477500', '123310.937500', '123311.397500', '123311.857500', '123312.317500', '123312.777500', '123313.237500', '123313.697500', '123314.157500', '123314.617500', '123315.077500', '123315.537500', '123315.997500', '123316.457500', '123316.917500', '123317.377500', '123317.837500', '123318.297500', '123318.757500', '123319.217500', '123319.677500', '123320.137500', '123320.597500', '123321.057500', '123321.517500', '123321.977500', '123322.437500', '123322.897500', '123323.357500', '123323.817500', '123324.277500', '123324.737500', '123325.197500', '123325.657500', '123326.117500', '123326.577500', '123327.037500', '123327.497500', '123327.957500', '123328.417500', '123328.877500', '123329.337500', '123329.797500', '123330.257500', '123330.717500', '123331.177500', '123331.637500', '123332.097500', '123332.557500', '123333.017500', '123333.477500', '123333.937500', '123334.397500', '123334.857500', '123335.317500', '123335.777500', '123336.237500', '123336.697500', '123337.157500', '123337.617500', '123338.077500', '123338.537500', '123338.997500', '123339.457500', '123339.917500', '123340.377500', '123340.837500', '123341.297500', '123341.757500', '123342.217500', '123342.677500', '123343.137500', '123343.597500', '123344.057500', '123344.517500', '123344.977500', '123345.437500', '123345.897500', '123346.357500', '123346.817500', '123347.277500', '123347.737500', '123348.197500', '123348.657500', '123349.117500', '123349.577500', '123350.037500', '123350.497500', '123350.957500', '123351.417500', '123351.877500', '123352.337500', '123352.797500', '123353.257500', '123353.717500', '123354.177500', '123354.637500', '123355.097500', '123355.557500', '123356.017500', '123356.477500', '123356.937500', '123357.397500', '123357.857500', '123358.317500', '123358.777500', '123359.237500', '123359.697500', '123400.157500', '123400.617500', '123401.077500', '123401.537500', '123401.997500', '123402.457500', '123402.917500', '123403.377500', '123403.837500', '123404.297500', '123404.757500', '123405.217500', '123405.677500', '123406.137500', '123406.597500', '123407.057500', '123407.517500', '123407.977500', '123408.437500', '123408.897500', '123409.357500', '123409.817500', '123410.277500', '123410.737500', '123411.197500', '123411.657500', '123412.117500', '123412.577500', '123413.037500', '123413.497500', '123413.957500', '123414.417500', '123414.877500', '123415.337500', '123415.797500', '123416.257500', '123416.717500', '123417.177500', '123417.637500', '123418.097500', '123418.557500', '123419.017500', '123419.477500', '123419.937500', '123420.397500', '123420.857500', '123421.317500', '123421.777500', '123422.237500', '123422.697500', '123423.157500', '123423.617500', '123424.077500', '123424.537500', '123424.997500', '123425.457500', '123425.917500', '123426.377500', '123426.837500', '123427.297500', '123427.757500', '123428.217500', '123428.677500', '123429.137500', '123429.597500', '123430.057500', '123430.517500', '123430.977500', '123431.437500', '123431.897500', '123432.357500', '123432.817500', '123433.277500', '123433.737500', '123434.197500', '123434.657500', '123435.117500', '123435.577500', '123436.037500', '123436.497500', '123436.957500', '123437.417500', '123437.877500', '123438.337500', '123438.797500', '123439.257500', '123439.717500', '123440.177500', '123440.637500', '123441.097500', '123441.557500', '123442.017500', '123442.477500', '123442.937500', '123443.397500', '123443.857500', '123444.317500', '123444.777500', '123445.237500', '123445.697500', '123446.157500', '123446.617500', '123447.077500', '123447.537500', '123447.997500', '123448.457500', '123448.917500', '123449.377500', '123449.837500', '123450.297500', '123450.757500', '123451.217500', '123451.677500', '123452.137500', '123452.597500', '123453.057500', '123453.517500', '123453.977500', '123454.437500', '123454.897500', '123455.357500', '123455.817500', '123456.277500', '123456.737500', '123457.197500', '123457.657500', '123458.117500', '123458.577500', '123459.037500', '123459.497500', '123459.957500', '123500.417500', '123500.877500', '123501.337500', '123501.797500', '123502.257500', '123502.717500', '123503.177500', '123503.637500', '123504.097500', '123504.557500', '123505.017500', '123505.477500', '123505.937500', '123506.397500', '123506.857500', '123507.317500', '123507.777500', '123508.237500', '123508.697500', '123509.157500', '123509.617500', '123510.077500', '123510.537500', '123510.997500', '123511.457500', '123511.917500', '123512.377500', '123512.837500', '123513.297500', '123513.757500', '123514.217500', '123514.677500', '123515.137500', '123515.597500', '123516.057500', '123516.517500', '123516.977500', '123517.437500', '123517.897500', '123518.357500', '123518.817500', '123519.277500', '123519.737500', '123520.197500', '123520.657500', '123521.117500', '123521.577500', '123522.037500', '123522.497500', '123522.957500', '123523.417500', '123523.877500', '123524.337500', '123524.797500', '123525.257500', '123525.717500', '123526.177500', '123526.637500', '123527.097500', '123527.557500', '123528.017500', '123528.477500', '123528.937500', '123529.397500', '123529.857500', '123530.317500', '123530.777500', '123531.237500', '123531.697500', '123532.157500', '123532.617500', '123533.077500', '123533.537500', '123533.997500', '123534.457500', '123534.917500', '123535.377500', '123535.837500', '123536.297500', '123536.757500', '123537.217500', '123537.677500', '123538.137500', '123538.597500', '123539.057500', '123539.517500', '123539.977500', '123540.437500', '123540.897500', '123541.357500', '123541.817500', '123542.277500', '123542.737500', '123543.197500', '123543.657500', '123544.117500', '123544.577500', '123545.037500', '123545.497500', '123545.957500', '123546.417500', '123546.877500', '123547.337500', '123547.797500', '123548.257500', '123548.717500', '123549.177500', '123549.637500', '123550.097500', '123550.557500', '123551.017500', '123551.477500', '123551.937500', '123552.397500', '123552.857500', '123553.317500', '123553.777500', '123554.237500', '123554.697500', '123555.157500', '123555.617500', '123556.077500', '123556.537500', '123556.997500', '123557.457500', '123557.917500', '123558.377500', '123558.837500', '123559.297500', '123559.757500', '123600.217500', '123600.677500', '123601.137500', '123601.597500', '123602.057500', '123602.517500', '123602.977500', '123603.437500', '123603.897500', '123604.357500', '123604.817500', '123605.277500', '123605.737500', '123606.197500', '123606.657500', '123607.117500', '123607.577500', '123608.037500', '123608.497500', '123608.957500', '123609.417500', '123609.877500', '123610.337500', '123610.797500', '123611.257500', '123611.717500', '123612.177500', '123612.637500', '123613.097500', '123613.557500', '123614.017500', '123614.477500', '123614.937500', '123615.397500', '123615.857500', '123616.317500', '123616.777500', '123617.237500', '123617.697500', '123618.157500', '123618.617500', '123619.077500', '123619.537500', '123619.997500', '123620.457500', '123620.917500', '123621.377500', '123621.837500', '123622.297500', '123622.757500', '123623.217500', '123623.677500', '123624.137500', '123624.597500', '123625.057500', '123625.517500', '123625.977500', '123626.437500', '123626.897500', '123627.357500', '123627.817500', '123628.277500', '123628.737500', '123629.197500', '123629.657500', '123630.117500', '123630.577500', '123631.037500', '123631.497500', '123631.957500', '123632.417500', '123632.877500', '123633.337500', '123633.797500', '123634.257500', '123634.717500', '123635.177500', '123635.637500', '123636.097500', '123636.557500', '123637.017500', '123637.477500', '123637.937500', '123638.397500', '123638.857500', '123639.317500', '123639.777500', '123640.237500', '123640.697500', '123641.157500', '123641.617500', '123642.077500', '123642.537500', '123642.997500', '123643.457500', '123643.917500', '123644.377500', '123644.837500', '123645.297500', '123645.757500', '123646.217500', '123646.677500', '123647.137500', '123647.597500', '123648.057500', '123648.517500', '123648.977500', '123649.437500', '123649.897500', '123650.357500', '123650.817500', '123651.277500', '123651.737500', '123652.197500', '123652.657500', '123653.117500', '123653.577500', '123654.037500', '123654.497500', '123654.957500', '123655.417500', '123655.877500', '123656.337500', '123656.797500', '123657.257500', '123657.717500', '123658.177500', '123658.637500', '123659.097500', '123659.557500', '123700.017500', '123700.477500', '123700.937500', '123701.397500', '123701.857500', '123702.317500', '123702.777500', '123703.237500', '123703.697500', '123704.157500', '123704.617500', '123705.077500', '123705.537500', '123705.997500', '123706.457500', '123706.917500', '123707.377500', '123707.837500', '123708.297500', '123708.757500', '123709.217500', '123709.677500', '123710.137500', '123710.597500', '123711.057500', '123711.517500', '123711.977500', '123712.437500', '123712.897500', '123713.357500', '123713.817500', '123714.277500', '123714.737500', '123715.197500', '123715.657500', '123716.117500', '123716.577500', '123717.037500', '123717.497500', '123717.957500', '123718.417500', '123718.877500', '123719.337500', '123719.797500', '123720.257500', '123720.717500', '123721.177500', '123721.637500', '123722.097500', '123722.557500', '123723.017500', '123723.477500', '123723.937500', '123724.397500', '123724.857500', '123725.317500', '123725.777500', '123726.237500', '123726.697500', '123727.157500', '123727.617500', '123728.077500', '123728.537500', '123728.997500', '123729.457500', '123729.917500', '123730.377500', '123730.837500', '123731.297500', '123731.757500', '123732.217500', '123732.677500'], 'ContentTime': ['122738.583000', '122738.586000', '122738.589000', '122738.597000', '122738.600000', '122738.602000', '122738.605000', '122738.607000', '122738.610000', '122738.613000', '122738.616000', '122738.619000', '122738.622000', '122738.624000', '122738.627000', '122738.629000', '122738.632000', '122738.635000', '122738.637000', '122738.640000', '122738.642000', '122738.645000', '122738.647000', '122738.650000', '122738.652000', '122738.655000', '122738.658000', '122758.549000', '122758.552000', '122758.555000', '122758.557000', '122758.560000', '122758.562000', '122758.568000', '122758.570000', '122758.573000', '122758.575000', '122758.578000', '122758.581000', '122758.583000', '122758.586000', '122758.588000', '122758.591000', '122758.594000', '122758.596000', '122758.603000', '122758.606000', '122758.608000', '122758.611000', '122758.613000', '122758.616000', '122758.618000', '122758.621000', '122758.624000', '122758.626000', '122758.629000', '122758.632000', '122758.634000', '122758.637000', '122758.639000', '122758.642000', '122758.644000', '122758.647000', '122758.649000', '122758.652000', '122758.655000', '122758.657000', '122758.660000', '122758.662000', '122758.665000', '122758.667000', '122818.549000', '122818.552000', '122818.555000', '122818.557000', '122818.560000', '122818.562000', '122818.565000', '122818.568000', '122818.570000', '122818.573000', '122818.575000', '122818.578000', '122818.581000', '122818.583000', '122818.586000', '122818.588000', '122818.591000', '122818.594000', '122818.596000', '122818.599000', '122818.601000', '122818.604000', '122818.606000', '122818.609000', '122818.611000', '122818.614000', '122818.616000', '122818.619000', '122818.630000', '122818.633000', '122818.635000', '122818.638000', '122818.640000', '122818.643000', '122818.645000', '122818.648000', '122818.650000', '122818.653000', '122818.656000', '122818.658000', '122818.661000', '122818.663000', '122818.666000', '122838.549000', '122838.552000', '122838.555000', '122838.557000', '122838.560000', '122838.562000', '122838.565000', '122838.567000', '122838.570000', '122838.573000', '122838.575000', '122838.578000', '122838.580000', '122838.583000', '122838.585000', '122838.588000', '122838.591000', '122838.593000', '122838.596000', '122838.598000', '122838.601000', '122838.604000', '122838.606000', '122838.609000', '122838.611000', '122838.614000', '122838.616000', '122838.619000', '122838.621000', '122838.624000', '122838.627000', '122838.629000', '122838.632000', '122838.634000', '122838.637000', '122838.640000', '122838.642000', '122838.645000', '122838.647000', '122838.650000', '122838.652000', '122838.655000', '122838.658000', '122838.660000', '122858.548000', '122858.551000', '122858.554000', '122858.556000', '122858.559000', '122858.561000', '122858.564000', '122858.566000', '122858.569000', '122858.572000', '122858.574000', '122858.577000', '122858.580000', '122858.582000', '122858.585000', '122858.587000', '122858.590000', '122858.593000', '122858.595000', '122858.598000', '122858.600000', '122858.603000', '122858.605000', '122858.608000', '122858.611000', '122858.631000', '122858.634000', '122858.637000', '122858.639000', '122858.642000', '122858.644000', '122858.647000', '122858.650000', '122858.652000', '122858.655000', '122858.657000', '122858.660000', '122858.663000', '122858.665000', '122858.668000', '122858.670000', '122858.673000', '122858.676000', '122918.548000', '122918.551000', '122918.554000', '122918.556000', '122918.559000', '122918.561000', '122918.564000', '122918.566000', '122918.569000', '122918.572000', '122918.574000', '122918.577000', '122918.579000', '122918.582000', '122918.584000', '122918.587000', '122918.590000', '122918.592000', '122918.595000', '122918.598000', '122918.600000', '122918.603000', '122918.605000', '122918.608000', '122918.611000', '122918.613000', '122918.616000', '122918.618000', '122918.621000', '122918.623000', '122918.626000', '122918.628000', '122918.631000', '122918.634000', '122918.636000', '122918.639000', '122918.641000', '122918.644000', '122918.646000', '122918.649000', '122918.652000', '122918.654000', '122918.657000', '122918.659000', '122938.548000', '122938.551000', '122938.554000', '122938.556000', '122938.559000', '122938.561000', '122938.564000', '122938.567000', '122938.569000', '122938.572000', '122938.574000', '122938.577000', '122938.579000', '122938.582000', '122938.585000', '122938.587000', '122938.590000', '122938.592000', '122938.595000', '122938.598000', '122938.600000', '122938.603000', '122938.605000', '122938.608000', '122938.611000', '122938.613000', '122938.616000', '122938.618000', '122938.621000', '122938.624000', '122938.626000', '122938.629000', '122938.631000', '122938.634000', '122938.636000', '122938.639000', '122938.642000', '122938.644000', '122938.647000', '122938.649000', '122938.652000', '122938.655000', '122938.657000', '122958.549000', '122958.552000', '122958.555000', '122958.558000', '122958.561000', '122958.564000', '122958.567000', '122958.570000', '122958.572000', '122958.575000', '122958.578000', '122958.581000', '122958.584000', '122958.586000', '122958.589000', '122958.592000', '122958.594000', '122958.597000', '122958.600000', '122958.602000', '122958.605000', '122958.608000', '122958.610000', '122958.613000', '122958.616000', '122958.618000', '122958.621000', '122958.624000', '122958.626000', '122958.629000', '122958.632000', '122958.634000', '122958.637000', '122958.639000', '122958.642000', '122958.645000', '122958.647000', '122958.650000', '122958.653000', '122958.655000', '122958.658000', '122958.661000', '122958.663000', '122958.666000', '123018.549000', '123018.552000', '123018.555000', '123018.557000', '123018.560000', '123018.563000', '123018.566000', '123018.569000', '123018.571000', '123018.574000', '123018.577000', '123018.579000', '123018.582000', '123018.584000', '123018.587000', '123018.590000', '123018.592000', '123018.595000', '123018.597000', '123018.600000', '123018.603000', '123018.605000', '123018.608000', '123018.610000', '123018.613000', '123018.616000', '123018.618000', '123018.621000', '123018.623000', '123018.626000', '123018.629000', '123018.632000', '123018.635000', '123018.637000', '123018.640000', '123018.642000', '123018.659000', '123018.662000', '123018.664000', '123018.667000', '123018.669000', '123018.672000', '123018.675000', '123038.549000', '123038.552000', '123038.555000', '123038.557000', '123038.560000', '123038.563000', '123038.565000', '123038.568000', '123038.570000', '123038.573000', '123038.576000', '123038.578000', '123038.581000', '123038.583000', '123038.586000', '123038.589000', '123038.591000', '123038.594000', '123038.596000', '123038.599000', '123038.602000', '123038.604000', '123038.607000', '123038.609000', '123038.612000', '123038.614000', '123038.617000', '123038.620000', '123038.622000', '123038.625000', '123038.628000', '123038.630000', '123038.633000', '123038.635000', '123038.638000', '123038.641000', '123038.643000', '123038.646000', '123038.648000', '123038.651000', '123038.653000', '123038.656000', '123038.659000', '123038.661000', '123058.549000', '123058.552000', '123058.555000', '123058.558000', '123058.560000', '123058.563000', '123058.565000', '123058.568000', '123058.571000', '123058.573000', '123058.576000', '123058.578000', '123058.581000', '123058.583000', '123058.586000', '123058.589000', '123058.591000', '123058.594000', '123058.596000', '123058.599000', '123058.602000', '123058.604000', '123058.607000', '123058.609000', '123058.612000', '123058.615000', '123058.617000', '123058.620000', '123058.622000', '123058.625000', '123058.627000', '123058.630000', '123058.633000', '123058.635000', '123058.638000', '123058.640000', '123058.643000', '123058.646000', '123058.648000', '123058.651000', '123058.653000', '123058.656000', '123058.658000', '123118.550000', '123118.553000', '123118.555000', '123118.558000', '123118.561000', '123118.564000', '123118.566000', '123118.569000', '123118.571000', '123118.574000', '123118.577000', '123118.579000', '123118.582000', '123118.585000', '123118.587000', '123118.590000', '123118.593000', '123118.595000', '123118.598000', '123118.601000', '123118.603000', '123118.606000', '123118.609000', '123118.611000', '123118.614000', '123118.617000', '123118.619000', '123118.622000', '123118.624000', '123118.627000', '123118.630000', '123118.632000', '123118.635000', '123118.637000', '123118.640000', '123118.643000', '123118.645000', '123118.648000', '123118.650000', '123118.653000', '123118.656000', '123118.658000', '123118.661000', '123138.549000', '123138.559000', '123138.562000', '123138.565000', '123138.567000', '123138.570000', '123138.572000', '123138.575000', '123138.578000', '123138.580000', '123138.583000', '123138.585000', '123138.588000', '123138.591000', '123138.593000', '123138.596000', '123138.598000', '123138.601000', '123138.603000', '123138.606000', '123138.609000', '123138.611000', '123138.614000', '123138.616000', '123138.619000', '123138.621000', '123138.624000', '123138.627000', '123138.629000', '123138.632000', '123138.634000', '123138.637000', '123138.640000', '123138.642000', '123138.645000', '123138.647000', '123138.650000', '123138.652000', '123138.655000', '123138.658000', '123138.660000', '123138.663000', '123138.665000', '123138.668000', '123158.549000', '123158.552000', '123158.554000', '123158.557000', '123158.559000', '123158.562000', '123158.564000', '123158.567000', '123158.570000', '123158.572000', '123158.575000', '123158.577000', '123158.580000', '123158.582000', '123158.585000', '123158.588000', '123158.590000', '123158.593000', '123158.596000', '123158.598000', '123158.601000', '123158.603000', '123158.606000', '123158.608000', '123158.611000', '123158.613000', '123158.616000', '123158.619000', '123158.621000', '123158.624000', '123158.627000', '123158.629000', '123158.639000', '123158.642000', '123158.645000', '123158.647000', '123158.650000', '123158.652000', '123158.655000', '123158.658000', '123158.660000', '123158.663000', '123158.665000', '123158.668000', '123218.550000', '123218.552000', '123218.555000', '123218.558000', '123218.560000', '123218.563000', '123218.565000', '123218.568000', '123218.570000', '123218.573000', '123218.576000', '123218.578000', '123218.581000', '123218.584000', '123218.586000', '123218.589000', '123218.592000', '123218.594000', '123218.597000', '123218.600000', '123218.602000', '123218.605000', '123218.607000', '123218.610000', '123218.612000', '123218.615000', '123218.617000', '123218.620000', '123218.623000', '123218.625000', '123218.628000', '123218.630000', '123218.633000', '123218.636000', '123218.638000', '123218.641000', '123218.643000', '123218.646000', '123218.648000', '123218.651000', '123218.653000', '123218.656000', '123218.659000', '123238.550000', '123238.552000', '123238.555000', '123238.557000', '123238.560000', '123238.563000', '123238.565000', '123238.568000', '123238.570000', '123238.573000', '123238.575000', '123238.578000', '123238.581000', '123238.583000', '123238.587000', '123238.590000', '123238.593000', '123238.595000', '123238.598000', '123238.601000', '123238.603000', '123238.606000', '123238.608000', '123238.611000', '123238.613000', '123238.616000', '123238.619000', '123238.621000', '123238.624000', '123238.626000', '123238.629000', '123238.631000', '123238.634000', '123238.637000', '123238.639000', '123238.642000', '123238.645000', '123238.647000', '123238.650000', '123238.652000', '123238.655000', '123238.657000', '123238.660000', '123238.663000', '123258.550000', '123258.553000', '123258.555000', '123258.558000', '123258.560000', '123258.563000', '123258.565000', '123258.568000', '123258.571000', '123258.573000', '123258.576000', '123258.579000', '123258.581000', '123258.584000', '123258.587000', '123258.589000', '123258.592000', '123258.594000', '123258.597000', '123258.600000', '123258.602000', '123258.605000', '123258.607000', '123258.610000', '123258.613000', '123258.615000', '123258.618000', '123258.620000', '123258.623000', '123258.626000', '123258.628000', '123258.631000', '123258.633000', '123258.636000', '123258.638000', '123258.641000', '123258.644000', '123258.646000', '123258.649000', '123258.651000', '123258.654000', '123258.656000', '123258.659000', '123318.550000', '123318.553000', '123318.556000', '123318.559000', '123318.562000', '123318.564000', '123318.567000', '123318.569000', '123318.572000', '123318.575000', '123318.577000', '123318.580000', '123318.582000', '123318.585000', '123318.588000', '123318.591000', '123318.593000', '123318.596000', '123318.598000', '123318.601000', '123318.605000', '123318.607000', '123318.610000', '123318.613000', '123318.615000', '123318.618000', '123318.620000', '123318.623000', '123318.651000', '123318.653000', '123318.656000', '123318.658000', '123318.661000', '123318.664000', '123318.666000', '123318.669000', '123318.672000', '123318.674000', '123318.677000', '123318.679000', '123318.682000', '123318.685000', '123318.687000', '123338.548000', '123338.551000', '123338.554000', '123338.556000', '123338.559000', '123338.562000', '123338.564000', '123338.567000', '123338.569000', '123338.572000', '123338.576000', '123338.579000', '123338.581000', '123338.584000', '123338.587000', '123338.589000', '123338.592000', '123338.594000', '123338.597000', '123338.600000', '123338.602000', '123338.605000', '123338.607000', '123338.610000', '123338.613000', '123338.615000', '123338.618000', '123338.620000', '123338.623000', '123338.625000', '123338.628000', '123338.631000', '123338.633000', '123338.636000', '123338.638000', '123338.641000', '123338.644000', '123338.646000', '123338.649000', '123338.651000', '123338.654000', '123338.656000', '123338.659000', '123338.662000', '123358.549000', '123358.551000', '123358.554000', '123358.557000', '123358.559000', '123358.562000', '123358.565000', '123358.568000', '123358.571000', '123358.574000', '123358.576000', '123358.579000', '123358.582000', '123358.584000', '123358.587000', '123358.590000', '123358.592000', '123358.595000', '123358.597000', '123358.600000', '123358.603000', '123358.605000', '123358.608000', '123358.610000', '123358.613000', '123358.615000', '123358.618000', '123358.621000', '123358.624000', '123358.627000', '123358.630000', '123358.632000', '123358.635000', '123358.638000', '123358.640000', '123358.643000', '123358.645000', '123358.648000', '123358.651000', '123358.653000', '123358.656000', '123358.658000', '123358.661000', '123418.550000', '123418.552000', '123418.555000', '123418.558000', '123418.560000', '123418.563000', '123418.565000', '123418.568000', '123418.570000', '123418.573000', '123418.576000', '123418.578000', '123418.581000', '123418.583000', '123418.586000', '123418.589000', '123418.591000', '123418.594000', '123418.596000', '123418.599000', '123418.602000', '123418.604000', '123418.607000', '123418.609000', '123418.612000', '123418.615000', '123418.617000', '123418.620000', '123418.622000', '123418.625000', '123418.628000', '123418.631000', '123418.633000', '123418.636000', '123418.639000', '123418.641000', '123418.644000', '123418.646000', '123418.649000', '123418.651000', '123418.654000', '123418.657000', '123418.659000', '123418.662000', '123438.550000', '123438.552000', '123438.555000', '123438.557000', '123438.560000', '123438.563000', '123438.565000', '123438.568000', '123438.570000', '123438.573000', '123438.575000', '123438.578000', '123438.581000', '123438.583000', '123438.586000', '123438.589000', '123438.591000', '123438.594000', '123438.596000', '123438.599000', '123438.601000', '123438.604000', '123438.607000', '123438.609000', '123438.612000', '123438.615000', '123438.618000', '123438.621000', '123438.624000', '123438.626000', '123438.629000', '123438.631000', '123438.634000', '123438.637000', '123438.639000', '123438.642000', '123438.644000', '123438.647000', '123438.650000', '123438.652000', '123438.655000', '123438.657000', '123438.660000', '123458.550000', '123458.552000', '123458.555000', '123458.557000', '123458.560000', '123458.563000', '123458.565000', '123458.568000', '123458.570000', '123458.573000', '123458.576000', '123458.578000', '123458.581000', '123458.584000', '123458.586000', '123458.589000', '123458.591000', '123458.594000', '123458.597000', '123458.599000', '123458.602000', '123458.604000', '123458.607000', '123458.610000', '123458.612000', '123458.615000', '123458.617000', '123458.620000', '123458.623000', '123458.625000', '123458.628000', '123458.630000', '123458.633000', '123458.636000', '123458.638000', '123458.641000', '123458.643000', '123458.646000', '123458.648000', '123458.651000', '123458.653000', '123458.656000', '123458.659000', '123458.661000', '123518.549000', '123518.552000', '123518.555000', '123518.557000', '123518.560000', '123518.562000', '123518.565000', '123518.568000', '123518.570000', '123518.573000', '123518.575000', '123518.578000', '123518.581000', '123518.583000', '123518.586000', '123518.588000', '123518.591000', '123518.594000', '123518.597000', '123518.600000', '123518.603000', '123518.605000', '123518.608000', '123518.611000', '123518.613000', '123518.616000', '123518.618000', '123518.621000', '123518.623000', '123518.626000', '123518.629000', '123518.631000', '123518.634000', '123518.636000', '123518.639000', '123518.642000', '123518.644000', '123518.647000', '123518.649000', '123518.652000', '123518.655000', '123518.658000', '123518.660000', '123538.550000', '123538.552000', '123538.555000', '123538.558000', '123538.560000', '123538.563000', '123538.565000', '123538.568000', '123538.571000', '123538.573000', '123538.576000', '123538.578000', '123538.581000', '123538.583000', '123538.586000', '123538.589000', '123538.591000', '123538.594000', '123538.597000', '123538.599000', '123538.602000', '123538.604000', '123538.607000', '123538.610000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.623000', '123538.625000', '123538.628000', '123538.630000', '123538.633000', '123538.636000', '123538.638000', '123538.641000', '123538.643000', '123538.646000', '123538.649000', '123538.651000', '123538.654000', '123538.656000', '123538.659000', '123538.661000', '123558.549000', '123558.551000', '123558.554000', '123558.557000', '123558.559000', '123558.562000', '123558.564000', '123558.567000', '123558.569000', '123558.572000', '123558.575000', '123558.577000', '123558.580000', '123558.582000', '123558.585000', '123558.588000', '123558.590000', '123558.593000', '123558.595000', '123558.598000', '123558.601000', '123558.603000', '123558.606000', '123558.608000', '123558.617000', '123558.620000', '123558.622000', '123558.625000', '123558.628000', '123558.630000', '123558.633000', '123558.635000', '123558.638000', '123558.640000', '123558.643000', '123558.646000', '123558.649000', '123558.652000', '123558.655000', '123558.657000', '123558.660000', '123558.662000', '123558.665000', '123618.549000', '123618.552000', '123618.554000', '123618.557000', '123618.559000', '123618.562000', '123618.565000', '123618.567000', '123618.570000', '123618.573000', '123618.575000', '123618.578000', '123618.580000', '123618.583000', '123618.586000', '123618.588000', '123618.591000', '123618.594000', '123618.596000', '123618.599000', '123618.601000', '123618.604000', '123618.607000', '123618.609000', '123618.612000', '123618.614000', '123618.617000', '123618.620000', '123618.622000', '123618.625000', '123618.627000', '123618.630000', '123618.633000', '123618.635000', '123618.638000', '123618.641000', '123618.643000', '123618.646000', '123618.649000', '123618.651000', '123618.654000', '123618.656000', '123618.659000', '123618.662000', '123638.549000', '123638.552000', '123638.555000', '123638.557000', '123638.560000', '123638.563000', '123638.565000', '123638.568000', '123638.570000', '123638.573000', '123638.576000', '123638.578000', '123638.581000', '123638.583000', '123638.586000', '123638.589000', '123638.591000', '123638.594000', '123638.596000', '123638.599000', '123638.602000', '123638.604000', '123638.607000', '123638.609000', '123638.612000', '123638.615000', '123638.617000', '123638.620000', '123638.622000', '123638.625000', '123638.627000', '123638.630000', '123638.633000', '123638.635000', '123638.638000', '123638.640000', '123638.643000', '123638.645000', '123638.648000', '123638.651000', '123638.653000', '123638.656000', '123638.658000', '123658.550000', '123658.552000', '123658.555000', '123658.558000', '123658.560000', '123658.563000', '123658.565000', '123658.568000', '123658.570000', '123658.573000', '123658.576000', '123658.578000', '123658.581000', '123658.583000', '123658.586000', '123658.588000', '123658.591000', '123658.594000', '123658.596000', '123658.599000', '123658.602000', '123658.604000', '123658.607000', '123658.609000', '123658.612000', '123658.615000', '123658.617000', '123658.620000', '123658.622000', '123658.625000', '123658.628000', '123658.630000', '123658.633000', '123658.635000', '123658.638000', '123658.641000', '123658.643000', '123658.646000', '123658.648000', '123658.651000', '123658.653000', '123658.656000', '123658.659000', '123658.661000', '123718.550000', '123718.552000', '123718.555000', '123718.558000', '123718.560000', '123718.563000', '123718.565000', '123718.568000', '123718.571000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.583000', '123718.586000', '123718.589000', '123718.591000', '123718.594000', '123718.597000', '123718.599000', '123718.602000', '123718.604000', '123718.607000', '123718.610000', '123718.612000', '123718.615000', '123718.617000', '123718.620000', '123718.623000', '123718.625000', '123718.628000', '123718.630000', '123718.642000', '123718.645000', '123718.647000', '123718.650000', '123718.652000', '123718.655000', '123718.658000', '123718.660000', '123718.663000', '123718.665000', '123718.668000', '123733.851000', '123733.853000', '123733.856000', '123733.859000', '123733.861000', '123733.864000', '123733.866000', '123733.869000', '123733.872000', '123733.874000', '123733.877000', '123733.879000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.892000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.905000', '123733.908000', '123733.910000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.923000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.936000'], 'InstanceCreationTime': ['122738.583000', '122738.586000', '122738.589000', '122738.597000', '122738.600000', '122738.602000', '122738.605000', '122738.607000', '122738.610000', '122738.613000', '122738.616000', '122738.619000', '122738.622000', '122738.624000', '122738.627000', '122738.629000', '122738.632000', '122738.635000', '122738.637000', '122738.640000', '122738.642000', '122738.645000', '122738.647000', '122738.650000', '122738.652000', '122738.655000', '122738.658000', '122758.549000', '122758.552000', '122758.555000', '122758.557000', '122758.560000', '122758.562000', '122758.568000', '122758.570000', '122758.573000', '122758.575000', '122758.578000', '122758.581000', '122758.583000', '122758.586000', '122758.588000', '122758.591000', '122758.594000', '122758.596000', '122758.603000', '122758.606000', '122758.608000', '122758.611000', '122758.613000', '122758.616000', '122758.618000', '122758.621000', '122758.624000', '122758.626000', '122758.629000', '122758.632000', '122758.634000', '122758.637000', '122758.639000', '122758.642000', '122758.644000', '122758.647000', '122758.649000', '122758.652000', '122758.655000', '122758.657000', '122758.660000', '122758.662000', '122758.665000', '122758.667000', '122818.549000', '122818.552000', '122818.555000', '122818.557000', '122818.560000', '122818.562000', '122818.565000', '122818.568000', '122818.570000', '122818.573000', '122818.575000', '122818.578000', '122818.581000', '122818.583000', '122818.586000', '122818.588000', '122818.591000', '122818.594000', '122818.596000', '122818.599000', '122818.601000', '122818.604000', '122818.606000', '122818.609000', '122818.611000', '122818.614000', '122818.616000', '122818.619000', '122818.630000', '122818.633000', '122818.635000', '122818.638000', '122818.640000', '122818.643000', '122818.645000', '122818.648000', '122818.650000', '122818.653000', '122818.656000', '122818.658000', '122818.661000', '122818.663000', '122818.666000', '122838.549000', '122838.552000', '122838.555000', '122838.557000', '122838.560000', '122838.562000', '122838.565000', '122838.567000', '122838.570000', '122838.573000', '122838.575000', '122838.578000', '122838.580000', '122838.583000', '122838.585000', '122838.588000', '122838.591000', '122838.593000', '122838.596000', '122838.598000', '122838.601000', '122838.604000', '122838.606000', '122838.609000', '122838.611000', '122838.614000', '122838.616000', '122838.619000', '122838.621000', '122838.624000', '122838.627000', '122838.629000', '122838.632000', '122838.634000', '122838.637000', '122838.640000', '122838.642000', '122838.645000', '122838.647000', '122838.650000', '122838.652000', '122838.655000', '122838.658000', '122838.660000', '122858.548000', '122858.551000', '122858.554000', '122858.556000', '122858.559000', '122858.561000', '122858.564000', '122858.566000', '122858.569000', '122858.572000', '122858.574000', '122858.577000', '122858.580000', '122858.582000', '122858.585000', '122858.587000', '122858.590000', '122858.593000', '122858.595000', '122858.598000', '122858.600000', '122858.603000', '122858.605000', '122858.608000', '122858.611000', '122858.631000', '122858.634000', '122858.637000', '122858.639000', '122858.642000', '122858.644000', '122858.647000', '122858.650000', '122858.652000', '122858.655000', '122858.657000', '122858.660000', '122858.663000', '122858.665000', '122858.668000', '122858.670000', '122858.673000', '122858.676000', '122918.548000', '122918.551000', '122918.554000', '122918.556000', '122918.559000', '122918.561000', '122918.564000', '122918.566000', '122918.569000', '122918.572000', '122918.574000', '122918.577000', '122918.579000', '122918.582000', '122918.584000', '122918.587000', '122918.590000', '122918.592000', '122918.595000', '122918.598000', '122918.600000', '122918.603000', '122918.605000', '122918.608000', '122918.611000', '122918.613000', '122918.616000', '122918.618000', '122918.621000', '122918.623000', '122918.626000', '122918.628000', '122918.631000', '122918.634000', '122918.636000', '122918.639000', '122918.641000', '122918.644000', '122918.646000', '122918.649000', '122918.652000', '122918.654000', '122918.657000', '122918.659000', '122938.548000', '122938.551000', '122938.554000', '122938.556000', '122938.559000', '122938.561000', '122938.564000', '122938.567000', '122938.569000', '122938.572000', '122938.574000', '122938.577000', '122938.579000', '122938.582000', '122938.585000', '122938.587000', '122938.590000', '122938.592000', '122938.595000', '122938.598000', '122938.600000', '122938.603000', '122938.605000', '122938.608000', '122938.611000', '122938.613000', '122938.616000', '122938.618000', '122938.621000', '122938.624000', '122938.626000', '122938.629000', '122938.631000', '122938.634000', '122938.636000', '122938.639000', '122938.642000', '122938.644000', '122938.647000', '122938.649000', '122938.652000', '122938.655000', '122938.657000', '122958.549000', '122958.552000', '122958.555000', '122958.558000', '122958.561000', '122958.564000', '122958.567000', '122958.570000', '122958.572000', '122958.575000', '122958.578000', '122958.581000', '122958.584000', '122958.586000', '122958.589000', '122958.592000', '122958.594000', '122958.597000', '122958.600000', '122958.602000', '122958.605000', '122958.608000', '122958.610000', '122958.613000', '122958.616000', '122958.618000', '122958.621000', '122958.624000', '122958.626000', '122958.629000', '122958.632000', '122958.634000', '122958.637000', '122958.639000', '122958.642000', '122958.645000', '122958.647000', '122958.650000', '122958.653000', '122958.655000', '122958.658000', '122958.661000', '122958.663000', '122958.666000', '123018.549000', '123018.552000', '123018.555000', '123018.557000', '123018.560000', '123018.563000', '123018.566000', '123018.569000', '123018.571000', '123018.574000', '123018.577000', '123018.579000', '123018.582000', '123018.584000', '123018.587000', '123018.590000', '123018.592000', '123018.595000', '123018.597000', '123018.600000', '123018.603000', '123018.605000', '123018.608000', '123018.610000', '123018.613000', '123018.616000', '123018.618000', '123018.621000', '123018.623000', '123018.626000', '123018.629000', '123018.632000', '123018.635000', '123018.637000', '123018.640000', '123018.642000', '123018.659000', '123018.662000', '123018.664000', '123018.667000', '123018.669000', '123018.672000', '123018.675000', '123038.549000', '123038.552000', '123038.555000', '123038.557000', '123038.560000', '123038.563000', '123038.565000', '123038.568000', '123038.570000', '123038.573000', '123038.576000', '123038.578000', '123038.581000', '123038.583000', '123038.586000', '123038.589000', '123038.591000', '123038.594000', '123038.596000', '123038.599000', '123038.602000', '123038.604000', '123038.607000', '123038.609000', '123038.612000', '123038.614000', '123038.617000', '123038.620000', '123038.622000', '123038.625000', '123038.628000', '123038.630000', '123038.633000', '123038.635000', '123038.638000', '123038.641000', '123038.643000', '123038.646000', '123038.648000', '123038.651000', '123038.653000', '123038.656000', '123038.659000', '123038.661000', '123058.549000', '123058.552000', '123058.555000', '123058.558000', '123058.560000', '123058.563000', '123058.565000', '123058.568000', '123058.571000', '123058.573000', '123058.576000', '123058.578000', '123058.581000', '123058.583000', '123058.586000', '123058.589000', '123058.591000', '123058.594000', '123058.596000', '123058.599000', '123058.602000', '123058.604000', '123058.607000', '123058.609000', '123058.612000', '123058.615000', '123058.617000', '123058.620000', '123058.622000', '123058.625000', '123058.627000', '123058.630000', '123058.633000', '123058.635000', '123058.638000', '123058.640000', '123058.643000', '123058.646000', '123058.648000', '123058.651000', '123058.653000', '123058.656000', '123058.658000', '123118.550000', '123118.553000', '123118.555000', '123118.558000', '123118.561000', '123118.564000', '123118.566000', '123118.569000', '123118.571000', '123118.574000', '123118.577000', '123118.579000', '123118.582000', '123118.585000', '123118.587000', '123118.590000', '123118.593000', '123118.595000', '123118.598000', '123118.601000', '123118.603000', '123118.606000', '123118.609000', '123118.611000', '123118.614000', '123118.617000', '123118.619000', '123118.622000', '123118.624000', '123118.627000', '123118.630000', '123118.632000', '123118.635000', '123118.637000', '123118.640000', '123118.643000', '123118.645000', '123118.648000', '123118.650000', '123118.653000', '123118.656000', '123118.658000', '123118.661000', '123138.549000', '123138.559000', '123138.562000', '123138.565000', '123138.567000', '123138.570000', '123138.572000', '123138.575000', '123138.578000', '123138.580000', '123138.583000', '123138.585000', '123138.588000', '123138.591000', '123138.593000', '123138.596000', '123138.598000', '123138.601000', '123138.603000', '123138.606000', '123138.609000', '123138.611000', '123138.614000', '123138.616000', '123138.619000', '123138.621000', '123138.624000', '123138.627000', '123138.629000', '123138.632000', '123138.634000', '123138.637000', '123138.640000', '123138.642000', '123138.645000', '123138.647000', '123138.650000', '123138.652000', '123138.655000', '123138.658000', '123138.660000', '123138.663000', '123138.665000', '123138.668000', '123158.549000', '123158.552000', '123158.554000', '123158.557000', '123158.559000', '123158.562000', '123158.564000', '123158.567000', '123158.570000', '123158.572000', '123158.575000', '123158.577000', '123158.580000', '123158.582000', '123158.585000', '123158.588000', '123158.590000', '123158.593000', '123158.596000', '123158.598000', '123158.601000', '123158.603000', '123158.606000', '123158.608000', '123158.611000', '123158.613000', '123158.616000', '123158.619000', '123158.621000', '123158.624000', '123158.627000', '123158.629000', '123158.639000', '123158.642000', '123158.645000', '123158.647000', '123158.650000', '123158.652000', '123158.655000', '123158.658000', '123158.660000', '123158.663000', '123158.665000', '123158.668000', '123218.550000', '123218.552000', '123218.555000', '123218.558000', '123218.560000', '123218.563000', '123218.565000', '123218.568000', '123218.570000', '123218.573000', '123218.576000', '123218.578000', '123218.581000', '123218.584000', '123218.586000', '123218.589000', '123218.592000', '123218.594000', '123218.597000', '123218.600000', '123218.602000', '123218.605000', '123218.607000', '123218.610000', '123218.612000', '123218.615000', '123218.617000', '123218.620000', '123218.623000', '123218.625000', '123218.628000', '123218.630000', '123218.633000', '123218.636000', '123218.638000', '123218.641000', '123218.643000', '123218.646000', '123218.648000', '123218.651000', '123218.653000', '123218.656000', '123218.659000', '123238.550000', '123238.552000', '123238.555000', '123238.557000', '123238.560000', '123238.563000', '123238.565000', '123238.568000', '123238.570000', '123238.573000', '123238.575000', '123238.578000', '123238.581000', '123238.583000', '123238.587000', '123238.590000', '123238.593000', '123238.595000', '123238.598000', '123238.601000', '123238.603000', '123238.606000', '123238.608000', '123238.611000', '123238.613000', '123238.616000', '123238.619000', '123238.621000', '123238.624000', '123238.626000', '123238.629000', '123238.631000', '123238.634000', '123238.637000', '123238.639000', '123238.642000', '123238.645000', '123238.647000', '123238.650000', '123238.652000', '123238.655000', '123238.657000', '123238.660000', '123238.663000', '123258.550000', '123258.553000', '123258.555000', '123258.558000', '123258.560000', '123258.563000', '123258.565000', '123258.568000', '123258.571000', '123258.573000', '123258.576000', '123258.579000', '123258.581000', '123258.584000', '123258.587000', '123258.589000', '123258.592000', '123258.594000', '123258.597000', '123258.600000', '123258.602000', '123258.605000', '123258.607000', '123258.610000', '123258.613000', '123258.615000', '123258.618000', '123258.620000', '123258.623000', '123258.626000', '123258.628000', '123258.631000', '123258.633000', '123258.636000', '123258.638000', '123258.641000', '123258.644000', '123258.646000', '123258.649000', '123258.651000', '123258.654000', '123258.656000', '123258.659000', '123318.550000', '123318.553000', '123318.556000', '123318.559000', '123318.562000', '123318.564000', '123318.567000', '123318.569000', '123318.572000', '123318.575000', '123318.577000', '123318.580000', '123318.582000', '123318.585000', '123318.588000', '123318.591000', '123318.593000', '123318.596000', '123318.598000', '123318.601000', '123318.605000', '123318.607000', '123318.610000', '123318.613000', '123318.615000', '123318.618000', '123318.620000', '123318.623000', '123318.651000', '123318.653000', '123318.656000', '123318.658000', '123318.661000', '123318.664000', '123318.666000', '123318.669000', '123318.672000', '123318.674000', '123318.677000', '123318.679000', '123318.682000', '123318.685000', '123318.687000', '123338.548000', '123338.551000', '123338.554000', '123338.556000', '123338.559000', '123338.562000', '123338.564000', '123338.567000', '123338.569000', '123338.572000', '123338.576000', '123338.579000', '123338.581000', '123338.584000', '123338.587000', '123338.589000', '123338.592000', '123338.594000', '123338.597000', '123338.600000', '123338.602000', '123338.605000', '123338.607000', '123338.610000', '123338.613000', '123338.615000', '123338.618000', '123338.620000', '123338.623000', '123338.625000', '123338.628000', '123338.631000', '123338.633000', '123338.636000', '123338.638000', '123338.641000', '123338.644000', '123338.646000', '123338.649000', '123338.651000', '123338.654000', '123338.656000', '123338.659000', '123338.662000', '123358.549000', '123358.551000', '123358.554000', '123358.557000', '123358.559000', '123358.562000', '123358.565000', '123358.568000', '123358.571000', '123358.574000', '123358.576000', '123358.579000', '123358.582000', '123358.584000', '123358.587000', '123358.590000', '123358.592000', '123358.595000', '123358.597000', '123358.600000', '123358.603000', '123358.605000', '123358.608000', '123358.610000', '123358.613000', '123358.615000', '123358.618000', '123358.621000', '123358.624000', '123358.627000', '123358.630000', '123358.632000', '123358.635000', '123358.638000', '123358.640000', '123358.643000', '123358.645000', '123358.648000', '123358.651000', '123358.653000', '123358.656000', '123358.658000', '123358.661000', '123418.550000', '123418.552000', '123418.555000', '123418.558000', '123418.560000', '123418.563000', '123418.565000', '123418.568000', '123418.570000', '123418.573000', '123418.576000', '123418.578000', '123418.581000', '123418.583000', '123418.586000', '123418.589000', '123418.591000', '123418.594000', '123418.596000', '123418.599000', '123418.602000', '123418.604000', '123418.607000', '123418.609000', '123418.612000', '123418.615000', '123418.617000', '123418.620000', '123418.622000', '123418.625000', '123418.628000', '123418.631000', '123418.633000', '123418.636000', '123418.639000', '123418.641000', '123418.644000', '123418.646000', '123418.649000', '123418.651000', '123418.654000', '123418.657000', '123418.659000', '123418.662000', '123438.550000', '123438.552000', '123438.555000', '123438.557000', '123438.560000', '123438.563000', '123438.565000', '123438.568000', '123438.570000', '123438.573000', '123438.575000', '123438.578000', '123438.581000', '123438.583000', '123438.586000', '123438.589000', '123438.591000', '123438.594000', '123438.596000', '123438.599000', '123438.601000', '123438.604000', '123438.607000', '123438.609000', '123438.612000', '123438.615000', '123438.618000', '123438.621000', '123438.624000', '123438.626000', '123438.629000', '123438.631000', '123438.634000', '123438.637000', '123438.639000', '123438.642000', '123438.644000', '123438.647000', '123438.650000', '123438.652000', '123438.655000', '123438.657000', '123438.660000', '123458.550000', '123458.552000', '123458.555000', '123458.557000', '123458.560000', '123458.563000', '123458.565000', '123458.568000', '123458.570000', '123458.573000', '123458.576000', '123458.578000', '123458.581000', '123458.584000', '123458.586000', '123458.589000', '123458.591000', '123458.594000', '123458.597000', '123458.599000', '123458.602000', '123458.604000', '123458.607000', '123458.610000', '123458.612000', '123458.615000', '123458.617000', '123458.620000', '123458.623000', '123458.625000', '123458.628000', '123458.630000', '123458.633000', '123458.636000', '123458.638000', '123458.641000', '123458.643000', '123458.646000', '123458.648000', '123458.651000', '123458.653000', '123458.656000', '123458.659000', '123458.661000', '123518.549000', '123518.552000', '123518.555000', '123518.557000', '123518.560000', '123518.562000', '123518.565000', '123518.568000', '123518.570000', '123518.573000', '123518.575000', '123518.578000', '123518.581000', '123518.583000', '123518.586000', '123518.588000', '123518.591000', '123518.594000', '123518.597000', '123518.600000', '123518.603000', '123518.605000', '123518.608000', '123518.611000', '123518.613000', '123518.616000', '123518.618000', '123518.621000', '123518.623000', '123518.626000', '123518.629000', '123518.631000', '123518.634000', '123518.636000', '123518.639000', '123518.642000', '123518.644000', '123518.647000', '123518.649000', '123518.652000', '123518.655000', '123518.658000', '123518.660000', '123538.550000', '123538.552000', '123538.555000', '123538.558000', '123538.560000', '123538.563000', '123538.565000', '123538.568000', '123538.571000', '123538.573000', '123538.576000', '123538.578000', '123538.581000', '123538.583000', '123538.586000', '123538.589000', '123538.591000', '123538.594000', '123538.597000', '123538.599000', '123538.602000', '123538.604000', '123538.607000', '123538.610000', '123538.612000', '123538.615000', '123538.617000', '123538.620000', '123538.623000', '123538.625000', '123538.628000', '123538.630000', '123538.633000', '123538.636000', '123538.638000', '123538.641000', '123538.643000', '123538.646000', '123538.649000', '123538.651000', '123538.654000', '123538.656000', '123538.659000', '123538.661000', '123558.549000', '123558.551000', '123558.554000', '123558.557000', '123558.559000', '123558.562000', '123558.564000', '123558.567000', '123558.569000', '123558.572000', '123558.575000', '123558.577000', '123558.580000', '123558.582000', '123558.585000', '123558.588000', '123558.590000', '123558.593000', '123558.595000', '123558.598000', '123558.601000', '123558.603000', '123558.606000', '123558.608000', '123558.617000', '123558.620000', '123558.622000', '123558.625000', '123558.628000', '123558.630000', '123558.633000', '123558.635000', '123558.638000', '123558.640000', '123558.643000', '123558.646000', '123558.649000', '123558.652000', '123558.655000', '123558.657000', '123558.660000', '123558.662000', '123558.665000', '123618.549000', '123618.552000', '123618.554000', '123618.557000', '123618.559000', '123618.562000', '123618.565000', '123618.567000', '123618.570000', '123618.573000', '123618.575000', '123618.578000', '123618.580000', '123618.583000', '123618.586000', '123618.588000', '123618.591000', '123618.594000', '123618.596000', '123618.599000', '123618.601000', '123618.604000', '123618.607000', '123618.609000', '123618.612000', '123618.614000', '123618.617000', '123618.620000', '123618.622000', '123618.625000', '123618.627000', '123618.630000', '123618.633000', '123618.635000', '123618.638000', '123618.641000', '123618.643000', '123618.646000', '123618.649000', '123618.651000', '123618.654000', '123618.656000', '123618.659000', '123618.662000', '123638.549000', '123638.552000', '123638.555000', '123638.557000', '123638.560000', '123638.563000', '123638.565000', '123638.568000', '123638.570000', '123638.573000', '123638.576000', '123638.578000', '123638.581000', '123638.583000', '123638.586000', '123638.589000', '123638.591000', '123638.594000', '123638.596000', '123638.599000', '123638.602000', '123638.604000', '123638.607000', '123638.609000', '123638.612000', '123638.615000', '123638.617000', '123638.620000', '123638.622000', '123638.625000', '123638.627000', '123638.630000', '123638.633000', '123638.635000', '123638.638000', '123638.640000', '123638.643000', '123638.645000', '123638.648000', '123638.651000', '123638.653000', '123638.656000', '123638.658000', '123658.550000', '123658.552000', '123658.555000', '123658.558000', '123658.560000', '123658.563000', '123658.565000', '123658.568000', '123658.570000', '123658.573000', '123658.576000', '123658.578000', '123658.581000', '123658.583000', '123658.586000', '123658.588000', '123658.591000', '123658.594000', '123658.596000', '123658.599000', '123658.602000', '123658.604000', '123658.607000', '123658.609000', '123658.612000', '123658.615000', '123658.617000', '123658.620000', '123658.622000', '123658.625000', '123658.628000', '123658.630000', '123658.633000', '123658.635000', '123658.638000', '123658.641000', '123658.643000', '123658.646000', '123658.648000', '123658.651000', '123658.653000', '123658.656000', '123658.659000', '123658.661000', '123718.550000', '123718.552000', '123718.555000', '123718.558000', '123718.560000', '123718.563000', '123718.565000', '123718.568000', '123718.571000', '123718.573000', '123718.576000', '123718.578000', '123718.581000', '123718.583000', '123718.586000', '123718.589000', '123718.591000', '123718.594000', '123718.597000', '123718.599000', '123718.602000', '123718.604000', '123718.607000', '123718.610000', '123718.612000', '123718.615000', '123718.617000', '123718.620000', '123718.623000', '123718.625000', '123718.628000', '123718.630000', '123718.642000', '123718.645000', '123718.647000', '123718.650000', '123718.652000', '123718.655000', '123718.658000', '123718.660000', '123718.663000', '123718.665000', '123718.668000', '123733.851000', '123733.853000', '123733.856000', '123733.859000', '123733.861000', '123733.864000', '123733.866000', '123733.869000', '123733.872000', '123733.874000', '123733.877000', '123733.879000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.892000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.905000', '123733.908000', '123733.910000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.923000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.936000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12214, 8659, 9841, 7979, 12012, 9172, 10509, 9781, 7665, 9732, 7711, 12391, 8845, 16040, 10834, 7382, 8695, 8067, 13146, 9393, 16239, 7600, 7317, 10095, 8494, 12491, 8096, 11499, 7168, 6998, 10907, 7848, 12771, 7376, 10030, 7693, 11137, 9906, 7297, 9584, 7304, 9173, 7626, 13007, 9585, 8716, 8276, 7289, 10268, 7565, 12555, 7815, 11468, 7559, 11040, 9369, 7802, 9971, 7335, 9725, 7627, 10052, 9671, 7395, 9823, 7536, 9258, 7876, 10995, 10664, 7241, 10024, 7264, 12558, 8978, 17088, 10441, 9504, 8570, 7470, 12623, 8108, 15242, 8195, 10268, 9020, 10058, 10080, 7096, 9214, 7094, 11673, 8319, 13070, 8447, 7194, 10259, 7511, 11869, 7203, 11904, 7277, 12203, 9229, 10752, 8917, 7544, 8592, 7160, 11679, 8401, 12786, 7543, 10386, 8312, 10132, 11716, 7773, 10681, 7367, 9901, 7606, 13280, 9884, 11310, 8358, 7377, 8595, 7205, 12577, 8026, 11897, 7485, 8859, 9452, 8895, 11736, 7053, 11042, 7769, 12503, 9944, 15827, 11083, 7296, 9004, 8227, 13051, 8287, 13031, 7954, 10743, 8842, 9531, 9483, 7404, 8473, 7562, 11953, 8642, 11267, 8169, 7472, 8616, 7613, 12664, 8551, 12579, 8513, 10272, 9999, 9576, 11233, 7320, 9656, 7667, 12592, 9562, 13094, 8627, 7275, 9321, 7473, 13000, 7964, 12381, 8124, 8508, 8431, 8387, 9982, 8093, 9984, 8393, 11067, 8785, 13466, 10179, 8192, 8429, 7118, 11561, 7236, 14767, 9305, 11403, 9252, 11070, 10106, 7130, 9422, 7097, 10350, 7530, 12903, 8332, 10889, 8857, 8712, 9987, 7378, 9675, 7147, 9364, 7374, 12944, 9331, 11827, 9734, 6936, 10353, 7817, 12527, 7008, 10653, 8176, 12114, 9484, 15191, 10025, 8710, 8760, 7182, 13157, 8951, 12604, 7739, 10563, 7526, 13398, 9248, 15526, 9157, 10134, 8721, 8562, 10964, 7804, 10255, 7175, 9922, 8238, 13210, 9370, 9868, 7752, 7040, 10660, 7686, 14240, 9184, 12316, 8911, 12881, 10150, 10059, 9798, 7515, 9977, 6930, 12803, 9828, 13958, 10004, 7792, 9849, 7492, 11712, 7867, 10140, 7970, 13539, 10039, 12485, 8798, 7001, 11654, 8006, 13958, 8029, 12302, 8646, 13036, 10152, 9586, 9326, 7823, 9304, 8402, 13342, 10326, 7634, 9401, 7491, 11972, 9642, 12895, 9841, 8024, 9899, 9097, 12397, 10124, 7503, 9784, 6988, 12165, 10167, 7729, 9676, 8592, 11626, 8809, 9712, 12953, 8806, 10262, 8400, 8665, 12083, 8679, 13095, 8634, 7291, 10869, 7198, 13548, 9268, 9936, 8573, 9712, 11170, 7986, 11336, 9207, 12049, 8987, 10311, 9377, 7653, 10255, 8773, 12687, 10150, 9105, 8752, 7196, 10985, 8404, 14779, 10319, 11517, 7673, 8465, 12428, 9238, 14207, 8893, 10821, 9417, 11742, 10067, 7123, 9803, 7419, 11397, 8063, 13086, 9021, 11954, 9480, 10062, 10548, 7932, 11338, 7176, 10632, 8234, 13062, 10398, 9834, 9023, 7192, 11337, 7559, 13466, 8721, 12257, 9149, 10197, 9668, 7659, 11134, 7911, 10299, 8792, 12954, 9733, 9233, 8121, 7293, 9858, 7715, 12884, 8172, 11424, 7912, 9161, 10304, 9672, 10770, 7655, 9322, 7965, 12478, 9051, 15409, 8174, 7344, 8197, 7889, 12788, 8005, 12588, 7585, 10945, 7722, 11463, 10543, 8615, 9740, 7275, 9868, 7975, 13420, 9889, 15932, 8135, 10180, 8110, 9667, 10949, 7660, 10922, 7480, 9851, 8089, 12045, 9126, 12695, 7682, 9141, 7899, 8707, 9585, 7590, 10158, 7423, 9705, 7876, 12586, 8307, 12857, 7582, 11237, 8769, 12171, 9572, 7560, 9194, 7738, 11313, 8231, 13558, 9256, 7644, 7840, 7517, 12335, 7676, 13430, 7435, 11038, 8411, 9996, 11866, 7861, 13470, 7380, 7998, 11891, 8274, 14799, 8684, 8729, 9053, 7896, 12945, 8547, 11971, 7441, 7976, 11433, 8354, 14658, 8993, 7846, 8308, 7784, 14079, 10185, 7578, 8230, 8678, 13000, 9741, 9539, 9941, 8406, 11519, 8997, 11421, 10421, 8058, 11742, 9046, 13517, 10519, 9586, 9203, 7960, 9757, 8896, 11730, 9650, 7959, 8966, 9118, 13976, 10880, 9290, 9174, 8327, 12185, 8446, 14891, 8600, 12233, 8990, 13276, 10168, 8790, 8694, 7410, 8371, 8021, 9149, 9988, 7461, 10342, 8613, 10980, 9344, 8284, 11499, 8275, 11625, 9084, 11651, 12594, 8194, 11763, 8928, 11267, 10664, 8139, 13331, 8188, 6990, 9849, 8864, 13212, 8346, 13130, 7953, 8991, 9735, 8740, 13322, 8295, 12695, 9015, 10747, 10727, 8069, 10880, 8853, 9509, 11045, 7874, 13730, 7343, 8295, 11391, 8166, 13946, 9700, 7674, 8341, 8866, 13818, 10581, 7756, 9492, 8551, 12373, 8914, 10795, 11570, 8039, 10240, 8882, 11465, 9850, 7747, 10508, 8639, 13144, 9187, 11099, 10899, 8055, 10475, 8849, 10729, 11153, 8381, 11645, 9173, 14038, 10387, 12931, 9609, 8002, 10460, 8503, 14215, 9475, 13051, 8698, 12590, 9521, 9240, 8861, 7234, 8544, 8405, 12732, 9797, 12940, 8122, 7195, 9804, 7897, 12130, 7867, 12003, 8502, 9786, 10249, 7735, 11366, 8383, 10746, 9095, 13512, 11037, 7529, 9507, 8572, 13389, 9657, 15321, 9501, 7809, 9491, 8521, 12269, 7458, 12182, 8255, 11645, 9109, 10688, 9407, 7485, 10463, 8798, 13250, 10321, 11137, 10069, 8167, 11020, 9001, 14667, 10865, 10438, 8074, 7853, 11662, 7778, 13990, 8671, 10420, 7746, 8569, 13126, 8508, 13229, 8765, 11735, 9646, 10338, 11483, 7976, 11233, 9193, 13772, 10675, 8531, 10019, 8393, 11409, 8965, 14878, 10577, 15247, 8299, 11945, 9022, 11132, 9693, 7495, 9484, 7325, 9685, 8056, 13915, 9873, 13794, 8744, 9563, 9279, 8806, 11677, 7499, 10985, 8806, 12961, 10473, 8314, 10722, 8302, 11663, 8997, 15341, 11651, 9137, 9384, 8076, 12576, 8642, 15159, 8874, 12464, 8711, 10773, 10782, 8937, 11126, 7707, 10405, 8210, 12588, 9981, 14263, 8292, 10168, 8391, 9893, 11682, 8336, 12266, 8334, 12536, 9335, 15024, 11926, 7977, 8702, 8229, 13511, 9901, 15846, 8786, 7125, 9762, 8342, 13743, 9405, 11509, 7593, 8152, 12136, 8367, 13865, 8664, 11416, 9315, 11420, 10193, 7728, 10009, 8053, 12371, 9219, 14188, 9019, 10083, 7209, 8602, 11349, 8170, 12743, 8219, 11166, 9084, 13617, 10592, 12419, 10023, 8163, 9940, 9201, 14661, 9540, 15387, 8858, 11571, 9438, 12667, 10689, 7934, 9695, 8205, 12402, 9466, 13037, 10504, 7221, 8218, 8662, 13038, 8516, 10725, 8888, 12779, 9727, 15839, 8924, 12794, 8915, 11755, 9341, 10228, 8414, 6918, 7359, 7299, 11081, 7572, 11605, 8303, 11822, 8709, 12371, 10086, 15459, 9488, 11446, 10228, 8142, 9926, 8924, 11671, 11662, 7872, 6905, 11719, 9055, 9360, 11525, 10292, 15964, 16673, 10732, 14864, 10462, 16032, 12550, 16353, 10549, 8858, 9186, 7732, 13159, 9077, 10488, 9596, 8826, 10189, 11792, 10439, 11929, 10250, 6762, 9879, 6843, 9658, 8794, 13176, 9106, 10745, 8316, 10848, 8166, 13756, 9902, 13365, 9574, 11197, 9769, 13997, 10921, 11209, 10216, 8154, 10139, 10129, 11919, 9603, 11253, 7194, 9867, 7632, 11764, 8744, 13791, 7207, 11403, 8365, 11958, 9354, 13352, 9530, 11634, 10016, 7488, 10146, 9106, 13031, 8949, 11185, 7916, 13123, 10037, 16993, 10435, 12308, 8164, 9308, 12888, 10006, 14140, 8882, 11406, 9778, 14980, 11571, 12706, 9342, 7663, 9487, 7397, 13340, 9615, 14218, 9309, 6759, 9649, 8640, 11972, 9731, 9197, 8776, 8350, 11787, 8909, 11646, 9076, 8968, 14433, 11303, 18025, 11337, 14711, 10967, 16768, 17815, 13360, 12181, 9332, 9974, 9289, 12260, 9893, 13070, 9998, 7662, 10111, 6615, 9925, 9833, 12602, 9031, 11810, 7569, 11988, 8664, 10526, 9539, 10075, 10150, 9264, 10529, 9928, 12320, 8735, 10848, 9314, 12032, 9843, 12813, 10229, 14314, 11142, 16730, 9963, 6735, 9402, 8608, 11391, 7867, 14316, 10372, 11730, 9710, 9762, 9658, 12272, 10485, 9013, 9382, 6567, 8965, 6895, 13842, 8877, 12172, 7748, 10030, 8520, 13483, 10715, 12230, 10093, 7289, 10181, 9596, 13049, 8251, 10792, 8006, 13816, 9416, 18326, 9593, 11826, 9245, 13637, 11437, 12522, 10119, 6529, 9146, 7625, 12380, 8599, 11097, 7586, 9248, 8210, 13609, 10478, 14702, 9921, 9947, 10172, 11356, 11905, 8976, 10830, 7126, 10242, 7499, 13934, 9005, 11757, 7727, 10636, 7653, 14321, 9965, 12240, 8307, 13326, 10661, 13518, 9855, 6723, 8020, 6979, 13553, 8681, 13713, 9338, 10212, 8735, 15335, 11633, 10725, 8843, 6847, 10965, 8316, 13595, 7980, 11856, 8608, 13599, 10872, 9778, 9622, 7359, 9787, 7757, 14140, 11244, 15303, 10183, 9302, 9643, 10376, 12806, 9069, 11097, 8200, 13592, 9741, 17586, 9844, 11737, 9896, 11473, 11034, 6639, 9263, 7645, 10493, 8156, 13369, 8405, 12078, 8160, 9564, 8168, 13195, 9998, 12398, 9361, 10251, 8830, 13117, 10545, 8676, 9172, 6825, 10264, 7739, 13747, 8800, 12820, 9315, 10365, 8227, 14321, 11394, 8806, 9894, 7057, 11443, 7783, 14618, 9980, 14498, 9748, 12547, 9811, 15656, 11969, 11449, 10246, 7691, 10609, 8190, 13595, 8776, 11298, 7482, 11577, 8392, 14253, 9748, 11348, 9718, 11908, 10716, 10170, 9861, 7699, 9487, 7245, 14274, 9297, 12187, 8442, 10745, 8496, 13976, 10704, 12793, 9421, 7995, 9561, 10120, 11048, 7267, 10229, 6931, 11780, 7953, 13950, 8433, 13084, 8872, 11204, 8747, 14592, 11803, 9110, 9311, 6833, 12531, 8303, 13738, 7440, 11800, 7596, 13774, 10148, 16659, 9421, 10821, 9958, 9038, 11723, 8626, 12135, 7262, 10037, 7886], 'WindowCenter': [4256.0, 4209.0, 4216.0, 4184.0, 4223.0, 4203.0, 4213.0, 4205.0, 4170.0, 4191.0, 4171.0, 4210.0, 4191.0, 4233.0, 4202.0, 4157.0, 4179.0, 4168.0, 4209.0, 4191.0, 4230.0, 4157.0, 4158.0, 4199.0, 4178.0, 4210.0, 4182.0, 4210.0, 4150.0, 4148.0, 4200.0, 4170.0, 4223.0, 4160.0, 4190.0, 4170.0, 4209.0, 4201.0, 4160.0, 4190.0, 4159.0, 4189.0, 4170.0, 4220.0, 4203.0, 4180.0, 4180.0, 4160.0, 4199.0, 4170.0, 4222.0, 4171.0, 4210.0, 4171.0, 4209.0, 4189.0, 4171.0, 4201.0, 4159.0, 4189.0, 4170.0, 4198.0, 4201.0, 4160.0, 4201.0, 4171.0, 4203.0, 4182.0, 4212.0, 4215.0, 4171.0, 4202.0, 4172.0, 4222.0, 4192.0, 4244.0, 4202.0, 4189.0, 4180.0, 4158.0, 4220.0, 4169.0, 4231.0, 4169.0, 4200.0, 4189.0, 4189.0, 4202.0, 4148.0, 4189.0, 4158.0, 4209.0, 4181.0, 4221.0, 4180.0, 4148.0, 4199.0, 4158.0, 4211.0, 4159.0, 4209.0, 4160.0, 4208.0, 4190.0, 4210.0, 4190.0, 4158.0, 4180.0, 4159.0, 4210.0, 4181.0, 4224.0, 4172.0, 4188.0, 4180.0, 4198.0, 4211.0, 4170.0, 4200.0, 4158.0, 4188.0, 4169.0, 4219.0, 4201.0, 4210.0, 4167.0, 4147.0, 4179.0, 4159.0, 4221.0, 4171.0, 4210.0, 4160.0, 4190.0, 4200.0, 4191.0, 4224.0, 4160.0, 4210.0, 4170.0, 4210.0, 4201.0, 4234.0, 4200.0, 4147.0, 4178.0, 4169.0, 4219.0, 4168.0, 4208.0, 4168.0, 4198.0, 4178.0, 4188.0, 4189.0, 4158.0, 4169.0, 4169.0, 4209.0, 4180.0, 4212.0, 4181.0, 4159.0, 4180.0, 4170.0, 4222.0, 4193.0, 4222.0, 4179.0, 4199.0, 4200.0, 4188.0, 4212.0, 4148.0, 4188.0, 4158.0, 4208.0, 4189.0, 4220.0, 4179.0, 4147.0, 4189.0, 4158.0, 4219.0, 4169.0, 4209.0, 4168.0, 4178.0, 4180.0, 4182.0, 4204.0, 4171.0, 4188.0, 4167.0, 4198.0, 4178.0, 4220.0, 4214.0, 4169.0, 4169.0, 4161.0, 4210.0, 4159.0, 4231.0, 4191.0, 4200.0, 4190.0, 4199.0, 4199.0, 4146.0, 4176.0, 4146.0, 4198.0, 4169.0, 4221.0, 4180.0, 4199.0, 4190.0, 4178.0, 4200.0, 4160.0, 4201.0, 4160.0, 4188.0, 4159.0, 4219.0, 4203.0, 4211.0, 4192.0, 4161.0, 4200.0, 4159.0, 4223.0, 4150.0, 4200.0, 4179.0, 4209.0, 4190.0, 4230.0, 4202.0, 4178.0, 4179.0, 4147.0, 4220.0, 4178.0, 4212.0, 4158.0, 4186.0, 4157.0, 4220.0, 4177.0, 4228.0, 4178.0, 4186.0, 4166.0, 4177.0, 4198.0, 4159.0, 4200.0, 4160.0, 4200.0, 4180.0, 4221.0, 4193.0, 4200.0, 4159.0, 4160.0, 4200.0, 4160.0, 4234.0, 4192.0, 4210.0, 4192.0, 4220.0, 4200.0, 4188.0, 4188.0, 4156.0, 4190.0, 4149.0, 4207.0, 4202.0, 4220.0, 4190.0, 4169.0, 4199.0, 4159.0, 4212.0, 4169.0, 4199.0, 4169.0, 4221.0, 4200.0, 4219.0, 4179.0, 4147.0, 4210.0, 4168.0, 4231.0, 4170.0, 4207.0, 4179.0, 4218.0, 4188.0, 4189.0, 4190.0, 4158.0, 4191.0, 4180.0, 4218.0, 4202.0, 4169.0, 4179.0, 4160.0, 4210.0, 4188.0, 4221.0, 4191.0, 4168.0, 4188.0, 4178.0, 4208.0, 4201.0, 4159.0, 4188.0, 4159.0, 4209.0, 4201.0, 4170.0, 4189.0, 4180.0, 4220.0, 4190.0, 4189.0, 4223.0, 4180.0, 4199.0, 4180.0, 4179.0, 4210.0, 4179.0, 4219.0, 4179.0, 4159.0, 4199.0, 4149.0, 4221.0, 4188.0, 4201.0, 4180.0, 4189.0, 4211.0, 4170.0, 4209.0, 4189.0, 4220.0, 4178.0, 4198.0, 4189.0, 4157.0, 4198.0, 4191.0, 4220.0, 4200.0, 4192.0, 4181.0, 4159.0, 4200.0, 4181.0, 4230.0, 4203.0, 4208.0, 4157.0, 4168.0, 4208.0, 4176.0, 4220.0, 4178.0, 4197.0, 4189.0, 4207.0, 4190.0, 4147.0, 4188.0, 4157.0, 4210.0, 4169.0, 4219.0, 4191.0, 4208.0, 4190.0, 4186.0, 4200.0, 4170.0, 4212.0, 4149.0, 4199.0, 4180.0, 4220.0, 4202.0, 4201.0, 4179.0, 4148.0, 4209.0, 4158.0, 4221.0, 4179.0, 4209.0, 4190.0, 4199.0, 4188.0, 4158.0, 4212.0, 4168.0, 4200.0, 4190.0, 4221.0, 4204.0, 4192.0, 4159.0, 4148.0, 4177.0, 4145.0, 4208.0, 4168.0, 4185.0, 4158.0, 4177.0, 4190.0, 4190.0, 4202.0, 4159.0, 4179.0, 4169.0, 4207.0, 4179.0, 4230.0, 4168.0, 4145.0, 4167.0, 4156.0, 4208.0, 4170.0, 4208.0, 4158.0, 4187.0, 4157.0, 4196.0, 4188.0, 4169.0, 4190.0, 4146.0, 4175.0, 4156.0, 4209.0, 4188.0, 4219.0, 4156.0, 4175.0, 4155.0, 4175.0, 4186.0, 4147.0, 4189.0, 4145.0, 4175.0, 4157.0, 4196.0, 4178.0, 4208.0, 4157.0, 4176.0, 4157.0, 4168.0, 4188.0, 4158.0, 4189.0, 4148.0, 4189.0, 4169.0, 4210.0, 4169.0, 4210.0, 4158.0, 4198.0, 4179.0, 4209.0, 4190.0, 4158.0, 4179.0, 4158.0, 4198.0, 4168.0, 4221.0, 4190.0, 4157.0, 4157.0, 4158.0, 4209.0, 4159.0, 4221.0, 4149.0, 4199.0, 4169.0, 4189.0, 4210.0, 4170.0, 4219.0, 4147.0, 4169.0, 4209.0, 4169.0, 4232.0, 4179.0, 4167.0, 4178.0, 4169.0, 4209.0, 4179.0, 4208.0, 4146.0, 4168.0, 4198.0, 4169.0, 4231.0, 4179.0, 4158.0, 4168.0, 4170.0, 4220.0, 4202.0, 4158.0, 4168.0, 4179.0, 4209.0, 4191.0, 4202.0, 4190.0, 4181.0, 4212.0, 4180.0, 4199.0, 4200.0, 4158.0, 4197.0, 4176.0, 4207.0, 4188.0, 4179.0, 4178.0, 4157.0, 4187.0, 4177.0, 4208.0, 4188.0, 4157.0, 4178.0, 4178.0, 4220.0, 4212.0, 4179.0, 4178.0, 4167.0, 4208.0, 4167.0, 4221.0, 4167.0, 4195.0, 4167.0, 4205.0, 4186.0, 4166.0, 4167.0, 4146.0, 4169.0, 4168.0, 4178.0, 4200.0, 4160.0, 4199.0, 4181.0, 4200.0, 4192.0, 4182.0, 4212.0, 4169.0, 4210.0, 4179.0, 4199.0, 4224.0, 4169.0, 4198.0, 4178.0, 4198.0, 4189.0, 4168.0, 4208.0, 4168.0, 4146.0, 4187.0, 4177.0, 4208.0, 4168.0, 4209.0, 4156.0, 4177.0, 4177.0, 4166.0, 4219.0, 4167.0, 4207.0, 4177.0, 4198.0, 4198.0, 4156.0, 4186.0, 4179.0, 4177.0, 4197.0, 4170.0, 4219.0, 4159.0, 4169.0, 4209.0, 4169.0, 4221.0, 4189.0, 4157.0, 4166.0, 4178.0, 4217.0, 4199.0, 4157.0, 4178.0, 4177.0, 4209.0, 4178.0, 4198.0, 4210.0, 4158.0, 4188.0, 4178.0, 4198.0, 4189.0, 4159.0, 4198.0, 4179.0, 4220.0, 4189.0, 4200.0, 4201.0, 4158.0, 4198.0, 4178.0, 4198.0, 4213.0, 4168.0, 4200.0, 4188.0, 4218.0, 4189.0, 4210.0, 4179.0, 4155.0, 4197.0, 4166.0, 4217.0, 4177.0, 4206.0, 4167.0, 4206.0, 4176.0, 4176.0, 4177.0, 4145.0, 4166.0, 4168.0, 4207.0, 4191.0, 4208.0, 4157.0, 4147.0, 4188.0, 4167.0, 4211.0, 4169.0, 4209.0, 4180.0, 4188.0, 4190.0, 4159.0, 4210.0, 4169.0, 4199.0, 4179.0, 4219.0, 4202.0, 4160.0, 4179.0, 4180.0, 4218.0, 4190.0, 4231.0, 4191.0, 4158.0, 4188.0, 4178.0, 4208.0, 4159.0, 4210.0, 4167.0, 4198.0, 4178.0, 4199.0, 4190.0, 4159.0, 4199.0, 4180.0, 4219.0, 4201.0, 4201.0, 4190.0, 4169.0, 4198.0, 4179.0, 4218.0, 4212.0, 4199.0, 4156.0, 4167.0, 4208.0, 4157.0, 4221.0, 4181.0, 4198.0, 4170.0, 4179.0, 4221.0, 4181.0, 4219.0, 4179.0, 4210.0, 4190.0, 4199.0, 4212.0, 4157.0, 4197.0, 4188.0, 4219.0, 4199.0, 4179.0, 4189.0, 4167.0, 4198.0, 4177.0, 4218.0, 4188.0, 4219.0, 4157.0, 4197.0, 4178.0, 4196.0, 4177.0, 4147.0, 4176.0, 4147.0, 4187.0, 4157.0, 4217.0, 4190.0, 4219.0, 4180.0, 4187.0, 4178.0, 4179.0, 4212.0, 4159.0, 4200.0, 4191.0, 4220.0, 4201.0, 4182.0, 4200.0, 4170.0, 4209.0, 4180.0, 4231.0, 4215.0, 4179.0, 4179.0, 4169.0, 4209.0, 4178.0, 4220.0, 4179.0, 4209.0, 4181.0, 4197.0, 4198.0, 4180.0, 4199.0, 4158.0, 4199.0, 4179.0, 4209.0, 4189.0, 4221.0, 4170.0, 4189.0, 4169.0, 4187.0, 4212.0, 4170.0, 4211.0, 4169.0, 4208.0, 4179.0, 4220.0, 4211.0, 4159.0, 4168.0, 4168.0, 4218.0, 4189.0, 4231.0, 4169.0, 4147.0, 4188.0, 4168.0, 4220.0, 4192.0, 4199.0, 4157.0, 4168.0, 4209.0, 4181.0, 4220.0, 4179.0, 4210.0, 4189.0, 4209.0, 4201.0, 4157.0, 4187.0, 4158.0, 4206.0, 4177.0, 4219.0, 4178.0, 4187.0, 4158.0, 4179.0, 4198.0, 4168.0, 4223.0, 4170.0, 4200.0, 4190.0, 4220.0, 4200.0, 4222.0, 4190.0, 4167.0, 4188.0, 4177.0, 4219.0, 4188.0, 4220.0, 4167.0, 4197.0, 4176.0, 4208.0, 4198.0, 4156.0, 4176.0, 4168.0, 4208.0, 4188.0, 4220.0, 4202.0, 4148.0, 4169.0, 4178.0, 4220.0, 4169.0, 4198.0, 4177.0, 4210.0, 4188.0, 4231.0, 4179.0, 4207.0, 4177.0, 4207.0, 4177.0, 4188.0, 4169.0, 4146.0, 4158.0, 4158.0, 4210.0, 4171.0, 4212.0, 4181.0, 4210.0, 4180.0, 4209.0, 4201.0, 4232.0, 4190.0, 4198.0, 4189.0, 4157.0, 4187.0, 4178.0, 4199.0, 4211.0, 4171.0, 4151.0, 4210.0, 4180.0, 4179.0, 4200.0, 4190.0, 4232.0, 4233.0, 4190.0, 4208.0, 4176.0, 4206.0, 4197.0, 4217.0, 4174.0, 4153.0, 4163.0, 4132.0, 4194.0, 4154.0, 4173.0, 4175.0, 4163.0, 4187.0, 4196.0, 4188.0, 4198.0, 4188.0, 4126.0, 4177.0, 4124.0, 4177.0, 4155.0, 4210.0, 4166.0, 4188.0, 4157.0, 4187.0, 4156.0, 4209.0, 4178.0, 4197.0, 4177.0, 4186.0, 4177.0, 4208.0, 4189.0, 4186.0, 4177.0, 4144.0, 4177.0, 4174.0, 4197.0, 4176.0, 4187.0, 4135.0, 4176.0, 4145.0, 4197.0, 4166.0, 4210.0, 4147.0, 4198.0, 4168.0, 4198.0, 4180.0, 4209.0, 4192.0, 4199.0, 4190.0, 4148.0, 4190.0, 4168.0, 4223.0, 4179.0, 4199.0, 4169.0, 4210.0, 4189.0, 4232.0, 4191.0, 4199.0, 4169.0, 4178.0, 4209.0, 4189.0, 4222.0, 4168.0, 4198.0, 4189.0, 4220.0, 4199.0, 4209.0, 4179.0, 4147.0, 4188.0, 4147.0, 4207.0, 4177.0, 4207.0, 4190.0, 4150.0, 4189.0, 4180.0, 4209.0, 4190.0, 4180.0, 4181.0, 4169.0, 4212.0, 4179.0, 4198.0, 4168.0, 4179.0, 4221.0, 4199.0, 4218.0, 4186.0, 4205.0, 4177.0, 4205.0, 4220.0, 4195.0, 4184.0, 4152.0, 4160.0, 4162.0, 4181.0, 4173.0, 4195.0, 4176.0, 4144.0, 4187.0, 4123.0, 4187.0, 4188.0, 4210.0, 4166.0, 4196.0, 4144.0, 4196.0, 4155.0, 4184.0, 4177.0, 4176.0, 4189.0, 4177.0, 4189.0, 4177.0, 4212.0, 4168.0, 4189.0, 4165.0, 4186.0, 4164.0, 4196.0, 4175.0, 4206.0, 4187.0, 4217.0, 4178.0, 4124.0, 4166.0, 4155.0, 4197.0, 4156.0, 4218.0, 4189.0, 4197.0, 4178.0, 4175.0, 4179.0, 4209.0, 4201.0, 4181.0, 4180.0, 4137.0, 4178.0, 4147.0, 4221.0, 4182.0, 4210.0, 4159.0, 4189.0, 4181.0, 4220.0, 4205.0, 4211.0, 4202.0, 4160.0, 4191.0, 4191.0, 4224.0, 4170.0, 4201.0, 4169.0, 4221.0, 4180.0, 4241.0, 4180.0, 4198.0, 4178.0, 4208.0, 4199.0, 4209.0, 4189.0, 4126.0, 4190.0, 4159.0, 4210.0, 4178.0, 4200.0, 4158.0, 4178.0, 4169.0, 4220.0, 4202.0, 4233.0, 4191.0, 4189.0, 4201.0, 4198.0, 4213.0, 4179.0, 4190.0, 4138.0, 4188.0, 4147.0, 4221.0, 4179.0, 4199.0, 4159.0, 4199.0, 4159.0, 4221.0, 4192.0, 4209.0, 4170.0, 4219.0, 4201.0, 4221.0, 4189.0, 4137.0, 4170.0, 4148.0, 4221.0, 4181.0, 4222.0, 4180.0, 4188.0, 4179.0, 4229.0, 4212.0, 4198.0, 4181.0, 4138.0, 4198.0, 4168.0, 4222.0, 4169.0, 4208.0, 4180.0, 4220.0, 4200.0, 4190.0, 4190.0, 4149.0, 4189.0, 4159.0, 4221.0, 4211.0, 4230.0, 4190.0, 4179.0, 4188.0, 4188.0, 4223.0, 4177.0, 4199.0, 4169.0, 4208.0, 4177.0, 4230.0, 4187.0, 4197.0, 4177.0, 4195.0, 4199.0, 4135.0, 4177.0, 4156.0, 4187.0, 4168.0, 4220.0, 4167.0, 4210.0, 4167.0, 4187.0, 4170.0, 4207.0, 4201.0, 4211.0, 4180.0, 4188.0, 4179.0, 4208.0, 4202.0, 4179.0, 4179.0, 4137.0, 4189.0, 4158.0, 4220.0, 4180.0, 4210.0, 4179.0, 4189.0, 4168.0, 4218.0, 4211.0, 4178.0, 4189.0, 4146.0, 4198.0, 4159.0, 4221.0, 4189.0, 4220.0, 4179.0, 4210.0, 4188.0, 4220.0, 4211.0, 4197.0, 4187.0, 4145.0, 4186.0, 4165.0, 4208.0, 4166.0, 4196.0, 4145.0, 4196.0, 4166.0, 4219.0, 4189.0, 4199.0, 4189.0, 4210.0, 4200.0, 4189.0, 4191.0, 4158.0, 4189.0, 4148.0, 4221.0, 4179.0, 4209.0, 4167.0, 4197.0, 4179.0, 4218.0, 4200.0, 4209.0, 4179.0, 4157.0, 4190.0, 4188.0, 4211.0, 4160.0, 4201.0, 4150.0, 4212.0, 4170.0, 4231.0, 4183.0, 4221.0, 4179.0, 4199.0, 4179.0, 4219.0, 4224.0, 4179.0, 4180.0, 4138.0, 4208.0, 4168.0, 4232.0, 4148.0, 4198.0, 4169.0, 4220.0, 4190.0, 4242.0, 4190.0, 4197.0, 4190.0, 4179.0, 4209.0, 4180.0, 4211.0, 4147.0, 4188.0, 4168.0], 'WindowWidth': [9429.0, 9350.0, 9353.0, 9308.0, 9358.0, 9332.0, 9342.0, 9334.0, 9282.0, 9308.0, 9284.0, 9334.0, 9309.0, 9371.0, 9326.0, 9258.0, 9289.0, 9274.0, 9332.0, 9309.0, 9362.0, 9258.0, 9260.0, 9316.0, 9287.0, 9335.0, 9300.0, 9333.0, 9250.0, 9250.0, 9319.0, 9279.0, 9356.0, 9266.0, 9303.0, 9279.0, 9330.0, 9324.0, 9267.0, 9306.0, 9263.0, 9304.0, 9282.0, 9347.0, 9329.0, 9294.0, 9293.0, 9266.0, 9319.0, 9281.0, 9352.0, 9282.0, 9331.0, 9282.0, 9330.0, 9304.0, 9282.0, 9322.0, 9265.0, 9302.0, 9280.0, 9315.0, 9324.0, 9269.0, 9324.0, 9284.0, 9328.0, 9302.0, 9340.0, 9350.0, 9283.0, 9325.0, 9285.0, 9354.0, 9313.0, 9391.0, 9327.0, 9302.0, 9291.0, 9261.0, 9348.0, 9279.0, 9362.0, 9275.0, 9319.0, 9304.0, 9303.0, 9327.0, 9248.0, 9302.0, 9262.0, 9331.0, 9296.0, 9349.0, 9292.0, 9246.0, 9317.0, 9260.0, 9338.0, 9263.0, 9329.0, 9266.0, 9329.0, 9306.0, 9332.0, 9307.0, 9260.0, 9291.0, 9264.0, 9333.0, 9296.0, 9357.0, 9283.0, 9300.0, 9292.0, 9315.0, 9336.0, 9280.0, 9320.0, 9260.0, 9299.0, 9277.0, 9345.0, 9323.0, 9332.0, 9273.0, 9242.0, 9288.0, 9264.0, 9348.0, 9283.0, 9334.0, 9267.0, 9307.0, 9322.0, 9309.0, 9360.0, 9268.0, 9333.0, 9281.0, 9335.0, 9322.0, 9371.0, 9319.0, 9242.0, 9286.0, 9274.0, 9344.0, 9274.0, 9326.0, 9272.0, 9313.0, 9286.0, 9298.0, 9301.0, 9259.0, 9274.0, 9278.0, 9330.0, 9295.0, 9339.0, 9295.0, 9262.0, 9295.0, 9281.0, 9353.0, 9313.0, 9350.0, 9289.0, 9316.0, 9318.0, 9301.0, 9338.0, 9246.0, 9298.0, 9261.0, 9329.0, 9304.0, 9346.0, 9289.0, 9244.0, 9302.0, 9259.0, 9344.0, 9277.0, 9329.0, 9273.0, 9287.0, 9294.0, 9298.0, 9332.0, 9281.0, 9297.0, 9270.0, 9310.0, 9285.0, 9346.0, 9345.0, 9274.0, 9275.0, 9268.0, 9333.0, 9264.0, 9365.0, 9305.0, 9314.0, 9303.0, 9315.0, 9316.0, 9241.0, 9280.0, 9242.0, 9311.0, 9277.0, 9349.0, 9291.0, 9315.0, 9306.0, 9289.0, 9321.0, 9267.0, 9323.0, 9267.0, 9300.0, 9263.0, 9346.0, 9329.0, 9333.0, 9309.0, 9269.0, 9321.0, 9263.0, 9356.0, 9252.0, 9316.0, 9289.0, 9330.0, 9307.0, 9363.0, 9326.0, 9286.0, 9288.0, 9245.0, 9346.0, 9285.0, 9337.0, 9258.0, 9294.0, 9257.0, 9343.0, 9285.0, 9357.0, 9286.0, 9292.0, 9268.0, 9283.0, 9316.0, 9262.0, 9318.0, 9265.0, 9320.0, 9294.0, 9349.0, 9314.0, 9319.0, 9264.0, 9265.0, 9319.0, 9266.0, 9371.0, 9310.0, 9331.0, 9308.0, 9344.0, 9321.0, 9301.0, 9301.0, 9254.0, 9302.0, 9249.0, 9326.0, 9324.0, 9344.0, 9302.0, 9277.0, 9317.0, 9262.0, 9338.0, 9274.0, 9315.0, 9279.0, 9349.0, 9321.0, 9345.0, 9288.0, 9245.0, 9332.0, 9272.0, 9365.0, 9278.0, 9324.0, 9289.0, 9341.0, 9300.0, 9302.0, 9305.0, 9259.0, 9308.0, 9294.0, 9342.0, 9325.0, 9278.0, 9288.0, 9266.0, 9332.0, 9303.0, 9348.0, 9308.0, 9272.0, 9299.0, 9287.0, 9326.0, 9321.0, 9261.0, 9298.0, 9265.0, 9331.0, 9322.0, 9279.0, 9303.0, 9292.0, 9348.0, 9306.0, 9303.0, 9354.0, 9290.0, 9316.0, 9292.0, 9288.0, 9332.0, 9290.0, 9342.0, 9288.0, 9264.0, 9316.0, 9249.0, 9349.0, 9301.0, 9319.0, 9293.0, 9302.0, 9334.0, 9279.0, 9329.0, 9302.0, 9347.0, 9289.0, 9315.0, 9304.0, 9259.0, 9312.0, 9308.0, 9346.0, 9320.0, 9310.0, 9295.0, 9263.0, 9319.0, 9295.0, 9363.0, 9327.0, 9325.0, 9258.0, 9273.0, 9328.0, 9282.0, 9347.0, 9284.0, 9309.0, 9302.0, 9324.0, 9304.0, 9244.0, 9300.0, 9259.0, 9330.0, 9278.0, 9343.0, 9309.0, 9326.0, 9302.0, 9294.0, 9316.0, 9279.0, 9339.0, 9250.0, 9317.0, 9295.0, 9345.0, 9327.0, 9320.0, 9289.0, 9247.0, 9330.0, 9261.0, 9348.0, 9289.0, 9327.0, 9307.0, 9316.0, 9300.0, 9260.0, 9336.0, 9273.0, 9316.0, 9309.0, 9351.0, 9330.0, 9310.0, 9261.0, 9243.0, 9280.0, 9235.0, 9323.0, 9268.0, 9289.0, 9254.0, 9281.0, 9302.0, 9304.0, 9324.0, 9260.0, 9284.0, 9274.0, 9322.0, 9291.0, 9361.0, 9271.0, 9235.0, 9268.0, 9253.0, 9327.0, 9277.0, 9326.0, 9257.0, 9292.0, 9254.0, 9304.0, 9297.0, 9273.0, 9303.0, 9237.0, 9276.0, 9253.0, 9328.0, 9299.0, 9343.0, 9252.0, 9274.0, 9249.0, 9274.0, 9292.0, 9240.0, 9298.0, 9235.0, 9274.0, 9255.0, 9305.0, 9286.0, 9323.0, 9256.0, 9277.0, 9256.0, 9271.0, 9300.0, 9257.0, 9300.0, 9243.0, 9299.0, 9277.0, 9329.0, 9275.0, 9331.0, 9257.0, 9311.0, 9288.0, 9327.0, 9307.0, 9258.0, 9285.0, 9259.0, 9310.0, 9272.0, 9348.0, 9306.0, 9255.0, 9256.0, 9259.0, 9329.0, 9262.0, 9349.0, 9247.0, 9313.0, 9277.0, 9301.0, 9334.0, 9279.0, 9343.0, 9241.0, 9275.0, 9327.0, 9275.0, 9368.0, 9289.0, 9269.0, 9286.0, 9273.0, 9330.0, 9291.0, 9324.0, 9238.0, 9271.0, 9311.0, 9273.0, 9364.0, 9288.0, 9256.0, 9274.0, 9278.0, 9344.0, 9323.0, 9258.0, 9270.0, 9288.0, 9327.0, 9307.0, 9324.0, 9305.0, 9292.0, 9337.0, 9291.0, 9315.0, 9318.0, 9255.0, 9306.0, 9279.0, 9323.0, 9298.0, 9286.0, 9284.0, 9254.0, 9296.0, 9283.0, 9324.0, 9299.0, 9254.0, 9283.0, 9286.0, 9343.0, 9337.0, 9287.0, 9283.0, 9269.0, 9324.0, 9268.0, 9350.0, 9268.0, 9303.0, 9266.0, 9318.0, 9293.0, 9265.0, 9266.0, 9238.0, 9276.0, 9272.0, 9284.0, 9319.0, 9263.0, 9316.0, 9295.0, 9318.0, 9310.0, 9297.0, 9335.0, 9274.0, 9331.0, 9288.0, 9313.0, 9358.0, 9273.0, 9310.0, 9283.0, 9309.0, 9301.0, 9272.0, 9328.0, 9268.0, 9238.0, 9295.0, 9281.0, 9327.0, 9271.0, 9326.0, 9252.0, 9282.0, 9282.0, 9265.0, 9342.0, 9268.0, 9320.0, 9282.0, 9310.0, 9311.0, 9254.0, 9292.0, 9285.0, 9280.0, 9308.0, 9278.0, 9342.0, 9260.0, 9273.0, 9329.0, 9274.0, 9348.0, 9302.0, 9254.0, 9266.0, 9284.0, 9334.0, 9316.0, 9257.0, 9283.0, 9282.0, 9328.0, 9286.0, 9312.0, 9333.0, 9257.0, 9295.0, 9285.0, 9311.0, 9301.0, 9262.0, 9311.0, 9289.0, 9343.0, 9302.0, 9317.0, 9320.0, 9257.0, 9310.0, 9286.0, 9310.0, 9338.0, 9271.0, 9315.0, 9298.0, 9339.0, 9301.0, 9331.0, 9285.0, 9249.0, 9309.0, 9264.0, 9336.0, 9280.0, 9318.0, 9269.0, 9320.0, 9278.0, 9278.0, 9280.0, 9234.0, 9266.0, 9272.0, 9321.0, 9307.0, 9324.0, 9254.0, 9244.0, 9299.0, 9270.0, 9334.0, 9274.0, 9326.0, 9288.0, 9296.0, 9302.0, 9262.0, 9329.0, 9273.0, 9312.0, 9288.0, 9340.0, 9323.0, 9261.0, 9284.0, 9289.0, 9340.0, 9303.0, 9362.0, 9304.0, 9256.0, 9297.0, 9284.0, 9327.0, 9261.0, 9327.0, 9269.0, 9309.0, 9287.0, 9313.0, 9305.0, 9261.0, 9313.0, 9290.0, 9342.0, 9319.0, 9319.0, 9302.0, 9271.0, 9311.0, 9287.0, 9340.0, 9337.0, 9313.0, 9252.0, 9269.0, 9325.0, 9257.0, 9349.0, 9292.0, 9311.0, 9278.0, 9288.0, 9347.0, 9294.0, 9343.0, 9287.0, 9331.0, 9304.0, 9315.0, 9334.0, 9255.0, 9307.0, 9299.0, 9341.0, 9316.0, 9287.0, 9298.0, 9267.0, 9308.0, 9281.0, 9337.0, 9296.0, 9340.0, 9253.0, 9306.0, 9283.0, 9305.0, 9282.0, 9241.0, 9279.0, 9240.0, 9295.0, 9257.0, 9336.0, 9305.0, 9340.0, 9287.0, 9295.0, 9285.0, 9286.0, 9338.0, 9261.0, 9315.0, 9306.0, 9344.0, 9322.0, 9295.0, 9318.0, 9277.0, 9327.0, 9290.0, 9361.0, 9345.0, 9287.0, 9285.0, 9274.0, 9328.0, 9285.0, 9345.0, 9286.0, 9326.0, 9291.0, 9308.0, 9311.0, 9288.0, 9313.0, 9255.0, 9312.0, 9289.0, 9326.0, 9300.0, 9347.0, 9275.0, 9299.0, 9274.0, 9296.0, 9336.0, 9277.0, 9330.0, 9272.0, 9325.0, 9288.0, 9344.0, 9335.0, 9258.0, 9269.0, 9270.0, 9339.0, 9302.0, 9363.0, 9274.0, 9241.0, 9298.0, 9271.0, 9344.0, 9309.0, 9313.0, 9256.0, 9271.0, 9328.0, 9294.0, 9345.0, 9288.0, 9331.0, 9304.0, 9327.0, 9319.0, 9255.0, 9294.0, 9257.0, 9319.0, 9282.0, 9342.0, 9287.0, 9296.0, 9257.0, 9287.0, 9313.0, 9274.0, 9353.0, 9278.0, 9315.0, 9306.0, 9345.0, 9319.0, 9350.0, 9304.0, 9268.0, 9298.0, 9283.0, 9342.0, 9299.0, 9345.0, 9265.0, 9308.0, 9280.0, 9323.0, 9312.0, 9252.0, 9278.0, 9270.0, 9324.0, 9301.0, 9345.0, 9325.0, 9244.0, 9275.0, 9285.0, 9346.0, 9272.0, 9309.0, 9283.0, 9327.0, 9298.0, 9361.0, 9285.0, 9320.0, 9282.0, 9323.0, 9284.0, 9297.0, 9275.0, 9240.0, 9259.0, 9260.0, 9333.0, 9281.0, 9338.0, 9294.0, 9329.0, 9289.0, 9328.0, 9320.0, 9363.0, 9302.0, 9311.0, 9299.0, 9252.0, 9292.0, 9282.0, 9313.0, 9332.0, 9276.0, 9251.0, 9328.0, 9288.0, 9285.0, 9314.0, 9303.0, 9365.0, 9366.0, 9299.0, 9321.0, 9273.0, 9317.0, 9305.0, 9332.0, 9267.0, 9239.0, 9253.0, 9210.0, 9294.0, 9243.0, 9267.0, 9271.0, 9252.0, 9290.0, 9301.0, 9296.0, 9307.0, 9294.0, 9208.0, 9275.0, 9201.0, 9276.0, 9245.0, 9327.0, 9262.0, 9291.0, 9248.0, 9290.0, 9250.0, 9324.0, 9279.0, 9304.0, 9275.0, 9286.0, 9279.0, 9320.0, 9298.0, 9287.0, 9278.0, 9228.0, 9275.0, 9268.0, 9303.0, 9274.0, 9290.0, 9218.0, 9274.0, 9233.0, 9303.0, 9262.0, 9328.0, 9239.0, 9306.0, 9267.0, 9308.0, 9288.0, 9325.0, 9306.0, 9310.0, 9298.0, 9242.0, 9300.0, 9269.0, 9353.0, 9285.0, 9311.0, 9273.0, 9328.0, 9299.0, 9365.0, 9304.0, 9310.0, 9271.0, 9282.0, 9327.0, 9299.0, 9348.0, 9267.0, 9306.0, 9298.0, 9341.0, 9314.0, 9325.0, 9284.0, 9240.0, 9297.0, 9241.0, 9319.0, 9281.0, 9322.0, 9304.0, 9251.0, 9299.0, 9289.0, 9326.0, 9301.0, 9286.0, 9290.0, 9270.0, 9331.0, 9285.0, 9310.0, 9270.0, 9283.0, 9350.0, 9311.0, 9337.0, 9289.0, 9309.0, 9275.0, 9313.0, 9350.0, 9298.0, 9282.0, 9234.0, 9243.0, 9249.0, 9273.0, 9268.0, 9300.0, 9275.0, 9230.0, 9290.0, 9203.0, 9294.0, 9297.0, 9330.0, 9264.0, 9302.0, 9232.0, 9303.0, 9245.0, 9283.0, 9278.0, 9273.0, 9295.0, 9276.0, 9298.0, 9278.0, 9334.0, 9268.0, 9296.0, 9258.0, 9286.0, 9255.0, 9298.0, 9272.0, 9316.0, 9295.0, 9334.0, 9280.0, 9204.0, 9259.0, 9245.0, 9306.0, 9249.0, 9338.0, 9300.0, 9306.0, 9281.0, 9273.0, 9284.0, 9326.0, 9321.0, 9290.0, 9288.0, 9227.0, 9282.0, 9240.0, 9346.0, 9294.0, 9328.0, 9260.0, 9300.0, 9293.0, 9343.0, 9330.0, 9331.0, 9320.0, 9263.0, 9306.0, 9305.0, 9355.0, 9275.0, 9315.0, 9272.0, 9345.0, 9291.0, 9377.0, 9287.0, 9309.0, 9283.0, 9323.0, 9315.0, 9327.0, 9298.0, 9213.0, 9303.0, 9262.0, 9331.0, 9286.0, 9314.0, 9258.0, 9284.0, 9274.0, 9343.0, 9324.0, 9366.0, 9306.0, 9298.0, 9317.0, 9309.0, 9337.0, 9287.0, 9300.0, 9228.0, 9295.0, 9240.0, 9343.0, 9285.0, 9312.0, 9259.0, 9313.0, 9260.0, 9345.0, 9308.0, 9326.0, 9276.0, 9339.0, 9320.0, 9347.0, 9302.0, 9229.0, 9275.0, 9245.0, 9345.0, 9293.0, 9349.0, 9289.0, 9298.0, 9288.0, 9356.0, 9337.0, 9312.0, 9290.0, 9233.0, 9312.0, 9271.0, 9351.0, 9276.0, 9325.0, 9290.0, 9345.0, 9319.0, 9304.0, 9304.0, 9247.0, 9301.0, 9262.0, 9349.0, 9335.0, 9358.0, 9302.0, 9286.0, 9300.0, 9296.0, 9354.0, 9282.0, 9309.0, 9273.0, 9324.0, 9282.0, 9360.0, 9294.0, 9305.0, 9279.0, 9300.0, 9315.0, 9222.0, 9279.0, 9253.0, 9295.0, 9270.0, 9344.0, 9270.0, 9326.0, 9267.0, 9296.0, 9276.0, 9322.0, 9320.0, 9331.0, 9289.0, 9296.0, 9286.0, 9325.0, 9322.0, 9288.0, 9287.0, 9228.0, 9299.0, 9257.0, 9345.0, 9291.0, 9329.0, 9285.0, 9298.0, 9273.0, 9339.0, 9335.0, 9284.0, 9300.0, 9239.0, 9312.0, 9259.0, 9346.0, 9302.0, 9342.0, 9284.0, 9326.0, 9298.0, 9342.0, 9333.0, 9306.0, 9293.0, 9235.0, 9291.0, 9262.0, 9325.0, 9266.0, 9305.0, 9238.0, 9302.0, 9266.0, 9342.0, 9300.0, 9313.0, 9299.0, 9330.0, 9316.0, 9302.0, 9306.0, 9257.0, 9298.0, 9244.0, 9346.0, 9288.0, 9325.0, 9268.0, 9307.0, 9286.0, 9338.0, 9318.0, 9327.0, 9285.0, 9255.0, 9302.0, 9298.0, 9333.0, 9264.0, 9319.0, 9251.0, 9335.0, 9281.0, 9362.0, 9299.0, 9345.0, 9287.0, 9313.0, 9288.0, 9341.0, 9356.0, 9287.0, 9288.0, 9230.0, 9326.0, 9271.0, 9365.0, 9244.0, 9310.0, 9275.0, 9343.0, 9303.0, 9378.0, 9304.0, 9306.0, 9301.0, 9288.0, 9328.0, 9291.0, 9333.0, 9241.0, 9294.0, 9271.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.0034047575757575757</td></tr>
<tr><td colspan=3>aqi</td><td>0.044580503863636364</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.155854205542035</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2239219886201653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0115221221834731</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>5073.96</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13554223128298462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>267</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.227272727272727</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.544737441187599</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4171325787347047</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7882943880673356</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4287853567607565</td></tr>
<tr><td colspan=3>gcor</td><td>0.00361285</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.024571532383561134</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03704182058572769</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.012019998522184</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.4659</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.4259</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.3462</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297590.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.4401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>513.8125</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.8099</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3549.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78954.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1240.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.5862</td></tr>
<tr><td colspan=3>tsnr</td><td>29.70722001278773</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>