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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-04/func/sub-0105_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>199e1c2b13216e135837d8758ff7199b</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:51:42.057500</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.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112357</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6dd5d5d-e72e-4ef9-83ad-95322726157a||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['185142.057500', '185142.517500', '185142.977500', '185143.437500', '185143.897500', '185144.357500', '185144.817500', '185145.277500', '185145.737500', '185146.197500', '185146.657500', '185147.117500', '185147.577500', '185148.037500', '185148.497500', '185148.957500', '185149.417500', '185149.877500', '185150.337500', '185150.797500', '185151.257500', '185151.717500', '185152.177500', '185152.637500', '185153.097500', '185153.557500', '185154.017500', '185154.477500', '185154.937500', '185155.397500', '185155.857500', '185156.317500', '185156.777500', '185157.237500', '185157.697500', '185158.157500', '185158.617500', '185159.077500', '185159.537500', '185159.997500', '185200.457500', '185200.917500', '185201.377500', '185201.837500', '185202.297500', '185202.757500', '185203.217500', '185203.677500', '185204.137500', '185204.597500', '185205.057500', '185205.517500', '185205.977500', '185206.437500', '185206.897500', '185207.357500', '185207.817500', '185208.277500', '185208.737500', '185209.197500', '185209.657500', '185210.117500', '185210.577500', '185211.037500', '185211.497500', '185211.957500', '185212.417500', '185212.877500', '185213.337500', '185213.797500', '185214.257500', '185214.717500', '185215.177500', '185215.637500', '185216.097500', '185216.557500', '185217.017500', '185217.477500', '185217.937500', '185218.397500', '185218.857500', '185219.317500', '185219.777500', '185220.237500', '185220.697500', '185221.157500', '185221.617500', '185222.077500', '185222.537500', '185222.997500', '185223.457500', '185223.917500', '185224.377500', '185224.837500', '185225.297500', '185225.757500', '185226.217500', '185226.677500', '185227.137500', '185227.597500', '185228.057500', '185228.517500', '185228.977500', '185229.437500', '185229.897500', '185230.357500', '185230.817500', '185231.277500', '185231.737500', '185232.197500', '185232.657500', '185233.117500', '185233.577500', '185234.037500', '185234.497500', '185234.957500', '185235.417500', '185235.877500', '185236.337500', '185236.797500', '185237.257500', '185237.717500', '185238.177500', '185238.637500', '185239.097500', '185239.557500', '185240.017500', '185240.477500', '185240.937500', '185241.397500', '185241.857500', '185242.317500', '185242.777500', '185243.237500', '185243.697500', '185244.157500', '185244.617500', '185245.077500', '185245.537500', '185245.997500', '185246.457500', '185246.917500', '185247.377500', '185247.837500', '185248.297500', '185248.757500', '185249.217500', '185249.677500', '185250.137500', '185250.597500', '185251.057500', '185251.517500', '185251.977500', '185252.437500', '185252.897500', '185253.357500', '185253.817500', '185254.277500', '185254.737500', '185255.197500', '185255.657500', '185256.117500', '185256.577500', '185257.037500', '185257.497500', '185257.957500', '185258.417500', '185258.877500', '185259.337500', '185259.797500', '185300.257500', '185300.717500', '185301.177500', '185301.637500', '185302.097500', '185302.557500', '185303.017500', '185303.477500', '185303.937500', '185304.397500', '185304.857500', '185305.317500', '185305.777500', '185306.237500', '185306.697500', '185307.157500', '185307.617500', '185308.077500', '185308.537500', '185308.997500', '185309.457500', '185309.917500', '185310.377500', '185310.837500', '185311.297500', '185311.757500', '185312.217500', '185312.677500', '185313.137500', '185313.597500', '185314.057500', '185314.517500', '185314.977500', '185315.437500', '185315.897500', '185316.357500', '185316.817500', '185317.277500', '185317.737500', '185318.197500', '185318.657500', '185319.117500', '185319.577500', '185320.037500', '185320.497500', '185320.957500', '185321.417500', '185321.877500', '185322.337500', '185322.797500', '185323.257500', '185323.717500', '185324.177500', '185324.637500', '185325.097500', '185325.557500', '185326.017500', '185326.477500', '185326.937500', '185327.397500', '185327.857500', '185328.317500', '185328.777500', '185329.237500', '185329.697500', '185330.157500', '185330.617500', '185331.077500', '185331.537500', '185331.997500', '185332.457500', '185332.917500', '185333.377500', '185333.837500', '185334.297500', '185334.757500', '185335.217500', '185335.677500', '185336.137500', '185336.597500', '185337.057500', '185337.517500', '185337.977500', '185338.437500', '185338.897500', '185339.357500', '185339.817500', '185340.277500', '185340.737500', '185341.197500', '185341.657500', '185342.117500', '185342.577500', '185343.037500', '185343.497500', '185343.957500', '185344.417500', '185344.877500', '185345.337500', '185345.797500', '185346.257500', '185346.717500', '185347.177500', '185347.637500', '185348.097500', '185348.557500', '185349.017500', '185349.477500', '185349.937500', '185350.397500', '185350.857500', '185351.317500', '185351.777500', '185352.237500', '185352.697500', '185353.157500', '185353.617500', '185354.077500', '185354.537500', '185354.997500', '185355.457500', '185355.917500', '185356.377500', '185356.837500', '185357.297500', '185357.757500', '185358.217500', '185358.677500', '185359.137500', '185359.597500', '185400.057500', '185400.517500', '185400.977500', '185401.437500', '185401.897500', '185402.357500', '185402.817500', '185403.277500', '185403.737500', '185404.197500', '185404.657500', '185405.117500', '185405.577500', '185406.037500', '185406.497500', '185406.957500', '185407.417500', '185407.877500', '185408.337500', '185408.797500', '185409.257500', '185409.717500', '185410.177500', '185410.637500', '185411.097500', '185411.557500', '185412.017500', '185412.477500', '185412.937500', '185413.397500', '185413.857500', '185414.317500', '185414.777500', '185415.237500', '185415.697500', '185416.157500', '185416.617500', '185417.077500', '185417.537500', '185417.997500', '185418.457500', '185418.917500', '185419.377500', '185419.837500', '185420.297500', '185420.757500', '185421.217500', '185421.677500', '185422.137500', '185422.597500', '185423.057500', '185423.517500', '185423.977500', '185424.437500', '185424.897500', '185425.357500', '185425.817500', '185426.277500', '185426.737500', '185427.197500', '185427.657500', '185428.117500', '185428.577500', '185429.037500', '185429.497500', '185429.957500', '185430.417500', '185430.877500', '185431.337500', '185431.797500', '185432.257500', '185432.717500', '185433.177500', '185433.637500', '185434.097500', '185434.557500', '185435.017500', '185435.477500', '185435.937500', '185436.397500', '185436.857500', '185437.317500', '185437.777500', '185438.237500', '185438.697500', '185439.157500', '185439.617500', '185440.077500', '185440.537500', '185440.997500', '185441.457500', '185441.917500', '185442.377500', '185442.837500', '185443.297500', '185443.757500', '185444.217500', '185444.677500', '185445.137500', '185445.597500', '185446.057500', '185446.517500', '185446.977500', '185447.437500', '185447.897500', '185448.357500', '185448.817500', '185449.277500', '185449.737500', '185450.197500', '185450.657500', '185451.117500', '185451.577500', '185452.037500', '185452.497500', '185452.957500', '185453.417500', '185453.877500', '185454.337500', '185454.797500', '185455.257500', '185455.717500', '185456.177500', '185456.637500', '185457.097500', '185457.557500', '185458.017500', '185458.477500', '185458.937500', '185459.397500', '185459.857500', '185500.317500', '185500.777500', '185501.237500', '185501.697500', '185502.157500', '185502.617500', '185503.077500', '185503.537500', '185503.997500', '185504.457500', '185504.917500', '185505.377500', '185505.837500', '185506.297500', '185506.757500', '185507.217500', '185507.677500', '185508.137500', '185508.597500', '185509.057500', '185509.517500', '185509.977500', '185510.437500', '185510.897500', '185511.357500', '185511.817500', '185512.277500', '185512.737500', '185513.197500', '185513.657500', '185514.117500', '185514.577500', '185515.037500', '185515.497500', '185515.957500', '185516.417500', '185516.877500', '185517.337500', '185517.797500', '185518.257500', '185518.717500', '185519.177500', '185519.637500', '185520.097500', '185520.557500', '185521.017500', '185521.477500', '185521.937500', '185522.397500', '185522.857500', '185523.317500', '185523.777500', '185524.237500', '185524.697500', '185525.157500', '185525.617500', '185526.077500', '185526.537500', '185526.997500', '185527.457500', '185527.917500', '185528.377500', '185528.837500', '185529.297500', '185529.757500', '185530.217500', '185530.677500', '185531.137500', '185531.597500', '185532.057500', '185532.517500', '185532.977500', '185533.437500', '185533.897500', '185534.357500', '185534.817500', '185535.277500', '185535.737500', '185536.197500', '185536.657500', '185537.117500', '185537.577500', '185538.037500', '185538.497500', '185538.957500', '185539.417500', '185539.877500', '185540.337500', '185540.797500', '185541.257500', '185541.717500', '185542.177500', '185542.637500', '185543.097500', '185543.557500', '185544.017500', '185544.477500', '185544.937500', '185545.397500', '185545.857500', '185546.317500', '185546.777500', '185547.237500', '185547.697500', '185548.157500', '185548.617500', '185549.077500', '185549.537500', '185549.997500', '185550.457500', '185550.917500', '185551.377500', '185551.837500', '185552.297500', '185552.757500', '185553.217500', '185553.677500', '185554.137500', '185554.597500', '185555.057500', '185555.517500', '185555.977500', '185556.437500', '185556.897500', '185557.357500', '185557.817500', '185558.277500', '185558.737500', '185559.197500', '185559.657500', '185600.117500', '185600.577500', '185601.037500', '185601.497500', '185601.957500', '185602.417500', '185602.877500', '185603.337500', '185603.797500', '185604.257500', '185604.717500', '185605.177500', '185605.637500', '185606.097500', '185606.557500', '185607.017500', '185607.477500', '185607.937500', '185608.397500', '185608.857500', '185609.317500', '185609.777500', '185610.237500', '185610.697500', '185611.157500', '185611.617500', '185612.077500', '185612.537500', '185612.997500', '185613.457500', '185613.917500', '185614.377500', '185614.837500', '185615.297500', '185615.757500', '185616.217500', '185616.677500', '185617.137500', '185617.597500', '185618.057500', '185618.517500', '185618.977500', '185619.437500', '185619.897500', '185620.357500', '185620.817500', '185621.277500', '185621.737500', '185622.197500', '185622.657500', '185623.117500', '185623.577500', '185624.037500', '185624.497500', '185624.957500', '185625.417500', '185625.877500', '185626.337500', '185626.797500', '185627.257500', '185627.717500', '185628.177500', '185628.637500', '185629.097500', '185629.557500', '185630.017500', '185630.477500', '185630.937500', '185631.397500', '185631.857500', '185632.317500', '185632.777500', '185633.237500', '185633.697500', '185634.157500', '185634.617500', '185635.077500', '185635.537500', '185635.997500', '185636.457500', '185636.917500', '185637.377500', '185637.837500', '185638.297500', '185638.757500', '185639.217500', '185639.677500', '185640.137500', '185640.597500', '185641.057500', '185641.517500', '185641.977500', '185642.437500', '185642.897500', '185643.357500', '185643.817500', '185644.277500', '185644.737500', '185645.197500', '185645.657500', '185646.117500', '185646.577500', '185647.037500', '185647.497500', '185647.957500', '185648.417500', '185648.877500', '185649.337500', '185649.797500', '185650.257500', '185650.717500', '185651.177500', '185651.637500', '185652.097500', '185652.557500', '185653.017500', '185653.477500', '185653.937500', '185654.397500', '185654.857500', '185655.317500', '185655.777500', '185656.237500', '185656.697500', '185657.157500', '185657.617500', '185658.077500', '185658.537500', '185658.997500', '185659.457500', '185659.917500', '185700.377500', '185700.837500', '185701.297500', '185701.757500', '185702.217500', '185702.677500', '185703.137500', '185703.597500', '185704.057500', '185704.517500', '185704.977500', '185705.437500', '185705.897500', '185706.357500', '185706.817500', '185707.277500', '185707.737500', '185708.197500', '185708.657500', '185709.117500', '185709.577500', '185710.037500', '185710.497500', '185710.957500', '185711.417500', '185711.877500', '185712.337500', '185712.797500', '185713.257500', '185713.717500', '185714.177500', '185714.637500', '185715.097500', '185715.557500', '185716.017500', '185716.477500', '185716.937500', '185717.397500', '185717.857500', '185718.317500', '185718.777500', '185719.237500', '185719.697500', '185720.157500', '185720.617500', '185721.077500', '185721.537500', '185721.997500', '185722.457500', '185722.917500', '185723.377500', '185723.837500', '185724.297500', '185724.757500', '185725.217500', '185725.677500', '185726.137500', '185726.597500', '185727.057500', '185727.517500', '185727.977500', '185728.437500', '185728.897500', '185729.357500', '185729.817500', '185730.277500', '185730.737500', '185731.197500', '185731.657500', '185732.117500', '185732.577500', '185733.037500', '185733.497500', '185733.957500', '185734.417500', '185734.877500', '185735.337500', '185735.797500', '185736.257500', '185736.717500', '185737.177500', '185737.637500', '185738.097500', '185738.557500', '185739.017500', '185739.477500', '185739.937500', '185740.397500', '185740.857500', '185741.317500', '185741.777500', '185742.237500', '185742.697500', '185743.157500', '185743.617500', '185744.077500', '185744.537500', '185744.997500', '185745.457500', '185745.917500', '185746.377500', '185746.837500', '185747.297500', '185747.757500', '185748.217500', '185748.677500', '185749.137500', '185749.597500', '185750.057500', '185750.517500', '185750.977500', '185751.437500', '185751.897500', '185752.357500', '185752.817500', '185753.277500', '185753.737500', '185754.197500', '185754.657500', '185755.117500', '185755.577500', '185756.037500', '185756.497500', '185756.957500', '185757.417500', '185757.877500', '185758.337500', '185758.797500', '185759.257500', '185759.717500', '185800.177500', '185800.637500', '185801.097500', '185801.557500', '185802.017500', '185802.477500', '185802.937500', '185803.397500', '185803.857500', '185804.317500', '185804.777500', '185805.237500', '185805.697500', '185806.157500', '185806.617500', '185807.077500', '185807.537500', '185807.997500', '185808.457500', '185808.917500', '185809.377500', '185809.837500', '185810.297500', '185810.757500', '185811.217500', '185811.677500', '185812.137500', '185812.597500', '185813.057500', '185813.517500', '185813.977500', '185814.437500', '185814.897500', '185815.357500', '185815.817500', '185816.277500', '185816.737500', '185817.197500', '185817.657500', '185818.117500', '185818.577500', '185819.037500', '185819.497500', '185819.957500', '185820.417500', '185820.877500', '185821.337500', '185821.797500', '185822.257500', '185822.717500', '185823.177500', '185823.637500', '185824.097500', '185824.557500', '185825.017500', '185825.477500', '185825.937500', '185826.397500', '185826.857500', '185827.317500', '185827.777500', '185828.237500', '185828.697500', '185829.157500', '185829.617500', '185830.077500', '185830.537500', '185830.997500', '185831.457500', '185831.917500', '185832.377500', '185832.837500', '185833.297500', '185833.757500', '185834.217500', '185834.677500', '185835.137500', '185835.597500', '185836.057500', '185836.517500', '185836.977500', '185837.437500', '185837.897500', '185838.357500', '185838.817500', '185839.277500', '185839.737500', '185840.197500', '185840.657500', '185841.117500', '185841.577500', '185842.037500', '185842.497500', '185842.957500', '185843.417500', '185843.877500', '185844.337500', '185844.797500', '185845.257500', '185845.717500', '185846.177500', '185846.637500', '185847.097500', '185847.557500', '185848.017500', '185848.477500', '185848.937500', '185849.397500', '185849.857500', '185850.317500', '185850.777500', '185851.237500', '185851.697500', '185852.157500', '185852.617500', '185853.077500', '185853.537500', '185853.997500', '185854.457500', '185854.917500', '185855.377500', '185855.837500', '185856.297500', '185856.757500', '185857.217500', '185857.677500', '185858.137500', '185858.597500', '185859.057500', '185859.517500', '185859.977500', '185900.437500', '185900.897500', '185901.357500', '185901.817500', '185902.277500', '185902.737500', '185903.197500', '185903.657500', '185904.117500', '185904.577500', '185905.037500', '185905.497500', '185905.957500', '185906.417500', '185906.877500', '185907.337500', '185907.797500', '185908.257500', '185908.717500', '185909.177500', '185909.637500', '185910.097500', '185910.557500', '185911.017500', '185911.477500', '185911.937500', '185912.397500', '185912.857500', '185913.317500', '185913.777500', '185914.237500', '185914.697500', '185915.157500', '185915.617500', '185916.077500', '185916.537500', '185916.997500', '185917.457500', '185917.917500', '185918.377500', '185918.837500', '185919.297500', '185919.757500', '185920.217500', '185920.677500', '185921.137500', '185921.597500', '185922.057500', '185922.517500', '185922.977500', '185923.437500', '185923.897500', '185924.357500', '185924.817500', '185925.277500', '185925.737500', '185926.197500', '185926.657500', '185927.117500', '185927.577500', '185928.037500', '185928.497500', '185928.957500', '185929.417500', '185929.877500', '185930.337500', '185930.797500', '185931.257500', '185931.717500', '185932.177500', '185932.637500', '185933.097500', '185933.557500', '185934.017500', '185934.477500', '185934.937500', '185935.397500', '185935.857500', '185936.317500', '185936.777500', '185937.237500', '185937.697500', '185938.157500', '185938.617500', '185939.077500', '185939.537500', '185939.997500', '185940.457500', '185940.917500', '185941.377500', '185941.837500', '185942.297500', '185942.757500', '185943.217500', '185943.677500', '185944.137500', '185944.597500', '185945.057500', '185945.517500', '185945.977500', '185946.437500', '185946.897500', '185947.357500', '185947.817500', '185948.277500', '185948.737500', '185949.197500', '185949.657500', '185950.117500', '185950.577500', '185951.037500', '185951.497500', '185951.957500', '185952.417500', '185952.877500', '185953.337500', '185953.797500', '185954.257500', '185954.717500', '185955.177500', '185955.637500', '185956.097500', '185956.557500', '185957.017500', '185957.477500', '185957.937500', '185958.397500', '185958.857500', '185959.317500', '185959.777500', '190000.237500', '190000.697500', '190001.157500', '190001.617500', '190002.077500', '190002.537500', '190002.997500', '190003.457500', '190003.917500', '190004.377500', '190004.837500', '190005.297500', '190005.757500', '190006.217500', '190006.677500', '190007.137500', '190007.597500', '190008.057500', '190008.517500', '190008.977500', '190009.437500', '190009.897500', '190010.357500', '190010.817500', '190011.277500', '190011.737500', '190012.197500', '190012.657500', '190013.117500', '190013.577500', '190014.037500', '190014.497500', '190014.957500', '190015.417500', '190015.877500', '190016.337500', '190016.797500', '190017.257500', '190017.717500', '190018.177500', '190018.637500', '190019.097500', '190019.557500', '190020.017500', '190020.477500', '190020.937500', '190021.397500', '190021.857500', '190022.317500', '190022.777500', '190023.237500', '190023.697500', '190024.157500', '190024.617500', '190025.077500', '190025.537500', '190025.997500', '190026.457500', '190026.917500', '190027.377500', '190027.837500', '190028.297500', '190028.757500', '190029.217500', '190029.677500', '190030.137500', '190030.597500', '190031.057500', '190031.517500', '190031.977500', '190032.437500', '190032.897500', '190033.357500', '190033.817500', '190034.277500', '190034.737500', '190035.197500', '190035.657500', '190036.117500', '190036.577500', '190037.037500', '190037.497500', '190037.957500', '190038.417500', '190038.877500', '190039.337500', '190039.797500', '190040.257500', '190040.717500', '190041.177500', '190041.637500', '190042.097500', '190042.557500', '190043.017500', '190043.477500', '190043.937500', '190044.397500', '190044.857500', '190045.317500', '190045.777500', '190046.237500', '190046.697500', '190047.157500', '190047.617500', '190048.077500', '190048.537500', '190048.997500', '190049.457500', '190049.917500', '190050.377500', '190050.837500', '190051.297500', '190051.757500', '190052.217500', '190052.677500', '190053.137500', '190053.597500', '190054.057500', '190054.517500', '190054.977500', '190055.437500', '190055.897500', '190056.357500', '190056.817500', '190057.277500', '190057.737500', '190058.197500', '190058.657500', '190059.117500', '190059.577500', '190100.037500', '190100.497500', '190100.957500', '190101.417500', '190101.877500', '190102.337500', '190102.797500', '190103.257500', '190103.717500', '190104.177500', '190104.637500', '190105.097500', '190105.557500', '190106.017500', '190106.477500', '190106.937500', '190107.397500', '190107.857500', '190108.317500', '190108.777500', '190109.237500', '190109.697500', '190110.157500', '190110.617500', '190111.077500', '190111.537500', '190111.997500', '190112.457500', '190112.917500', '190113.377500', '190113.837500', '190114.297500', '190114.757500', '190115.217500', '190115.677500', '190116.137500', '190116.597500', '190117.057500', '190117.517500', '190117.977500', '190118.437500', '190118.897500', '190119.357500', '190119.817500', '190120.277500', '190120.737500', '190121.197500', '190121.657500', '190122.117500', '190122.577500', '190123.037500', '190123.497500', '190123.957500', '190124.417500', '190124.877500', '190125.337500', '190125.797500', '190126.257500', '190126.717500', '190127.177500', '190127.637500', '190128.097500', '190128.557500', '190129.017500', '190129.477500', '190129.937500', '190130.397500', '190130.857500', '190131.317500', '190131.777500', '190132.237500', '190132.697500', '190133.157500', '190133.617500', '190134.077500', '190134.537500', '190134.997500', '190135.457500', '190135.917500', '190136.377500', '190136.837500', '190137.297500', '190137.757500', '190138.217500', '190138.677500', '190139.137500', '190139.597500', '190140.057500', '190140.517500', '190140.977500', '190141.437500', '190141.897500', '190142.357500', '190142.817500', '190143.277500', '190143.737500', '190144.197500', '190144.657500', '190145.117500', '190145.577500', '190146.037500', '190146.497500', '190146.957500', '190147.417500', '190147.877500', '190148.337500', '190148.797500', '190149.257500', '190149.717500'], 'ContentTime': ['185206.002000', '185206.005000', '185206.008000', '185206.010000', '185206.013000', '185206.026000', '185206.029000', '185206.031000', '185206.034000', '185206.036000', '185206.039000', '185206.041000', '185206.044000', '185206.047000', '185206.049000', '185206.052000', '185206.054000', '185206.057000', '185206.060000', '185206.062000', '185206.065000', '185206.067000', '185206.070000', '185206.072000', '185206.075000', '185206.077000', '185206.080000', '185206.083000', '185206.085000', '185206.088000', '185206.090000', '185206.093000', '185206.095000', '185206.098000', '185206.101000', '185206.103000', '185206.106000', '185206.108000', '185206.111000', '185206.114000', '185206.116000', '185206.119000', '185206.121000', '185206.124000', '185206.127000', '185206.129000', '185206.138000', '185206.140000', '185206.143000', '185206.145000', '185225.961000', '185225.964000', '185225.967000', '185225.969000', '185225.972000', '185225.975000', '185225.977000', '185225.980000', '185225.982000', '185225.985000', '185225.988000', '185225.990000', '185225.993000', '185225.995000', '185225.998000', '185226.002000', '185226.013000', '185226.016000', '185226.018000', '185226.064000', '185226.066000', '185226.069000', '185226.072000', '185226.074000', '185226.077000', '185226.079000', '185226.082000', '185226.084000', '185226.087000', '185226.090000', '185226.092000', '185226.095000', '185226.098000', '185226.100000', '185226.103000', '185226.106000', '185226.108000', '185226.111000', '185226.113000', '185226.116000', '185226.118000', '185226.121000', '185226.123000', '185245.961000', '185245.964000', '185245.967000', '185245.969000', '185245.972000', '185245.975000', '185245.978000', '185245.980000', '185245.983000', '185245.985000', '185245.988000', '185245.991000', '185245.993000', '185245.996000', '185245.998000', '185246.002000', '185246.005000', '185246.008000', '185246.010000', '185246.013000', '185246.015000', '185246.018000', '185246.021000', '185246.023000', '185246.026000', '185246.028000', '185246.031000', '185246.033000', '185246.036000', '185246.039000', '185246.041000', '185246.044000', '185246.046000', '185246.049000', '185246.052000', '185246.054000', '185246.057000', '185246.059000', '185246.062000', '185246.064000', '185246.067000', '185246.069000', '185246.072000', '185246.075000', '185305.961000', '185305.964000', '185305.967000', '185305.969000', '185305.972000', '185305.975000', '185305.977000', '185305.980000', '185305.982000', '185305.985000', '185305.988000', '185305.990000', '185305.993000', '185305.995000', '185305.998000', '185306.002000', '185306.004000', '185306.007000', '185306.009000', '185306.013000', '185306.016000', '185306.019000', '185306.021000', '185306.024000', '185306.027000', '185306.029000', '185306.032000', '185306.034000', '185306.037000', '185306.039000', '185306.042000', '185306.045000', '185306.047000', '185306.050000', '185306.053000', '185306.055000', '185306.066000', '185306.068000', '185306.071000', '185306.073000', '185306.076000', '185306.079000', '185306.081000', '185325.963000', '185325.965000', '185325.968000', '185325.971000', '185325.973000', '185325.976000', '185325.978000', '185325.981000', '185325.984000', '185325.986000', '185325.989000', '185325.991000', '185325.994000', '185325.996000', '185325.999000', '185326.001000', '185326.004000', '185326.007000', '185326.009000', '185326.012000', '185326.014000', '185326.017000', '185326.019000', '185326.022000', '185326.025000', '185326.027000', '185326.030000', '185326.032000', '185326.035000', '185326.038000', '185326.040000', '185326.050000', '185326.052000', '185326.055000', '185326.057000', '185326.060000', '185326.063000', '185326.065000', '185326.068000', '185326.070000', '185326.073000', '185326.076000', '185326.078000', '185326.081000', '185345.962000', '185345.965000', '185345.968000', '185345.971000', '185345.973000', '185345.976000', '185345.978000', '185345.981000', '185345.983000', '185345.986000', '185345.988000', '185345.991000', '185345.994000', '185345.996000', '185346.000000', '185346.002000', '185346.005000', '185346.008000', '185346.010000', '185346.013000', '185346.016000', '185346.018000', '185346.021000', '185346.023000', '185346.026000', '185346.029000', '185346.031000', '185346.034000', '185346.036000', '185346.039000', '185346.041000', '185346.044000', '185346.047000', '185346.049000', '185346.052000', '185346.054000', '185346.057000', '185346.059000', '185346.062000', '185346.065000', '185346.067000', '185346.070000', '185346.073000', '185405.962000', '185405.965000', '185405.968000', '185405.970000', '185405.973000', '185405.975000', '185405.978000', '185405.981000', '185405.983000', '185405.986000', '185405.988000', '185405.991000', '185405.994000', '185405.996000', '185406.000000', '185406.016000', '185406.019000', '185406.021000', '185406.024000', '185406.026000', '185406.029000', '185406.031000', '185406.034000', '185406.037000', '185406.039000', '185406.042000', '185406.044000', '185406.047000', '185406.050000', '185406.052000', '185406.055000', '185406.058000', '185406.060000', '185406.063000', '185406.065000', '185406.068000', '185406.071000', '185406.073000', '185406.076000', '185406.078000', '185406.081000', '185406.084000', '185406.086000', '185406.089000', '185425.962000', '185425.965000', '185425.968000', '185425.970000', '185425.973000', '185425.976000', '185425.978000', '185425.981000', '185425.983000', '185425.986000', '185425.988000', '185425.991000', '185425.994000', '185425.996000', '185426.000000', '185426.003000', '185426.005000', '185426.008000', '185426.010000', '185426.013000', '185426.016000', '185426.018000', '185426.021000', '185426.023000', '185426.026000', '185426.029000', '185426.031000', '185426.034000', '185426.037000', '185426.040000', '185426.043000', '185426.046000', '185426.049000', '185426.051000', '185426.054000', '185426.056000', '185426.059000', '185426.061000', '185426.064000', '185426.067000', '185426.069000', '185426.072000', '185426.074000', '185445.961000', '185445.964000', '185445.968000', '185445.970000', '185445.973000', '185445.976000', '185445.978000', '185445.981000', '185445.983000', '185445.986000', '185445.988000', '185445.991000', '185445.994000', '185445.996000', '185446.000000', '185446.002000', '185446.005000', '185446.008000', '185446.010000', '185446.013000', '185446.015000', '185446.018000', '185446.020000', '185446.023000', '185446.025000', '185446.028000', '185446.031000', '185446.033000', '185446.036000', '185446.038000', '185446.041000', '185446.044000', '185446.046000', '185446.049000', '185446.052000', '185446.054000', '185446.057000', '185446.059000', '185446.062000', '185446.064000', '185446.067000', '185446.070000', '185446.072000', '185446.075000', '185505.961000', '185505.964000', '185505.967000', '185505.969000', '185505.972000', '185505.975000', '185505.977000', '185505.980000', '185505.982000', '185505.985000', '185505.988000', '185505.990000', '185505.993000', '185505.995000', '185505.998000', '185506.002000', '185506.004000', '185506.007000', '185506.009000', '185506.012000', '185506.014000', '185506.017000', '185506.020000', '185506.022000', '185506.025000', '185506.028000', '185506.030000', '185506.033000', '185506.035000', '185506.038000', '185506.041000', '185506.043000', '185506.046000', '185506.049000', '185506.051000', '185506.054000', '185506.057000', '185506.059000', '185506.062000', '185506.064000', '185506.067000', '185506.070000', '185506.072000', '185525.961000', '185525.964000', '185525.967000', '185525.969000', '185525.972000', '185525.975000', '185525.977000', '185525.980000', '185525.982000', '185525.985000', '185525.987000', '185525.990000', '185525.993000', '185525.995000', '185525.998000', '185526.001000', '185526.004000', '185526.007000', '185526.009000', '185526.012000', '185526.014000', '185526.017000', '185526.019000', '185526.022000', '185526.025000', '185526.027000', '185526.030000', '185526.033000', '185526.035000', '185526.038000', '185526.040000', '185526.043000', '185526.046000', '185526.048000', '185526.051000', '185526.053000', '185526.056000', '185526.059000', '185526.061000', '185526.064000', '185526.066000', '185526.069000', '185526.072000', '185526.074000', '185545.962000', '185545.965000', '185545.968000', '185545.970000', '185545.973000', '185545.976000', '185545.978000', '185545.981000', '185545.983000', '185545.986000', '185545.989000', '185545.991000', '185545.994000', '185545.996000', '185545.999000', '185546.002000', '185546.004000', '185546.007000', '185546.009000', '185546.012000', '185546.015000', '185546.017000', '185546.020000', '185546.022000', '185546.025000', '185546.028000', '185546.030000', '185546.033000', '185546.035000', '185546.038000', '185546.041000', '185546.043000', '185546.046000', '185546.048000', '185546.051000', '185546.053000', '185546.056000', '185546.059000', '185546.061000', '185546.064000', '185546.066000', '185546.069000', '185546.072000', '185605.962000', '185605.965000', '185605.968000', '185605.971000', '185605.973000', '185605.976000', '185605.979000', '185605.981000', '185605.984000', '185605.987000', '185605.989000', '185605.992000', '185605.995000', '185605.997000', '185606.001000', '185606.003000', '185606.006000', '185606.009000', '185606.011000', '185606.014000', '185606.016000', '185606.019000', '185606.021000', '185606.024000', '185606.027000', '185606.029000', '185606.032000', '185606.034000', '185606.037000', '185606.040000', '185606.043000', '185606.045000', '185606.048000', '185606.050000', '185606.053000', '185606.055000', '185606.058000', '185606.061000', '185606.063000', '185606.066000', '185606.069000', '185606.071000', '185606.074000', '185606.076000', '185625.963000', '185625.965000', '185625.968000', '185625.971000', '185625.973000', '185625.976000', '185625.978000', '185625.981000', '185625.983000', '185625.986000', '185625.989000', '185625.991000', '185625.994000', '185625.997000', '185626.000000', '185626.003000', '185626.005000', '185626.008000', '185626.011000', '185626.013000', '185626.016000', '185626.018000', '185626.032000', '185626.035000', '185626.038000', '185626.040000', '185626.043000', '185626.046000', '185626.048000', '185626.051000', '185626.053000', '185626.056000', '185626.059000', '185626.061000', '185626.064000', '185626.066000', '185626.069000', '185626.072000', '185626.074000', '185626.077000', '185626.079000', '185626.082000', '185626.085000', '185645.963000', '185645.966000', '185645.968000', '185645.971000', '185645.973000', '185645.976000', '185645.979000', '185645.981000', '185645.984000', '185645.986000', '185645.989000', '185645.992000', '185645.994000', '185645.997000', '185646.000000', '185646.003000', '185646.005000', '185646.008000', '185646.011000', '185646.013000', '185646.016000', '185646.018000', '185646.021000', '185646.023000', '185646.026000', '185646.029000', '185646.031000', '185646.034000', '185646.036000', '185646.039000', '185646.042000', '185646.044000', '185646.047000', '185646.050000', '185646.052000', '185646.055000', '185646.057000', '185646.060000', '185646.063000', '185646.065000', '185646.068000', '185646.070000', '185646.073000', '185646.076000', '185705.962000', '185705.964000', '185705.967000', '185705.970000', '185705.972000', '185705.975000', '185705.978000', '185705.980000', '185705.983000', '185705.985000', '185705.988000', '185705.991000', '185705.993000', '185705.996000', '185706.000000', '185706.002000', '185706.005000', '185706.007000', '185706.010000', '185706.012000', '185706.015000', '185706.029000', '185706.031000', '185706.034000', '185706.036000', '185706.039000', '185706.042000', '185706.044000', '185706.047000', '185706.049000', '185706.052000', '185706.055000', '185706.057000', '185706.060000', '185706.062000', '185706.070000', '185706.082000', '185706.085000', '185706.088000', '185706.090000', '185706.093000', '185706.095000', '185706.098000', '185725.961000', '185725.964000', '185725.967000', '185725.969000', '185725.972000', '185725.975000', '185725.977000', '185725.980000', '185725.982000', '185725.985000', '185725.988000', '185725.990000', '185725.993000', '185725.995000', '185725.998000', '185726.002000', '185726.004000', '185726.007000', '185726.010000', '185726.013000', '185726.015000', '185726.018000', '185726.021000', '185726.023000', '185726.026000', '185726.028000', '185726.031000', '185726.034000', '185726.036000', '185726.039000', '185726.041000', '185726.044000', '185726.047000', '185726.049000', '185726.052000', '185726.055000', '185726.057000', '185726.060000', '185726.063000', '185726.065000', '185726.068000', '185726.071000', '185726.073000', '185726.076000', '185745.962000', '185745.964000', '185745.967000', '185745.970000', '185745.972000', '185745.975000', '185745.977000', '185745.980000', '185745.983000', '185745.985000', '185745.988000', '185745.990000', '185745.993000', '185745.996000', '185745.998000', '185746.002000', '185746.004000', '185746.007000', '185746.009000', '185746.012000', '185746.015000', '185746.017000', '185746.020000', '185746.022000', '185746.025000', '185746.028000', '185746.030000', '185746.033000', '185746.035000', '185746.038000', '185746.041000', '185746.043000', '185746.046000', '185746.048000', '185746.051000', '185746.055000', '185746.057000', '185746.060000', '185746.063000', '185746.065000', '185746.068000', '185746.070000', '185746.073000', '185805.962000', '185805.965000', '185805.968000', '185805.970000', '185805.973000', '185805.976000', '185805.978000', '185805.981000', '185805.983000', '185805.986000', '185805.988000', '185805.991000', '185805.994000', '185805.996000', '185805.999000', '185806.001000', '185806.004000', '185806.006000', '185806.009000', '185806.012000', '185806.014000', '185806.017000', '185806.019000', '185806.022000', '185806.025000', '185806.027000', '185806.030000', '185806.032000', '185806.035000', '185806.037000', '185806.040000', '185806.043000', '185806.045000', '185806.048000', '185806.050000', '185806.053000', '185806.056000', '185806.058000', '185806.061000', '185806.063000', '185806.066000', '185806.068000', '185806.071000', '185806.074000', '185825.962000', '185825.965000', '185825.968000', '185825.970000', '185825.973000', '185825.976000', '185825.978000', '185825.981000', '185825.983000', '185825.986000', '185825.989000', '185825.991000', '185825.994000', '185825.996000', '185826.000000', '185826.003000', '185826.005000', '185826.008000', '185826.010000', '185826.013000', '185826.016000', '185826.018000', '185826.021000', '185826.023000', '185826.026000', '185826.029000', '185826.031000', '185826.034000', '185826.036000', '185826.039000', '185826.042000', '185826.044000', '185826.055000', '185826.058000', '185826.061000', '185826.063000', '185826.066000', '185826.068000', '185826.071000', '185826.073000', '185826.076000', '185826.079000', '185826.081000', '185845.963000', '185845.965000', '185845.968000', '185845.971000', '185845.973000', '185845.976000', '185845.979000', '185845.981000', '185845.984000', '185845.986000', '185845.989000', '185845.992000', '185845.997000', '185846.000000', '185846.003000', '185846.006000', '185846.008000', '185846.011000', '185846.013000', '185846.016000', '185846.019000', '185846.021000', '185846.024000', '185846.026000', '185846.029000', '185846.032000', '185846.034000', '185846.037000', '185846.039000', '185846.042000', '185846.045000', '185846.047000', '185846.050000', '185846.053000', '185846.055000', '185846.058000', '185846.060000', '185846.063000', '185846.066000', '185846.068000', '185846.071000', '185846.073000', '185846.076000', '185905.962000', '185905.965000', '185905.968000', '185905.971000', '185905.973000', '185905.976000', '185905.978000', '185905.981000', '185905.983000', '185905.986000', '185905.989000', '185905.991000', '185905.994000', '185905.996000', '185906.000000', '185906.003000', '185906.005000', '185906.008000', '185906.016000', '185906.018000', '185906.021000', '185906.023000', '185906.026000', '185906.029000', '185906.031000', '185906.034000', '185906.036000', '185906.039000', '185906.042000', '185906.044000', '185906.047000', '185906.049000', '185906.052000', '185906.055000', '185906.057000', '185906.060000', '185906.062000', '185906.065000', '185906.068000', '185906.070000', '185906.073000', '185906.075000', '185906.078000', '185906.080000', '185925.961000', '185925.964000', '185925.967000', '185925.970000', '185925.972000', '185925.975000', '185925.977000', '185925.980000', '185925.983000', '185925.985000', '185925.988000', '185925.990000', '185925.993000', '185925.996000', '185925.998000', '185926.002000', '185926.004000', '185926.007000', '185926.010000', '185926.012000', '185926.015000', '185926.017000', '185926.020000', '185926.022000', '185926.025000', '185926.027000', '185926.030000', '185926.033000', '185926.035000', '185926.038000', '185926.040000', '185926.043000', '185926.046000', '185926.048000', '185926.051000', '185926.053000', '185926.056000', '185926.059000', '185926.061000', '185926.064000', '185926.067000', '185926.069000', '185926.072000', '185926.074000', '185945.962000', '185945.964000', '185945.967000', '185945.970000', '185945.972000', '185945.975000', '185945.977000', '185945.980000', '185945.983000', '185945.985000', '185945.997000', '185946.001000', '185946.003000', '185946.006000', '185946.008000', '185946.011000', '185946.014000', '185946.016000', '185946.019000', '185946.021000', '185946.024000', '185946.027000', '185946.029000', '185946.032000', '185946.034000', '185946.037000', '185946.039000', '185946.042000', '185946.045000', '185946.055000', '185946.058000', '185946.060000', '185946.063000', '185946.066000', '185946.068000', '185946.071000', '185946.073000', '185946.076000', '185946.078000', '185946.081000', '185946.084000', '185946.086000', '185946.089000', '190005.962000', '190005.965000', '190005.967000', '190005.970000', '190005.972000', '190005.975000', '190005.978000', '190005.981000', '190005.984000', '190005.987000', '190005.990000', '190005.992000', '190005.995000', '190005.997000', '190006.001000', '190006.004000', '190006.006000', '190006.009000', '190006.012000', '190006.014000', '190006.017000', '190006.019000', '190006.022000', '190006.025000', '190006.027000', '190006.031000', '190006.034000', '190006.036000', '190006.039000', '190006.042000', '190006.044000', '190006.047000', '190006.049000', '190006.052000', '190006.054000', '190006.057000', '190006.060000', '190006.062000', '190006.065000', '190006.068000', '190006.070000', '190006.073000', '190006.075000', '190025.963000', '190025.966000', '190025.968000', '190025.971000', '190025.973000', '190025.976000', '190025.978000', '190025.981000', '190025.984000', '190025.986000', '190025.989000', '190025.991000', '190025.994000', '190025.996000', '190025.999000', '190026.002000', '190026.005000', '190026.007000', '190026.010000', '190026.012000', '190026.015000', '190026.017000', '190026.020000', '190026.023000', '190026.025000', '190026.028000', '190026.030000', '190026.033000', '190026.036000', '190026.038000', '190026.041000', '190026.043000', '190026.046000', '190026.048000', '190026.051000', '190026.054000', '190026.056000', '190026.059000', '190026.061000', '190026.064000', '190026.067000', '190026.069000', '190026.072000', '190026.074000', '190045.963000', '190045.965000', '190045.968000', '190045.971000', '190045.973000', '190045.976000', '190045.978000', '190045.981000', '190045.983000', '190045.987000', '190045.990000', '190045.993000', '190045.996000', '190045.998000', '190046.002000', '190046.005000', '190046.007000', '190046.010000', '190046.012000', '190046.015000', '190046.017000', '190046.020000', '190046.023000', '190046.025000', '190046.028000', '190046.030000', '190046.033000', '190046.036000', '190046.038000', '190046.041000', '190046.043000', '190046.046000', '190046.049000', '190046.051000', '190046.054000', '190046.056000', '190046.059000', '190046.061000', '190046.064000', '190046.067000', '190046.069000', '190046.072000', '190046.074000', '190105.963000', '190105.966000', '190105.968000', '190105.971000', '190105.973000', '190105.976000', '190105.978000', '190105.981000', '190105.984000', '190105.986000', '190105.989000', '190105.991000', '190105.994000', '190105.997000', '190106.000000', '190106.003000', '190106.006000', '190106.008000', '190106.011000', '190106.013000', '190106.016000', '190106.019000', '190106.021000', '190106.024000', '190106.026000', '190106.029000', '190106.040000', '190106.042000', '190106.045000', '190106.048000', '190106.050000', '190106.053000', '190106.055000', '190106.058000', '190106.060000', '190106.063000', '190106.066000', '190106.068000', '190106.071000', '190106.073000', '190106.076000', '190106.079000', '190106.081000', '190106.084000', '190125.963000', '190125.966000', '190125.968000', '190125.971000', '190125.973000', '190125.976000', '190125.979000', '190125.981000', '190125.984000', '190125.987000', '190125.989000', '190125.992000', '190125.995000', '190125.997000', '190126.001000', '190126.004000', '190126.006000', '190126.009000', '190126.011000', '190126.014000', '190126.017000', '190126.020000', '190126.023000', '190126.026000', '190126.029000', '190126.031000', '190126.034000', '190126.037000', '190126.039000', '190126.042000', '190126.044000', '190126.047000', '190126.050000', '190126.052000', '190126.055000', '190126.057000', '190126.060000', '190126.063000', '190126.065000', '190126.068000', '190126.071000', '190126.074000', '190126.077000', '190145.962000', '190145.964000', '190145.967000', '190145.970000', '190145.972000', '190145.975000', '190145.977000', '190145.980000', '190145.983000', '190145.985000', '190145.988000', '190145.990000', '190145.993000', '190145.996000', '190145.998000', '190146.002000', '190146.004000', '190146.007000', '190146.010000', '190146.012000', '190146.015000', '190146.017000', '190146.020000', '190146.022000', '190146.025000', '190146.028000', '190146.030000', '190146.033000', '190146.036000', '190146.038000', '190146.041000', '190146.043000', '190146.046000', '190146.049000', '190146.051000', '190146.054000', '190146.056000', '190146.059000', '190146.062000', '190146.064000', '190146.067000', '190146.069000', '190146.072000', '190146.075000', '190150.847000', '190150.850000', '190150.852000', '190150.855000', '190150.857000', '190150.860000', '190150.863000', '190150.865000', '190150.868000', '190150.870000', '190150.873000'], 'InstanceCreationTime': ['185206.002000', '185206.005000', '185206.008000', '185206.010000', '185206.013000', '185206.026000', '185206.029000', '185206.031000', '185206.034000', '185206.036000', '185206.039000', '185206.041000', '185206.044000', '185206.047000', '185206.049000', '185206.052000', '185206.054000', '185206.057000', '185206.060000', '185206.062000', '185206.065000', '185206.067000', '185206.070000', '185206.072000', '185206.075000', '185206.077000', '185206.080000', '185206.083000', '185206.085000', '185206.088000', '185206.090000', '185206.093000', '185206.095000', '185206.098000', '185206.101000', '185206.103000', '185206.106000', '185206.108000', '185206.111000', '185206.114000', '185206.116000', '185206.119000', '185206.121000', '185206.124000', '185206.127000', '185206.129000', '185206.138000', '185206.140000', '185206.143000', '185206.145000', '185225.961000', '185225.964000', '185225.967000', '185225.969000', '185225.972000', '185225.975000', '185225.977000', '185225.980000', '185225.982000', '185225.985000', '185225.988000', '185225.990000', '185225.993000', '185225.995000', '185225.998000', '185226.002000', '185226.013000', '185226.016000', '185226.018000', '185226.064000', '185226.066000', '185226.069000', '185226.072000', '185226.074000', '185226.077000', '185226.079000', '185226.082000', '185226.084000', '185226.087000', '185226.090000', '185226.092000', '185226.095000', '185226.098000', '185226.100000', '185226.103000', '185226.106000', '185226.108000', '185226.111000', '185226.113000', '185226.116000', '185226.118000', '185226.121000', '185226.123000', '185245.961000', '185245.964000', '185245.967000', '185245.969000', '185245.972000', '185245.975000', '185245.978000', '185245.980000', '185245.983000', '185245.985000', '185245.988000', '185245.991000', '185245.993000', '185245.996000', '185245.998000', '185246.002000', '185246.005000', '185246.008000', '185246.010000', '185246.013000', '185246.015000', '185246.018000', '185246.021000', '185246.023000', '185246.026000', '185246.028000', '185246.031000', '185246.033000', '185246.036000', '185246.039000', '185246.041000', '185246.044000', '185246.046000', '185246.049000', '185246.052000', '185246.054000', '185246.057000', '185246.059000', '185246.062000', '185246.064000', '185246.067000', '185246.069000', '185246.072000', '185246.075000', '185305.961000', '185305.964000', '185305.967000', '185305.969000', '185305.972000', '185305.975000', '185305.977000', '185305.980000', '185305.982000', '185305.985000', '185305.988000', '185305.990000', '185305.993000', '185305.995000', '185305.998000', '185306.002000', '185306.004000', '185306.007000', '185306.009000', '185306.013000', '185306.016000', '185306.019000', '185306.021000', '185306.024000', '185306.027000', '185306.029000', '185306.032000', '185306.034000', '185306.037000', '185306.039000', '185306.042000', '185306.045000', '185306.047000', '185306.050000', '185306.053000', '185306.055000', '185306.066000', '185306.068000', '185306.071000', '185306.073000', '185306.076000', '185306.079000', '185306.081000', '185325.963000', '185325.965000', '185325.968000', '185325.971000', '185325.973000', '185325.976000', '185325.978000', '185325.981000', '185325.984000', '185325.986000', '185325.989000', '185325.991000', '185325.994000', '185325.996000', '185325.999000', '185326.001000', '185326.004000', '185326.007000', '185326.009000', '185326.012000', '185326.014000', '185326.017000', '185326.019000', '185326.022000', '185326.025000', '185326.027000', '185326.030000', '185326.032000', '185326.035000', '185326.038000', '185326.040000', '185326.050000', '185326.052000', '185326.055000', '185326.057000', '185326.060000', '185326.063000', '185326.065000', '185326.068000', '185326.070000', '185326.073000', '185326.076000', '185326.078000', '185326.081000', '185345.962000', '185345.965000', '185345.968000', '185345.971000', '185345.973000', '185345.976000', '185345.978000', '185345.981000', '185345.983000', '185345.986000', '185345.988000', '185345.991000', '185345.994000', '185345.996000', '185346.000000', '185346.002000', '185346.005000', '185346.008000', '185346.010000', '185346.013000', '185346.016000', '185346.018000', '185346.021000', '185346.023000', '185346.026000', '185346.029000', '185346.031000', '185346.034000', '185346.036000', '185346.039000', '185346.041000', '185346.044000', '185346.047000', '185346.049000', '185346.052000', '185346.054000', '185346.057000', '185346.059000', '185346.062000', '185346.065000', '185346.067000', '185346.070000', '185346.073000', '185405.962000', '185405.965000', '185405.968000', '185405.970000', '185405.973000', '185405.975000', '185405.978000', '185405.981000', '185405.983000', '185405.986000', '185405.988000', '185405.991000', '185405.994000', '185405.996000', '185406.000000', '185406.016000', '185406.019000', '185406.021000', '185406.024000', '185406.026000', '185406.029000', '185406.031000', '185406.034000', '185406.037000', '185406.039000', '185406.042000', '185406.044000', '185406.047000', '185406.050000', '185406.052000', '185406.055000', '185406.058000', '185406.060000', '185406.063000', '185406.065000', '185406.068000', '185406.071000', '185406.073000', '185406.076000', '185406.078000', '185406.081000', '185406.084000', '185406.086000', '185406.089000', '185425.962000', '185425.965000', '185425.968000', '185425.970000', '185425.973000', '185425.976000', '185425.978000', '185425.981000', '185425.983000', '185425.986000', '185425.988000', '185425.991000', '185425.994000', '185425.996000', '185426.000000', '185426.003000', '185426.005000', '185426.008000', '185426.010000', '185426.013000', '185426.016000', '185426.018000', '185426.021000', '185426.023000', '185426.026000', '185426.029000', '185426.031000', '185426.034000', '185426.037000', '185426.040000', '185426.043000', '185426.046000', '185426.049000', '185426.051000', '185426.054000', '185426.056000', '185426.059000', '185426.061000', '185426.064000', '185426.067000', '185426.069000', '185426.072000', '185426.074000', '185445.961000', '185445.964000', '185445.968000', '185445.970000', '185445.973000', '185445.976000', '185445.978000', '185445.981000', '185445.983000', '185445.986000', '185445.988000', '185445.991000', '185445.994000', '185445.996000', '185446.000000', '185446.002000', '185446.005000', '185446.008000', '185446.010000', '185446.013000', '185446.015000', '185446.018000', '185446.020000', '185446.023000', '185446.025000', '185446.028000', '185446.031000', '185446.033000', '185446.036000', '185446.038000', '185446.041000', '185446.044000', '185446.046000', '185446.049000', '185446.052000', '185446.054000', '185446.057000', '185446.059000', '185446.062000', '185446.064000', '185446.067000', '185446.070000', '185446.072000', '185446.075000', '185505.961000', '185505.964000', '185505.967000', '185505.969000', '185505.972000', '185505.975000', '185505.977000', '185505.980000', '185505.982000', '185505.985000', '185505.988000', '185505.990000', '185505.993000', '185505.995000', '185505.998000', '185506.002000', '185506.004000', '185506.007000', '185506.009000', '185506.012000', '185506.014000', '185506.017000', '185506.020000', '185506.022000', '185506.025000', '185506.028000', '185506.030000', '185506.033000', '185506.035000', '185506.038000', '185506.041000', '185506.043000', '185506.046000', '185506.049000', '185506.051000', '185506.054000', '185506.057000', '185506.059000', '185506.062000', '185506.064000', '185506.067000', '185506.070000', '185506.072000', '185525.961000', '185525.964000', '185525.967000', '185525.969000', '185525.972000', '185525.975000', '185525.977000', '185525.980000', '185525.982000', '185525.985000', '185525.987000', '185525.990000', '185525.993000', '185525.995000', '185525.998000', '185526.001000', '185526.004000', '185526.007000', '185526.009000', '185526.012000', '185526.014000', '185526.017000', '185526.019000', '185526.022000', '185526.025000', '185526.027000', '185526.030000', '185526.033000', '185526.035000', '185526.038000', '185526.040000', '185526.043000', '185526.046000', '185526.048000', '185526.051000', '185526.053000', '185526.056000', '185526.059000', '185526.061000', '185526.064000', '185526.066000', '185526.069000', '185526.072000', '185526.074000', '185545.962000', '185545.965000', '185545.968000', '185545.970000', '185545.973000', '185545.976000', '185545.978000', '185545.981000', '185545.983000', '185545.986000', '185545.989000', '185545.991000', '185545.994000', '185545.996000', '185545.999000', '185546.002000', '185546.004000', '185546.007000', '185546.009000', '185546.012000', '185546.015000', '185546.017000', '185546.020000', '185546.022000', '185546.025000', '185546.028000', '185546.030000', '185546.033000', '185546.035000', '185546.038000', '185546.041000', '185546.043000', '185546.046000', '185546.048000', '185546.051000', '185546.053000', '185546.056000', '185546.059000', '185546.061000', '185546.064000', '185546.066000', '185546.069000', '185546.072000', '185605.962000', '185605.965000', '185605.968000', '185605.971000', '185605.973000', '185605.976000', '185605.979000', '185605.981000', '185605.984000', '185605.987000', '185605.989000', '185605.992000', '185605.995000', '185605.997000', '185606.001000', '185606.003000', '185606.006000', '185606.009000', '185606.011000', '185606.014000', '185606.016000', '185606.019000', '185606.021000', '185606.024000', '185606.027000', '185606.029000', '185606.032000', '185606.034000', '185606.037000', '185606.040000', '185606.043000', '185606.045000', '185606.048000', '185606.050000', '185606.053000', '185606.055000', '185606.058000', '185606.061000', '185606.063000', '185606.066000', '185606.069000', '185606.071000', '185606.074000', '185606.076000', '185625.963000', '185625.965000', '185625.968000', '185625.971000', '185625.973000', '185625.976000', '185625.978000', '185625.981000', '185625.983000', '185625.986000', '185625.989000', '185625.991000', '185625.994000', '185625.997000', '185626.000000', '185626.003000', '185626.005000', '185626.008000', '185626.011000', '185626.013000', '185626.016000', '185626.018000', '185626.032000', '185626.035000', '185626.038000', '185626.040000', '185626.043000', '185626.046000', '185626.048000', '185626.051000', '185626.053000', '185626.056000', '185626.059000', '185626.061000', '185626.064000', '185626.066000', '185626.069000', '185626.072000', '185626.074000', '185626.077000', '185626.079000', '185626.082000', '185626.085000', '185645.963000', '185645.966000', '185645.968000', '185645.971000', '185645.973000', '185645.976000', '185645.979000', '185645.981000', '185645.984000', '185645.986000', '185645.989000', '185645.992000', '185645.994000', '185645.997000', '185646.000000', '185646.003000', '185646.005000', '185646.008000', '185646.011000', '185646.013000', '185646.016000', '185646.018000', '185646.021000', '185646.023000', '185646.026000', '185646.029000', '185646.031000', '185646.034000', '185646.036000', '185646.039000', '185646.042000', '185646.044000', '185646.047000', '185646.050000', '185646.052000', '185646.055000', '185646.057000', '185646.060000', '185646.063000', '185646.065000', '185646.068000', '185646.070000', '185646.073000', '185646.076000', '185705.962000', '185705.964000', '185705.967000', '185705.970000', '185705.972000', '185705.975000', '185705.978000', '185705.980000', '185705.983000', '185705.985000', '185705.988000', '185705.991000', '185705.993000', '185705.996000', '185706.000000', '185706.002000', '185706.005000', '185706.007000', '185706.010000', '185706.012000', '185706.015000', '185706.029000', '185706.031000', '185706.034000', '185706.036000', '185706.039000', '185706.042000', '185706.044000', '185706.047000', '185706.049000', '185706.052000', '185706.055000', '185706.057000', '185706.060000', '185706.062000', '185706.070000', '185706.082000', '185706.085000', '185706.088000', '185706.090000', '185706.093000', '185706.095000', '185706.098000', '185725.961000', '185725.964000', '185725.967000', '185725.969000', '185725.972000', '185725.975000', '185725.977000', '185725.980000', '185725.982000', '185725.985000', '185725.988000', '185725.990000', '185725.993000', '185725.995000', '185725.998000', '185726.002000', '185726.004000', '185726.007000', '185726.010000', '185726.013000', '185726.015000', '185726.018000', '185726.021000', '185726.023000', '185726.026000', '185726.028000', '185726.031000', '185726.034000', '185726.036000', '185726.039000', '185726.041000', '185726.044000', '185726.047000', '185726.049000', '185726.052000', '185726.055000', '185726.057000', '185726.060000', '185726.063000', '185726.065000', '185726.068000', '185726.071000', '185726.073000', '185726.076000', '185745.962000', '185745.964000', '185745.967000', '185745.970000', '185745.972000', '185745.975000', '185745.977000', '185745.980000', '185745.983000', '185745.985000', '185745.988000', '185745.990000', '185745.993000', '185745.996000', '185745.998000', '185746.002000', '185746.004000', '185746.007000', '185746.009000', '185746.012000', '185746.015000', '185746.017000', '185746.020000', '185746.022000', '185746.025000', '185746.028000', '185746.030000', '185746.033000', '185746.035000', '185746.038000', '185746.041000', '185746.043000', '185746.046000', '185746.048000', '185746.051000', '185746.055000', '185746.057000', '185746.060000', '185746.063000', '185746.065000', '185746.068000', '185746.070000', '185746.073000', '185805.962000', '185805.965000', '185805.968000', '185805.970000', '185805.973000', '185805.976000', '185805.978000', '185805.981000', '185805.983000', '185805.986000', '185805.988000', '185805.991000', '185805.994000', '185805.996000', '185805.999000', '185806.001000', '185806.004000', '185806.006000', '185806.009000', '185806.012000', '185806.014000', '185806.017000', '185806.019000', '185806.022000', '185806.025000', '185806.027000', '185806.030000', '185806.032000', '185806.035000', '185806.037000', '185806.040000', '185806.043000', '185806.045000', '185806.048000', '185806.050000', '185806.053000', '185806.056000', '185806.058000', '185806.061000', '185806.063000', '185806.066000', '185806.068000', '185806.071000', '185806.074000', '185825.962000', '185825.965000', '185825.968000', '185825.970000', '185825.973000', '185825.976000', '185825.978000', '185825.981000', '185825.983000', '185825.986000', '185825.989000', '185825.991000', '185825.994000', '185825.996000', '185826.000000', '185826.003000', '185826.005000', '185826.008000', '185826.010000', '185826.013000', '185826.016000', '185826.018000', '185826.021000', '185826.023000', '185826.026000', '185826.029000', '185826.031000', '185826.034000', '185826.036000', '185826.039000', '185826.042000', '185826.044000', '185826.055000', '185826.058000', '185826.061000', '185826.063000', '185826.066000', '185826.068000', '185826.071000', '185826.073000', '185826.076000', '185826.079000', '185826.081000', '185845.963000', '185845.965000', '185845.968000', '185845.971000', '185845.973000', '185845.976000', '185845.979000', '185845.981000', '185845.984000', '185845.986000', '185845.989000', '185845.992000', '185845.997000', '185846.000000', '185846.003000', '185846.006000', '185846.008000', '185846.011000', '185846.013000', '185846.016000', '185846.019000', '185846.021000', '185846.024000', '185846.026000', '185846.029000', '185846.032000', '185846.034000', '185846.037000', '185846.039000', '185846.042000', '185846.045000', '185846.047000', '185846.050000', '185846.053000', '185846.055000', '185846.058000', '185846.060000', '185846.063000', '185846.066000', '185846.068000', '185846.071000', '185846.073000', '185846.076000', '185905.962000', '185905.965000', '185905.968000', '185905.971000', '185905.973000', '185905.976000', '185905.978000', '185905.981000', '185905.983000', '185905.986000', '185905.989000', '185905.991000', '185905.994000', '185905.996000', '185906.000000', '185906.003000', '185906.005000', '185906.008000', '185906.016000', '185906.018000', '185906.021000', '185906.023000', '185906.026000', '185906.029000', '185906.031000', '185906.034000', '185906.036000', '185906.039000', '185906.042000', '185906.044000', '185906.047000', '185906.049000', '185906.052000', '185906.055000', '185906.057000', '185906.060000', '185906.062000', '185906.065000', '185906.068000', '185906.070000', '185906.073000', '185906.075000', '185906.078000', '185906.080000', '185925.961000', '185925.964000', '185925.967000', '185925.970000', '185925.972000', '185925.975000', '185925.977000', '185925.980000', '185925.983000', '185925.985000', '185925.988000', '185925.990000', '185925.993000', '185925.996000', '185925.998000', '185926.002000', '185926.004000', '185926.007000', '185926.010000', '185926.012000', '185926.015000', '185926.017000', '185926.020000', '185926.022000', '185926.025000', '185926.027000', '185926.030000', '185926.033000', '185926.035000', '185926.038000', '185926.040000', '185926.043000', '185926.046000', '185926.048000', '185926.051000', '185926.053000', '185926.056000', '185926.059000', '185926.061000', '185926.064000', '185926.067000', '185926.069000', '185926.072000', '185926.074000', '185945.962000', '185945.964000', '185945.967000', '185945.970000', '185945.972000', '185945.975000', '185945.977000', '185945.980000', '185945.983000', '185945.985000', '185945.997000', '185946.001000', '185946.003000', '185946.006000', '185946.008000', '185946.011000', '185946.014000', '185946.016000', '185946.019000', '185946.021000', '185946.024000', '185946.027000', '185946.029000', '185946.032000', '185946.034000', '185946.037000', '185946.039000', '185946.042000', '185946.045000', '185946.055000', '185946.058000', '185946.060000', '185946.063000', '185946.066000', '185946.068000', '185946.071000', '185946.073000', '185946.076000', '185946.078000', '185946.081000', '185946.084000', '185946.086000', '185946.089000', '190005.962000', '190005.965000', '190005.967000', '190005.970000', '190005.972000', '190005.975000', '190005.978000', '190005.981000', '190005.984000', '190005.987000', '190005.990000', '190005.992000', '190005.995000', '190005.997000', '190006.001000', '190006.004000', '190006.006000', '190006.009000', '190006.012000', '190006.014000', '190006.017000', '190006.019000', '190006.022000', '190006.025000', '190006.027000', '190006.031000', '190006.034000', '190006.036000', '190006.039000', '190006.042000', '190006.044000', '190006.047000', '190006.049000', '190006.052000', '190006.054000', '190006.057000', '190006.060000', '190006.062000', '190006.065000', '190006.068000', '190006.070000', '190006.073000', '190006.075000', '190025.963000', '190025.966000', '190025.968000', '190025.971000', '190025.973000', '190025.976000', '190025.978000', '190025.981000', '190025.984000', '190025.986000', '190025.989000', '190025.991000', '190025.994000', '190025.996000', '190025.999000', '190026.002000', '190026.005000', '190026.007000', '190026.010000', '190026.012000', '190026.015000', '190026.017000', '190026.020000', '190026.023000', '190026.025000', '190026.028000', '190026.030000', '190026.033000', '190026.036000', '190026.038000', '190026.041000', '190026.043000', '190026.046000', '190026.048000', '190026.051000', '190026.054000', '190026.056000', '190026.059000', '190026.061000', '190026.064000', '190026.067000', '190026.069000', '190026.072000', '190026.074000', '190045.963000', '190045.965000', '190045.968000', '190045.971000', '190045.973000', '190045.976000', '190045.978000', '190045.981000', '190045.983000', '190045.987000', '190045.990000', '190045.993000', '190045.996000', '190045.998000', '190046.002000', '190046.005000', '190046.007000', '190046.010000', '190046.012000', '190046.015000', '190046.017000', '190046.020000', '190046.023000', '190046.025000', '190046.028000', '190046.030000', '190046.033000', '190046.036000', '190046.038000', '190046.041000', '190046.043000', '190046.046000', '190046.049000', '190046.051000', '190046.054000', '190046.056000', '190046.059000', '190046.061000', '190046.064000', '190046.067000', '190046.069000', '190046.072000', '190046.074000', '190105.963000', '190105.966000', '190105.968000', '190105.971000', '190105.973000', '190105.976000', '190105.978000', '190105.981000', '190105.984000', '190105.986000', '190105.989000', '190105.991000', '190105.994000', '190105.997000', '190106.000000', '190106.003000', '190106.006000', '190106.008000', '190106.011000', '190106.013000', '190106.016000', '190106.019000', '190106.021000', '190106.024000', '190106.026000', '190106.029000', '190106.040000', '190106.042000', '190106.045000', '190106.048000', '190106.050000', '190106.053000', '190106.055000', '190106.058000', '190106.060000', '190106.063000', '190106.066000', '190106.068000', '190106.071000', '190106.073000', '190106.076000', '190106.079000', '190106.081000', '190106.084000', '190125.963000', '190125.966000', '190125.968000', '190125.971000', '190125.973000', '190125.976000', '190125.979000', '190125.981000', '190125.984000', '190125.987000', '190125.989000', '190125.992000', '190125.995000', '190125.997000', '190126.001000', '190126.004000', '190126.006000', '190126.009000', '190126.011000', '190126.014000', '190126.017000', '190126.020000', '190126.023000', '190126.026000', '190126.029000', '190126.031000', '190126.034000', '190126.037000', '190126.039000', '190126.042000', '190126.044000', '190126.047000', '190126.050000', '190126.052000', '190126.055000', '190126.057000', '190126.060000', '190126.063000', '190126.065000', '190126.068000', '190126.071000', '190126.074000', '190126.077000', '190145.962000', '190145.964000', '190145.967000', '190145.970000', '190145.972000', '190145.975000', '190145.977000', '190145.980000', '190145.983000', '190145.985000', '190145.988000', '190145.990000', '190145.993000', '190145.996000', '190145.998000', '190146.002000', '190146.004000', '190146.007000', '190146.010000', '190146.012000', '190146.015000', '190146.017000', '190146.020000', '190146.022000', '190146.025000', '190146.028000', '190146.030000', '190146.033000', '190146.036000', '190146.038000', '190146.041000', '190146.043000', '190146.046000', '190146.049000', '190146.051000', '190146.054000', '190146.056000', '190146.059000', '190146.062000', '190146.064000', '190146.067000', '190146.069000', '190146.072000', '190146.075000', '190150.847000', '190150.850000', '190150.852000', '190150.855000', '190150.857000', '190150.860000', '190150.863000', '190150.865000', '190150.868000', '190150.870000', '190150.873000'], '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': [16317, 10888, 14166, 9497, 12599, 13609, 12416, 17716, 12042, 14963, 10479, 13950, 9127, 13960, 9727, 14305, 9052, 13796, 12079, 12807, 17537, 13382, 16968, 12231, 14252, 10288, 13683, 9519, 15462, 10688, 15102, 10404, 14738, 14724, 13476, 18820, 13877, 15762, 11678, 14681, 9812, 15778, 10416, 16203, 10382, 15378, 10455, 14532, 15532, 13929, 18587, 12761, 16802, 11646, 16258, 11900, 17498, 11210, 14581, 10016, 13740, 10914, 13402, 14195, 12684, 13203, 12166, 11203, 12861, 8507, 13675, 9409, 16714, 12936, 17763, 12581, 16728, 11378, 15727, 10680, 14924, 10921, 14006, 12177, 12177, 13162, 11877, 15927, 11302, 14067, 10774, 14558, 10123, 13246, 9946, 15024, 10085, 14993, 9231, 14414, 9343, 13080, 17106, 13017, 18033, 11595, 14284, 10302, 13547, 10169, 13836, 13511, 12437, 17673, 11566, 14651, 11441, 15526, 10763, 15189, 9119, 14663, 10030, 14235, 16750, 13557, 18496, 12374, 15501, 10907, 15145, 13110, 13851, 17576, 11943, 15931, 11246, 15433, 10946, 15438, 9882, 13677, 9243, 12731, 16548, 11577, 16636, 11057, 14615, 9620, 12261, 13376, 11826, 17884, 11592, 14119, 9935, 12908, 9246, 12942, 9629, 12564, 12084, 11495, 16711, 12336, 14263, 10026, 14577, 10110, 15897, 10569, 15714, 10197, 15183, 10546, 14981, 11699, 14386, 16483, 13505, 18021, 13419, 17479, 12894, 17981, 13148, 17612, 12013, 17717, 12787, 16627, 12152, 17029, 12821, 16674, 10722, 15146, 10010, 14375, 10051, 15270, 10563, 16176, 10323, 15994, 9958, 15356, 10133, 14992, 10295, 13767, 10007, 15806, 9628, 15500, 9296, 16507, 13021, 14310, 17169, 14468, 16395, 11575, 15023, 11474, 12496, 12534, 11785, 13571, 11164, 15905, 10348, 16615, 10661, 15614, 11606, 12549, 11155, 9991, 13119, 9338, 14606, 10367, 16463, 11250, 15939, 10922, 10967, 16177, 9844, 15094, 16258, 12339, 18007, 11942, 14824, 10734, 15082, 9929, 14346, 10475, 14663, 10984, 14569, 12092, 14840, 10708, 15308, 10578, 15458, 11001, 15834, 12410, 14913, 15481, 13321, 18359, 12913, 17802, 11729, 16824, 11480, 15528, 10461, 13850, 10575, 12977, 10388, 12460, 9135, 12207, 9359, 12879, 10053, 10997, 10211, 9607, 11760, 10563, 11807, 12091, 11841, 13273, 11957, 13621, 12287, 11049, 14802, 10855, 14412, 12430, 13863, 12990, 13935, 12542, 15650, 9858, 17107, 12586, 14125, 13112, 19031, 14129, 18518, 13465, 16510, 11617, 14790, 10012, 14024, 8794, 12388, 8708, 11991, 13525, 10827, 14705, 10424, 14160, 9734, 13222, 10079, 14170, 10098, 13349, 9478, 13062, 9227, 13667, 10259, 14468, 10614, 15307, 10888, 14960, 10335, 15602, 12268, 15980, 12254, 16311, 14616, 14985, 19483, 14305, 17830, 12978, 17227, 13073, 17535, 12597, 16231, 10751, 15413, 11311, 13861, 18625, 13351, 17562, 11797, 15113, 10160, 13618, 9834, 11574, 15831, 11240, 16477, 10315, 12946, 9687, 12128, 11222, 14398, 10601, 12146, 12477, 12039, 13641, 15522, 12293, 17921, 12278, 15506, 11233, 14331, 15497, 11923, 17626, 10725, 13922, 10096, 13013, 9084, 13372, 8616, 13062, 8832, 10314, 16049, 11093, 14908, 10042, 13765, 9489, 13010, 11938, 12707, 17952, 12175, 14785, 10680, 14668, 10534, 15704, 10637, 13878, 13800, 13361, 18697, 13729, 17464, 11812, 15759, 10346, 14475, 16505, 12842, 18653, 13848, 16560, 11174, 14834, 10128, 13020, 12817, 13462, 15436, 12276, 17703, 10938, 14923, 9844, 14311, 10114, 14067, 12331, 11702, 17979, 12023, 16488, 11732, 15665, 9934, 13479, 12289, 12057, 19018, 13162, 16476, 10861, 14359, 10092, 13663, 9826, 13700, 9912, 12782, 15405, 11839, 17023, 11613, 16295, 11738, 15955, 9817, 14571, 11076, 12358, 17386, 13135, 18596, 12145, 14924, 10707, 13969, 9999, 13928, 10496, 13783, 12829, 12215, 17442, 11408, 15582, 11563, 15793, 10137, 14744, 9767, 13498, 15867, 12153, 18921, 12917, 15032, 10987, 13654, 9763, 13736, 10394, 14218, 10882, 12874, 17269, 11571, 15880, 12179, 16666, 11628, 15175, 9872, 14057, 10545, 13607, 16839, 12998, 17119, 11881, 15041, 11507, 15856, 10779, 14483, 9478, 13804, 9764, 13019, 13754, 12749, 15496, 11756, 16927, 12378, 16554, 11783, 16436, 9973, 14423, 9644, 13233, 12619, 12541, 13866, 12998, 14302, 11873, 16283, 11437, 15706, 11962, 16692, 12147, 15678, 10601, 14985, 10059, 14795, 13042, 13979, 19095, 12249, 15501, 11769, 15042, 11276, 15219, 9662, 13961, 9123, 14458, 10255, 14755, 10077, 13765, 10867, 12969, 16746, 12417, 18209, 12881, 15708, 11077, 14001, 10429, 14169, 10235, 13582, 9259, 12387, 10622, 12227, 16893, 12702, 16264, 12073, 14648, 10348, 14489, 9751, 13698, 10624, 14601, 11446, 13590, 18335, 12450, 15534, 11483, 14840, 10236, 14154, 9448, 12249, 12680, 12167, 17290, 12969, 17138, 11206, 15556, 10476, 15114, 10580, 14968, 10907, 11126, 10729, 15267, 12476, 13070, 10252, 17027, 12027, 16756, 11347, 16212, 11054, 15312, 10549, 15114, 10303, 12308, 11486, 12050, 15707, 12075, 15350, 11982, 12434, 10692, 15874, 10619, 15194, 11261, 15712, 11297, 13980, 10489, 14368, 10531, 15258, 11540, 16393, 11559, 15687, 10667, 15455, 11273, 16032, 11459, 14881, 11969, 13969, 16276, 13135, 18356, 13533, 16082, 11722, 13941, 10921, 14723, 11126, 15290, 10578, 14685, 10842, 10891, 11233, 8573, 14590, 19260, 12443, 15914, 11254, 14047, 10213, 13588, 12912, 12736, 19081, 13481, 16967, 12407, 16047, 11967, 15872, 11208, 14936, 10314, 13205, 11446, 12823, 13435, 12807, 13229, 11866, 16335, 11893, 16648, 11503, 15598, 10344, 14045, 9704, 13723, 9398, 13763, 8628, 11410, 8361, 14896, 9715, 14536, 10629, 15807, 12051, 16439, 12008, 15680, 11093, 15044, 9898, 13947, 11770, 13512, 14480, 12366, 17436, 11731, 14759, 11332, 14498, 10773, 14408, 9829, 13685, 9809, 13824, 9263, 13572, 10786, 14286, 10428, 13589, 15444, 11981, 16662, 12320, 16295, 11803, 14909, 10794, 14693, 9816, 14123, 11400, 14562, 10543, 14645, 11276, 14257, 17518, 13713, 18988, 14008, 16433, 12093, 14596, 10759, 14685, 10512, 16056, 10441, 15520, 10100, 14509, 14424, 13275, 18812, 14450, 17961, 12567, 16317, 11424, 14810, 10029, 14825, 10919, 13787, 12681, 12199, 18266, 12493, 16152, 12047, 14781, 10418, 13626, 9221, 12756, 9425, 11866, 14976, 11900, 16823, 10670, 14140, 10194, 13034, 9518, 12744, 8703, 11194, 14629, 10875, 15034, 10565, 14857, 10443, 14847, 9464, 13763, 9922, 12580, 15279, 12299, 17986, 12962, 16319, 11679, 15476, 11163, 15637, 11790, 17040, 12339, 16719, 11667, 15936, 11684, 17157, 12680, 16290, 12863, 12215, 13982, 16640, 13454, 18645, 12668, 13856, 13049, 10792, 14413, 10644, 18651, 13268, 17147, 12158, 17568, 13163, 17981, 13519, 17071, 11973, 14045, 9267, 12112, 8412, 12435, 8199, 12704, 8164, 12470, 9572, 11600, 14287, 12534, 15730, 12341, 15549, 11576, 15154, 11592, 15944, 11227, 15217, 10763, 15280, 10253, 14985, 10705, 16880, 11531, 16223, 10904, 15578, 10426, 14780, 12868, 14878, 13390, 12801, 18556, 12636, 16437, 12157, 16194, 11402, 14344, 9756, 12332, 10846, 11257, 16231, 12148, 15528, 10161, 13438, 9796, 12945, 9129, 12237, 13280, 11943, 17841, 12053, 14571, 10749, 13692, 9870, 14394, 9950, 14487, 10392, 13662, 15714, 12818, 17807, 13378, 16637, 11547, 14644, 9854, 13550, 11180, 13199, 15986, 13101, 10926, 11642, 12791, 12029, 16877, 12611, 17126, 12316, 15757, 10594, 15023, 11623, 14034, 14157, 13469, 15309, 12502, 17906, 12847, 16872, 12585, 16516, 11235, 14674, 10309, 14676, 9569, 14287, 10091, 16020, 10135, 14175, 9668, 13544, 10043, 13015, 13147, 12916, 17082, 11961, 17335, 12402, 16261, 11277, 14742, 10688, 13925, 9467, 12206, 10268, 12198, 14703, 11979, 10882, 11328, 8952, 14059, 10050, 14602, 9934, 15646, 11762, 12291, 18239, 12312, 15471, 10628, 14844, 9855, 15746, 11170, 16148, 13281, 17685, 12754, 18568, 14401, 14590, 15292, 11903, 17863, 12398, 17237, 13363, 16588, 13756, 15460, 14370, 13414, 14682, 12522, 11274, 12023, 10622, 12271, 12772, 11612, 12545, 10899, 12600, 10719, 13625, 10393, 12668, 10201, 12857, 10211, 13656, 9528, 12842, 9026, 13178, 9234, 13253, 10992, 12193, 15227, 12002, 17182, 10794, 13976, 10086, 12754, 9393, 13504, 9550, 12692, 10187, 11889, 15195, 11566, 16772, 11983, 16509, 11204, 14688, 10404, 13765, 16272, 12043, 17987, 13201, 16834, 11250, 14837, 10699, 14078, 9628, 14338, 10878, 14630, 14009, 12610, 18035, 12438, 16254, 11499, 16265, 10254, 14535, 10365, 13501, 18426, 13072, 17578, 12903, 16134, 11014, 14535, 10080, 13685, 9488, 13988, 11865, 13756, 18449, 12129, 16538, 11813, 15618, 10462, 15461, 9769, 12636, 11832, 11597, 17872, 12780, 16507, 11597, 14366, 10210, 13517, 9726, 12429, 11722, 13075, 14357, 11324, 16781, 11256, 14259, 10311, 14288, 9666, 13710, 9900, 12208, 15522, 11616, 16355, 12516, 15760, 10120, 13642, 9651, 11839, 15520, 12555, 17392, 12738, 14768, 10854, 15368, 10931, 14862, 10554, 15773, 10005, 14796, 10360, 14022, 14052, 12698, 18519, 13571, 16552, 11867, 14591, 11094, 14481, 9747, 14919, 10084, 13737, 13131, 12268, 18008, 12299, 16143, 12307, 15311, 9764, 14149, 10396, 11712, 17406, 11963, 15797, 11391, 14401, 9400, 13207, 8917, 13141, 9747, 12891, 10870, 13369, 15038, 12001, 16602, 11545, 14934, 11128, 15506, 10159, 14227, 9992, 13185, 12599, 12566, 18552, 12919, 15750, 11227, 13814, 9825, 13390, 10653, 13658, 10923, 12522, 17408, 12569, 15591, 11612, 15608, 10915, 14517, 9808, 14145, 9769, 13931, 10631, 14977, 12722, 12772, 16727, 12023, 17451, 12563, 16712, 11574, 14508, 9926, 13228, 9442, 13270, 10670], 'WindowCenter': [4371.0, 4315.0, 4335.0, 4288.0, 4320.0, 4318.0, 4308.0, 4338.0, 4306.0, 4316.0, 4295.0, 4315.0, 4276.0, 4318.0, 4287.0, 4330.0, 4289.0, 4331.0, 4318.0, 4320.0, 4339.0, 4320.0, 4341.0, 4322.0, 4342.0, 4311.0, 4330.0, 4288.0, 4328.0, 4300.0, 4342.0, 4309.0, 4330.0, 4327.0, 4330.0, 4350.0, 4330.0, 4341.0, 4335.0, 4342.0, 4301.0, 4339.0, 4298.0, 4342.0, 4300.0, 4341.0, 4296.0, 4329.0, 4330.0, 4329.0, 4340.0, 4318.0, 4338.0, 4307.0, 4328.0, 4319.0, 4353.0, 4310.0, 4329.0, 4288.0, 4316.0, 4296.0, 4318.0, 4316.0, 4308.0, 4316.0, 4321.0, 4310.0, 4320.0, 4280.0, 4329.0, 4301.0, 4352.0, 4323.0, 4352.0, 4321.0, 4340.0, 4309.0, 4328.0, 4285.0, 4317.0, 4285.0, 4317.0, 4306.0, 4296.0, 4304.0, 4306.0, 4326.0, 4297.0, 4317.0, 4298.0, 4329.0, 4299.0, 4318.0, 4286.0, 4329.0, 4299.0, 4328.0, 4301.0, 4331.0, 4290.0, 4320.0, 4339.0, 4331.0, 4352.0, 4309.0, 4329.0, 4299.0, 4318.0, 4297.0, 4331.0, 4329.0, 4318.0, 4341.0, 4309.0, 4329.0, 4308.0, 4341.0, 4310.0, 4339.0, 4291.0, 4342.0, 4298.0, 4332.0, 4341.0, 4331.0, 4353.0, 4320.0, 4329.0, 4299.0, 4330.0, 4307.0, 4318.0, 4329.0, 4307.0, 4326.0, 4295.0, 4313.0, 4284.0, 4315.0, 4285.0, 4315.0, 4275.0, 4307.0, 4326.0, 4296.0, 4327.0, 4297.0, 4316.0, 4283.0, 4306.0, 4303.0, 4295.0, 4327.0, 4296.0, 4317.0, 4288.0, 4307.0, 4276.0, 4318.0, 4288.0, 4319.0, 4318.0, 4310.0, 4351.0, 4347.0, 4343.0, 4300.0, 4341.0, 4312.0, 4341.0, 4312.0, 4343.0, 4311.0, 4342.0, 4309.0, 4343.0, 4319.0, 4344.0, 4353.0, 4333.0, 4353.0, 4331.0, 4365.0, 4344.0, 4353.0, 4332.0, 4351.0, 4321.0, 4341.0, 4320.0, 4339.0, 4307.0, 4328.0, 4307.0, 4328.0, 4296.0, 4327.0, 4297.0, 4317.0, 4285.0, 4327.0, 4286.0, 4327.0, 4285.0, 4325.0, 4296.0, 4354.0, 4310.0, 4329.0, 4285.0, 4318.0, 4299.0, 4339.0, 4300.0, 4341.0, 4301.0, 4340.0, 4320.0, 4330.0, 4339.0, 4318.0, 4327.0, 4309.0, 4329.0, 4310.0, 4308.0, 4307.0, 4306.0, 4307.0, 4296.0, 4328.0, 4287.0, 4326.0, 4299.0, 4329.0, 4308.0, 4318.0, 4310.0, 4300.0, 4320.0, 4289.0, 4342.0, 4301.0, 4339.0, 4310.0, 4339.0, 4300.0, 4296.0, 4342.0, 4301.0, 4331.0, 4327.0, 4305.0, 4339.0, 4294.0, 4316.0, 4286.0, 4318.0, 4287.0, 4318.0, 4295.0, 4317.0, 4295.0, 4315.0, 4308.0, 4316.0, 4284.0, 4315.0, 4285.0, 4315.0, 4284.0, 4304.0, 4280.0, 4301.0, 4290.0, 4278.0, 4299.0, 4278.0, 4311.0, 4279.0, 4298.0, 4266.0, 4287.0, 4257.0, 4276.0, 4257.0, 4277.0, 4259.0, 4279.0, 4261.0, 4290.0, 4263.0, 4305.0, 4285.0, 4297.0, 4298.0, 4288.0, 4310.0, 4300.0, 4324.0, 4321.0, 4321.0, 4329.0, 4322.0, 4331.0, 4334.0, 4322.0, 4343.0, 4309.0, 4331.0, 4322.0, 4344.0, 4334.0, 4347.0, 4333.0, 4354.0, 4303.0, 4352.0, 4335.0, 4345.0, 4345.0, 4353.0, 4331.0, 4340.0, 4307.0, 4327.0, 4294.0, 4316.0, 4273.0, 4318.0, 4266.0, 4308.0, 4276.0, 4309.0, 4329.0, 4300.0, 4328.0, 4309.0, 4330.0, 4300.0, 4318.0, 4301.0, 4342.0, 4314.0, 4334.0, 4315.0, 4345.0, 4316.0, 4358.0, 4327.0, 4357.0, 4328.0, 4356.0, 4340.0, 4383.0, 4328.0, 4357.0, 4336.0, 4359.0, 4335.0, 4369.0, 4357.0, 4357.0, 4365.0, 4343.0, 4353.0, 4322.0, 4342.0, 4320.0, 4353.0, 4321.0, 4341.0, 4299.0, 4331.0, 4298.0, 4318.0, 4338.0, 4306.0, 4327.0, 4296.0, 4317.0, 4286.0, 4305.0, 4275.0, 4295.0, 4314.0, 4297.0, 4327.0, 4298.0, 4318.0, 4289.0, 4333.0, 4324.0, 4343.0, 4325.0, 4333.0, 4335.0, 4335.0, 4347.0, 4343.0, 4324.0, 4342.0, 4307.0, 4331.0, 4310.0, 4331.0, 4328.0, 4310.0, 4341.0, 4299.0, 4316.0, 4298.0, 4318.0, 4277.0, 4318.0, 4291.0, 4333.0, 4302.0, 4312.0, 4352.0, 4323.0, 4355.0, 4313.0, 4333.0, 4301.0, 4333.0, 4334.0, 4335.0, 4364.0, 4322.0, 4341.0, 4313.0, 4345.0, 4312.0, 4344.0, 4311.0, 4334.0, 4343.0, 4334.0, 4354.0, 4332.0, 4353.0, 4322.0, 4343.0, 4301.0, 4333.0, 4340.0, 4319.0, 4342.0, 4321.0, 4341.0, 4310.0, 4330.0, 4286.0, 4317.0, 4306.0, 4319.0, 4327.0, 4308.0, 4339.0, 4297.0, 4329.0, 4288.0, 4329.0, 4296.0, 4330.0, 4320.0, 4311.0, 4351.0, 4319.0, 4340.0, 4309.0, 4331.0, 4299.0, 4319.0, 4308.0, 4320.0, 4339.0, 4320.0, 4328.0, 4298.0, 4327.0, 4297.0, 4318.0, 4286.0, 4331.0, 4298.0, 4321.0, 4340.0, 4309.0, 4340.0, 4309.0, 4340.0, 4310.0, 4341.0, 4301.0, 4329.0, 4308.0, 4319.0, 4338.0, 4319.0, 4352.0, 4309.0, 4328.0, 4298.0, 4318.0, 4286.0, 4331.0, 4310.0, 4331.0, 4319.0, 4319.0, 4339.0, 4309.0, 4328.0, 4309.0, 4341.0, 4298.0, 4330.0, 4298.0, 4331.0, 4340.0, 4320.0, 4351.0, 4319.0, 4329.0, 4298.0, 4317.0, 4286.0, 4318.0, 4287.0, 4330.0, 4309.0, 4319.0, 4338.0, 4307.0, 4328.0, 4321.0, 4339.0, 4309.0, 4330.0, 4286.0, 4330.0, 4298.0, 4331.0, 4339.0, 4317.0, 4337.0, 4306.0, 4317.0, 4309.0, 4328.0, 4297.0, 4318.0, 4289.0, 4317.0, 4299.0, 4318.0, 4319.0, 4320.0, 4339.0, 4309.0, 4340.0, 4316.0, 4327.0, 4307.0, 4329.0, 4287.0, 4329.0, 4286.0, 4317.0, 4306.0, 4308.0, 4316.0, 4319.0, 4342.0, 4319.0, 4340.0, 4309.0, 4328.0, 4321.0, 4352.0, 4322.0, 4342.0, 4311.0, 4329.0, 4286.0, 4332.0, 4318.0, 4320.0, 4340.0, 4307.0, 4316.0, 4294.0, 4327.0, 4297.0, 4327.0, 4287.0, 4315.0, 4287.0, 4330.0, 4298.0, 4329.0, 4288.0, 4318.0, 4296.0, 4319.0, 4338.0, 4308.0, 4340.0, 4319.0, 4340.0, 4308.0, 4315.0, 4294.0, 4318.0, 4285.0, 4318.0, 4277.0, 4308.0, 4297.0, 4307.0, 4327.0, 4318.0, 4329.0, 4309.0, 4329.0, 4299.0, 4328.0, 4286.0, 4320.0, 4297.0, 4331.0, 4309.0, 4321.0, 4340.0, 4307.0, 4327.0, 4295.0, 4319.0, 4298.0, 4320.0, 4288.0, 4307.0, 4306.0, 4309.0, 4340.0, 4333.0, 4341.0, 4309.0, 4328.0, 4297.0, 4331.0, 4287.0, 4330.0, 4298.0, 4311.0, 4312.0, 4342.0, 4320.0, 4320.0, 4299.0, 4341.0, 4320.0, 4354.0, 4312.0, 4339.0, 4297.0, 4316.0, 4286.0, 4330.0, 4298.0, 4322.0, 4308.0, 4307.0, 4327.0, 4307.0, 4329.0, 4308.0, 4318.0, 4299.0, 4328.0, 4299.0, 4329.0, 4311.0, 4342.0, 4311.0, 4332.0, 4301.0, 4329.0, 4299.0, 4329.0, 4310.0, 4340.0, 4310.0, 4331.0, 4299.0, 4330.0, 4296.0, 4330.0, 4297.0, 4318.0, 4297.0, 4307.0, 4326.0, 4308.0, 4337.0, 4307.0, 4326.0, 4306.0, 4317.0, 4296.0, 4329.0, 4308.0, 4329.0, 4298.0, 4327.0, 4298.0, 4297.0, 4307.0, 4276.0, 4341.0, 4351.0, 4308.0, 4341.0, 4297.0, 4318.0, 4288.0, 4318.0, 4308.0, 4306.0, 4327.0, 4305.0, 4313.0, 4282.0, 4301.0, 4280.0, 4301.0, 4266.0, 4288.0, 4257.0, 4277.0, 4266.0, 4276.0, 4276.0, 4278.0, 4276.0, 4278.0, 4299.0, 4279.0, 4300.0, 4280.0, 4301.0, 4270.0, 4301.0, 4259.0, 4291.0, 4260.0, 4304.0, 4263.0, 4306.0, 4278.0, 4328.0, 4289.0, 4330.0, 4310.0, 4342.0, 4322.0, 4343.0, 4323.0, 4341.0, 4311.0, 4331.0, 4288.0, 4318.0, 4307.0, 4320.0, 4327.0, 4309.0, 4340.0, 4309.0, 4317.0, 4298.0, 4318.0, 4298.0, 4328.0, 4301.0, 4329.0, 4300.0, 4332.0, 4290.0, 4331.0, 4313.0, 4344.0, 4311.0, 4334.0, 4341.0, 4322.0, 4354.0, 4334.0, 4354.0, 4335.0, 4344.0, 4313.0, 4345.0, 4313.0, 4344.0, 4323.0, 4344.0, 4314.0, 4356.0, 4323.0, 4345.0, 4353.0, 4333.0, 4353.0, 4333.0, 4343.0, 4323.0, 4341.0, 4313.0, 4342.0, 4312.0, 4352.0, 4311.0, 4343.0, 4301.0, 4332.0, 4331.0, 4321.0, 4343.0, 4332.0, 4340.0, 4308.0, 4328.0, 4296.0, 4317.0, 4275.0, 4318.0, 4286.0, 4317.0, 4305.0, 4295.0, 4324.0, 4293.0, 4314.0, 4294.0, 4315.0, 4285.0, 4305.0, 4274.0, 4305.0, 4274.0, 4296.0, 4316.0, 4295.0, 4326.0, 4285.0, 4313.0, 4285.0, 4307.0, 4285.0, 4319.0, 4278.0, 4309.0, 4328.0, 4309.0, 4329.0, 4309.0, 4330.0, 4309.0, 4343.0, 4299.0, 4333.0, 4300.0, 4333.0, 4342.0, 4323.0, 4354.0, 4333.0, 4351.0, 4323.0, 4353.0, 4334.0, 4354.0, 4336.0, 4354.0, 4333.0, 4353.0, 4322.0, 4342.0, 4323.0, 4354.0, 4334.0, 4353.0, 4334.0, 4321.0, 4333.0, 4340.0, 4332.0, 4353.0, 4336.0, 4344.0, 4334.0, 4309.0, 4332.0, 4313.0, 4354.0, 4333.0, 4352.0, 4322.0, 4343.0, 4307.0, 4326.0, 4306.0, 4327.0, 4308.0, 4318.0, 4275.0, 4295.0, 4254.0, 4307.0, 4266.0, 4319.0, 4277.0, 4320.0, 4300.0, 4311.0, 4331.0, 4322.0, 4342.0, 4323.0, 4343.0, 4311.0, 4331.0, 4310.0, 4341.0, 4311.0, 4330.0, 4311.0, 4332.0, 4301.0, 4332.0, 4313.0, 4354.0, 4322.0, 4342.0, 4312.0, 4342.0, 4312.0, 4342.0, 4321.0, 4344.0, 4331.0, 4321.0, 4340.0, 4319.0, 4329.0, 4307.0, 4328.0, 4296.0, 4318.0, 4274.0, 4307.0, 4295.0, 4296.0, 4313.0, 4296.0, 4316.0, 4286.0, 4305.0, 4287.0, 4308.0, 4277.0, 4309.0, 4317.0, 4311.0, 4339.0, 4310.0, 4316.0, 4299.0, 4319.0, 4287.0, 4331.0, 4288.0, 4332.0, 4301.0, 4330.0, 4341.0, 4320.0, 4340.0, 4320.0, 4339.0, 4310.0, 4329.0, 4288.0, 4320.0, 4297.0, 4319.0, 4327.0, 4318.0, 4308.0, 4310.0, 4319.0, 4321.0, 4342.0, 4333.0, 4354.0, 4323.0, 4343.0, 4312.0, 4342.0, 4311.0, 4331.0, 4331.0, 4321.0, 4329.0, 4309.0, 4341.0, 4319.0, 4340.0, 4310.0, 4328.0, 4298.0, 4318.0, 4286.0, 4318.0, 4287.0, 4317.0, 4283.0, 4329.0, 4285.0, 4317.0, 4276.0, 4318.0, 4286.0, 4307.0, 4306.0, 4308.0, 4341.0, 4309.0, 4338.0, 4309.0, 4325.0, 4309.0, 4315.0, 4296.0, 4330.0, 4288.0, 4310.0, 4286.0, 4308.0, 4329.0, 4309.0, 4309.0, 4297.0, 4263.0, 4306.0, 4287.0, 4314.0, 4288.0, 4328.0, 4293.0, 4308.0, 4338.0, 4310.0, 4329.0, 4312.0, 4331.0, 4290.0, 4328.0, 4297.0, 4331.0, 4320.0, 4324.0, 4295.0, 4326.0, 4305.0, 4303.0, 4303.0, 4270.0, 4301.0, 4266.0, 4288.0, 4263.0, 4274.0, 4262.0, 4274.0, 4262.0, 4263.0, 4261.0, 4251.0, 4252.0, 4252.0, 4254.0, 4265.0, 4265.0, 4266.0, 4276.0, 4268.0, 4279.0, 4270.0, 4291.0, 4272.0, 4292.0, 4284.0, 4305.0, 4285.0, 4304.0, 4275.0, 4306.0, 4276.0, 4306.0, 4277.0, 4319.0, 4297.0, 4308.0, 4328.0, 4306.0, 4340.0, 4299.0, 4316.0, 4287.0, 4307.0, 4289.0, 4331.0, 4288.0, 4322.0, 4300.0, 4322.0, 4340.0, 4322.0, 4353.0, 4322.0, 4353.0, 4312.0, 4342.0, 4310.0, 4331.0, 4341.0, 4319.0, 4341.0, 4323.0, 4342.0, 4312.0, 4332.0, 4312.0, 4332.0, 4301.0, 4344.0, 4313.0, 4343.0, 4343.0, 4331.0, 4353.0, 4320.0, 4342.0, 4310.0, 4343.0, 4300.0, 4331.0, 4300.0, 4330.0, 4352.0, 4320.0, 4340.0, 4321.0, 4342.0, 4310.0, 4331.0, 4296.0, 4320.0, 4288.0, 4331.0, 4310.0, 4332.0, 4351.0, 4309.0, 4340.0, 4309.0, 4328.0, 4285.0, 4329.0, 4284.0, 4308.0, 4306.0, 4306.0, 4339.0, 4308.0, 4329.0, 4298.0, 4317.0, 4287.0, 4318.0, 4287.0, 4307.0, 4308.0, 4319.0, 4328.0, 4298.0, 4327.0, 4295.0, 4317.0, 4284.0, 4329.0, 4287.0, 4319.0, 4298.0, 4308.0, 4328.0, 4309.0, 4340.0, 4321.0, 4341.0, 4313.0, 4331.0, 4290.0, 4321.0, 4329.0, 4319.0, 4339.0, 4320.0, 4340.0, 4311.0, 4341.0, 4310.0, 4329.0, 4299.0, 4342.0, 4298.0, 4332.0, 4298.0, 4331.0, 4329.0, 4319.0, 4340.0, 4319.0, 4340.0, 4306.0, 4328.0, 4308.0, 4319.0, 4288.0, 4328.0, 4286.0, 4331.0, 4319.0, 4306.0, 4340.0, 4307.0, 4326.0, 4306.0, 4316.0, 4286.0, 4319.0, 4286.0, 4306.0, 4327.0, 4307.0, 4315.0, 4296.0, 4316.0, 4287.0, 4330.0, 4276.0, 4318.0, 4288.0, 4319.0, 4298.0, 4320.0, 4329.0, 4309.0, 4328.0, 4307.0, 4326.0, 4309.0, 4329.0, 4288.0, 4319.0, 4287.0, 4320.0, 4307.0, 4308.0, 4340.0, 4319.0, 4329.0, 4298.0, 4319.0, 4288.0, 4319.0, 4298.0, 4318.0, 4295.0, 4309.0, 4339.0, 4319.0, 4328.0, 4306.0, 4329.0, 4299.0, 4329.0, 4300.0, 4319.0, 4299.0, 4330.0, 4298.0, 4330.0, 4319.0, 4317.0, 4339.0, 4309.0, 4337.0, 4308.0, 4339.0, 4310.0, 4330.0, 4284.0, 4318.0, 4276.0, 4320.0, 4313.0], 'WindowWidth': [9632.0, 9542.0, 9564.0, 9491.0, 9535.0, 9527.0, 9513.0, 9558.0, 9509.0, 9522.0, 9491.0, 9518.0, 9468.0, 9529.0, 9485.0, 9546.0, 9491.0, 9549.0, 9528.0, 9533.0, 9560.0, 9534.0, 9564.0, 9539.0, 9572.0, 9525.0, 9548.0, 9487.0, 9546.0, 9507.0, 9566.0, 9518.0, 9549.0, 9541.0, 9546.0, 9580.0, 9547.0, 9567.0, 9567.0, 9571.0, 9508.0, 9560.0, 9502.0, 9568.0, 9510.0, 9566.0, 9499.0, 9547.0, 9547.0, 9547.0, 9565.0, 9529.0, 9560.0, 9513.0, 9544.0, 9536.0, 9588.0, 9521.0, 9547.0, 9487.0, 9525.0, 9494.0, 9526.0, 9524.0, 9514.0, 9525.0, 9539.0, 9520.0, 9534.0, 9480.0, 9547.0, 9511.0, 9582.0, 9543.0, 9586.0, 9538.0, 9565.0, 9518.0, 9543.0, 9478.0, 9527.0, 9478.0, 9526.0, 9508.0, 9493.0, 9503.0, 9509.0, 9535.0, 9497.0, 9526.0, 9501.0, 9546.0, 9503.0, 9529.0, 9486.0, 9546.0, 9504.0, 9545.0, 9512.0, 9552.0, 9496.0, 9536.0, 9561.0, 9551.0, 9583.0, 9519.0, 9547.0, 9505.0, 9531.0, 9498.0, 9551.0, 9545.0, 9531.0, 9566.0, 9517.0, 9545.0, 9516.0, 9564.0, 9521.0, 9562.0, 9499.0, 9570.0, 9504.0, 9554.0, 9566.0, 9551.0, 9585.0, 9533.0, 9548.0, 9502.0, 9549.0, 9511.0, 9528.0, 9547.0, 9509.0, 9538.0, 9490.0, 9516.0, 9474.0, 9520.0, 9478.0, 9521.0, 9465.0, 9509.0, 9535.0, 9494.0, 9540.0, 9495.0, 9524.0, 9475.0, 9508.0, 9500.0, 9490.0, 9539.0, 9494.0, 9524.0, 9486.0, 9512.0, 9468.0, 9528.0, 9485.0, 9531.0, 9529.0, 9521.0, 9583.0, 9586.0, 9574.0, 9509.0, 9568.0, 9528.0, 9566.0, 9529.0, 9571.0, 9524.0, 9571.0, 9519.0, 9572.0, 9533.0, 9574.0, 9586.0, 9558.0, 9587.0, 9555.0, 9607.0, 9576.0, 9590.0, 9554.0, 9584.0, 9538.0, 9570.0, 9535.0, 9562.0, 9513.0, 9546.0, 9511.0, 9545.0, 9494.0, 9541.0, 9500.0, 9528.0, 9479.0, 9539.0, 9480.0, 9541.0, 9481.0, 9534.0, 9497.0, 9591.0, 9523.0, 9548.0, 9478.0, 9529.0, 9504.0, 9561.0, 9508.0, 9566.0, 9513.0, 9567.0, 9535.0, 9546.0, 9554.0, 9525.0, 9542.0, 9515.0, 9546.0, 9517.0, 9514.0, 9512.0, 9506.0, 9509.0, 9492.0, 9541.0, 9482.0, 9537.0, 9502.0, 9544.0, 9513.0, 9527.0, 9518.0, 9505.0, 9534.0, 9491.0, 9567.0, 9508.0, 9560.0, 9518.0, 9558.0, 9500.0, 9491.0, 9567.0, 9509.0, 9549.0, 9537.0, 9503.0, 9559.0, 9490.0, 9524.0, 9478.0, 9528.0, 9481.0, 9528.0, 9491.0, 9523.0, 9493.0, 9518.0, 9513.0, 9521.0, 9472.0, 9518.0, 9474.0, 9518.0, 9470.0, 9500.0, 9462.0, 9491.0, 9474.0, 9456.0, 9490.0, 9452.0, 9508.0, 9457.0, 9485.0, 9435.0, 9465.0, 9422.0, 9450.0, 9425.0, 9452.0, 9429.0, 9458.0, 9435.0, 9476.0, 9442.0, 9504.0, 9477.0, 9496.0, 9498.0, 9486.0, 9518.0, 9505.0, 9546.0, 9535.0, 9535.0, 9546.0, 9539.0, 9551.0, 9560.0, 9538.0, 9570.0, 9519.0, 9552.0, 9540.0, 9574.0, 9559.0, 9582.0, 9558.0, 9589.0, 9515.0, 9584.0, 9560.0, 9578.0, 9576.0, 9590.0, 9551.0, 9569.0, 9510.0, 9539.0, 9489.0, 9522.0, 9459.0, 9527.0, 9454.0, 9514.0, 9467.0, 9518.0, 9547.0, 9505.0, 9543.0, 9518.0, 9548.0, 9507.0, 9531.0, 9511.0, 9570.0, 9533.0, 9559.0, 9537.0, 9578.0, 9544.0, 9599.0, 9559.0, 9596.0, 9558.0, 9596.0, 9580.0, 9647.0, 9558.0, 9600.0, 9566.0, 9603.0, 9563.0, 9616.0, 9597.0, 9596.0, 9608.0, 9572.0, 9591.0, 9539.0, 9571.0, 9535.0, 9590.0, 9536.0, 9567.0, 9502.0, 9553.0, 9500.0, 9527.0, 9558.0, 9508.0, 9542.0, 9493.0, 9523.0, 9477.0, 9505.0, 9463.0, 9489.0, 9517.0, 9495.0, 9543.0, 9500.0, 9529.0, 9491.0, 9558.0, 9549.0, 9574.0, 9551.0, 9558.0, 9564.0, 9562.0, 9583.0, 9573.0, 9545.0, 9573.0, 9510.0, 9551.0, 9519.0, 9548.0, 9542.0, 9517.0, 9566.0, 9501.0, 9522.0, 9498.0, 9526.0, 9471.0, 9530.0, 9496.0, 9556.0, 9514.0, 9529.0, 9582.0, 9543.0, 9590.0, 9530.0, 9557.0, 9509.0, 9558.0, 9561.0, 9564.0, 9603.0, 9540.0, 9566.0, 9528.0, 9578.0, 9526.0, 9574.0, 9525.0, 9559.0, 9571.0, 9560.0, 9589.0, 9552.0, 9588.0, 9539.0, 9573.0, 9509.0, 9558.0, 9563.0, 9532.0, 9571.0, 9537.0, 9567.0, 9520.0, 9549.0, 9481.0, 9526.0, 9509.0, 9529.0, 9542.0, 9514.0, 9561.0, 9498.0, 9543.0, 9489.0, 9548.0, 9498.0, 9550.0, 9536.0, 9522.0, 9580.0, 9531.0, 9563.0, 9515.0, 9550.0, 9504.0, 9532.0, 9515.0, 9532.0, 9562.0, 9533.0, 9543.0, 9501.0, 9541.0, 9499.0, 9531.0, 9482.0, 9551.0, 9503.0, 9538.0, 9563.0, 9517.0, 9561.0, 9517.0, 9564.0, 9520.0, 9566.0, 9511.0, 9547.0, 9515.0, 9531.0, 9557.0, 9532.0, 9583.0, 9517.0, 9543.0, 9499.0, 9529.0, 9481.0, 9551.0, 9520.0, 9549.0, 9532.0, 9531.0, 9561.0, 9518.0, 9545.0, 9518.0, 9564.0, 9503.0, 9548.0, 9501.0, 9553.0, 9562.0, 9533.0, 9582.0, 9532.0, 9545.0, 9501.0, 9528.0, 9482.0, 9528.0, 9485.0, 9550.0, 9517.0, 9533.0, 9559.0, 9513.0, 9542.0, 9539.0, 9562.0, 9518.0, 9548.0, 9484.0, 9546.0, 9501.0, 9553.0, 9560.0, 9525.0, 9557.0, 9509.0, 9525.0, 9520.0, 9543.0, 9498.0, 9530.0, 9490.0, 9526.0, 9503.0, 9528.0, 9531.0, 9533.0, 9560.0, 9517.0, 9561.0, 9524.0, 9541.0, 9512.0, 9546.0, 9485.0, 9545.0, 9484.0, 9527.0, 9510.0, 9515.0, 9525.0, 9530.0, 9568.0, 9532.0, 9562.0, 9518.0, 9545.0, 9537.0, 9583.0, 9542.0, 9570.0, 9523.0, 9546.0, 9483.0, 9553.0, 9530.0, 9533.0, 9567.0, 9509.0, 9523.0, 9490.0, 9542.0, 9496.0, 9538.0, 9484.0, 9522.0, 9484.0, 9550.0, 9499.0, 9546.0, 9487.0, 9531.0, 9497.0, 9534.0, 9558.0, 9515.0, 9565.0, 9530.0, 9565.0, 9516.0, 9524.0, 9492.0, 9530.0, 9478.0, 9528.0, 9470.0, 9515.0, 9496.0, 9514.0, 9540.0, 9527.0, 9546.0, 9516.0, 9547.0, 9505.0, 9543.0, 9482.0, 9533.0, 9497.0, 9550.0, 9516.0, 9535.0, 9564.0, 9512.0, 9540.0, 9491.0, 9532.0, 9502.0, 9534.0, 9488.0, 9513.0, 9509.0, 9517.0, 9563.0, 9555.0, 9568.0, 9519.0, 9543.0, 9497.0, 9550.0, 9483.0, 9546.0, 9498.0, 9523.0, 9525.0, 9568.0, 9535.0, 9532.0, 9502.0, 9564.0, 9537.0, 9589.0, 9526.0, 9559.0, 9496.0, 9524.0, 9479.0, 9547.0, 9500.0, 9539.0, 9514.0, 9512.0, 9538.0, 9508.0, 9543.0, 9511.0, 9528.0, 9503.0, 9542.0, 9502.0, 9543.0, 9522.0, 9564.0, 9523.0, 9554.0, 9509.0, 9545.0, 9505.0, 9545.0, 9519.0, 9561.0, 9521.0, 9551.0, 9504.0, 9547.0, 9493.0, 9546.0, 9493.0, 9527.0, 9496.0, 9510.0, 9536.0, 9511.0, 9557.0, 9509.0, 9538.0, 9508.0, 9525.0, 9494.0, 9544.0, 9515.0, 9543.0, 9498.0, 9537.0, 9501.0, 9498.0, 9511.0, 9471.0, 9566.0, 9580.0, 9514.0, 9567.0, 9497.0, 9529.0, 9485.0, 9528.0, 9512.0, 9509.0, 9539.0, 9501.0, 9513.0, 9466.0, 9494.0, 9459.0, 9493.0, 9435.0, 9469.0, 9421.0, 9451.0, 9432.0, 9449.0, 9448.0, 9453.0, 9450.0, 9454.0, 9486.0, 9457.0, 9489.0, 9459.0, 9493.0, 9446.0, 9493.0, 9430.0, 9478.0, 9434.0, 9501.0, 9442.0, 9509.0, 9474.0, 9540.0, 9488.0, 9547.0, 9522.0, 9568.0, 9538.0, 9570.0, 9541.0, 9567.0, 9522.0, 9551.0, 9486.0, 9529.0, 9510.0, 9532.0, 9538.0, 9516.0, 9562.0, 9516.0, 9526.0, 9499.0, 9527.0, 9500.0, 9542.0, 9510.0, 9546.0, 9507.0, 9553.0, 9494.0, 9553.0, 9527.0, 9573.0, 9524.0, 9560.0, 9568.0, 9542.0, 9586.0, 9559.0, 9591.0, 9565.0, 9575.0, 9531.0, 9579.0, 9532.0, 9574.0, 9543.0, 9576.0, 9533.0, 9594.0, 9544.0, 9578.0, 9588.0, 9556.0, 9589.0, 9557.0, 9574.0, 9543.0, 9568.0, 9529.0, 9568.0, 9528.0, 9585.0, 9523.0, 9573.0, 9510.0, 9556.0, 9554.0, 9536.0, 9575.0, 9553.0, 9566.0, 9514.0, 9543.0, 9493.0, 9525.0, 9464.0, 9530.0, 9478.0, 9526.0, 9505.0, 9490.0, 9535.0, 9485.0, 9518.0, 9487.0, 9519.0, 9477.0, 9504.0, 9461.0, 9505.0, 9461.0, 9495.0, 9521.0, 9491.0, 9538.0, 9478.0, 9514.0, 9478.0, 9510.0, 9479.0, 9532.0, 9473.0, 9517.0, 9545.0, 9518.0, 9546.0, 9519.0, 9549.0, 9520.0, 9571.0, 9508.0, 9557.0, 9509.0, 9556.0, 9570.0, 9542.0, 9589.0, 9557.0, 9582.0, 9543.0, 9590.0, 9564.0, 9591.0, 9568.0, 9590.0, 9557.0, 9586.0, 9542.0, 9571.0, 9544.0, 9590.0, 9559.0, 9586.0, 9558.0, 9537.0, 9557.0, 9565.0, 9553.0, 9587.0, 9564.0, 9574.0, 9560.0, 9519.0, 9551.0, 9528.0, 9591.0, 9557.0, 9585.0, 9540.0, 9574.0, 9512.0, 9542.0, 9507.0, 9541.0, 9512.0, 9526.0, 9463.0, 9490.0, 9434.0, 9512.0, 9455.0, 9530.0, 9472.0, 9535.0, 9508.0, 9525.0, 9550.0, 9540.0, 9568.0, 9541.0, 9568.0, 9524.0, 9551.0, 9519.0, 9565.0, 9522.0, 9549.0, 9522.0, 9553.0, 9509.0, 9553.0, 9526.0, 9588.0, 9539.0, 9569.0, 9525.0, 9570.0, 9526.0, 9568.0, 9537.0, 9574.0, 9549.0, 9536.0, 9568.0, 9529.0, 9545.0, 9513.0, 9545.0, 9494.0, 9528.0, 9462.0, 9511.0, 9491.0, 9493.0, 9516.0, 9492.0, 9522.0, 9480.0, 9507.0, 9483.0, 9513.0, 9469.0, 9517.0, 9523.0, 9523.0, 9560.0, 9518.0, 9525.0, 9500.0, 9531.0, 9483.0, 9550.0, 9488.0, 9553.0, 9508.0, 9548.0, 9564.0, 9535.0, 9564.0, 9534.0, 9562.0, 9520.0, 9546.0, 9486.0, 9535.0, 9498.0, 9531.0, 9542.0, 9529.0, 9515.0, 9521.0, 9533.0, 9538.0, 9569.0, 9555.0, 9586.0, 9542.0, 9570.0, 9526.0, 9570.0, 9523.0, 9552.0, 9549.0, 9536.0, 9545.0, 9516.0, 9570.0, 9531.0, 9561.0, 9518.0, 9545.0, 9500.0, 9527.0, 9480.0, 9526.0, 9482.0, 9524.0, 9474.0, 9544.0, 9479.0, 9526.0, 9466.0, 9525.0, 9479.0, 9508.0, 9507.0, 9512.0, 9564.0, 9514.0, 9555.0, 9514.0, 9534.0, 9515.0, 9521.0, 9493.0, 9546.0, 9485.0, 9518.0, 9482.0, 9513.0, 9546.0, 9514.0, 9515.0, 9494.0, 9442.0, 9502.0, 9479.0, 9513.0, 9485.0, 9540.0, 9484.0, 9513.0, 9557.0, 9518.0, 9546.0, 9525.0, 9550.0, 9490.0, 9541.0, 9495.0, 9549.0, 9530.0, 9529.0, 9486.0, 9533.0, 9500.0, 9496.0, 9496.0, 9444.0, 9495.0, 9430.0, 9471.0, 9421.0, 9442.0, 9418.0, 9442.0, 9419.0, 9423.0, 9419.0, 9403.0, 9407.0, 9409.0, 9413.0, 9431.0, 9430.0, 9432.0, 9448.0, 9441.0, 9456.0, 9446.0, 9477.0, 9452.0, 9482.0, 9473.0, 9502.0, 9476.0, 9500.0, 9463.0, 9505.0, 9465.0, 9508.0, 9469.0, 9529.0, 9496.0, 9512.0, 9540.0, 9508.0, 9561.0, 9501.0, 9523.0, 9483.0, 9512.0, 9488.0, 9550.0, 9488.0, 9537.0, 9507.0, 9538.0, 9562.0, 9540.0, 9584.0, 9541.0, 9586.0, 9527.0, 9568.0, 9522.0, 9551.0, 9565.0, 9532.0, 9565.0, 9542.0, 9568.0, 9527.0, 9555.0, 9525.0, 9554.0, 9509.0, 9573.0, 9528.0, 9573.0, 9569.0, 9552.0, 9587.0, 9537.0, 9569.0, 9520.0, 9573.0, 9507.0, 9553.0, 9505.0, 9550.0, 9581.0, 9533.0, 9565.0, 9536.0, 9566.0, 9520.0, 9550.0, 9495.0, 9534.0, 9487.0, 9552.0, 9518.0, 9550.0, 9580.0, 9516.0, 9561.0, 9515.0, 9543.0, 9481.0, 9545.0, 9477.0, 9514.0, 9509.0, 9510.0, 9558.0, 9514.0, 9544.0, 9499.0, 9527.0, 9484.0, 9526.0, 9483.0, 9512.0, 9511.0, 9528.0, 9541.0, 9500.0, 9542.0, 9494.0, 9525.0, 9478.0, 9547.0, 9484.0, 9531.0, 9500.0, 9515.0, 9543.0, 9518.0, 9562.0, 9536.0, 9565.0, 9528.0, 9551.0, 9493.0, 9536.0, 9544.0, 9532.0, 9562.0, 9532.0, 9564.0, 9524.0, 9566.0, 9522.0, 9547.0, 9504.0, 9571.0, 9504.0, 9554.0, 9502.0, 9551.0, 9547.0, 9532.0, 9564.0, 9531.0, 9561.0, 9511.0, 9543.0, 9515.0, 9532.0, 9484.0, 9544.0, 9482.0, 9549.0, 9530.0, 9510.0, 9562.0, 9511.0, 9537.0, 9507.0, 9523.0, 9483.0, 9530.0, 9481.0, 9509.0, 9541.0, 9509.0, 9521.0, 9492.0, 9523.0, 9485.0, 9548.0, 9468.0, 9529.0, 9487.0, 9530.0, 9500.0, 9533.0, 9546.0, 9515.0, 9542.0, 9511.0, 9536.0, 9517.0, 9545.0, 9486.0, 9532.0, 9486.0, 9532.0, 9510.0, 9514.0, 9562.0, 9528.0, 9545.0, 9500.0, 9532.0, 9487.0, 9531.0, 9498.0, 9528.0, 9494.0, 9515.0, 9559.0, 9529.0, 9541.0, 9509.0, 9545.0, 9503.0, 9546.0, 9507.0, 9532.0, 9504.0, 9547.0, 9499.0, 9549.0, 9530.0, 9527.0, 9560.0, 9516.0, 9554.0, 9514.0, 9560.0, 9520.0, 9547.0, 9477.0, 9527.0, 9467.0, 9534.0, 9530.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.0014439364118092354</td></tr>
<tr><td colspan=3>aqi</td><td>0.022746950492051478</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.23701398137882</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2820050485075751</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0176538985606058</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>5474.3633</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10415576554380869</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.677517032551098</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.701994820747306</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6440004824166614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.978735656254135</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.483248323571122</td></tr>
<tr><td colspan=3>gcor</td><td>0.0179242</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006570206955075264</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036479681730270386</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.9432473496246505</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.7378</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.9809</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.0227</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292347.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.578</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6932</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.4923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3432.1351</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3631.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>920.8092</td></tr>
<tr><td colspan=3>tsnr</td><td>38.51457136403769</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>