<?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-0065_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0065_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0065_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0065/ses-04/func/sub-0065_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b39336b6f541c5814540660bd4990d09</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:44:45.562500</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0859009</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cd8f8a93-23f3-4b5b-b4a9-6238edf0c738||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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': ['184445.562500', '184446.022500', '184446.482500', '184446.942500', '184447.402500', '184447.862500', '184448.322500', '184448.782500', '184449.242500', '184449.702500', '184450.162500', '184450.622500', '184451.082500', '184451.542500', '184452.002500', '184452.462500', '184452.922500', '184453.382500', '184453.842500', '184454.302500', '184454.762500', '184455.222500', '184455.682500', '184456.142500', '184456.602500', '184457.062500', '184457.522500', '184457.982500', '184458.442500', '184458.902500', '184459.362500', '184459.822500', '184500.282500', '184500.742500', '184501.202500', '184501.662500', '184502.122500', '184502.582500', '184503.042500', '184503.502500', '184503.962500', '184504.422500', '184504.882500', '184505.342500', '184505.802500', '184506.262500', '184506.722500', '184507.182500', '184507.642500', '184508.102500', '184508.562500', '184509.022500', '184509.482500', '184509.942500', '184510.402500', '184510.862500', '184511.322500', '184511.782500', '184512.242500', '184512.702500', '184513.162500', '184513.622500', '184514.082500', '184514.542500', '184515.002500', '184515.462500', '184515.922500', '184516.382500', '184516.842500', '184517.302500', '184517.762500', '184518.222500', '184518.682500', '184519.142500', '184519.602500', '184520.062500', '184520.522500', '184520.982500', '184521.442500', '184521.902500', '184522.362500', '184522.822500', '184523.282500', '184523.742500', '184524.202500', '184524.662500', '184525.122500', '184525.582500', '184526.042500', '184526.502500', '184526.962500', '184527.422500', '184527.882500', '184528.342500', '184528.802500', '184529.262500', '184529.722500', '184530.182500', '184530.642500', '184531.102500', '184531.562500', '184532.022500', '184532.482500', '184532.942500', '184533.402500', '184533.862500', '184534.322500', '184534.782500', '184535.242500', '184535.702500', '184536.162500', '184536.622500', '184537.082500', '184537.542500', '184538.002500', '184538.462500', '184538.922500', '184539.382500', '184539.842500', '184540.302500', '184540.762500', '184541.222500', '184541.682500', '184542.142500', '184542.602500', '184543.062500', '184543.522500', '184543.982500', '184544.442500', '184544.902500', '184545.362500', '184545.822500', '184546.282500', '184546.742500', '184547.202500', '184547.662500', '184548.122500', '184548.582500', '184549.042500', '184549.502500', '184549.962500', '184550.422500', '184550.882500', '184551.342500', '184551.802500', '184552.262500', '184552.722500', '184553.182500', '184553.642500', '184554.102500', '184554.562500', '184555.022500', '184555.482500', '184555.942500', '184556.402500', '184556.862500', '184557.322500', '184557.782500', '184558.242500', '184558.702500', '184559.162500', '184559.622500', '184600.082500', '184600.542500', '184601.002500', '184601.462500', '184601.922500', '184602.382500', '184602.842500', '184603.302500', '184603.762500', '184604.222500', '184604.682500', '184605.142500', '184605.602500', '184606.062500', '184606.522500', '184606.982500', '184607.442500', '184607.902500', '184608.362500', '184608.822500', '184609.282500', '184609.742500', '184610.202500', '184610.662500', '184611.122500', '184611.582500', '184612.042500', '184612.502500', '184612.962500', '184613.422500', '184613.882500', '184614.342500', '184614.802500', '184615.262500', '184615.722500', '184616.182500', '184616.642500', '184617.102500', '184617.562500', '184618.022500', '184618.482500', '184618.942500', '184619.402500', '184619.862500', '184620.322500', '184620.782500', '184621.242500', '184621.702500', '184622.162500', '184622.622500', '184623.082500', '184623.542500', '184624.002500', '184624.462500', '184624.922500', '184625.382500', '184625.842500', '184626.302500', '184626.762500', '184627.222500', '184627.682500', '184628.142500', '184628.602500', '184629.062500', '184629.522500', '184629.982500', '184630.442500', '184630.902500', '184631.362500', '184631.822500', '184632.282500', '184632.742500', '184633.202500', '184633.662500', '184634.122500', '184634.582500', '184635.042500', '184635.502500', '184635.962500', '184636.422500', '184636.882500', '184637.342500', '184637.802500', '184638.262500', '184638.722500', '184639.182500', '184639.642500', '184640.102500', '184640.562500', '184641.022500', '184641.482500', '184641.942500', '184642.402500', '184642.862500', '184643.322500', '184643.782500', '184644.242500', '184644.702500', '184645.162500', '184645.622500', '184646.082500', '184646.542500', '184647.002500', '184647.462500', '184647.922500', '184648.382500', '184648.842500', '184649.302500', '184649.762500', '184650.222500', '184650.682500', '184651.142500', '184651.602500', '184652.062500', '184652.522500', '184652.982500', '184653.442500', '184653.902500', '184654.362500', '184654.822500', '184655.282500', '184655.742500', '184656.202500', '184656.662500', '184657.122500', '184657.582500', '184658.042500', '184658.502500', '184658.962500', '184659.422500', '184659.882500', '184700.342500', '184700.802500', '184701.262500', '184701.722500', '184702.182500', '184702.642500', '184703.102500', '184703.562500', '184704.022500', '184704.482500', '184704.942500', '184705.402500', '184705.862500', '184706.322500', '184706.782500', '184707.242500', '184707.702500', '184708.162500', '184708.622500', '184709.082500', '184709.542500', '184710.002500', '184710.462500', '184710.922500', '184711.382500', '184711.842500', '184712.302500', '184712.762500', '184713.222500', '184713.682500', '184714.142500', '184714.602500', '184715.062500', '184715.522500', '184715.982500', '184716.442500', '184716.902500', '184717.362500', '184717.822500', '184718.282500', '184718.742500', '184719.202500', '184719.662500', '184720.122500', '184720.582500', '184721.042500', '184721.502500', '184721.962500', '184722.422500', '184722.882500', '184723.342500', '184723.802500', '184724.262500', '184724.722500', '184725.182500', '184725.642500', '184726.102500', '184726.562500', '184727.022500', '184727.482500', '184727.942500', '184728.402500', '184728.862500', '184729.322500', '184729.782500', '184730.242500', '184730.702500', '184731.162500', '184731.622500', '184732.082500', '184732.542500', '184733.002500', '184733.462500', '184733.922500', '184734.382500', '184734.842500', '184735.302500', '184735.762500', '184736.222500', '184736.682500', '184737.142500', '184737.602500', '184738.062500', '184738.522500', '184738.982500', '184739.442500', '184739.902500', '184740.362500', '184740.822500', '184741.282500', '184741.742500', '184742.202500', '184742.662500', '184743.122500', '184743.582500', '184744.042500', '184744.502500', '184744.962500', '184745.422500', '184745.882500', '184746.342500', '184746.802500', '184747.262500', '184747.722500', '184748.182500', '184748.642500', '184749.102500', '184749.562500', '184750.022500', '184750.482500', '184750.942500', '184751.402500', '184751.862500', '184752.322500', '184752.782500', '184753.242500', '184753.702500', '184754.162500', '184754.622500', '184755.082500', '184755.542500', '184756.002500', '184756.462500', '184756.922500', '184757.382500', '184757.842500', '184758.302500', '184758.762500', '184759.222500', '184759.682500', '184800.142500', '184800.602500', '184801.062500', '184801.522500', '184801.982500', '184802.442500', '184802.902500', '184803.362500', '184803.822500', '184804.282500', '184804.742500', '184805.202500', '184805.662500', '184806.122500', '184806.582500', '184807.042500', '184807.502500', '184807.962500', '184808.422500', '184808.882500', '184809.342500', '184809.802500', '184810.262500', '184810.722500', '184811.182500', '184811.642500', '184812.102500', '184812.562500', '184813.022500', '184813.482500', '184813.942500', '184814.402500', '184814.862500', '184815.322500', '184815.782500', '184816.242500', '184816.702500', '184817.162500', '184817.622500', '184818.082500', '184818.542500', '184819.002500', '184819.462500', '184819.922500', '184820.382500', '184820.842500', '184821.302500', '184821.762500', '184822.222500', '184822.682500', '184823.142500', '184823.602500', '184824.062500', '184824.522500', '184824.982500', '184825.442500', '184825.902500', '184826.362500', '184826.822500', '184827.282500', '184827.742500', '184828.202500', '184828.662500', '184829.122500', '184829.582500', '184830.042500', '184830.502500', '184830.962500', '184831.422500', '184831.882500', '184832.342500', '184832.802500', '184833.262500', '184833.722500', '184834.182500', '184834.642500', '184835.102500', '184835.562500', '184836.022500', '184836.482500', '184836.942500', '184837.402500', '184837.862500', '184838.322500', '184838.782500', '184839.242500', '184839.702500', '184840.162500', '184840.622500', '184841.082500', '184841.542500', '184842.002500', '184842.462500', '184842.922500', '184843.382500', '184843.842500', '184844.302500', '184844.762500', '184845.222500', '184845.682500', '184846.142500', '184846.602500', '184847.062500', '184847.522500', '184847.982500', '184848.442500', '184848.902500', '184849.362500', '184849.822500', '184850.282500', '184850.742500', '184851.202500', '184851.662500', '184852.122500', '184852.582500', '184853.042500', '184853.502500', '184853.962500', '184854.422500', '184854.882500', '184855.342500', '184855.802500', '184856.262500', '184856.722500', '184857.182500', '184857.642500', '184858.102500', '184858.562500', '184859.022500', '184859.482500', '184859.942500', '184900.402500', '184900.862500', '184901.322500', '184901.782500', '184902.242500', '184902.702500', '184903.162500', '184903.622500', '184904.082500', '184904.542500', '184905.002500', '184905.462500', '184905.922500', '184906.382500', '184906.842500', '184907.302500', '184907.762500', '184908.222500', '184908.682500', '184909.142500', '184909.602500', '184910.062500', '184910.522500', '184910.982500', '184911.442500', '184911.902500', '184912.362500', '184912.822500', '184913.282500', '184913.742500', '184914.202500', '184914.662500', '184915.122500', '184915.582500', '184916.042500', '184916.502500', '184916.962500', '184917.422500', '184917.882500', '184918.342500', '184918.802500', '184919.262500', '184919.722500', '184920.182500', '184920.642500', '184921.102500', '184921.562500', '184922.022500', '184922.482500', '184922.942500', '184923.402500', '184923.862500', '184924.322500', '184924.782500', '184925.242500', '184925.702500', '184926.162500', '184926.622500', '184927.082500', '184927.542500', '184928.002500', '184928.462500', '184928.922500', '184929.382500', '184929.842500', '184930.302500', '184930.762500', '184931.222500', '184931.682500', '184932.142500', '184932.602500', '184933.062500', '184933.522500', '184933.982500', '184934.442500', '184934.902500', '184935.362500', '184935.822500', '184936.282500', '184936.742500', '184937.202500', '184937.662500', '184938.122500', '184938.582500', '184939.042500', '184939.502500', '184939.962500', '184940.422500', '184940.882500', '184941.342500', '184941.802500', '184942.262500', '184942.722500', '184943.182500', '184943.642500', '184944.102500', '184944.562500', '184945.022500', '184945.482500', '184945.942500', '184946.402500', '184946.862500', '184947.322500', '184947.782500', '184948.242500', '184948.702500', '184949.162500', '184949.622500', '184950.082500', '184950.542500', '184951.002500', '184951.462500', '184951.922500', '184952.382500', '184952.842500', '184953.302500', '184953.762500', '184954.222500', '184954.682500', '184955.142500', '184955.602500', '184956.062500', '184956.522500', '184956.982500', '184957.442500', '184957.902500', '184958.362500', '184958.822500', '184959.282500', '184959.742500', '185000.202500', '185000.662500', '185001.122500', '185001.582500', '185002.042500', '185002.502500', '185002.962500', '185003.422500', '185003.882500', '185004.342500', '185004.802500', '185005.262500', '185005.722500', '185006.182500', '185006.642500', '185007.102500', '185007.562500', '185008.022500', '185008.482500', '185008.942500', '185009.402500', '185009.862500', '185010.322500', '185010.782500', '185011.242500', '185011.702500', '185012.162500', '185012.622500', '185013.082500', '185013.542500', '185014.002500', '185014.462500', '185014.922500', '185015.382500', '185015.842500', '185016.302500', '185016.762500', '185017.222500', '185017.682500', '185018.142500', '185018.602500', '185019.062500', '185019.522500', '185019.982500', '185020.442500', '185020.902500', '185021.362500', '185021.822500', '185022.282500', '185022.742500', '185023.202500', '185023.662500', '185024.122500', '185024.582500', '185025.042500', '185025.502500', '185025.962500', '185026.422500', '185026.882500', '185027.342500', '185027.802500', '185028.262500', '185028.722500', '185029.182500', '185029.642500', '185030.102500', '185030.562500', '185031.022500', '185031.482500', '185031.942500', '185032.402500', '185032.862500', '185033.322500', '185033.782500', '185034.242500', '185034.702500', '185035.162500', '185035.622500', '185036.082500', '185036.542500', '185037.002500', '185037.462500', '185037.922500', '185038.382500', '185038.842500', '185039.302500', '185039.762500', '185040.222500', '185040.682500', '185041.142500', '185041.602500', '185042.062500', '185042.522500', '185042.982500', '185043.442500', '185043.902500', '185044.362500', '185044.822500', '185045.282500', '185045.742500', '185046.202500', '185046.662500', '185047.122500', '185047.582500', '185048.042500', '185048.502500', '185048.962500', '185049.422500', '185049.882500', '185050.342500', '185050.802500', '185051.262500', '185051.722500', '185052.182500', '185052.642500', '185053.102500', '185053.562500', '185054.022500', '185054.482500', '185054.942500', '185055.402500', '185055.862500', '185056.322500', '185056.782500', '185057.242500', '185057.702500', '185058.162500', '185058.622500', '185059.082500', '185059.542500', '185100.002500', '185100.462500', '185100.922500', '185101.382500', '185101.842500', '185102.302500', '185102.762500', '185103.222500', '185103.682500', '185104.142500', '185104.602500', '185105.062500', '185105.522500', '185105.982500', '185106.442500', '185106.902500', '185107.362500', '185107.822500', '185108.282500', '185108.742500', '185109.202500', '185109.662500', '185110.122500', '185110.582500', '185111.042500', '185111.502500', '185111.962500', '185112.422500', '185112.882500', '185113.342500', '185113.802500', '185114.262500', '185114.722500', '185115.182500', '185115.642500', '185116.102500', '185116.562500', '185117.022500', '185117.482500', '185117.942500', '185118.402500', '185118.862500', '185119.322500', '185119.782500', '185120.242500', '185120.702500', '185121.162500', '185121.622500', '185122.082500', '185122.542500', '185123.002500', '185123.462500', '185123.922500', '185124.382500', '185124.842500', '185125.302500', '185125.762500', '185126.222500', '185126.682500', '185127.142500', '185127.602500', '185128.062500', '185128.522500', '185128.982500', '185129.442500', '185129.902500', '185130.362500', '185130.822500', '185131.282500', '185131.742500', '185132.202500', '185132.662500', '185133.122500', '185133.582500', '185134.042500', '185134.502500', '185134.962500', '185135.422500', '185135.882500', '185136.342500', '185136.802500', '185137.262500', '185137.722500', '185138.182500', '185138.642500', '185139.102500', '185139.562500', '185140.022500', '185140.482500', '185140.942500', '185141.402500', '185141.862500', '185142.322500', '185142.782500', '185143.242500', '185143.702500', '185144.162500', '185144.622500', '185145.082500', '185145.542500', '185146.002500', '185146.462500', '185146.922500', '185147.382500', '185147.842500', '185148.302500', '185148.762500', '185149.222500', '185149.682500', '185150.142500', '185150.602500', '185151.062500', '185151.522500', '185151.982500', '185152.442500', '185152.902500', '185153.362500', '185153.822500', '185154.282500', '185154.742500', '185155.202500', '185155.662500', '185156.122500', '185156.582500', '185157.042500', '185157.502500', '185157.962500', '185158.422500', '185158.882500', '185159.342500', '185159.802500', '185200.262500', '185200.722500', '185201.182500', '185201.642500', '185202.102500', '185202.562500', '185203.022500', '185203.482500', '185203.942500', '185204.402500', '185204.862500', '185205.322500', '185205.782500', '185206.242500', '185206.702500', '185207.162500', '185207.622500', '185208.082500', '185208.542500', '185209.002500', '185209.462500', '185209.922500', '185210.382500', '185210.842500', '185211.302500', '185211.762500', '185212.222500', '185212.682500', '185213.142500', '185213.602500', '185214.062500', '185214.522500', '185214.982500', '185215.442500', '185215.902500', '185216.362500', '185216.822500', '185217.282500', '185217.742500', '185218.202500', '185218.662500', '185219.122500', '185219.582500', '185220.042500', '185220.502500', '185220.962500', '185221.422500', '185221.882500', '185222.342500', '185222.802500', '185223.262500', '185223.722500', '185224.182500', '185224.642500', '185225.102500', '185225.562500', '185226.022500', '185226.482500', '185226.942500', '185227.402500', '185227.862500', '185228.322500', '185228.782500', '185229.242500', '185229.702500', '185230.162500', '185230.622500', '185231.082500', '185231.542500', '185232.002500', '185232.462500', '185232.922500', '185233.382500', '185233.842500', '185234.302500', '185234.762500', '185235.222500', '185235.682500', '185236.142500', '185236.602500', '185237.062500', '185237.522500', '185237.982500', '185238.442500', '185238.902500', '185239.362500', '185239.822500', '185240.282500', '185240.742500', '185241.202500', '185241.662500', '185242.122500', '185242.582500', '185243.042500', '185243.502500', '185243.962500', '185244.422500', '185244.882500', '185245.342500', '185245.802500', '185246.262500', '185246.722500', '185247.182500', '185247.642500', '185248.102500', '185248.562500', '185249.022500', '185249.482500', '185249.942500', '185250.402500', '185250.862500', '185251.322500', '185251.782500', '185252.242500', '185252.702500', '185253.162500', '185253.622500', '185254.082500', '185254.542500', '185255.002500', '185255.462500', '185255.922500', '185256.382500', '185256.842500', '185257.302500', '185257.762500', '185258.222500', '185258.682500', '185259.142500', '185259.602500', '185300.062500', '185300.522500', '185300.982500', '185301.442500', '185301.902500', '185302.362500', '185302.822500', '185303.282500', '185303.742500', '185304.202500', '185304.662500', '185305.122500', '185305.582500', '185306.042500', '185306.502500', '185306.962500', '185307.422500', '185307.882500', '185308.342500', '185308.802500', '185309.262500', '185309.722500', '185310.182500', '185310.642500', '185311.102500', '185311.562500', '185312.022500', '185312.482500', '185312.942500', '185313.402500', '185313.862500', '185314.322500', '185314.782500', '185315.242500', '185315.702500', '185316.162500', '185316.622500', '185317.082500', '185317.542500', '185318.002500', '185318.462500', '185318.922500', '185319.382500', '185319.842500', '185320.302500', '185320.762500', '185321.222500', '185321.682500', '185322.142500', '185322.602500', '185323.062500', '185323.522500', '185323.982500', '185324.442500', '185324.902500', '185325.362500', '185325.822500', '185326.282500', '185326.742500', '185327.202500', '185327.662500', '185328.122500', '185328.582500', '185329.042500', '185329.502500', '185329.962500', '185330.422500', '185330.882500', '185331.342500', '185331.802500', '185332.262500', '185332.722500', '185333.182500', '185333.642500', '185334.102500', '185334.562500', '185335.022500', '185335.482500', '185335.942500', '185336.402500', '185336.862500', '185337.322500', '185337.782500', '185338.242500', '185338.702500', '185339.162500', '185339.622500', '185340.082500', '185340.542500', '185341.002500', '185341.462500', '185341.922500', '185342.382500', '185342.842500', '185343.302500', '185343.762500', '185344.222500', '185344.682500', '185345.142500', '185345.602500', '185346.062500', '185346.522500', '185346.982500', '185347.442500', '185347.902500', '185348.362500', '185348.822500', '185349.282500', '185349.742500', '185350.202500', '185350.662500', '185351.122500', '185351.582500', '185352.042500', '185352.502500', '185352.962500', '185353.422500', '185353.882500', '185354.342500', '185354.802500', '185355.262500', '185355.722500', '185356.182500', '185356.642500', '185357.102500', '185357.562500', '185358.022500', '185358.482500', '185358.942500', '185359.402500', '185359.862500', '185400.322500', '185400.782500', '185401.242500', '185401.702500', '185402.162500', '185402.622500', '185403.082500', '185403.542500', '185404.002500', '185404.462500', '185404.922500', '185405.382500', '185405.842500', '185406.302500', '185406.762500', '185407.222500', '185407.682500', '185408.142500', '185408.602500', '185409.062500', '185409.522500', '185409.982500', '185410.442500', '185410.902500', '185411.362500', '185411.822500', '185412.282500', '185412.742500', '185413.202500', '185413.662500', '185414.122500', '185414.582500', '185415.042500', '185415.502500', '185415.962500', '185416.422500', '185416.882500', '185417.342500', '185417.802500', '185418.262500', '185418.722500', '185419.182500', '185419.642500', '185420.102500', '185420.562500', '185421.022500', '185421.482500', '185421.942500', '185422.402500', '185422.862500', '185423.322500', '185423.782500', '185424.242500', '185424.702500', '185425.162500', '185425.622500', '185426.082500', '185426.542500', '185427.002500', '185427.462500', '185427.922500', '185428.382500', '185428.842500', '185429.302500', '185429.762500', '185430.222500', '185430.682500', '185431.142500', '185431.602500', '185432.062500', '185432.522500', '185432.982500', '185433.442500', '185433.902500', '185434.362500', '185434.822500', '185435.282500', '185435.742500', '185436.202500', '185436.662500', '185437.122500', '185437.582500', '185438.042500', '185438.502500', '185438.962500', '185439.422500', '185439.882500', '185440.342500', '185440.802500', '185441.262500', '185441.722500', '185442.182500', '185442.642500', '185443.102500', '185443.562500', '185444.022500', '185444.482500', '185444.942500', '185445.402500', '185445.862500', '185446.322500', '185446.782500', '185447.242500', '185447.702500', '185448.162500', '185448.622500', '185449.082500', '185449.542500', '185450.002500', '185450.462500', '185450.922500', '185451.382500', '185451.842500', '185452.302500', '185452.762500', '185453.222500'], 'ContentTime': ['184502.711000', '184502.714000', '184502.717000', '184502.720000', '184502.722000', '184502.725000', '184502.727000', '184502.730000', '184502.733000', '184502.735000', '184502.738000', '184502.740000', '184502.743000', '184502.745000', '184502.748000', '184502.750000', '184502.753000', '184502.761000', '184502.764000', '184502.766000', '184502.769000', '184502.771000', '184502.774000', '184502.776000', '184502.779000', '184502.782000', '184502.784000', '184502.787000', '184502.789000', '184502.792000', '184502.794000', '184502.797000', '184502.800000', '184502.802000', '184502.805000', '184522.671000', '184522.673000', '184522.676000', '184522.679000', '184522.681000', '184522.684000', '184522.686000', '184522.689000', '184522.691000', '184522.694000', '184522.697000', '184522.699000', '184522.702000', '184522.704000', '184522.707000', '184522.709000', '184522.712000', '184522.715000', '184522.717000', '184522.720000', '184522.722000', '184522.725000', '184522.728000', '184522.730000', '184522.733000', '184522.735000', '184522.738000', '184522.741000', '184522.743000', '184522.746000', '184522.748000', '184522.751000', '184522.753000', '184522.756000', '184522.759000', '184522.761000', '184522.764000', '184522.766000', '184522.769000', '184522.771000', '184522.774000', '184522.777000', '184522.779000', '184542.669000', '184542.672000', '184542.675000', '184542.680000', '184542.683000', '184542.685000', '184542.688000', '184542.690000', '184542.693000', '184542.696000', '184542.698000', '184542.701000', '184542.703000', '184542.706000', '184542.708000', '184542.711000', '184542.714000', '184542.716000', '184542.725000', '184542.727000', '184542.730000', '184542.733000', '184542.735000', '184542.738000', '184542.740000', '184542.743000', '184542.745000', '184542.748000', '184542.750000', '184542.753000', '184542.756000', '184542.758000', '184542.761000', '184542.763000', '184542.766000', '184542.769000', '184542.771000', '184542.774000', '184542.776000', '184542.779000', '184542.781000', '184542.784000', '184542.786000', '184542.789000', '184602.669000', '184602.672000', '184602.675000', '184602.677000', '184602.680000', '184602.683000', '184602.685000', '184602.688000', '184602.690000', '184602.693000', '184602.696000', '184602.698000', '184602.701000', '184602.703000', '184602.706000', '184602.708000', '184602.711000', '184602.713000', '184602.724000', '184602.727000', '184602.730000', '184602.732000', '184602.735000', '184602.737000', '184602.740000', '184602.742000', '184602.745000', '184602.748000', '184602.750000', '184602.753000', '184602.755000', '184602.758000', '184602.760000', '184602.763000', '184602.766000', '184602.768000', '184602.778000', '184602.780000', '184602.783000', '184602.785000', '184602.788000', '184602.790000', '184602.793000', '184622.669000', '184622.672000', '184622.675000', '184622.677000', '184622.680000', '184622.683000', '184622.685000', '184622.688000', '184622.690000', '184622.693000', '184622.696000', '184622.698000', '184622.701000', '184622.704000', '184622.706000', '184622.709000', '184622.711000', '184622.714000', '184622.717000', '184622.719000', '184622.722000', '184622.724000', '184622.727000', '184622.729000', '184622.732000', '184622.735000', '184622.737000', '184622.740000', '184622.742000', '184622.745000', '184622.747000', '184622.750000', '184622.753000', '184622.755000', '184622.758000', '184622.760000', '184622.763000', '184622.765000', '184622.768000', '184622.770000', '184622.773000', '184622.776000', '184622.778000', '184622.781000', '184642.669000', '184642.672000', '184642.675000', '184642.678000', '184642.680000', '184642.683000', '184642.685000', '184642.688000', '184642.690000', '184642.693000', '184642.695000', '184642.698000', '184642.700000', '184642.703000', '184642.706000', '184642.708000', '184642.711000', '184642.713000', '184642.716000', '184642.719000', '184642.721000', '184642.724000', '184642.726000', '184642.729000', '184642.731000', '184642.734000', '184642.737000', '184642.739000', '184642.742000', '184642.744000', '184642.747000', '184642.750000', '184642.752000', '184642.755000', '184642.757000', '184642.760000', '184642.762000', '184642.765000', '184642.767000', '184642.770000', '184642.772000', '184642.775000', '184642.778000', '184702.670000', '184702.673000', '184702.675000', '184702.678000', '184702.680000', '184702.683000', '184702.686000', '184702.688000', '184702.691000', '184702.693000', '184702.696000', '184702.698000', '184702.701000', '184702.703000', '184702.706000', '184702.708000', '184702.711000', '184702.714000', '184702.716000', '184702.719000', '184702.721000', '184702.724000', '184702.727000', '184702.729000', '184702.732000', '184702.734000', '184702.737000', '184702.739000', '184702.742000', '184702.744000', '184702.747000', '184702.750000', '184702.752000', '184702.755000', '184702.757000', '184702.760000', '184702.763000', '184702.765000', '184702.768000', '184702.770000', '184702.773000', '184702.775000', '184702.778000', '184722.670000', '184722.673000', '184722.676000', '184722.678000', '184722.681000', '184722.684000', '184722.686000', '184722.689000', '184722.691000', '184722.694000', '184722.696000', '184722.699000', '184722.702000', '184722.704000', '184722.707000', '184722.709000', '184722.712000', '184722.714000', '184722.717000', '184722.720000', '184722.722000', '184722.725000', '184722.727000', '184722.730000', '184722.732000', '184722.735000', '184722.737000', '184722.740000', '184722.743000', '184722.745000', '184722.748000', '184722.750000', '184722.753000', '184722.756000', '184722.758000', '184722.761000', '184722.763000', '184722.766000', '184722.768000', '184722.771000', '184722.773000', '184722.776000', '184722.778000', '184722.781000', '184742.671000', '184742.673000', '184742.676000', '184742.679000', '184742.681000', '184742.684000', '184742.686000', '184742.689000', '184742.692000', '184742.694000', '184742.697000', '184742.699000', '184742.702000', '184742.704000', '184742.727000', '184742.730000', '184742.733000', '184742.735000', '184742.738000', '184742.740000', '184742.743000', '184742.745000', '184742.748000', '184742.750000', '184742.753000', '184742.756000', '184742.758000', '184742.761000', '184742.763000', '184742.766000', '184742.769000', '184742.771000', '184742.774000', '184742.776000', '184742.779000', '184742.782000', '184742.784000', '184742.787000', '184742.789000', '184742.792000', '184742.794000', '184742.797000', '184742.800000', '184802.670000', '184802.672000', '184802.675000', '184802.677000', '184802.680000', '184802.683000', '184802.685000', '184802.688000', '184802.690000', '184802.693000', '184802.695000', '184802.698000', '184802.700000', '184802.703000', '184802.706000', '184802.708000', '184802.711000', '184802.713000', '184802.716000', '184802.719000', '184802.721000', '184802.724000', '184802.726000', '184802.729000', '184802.731000', '184802.734000', '184802.737000', '184802.739000', '184802.742000', '184802.744000', '184802.747000', '184802.749000', '184802.752000', '184802.755000', '184802.757000', '184802.760000', '184802.762000', '184802.765000', '184802.767000', '184802.770000', '184802.772000', '184802.775000', '184802.777000', '184802.780000', '184822.670000', '184822.672000', '184822.675000', '184822.678000', '184822.680000', '184822.683000', '184822.686000', '184822.689000', '184822.692000', '184822.695000', '184822.697000', '184822.700000', '184822.703000', '184822.706000', '184822.709000', '184822.712000', '184822.714000', '184822.717000', '184822.719000', '184822.722000', '184822.725000', '184822.727000', '184822.730000', '184822.732000', '184822.735000', '184822.738000', '184822.740000', '184822.743000', '184822.746000', '184822.748000', '184822.751000', '184822.753000', '184822.756000', '184822.759000', '184822.762000', '184822.764000', '184822.767000', '184822.769000', '184822.772000', '184822.775000', '184822.777000', '184822.780000', '184822.782000', '184842.669000', '184842.672000', '184842.675000', '184842.677000', '184842.680000', '184842.683000', '184842.685000', '184842.688000', '184842.691000', '184842.693000', '184842.696000', '184842.698000', '184842.701000', '184842.704000', '184842.706000', '184842.709000', '184842.711000', '184842.714000', '184842.717000', '184842.719000', '184842.722000', '184842.724000', '184842.727000', '184842.729000', '184842.732000', '184842.735000', '184842.737000', '184842.740000', '184842.743000', '184842.745000', '184842.748000', '184842.750000', '184842.753000', '184842.756000', '184842.758000', '184842.761000', '184842.763000', '184842.766000', '184842.768000', '184842.771000', '184842.774000', '184842.776000', '184842.779000', '184842.781000', '184902.669000', '184902.672000', '184902.675000', '184902.677000', '184902.680000', '184902.682000', '184902.685000', '184902.688000', '184902.690000', '184902.693000', '184902.695000', '184902.698000', '184902.700000', '184902.703000', '184902.706000', '184902.708000', '184902.711000', '184902.713000', '184902.716000', '184902.718000', '184902.721000', '184902.723000', '184902.726000', '184902.729000', '184902.731000', '184902.734000', '184902.736000', '184902.739000', '184902.741000', '184902.744000', '184902.747000', '184902.749000', '184902.752000', '184902.754000', '184902.757000', '184902.759000', '184902.762000', '184902.765000', '184902.767000', '184902.780000', '184902.783000', '184902.785000', '184902.788000', '184902.790000', '184922.670000', '184922.672000', '184922.675000', '184922.678000', '184922.680000', '184922.683000', '184922.685000', '184922.688000', '184922.691000', '184922.693000', '184922.696000', '184922.698000', '184922.701000', '184922.704000', '184922.706000', '184922.709000', '184922.711000', '184922.714000', '184922.717000', '184922.719000', '184922.722000', '184922.724000', '184922.727000', '184922.730000', '184922.732000', '184922.735000', '184922.737000', '184922.740000', '184922.742000', '184922.745000', '184922.748000', '184922.750000', '184922.753000', '184922.755000', '184922.758000', '184922.760000', '184922.763000', '184922.766000', '184922.768000', '184922.771000', '184922.773000', '184922.776000', '184922.779000', '184942.671000', '184942.674000', '184942.676000', '184942.679000', '184942.681000', '184942.684000', '184942.687000', '184942.689000', '184942.692000', '184942.694000', '184942.697000', '184942.700000', '184942.702000', '184942.705000', '184942.707000', '184942.710000', '184942.712000', '184942.715000', '184942.718000', '184942.720000', '184942.723000', '184942.726000', '184942.729000', '184942.732000', '184942.735000', '184942.737000', '184942.740000', '184942.743000', '184942.746000', '184942.749000', '184942.751000', '184942.754000', '184942.757000', '184942.759000', '184942.762000', '184942.764000', '184942.767000', '184942.769000', '184942.772000', '184942.775000', '184942.777000', '184942.780000', '184942.783000', '185002.671000', '185002.673000', '185002.676000', '185002.679000', '185002.681000', '185002.684000', '185002.686000', '185002.689000', '185002.692000', '185002.694000', '185002.697000', '185002.699000', '185002.702000', '185002.705000', '185002.707000', '185002.710000', '185002.712000', '185002.715000', '185002.718000', '185002.720000', '185002.723000', '185002.725000', '185002.728000', '185002.730000', '185002.733000', '185002.736000', '185002.738000', '185002.741000', '185002.743000', '185002.746000', '185002.748000', '185002.751000', '185002.754000', '185002.756000', '185002.759000', '185002.761000', '185002.764000', '185002.766000', '185002.769000', '185002.772000', '185002.774000', '185002.777000', '185002.779000', '185002.782000', '185022.670000', '185022.673000', '185022.675000', '185022.678000', '185022.680000', '185022.683000', '185022.685000', '185022.688000', '185022.691000', '185022.693000', '185022.696000', '185022.698000', '185022.701000', '185022.704000', '185022.706000', '185022.709000', '185022.711000', '185022.714000', '185022.717000', '185022.719000', '185022.722000', '185022.724000', '185022.727000', '185022.730000', '185022.732000', '185022.735000', '185022.738000', '185022.740000', '185022.743000', '185022.745000', '185022.748000', '185022.751000', '185022.753000', '185022.756000', '185022.758000', '185022.761000', '185022.764000', '185022.766000', '185022.769000', '185022.771000', '185022.774000', '185022.776000', '185022.779000', '185042.670000', '185042.672000', '185042.675000', '185042.678000', '185042.680000', '185042.683000', '185042.685000', '185042.695000', '185042.697000', '185042.700000', '185042.702000', '185042.705000', '185042.708000', '185042.710000', '185042.713000', '185042.715000', '185042.718000', '185042.720000', '185042.723000', '185042.726000', '185042.728000', '185042.731000', '185042.733000', '185042.736000', '185042.739000', '185042.741000', '185042.744000', '185042.746000', '185042.749000', '185042.752000', '185042.754000', '185042.757000', '185042.759000', '185042.762000', '185042.765000', '185042.767000', '185042.770000', '185042.772000', '185042.775000', '185042.778000', '185042.780000', '185042.783000', '185042.785000', '185042.788000', '185102.670000', '185102.672000', '185102.675000', '185102.678000', '185102.680000', '185102.683000', '185102.685000', '185102.688000', '185102.691000', '185102.693000', '185102.696000', '185102.698000', '185102.701000', '185102.703000', '185102.706000', '185102.709000', '185102.711000', '185102.714000', '185102.716000', '185102.720000', '185102.723000', '185102.726000', '185102.728000', '185102.731000', '185102.733000', '185102.736000', '185102.738000', '185102.741000', '185102.743000', '185102.746000', '185102.749000', '185102.751000', '185102.754000', '185102.756000', '185102.759000', '185102.762000', '185102.764000', '185102.767000', '185102.769000', '185102.772000', '185102.775000', '185102.777000', '185102.780000', '185122.670000', '185122.673000', '185122.675000', '185122.678000', '185122.680000', '185122.683000', '185122.686000', '185122.688000', '185122.691000', '185122.693000', '185122.696000', '185122.699000', '185122.701000', '185122.704000', '185122.706000', '185122.709000', '185122.711000', '185122.714000', '185122.716000', '185122.719000', '185122.722000', '185122.734000', '185122.737000', '185122.739000', '185122.742000', '185122.744000', '185122.747000', '185122.750000', '185122.752000', '185122.755000', '185122.757000', '185122.760000', '185122.762000', '185122.765000', '185122.768000', '185122.770000', '185122.773000', '185122.775000', '185122.778000', '185122.780000', '185122.783000', '185122.786000', '185122.788000', '185122.791000', '185142.669000', '185142.672000', '185142.675000', '185142.677000', '185142.680000', '185142.683000', '185142.685000', '185142.688000', '185142.690000', '185142.693000', '185142.696000', '185142.698000', '185142.701000', '185142.703000', '185142.706000', '185142.709000', '185142.711000', '185142.714000', '185142.716000', '185142.719000', '185142.721000', '185142.724000', '185142.727000', '185142.729000', '185142.732000', '185142.734000', '185142.737000', '185142.740000', '185142.742000', '185142.745000', '185142.747000', '185142.750000', '185142.752000', '185142.755000', '185142.758000', '185142.760000', '185142.763000', '185142.765000', '185142.768000', '185142.770000', '185142.773000', '185142.776000', '185142.778000', '185202.671000', '185202.673000', '185202.676000', '185202.679000', '185202.689000', '185202.691000', '185202.694000', '185202.696000', '185202.699000', '185202.702000', '185202.704000', '185202.707000', '185202.709000', '185202.712000', '185202.714000', '185202.717000', '185202.719000', '185202.722000', '185202.725000', '185202.727000', '185202.730000', '185202.732000', '185202.735000', '185202.737000', '185202.740000', '185202.743000', '185202.745000', '185202.748000', '185202.750000', '185202.753000', '185202.755000', '185202.758000', '185202.760000', '185202.763000', '185202.766000', '185202.768000', '185202.771000', '185202.773000', '185202.776000', '185202.779000', '185202.781000', '185202.784000', '185202.786000', '185202.789000', '185222.671000', '185222.674000', '185222.676000', '185222.679000', '185222.682000', '185222.684000', '185222.687000', '185222.689000', '185222.692000', '185222.695000', '185222.697000', '185222.700000', '185222.702000', '185222.705000', '185222.707000', '185222.710000', '185222.713000', '185222.715000', '185222.718000', '185222.721000', '185222.723000', '185222.726000', '185222.728000', '185222.731000', '185222.733000', '185222.736000', '185222.738000', '185222.741000', '185222.744000', '185222.746000', '185222.749000', '185222.751000', '185222.754000', '185222.757000', '185222.759000', '185222.762000', '185222.764000', '185222.767000', '185222.769000', '185222.772000', '185222.775000', '185222.777000', '185222.780000', '185242.670000', '185242.673000', '185242.675000', '185242.678000', '185242.680000', '185242.683000', '185242.686000', '185242.688000', '185242.691000', '185242.693000', '185242.696000', '185242.699000', '185242.701000', '185242.704000', '185242.706000', '185242.709000', '185242.712000', '185242.714000', '185242.717000', '185242.719000', '185242.722000', '185242.724000', '185242.727000', '185242.729000', '185242.732000', '185242.735000', '185242.737000', '185242.740000', '185242.743000', '185242.745000', '185242.748000', '185242.750000', '185242.753000', '185242.755000', '185242.758000', '185242.761000', '185242.763000', '185242.766000', '185242.768000', '185242.771000', '185242.773000', '185242.776000', '185242.779000', '185302.670000', '185302.672000', '185302.675000', '185302.678000', '185302.680000', '185302.683000', '185302.685000', '185302.688000', '185302.690000', '185302.693000', '185302.696000', '185302.698000', '185302.701000', '185302.703000', '185302.706000', '185302.708000', '185302.711000', '185302.714000', '185302.716000', '185302.719000', '185302.721000', '185302.724000', '185302.726000', '185302.729000', '185302.732000', '185302.734000', '185302.737000', '185302.739000', '185302.742000', '185302.744000', '185302.747000', '185302.750000', '185302.752000', '185302.755000', '185302.757000', '185302.760000', '185302.763000', '185302.765000', '185302.768000', '185302.770000', '185302.773000', '185302.775000', '185302.778000', '185302.780000', '185322.670000', '185322.672000', '185322.675000', '185322.678000', '185322.680000', '185322.683000', '185322.686000', '185322.688000', '185322.691000', '185322.694000', '185322.696000', '185322.699000', '185322.701000', '185322.704000', '185322.717000', '185322.719000', '185322.722000', '185322.724000', '185322.727000', '185322.730000', '185322.732000', '185322.735000', '185322.737000', '185322.740000', '185322.743000', '185322.745000', '185322.748000', '185322.750000', '185322.753000', '185322.755000', '185322.758000', '185322.761000', '185322.763000', '185322.766000', '185322.768000', '185322.771000', '185322.773000', '185322.776000', '185322.778000', '185322.781000', '185322.784000', '185322.786000', '185322.789000', '185322.791000', '185342.670000', '185342.672000', '185342.675000', '185342.678000', '185342.680000', '185342.683000', '185342.685000', '185342.688000', '185342.691000', '185342.693000', '185342.696000', '185342.698000', '185342.701000', '185342.704000', '185342.706000', '185342.709000', '185342.711000', '185342.714000', '185342.716000', '185342.719000', '185342.722000', '185342.724000', '185342.727000', '185342.729000', '185342.732000', '185342.734000', '185342.737000', '185342.740000', '185342.742000', '185342.745000', '185342.747000', '185342.750000', '185342.752000', '185342.755000', '185342.757000', '185342.760000', '185342.763000', '185342.765000', '185342.768000', '185342.770000', '185342.773000', '185342.775000', '185342.778000', '185402.670000', '185402.672000', '185402.675000', '185402.678000', '185402.680000', '185402.683000', '185402.685000', '185402.688000', '185402.691000', '185402.693000', '185402.696000', '185402.698000', '185402.701000', '185402.704000', '185402.706000', '185402.709000', '185402.711000', '185402.714000', '185402.717000', '185402.719000', '185402.722000', '185402.724000', '185402.727000', '185402.729000', '185402.732000', '185402.734000', '185402.737000', '185402.740000', '185402.742000', '185402.745000', '185402.747000', '185402.750000', '185402.753000', '185402.755000', '185402.758000', '185402.760000', '185402.763000', '185402.765000', '185402.768000', '185402.771000', '185402.773000', '185402.776000', '185402.778000', '185402.781000', '185422.671000', '185422.673000', '185422.676000', '185422.679000', '185422.681000', '185422.684000', '185422.686000', '185422.689000', '185422.691000', '185422.694000', '185422.697000', '185422.699000', '185422.702000', '185422.705000', '185422.707000', '185422.710000', '185422.712000', '185422.715000', '185422.717000', '185422.720000', '185422.722000', '185422.725000', '185422.728000', '185422.730000', '185422.733000', '185422.735000', '185422.738000', '185422.741000', '185422.743000', '185422.746000', '185422.748000', '185422.751000', '185422.754000', '185422.756000', '185422.759000', '185422.761000', '185422.764000', '185422.766000', '185422.769000', '185422.771000', '185422.774000', '185422.777000', '185422.779000', '185442.671000', '185442.673000', '185442.676000', '185442.679000', '185442.682000', '185442.685000', '185442.688000', '185442.690000', '185442.693000', '185442.696000', '185442.698000', '185442.701000', '185442.704000', '185442.706000', '185442.709000', '185442.712000', '185442.714000', '185442.717000', '185442.719000', '185442.722000', '185442.725000', '185442.727000', '185442.730000', '185442.732000', '185442.735000', '185442.738000', '185442.740000', '185442.743000', '185442.746000', '185442.748000', '185442.751000', '185442.753000', '185442.756000', '185442.759000', '185442.761000', '185442.764000', '185442.766000', '185442.769000', '185442.771000', '185442.774000', '185442.777000', '185442.779000', '185442.782000', '185454.580000', '185454.583000', '185454.586000', '185454.589000', '185454.592000', '185454.594000', '185454.597000', '185454.600000', '185454.603000', '185454.605000', '185454.608000', '185454.611000', '185454.613000', '185454.616000', '185454.619000', '185454.622000', '185454.625000', '185454.627000', '185454.630000', '185454.633000', '185454.636000', '185454.638000', '185454.641000', '185454.645000', '185454.649000', '185454.652000', '185454.654000'], 'InstanceCreationTime': ['184502.711000', '184502.714000', '184502.717000', '184502.720000', '184502.722000', '184502.725000', '184502.727000', '184502.730000', '184502.733000', '184502.735000', '184502.738000', '184502.740000', '184502.743000', '184502.745000', '184502.748000', '184502.750000', '184502.753000', '184502.761000', '184502.764000', '184502.766000', '184502.769000', '184502.771000', '184502.774000', '184502.776000', '184502.779000', '184502.782000', '184502.784000', '184502.787000', '184502.789000', '184502.792000', '184502.794000', '184502.797000', '184502.800000', '184502.802000', '184502.805000', '184522.671000', '184522.673000', '184522.676000', '184522.679000', '184522.681000', '184522.684000', '184522.686000', '184522.689000', '184522.691000', '184522.694000', '184522.697000', '184522.699000', '184522.702000', '184522.704000', '184522.707000', '184522.709000', '184522.712000', '184522.715000', '184522.717000', '184522.720000', '184522.722000', '184522.725000', '184522.728000', '184522.730000', '184522.733000', '184522.735000', '184522.738000', '184522.741000', '184522.743000', '184522.746000', '184522.748000', '184522.751000', '184522.753000', '184522.756000', '184522.759000', '184522.761000', '184522.764000', '184522.766000', '184522.769000', '184522.771000', '184522.774000', '184522.777000', '184522.779000', '184542.669000', '184542.672000', '184542.675000', '184542.680000', '184542.683000', '184542.685000', '184542.688000', '184542.690000', '184542.693000', '184542.696000', '184542.698000', '184542.701000', '184542.703000', '184542.706000', '184542.708000', '184542.711000', '184542.714000', '184542.716000', '184542.725000', '184542.727000', '184542.730000', '184542.733000', '184542.735000', '184542.738000', '184542.740000', '184542.743000', '184542.745000', '184542.748000', '184542.750000', '184542.753000', '184542.756000', '184542.758000', '184542.761000', '184542.763000', '184542.766000', '184542.769000', '184542.771000', '184542.774000', '184542.776000', '184542.779000', '184542.781000', '184542.784000', '184542.786000', '184542.789000', '184602.669000', '184602.672000', '184602.675000', '184602.677000', '184602.680000', '184602.683000', '184602.685000', '184602.688000', '184602.690000', '184602.693000', '184602.696000', '184602.698000', '184602.701000', '184602.703000', '184602.706000', '184602.708000', '184602.711000', '184602.713000', '184602.724000', '184602.727000', '184602.730000', '184602.732000', '184602.735000', '184602.737000', '184602.740000', '184602.742000', '184602.745000', '184602.748000', '184602.750000', '184602.753000', '184602.755000', '184602.758000', '184602.760000', '184602.763000', '184602.766000', '184602.768000', '184602.778000', '184602.780000', '184602.783000', '184602.785000', '184602.788000', '184602.790000', '184602.793000', '184622.669000', '184622.672000', '184622.675000', '184622.677000', '184622.680000', '184622.683000', '184622.685000', '184622.688000', '184622.690000', '184622.693000', '184622.696000', '184622.698000', '184622.701000', '184622.704000', '184622.706000', '184622.709000', '184622.711000', '184622.714000', '184622.717000', '184622.719000', '184622.722000', '184622.724000', '184622.727000', '184622.729000', '184622.732000', '184622.735000', '184622.737000', '184622.740000', '184622.742000', '184622.745000', '184622.747000', '184622.750000', '184622.753000', '184622.755000', '184622.758000', '184622.760000', '184622.763000', '184622.765000', '184622.768000', '184622.770000', '184622.773000', '184622.776000', '184622.778000', '184622.781000', '184642.669000', '184642.672000', '184642.675000', '184642.678000', '184642.680000', '184642.683000', '184642.685000', '184642.688000', '184642.690000', '184642.693000', '184642.695000', '184642.698000', '184642.700000', '184642.703000', '184642.706000', '184642.708000', '184642.711000', '184642.713000', '184642.716000', '184642.719000', '184642.721000', '184642.724000', '184642.726000', '184642.729000', '184642.731000', '184642.734000', '184642.737000', '184642.739000', '184642.742000', '184642.744000', '184642.747000', '184642.750000', '184642.752000', '184642.755000', '184642.757000', '184642.760000', '184642.762000', '184642.765000', '184642.767000', '184642.770000', '184642.772000', '184642.775000', '184642.778000', '184702.670000', '184702.673000', '184702.675000', '184702.678000', '184702.680000', '184702.683000', '184702.686000', '184702.688000', '184702.691000', '184702.693000', '184702.696000', '184702.698000', '184702.701000', '184702.703000', '184702.706000', '184702.708000', '184702.711000', '184702.714000', '184702.716000', '184702.719000', '184702.721000', '184702.724000', '184702.727000', '184702.729000', '184702.732000', '184702.734000', '184702.737000', '184702.739000', '184702.742000', '184702.744000', '184702.747000', '184702.750000', '184702.752000', '184702.755000', '184702.757000', '184702.760000', '184702.763000', '184702.765000', '184702.768000', '184702.770000', '184702.773000', '184702.775000', '184702.778000', '184722.670000', '184722.673000', '184722.676000', '184722.678000', '184722.681000', '184722.684000', '184722.686000', '184722.689000', '184722.691000', '184722.694000', '184722.696000', '184722.699000', '184722.702000', '184722.704000', '184722.707000', '184722.709000', '184722.712000', '184722.714000', '184722.717000', '184722.720000', '184722.722000', '184722.725000', '184722.727000', '184722.730000', '184722.732000', '184722.735000', '184722.737000', '184722.740000', '184722.743000', '184722.745000', '184722.748000', '184722.750000', '184722.753000', '184722.756000', '184722.758000', '184722.761000', '184722.763000', '184722.766000', '184722.768000', '184722.771000', '184722.773000', '184722.776000', '184722.778000', '184722.781000', '184742.671000', '184742.673000', '184742.676000', '184742.679000', '184742.681000', '184742.684000', '184742.686000', '184742.689000', '184742.692000', '184742.694000', '184742.697000', '184742.699000', '184742.702000', '184742.704000', '184742.727000', '184742.730000', '184742.733000', '184742.735000', '184742.738000', '184742.740000', '184742.743000', '184742.745000', '184742.748000', '184742.750000', '184742.753000', '184742.756000', '184742.758000', '184742.761000', '184742.763000', '184742.766000', '184742.769000', '184742.771000', '184742.774000', '184742.776000', '184742.779000', '184742.782000', '184742.784000', '184742.787000', '184742.789000', '184742.792000', '184742.794000', '184742.797000', '184742.800000', '184802.670000', '184802.672000', '184802.675000', '184802.677000', '184802.680000', '184802.683000', '184802.685000', '184802.688000', '184802.690000', '184802.693000', '184802.695000', '184802.698000', '184802.700000', '184802.703000', '184802.706000', '184802.708000', '184802.711000', '184802.713000', '184802.716000', '184802.719000', '184802.721000', '184802.724000', '184802.726000', '184802.729000', '184802.731000', '184802.734000', '184802.737000', '184802.739000', '184802.742000', '184802.744000', '184802.747000', '184802.749000', '184802.752000', '184802.755000', '184802.757000', '184802.760000', '184802.762000', '184802.765000', '184802.767000', '184802.770000', '184802.772000', '184802.775000', '184802.777000', '184802.780000', '184822.670000', '184822.672000', '184822.675000', '184822.678000', '184822.680000', '184822.683000', '184822.686000', '184822.689000', '184822.692000', '184822.695000', '184822.697000', '184822.700000', '184822.703000', '184822.706000', '184822.709000', '184822.712000', '184822.714000', '184822.717000', '184822.719000', '184822.722000', '184822.725000', '184822.727000', '184822.730000', '184822.732000', '184822.735000', '184822.738000', '184822.740000', '184822.743000', '184822.746000', '184822.748000', '184822.751000', '184822.753000', '184822.756000', '184822.759000', '184822.762000', '184822.764000', '184822.767000', '184822.769000', '184822.772000', '184822.775000', '184822.777000', '184822.780000', '184822.782000', '184842.669000', '184842.672000', '184842.675000', '184842.677000', '184842.680000', '184842.683000', '184842.685000', '184842.688000', '184842.691000', '184842.693000', '184842.696000', '184842.698000', '184842.701000', '184842.704000', '184842.706000', '184842.709000', '184842.711000', '184842.714000', '184842.717000', '184842.719000', '184842.722000', '184842.724000', '184842.727000', '184842.729000', '184842.732000', '184842.735000', '184842.737000', '184842.740000', '184842.743000', '184842.745000', '184842.748000', '184842.750000', '184842.753000', '184842.756000', '184842.758000', '184842.761000', '184842.763000', '184842.766000', '184842.768000', '184842.771000', '184842.774000', '184842.776000', '184842.779000', '184842.781000', '184902.669000', '184902.672000', '184902.675000', '184902.677000', '184902.680000', '184902.682000', '184902.685000', '184902.688000', '184902.690000', '184902.693000', '184902.695000', '184902.698000', '184902.700000', '184902.703000', '184902.706000', '184902.708000', '184902.711000', '184902.713000', '184902.716000', '184902.718000', '184902.721000', '184902.723000', '184902.726000', '184902.729000', '184902.731000', '184902.734000', '184902.736000', '184902.739000', '184902.741000', '184902.744000', '184902.747000', '184902.749000', '184902.752000', '184902.754000', '184902.757000', '184902.759000', '184902.762000', '184902.765000', '184902.767000', '184902.780000', '184902.783000', '184902.785000', '184902.788000', '184902.790000', '184922.670000', '184922.672000', '184922.675000', '184922.678000', '184922.680000', '184922.683000', '184922.685000', '184922.688000', '184922.691000', '184922.693000', '184922.696000', '184922.698000', '184922.701000', '184922.704000', '184922.706000', '184922.709000', '184922.711000', '184922.714000', '184922.717000', '184922.719000', '184922.722000', '184922.724000', '184922.727000', '184922.730000', '184922.732000', '184922.735000', '184922.737000', '184922.740000', '184922.742000', '184922.745000', '184922.748000', '184922.750000', '184922.753000', '184922.755000', '184922.758000', '184922.760000', '184922.763000', '184922.766000', '184922.768000', '184922.771000', '184922.773000', '184922.776000', '184922.779000', '184942.671000', '184942.674000', '184942.676000', '184942.679000', '184942.681000', '184942.684000', '184942.687000', '184942.689000', '184942.692000', '184942.694000', '184942.697000', '184942.700000', '184942.702000', '184942.705000', '184942.707000', '184942.710000', '184942.712000', '184942.715000', '184942.718000', '184942.720000', '184942.723000', '184942.726000', '184942.729000', '184942.732000', '184942.735000', '184942.737000', '184942.740000', '184942.743000', '184942.746000', '184942.749000', '184942.751000', '184942.754000', '184942.757000', '184942.759000', '184942.762000', '184942.764000', '184942.767000', '184942.769000', '184942.772000', '184942.775000', '184942.777000', '184942.780000', '184942.783000', '185002.671000', '185002.673000', '185002.676000', '185002.679000', '185002.681000', '185002.684000', '185002.686000', '185002.689000', '185002.692000', '185002.694000', '185002.697000', '185002.699000', '185002.702000', '185002.705000', '185002.707000', '185002.710000', '185002.712000', '185002.715000', '185002.718000', '185002.720000', '185002.723000', '185002.725000', '185002.728000', '185002.730000', '185002.733000', '185002.736000', '185002.738000', '185002.741000', '185002.743000', '185002.746000', '185002.748000', '185002.751000', '185002.754000', '185002.756000', '185002.759000', '185002.761000', '185002.764000', '185002.766000', '185002.769000', '185002.772000', '185002.774000', '185002.777000', '185002.779000', '185002.782000', '185022.670000', '185022.673000', '185022.675000', '185022.678000', '185022.680000', '185022.683000', '185022.685000', '185022.688000', '185022.691000', '185022.693000', '185022.696000', '185022.698000', '185022.701000', '185022.704000', '185022.706000', '185022.709000', '185022.711000', '185022.714000', '185022.717000', '185022.719000', '185022.722000', '185022.724000', '185022.727000', '185022.730000', '185022.732000', '185022.735000', '185022.738000', '185022.740000', '185022.743000', '185022.745000', '185022.748000', '185022.751000', '185022.753000', '185022.756000', '185022.758000', '185022.761000', '185022.764000', '185022.766000', '185022.769000', '185022.771000', '185022.774000', '185022.776000', '185022.779000', '185042.670000', '185042.672000', '185042.675000', '185042.678000', '185042.680000', '185042.683000', '185042.685000', '185042.695000', '185042.697000', '185042.700000', '185042.702000', '185042.705000', '185042.708000', '185042.710000', '185042.713000', '185042.715000', '185042.718000', '185042.720000', '185042.723000', '185042.726000', '185042.728000', '185042.731000', '185042.733000', '185042.736000', '185042.739000', '185042.741000', '185042.744000', '185042.746000', '185042.749000', '185042.752000', '185042.754000', '185042.757000', '185042.759000', '185042.762000', '185042.765000', '185042.767000', '185042.770000', '185042.772000', '185042.775000', '185042.778000', '185042.780000', '185042.783000', '185042.785000', '185042.788000', '185102.670000', '185102.672000', '185102.675000', '185102.678000', '185102.680000', '185102.683000', '185102.685000', '185102.688000', '185102.691000', '185102.693000', '185102.696000', '185102.698000', '185102.701000', '185102.703000', '185102.706000', '185102.709000', '185102.711000', '185102.714000', '185102.716000', '185102.720000', '185102.723000', '185102.726000', '185102.728000', '185102.731000', '185102.733000', '185102.736000', '185102.738000', '185102.741000', '185102.743000', '185102.746000', '185102.749000', '185102.751000', '185102.754000', '185102.756000', '185102.759000', '185102.762000', '185102.764000', '185102.767000', '185102.769000', '185102.772000', '185102.775000', '185102.777000', '185102.780000', '185122.670000', '185122.673000', '185122.675000', '185122.678000', '185122.680000', '185122.683000', '185122.686000', '185122.688000', '185122.691000', '185122.693000', '185122.696000', '185122.699000', '185122.701000', '185122.704000', '185122.706000', '185122.709000', '185122.711000', '185122.714000', '185122.716000', '185122.719000', '185122.722000', '185122.734000', '185122.737000', '185122.739000', '185122.742000', '185122.744000', '185122.747000', '185122.750000', '185122.752000', '185122.755000', '185122.757000', '185122.760000', '185122.762000', '185122.765000', '185122.768000', '185122.770000', '185122.773000', '185122.775000', '185122.778000', '185122.780000', '185122.783000', '185122.786000', '185122.788000', '185122.791000', '185142.669000', '185142.672000', '185142.675000', '185142.677000', '185142.680000', '185142.683000', '185142.685000', '185142.688000', '185142.690000', '185142.693000', '185142.696000', '185142.698000', '185142.701000', '185142.703000', '185142.706000', '185142.709000', '185142.711000', '185142.714000', '185142.716000', '185142.719000', '185142.721000', '185142.724000', '185142.727000', '185142.729000', '185142.732000', '185142.734000', '185142.737000', '185142.740000', '185142.742000', '185142.745000', '185142.747000', '185142.750000', '185142.752000', '185142.755000', '185142.758000', '185142.760000', '185142.763000', '185142.765000', '185142.768000', '185142.770000', '185142.773000', '185142.776000', '185142.778000', '185202.671000', '185202.673000', '185202.676000', '185202.679000', '185202.689000', '185202.691000', '185202.694000', '185202.696000', '185202.699000', '185202.702000', '185202.704000', '185202.707000', '185202.709000', '185202.712000', '185202.714000', '185202.717000', '185202.719000', '185202.722000', '185202.725000', '185202.727000', '185202.730000', '185202.732000', '185202.735000', '185202.737000', '185202.740000', '185202.743000', '185202.745000', '185202.748000', '185202.750000', '185202.753000', '185202.755000', '185202.758000', '185202.760000', '185202.763000', '185202.766000', '185202.768000', '185202.771000', '185202.773000', '185202.776000', '185202.779000', '185202.781000', '185202.784000', '185202.786000', '185202.789000', '185222.671000', '185222.674000', '185222.676000', '185222.679000', '185222.682000', '185222.684000', '185222.687000', '185222.689000', '185222.692000', '185222.695000', '185222.697000', '185222.700000', '185222.702000', '185222.705000', '185222.707000', '185222.710000', '185222.713000', '185222.715000', '185222.718000', '185222.721000', '185222.723000', '185222.726000', '185222.728000', '185222.731000', '185222.733000', '185222.736000', '185222.738000', '185222.741000', '185222.744000', '185222.746000', '185222.749000', '185222.751000', '185222.754000', '185222.757000', '185222.759000', '185222.762000', '185222.764000', '185222.767000', '185222.769000', '185222.772000', '185222.775000', '185222.777000', '185222.780000', '185242.670000', '185242.673000', '185242.675000', '185242.678000', '185242.680000', '185242.683000', '185242.686000', '185242.688000', '185242.691000', '185242.693000', '185242.696000', '185242.699000', '185242.701000', '185242.704000', '185242.706000', '185242.709000', '185242.712000', '185242.714000', '185242.717000', '185242.719000', '185242.722000', '185242.724000', '185242.727000', '185242.729000', '185242.732000', '185242.735000', '185242.737000', '185242.740000', '185242.743000', '185242.745000', '185242.748000', '185242.750000', '185242.753000', '185242.755000', '185242.758000', '185242.761000', '185242.763000', '185242.766000', '185242.768000', '185242.771000', '185242.773000', '185242.776000', '185242.779000', '185302.670000', '185302.672000', '185302.675000', '185302.678000', '185302.680000', '185302.683000', '185302.685000', '185302.688000', '185302.690000', '185302.693000', '185302.696000', '185302.698000', '185302.701000', '185302.703000', '185302.706000', '185302.708000', '185302.711000', '185302.714000', '185302.716000', '185302.719000', '185302.721000', '185302.724000', '185302.726000', '185302.729000', '185302.732000', '185302.734000', '185302.737000', '185302.739000', '185302.742000', '185302.744000', '185302.747000', '185302.750000', '185302.752000', '185302.755000', '185302.757000', '185302.760000', '185302.763000', '185302.765000', '185302.768000', '185302.770000', '185302.773000', '185302.775000', '185302.778000', '185302.780000', '185322.670000', '185322.672000', '185322.675000', '185322.678000', '185322.680000', '185322.683000', '185322.686000', '185322.688000', '185322.691000', '185322.694000', '185322.696000', '185322.699000', '185322.701000', '185322.704000', '185322.717000', '185322.719000', '185322.722000', '185322.724000', '185322.727000', '185322.730000', '185322.732000', '185322.735000', '185322.737000', '185322.740000', '185322.743000', '185322.745000', '185322.748000', '185322.750000', '185322.753000', '185322.755000', '185322.758000', '185322.761000', '185322.763000', '185322.766000', '185322.768000', '185322.771000', '185322.773000', '185322.776000', '185322.778000', '185322.781000', '185322.784000', '185322.786000', '185322.789000', '185322.791000', '185342.670000', '185342.672000', '185342.675000', '185342.678000', '185342.680000', '185342.683000', '185342.685000', '185342.688000', '185342.691000', '185342.693000', '185342.696000', '185342.698000', '185342.701000', '185342.704000', '185342.706000', '185342.709000', '185342.711000', '185342.714000', '185342.716000', '185342.719000', '185342.722000', '185342.724000', '185342.727000', '185342.729000', '185342.732000', '185342.734000', '185342.737000', '185342.740000', '185342.742000', '185342.745000', '185342.747000', '185342.750000', '185342.752000', '185342.755000', '185342.757000', '185342.760000', '185342.763000', '185342.765000', '185342.768000', '185342.770000', '185342.773000', '185342.775000', '185342.778000', '185402.670000', '185402.672000', '185402.675000', '185402.678000', '185402.680000', '185402.683000', '185402.685000', '185402.688000', '185402.691000', '185402.693000', '185402.696000', '185402.698000', '185402.701000', '185402.704000', '185402.706000', '185402.709000', '185402.711000', '185402.714000', '185402.717000', '185402.719000', '185402.722000', '185402.724000', '185402.727000', '185402.729000', '185402.732000', '185402.734000', '185402.737000', '185402.740000', '185402.742000', '185402.745000', '185402.747000', '185402.750000', '185402.753000', '185402.755000', '185402.758000', '185402.760000', '185402.763000', '185402.765000', '185402.768000', '185402.771000', '185402.773000', '185402.776000', '185402.778000', '185402.781000', '185422.671000', '185422.673000', '185422.676000', '185422.679000', '185422.681000', '185422.684000', '185422.686000', '185422.689000', '185422.691000', '185422.694000', '185422.697000', '185422.699000', '185422.702000', '185422.705000', '185422.707000', '185422.710000', '185422.712000', '185422.715000', '185422.717000', '185422.720000', '185422.722000', '185422.725000', '185422.728000', '185422.730000', '185422.733000', '185422.735000', '185422.738000', '185422.741000', '185422.743000', '185422.746000', '185422.748000', '185422.751000', '185422.754000', '185422.756000', '185422.759000', '185422.761000', '185422.764000', '185422.766000', '185422.769000', '185422.771000', '185422.774000', '185422.777000', '185422.779000', '185442.671000', '185442.673000', '185442.676000', '185442.679000', '185442.682000', '185442.685000', '185442.688000', '185442.690000', '185442.693000', '185442.696000', '185442.698000', '185442.701000', '185442.704000', '185442.706000', '185442.709000', '185442.712000', '185442.714000', '185442.717000', '185442.719000', '185442.722000', '185442.725000', '185442.727000', '185442.730000', '185442.732000', '185442.735000', '185442.738000', '185442.740000', '185442.743000', '185442.746000', '185442.748000', '185442.751000', '185442.753000', '185442.756000', '185442.759000', '185442.761000', '185442.764000', '185442.766000', '185442.769000', '185442.771000', '185442.774000', '185442.777000', '185442.779000', '185442.782000', '185454.580000', '185454.583000', '185454.586000', '185454.589000', '185454.592000', '185454.594000', '185454.597000', '185454.600000', '185454.603000', '185454.605000', '185454.608000', '185454.611000', '185454.613000', '185454.616000', '185454.619000', '185454.622000', '185454.625000', '185454.627000', '185454.630000', '185454.633000', '185454.636000', '185454.638000', '185454.641000', '185454.645000', '185454.649000', '185454.652000', '185454.654000'], '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': [7641, 6771, 7526, 6308, 7354, 8127, 7169, 7580, 6050, 7478, 6170, 7314, 6771, 7262, 8158, 6745, 7520, 6669, 7752, 6346, 7400, 6186, 6789, 7107, 6639, 7061, 6569, 7709, 6588, 7764, 6205, 7307, 6040, 7639, 6104, 7412, 6170, 7232, 6344, 7145, 8968, 6710, 7547, 7069, 7845, 6379, 7470, 6490, 7327, 6089, 7550, 6207, 7642, 6172, 7400, 6070, 7403, 6229, 7334, 8417, 6824, 6564, 7004, 7675, 6115, 7420, 5923, 7672, 6179, 7546, 6159, 7251, 6235, 7297, 7250, 6940, 6407, 6736, 7561, 6040, 7598, 6067, 7443, 5973, 7401, 6112, 7380, 6551, 6989, 7428, 6405, 7487, 5871, 7300, 6155, 7328, 6025, 7244, 5910, 6798, 6236, 6905, 8466, 6491, 7654, 6788, 7431, 5966, 7410, 6134, 6775, 6042, 6594, 6804, 6391, 7262, 6206, 7525, 6353, 7053, 5662, 7230, 5961, 7007, 6056, 6632, 7814, 6655, 7508, 5819, 7136, 6163, 7268, 6003, 6947, 7361, 6682, 6233, 6338, 7433, 5962, 7498, 5707, 7225, 5914, 7044, 6100, 6868, 5858, 6365, 7303, 6123, 7339, 5843, 7085, 5881, 6998, 5933, 6484, 7313, 5921, 7276, 5780, 7058, 5727, 6868, 6048, 7428, 5686, 7240, 6185, 7079, 6231, 6915, 5934, 6995, 6768, 6899, 8591, 6802, 7570, 5863, 7375, 6092, 7325, 5900, 6972, 6007, 7109, 5949, 6683, 7388, 6536, 7393, 6659, 6754, 6638, 6870, 6443, 5783, 6600, 5798, 6492, 5849, 6541, 6365, 6376, 6817, 6230, 6016, 6009, 5933, 6384, 5765, 5974, 6977, 5677, 7386, 6586, 6340, 9676, 5900, 6412, 5639, 6847, 5642, 6487, 5687, 6400, 5809, 6404, 5573, 6387, 5672, 6327, 5990, 6451, 5643, 6345, 5874, 6645, 5704, 6417, 5618, 6783, 5653, 6771, 5837, 6436, 5760, 6821, 5864, 6596, 5937, 6713, 5717, 6716, 5732, 6718, 5772, 7322, 6019, 6774, 5677, 6764, 5963, 6484, 5813, 6499, 5895, 6477, 5690, 6967, 5751, 6677, 5824, 6779, 5920, 6979, 5828, 6606, 5955, 6513, 5976, 6259, 5799, 6296, 5758, 6245, 7390, 6047, 5760, 6285, 7276, 6131, 8303, 6103, 7215, 5896, 7313, 5745, 6670, 5622, 6412, 5848, 6382, 5668, 6464, 5776, 6298, 5895, 6143, 5855, 5782, 8280, 5680, 6075, 5876, 7374, 5687, 6569, 5972, 6971, 5831, 7061, 5640, 6524, 5548, 6191, 5685, 6203, 5727, 5792, 5769, 5816, 6702, 5696, 7123, 5619, 6539, 5540, 6468, 5555, 5856, 6507, 6030, 5692, 5883, 6602, 5956, 7646, 6083, 6629, 5643, 6689, 5728, 6053, 5847, 6019, 5722, 6256, 5709, 6180, 5735, 6581, 5716, 6081, 5892, 5957, 9003, 6045, 6957, 5772, 6341, 5674, 6118, 5648, 6053, 5875, 5964, 6026, 5939, 6681, 5858, 8034, 5806, 6540, 5706, 5975, 5751, 6253, 5597, 6474, 5650, 6234, 5830, 6703, 5661, 6373, 5862, 6469, 5830, 6064, 5651, 5823, 5745, 6292, 6579, 5874, 5768, 6523, 5559, 7675, 5748, 5702, 6532, 6626, 5819, 5671, 5737, 6700, 5692, 5698, 5758, 5927, 5846, 5677, 5738, 5894, 6537, 5748, 6592, 5594, 6571, 5538, 6446, 5713, 6327, 6478, 5825, 8209, 5837, 6307, 5560, 6640, 5699, 6455, 5843, 7112, 5579, 6216, 5804, 6079, 5899, 6244, 5826, 6916, 6061, 6753, 5879, 5602, 5950, 7924, 5786, 5900, 5848, 7867, 5851, 6783, 5884, 6658, 5723, 5669, 5911, 5743, 6069, 6599, 5776, 5642, 5731, 6040, 6055, 5985, 6157, 5682, 6387, 5628, 6659, 5748, 6221, 5654, 6415, 5675, 6545, 5916, 6304, 5639, 6403, 6117, 6538, 5729, 6662, 5887, 5968, 5806, 6507, 5728, 6276, 5932, 6334, 6031, 6439, 5809, 6641, 5823, 5759, 6164, 5797, 5799, 6362, 5629, 7440, 5913, 7296, 5694, 6156, 5898, 5979, 6060, 6146, 5635, 6100, 6170, 5817, 5720, 6153, 5835, 6388, 5786, 6172, 5654, 6982, 5783, 6396, 5718, 6551, 6174, 6797, 5996, 6960, 5864, 6288, 6137, 6307, 5957, 6361, 5947, 6414, 5896, 6121, 5876, 6446, 5934, 6541, 5866, 6908, 5661, 6719, 5962, 5890, 5967, 7123, 5827, 5916, 5906, 7073, 5847, 5612, 5904, 5749, 5874, 5640, 6222, 5738, 6489, 5579, 6088, 5633, 5960, 5716, 5899, 5685, 5699, 5856, 5825, 5790, 5957, 5838, 5925, 5958, 5932, 5860, 5915, 8360, 5852, 6284, 5882, 7798, 5823, 6312, 5834, 6170, 5716, 6373, 5857, 5900, 5737, 5697, 5809, 5733, 5761, 5737, 7258, 5881, 6836, 6070, 7121, 5862, 5594, 5920, 6247, 5892, 6383, 6044, 6419, 5874, 6331, 5692, 6307, 5651, 5737, 5935, 5789, 5811, 5794, 7318, 5834, 5560, 5810, 7353, 6008, 6050, 6036, 7069, 5814, 7169, 5896, 6967, 5721, 6412, 5768, 6399, 5783, 5852, 5717, 6096, 7314, 5716, 6176, 5793, 6484, 5899, 6080, 5888, 6337, 5904, 6306, 5782, 6407, 5799, 6417, 5742, 6222, 6507, 5952, 7483, 5895, 7170, 6069, 6499, 5987, 6837, 5994, 6205, 6029, 6243, 5864, 6577, 6184, 6492, 5758, 6153, 5636, 6266, 5950, 6063, 5633, 6017, 5681, 6286, 5615, 6114, 5760, 5954, 5720, 6313, 6406, 5928, 6706, 6127, 7642, 6074, 6703, 5988, 6602, 5925, 6577, 5993, 6197, 5928, 6023, 5681, 6308, 5717, 6311, 5644, 6054, 5597, 6486, 5648, 5977, 5731, 6053, 5704, 6023, 5562, 5806, 5871, 5863, 6075, 6178, 7443, 6132, 6636, 5730, 6469, 5773, 6270, 5976, 5921, 5941, 5881, 5831, 6075, 5854, 6445, 5748, 6260, 5840, 6328, 5754, 6441, 5635, 6093, 5648, 5975, 5587, 5894, 5780, 5924, 6008, 5824, 6100, 5948, 5595, 5888, 5813, 6044, 7771, 5874, 6363, 5918, 6280, 5751, 6048, 5860, 5753, 5845, 5942, 6989, 5793, 6231, 8643, 5775, 7064, 5830, 6324, 5760, 6280, 8023, 6135, 6905, 6396, 5987, 6588, 5893, 6571, 6465, 6295, 6685, 6386, 6710, 6152, 6371, 6124, 6094, 5923, 6122, 6216, 6213, 6192, 6296, 6207, 6210, 6219, 5892, 6222, 6721, 6103, 5878, 6378, 6210, 6323, 5995, 6455, 6128, 6202, 6140, 6184, 6161, 6196, 6139, 6230, 6051, 6313, 6559, 6150, 6116, 6059, 6189, 5884, 6087, 5402, 6073, 5661, 5851, 5958, 5887, 5758, 6793, 7327, 6316, 6690, 6119, 6053, 5805, 5898, 6235, 5964, 5668, 6157, 5720, 5998, 5775, 5900, 5858, 6190, 6076, 6266, 5933, 6027, 6023, 6091, 5762, 6045, 5605, 6089, 5743, 6535, 8338, 6282, 5883, 6190, 5994, 5810, 5678, 5764, 5656, 5825, 6205, 6463, 5834, 5771, 5616, 6293, 8285, 6385, 6119, 6336, 6714, 6413, 6410, 6243, 6094, 5780, 6060, 5610, 5758, 5701, 6413, 8030, 6191, 6145, 6092, 6585, 5815, 6366, 6109, 6183, 6154, 6573, 6316, 6081, 6263, 6490, 6227, 6136, 6431, 6204, 5749, 6218, 6958, 6649, 7263, 6371, 6336, 6343, 6238, 6790, 6595, 6631, 6235, 6383, 7022, 6266, 6728, 6231, 5951, 6031, 5884, 6000, 6216, 6068, 5983, 5803, 6465, 6792, 6598, 7356, 6378, 5682, 5789, 7185, 5842, 5621, 6079, 6191, 7456, 6123, 6012, 6400, 8998, 6089, 7192, 6158, 6273, 5971, 6212, 5835, 6324, 5736, 6192, 5707, 6135, 5837, 6103, 5857, 6442, 5534, 6053, 5948, 6186, 9284, 6121, 6764, 6447, 6391, 5821, 5679, 6237, 5861, 6349, 5963, 6077, 5976, 5972, 5978, 6476, 6412, 6258, 6315, 6302, 6275, 6430, 6342, 6623, 6389, 6903, 6395, 6684, 6580, 6340, 7353, 7207, 6834, 8310, 6953, 6878, 6893, 6489, 6367, 6839, 6026, 6529, 6005, 6255, 5852, 5906, 6018, 5740, 5632, 6181, 7198, 5924, 5595, 6538, 9512, 6265, 7592, 5675, 6436, 7138, 6657, 8836, 6418, 7638, 6255, 6160, 6327, 9379, 6535, 8190, 5753, 6098, 5790, 6254, 6153, 6335, 5960, 6608, 6569, 6738, 8300, 6559, 7526, 6038, 6570, 6863, 6088, 6553, 6483, 6368, 6592, 7085, 6070, 6624, 6016, 6559, 7629, 6118, 6064, 6470, 6484, 7424, 6554, 6254, 6665, 6828, 5756, 6087, 6413, 5923, 5860, 6308, 6066, 5819, 6005, 5720, 6436, 5886, 6266, 6016, 6272, 5514, 6024, 6622, 6002, 5595, 6239, 5485, 6063, 6019, 6075, 5593, 6364, 5933, 6007, 7646, 5923, 5612, 5849, 5491, 6050, 6167, 5904, 5747, 6088, 5688, 6238, 5971, 5945, 5525, 6252, 5605, 6187, 5631, 6080, 5780, 6422, 5921, 6578, 5735, 6088, 5653, 6082, 5694, 5995, 5631, 6021, 5698, 6150, 5789, 6635, 5800, 6339, 5645, 6722, 5810, 6254, 6025, 6388, 5976, 6880, 5751, 5957, 5988, 6172, 6069, 5934, 6001, 5784, 6004, 6986, 6146, 5642, 6059, 5433, 6256, 6828, 6219, 5480, 5879, 5560, 6178, 5695, 6237, 5659, 6355, 5732, 6135, 5870, 6255, 5728, 6680, 6167, 6976, 6106, 6184, 6301, 6558, 5905, 6185, 6050, 6365, 5848, 5890, 6192, 6197, 6269, 6115, 6157, 6292, 6219, 6769, 6191, 5971, 6638, 5730, 5961, 5876, 5923, 6343, 7642, 6038, 6563, 6086, 6687, 5999, 6126, 6036, 6021, 6112, 6184, 5884, 5899, 5852, 6317, 5711, 6149, 5601, 6174, 5725, 5945, 5629, 6124, 5662, 6018, 5732, 6095, 7023, 6189, 5697, 6174, 5711, 6245, 7589, 6668, 5644, 5860, 5884, 6625, 5874, 5575, 6094, 7869, 6123, 5867, 6181, 6828, 6115, 7737, 6330, 6544, 6194, 6482, 5923, 6083, 6083, 6057, 6126, 6274, 5888, 5899, 5959, 6080, 5807, 6320, 6531, 6224, 6030, 6041, 5587], 'WindowCenter': [3617.0, 3592.0, 3597.0, 3564.0, 3584.0, 3584.0, 3573.0, 3584.0, 3565.0, 3572.0, 3548.0, 3571.0, 3562.0, 3571.0, 3583.0, 3558.0, 3571.0, 3560.0, 3570.0, 3549.0, 3572.0, 3550.0, 3559.0, 3570.0, 3571.0, 3572.0, 3563.0, 3583.0, 3563.0, 3583.0, 3550.0, 3573.0, 3552.0, 3573.0, 3553.0, 3572.0, 3551.0, 3573.0, 3552.0, 3559.0, 3593.0, 3563.0, 3568.0, 3571.0, 3583.0, 3552.0, 3572.0, 3561.0, 3572.0, 3550.0, 3570.0, 3551.0, 3571.0, 3551.0, 3570.0, 3551.0, 3574.0, 3552.0, 3573.0, 3581.0, 3559.0, 3560.0, 3573.0, 3583.0, 3562.0, 3574.0, 3564.0, 3584.0, 3551.0, 3585.0, 3551.0, 3574.0, 3563.0, 3583.0, 3573.0, 3573.0, 3560.0, 3574.0, 3582.0, 3563.0, 3583.0, 3563.0, 3585.0, 3550.0, 3583.0, 3562.0, 3586.0, 3563.0, 3572.0, 3571.0, 3564.0, 3585.0, 3553.0, 3572.0, 3563.0, 3586.0, 3563.0, 3584.0, 3553.0, 3573.0, 3565.0, 3586.0, 3594.0, 3565.0, 3583.0, 3576.0, 3586.0, 3565.0, 3583.0, 3551.0, 3573.0, 3563.0, 3575.0, 3573.0, 3564.0, 3571.0, 3565.0, 3586.0, 3563.0, 3573.0, 3555.0, 3583.0, 3565.0, 3586.0, 3563.0, 3573.0, 3583.0, 3575.0, 3582.0, 3551.0, 3572.0, 3564.0, 3584.0, 3564.0, 3574.0, 3573.0, 3574.0, 3562.0, 3564.0, 3572.0, 3562.0, 3583.0, 3552.0, 3586.0, 3553.0, 3586.0, 3561.0, 3577.0, 3553.0, 3565.0, 3575.0, 3563.0, 3586.0, 3555.0, 3572.0, 3553.0, 3575.0, 3561.0, 3562.0, 3572.0, 3554.0, 3586.0, 3554.0, 3575.0, 3554.0, 3574.0, 3566.0, 3586.0, 3553.0, 3585.0, 3564.0, 3574.0, 3551.0, 3573.0, 3562.0, 3575.0, 3561.0, 3572.0, 3592.0, 3561.0, 3584.0, 3550.0, 3570.0, 3549.0, 3573.0, 3551.0, 3572.0, 3551.0, 3573.0, 3551.0, 3574.0, 3572.0, 3563.0, 3574.0, 3562.0, 3571.0, 3572.0, 3562.0, 3562.0, 3554.0, 3574.0, 3554.0, 3564.0, 3552.0, 3574.0, 3565.0, 3575.0, 3574.0, 3564.0, 3565.0, 3565.0, 3577.0, 3576.0, 3568.0, 3578.0, 3599.0, 3569.0, 3603.0, 3579.0, 3565.0, 3604.0, 3553.0, 3560.0, 3554.0, 3572.0, 3551.0, 3563.0, 3553.0, 3563.0, 3552.0, 3564.0, 3554.0, 3564.0, 3554.0, 3563.0, 3563.0, 3576.0, 3555.0, 3562.0, 3552.0, 3576.0, 3565.0, 3565.0, 3554.0, 3574.0, 3553.0, 3574.0, 3553.0, 3563.0, 3552.0, 3575.0, 3553.0, 3575.0, 3565.0, 3574.0, 3554.0, 3574.0, 3566.0, 3574.0, 3566.0, 3585.0, 3564.0, 3574.0, 3551.0, 3562.0, 3564.0, 3562.0, 3552.0, 3562.0, 3555.0, 3566.0, 3557.0, 3577.0, 3555.0, 3576.0, 3566.0, 3578.0, 3564.0, 3577.0, 3553.0, 3563.0, 3554.0, 3564.0, 3551.0, 3563.0, 3541.0, 3563.0, 3553.0, 3563.0, 3573.0, 3553.0, 3553.0, 3564.0, 3572.0, 3552.0, 3582.0, 3551.0, 3572.0, 3541.0, 3561.0, 3539.0, 3562.0, 3540.0, 3550.0, 3538.0, 3549.0, 3539.0, 3563.0, 3539.0, 3551.0, 3539.0, 3552.0, 3540.0, 3550.0, 3582.0, 3552.0, 3551.0, 3553.0, 3571.0, 3552.0, 3562.0, 3563.0, 3572.0, 3552.0, 3573.0, 3552.0, 3563.0, 3543.0, 3552.0, 3552.0, 3563.0, 3540.0, 3552.0, 3551.0, 3553.0, 3574.0, 3554.0, 3576.0, 3552.0, 3565.0, 3543.0, 3563.0, 3554.0, 3553.0, 3563.0, 3564.0, 3553.0, 3554.0, 3562.0, 3566.0, 3584.0, 3565.0, 3574.0, 3554.0, 3574.0, 3553.0, 3564.0, 3553.0, 3553.0, 3553.0, 3564.0, 3553.0, 3563.0, 3552.0, 3575.0, 3553.0, 3563.0, 3552.0, 3552.0, 3592.0, 3551.0, 3574.0, 3551.0, 3553.0, 3540.0, 3550.0, 3551.0, 3552.0, 3543.0, 3552.0, 3551.0, 3564.0, 3563.0, 3552.0, 3583.0, 3541.0, 3560.0, 3551.0, 3551.0, 3552.0, 3562.0, 3554.0, 3563.0, 3553.0, 3565.0, 3555.0, 3575.0, 3554.0, 3565.0, 3553.0, 3566.0, 3553.0, 3565.0, 3552.0, 3553.0, 3553.0, 3564.0, 3565.0, 3553.0, 3552.0, 3565.0, 3555.0, 3597.0, 3567.0, 3568.0, 3578.0, 3576.0, 3567.0, 3556.0, 3566.0, 3574.0, 3554.0, 3555.0, 3566.0, 3565.0, 3554.0, 3555.0, 3567.0, 3564.0, 3577.0, 3555.0, 3577.0, 3556.0, 3577.0, 3544.0, 3579.0, 3554.0, 3577.0, 3566.0, 3554.0, 3587.0, 3553.0, 3561.0, 3542.0, 3565.0, 3555.0, 3564.0, 3554.0, 3574.0, 3555.0, 3563.0, 3555.0, 3552.0, 3554.0, 3564.0, 3555.0, 3571.0, 3564.0, 3563.0, 3554.0, 3553.0, 3564.0, 3585.0, 3552.0, 3553.0, 3554.0, 3582.0, 3553.0, 3563.0, 3553.0, 3562.0, 3552.0, 3552.0, 3554.0, 3556.0, 3565.0, 3573.0, 3554.0, 3553.0, 3554.0, 3564.0, 3565.0, 3552.0, 3564.0, 3553.0, 3564.0, 3553.0, 3577.0, 3553.0, 3553.0, 3554.0, 3563.0, 3552.0, 3566.0, 3553.0, 3563.0, 3553.0, 3563.0, 3564.0, 3563.0, 3553.0, 3563.0, 3554.0, 3564.0, 3555.0, 3563.0, 3553.0, 3562.0, 3565.0, 3562.0, 3563.0, 3563.0, 3553.0, 3563.0, 3552.0, 3554.0, 3564.0, 3566.0, 3567.0, 3581.0, 3569.0, 3588.0, 3554.0, 3587.0, 3554.0, 3564.0, 3541.0, 3552.0, 3551.0, 3552.0, 3540.0, 3552.0, 3552.0, 3553.0, 3554.0, 3566.0, 3554.0, 3565.0, 3555.0, 3565.0, 3554.0, 3588.0, 3567.0, 3577.0, 3565.0, 3564.0, 3567.0, 3576.0, 3566.0, 3573.0, 3554.0, 3563.0, 3565.0, 3564.0, 3564.0, 3564.0, 3565.0, 3562.0, 3554.0, 3552.0, 3555.0, 3564.0, 3564.0, 3564.0, 3554.0, 3575.0, 3554.0, 3561.0, 3565.0, 3554.0, 3565.0, 3573.0, 3555.0, 3553.0, 3555.0, 3574.0, 3552.0, 3554.0, 3555.0, 3554.0, 3554.0, 3554.0, 3565.0, 3554.0, 3567.0, 3543.0, 3566.0, 3553.0, 3565.0, 3553.0, 3554.0, 3553.0, 3554.0, 3553.0, 3553.0, 3552.0, 3565.0, 3554.0, 3564.0, 3565.0, 3566.0, 3554.0, 3555.0, 3596.0, 3554.0, 3576.0, 3555.0, 3586.0, 3555.0, 3564.0, 3554.0, 3552.0, 3552.0, 3566.0, 3553.0, 3554.0, 3553.0, 3554.0, 3554.0, 3555.0, 3557.0, 3553.0, 3586.0, 3556.0, 3575.0, 3565.0, 3575.0, 3553.0, 3543.0, 3566.0, 3565.0, 3554.0, 3564.0, 3566.0, 3566.0, 3554.0, 3566.0, 3554.0, 3565.0, 3552.0, 3553.0, 3552.0, 3553.0, 3552.0, 3553.0, 3573.0, 3555.0, 3555.0, 3566.0, 3585.0, 3567.0, 3565.0, 3567.0, 3576.0, 3554.0, 3575.0, 3555.0, 3579.0, 3553.0, 3564.0, 3551.0, 3565.0, 3552.0, 3554.0, 3552.0, 3564.0, 3573.0, 3555.0, 3553.0, 3553.0, 3564.0, 3554.0, 3565.0, 3555.0, 3566.0, 3554.0, 3565.0, 3555.0, 3567.0, 3553.0, 3565.0, 3553.0, 3564.0, 3563.0, 3552.0, 3572.0, 3552.0, 3573.0, 3564.0, 3563.0, 3553.0, 3562.0, 3553.0, 3552.0, 3552.0, 3563.0, 3541.0, 3564.0, 3552.0, 3563.0, 3552.0, 3554.0, 3539.0, 3552.0, 3551.0, 3552.0, 3538.0, 3550.0, 3540.0, 3563.0, 3551.0, 3552.0, 3540.0, 3553.0, 3552.0, 3564.0, 3551.0, 3551.0, 3562.0, 3552.0, 3572.0, 3552.0, 3561.0, 3552.0, 3562.0, 3551.0, 3563.0, 3550.0, 3553.0, 3551.0, 3554.0, 3540.0, 3551.0, 3541.0, 3563.0, 3552.0, 3555.0, 3541.0, 3564.0, 3552.0, 3556.0, 3552.0, 3553.0, 3542.0, 3555.0, 3542.0, 3554.0, 3541.0, 3553.0, 3552.0, 3564.0, 3573.0, 3552.0, 3563.0, 3553.0, 3563.0, 3553.0, 3564.0, 3552.0, 3553.0, 3564.0, 3553.0, 3553.0, 3553.0, 3554.0, 3565.0, 3552.0, 3565.0, 3552.0, 3566.0, 3554.0, 3567.0, 3552.0, 3565.0, 3554.0, 3565.0, 3542.0, 3554.0, 3554.0, 3566.0, 3565.0, 3555.0, 3554.0, 3564.0, 3544.0, 3556.0, 3553.0, 3565.0, 3586.0, 3555.0, 3563.0, 3554.0, 3565.0, 3555.0, 3565.0, 3555.0, 3556.0, 3567.0, 3593.0, 3605.0, 3568.0, 3568.0, 3597.0, 3556.0, 3576.0, 3555.0, 3566.0, 3554.0, 3564.0, 3583.0, 3552.0, 3562.0, 3551.0, 3553.0, 3563.0, 3553.0, 3574.0, 3550.0, 3563.0, 3562.0, 3565.0, 3561.0, 3551.0, 3549.0, 3551.0, 3550.0, 3551.0, 3551.0, 3550.0, 3551.0, 3552.0, 3560.0, 3552.0, 3551.0, 3553.0, 3551.0, 3553.0, 3561.0, 3553.0, 3552.0, 3564.0, 3551.0, 3564.0, 3552.0, 3562.0, 3552.0, 3552.0, 3552.0, 3553.0, 3553.0, 3563.0, 3554.0, 3552.0, 3555.0, 3565.0, 3563.0, 3553.0, 3556.0, 3565.0, 3568.0, 3555.0, 3566.0, 3543.0, 3566.0, 3555.0, 3557.0, 3567.0, 3568.0, 3554.0, 3578.0, 3586.0, 3567.0, 3576.0, 3565.0, 3563.0, 3554.0, 3566.0, 3567.0, 3567.0, 3555.0, 3568.0, 3568.0, 3567.0, 3567.0, 3568.0, 3567.0, 3578.0, 3568.0, 3578.0, 3579.0, 3579.0, 3579.0, 3567.0, 3556.0, 3570.0, 3567.0, 3567.0, 3555.0, 3566.0, 3596.0, 3566.0, 3566.0, 3566.0, 3564.0, 3556.0, 3566.0, 3567.0, 3566.0, 3567.0, 3566.0, 3578.0, 3556.0, 3556.0, 3555.0, 3577.0, 3597.0, 3567.0, 3555.0, 3578.0, 3577.0, 3566.0, 3566.0, 3567.0, 3565.0, 3555.0, 3567.0, 3555.0, 3557.0, 3554.0, 3577.0, 3586.0, 3567.0, 3566.0, 3569.0, 3579.0, 3556.0, 3567.0, 3569.0, 3569.0, 3568.0, 3579.0, 3578.0, 3567.0, 3578.0, 3565.0, 3555.0, 3567.0, 3567.0, 3568.0, 3554.0, 3566.0, 3575.0, 3577.0, 3586.0, 3565.0, 3565.0, 3567.0, 3567.0, 3578.0, 3576.0, 3578.0, 3566.0, 3578.0, 3577.0, 3565.0, 3564.0, 3565.0, 3565.0, 3554.0, 3555.0, 3565.0, 3567.0, 3566.0, 3566.0, 3554.0, 3566.0, 3564.0, 3576.0, 3574.0, 3564.0, 3553.0, 3554.0, 3574.0, 3553.0, 3565.0, 3564.0, 3578.0, 3599.0, 3579.0, 3579.0, 3579.0, 3608.0, 3554.0, 3574.0, 3551.0, 3562.0, 3551.0, 3551.0, 3552.0, 3563.0, 3553.0, 3563.0, 3551.0, 3563.0, 3553.0, 3564.0, 3552.0, 3564.0, 3553.0, 3564.0, 3564.0, 3564.0, 3605.0, 3563.0, 3561.0, 3565.0, 3564.0, 3554.0, 3554.0, 3566.0, 3554.0, 3577.0, 3565.0, 3567.0, 3566.0, 3566.0, 3566.0, 3577.0, 3576.0, 3565.0, 3565.0, 3566.0, 3565.0, 3565.0, 3564.0, 3576.0, 3577.0, 3575.0, 3565.0, 3577.0, 3568.0, 3565.0, 3579.0, 3580.0, 3580.0, 3601.0, 3580.0, 3568.0, 3579.0, 3568.0, 3581.0, 3580.0, 3566.0, 3565.0, 3564.0, 3577.0, 3568.0, 3554.0, 3566.0, 3551.0, 3541.0, 3553.0, 3576.0, 3582.0, 3559.0, 3569.0, 3610.0, 3567.0, 3581.0, 3545.0, 3568.0, 3577.0, 3568.0, 3599.0, 3567.0, 3577.0, 3565.0, 3552.0, 3552.0, 3580.0, 3540.0, 3570.0, 3528.0, 3526.0, 3527.0, 3536.0, 3526.0, 3524.0, 3526.0, 3535.0, 3535.0, 3536.0, 3557.0, 3537.0, 3546.0, 3527.0, 3536.0, 3536.0, 3538.0, 3538.0, 3537.0, 3549.0, 3549.0, 3550.0, 3539.0, 3548.0, 3539.0, 3538.0, 3559.0, 3539.0, 3539.0, 3539.0, 3550.0, 3560.0, 3553.0, 3551.0, 3564.0, 3551.0, 3542.0, 3541.0, 3563.0, 3554.0, 3542.0, 3564.0, 3565.0, 3555.0, 3568.0, 3555.0, 3567.0, 3553.0, 3565.0, 3553.0, 3565.0, 3543.0, 3554.0, 3562.0, 3553.0, 3542.0, 3554.0, 3543.0, 3565.0, 3553.0, 3566.0, 3544.0, 3566.0, 3565.0, 3566.0, 3584.0, 3554.0, 3554.0, 3555.0, 3544.0, 3567.0, 3554.0, 3555.0, 3555.0, 3568.0, 3556.0, 3567.0, 3566.0, 3569.0, 3556.0, 3578.0, 3555.0, 3568.0, 3555.0, 3567.0, 3555.0, 3567.0, 3566.0, 3579.0, 3555.0, 3567.0, 3557.0, 3570.0, 3555.0, 3566.0, 3555.0, 3568.0, 3556.0, 3567.0, 3555.0, 3579.0, 3557.0, 3581.0, 3556.0, 3579.0, 3556.0, 3567.0, 3568.0, 3567.0, 3567.0, 3577.0, 3556.0, 3566.0, 3567.0, 3566.0, 3566.0, 3566.0, 3568.0, 3567.0, 3568.0, 3577.0, 3567.0, 3556.0, 3568.0, 3557.0, 3577.0, 3576.0, 3566.0, 3545.0, 3557.0, 3544.0, 3566.0, 3555.0, 3566.0, 3556.0, 3566.0, 3555.0, 3567.0, 3556.0, 3579.0, 3555.0, 3576.0, 3567.0, 3580.0, 3565.0, 3566.0, 3565.0, 3564.0, 3554.0, 3565.0, 3554.0, 3564.0, 3554.0, 3555.0, 3566.0, 3553.0, 3565.0, 3553.0, 3566.0, 3566.0, 3566.0, 3575.0, 3555.0, 3554.0, 3565.0, 3542.0, 3554.0, 3555.0, 3565.0, 3577.0, 3586.0, 3567.0, 3576.0, 3566.0, 3565.0, 3553.0, 3552.0, 3553.0, 3553.0, 3553.0, 3553.0, 3544.0, 3554.0, 3552.0, 3564.0, 3553.0, 3552.0, 3541.0, 3553.0, 3553.0, 3557.0, 3553.0, 3565.0, 3553.0, 3565.0, 3554.0, 3565.0, 3574.0, 3554.0, 3553.0, 3565.0, 3553.0, 3565.0, 3584.0, 3576.0, 3553.0, 3553.0, 3555.0, 3577.0, 3567.0, 3556.0, 3568.0, 3597.0, 3566.0, 3553.0, 3566.0, 3564.0, 3553.0, 3573.0, 3563.0, 3562.0, 3553.0, 3551.0, 3552.0, 3552.0, 3554.0, 3564.0, 3553.0, 3562.0, 3553.0, 3551.0, 3564.0, 3566.0, 3569.0, 3579.0, 3565.0, 3566.0, 3551.0, 3564.0, 3541.0], 'WindowWidth': [8197.0, 8153.0, 8151.0, 8099.0, 8125.0, 8124.0, 8106.0, 8124.0, 8098.0, 8103.0, 8066.0, 8100.0, 8087.0, 8100.0, 8118.0, 8080.0, 8097.0, 8081.0, 8096.0, 8068.0, 8103.0, 8069.0, 8081.0, 8098.0, 8102.0, 8102.0, 8091.0, 8116.0, 8093.0, 8119.0, 8074.0, 8103.0, 8073.0, 8105.0, 8080.0, 8103.0, 8073.0, 8103.0, 8076.0, 8082.0, 8128.0, 8089.0, 8092.0, 8101.0, 8118.0, 8074.0, 8102.0, 8086.0, 8102.0, 8069.0, 8096.0, 8073.0, 8099.0, 8072.0, 8097.0, 8071.0, 8106.0, 8075.0, 8103.0, 8112.0, 8082.0, 8086.0, 8105.0, 8119.0, 8090.0, 8106.0, 8096.0, 8122.0, 8077.0, 8122.0, 8073.0, 8107.0, 8094.0, 8121.0, 8105.0, 8106.0, 8087.0, 8109.0, 8117.0, 8094.0, 8120.0, 8094.0, 8124.0, 8074.0, 8119.0, 8091.0, 8128.0, 8094.0, 8104.0, 8101.0, 8096.0, 8124.0, 8080.0, 8103.0, 8094.0, 8127.0, 8094.0, 8124.0, 8081.0, 8106.0, 8098.0, 8129.0, 8136.0, 8098.0, 8119.0, 8114.0, 8127.0, 8097.0, 8119.0, 8074.0, 8107.0, 8093.0, 8113.0, 8108.0, 8097.0, 8101.0, 8098.0, 8127.0, 8096.0, 8107.0, 8083.0, 8121.0, 8098.0, 8128.0, 8093.0, 8108.0, 8119.0, 8111.0, 8119.0, 8076.0, 8104.0, 8097.0, 8124.0, 8096.0, 8111.0, 8106.0, 8109.0, 8091.0, 8098.0, 8103.0, 8092.0, 8119.0, 8081.0, 8128.0, 8082.0, 8128.0, 8091.0, 8119.0, 8083.0, 8099.0, 8111.0, 8096.0, 8128.0, 8086.0, 8106.0, 8079.0, 8111.0, 8089.0, 8092.0, 8104.0, 8081.0, 8127.0, 8085.0, 8112.0, 8083.0, 8111.0, 8102.0, 8128.0, 8081.0, 8124.0, 8097.0, 8111.0, 8075.0, 8108.0, 8091.0, 8113.0, 8090.0, 8105.0, 8130.0, 8089.0, 8121.0, 8072.0, 8098.0, 8069.0, 8105.0, 8075.0, 8106.0, 8074.0, 8106.0, 8075.0, 8110.0, 8104.0, 8093.0, 8108.0, 8090.0, 8102.0, 8105.0, 8091.0, 8093.0, 8084.0, 8110.0, 8083.0, 8097.0, 8081.0, 8114.0, 8101.0, 8114.0, 8111.0, 8098.0, 8097.0, 8102.0, 8123.0, 8118.0, 8111.0, 8125.0, 8155.0, 8114.0, 8161.0, 8122.0, 8099.0, 8149.0, 8079.0, 8088.0, 8084.0, 8105.0, 8076.0, 8092.0, 8080.0, 8095.0, 8079.0, 8096.0, 8083.0, 8097.0, 8085.0, 8095.0, 8096.0, 8118.0, 8087.0, 8093.0, 8080.0, 8115.0, 8102.0, 8100.0, 8083.0, 8111.0, 8083.0, 8112.0, 8082.0, 8095.0, 8078.0, 8112.0, 8082.0, 8114.0, 8100.0, 8111.0, 8085.0, 8110.0, 8104.0, 8112.0, 8102.0, 8126.0, 8098.0, 8112.0, 8078.0, 8092.0, 8095.0, 8092.0, 8079.0, 8091.0, 8086.0, 8101.0, 8090.0, 8116.0, 8086.0, 8114.0, 8105.0, 8122.0, 8099.0, 8116.0, 8080.0, 8092.0, 8082.0, 8096.0, 8074.0, 8092.0, 8062.0, 8091.0, 8080.0, 8094.0, 8105.0, 8079.0, 8080.0, 8096.0, 8103.0, 8075.0, 8113.0, 8074.0, 8100.0, 8059.0, 8085.0, 8053.0, 8087.0, 8058.0, 8070.0, 8050.0, 8067.0, 8054.0, 8091.0, 8055.0, 8072.0, 8053.0, 8075.0, 8058.0, 8072.0, 8114.0, 8075.0, 8076.0, 8080.0, 8101.0, 8077.0, 8091.0, 8094.0, 8103.0, 8077.0, 8104.0, 8076.0, 8091.0, 8065.0, 8078.0, 8077.0, 8094.0, 8059.0, 8076.0, 8074.0, 8079.0, 8110.0, 8084.0, 8111.0, 8077.0, 8097.0, 8066.0, 8095.0, 8083.0, 8081.0, 8093.0, 8095.0, 8080.0, 8084.0, 8090.0, 8100.0, 8122.0, 8099.0, 8110.0, 8082.0, 8110.0, 8081.0, 8096.0, 8082.0, 8079.0, 8079.0, 8095.0, 8081.0, 8095.0, 8078.0, 8110.0, 8079.0, 8093.0, 8077.0, 8076.0, 8129.0, 8075.0, 8108.0, 8075.0, 8077.0, 8057.0, 8071.0, 8074.0, 8076.0, 8063.0, 8077.0, 8075.0, 8095.0, 8093.0, 8076.0, 8116.0, 8059.0, 8085.0, 8075.0, 8073.0, 8077.0, 8091.0, 8084.0, 8093.0, 8082.0, 8098.0, 8084.0, 8112.0, 8082.0, 8097.0, 8078.0, 8100.0, 8080.0, 8098.0, 8077.0, 8078.0, 8079.0, 8097.0, 8098.0, 8079.0, 8078.0, 8098.0, 8086.0, 8144.0, 8108.0, 8110.0, 8122.0, 8114.0, 8103.0, 8088.0, 8103.0, 8110.0, 8084.0, 8086.0, 8102.0, 8100.0, 8085.0, 8085.0, 8104.0, 8099.0, 8118.0, 8086.0, 8118.0, 8092.0, 8119.0, 8070.0, 8121.0, 8085.0, 8119.0, 8099.0, 8081.0, 8127.0, 8080.0, 8089.0, 8065.0, 8098.0, 8084.0, 8098.0, 8083.0, 8107.0, 8085.0, 8093.0, 8085.0, 8077.0, 8082.0, 8096.0, 8086.0, 8103.0, 8096.0, 8093.0, 8083.0, 8082.0, 8097.0, 8123.0, 8079.0, 8082.0, 8081.0, 8117.0, 8080.0, 8091.0, 8079.0, 8090.0, 8076.0, 8080.0, 8085.0, 8086.0, 8098.0, 8107.0, 8084.0, 8081.0, 8082.0, 8095.0, 8099.0, 8078.0, 8096.0, 8080.0, 8097.0, 8080.0, 8116.0, 8079.0, 8081.0, 8083.0, 8093.0, 8077.0, 8099.0, 8081.0, 8093.0, 8078.0, 8091.0, 8097.0, 8094.0, 8081.0, 8091.0, 8082.0, 8096.0, 8086.0, 8093.0, 8080.0, 8090.0, 8098.0, 8091.0, 8095.0, 8093.0, 8081.0, 8090.0, 8078.0, 8085.0, 8098.0, 8104.0, 8107.0, 8130.0, 8112.0, 8133.0, 8084.0, 8130.0, 8081.0, 8095.0, 8058.0, 8074.0, 8073.0, 8075.0, 8059.0, 8074.0, 8075.0, 8081.0, 8085.0, 8101.0, 8081.0, 8099.0, 8086.0, 8100.0, 8085.0, 8132.0, 8106.0, 8118.0, 8101.0, 8098.0, 8105.0, 8115.0, 8103.0, 8107.0, 8082.0, 8094.0, 8098.0, 8095.0, 8096.0, 8095.0, 8100.0, 8093.0, 8083.0, 8078.0, 8086.0, 8095.0, 8096.0, 8096.0, 8084.0, 8111.0, 8083.0, 8088.0, 8097.0, 8084.0, 8098.0, 8108.0, 8085.0, 8081.0, 8085.0, 8107.0, 8079.0, 8083.0, 8086.0, 8082.0, 8085.0, 8084.0, 8101.0, 8084.0, 8104.0, 8066.0, 8100.0, 8080.0, 8099.0, 8078.0, 8082.0, 8080.0, 8083.0, 8079.0, 8081.0, 8079.0, 8099.0, 8083.0, 8098.0, 8098.0, 8103.0, 8084.0, 8087.0, 8140.0, 8084.0, 8115.0, 8087.0, 8125.0, 8086.0, 8098.0, 8084.0, 8077.0, 8077.0, 8099.0, 8080.0, 8082.0, 8078.0, 8083.0, 8085.0, 8086.0, 8089.0, 8081.0, 8126.0, 8088.0, 8111.0, 8099.0, 8111.0, 8081.0, 8068.0, 8103.0, 8098.0, 8085.0, 8097.0, 8102.0, 8102.0, 8084.0, 8100.0, 8081.0, 8100.0, 8078.0, 8079.0, 8077.0, 8080.0, 8078.0, 8081.0, 8107.0, 8086.0, 8088.0, 8104.0, 8126.0, 8104.0, 8101.0, 8106.0, 8114.0, 8083.0, 8111.0, 8085.0, 8122.0, 8081.0, 8095.0, 8073.0, 8096.0, 8079.0, 8083.0, 8077.0, 8095.0, 8108.0, 8088.0, 8081.0, 8081.0, 8094.0, 8082.0, 8098.0, 8087.0, 8099.0, 8082.0, 8099.0, 8087.0, 8104.0, 8079.0, 8097.0, 8079.0, 8097.0, 8094.0, 8078.0, 8101.0, 8076.0, 8106.0, 8097.0, 8094.0, 8079.0, 8089.0, 8079.0, 8079.0, 8077.0, 8091.0, 8059.0, 8094.0, 8076.0, 8092.0, 8077.0, 8079.0, 8054.0, 8074.0, 8072.0, 8076.0, 8051.0, 8071.0, 8058.0, 8093.0, 8076.0, 8077.0, 8059.0, 8079.0, 8077.0, 8095.0, 8073.0, 8075.0, 8088.0, 8077.0, 8102.0, 8074.0, 8087.0, 8077.0, 8090.0, 8073.0, 8089.0, 8070.0, 8077.0, 8073.0, 8081.0, 8055.0, 8074.0, 8059.0, 8091.0, 8078.0, 8083.0, 8060.0, 8095.0, 8076.0, 8087.0, 8078.0, 8079.0, 8062.0, 8084.0, 8065.0, 8083.0, 8060.0, 8078.0, 8076.0, 8095.0, 8105.0, 8077.0, 8091.0, 8080.0, 8093.0, 8078.0, 8094.0, 8078.0, 8080.0, 8095.0, 8081.0, 8079.0, 8080.0, 8084.0, 8098.0, 8077.0, 8095.0, 8077.0, 8100.0, 8084.0, 8101.0, 8077.0, 8099.0, 8082.0, 8099.0, 8065.0, 8083.0, 8082.0, 8100.0, 8100.0, 8085.0, 8082.0, 8097.0, 8069.0, 8088.0, 8080.0, 8098.0, 8126.0, 8085.0, 8095.0, 8083.0, 8099.0, 8086.0, 8098.0, 8085.0, 8088.0, 8106.0, 8152.0, 8169.0, 8108.0, 8108.0, 8144.0, 8089.0, 8116.0, 8085.0, 8101.0, 8081.0, 8094.0, 8116.0, 8075.0, 8086.0, 8071.0, 8078.0, 8091.0, 8080.0, 8109.0, 8070.0, 8093.0, 8089.0, 8096.0, 8085.0, 8072.0, 8068.0, 8072.0, 8069.0, 8074.0, 8072.0, 8072.0, 8074.0, 8076.0, 8085.0, 8076.0, 8074.0, 8079.0, 8075.0, 8079.0, 8086.0, 8080.0, 8076.0, 8096.0, 8076.0, 8094.0, 8075.0, 8089.0, 8075.0, 8077.0, 8077.0, 8080.0, 8079.0, 8095.0, 8082.0, 8079.0, 8083.0, 8097.0, 8092.0, 8079.0, 8085.0, 8099.0, 8105.0, 8086.0, 8101.0, 8068.0, 8100.0, 8086.0, 8092.0, 8106.0, 8108.0, 8085.0, 8119.0, 8128.0, 8104.0, 8115.0, 8098.0, 8094.0, 8084.0, 8102.0, 8105.0, 8104.0, 8087.0, 8107.0, 8111.0, 8106.0, 8106.0, 8108.0, 8107.0, 8121.0, 8108.0, 8120.0, 8125.0, 8125.0, 8127.0, 8106.0, 8089.0, 8111.0, 8105.0, 8107.0, 8087.0, 8102.0, 8140.0, 8101.0, 8102.0, 8104.0, 8097.0, 8089.0, 8104.0, 8106.0, 8103.0, 8104.0, 8101.0, 8119.0, 8088.0, 8088.0, 8086.0, 8116.0, 8143.0, 8103.0, 8085.0, 8122.0, 8118.0, 8102.0, 8100.0, 8103.0, 8099.0, 8086.0, 8103.0, 8085.0, 8090.0, 8083.0, 8117.0, 8126.0, 8104.0, 8101.0, 8108.0, 8120.0, 8089.0, 8105.0, 8111.0, 8110.0, 8107.0, 8122.0, 8120.0, 8105.0, 8122.0, 8100.0, 8085.0, 8104.0, 8103.0, 8108.0, 8084.0, 8100.0, 8110.0, 8117.0, 8128.0, 8099.0, 8098.0, 8105.0, 8104.0, 8119.0, 8115.0, 8121.0, 8102.0, 8119.0, 8117.0, 8097.0, 8094.0, 8097.0, 8098.0, 8081.0, 8085.0, 8097.0, 8105.0, 8103.0, 8101.0, 8081.0, 8099.0, 8096.0, 8113.0, 8107.0, 8095.0, 8080.0, 8082.0, 8108.0, 8082.0, 8101.0, 8100.0, 8123.0, 8151.0, 8125.0, 8127.0, 8126.0, 8159.0, 8081.0, 8106.0, 8075.0, 8090.0, 8074.0, 8075.0, 8075.0, 8094.0, 8081.0, 8094.0, 8073.0, 8094.0, 8080.0, 8095.0, 8077.0, 8095.0, 8079.0, 8097.0, 8095.0, 8095.0, 8149.0, 8093.0, 8089.0, 8099.0, 8096.0, 8082.0, 8083.0, 8105.0, 8082.0, 8117.0, 8101.0, 8106.0, 8102.0, 8103.0, 8102.0, 8119.0, 8116.0, 8099.0, 8097.0, 8103.0, 8099.0, 8100.0, 8096.0, 8115.0, 8116.0, 8113.0, 8098.0, 8115.0, 8105.0, 8097.0, 8120.0, 8121.0, 8124.0, 8150.0, 8123.0, 8104.0, 8119.0, 8106.0, 8128.0, 8124.0, 8101.0, 8098.0, 8098.0, 8120.0, 8112.0, 8084.0, 8101.0, 8073.0, 8059.0, 8076.0, 8115.0, 8131.0, 8097.0, 8108.0, 8161.0, 8099.0, 8120.0, 8068.0, 8103.0, 8114.0, 8104.0, 8144.0, 8099.0, 8112.0, 8095.0, 8074.0, 8070.0, 8105.0, 8052.0, 8089.0, 8032.0, 8029.0, 8030.0, 8039.0, 8027.0, 8020.0, 8025.0, 8036.0, 8036.0, 8039.0, 8067.0, 8041.0, 8052.0, 8028.0, 8041.0, 8041.0, 8047.0, 8046.0, 8044.0, 8063.0, 8063.0, 8065.0, 8050.0, 8062.0, 8049.0, 8046.0, 8075.0, 8048.0, 8049.0, 8048.0, 8066.0, 8080.0, 8075.0, 8071.0, 8092.0, 8069.0, 8057.0, 8056.0, 8090.0, 8081.0, 8063.0, 8094.0, 8097.0, 8086.0, 8105.0, 8085.0, 8104.0, 8078.0, 8096.0, 8077.0, 8095.0, 8064.0, 8079.0, 8087.0, 8076.0, 8062.0, 8080.0, 8066.0, 8097.0, 8079.0, 8099.0, 8069.0, 8102.0, 8099.0, 8100.0, 8120.0, 8082.0, 8083.0, 8086.0, 8071.0, 8102.0, 8082.0, 8086.0, 8086.0, 8106.0, 8087.0, 8104.0, 8099.0, 8108.0, 8089.0, 8120.0, 8084.0, 8104.0, 8084.0, 8101.0, 8083.0, 8101.0, 8099.0, 8121.0, 8083.0, 8102.0, 8090.0, 8110.0, 8084.0, 8100.0, 8084.0, 8105.0, 8088.0, 8103.0, 8086.0, 8122.0, 8091.0, 8126.0, 8089.0, 8120.0, 8087.0, 8102.0, 8106.0, 8104.0, 8104.0, 8116.0, 8089.0, 8101.0, 8106.0, 8100.0, 8101.0, 8100.0, 8106.0, 8106.0, 8107.0, 8116.0, 8104.0, 8088.0, 8106.0, 8092.0, 8118.0, 8113.0, 8099.0, 8071.0, 8090.0, 8069.0, 8100.0, 8084.0, 8100.0, 8088.0, 8100.0, 8086.0, 8104.0, 8088.0, 8121.0, 8086.0, 8114.0, 8104.0, 8123.0, 8100.0, 8101.0, 8096.0, 8095.0, 8081.0, 8097.0, 8082.0, 8093.0, 8080.0, 8084.0, 8100.0, 8079.0, 8097.0, 8079.0, 8100.0, 8101.0, 8101.0, 8109.0, 8084.0, 8082.0, 8096.0, 8061.0, 8083.0, 8086.0, 8099.0, 8119.0, 8127.0, 8103.0, 8114.0, 8102.0, 8098.0, 8078.0, 8074.0, 8078.0, 8077.0, 8079.0, 8076.0, 8066.0, 8078.0, 8077.0, 8093.0, 8078.0, 8076.0, 8060.0, 8079.0, 8078.0, 8087.0, 8079.0, 8097.0, 8080.0, 8099.0, 8084.0, 8099.0, 8108.0, 8080.0, 8078.0, 8096.0, 8078.0, 8096.0, 8121.0, 8111.0, 8077.0, 8079.0, 8088.0, 8119.0, 8107.0, 8090.0, 8107.0, 8143.0, 8101.0, 8079.0, 8099.0, 8095.0, 8078.0, 8103.0, 8091.0, 8090.0, 8077.0, 8072.0, 8075.0, 8076.0, 8081.0, 8095.0, 8080.0, 8089.0, 8077.0, 8075.0, 8094.0, 8100.0, 8114.0, 8126.0, 8098.0, 8102.0, 8076.0, 8095.0, 8063.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.0020139802880970426</td></tr>
<tr><td colspan=3>aqi</td><td>0.0351272592873389</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.595849666638856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1748387361229125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0218597714339923</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>5152.9272</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09058138374548384</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.274450341167551</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4943774560843504</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.338010035166588</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7704631157651938</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3746592173212684</td></tr>
<tr><td colspan=3>gcor</td><td>0.00587844</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016057683154940605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025227244943380356</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.747519109436569</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.8336</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7934</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.1855</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304452.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>569.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.5856</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9705</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>472.7423</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2804.1199</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.5888</td></tr>
<tr><td colspan=3>tsnr</td><td>32.06689368467778</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>