<?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-0085_ses-01_task-alignvideo_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-0085_ses-01_task-alignvideo_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-01_subject-0085_suffix-bold_task-alignvideo" 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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0085_suffix-bold_task-alignvideo" 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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-alignvideo_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-01_subject-0085_suffix-bold_task-alignvideo" 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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-alignvideo_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-01_subject-0085_suffix-bold_task-alignvideo" 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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0085_suffix-bold_task-alignvideo" 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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_task-alignvideo_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-0085/figures/sub-0085_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-alignvideo_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-0085/ses-01/func/sub-0085_ses-01_task-alignvideo_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>ffbfbb5269d3f1315369ed16afdd0467</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>23:02:17.987500</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.108602</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1ead74ee-4461-45b8-b6a9-643466161ef0||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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, 1376]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['230217.987500', '230218.447500', '230218.907500', '230219.367500', '230219.827500', '230220.287500', '230220.747500', '230221.207500', '230221.667500', '230222.127500', '230222.587500', '230223.047500', '230223.507500', '230223.967500', '230224.427500', '230224.887500', '230225.347500', '230225.807500', '230226.267500', '230226.727500', '230227.187500', '230227.647500', '230228.107500', '230228.567500', '230229.027500', '230229.487500', '230229.947500', '230230.407500', '230230.867500', '230231.327500', '230231.787500', '230232.247500', '230232.707500', '230233.167500', '230233.627500', '230234.087500', '230234.547500', '230235.007500', '230235.467500', '230235.927500', '230236.387500', '230236.847500', '230237.307500', '230237.767500', '230238.227500', '230238.687500', '230239.147500', '230239.607500', '230240.067500', '230240.527500', '230240.987500', '230241.447500', '230241.907500', '230242.367500', '230242.827500', '230243.287500', '230243.747500', '230244.207500', '230244.667500', '230245.127500', '230245.587500', '230246.047500', '230246.507500', '230246.967500', '230247.427500', '230247.887500', '230248.347500', '230248.807500', '230249.267500', '230249.727500', '230250.187500', '230250.647500', '230251.107500', '230251.567500', '230252.027500', '230252.487500', '230252.947500', '230253.407500', '230253.867500', '230254.327500', '230254.787500', '230255.247500', '230255.707500', '230256.167500', '230256.627500', '230257.087500', '230257.547500', '230258.007500', '230258.467500', '230258.927500', '230259.387500', '230259.847500', '230300.307500', '230300.767500', '230301.227500', '230301.687500', '230302.147500', '230302.607500', '230303.067500', '230303.527500', '230303.987500', '230304.447500', '230304.907500', '230305.367500', '230305.827500', '230306.287500', '230306.747500', '230307.207500', '230307.667500', '230308.127500', '230308.587500', '230309.047500', '230309.507500', '230309.967500', '230310.427500', '230310.887500', '230311.347500', '230311.807500', '230312.267500', '230312.727500', '230313.187500', '230313.647500', '230314.107500', '230314.567500', '230315.027500', '230315.487500', '230315.947500', '230316.407500', '230316.867500', '230317.327500', '230317.787500', '230318.247500', '230318.707500', '230319.167500', '230319.627500', '230320.087500', '230320.547500', '230321.007500', '230321.467500', '230321.927500', '230322.387500', '230322.847500', '230323.307500', '230323.767500', '230324.227500', '230324.687500', '230325.147500', '230325.607500', '230326.067500', '230326.527500', '230326.987500', '230327.447500', '230327.907500', '230328.367500', '230328.827500', '230329.287500', '230329.747500', '230330.207500', '230330.667500', '230331.127500', '230331.587500', '230332.047500', '230332.507500', '230332.967500', '230333.427500', '230333.887500', '230334.347500', '230334.807500', '230335.267500', '230335.727500', '230336.187500', '230336.647500', '230337.107500', '230337.567500', '230338.027500', '230338.487500', '230338.947500', '230339.407500', '230339.867500', '230340.327500', '230340.787500', '230341.247500', '230341.707500', '230342.167500', '230342.627500', '230343.087500', '230343.547500', '230344.007500', '230344.467500', '230344.927500', '230345.387500', '230345.847500', '230346.307500', '230346.767500', '230347.227500', '230347.687500', '230348.147500', '230348.607500', '230349.067500', '230349.527500', '230349.987500', '230350.447500', '230350.907500', '230351.367500', '230351.827500', '230352.287500', '230352.747500', '230353.207500', '230353.667500', '230354.127500', '230354.587500', '230355.047500', '230355.507500', '230355.967500', '230356.427500', '230356.887500', '230357.347500', '230357.807500', '230358.267500', '230358.727500', '230359.187500', '230359.647500', '230400.107500', '230400.567500', '230401.027500', '230401.487500', '230401.947500', '230402.407500', '230402.867500', '230403.327500', '230403.787500', '230404.247500', '230404.707500', '230405.167500', '230405.627500', '230406.087500', '230406.547500', '230407.007500', '230407.467500', '230407.927500', '230408.387500', '230408.847500', '230409.307500', '230409.767500', '230410.227500', '230410.687500', '230411.147500', '230411.607500', '230412.067500', '230412.527500', '230412.987500', '230413.447500', '230413.907500', '230414.367500', '230414.827500', '230415.287500', '230415.747500', '230416.207500', '230416.667500', '230417.127500', '230417.587500', '230418.047500', '230418.507500', '230418.967500', '230419.427500', '230419.887500', '230420.347500', '230420.807500', '230421.267500', '230421.727500', '230422.187500', '230422.647500', '230423.107500', '230423.567500', '230424.027500', '230424.487500', '230424.947500', '230425.407500', '230425.867500', '230426.327500', '230426.787500', '230427.247500', '230427.707500', '230428.167500', '230428.627500', '230429.087500', '230429.547500', '230430.007500', '230430.467500', '230430.927500', '230431.387500', '230431.847500', '230432.307500', '230432.767500', '230433.227500', '230433.687500', '230434.147500', '230434.607500', '230435.067500', '230435.527500', '230435.987500', '230436.447500', '230436.907500', '230437.367500', '230437.827500', '230438.287500', '230438.747500', '230439.207500', '230439.667500', '230440.127500', '230440.587500', '230441.047500', '230441.507500', '230441.967500', '230442.427500', '230442.887500', '230443.347500', '230443.807500', '230444.267500', '230444.727500', '230445.187500', '230445.647500', '230446.107500', '230446.567500', '230447.027500', '230447.487500', '230447.947500', '230448.407500', '230448.867500', '230449.327500', '230449.787500', '230450.247500', '230450.707500', '230451.167500', '230451.627500', '230452.087500', '230452.547500', '230453.007500', '230453.467500', '230453.927500', '230454.387500', '230454.847500', '230455.307500', '230455.767500', '230456.227500', '230456.687500', '230457.147500', '230457.607500', '230458.067500', '230458.527500', '230458.987500', '230459.447500', '230459.907500', '230500.367500', '230500.827500', '230501.287500', '230501.747500', '230502.207500', '230502.667500', '230503.127500', '230503.587500', '230504.047500', '230504.507500', '230504.967500', '230505.427500', '230505.887500', '230506.347500', '230506.807500', '230507.267500', '230507.727500', '230508.187500', '230508.647500', '230509.107500', '230509.567500', '230510.027500', '230510.487500', '230510.947500', '230511.407500', '230511.867500', '230512.327500', '230512.787500', '230513.247500', '230513.707500', '230514.167500', '230514.627500', '230515.087500', '230515.547500', '230516.007500', '230516.467500', '230516.927500', '230517.387500', '230517.847500', '230518.307500', '230518.767500', '230519.227500', '230519.687500', '230520.147500', '230520.607500', '230521.067500', '230521.527500', '230521.987500', '230522.447500', '230522.907500', '230523.367500', '230523.827500', '230524.287500', '230524.747500', '230525.207500', '230525.667500', '230526.127500', '230526.587500', '230527.047500', '230527.507500', '230527.967500', '230528.427500', '230528.887500', '230529.347500', '230529.807500', '230530.267500', '230530.727500', '230531.187500', '230531.647500', '230532.107500', '230532.567500', '230533.027500', '230533.487500', '230533.947500', '230534.407500', '230534.867500', '230535.327500', '230535.787500', '230536.247500', '230536.707500', '230537.167500', '230537.627500', '230538.087500', '230538.547500', '230539.007500', '230539.467500', '230539.927500', '230540.387500', '230540.847500', '230541.307500', '230541.767500', '230542.227500', '230542.687500', '230543.147500', '230543.607500', '230544.067500', '230544.527500', '230544.987500', '230545.447500', '230545.907500', '230546.367500', '230546.827500', '230547.287500', '230547.747500', '230548.207500', '230548.667500', '230549.127500', '230549.587500', '230550.047500', '230550.507500', '230550.967500', '230551.427500', '230551.887500', '230552.347500', '230552.807500', '230553.267500', '230553.727500', '230554.187500', '230554.647500', '230555.107500', '230555.567500', '230556.027500', '230556.487500', '230556.947500', '230557.407500', '230557.867500', '230558.327500', '230558.787500', '230559.247500', '230559.707500', '230600.167500', '230600.627500', '230601.087500', '230601.547500', '230602.007500', '230602.467500', '230602.927500', '230603.387500', '230603.847500', '230604.307500', '230604.767500', '230605.227500', '230605.687500', '230606.147500', '230606.607500', '230607.067500', '230607.527500', '230607.987500', '230608.447500', '230608.907500', '230609.367500', '230609.827500', '230610.287500', '230610.747500', '230611.207500', '230611.667500', '230612.127500', '230612.587500', '230613.047500', '230613.507500', '230613.967500', '230614.427500', '230614.887500', '230615.347500', '230615.807500', '230616.267500', '230616.727500', '230617.187500', '230617.647500', '230618.107500', '230618.567500', '230619.027500', '230619.487500', '230619.947500', '230620.407500', '230620.867500', '230621.327500', '230621.787500', '230622.247500', '230622.707500', '230623.167500', '230623.627500', '230624.087500', '230624.547500', '230625.007500', '230625.467500', '230625.927500', '230626.387500', '230626.847500', '230627.307500', '230627.767500', '230628.227500', '230628.687500', '230629.147500', '230629.607500', '230630.067500', '230630.527500', '230630.987500', '230631.447500', '230631.907500', '230632.367500', '230632.827500', '230633.287500', '230633.747500', '230634.207500', '230634.667500', '230635.127500', '230635.587500', '230636.047500', '230636.507500', '230636.967500', '230637.427500', '230637.887500', '230638.347500', '230638.807500', '230639.267500', '230639.727500', '230640.187500', '230640.647500', '230641.107500', '230641.567500', '230642.027500', '230642.487500', '230642.947500', '230643.407500', '230643.867500', '230644.327500', '230644.787500', '230645.247500', '230645.707500', '230646.167500', '230646.627500', '230647.087500', '230647.547500', '230648.007500', '230648.467500', '230648.927500', '230649.387500', '230649.847500', '230650.307500', '230650.767500', '230651.227500', '230651.687500', '230652.147500', '230652.607500', '230653.067500', '230653.527500', '230653.987500', '230654.447500', '230654.907500', '230655.367500', '230655.827500', '230656.287500', '230656.747500', '230657.207500', '230657.667500', '230658.127500', '230658.587500', '230659.047500', '230659.507500', '230659.967500', '230700.427500', '230700.887500', '230701.347500', '230701.807500', '230702.267500', '230702.727500', '230703.187500', '230703.647500', '230704.107500', '230704.567500', '230705.027500', '230705.487500', '230705.947500', '230706.407500', '230706.867500', '230707.327500', '230707.787500', '230708.247500', '230708.707500', '230709.167500', '230709.627500', '230710.087500', '230710.547500', '230711.007500', '230711.467500', '230711.927500', '230712.387500', '230712.847500', '230713.307500', '230713.767500', '230714.227500', '230714.687500', '230715.147500', '230715.607500', '230716.067500', '230716.527500', '230716.987500', '230717.447500', '230717.907500', '230718.367500', '230718.827500', '230719.287500', '230719.747500', '230720.207500', '230720.667500', '230721.127500', '230721.587500', '230722.047500', '230722.507500', '230722.967500', '230723.427500', '230723.887500', '230724.347500', '230724.807500', '230725.267500', '230725.727500', '230726.187500', '230726.647500', '230727.107500', '230727.567500', '230728.027500', '230728.487500', '230728.947500', '230729.407500', '230729.867500', '230730.327500', '230730.787500', '230731.247500', '230731.707500', '230732.167500', '230732.627500', '230733.087500', '230733.547500', '230734.007500', '230734.467500', '230734.927500', '230735.387500', '230735.847500', '230736.307500', '230736.767500', '230737.227500', '230737.687500', '230738.147500', '230738.607500', '230739.067500', '230739.527500', '230739.987500', '230740.447500', '230740.907500', '230741.367500', '230741.827500', '230742.287500', '230742.747500', '230743.207500', '230743.667500', '230744.127500', '230744.587500', '230745.047500', '230745.507500', '230745.967500', '230746.427500', '230746.887500', '230747.347500', '230747.807500', '230748.267500', '230748.727500', '230749.187500', '230749.647500', '230750.107500', '230750.567500', '230751.027500', '230751.487500', '230751.947500', '230752.407500', '230752.867500', '230753.327500', '230753.787500', '230754.247500', '230754.707500', '230755.167500', '230755.627500', '230756.087500', '230756.547500', '230757.007500', '230757.467500', '230757.927500', '230758.387500', '230758.847500', '230759.307500', '230759.767500', '230800.227500', '230800.687500', '230801.147500', '230801.607500', '230802.067500', '230802.527500', '230802.987500', '230803.447500', '230803.907500', '230804.367500', '230804.827500', '230805.287500', '230805.747500', '230806.207500', '230806.667500', '230807.127500', '230807.587500', '230808.047500', '230808.507500', '230808.967500', '230809.427500', '230809.887500', '230810.347500', '230810.807500', '230811.267500', '230811.727500', '230812.187500', '230812.647500', '230813.107500', '230813.567500', '230814.027500', '230814.487500', '230814.947500', '230815.407500', '230815.867500', '230816.327500', '230816.787500', '230817.247500', '230817.707500', '230818.167500', '230818.627500', '230819.087500', '230819.547500', '230820.007500', '230820.467500', '230820.927500', '230821.387500', '230821.847500', '230822.307500', '230822.767500', '230823.227500', '230823.687500', '230824.147500', '230824.607500', '230825.067500', '230825.527500', '230825.987500', '230826.447500', '230826.907500', '230827.367500', '230827.827500', '230828.287500', '230828.747500', '230829.207500', '230829.667500', '230830.127500', '230830.587500', '230831.047500', '230831.507500', '230831.967500', '230832.427500', '230832.887500', '230833.347500', '230833.807500', '230834.267500', '230834.727500', '230835.187500', '230835.647500', '230836.107500', '230836.567500', '230837.027500', '230837.487500', '230837.947500', '230838.407500', '230838.867500', '230839.327500', '230839.787500', '230840.247500', '230840.707500', '230841.167500', '230841.627500', '230842.087500', '230842.547500', '230843.007500', '230843.467500', '230843.927500', '230844.387500', '230844.847500', '230845.307500', '230845.767500', '230846.227500', '230846.687500', '230847.147500', '230847.607500', '230848.067500', '230848.527500', '230848.987500', '230849.447500', '230849.907500', '230850.367500', '230850.827500', '230851.287500', '230851.747500', '230852.207500', '230852.667500', '230853.127500', '230853.587500', '230854.047500', '230854.507500', '230854.967500', '230855.427500', '230855.887500', '230856.347500', '230856.807500', '230857.267500', '230857.727500', '230858.187500', '230858.647500', '230859.107500', '230859.567500', '230900.027500', '230900.487500', '230900.947500', '230901.407500', '230901.867500', '230902.327500', '230902.787500', '230903.247500', '230903.707500', '230904.167500', '230904.627500', '230905.087500', '230905.547500', '230906.007500', '230906.467500', '230906.927500', '230907.387500', '230907.847500', '230908.307500', '230908.767500', '230909.227500', '230909.687500', '230910.147500', '230910.607500', '230911.067500', '230911.527500', '230911.987500', '230912.447500', '230912.907500', '230913.367500', '230913.827500', '230914.287500', '230914.747500', '230915.207500', '230915.667500', '230916.127500', '230916.587500', '230917.047500', '230917.507500', '230917.967500', '230918.427500', '230918.887500', '230919.347500', '230919.807500', '230920.267500', '230920.727500', '230921.187500', '230921.647500', '230922.107500', '230922.567500', '230923.027500', '230923.487500', '230923.947500', '230924.407500', '230924.867500', '230925.327500', '230925.787500', '230926.247500', '230926.707500', '230927.167500', '230927.627500', '230928.087500', '230928.547500', '230929.007500', '230929.467500', '230929.927500', '230930.387500', '230930.847500', '230931.307500', '230931.767500', '230932.227500', '230932.687500', '230933.147500', '230933.607500', '230934.067500', '230934.527500', '230934.987500', '230935.447500', '230935.907500', '230936.367500', '230936.827500', '230937.287500', '230937.747500', '230938.207500', '230938.667500', '230939.127500', '230939.587500', '230940.047500', '230940.507500', '230940.967500', '230941.427500', '230941.887500', '230942.347500', '230942.807500', '230943.267500', '230943.727500', '230944.187500', '230944.647500', '230945.107500', '230945.567500', '230946.027500', '230946.487500', '230946.947500', '230947.407500', '230947.867500', '230948.327500', '230948.787500', '230949.247500', '230949.707500', '230950.167500', '230950.627500', '230951.087500', '230951.547500', '230952.007500', '230952.467500', '230952.927500', '230953.387500', '230953.847500', '230954.307500', '230954.767500', '230955.227500', '230955.687500', '230956.147500', '230956.607500', '230957.067500', '230957.527500', '230957.987500', '230958.447500', '230958.907500', '230959.367500', '230959.827500', '231000.287500', '231000.747500', '231001.207500', '231001.667500', '231002.127500', '231002.587500', '231003.047500', '231003.507500', '231003.967500', '231004.427500', '231004.887500', '231005.347500', '231005.807500', '231006.267500', '231006.727500', '231007.187500', '231007.647500', '231008.107500', '231008.567500', '231009.027500', '231009.487500', '231009.947500', '231010.407500', '231010.867500', '231011.327500', '231011.787500', '231012.247500', '231012.707500', '231013.167500', '231013.627500', '231014.087500', '231014.547500', '231015.007500', '231015.467500', '231015.927500', '231016.387500', '231016.847500', '231017.307500', '231017.767500', '231018.227500', '231018.687500', '231019.147500', '231019.607500', '231020.067500', '231020.527500', '231020.987500', '231021.447500', '231021.907500', '231022.367500', '231022.827500', '231023.287500', '231023.747500', '231024.207500', '231024.667500', '231025.127500', '231025.587500', '231026.047500', '231026.507500', '231026.967500', '231027.427500', '231027.887500', '231028.347500', '231028.807500', '231029.267500', '231029.727500', '231030.187500', '231030.647500', '231031.107500', '231031.567500', '231032.027500', '231032.487500', '231032.947500', '231033.407500', '231033.867500', '231034.327500', '231034.787500', '231035.247500', '231035.707500', '231036.167500', '231036.627500', '231037.087500', '231037.547500', '231038.007500', '231038.467500', '231038.927500', '231039.387500', '231039.847500', '231040.307500', '231040.767500', '231041.227500', '231041.687500', '231042.147500', '231042.607500', '231043.067500', '231043.527500', '231043.987500', '231044.447500', '231044.907500', '231045.367500', '231045.827500', '231046.287500', '231046.747500', '231047.207500', '231047.667500', '231048.127500', '231048.587500', '231049.047500', '231049.507500', '231049.967500', '231050.427500', '231050.887500', '231051.347500', '231051.807500', '231052.267500', '231052.727500', '231053.187500', '231053.647500', '231054.107500', '231054.567500', '231055.027500', '231055.487500', '231055.947500', '231056.407500', '231056.867500', '231057.327500', '231057.787500', '231058.247500', '231058.707500', '231059.167500', '231059.627500', '231100.087500', '231100.547500', '231101.007500', '231101.467500', '231101.927500', '231102.387500', '231102.847500', '231103.307500', '231103.767500', '231104.227500', '231104.687500', '231105.147500', '231105.607500', '231106.067500', '231106.527500', '231106.987500', '231107.447500', '231107.907500', '231108.367500', '231108.827500', '231109.287500', '231109.747500', '231110.207500', '231110.667500', '231111.127500', '231111.587500', '231112.047500', '231112.507500', '231112.967500', '231113.427500', '231113.887500', '231114.347500', '231114.807500', '231115.267500', '231115.727500', '231116.187500', '231116.647500', '231117.107500', '231117.567500', '231118.027500', '231118.487500', '231118.947500', '231119.407500', '231119.867500', '231120.327500', '231120.787500', '231121.247500', '231121.707500', '231122.167500', '231122.627500', '231123.087500', '231123.547500', '231124.007500', '231124.467500', '231124.927500', '231125.387500', '231125.847500', '231126.307500', '231126.767500', '231127.227500', '231127.687500', '231128.147500', '231128.607500', '231129.067500', '231129.527500', '231129.987500', '231130.447500', '231130.907500', '231131.367500', '231131.827500', '231132.287500', '231132.747500', '231133.207500', '231133.667500', '231134.127500', '231134.587500', '231135.047500', '231135.507500', '231135.967500', '231136.427500', '231136.887500', '231137.347500', '231137.807500', '231138.267500', '231138.727500', '231139.187500', '231139.647500', '231140.107500', '231140.567500', '231141.027500', '231141.487500', '231141.947500', '231142.407500', '231142.867500', '231143.327500', '231143.787500', '231144.247500', '231144.707500', '231145.167500', '231145.627500', '231146.087500', '231146.547500', '231147.007500', '231147.467500', '231147.927500', '231148.387500', '231148.847500', '231149.307500', '231149.767500', '231150.227500', '231150.687500', '231151.147500', '231151.607500', '231152.067500', '231152.527500', '231152.987500', '231153.447500', '231153.907500', '231154.367500', '231154.827500', '231155.287500', '231155.747500', '231156.207500', '231156.667500', '231157.127500', '231157.587500', '231158.047500', '231158.507500', '231158.967500', '231159.427500', '231159.887500', '231200.347500', '231200.807500', '231201.267500', '231201.727500', '231202.187500', '231202.647500', '231203.107500', '231203.567500', '231204.027500', '231204.487500', '231204.947500', '231205.407500', '231205.867500', '231206.327500', '231206.787500', '231207.247500', '231207.707500', '231208.167500', '231208.627500', '231209.087500', '231209.547500', '231210.007500', '231210.467500', '231210.927500', '231211.387500', '231211.847500', '231212.307500', '231212.767500', '231213.227500', '231213.687500', '231214.147500', '231214.607500', '231215.067500', '231215.527500', '231215.987500', '231216.447500', '231216.907500', '231217.367500', '231217.827500', '231218.287500', '231218.747500', '231219.207500', '231219.667500', '231220.127500', '231220.587500', '231221.047500', '231221.507500', '231221.967500', '231222.427500', '231222.887500', '231223.347500', '231223.807500', '231224.267500', '231224.727500', '231225.187500', '231225.647500', '231226.107500', '231226.567500', '231227.027500', '231227.487500', '231227.947500', '231228.407500', '231228.867500', '231229.327500', '231229.787500', '231230.247500', '231230.707500', '231231.167500', '231231.627500', '231232.087500', '231232.547500', '231233.007500', '231233.467500', '231233.927500', '231234.387500', '231234.847500', '231235.307500', '231235.767500', '231236.227500', '231236.687500', '231237.147500', '231237.607500', '231238.067500', '231238.527500', '231238.987500', '231239.447500', '231239.907500', '231240.367500', '231240.827500', '231241.287500', '231241.747500', '231242.207500', '231242.667500', '231243.127500', '231243.587500', '231244.047500', '231244.507500', '231244.967500', '231245.427500', '231245.887500', '231246.347500', '231246.807500', '231247.267500', '231247.727500', '231248.187500', '231248.647500', '231249.107500', '231249.567500', '231250.027500', '231250.487500'], 'ContentTime': ['230229.574000', '230229.578000', '230229.581000', '230229.583000', '230229.586000', '230229.589000', '230229.591000', '230229.594000', '230229.596000', '230229.599000', '230229.602000', '230229.605000', '230229.607000', '230229.610000', '230229.613000', '230229.621000', '230229.624000', '230229.627000', '230229.636000', '230229.638000', '230229.641000', '230249.527000', '230249.530000', '230249.533000', '230249.536000', '230249.541000', '230249.544000', '230249.547000', '230249.549000', '230249.552000', '230249.555000', '230249.557000', '230249.560000', '230249.562000', '230249.565000', '230249.567000', '230249.570000', '230249.572000', '230249.575000', '230249.578000', '230249.580000', '230249.583000', '230249.586000', '230249.588000', '230249.591000', '230249.593000', '230249.596000', '230249.599000', '230249.601000', '230249.604000', '230249.606000', '230249.609000', '230249.612000', '230249.614000', '230249.617000', '230249.620000', '230249.622000', '230249.627000', '230249.630000', '230249.632000', '230249.635000', '230249.637000', '230249.640000', '230249.643000', '230249.645000', '230309.527000', '230309.530000', '230309.533000', '230309.536000', '230309.538000', '230309.541000', '230309.544000', '230309.546000', '230309.549000', '230309.551000', '230309.554000', '230309.557000', '230309.559000', '230309.562000', '230309.564000', '230309.567000', '230309.570000', '230309.572000', '230309.575000', '230309.578000', '230309.580000', '230309.583000', '230309.586000', '230309.588000', '230309.591000', '230309.593000', '230309.596000', '230309.599000', '230309.601000', '230309.604000', '230309.606000', '230309.609000', '230309.612000', '230309.614000', '230309.617000', '230309.620000', '230309.622000', '230309.625000', '230309.628000', '230309.630000', '230309.633000', '230309.635000', '230309.638000', '230309.640000', '230329.527000', '230329.530000', '230329.533000', '230329.536000', '230329.538000', '230329.541000', '230329.544000', '230329.546000', '230329.549000', '230329.551000', '230329.554000', '230329.557000', '230329.559000', '230329.562000', '230329.565000', '230329.567000', '230329.570000', '230329.584000', '230329.587000', '230329.590000', '230329.592000', '230329.595000', '230329.597000', '230329.600000', '230329.603000', '230329.605000', '230329.608000', '230329.611000', '230329.613000', '230329.616000', '230329.619000', '230329.621000', '230329.624000', '230329.627000', '230329.629000', '230329.632000', '230329.635000', '230329.637000', '230329.640000', '230329.643000', '230329.645000', '230329.648000', '230329.650000', '230349.528000', '230349.532000', '230349.535000', '230349.537000', '230349.540000', '230349.543000', '230349.545000', '230349.548000', '230349.551000', '230349.561000', '230349.563000', '230349.566000', '230349.568000', '230349.571000', '230349.574000', '230349.576000', '230349.579000', '230349.582000', '230349.584000', '230349.587000', '230349.589000', '230349.592000', '230349.595000', '230349.598000', '230349.601000', '230349.603000', '230349.606000', '230349.609000', '230349.611000', '230349.614000', '230349.617000', '230349.619000', '230349.622000', '230349.625000', '230349.627000', '230349.630000', '230349.633000', '230349.635000', '230349.638000', '230349.640000', '230349.643000', '230349.646000', '230349.649000', '230409.528000', '230409.530000', '230409.533000', '230409.536000', '230409.539000', '230409.541000', '230409.544000', '230409.547000', '230409.549000', '230409.552000', '230409.554000', '230409.557000', '230409.560000', '230409.562000', '230409.565000', '230409.568000', '230409.571000', '230409.573000', '230409.576000', '230409.579000', '230409.581000', '230409.584000', '230409.586000', '230409.589000', '230409.591000', '230409.594000', '230409.597000', '230409.599000', '230409.602000', '230409.605000', '230409.607000', '230409.610000', '230409.613000', '230409.621000', '230409.623000', '230409.626000', '230409.629000', '230409.631000', '230409.634000', '230409.637000', '230409.640000', '230409.642000', '230409.645000', '230409.647000', '230429.527000', '230429.530000', '230429.532000', '230429.535000', '230429.538000', '230429.540000', '230429.543000', '230429.545000', '230429.548000', '230429.551000', '230429.553000', '230429.556000', '230429.558000', '230429.561000', '230429.564000', '230429.567000', '230429.570000', '230429.572000', '230429.575000', '230429.578000', '230429.581000', '230429.590000', '230429.592000', '230429.595000', '230429.598000', '230429.600000', '230429.603000', '230429.606000', '230429.609000', '230429.611000', '230429.614000', '230429.617000', '230429.619000', '230429.622000', '230429.624000', '230429.627000', '230429.630000', '230429.632000', '230429.635000', '230429.638000', '230429.640000', '230429.643000', '230429.645000', '230449.527000', '230449.530000', '230449.533000', '230449.536000', '230449.538000', '230449.541000', '230449.544000', '230449.546000', '230449.549000', '230449.552000', '230449.555000', '230449.557000', '230449.560000', '230449.562000', '230449.565000', '230449.568000', '230449.570000', '230449.573000', '230449.576000', '230449.579000', '230449.581000', '230449.584000', '230449.586000', '230449.589000', '230449.592000', '230449.594000', '230449.597000', '230449.600000', '230449.602000', '230449.605000', '230449.607000', '230449.610000', '230449.613000', '230449.615000', '230449.618000', '230449.620000', '230449.623000', '230449.625000', '230449.628000', '230449.631000', '230449.633000', '230449.636000', '230449.639000', '230449.641000', '230509.528000', '230509.530000', '230509.533000', '230509.536000', '230509.539000', '230509.541000', '230509.544000', '230509.546000', '230509.549000', '230509.552000', '230509.554000', '230509.557000', '230509.560000', '230509.571000', '230509.573000', '230509.576000', '230509.578000', '230509.581000', '230509.584000', '230509.586000', '230509.589000', '230509.592000', '230509.594000', '230509.597000', '230509.599000', '230509.602000', '230509.605000', '230509.607000', '230509.610000', '230509.613000', '230509.615000', '230509.618000', '230509.621000', '230509.623000', '230509.626000', '230509.628000', '230509.631000', '230509.635000', '230509.638000', '230509.640000', '230509.643000', '230509.645000', '230509.648000', '230529.528000', '230529.531000', '230529.534000', '230529.537000', '230529.539000', '230529.542000', '230529.545000', '230529.547000', '230529.550000', '230529.553000', '230529.555000', '230529.558000', '230529.560000', '230529.563000', '230529.566000', '230529.568000', '230529.571000', '230529.574000', '230529.576000', '230529.579000', '230529.581000', '230529.584000', '230529.587000', '230529.589000', '230529.592000', '230529.595000', '230529.597000', '230529.600000', '230529.603000', '230529.606000', '230529.608000', '230529.611000', '230529.613000', '230529.616000', '230529.619000', '230529.621000', '230529.624000', '230529.627000', '230529.630000', '230529.632000', '230529.635000', '230529.638000', '230529.640000', '230529.643000', '230549.527000', '230549.530000', '230549.533000', '230549.536000', '230549.538000', '230549.541000', '230549.544000', '230549.546000', '230549.549000', '230549.552000', '230549.554000', '230549.562000', '230549.564000', '230549.567000', '230549.569000', '230549.572000', '230549.575000', '230549.578000', '230549.580000', '230549.583000', '230549.586000', '230549.588000', '230549.591000', '230549.594000', '230549.597000', '230549.600000', '230549.603000', '230549.606000', '230549.609000', '230549.611000', '230549.614000', '230549.617000', '230549.619000', '230549.622000', '230549.624000', '230549.627000', '230549.630000', '230549.633000', '230549.635000', '230549.638000', '230549.640000', '230549.643000', '230549.646000', '230609.528000', '230609.530000', '230609.533000', '230609.536000', '230609.538000', '230609.541000', '230609.543000', '230609.546000', '230609.549000', '230609.551000', '230609.554000', '230609.557000', '230609.559000', '230609.562000', '230609.565000', '230609.567000', '230609.570000', '230609.573000', '230609.575000', '230609.578000', '230609.580000', '230609.583000', '230609.586000', '230609.588000', '230609.591000', '230609.594000', '230609.596000', '230609.599000', '230609.602000', '230609.605000', '230609.607000', '230609.610000', '230609.612000', '230609.615000', '230609.618000', '230609.620000', '230609.623000', '230609.626000', '230609.628000', '230609.631000', '230609.634000', '230609.636000', '230609.639000', '230609.641000', '230629.528000', '230629.531000', '230629.534000', '230629.536000', '230629.539000', '230629.541000', '230629.544000', '230629.547000', '230629.549000', '230629.552000', '230629.555000', '230629.557000', '230629.560000', '230629.563000', '230629.565000', '230629.568000', '230629.570000', '230629.573000', '230629.576000', '230629.579000', '230629.581000', '230629.584000', '230629.586000', '230629.589000', '230629.592000', '230629.594000', '230629.597000', '230629.600000', '230629.602000', '230629.605000', '230629.608000', '230629.610000', '230629.613000', '230629.615000', '230629.618000', '230629.621000', '230629.623000', '230629.626000', '230629.629000', '230629.632000', '230629.634000', '230629.637000', '230629.639000', '230649.527000', '230649.530000', '230649.532000', '230649.535000', '230649.538000', '230649.540000', '230649.543000', '230649.546000', '230649.548000', '230649.551000', '230649.554000', '230649.556000', '230649.559000', '230649.562000', '230649.564000', '230649.567000', '230649.569000', '230649.572000', '230649.575000', '230649.577000', '230649.580000', '230649.583000', '230649.585000', '230649.588000', '230649.591000', '230649.593000', '230649.596000', '230649.599000', '230649.601000', '230649.604000', '230649.607000', '230649.610000', '230649.612000', '230649.615000', '230649.618000', '230649.620000', '230649.623000', '230649.625000', '230649.628000', '230649.631000', '230649.633000', '230649.636000', '230649.639000', '230649.641000', '230709.528000', '230709.531000', '230709.533000', '230709.536000', '230709.538000', '230709.541000', '230709.544000', '230709.546000', '230709.549000', '230709.552000', '230709.554000', '230709.557000', '230709.560000', '230709.562000', '230709.565000', '230709.568000', '230709.570000', '230709.573000', '230709.576000', '230709.578000', '230709.581000', '230709.583000', '230709.586000', '230709.589000', '230709.591000', '230709.594000', '230709.597000', '230709.600000', '230709.602000', '230709.605000', '230709.608000', '230709.610000', '230709.613000', '230709.616000', '230709.618000', '230709.621000', '230709.623000', '230709.626000', '230709.629000', '230709.631000', '230709.634000', '230709.637000', '230709.639000', '230729.528000', '230729.531000', '230729.534000', '230729.537000', '230729.539000', '230729.542000', '230729.545000', '230729.547000', '230729.550000', '230729.553000', '230729.555000', '230729.558000', '230729.561000', '230729.563000', '230729.566000', '230729.568000', '230729.571000', '230729.574000', '230729.576000', '230729.579000', '230729.581000', '230729.584000', '230729.587000', '230729.590000', '230729.592000', '230729.595000', '230729.598000', '230729.600000', '230729.603000', '230729.605000', '230729.608000', '230729.611000', '230729.613000', '230729.616000', '230729.619000', '230729.621000', '230729.624000', '230729.627000', '230729.629000', '230729.632000', '230729.634000', '230729.637000', '230729.640000', '230729.642000', '230749.528000', '230749.530000', '230749.533000', '230749.536000', '230749.539000', '230749.541000', '230749.544000', '230749.547000', '230749.550000', '230749.552000', '230749.555000', '230749.557000', '230749.560000', '230749.563000', '230749.565000', '230749.568000', '230749.570000', '230749.573000', '230749.576000', '230749.578000', '230749.581000', '230749.584000', '230749.586000', '230749.589000', '230749.592000', '230749.594000', '230749.597000', '230749.600000', '230749.602000', '230749.605000', '230749.608000', '230749.610000', '230749.613000', '230749.616000', '230749.618000', '230749.621000', '230749.626000', '230749.630000', '230749.633000', '230749.636000', '230749.638000', '230749.641000', '230749.644000', '230809.528000', '230809.531000', '230809.533000', '230809.536000', '230809.538000', '230809.541000', '230809.544000', '230809.546000', '230809.549000', '230809.552000', '230809.554000', '230809.557000', '230809.559000', '230809.562000', '230809.565000', '230809.567000', '230809.570000', '230809.573000', '230809.575000', '230809.578000', '230809.589000', '230809.592000', '230809.594000', '230809.597000', '230809.599000', '230809.602000', '230809.605000', '230809.607000', '230809.610000', '230809.613000', '230809.615000', '230809.618000', '230809.620000', '230809.623000', '230809.626000', '230809.628000', '230809.631000', '230809.634000', '230809.637000', '230809.639000', '230809.642000', '230809.644000', '230809.647000', '230809.650000', '230829.527000', '230829.530000', '230829.533000', '230829.536000', '230829.538000', '230829.541000', '230829.544000', '230829.546000', '230829.549000', '230829.552000', '230829.554000', '230829.557000', '230829.560000', '230829.562000', '230829.565000', '230829.568000', '230829.570000', '230829.573000', '230829.575000', '230829.578000', '230829.581000', '230829.583000', '230829.586000', '230829.589000', '230829.591000', '230829.594000', '230829.596000', '230829.599000', '230829.602000', '230829.604000', '230829.607000', '230829.610000', '230829.612000', '230829.615000', '230829.618000', '230829.620000', '230829.623000', '230829.625000', '230829.628000', '230829.631000', '230829.633000', '230829.636000', '230829.639000', '230849.527000', '230849.530000', '230849.533000', '230849.536000', '230849.538000', '230849.541000', '230849.544000', '230849.547000', '230849.549000', '230849.552000', '230849.554000', '230849.557000', '230849.560000', '230849.562000', '230849.565000', '230849.568000', '230849.571000', '230849.573000', '230849.576000', '230849.579000', '230849.581000', '230849.584000', '230849.587000', '230849.589000', '230849.592000', '230849.594000', '230849.598000', '230849.600000', '230849.603000', '230849.605000', '230849.608000', '230849.611000', '230849.613000', '230849.616000', '230849.619000', '230849.621000', '230849.624000', '230849.627000', '230849.629000', '230849.632000', '230849.635000', '230849.637000', '230849.640000', '230909.527000', '230909.530000', '230909.532000', '230909.535000', '230909.537000', '230909.540000', '230909.543000', '230909.545000', '230909.548000', '230909.550000', '230909.553000', '230909.555000', '230909.558000', '230909.561000', '230909.563000', '230909.566000', '230909.569000', '230909.571000', '230909.583000', '230909.586000', '230909.588000', '230909.591000', '230909.593000', '230909.596000', '230909.599000', '230909.601000', '230909.604000', '230909.607000', '230909.610000', '230909.612000', '230909.615000', '230909.617000', '230909.620000', '230909.623000', '230909.625000', '230909.628000', '230909.630000', '230909.633000', '230909.636000', '230909.638000', '230909.641000', '230909.643000', '230909.646000', '230909.648000', '230929.528000', '230929.531000', '230929.533000', '230929.536000', '230929.539000', '230929.541000', '230929.544000', '230929.547000', '230929.549000', '230929.552000', '230929.555000', '230929.557000', '230929.560000', '230929.563000', '230929.566000', '230929.568000', '230929.571000', '230929.586000', '230929.589000', '230929.592000', '230929.594000', '230929.597000', '230929.600000', '230929.602000', '230929.605000', '230929.608000', '230929.610000', '230929.613000', '230929.616000', '230929.618000', '230929.621000', '230929.624000', '230929.626000', '230929.629000', '230929.632000', '230929.634000', '230929.637000', '230929.640000', '230929.642000', '230929.645000', '230929.647000', '230929.650000', '230929.653000', '230949.527000', '230949.530000', '230949.533000', '230949.536000', '230949.539000', '230949.541000', '230949.544000', '230949.547000', '230949.549000', '230949.552000', '230949.554000', '230949.557000', '230949.559000', '230949.562000', '230949.564000', '230949.567000', '230949.570000', '230949.572000', '230949.575000', '230949.578000', '230949.580000', '230949.583000', '230949.585000', '230949.588000', '230949.590000', '230949.593000', '230949.596000', '230949.598000', '230949.601000', '230949.604000', '230949.606000', '230949.609000', '230949.612000', '230949.614000', '230949.617000', '230949.620000', '230949.622000', '230949.625000', '230949.627000', '230949.630000', '230949.633000', '230949.635000', '230949.638000', '230949.640000', '231009.528000', '231009.531000', '231009.533000', '231009.536000', '231009.538000', '231009.541000', '231009.545000', '231009.547000', '231009.550000', '231009.553000', '231009.556000', '231009.558000', '231009.561000', '231009.564000', '231009.566000', '231009.569000', '231009.572000', '231009.574000', '231009.577000', '231009.580000', '231009.582000', '231009.585000', '231009.587000', '231009.590000', '231009.593000', '231009.595000', '231009.598000', '231009.601000', '231009.603000', '231009.606000', '231009.609000', '231009.611000', '231009.614000', '231009.617000', '231009.619000', '231009.622000', '231009.624000', '231009.627000', '231009.630000', '231009.632000', '231009.635000', '231009.637000', '231009.640000', '231029.528000', '231029.535000', '231029.537000', '231029.540000', '231029.542000', '231029.545000', '231029.548000', '231029.551000', '231029.553000', '231029.556000', '231029.558000', '231029.561000', '231029.564000', '231029.566000', '231029.569000', '231029.572000', '231029.574000', '231029.577000', '231029.580000', '231029.582000', '231029.585000', '231029.587000', '231029.590000', '231029.593000', '231029.595000', '231029.598000', '231029.601000', '231029.603000', '231029.606000', '231029.609000', '231029.611000', '231029.614000', '231029.616000', '231029.619000', '231029.622000', '231029.624000', '231029.627000', '231029.629000', '231029.632000', '231029.635000', '231029.637000', '231029.640000', '231029.642000', '231029.645000', '231049.527000', '231049.530000', '231049.533000', '231049.536000', '231049.538000', '231049.541000', '231049.544000', '231049.546000', '231049.549000', '231049.552000', '231049.554000', '231049.557000', '231049.559000', '231049.589000', '231049.592000', '231049.594000', '231049.597000', '231049.600000', '231049.602000', '231049.605000', '231049.608000', '231049.610000', '231049.613000', '231049.616000', '231049.618000', '231049.621000', '231049.624000', '231049.626000', '231049.629000', '231049.632000', '231049.634000', '231049.637000', '231049.640000', '231049.642000', '231049.645000', '231049.648000', '231049.650000', '231049.653000', '231049.656000', '231049.658000', '231049.661000', '231049.664000', '231049.666000', '231049.669000', '231109.528000', '231109.531000', '231109.533000', '231109.536000', '231109.539000', '231109.541000', '231109.544000', '231109.547000', '231109.549000', '231109.552000', '231109.555000', '231109.557000', '231109.560000', '231109.563000', '231109.565000', '231109.568000', '231109.571000', '231109.574000', '231109.576000', '231109.579000', '231109.582000', '231109.584000', '231109.595000', '231109.597000', '231109.600000', '231109.603000', '231109.605000', '231109.608000', '231109.611000', '231109.613000', '231109.616000', '231109.619000', '231109.621000', '231109.624000', '231109.627000', '231109.629000', '231109.632000', '231109.635000', '231109.637000', '231109.640000', '231109.643000', '231109.645000', '231109.648000', '231129.527000', '231129.529000', '231129.532000', '231129.535000', '231129.537000', '231129.540000', '231129.543000', '231129.545000', '231129.548000', '231129.551000', '231129.553000', '231129.556000', '231129.559000', '231129.562000', '231129.564000', '231129.567000', '231129.570000', '231129.572000', '231129.575000', '231129.577000', '231129.580000', '231129.583000', '231129.585000', '231129.588000', '231129.592000', '231129.595000', '231129.598000', '231129.601000', '231129.604000', '231129.606000', '231129.609000', '231129.611000', '231129.614000', '231129.617000', '231129.619000', '231129.622000', '231129.625000', '231129.627000', '231129.630000', '231129.632000', '231129.635000', '231129.638000', '231129.641000', '231149.528000', '231149.530000', '231149.533000', '231149.536000', '231149.538000', '231149.541000', '231149.543000', '231149.546000', '231149.548000', '231149.551000', '231149.554000', '231149.557000', '231149.559000', '231149.562000', '231149.565000', '231149.567000', '231149.570000', '231149.573000', '231149.575000', '231149.578000', '231149.581000', '231149.583000', '231149.586000', '231149.589000', '231149.591000', '231149.594000', '231149.597000', '231149.599000', '231149.602000', '231149.605000', '231149.607000', '231149.610000', '231149.613000', '231149.616000', '231149.618000', '231149.621000', '231149.623000', '231149.626000', '231149.629000', '231149.631000', '231149.634000', '231149.637000', '231149.639000', '231149.642000', '231209.528000', '231209.531000', '231209.533000', '231209.536000', '231209.539000', '231209.542000', '231209.544000', '231209.547000', '231209.550000', '231209.552000', '231209.567000', '231209.570000', '231209.573000', '231209.575000', '231209.578000', '231209.581000', '231209.583000', '231209.586000', '231209.589000', '231209.591000', '231209.594000', '231209.597000', '231209.599000', '231209.602000', '231209.605000', '231209.607000', '231209.610000', '231209.613000', '231209.615000', '231209.618000', '231209.620000', '231209.623000', '231209.626000', '231209.628000', '231209.631000', '231209.634000', '231209.636000', '231209.639000', '231209.642000', '231209.644000', '231209.647000', '231209.650000', '231209.652000', '231229.528000', '231229.531000', '231229.534000', '231229.536000', '231229.539000', '231229.542000', '231229.544000', '231229.547000', '231229.549000', '231229.552000', '231229.555000', '231229.558000', '231229.560000', '231229.563000', '231229.566000', '231229.568000', '231229.571000', '231229.573000', '231229.576000', '231229.579000', '231229.581000', '231229.584000', '231229.587000', '231229.589000', '231229.592000', '231229.595000', '231229.597000', '231229.600000', '231229.603000', '231229.605000', '231229.608000', '231229.611000', '231229.613000', '231229.616000', '231229.619000', '231229.621000', '231229.624000', '231229.626000', '231229.629000', '231229.632000', '231229.634000', '231229.637000', '231229.640000', '231229.642000', '231249.527000', '231249.530000', '231249.533000', '231249.536000', '231249.538000', '231249.541000', '231249.544000', '231249.546000', '231249.549000', '231249.551000', '231249.554000', '231249.557000', '231249.559000', '231249.562000', '231249.564000', '231249.567000', '231249.570000', '231249.572000', '231249.575000', '231249.577000', '231249.580000', '231249.583000', '231249.585000', '231249.588000', '231249.591000', '231249.593000', '231249.596000', '231249.599000', '231249.601000', '231249.604000', '231249.607000', '231249.609000', '231249.612000', '231249.615000', '231249.617000', '231249.620000', '231249.623000', '231249.625000', '231249.628000', '231249.632000', '231249.635000', '231249.638000', '231249.640000', '231252.351000', '231252.355000', '231252.358000', '231252.361000', '231252.364000', '231252.366000', '231252.369000'], 'InstanceCreationTime': ['230229.574000', '230229.578000', '230229.581000', '230229.583000', '230229.586000', '230229.589000', '230229.591000', '230229.594000', '230229.596000', '230229.599000', '230229.602000', '230229.605000', '230229.607000', '230229.610000', '230229.613000', '230229.621000', '230229.624000', '230229.627000', '230229.636000', '230229.638000', '230229.641000', '230249.527000', '230249.530000', '230249.533000', '230249.536000', '230249.541000', '230249.544000', '230249.547000', '230249.549000', '230249.552000', '230249.555000', '230249.557000', '230249.560000', '230249.562000', '230249.565000', '230249.567000', '230249.570000', '230249.572000', '230249.575000', '230249.578000', '230249.580000', '230249.583000', '230249.586000', '230249.588000', '230249.591000', '230249.593000', '230249.596000', '230249.599000', '230249.601000', '230249.604000', '230249.606000', '230249.609000', '230249.612000', '230249.614000', '230249.617000', '230249.620000', '230249.622000', '230249.627000', '230249.630000', '230249.632000', '230249.635000', '230249.637000', '230249.640000', '230249.643000', '230249.645000', '230309.527000', '230309.530000', '230309.533000', '230309.536000', '230309.538000', '230309.541000', '230309.544000', '230309.546000', '230309.549000', '230309.551000', '230309.554000', '230309.557000', '230309.559000', '230309.562000', '230309.564000', '230309.567000', '230309.570000', '230309.572000', '230309.575000', '230309.578000', '230309.580000', '230309.583000', '230309.586000', '230309.588000', '230309.591000', '230309.593000', '230309.596000', '230309.599000', '230309.601000', '230309.604000', '230309.606000', '230309.609000', '230309.612000', '230309.614000', '230309.617000', '230309.620000', '230309.622000', '230309.625000', '230309.628000', '230309.630000', '230309.633000', '230309.635000', '230309.638000', '230309.640000', '230329.527000', '230329.530000', '230329.533000', '230329.536000', '230329.538000', '230329.541000', '230329.544000', '230329.546000', '230329.549000', '230329.551000', '230329.554000', '230329.557000', '230329.559000', '230329.562000', '230329.565000', '230329.567000', '230329.570000', '230329.584000', '230329.587000', '230329.590000', '230329.592000', '230329.595000', '230329.597000', '230329.600000', '230329.603000', '230329.605000', '230329.608000', '230329.611000', '230329.613000', '230329.616000', '230329.619000', '230329.621000', '230329.624000', '230329.627000', '230329.629000', '230329.632000', '230329.635000', '230329.637000', '230329.640000', '230329.643000', '230329.645000', '230329.648000', '230329.650000', '230349.528000', '230349.532000', '230349.535000', '230349.537000', '230349.540000', '230349.543000', '230349.545000', '230349.548000', '230349.551000', '230349.561000', '230349.563000', '230349.566000', '230349.568000', '230349.571000', '230349.574000', '230349.576000', '230349.579000', '230349.582000', '230349.584000', '230349.587000', '230349.589000', '230349.592000', '230349.595000', '230349.598000', '230349.601000', '230349.603000', '230349.606000', '230349.609000', '230349.611000', '230349.614000', '230349.617000', '230349.619000', '230349.622000', '230349.625000', '230349.627000', '230349.630000', '230349.633000', '230349.635000', '230349.638000', '230349.640000', '230349.643000', '230349.646000', '230349.649000', '230409.528000', '230409.530000', '230409.533000', '230409.536000', '230409.539000', '230409.541000', '230409.544000', '230409.547000', '230409.549000', '230409.552000', '230409.554000', '230409.557000', '230409.560000', '230409.562000', '230409.565000', '230409.568000', '230409.571000', '230409.573000', '230409.576000', '230409.579000', '230409.581000', '230409.584000', '230409.586000', '230409.589000', '230409.591000', '230409.594000', '230409.597000', '230409.599000', '230409.602000', '230409.605000', '230409.607000', '230409.610000', '230409.613000', '230409.621000', '230409.623000', '230409.626000', '230409.629000', '230409.631000', '230409.634000', '230409.637000', '230409.640000', '230409.642000', '230409.645000', '230409.647000', '230429.527000', '230429.530000', '230429.532000', '230429.535000', '230429.538000', '230429.540000', '230429.543000', '230429.545000', '230429.548000', '230429.551000', '230429.553000', '230429.556000', '230429.558000', '230429.561000', '230429.564000', '230429.567000', '230429.570000', '230429.572000', '230429.575000', '230429.578000', '230429.581000', '230429.590000', '230429.592000', '230429.595000', '230429.598000', '230429.600000', '230429.603000', '230429.606000', '230429.609000', '230429.611000', '230429.614000', '230429.617000', '230429.619000', '230429.622000', '230429.624000', '230429.627000', '230429.630000', '230429.632000', '230429.635000', '230429.638000', '230429.640000', '230429.643000', '230429.645000', '230449.527000', '230449.530000', '230449.533000', '230449.536000', '230449.538000', '230449.541000', '230449.544000', '230449.546000', '230449.549000', '230449.552000', '230449.555000', '230449.557000', '230449.560000', '230449.562000', '230449.565000', '230449.568000', '230449.570000', '230449.573000', '230449.576000', '230449.579000', '230449.581000', '230449.584000', '230449.586000', '230449.589000', '230449.592000', '230449.594000', '230449.597000', '230449.600000', '230449.602000', '230449.605000', '230449.607000', '230449.610000', '230449.613000', '230449.615000', '230449.618000', '230449.620000', '230449.623000', '230449.625000', '230449.628000', '230449.631000', '230449.633000', '230449.636000', '230449.639000', '230449.641000', '230509.528000', '230509.530000', '230509.533000', '230509.536000', '230509.539000', '230509.541000', '230509.544000', '230509.546000', '230509.549000', '230509.552000', '230509.554000', '230509.557000', '230509.560000', '230509.571000', '230509.573000', '230509.576000', '230509.578000', '230509.581000', '230509.584000', '230509.586000', '230509.589000', '230509.592000', '230509.594000', '230509.597000', '230509.599000', '230509.602000', '230509.605000', '230509.607000', '230509.610000', '230509.613000', '230509.615000', '230509.618000', '230509.621000', '230509.623000', '230509.626000', '230509.628000', '230509.631000', '230509.635000', '230509.638000', '230509.640000', '230509.643000', '230509.645000', '230509.648000', '230529.528000', '230529.531000', '230529.534000', '230529.537000', '230529.539000', '230529.542000', '230529.545000', '230529.547000', '230529.550000', '230529.553000', '230529.555000', '230529.558000', '230529.560000', '230529.563000', '230529.566000', '230529.568000', '230529.571000', '230529.574000', '230529.576000', '230529.579000', '230529.581000', '230529.584000', '230529.587000', '230529.589000', '230529.592000', '230529.595000', '230529.597000', '230529.600000', '230529.603000', '230529.606000', '230529.608000', '230529.611000', '230529.613000', '230529.616000', '230529.619000', '230529.621000', '230529.624000', '230529.627000', '230529.630000', '230529.632000', '230529.635000', '230529.638000', '230529.640000', '230529.643000', '230549.527000', '230549.530000', '230549.533000', '230549.536000', '230549.538000', '230549.541000', '230549.544000', '230549.546000', '230549.549000', '230549.552000', '230549.554000', '230549.562000', '230549.564000', '230549.567000', '230549.569000', '230549.572000', '230549.575000', '230549.578000', '230549.580000', '230549.583000', '230549.586000', '230549.588000', '230549.591000', '230549.594000', '230549.597000', '230549.600000', '230549.603000', '230549.606000', '230549.609000', '230549.611000', '230549.614000', '230549.617000', '230549.619000', '230549.622000', '230549.624000', '230549.627000', '230549.630000', '230549.633000', '230549.635000', '230549.638000', '230549.640000', '230549.643000', '230549.646000', '230609.528000', '230609.530000', '230609.533000', '230609.536000', '230609.538000', '230609.541000', '230609.543000', '230609.546000', '230609.549000', '230609.551000', '230609.554000', '230609.557000', '230609.559000', '230609.562000', '230609.565000', '230609.567000', '230609.570000', '230609.573000', '230609.575000', '230609.578000', '230609.580000', '230609.583000', '230609.586000', '230609.588000', '230609.591000', '230609.594000', '230609.596000', '230609.599000', '230609.602000', '230609.605000', '230609.607000', '230609.610000', '230609.612000', '230609.615000', '230609.618000', '230609.620000', '230609.623000', '230609.626000', '230609.628000', '230609.631000', '230609.634000', '230609.636000', '230609.639000', '230609.641000', '230629.528000', '230629.531000', '230629.534000', '230629.536000', '230629.539000', '230629.541000', '230629.544000', '230629.547000', '230629.549000', '230629.552000', '230629.555000', '230629.557000', '230629.560000', '230629.563000', '230629.565000', '230629.568000', '230629.570000', '230629.573000', '230629.576000', '230629.579000', '230629.581000', '230629.584000', '230629.586000', '230629.589000', '230629.592000', '230629.594000', '230629.597000', '230629.600000', '230629.602000', '230629.605000', '230629.608000', '230629.610000', '230629.613000', '230629.615000', '230629.618000', '230629.621000', '230629.623000', '230629.626000', '230629.629000', '230629.632000', '230629.634000', '230629.637000', '230629.639000', '230649.527000', '230649.530000', '230649.532000', '230649.535000', '230649.538000', '230649.540000', '230649.543000', '230649.546000', '230649.548000', '230649.551000', '230649.554000', '230649.556000', '230649.559000', '230649.562000', '230649.564000', '230649.567000', '230649.569000', '230649.572000', '230649.575000', '230649.577000', '230649.580000', '230649.583000', '230649.585000', '230649.588000', '230649.591000', '230649.593000', '230649.596000', '230649.599000', '230649.601000', '230649.604000', '230649.607000', '230649.610000', '230649.612000', '230649.615000', '230649.618000', '230649.620000', '230649.623000', '230649.625000', '230649.628000', '230649.631000', '230649.633000', '230649.636000', '230649.639000', '230649.641000', '230709.528000', '230709.531000', '230709.533000', '230709.536000', '230709.538000', '230709.541000', '230709.544000', '230709.546000', '230709.549000', '230709.552000', '230709.554000', '230709.557000', '230709.560000', '230709.562000', '230709.565000', '230709.568000', '230709.570000', '230709.573000', '230709.576000', '230709.578000', '230709.581000', '230709.583000', '230709.586000', '230709.589000', '230709.591000', '230709.594000', '230709.597000', '230709.600000', '230709.602000', '230709.605000', '230709.608000', '230709.610000', '230709.613000', '230709.616000', '230709.618000', '230709.621000', '230709.623000', '230709.626000', '230709.629000', '230709.631000', '230709.634000', '230709.637000', '230709.639000', '230729.528000', '230729.531000', '230729.534000', '230729.537000', '230729.539000', '230729.542000', '230729.545000', '230729.547000', '230729.550000', '230729.553000', '230729.555000', '230729.558000', '230729.561000', '230729.563000', '230729.566000', '230729.568000', '230729.571000', '230729.574000', '230729.576000', '230729.579000', '230729.581000', '230729.584000', '230729.587000', '230729.590000', '230729.592000', '230729.595000', '230729.598000', '230729.600000', '230729.603000', '230729.605000', '230729.608000', '230729.611000', '230729.613000', '230729.616000', '230729.619000', '230729.621000', '230729.624000', '230729.627000', '230729.629000', '230729.632000', '230729.634000', '230729.637000', '230729.640000', '230729.642000', '230749.528000', '230749.530000', '230749.533000', '230749.536000', '230749.539000', '230749.541000', '230749.544000', '230749.547000', '230749.550000', '230749.552000', '230749.555000', '230749.557000', '230749.560000', '230749.563000', '230749.565000', '230749.568000', '230749.570000', '230749.573000', '230749.576000', '230749.578000', '230749.581000', '230749.584000', '230749.586000', '230749.589000', '230749.592000', '230749.594000', '230749.597000', '230749.600000', '230749.602000', '230749.605000', '230749.608000', '230749.610000', '230749.613000', '230749.616000', '230749.618000', '230749.621000', '230749.626000', '230749.630000', '230749.633000', '230749.636000', '230749.638000', '230749.641000', '230749.644000', '230809.528000', '230809.531000', '230809.533000', '230809.536000', '230809.538000', '230809.541000', '230809.544000', '230809.546000', '230809.549000', '230809.552000', '230809.554000', '230809.557000', '230809.559000', '230809.562000', '230809.565000', '230809.567000', '230809.570000', '230809.573000', '230809.575000', '230809.578000', '230809.589000', '230809.592000', '230809.594000', '230809.597000', '230809.599000', '230809.602000', '230809.605000', '230809.607000', '230809.610000', '230809.613000', '230809.615000', '230809.618000', '230809.620000', '230809.623000', '230809.626000', '230809.628000', '230809.631000', '230809.634000', '230809.637000', '230809.639000', '230809.642000', '230809.644000', '230809.647000', '230809.650000', '230829.527000', '230829.530000', '230829.533000', '230829.536000', '230829.538000', '230829.541000', '230829.544000', '230829.546000', '230829.549000', '230829.552000', '230829.554000', '230829.557000', '230829.560000', '230829.562000', '230829.565000', '230829.568000', '230829.570000', '230829.573000', '230829.575000', '230829.578000', '230829.581000', '230829.583000', '230829.586000', '230829.589000', '230829.591000', '230829.594000', '230829.596000', '230829.599000', '230829.602000', '230829.604000', '230829.607000', '230829.610000', '230829.612000', '230829.615000', '230829.618000', '230829.620000', '230829.623000', '230829.625000', '230829.628000', '230829.631000', '230829.633000', '230829.636000', '230829.639000', '230849.527000', '230849.530000', '230849.533000', '230849.536000', '230849.538000', '230849.541000', '230849.544000', '230849.547000', '230849.549000', '230849.552000', '230849.554000', '230849.557000', '230849.560000', '230849.562000', '230849.565000', '230849.568000', '230849.571000', '230849.573000', '230849.576000', '230849.579000', '230849.581000', '230849.584000', '230849.587000', '230849.589000', '230849.592000', '230849.594000', '230849.598000', '230849.600000', '230849.603000', '230849.605000', '230849.608000', '230849.611000', '230849.613000', '230849.616000', '230849.619000', '230849.621000', '230849.624000', '230849.627000', '230849.629000', '230849.632000', '230849.635000', '230849.637000', '230849.640000', '230909.527000', '230909.530000', '230909.532000', '230909.535000', '230909.537000', '230909.540000', '230909.543000', '230909.545000', '230909.548000', '230909.550000', '230909.553000', '230909.555000', '230909.558000', '230909.561000', '230909.563000', '230909.566000', '230909.569000', '230909.571000', '230909.583000', '230909.586000', '230909.588000', '230909.591000', '230909.593000', '230909.596000', '230909.599000', '230909.601000', '230909.604000', '230909.607000', '230909.610000', '230909.612000', '230909.615000', '230909.617000', '230909.620000', '230909.623000', '230909.625000', '230909.628000', '230909.630000', '230909.633000', '230909.636000', '230909.638000', '230909.641000', '230909.643000', '230909.646000', '230909.648000', '230929.528000', '230929.531000', '230929.533000', '230929.536000', '230929.539000', '230929.541000', '230929.544000', '230929.547000', '230929.549000', '230929.552000', '230929.555000', '230929.557000', '230929.560000', '230929.563000', '230929.566000', '230929.568000', '230929.571000', '230929.586000', '230929.589000', '230929.592000', '230929.594000', '230929.597000', '230929.600000', '230929.602000', '230929.605000', '230929.608000', '230929.610000', '230929.613000', '230929.616000', '230929.618000', '230929.621000', '230929.624000', '230929.626000', '230929.629000', '230929.632000', '230929.634000', '230929.637000', '230929.640000', '230929.642000', '230929.645000', '230929.647000', '230929.650000', '230929.653000', '230949.527000', '230949.530000', '230949.533000', '230949.536000', '230949.539000', '230949.541000', '230949.544000', '230949.547000', '230949.549000', '230949.552000', '230949.554000', '230949.557000', '230949.559000', '230949.562000', '230949.564000', '230949.567000', '230949.570000', '230949.572000', '230949.575000', '230949.578000', '230949.580000', '230949.583000', '230949.585000', '230949.588000', '230949.590000', '230949.593000', '230949.596000', '230949.598000', '230949.601000', '230949.604000', '230949.606000', '230949.609000', '230949.612000', '230949.614000', '230949.617000', '230949.620000', '230949.622000', '230949.625000', '230949.627000', '230949.630000', '230949.633000', '230949.635000', '230949.638000', '230949.640000', '231009.528000', '231009.531000', '231009.533000', '231009.536000', '231009.538000', '231009.541000', '231009.545000', '231009.547000', '231009.550000', '231009.553000', '231009.556000', '231009.558000', '231009.561000', '231009.564000', '231009.566000', '231009.569000', '231009.572000', '231009.574000', '231009.577000', '231009.580000', '231009.582000', '231009.585000', '231009.587000', '231009.590000', '231009.593000', '231009.595000', '231009.598000', '231009.601000', '231009.603000', '231009.606000', '231009.609000', '231009.611000', '231009.614000', '231009.617000', '231009.619000', '231009.622000', '231009.624000', '231009.627000', '231009.630000', '231009.632000', '231009.635000', '231009.637000', '231009.640000', '231029.528000', '231029.535000', '231029.537000', '231029.540000', '231029.542000', '231029.545000', '231029.548000', '231029.551000', '231029.553000', '231029.556000', '231029.558000', '231029.561000', '231029.564000', '231029.566000', '231029.569000', '231029.572000', '231029.574000', '231029.577000', '231029.580000', '231029.582000', '231029.585000', '231029.587000', '231029.590000', '231029.593000', '231029.595000', '231029.598000', '231029.601000', '231029.603000', '231029.606000', '231029.609000', '231029.611000', '231029.614000', '231029.616000', '231029.619000', '231029.622000', '231029.624000', '231029.627000', '231029.629000', '231029.632000', '231029.635000', '231029.637000', '231029.640000', '231029.642000', '231029.645000', '231049.527000', '231049.530000', '231049.533000', '231049.536000', '231049.538000', '231049.541000', '231049.544000', '231049.546000', '231049.549000', '231049.552000', '231049.554000', '231049.557000', '231049.559000', '231049.589000', '231049.592000', '231049.594000', '231049.597000', '231049.600000', '231049.602000', '231049.605000', '231049.608000', '231049.610000', '231049.613000', '231049.616000', '231049.618000', '231049.621000', '231049.624000', '231049.626000', '231049.629000', '231049.632000', '231049.634000', '231049.637000', '231049.640000', '231049.642000', '231049.645000', '231049.648000', '231049.650000', '231049.653000', '231049.656000', '231049.658000', '231049.661000', '231049.664000', '231049.666000', '231049.669000', '231109.528000', '231109.531000', '231109.533000', '231109.536000', '231109.539000', '231109.541000', '231109.544000', '231109.547000', '231109.549000', '231109.552000', '231109.555000', '231109.557000', '231109.560000', '231109.563000', '231109.565000', '231109.568000', '231109.571000', '231109.574000', '231109.576000', '231109.579000', '231109.582000', '231109.584000', '231109.595000', '231109.597000', '231109.600000', '231109.603000', '231109.605000', '231109.608000', '231109.611000', '231109.613000', '231109.616000', '231109.619000', '231109.621000', '231109.624000', '231109.627000', '231109.629000', '231109.632000', '231109.635000', '231109.637000', '231109.640000', '231109.643000', '231109.645000', '231109.648000', '231129.527000', '231129.529000', '231129.532000', '231129.535000', '231129.537000', '231129.540000', '231129.543000', '231129.545000', '231129.548000', '231129.551000', '231129.553000', '231129.556000', '231129.559000', '231129.562000', '231129.564000', '231129.567000', '231129.570000', '231129.572000', '231129.575000', '231129.577000', '231129.580000', '231129.583000', '231129.585000', '231129.588000', '231129.592000', '231129.595000', '231129.598000', '231129.601000', '231129.604000', '231129.606000', '231129.609000', '231129.611000', '231129.614000', '231129.617000', '231129.619000', '231129.622000', '231129.625000', '231129.627000', '231129.630000', '231129.632000', '231129.635000', '231129.638000', '231129.641000', '231149.528000', '231149.530000', '231149.533000', '231149.536000', '231149.538000', '231149.541000', '231149.543000', '231149.546000', '231149.548000', '231149.551000', '231149.554000', '231149.557000', '231149.559000', '231149.562000', '231149.565000', '231149.567000', '231149.570000', '231149.573000', '231149.575000', '231149.578000', '231149.581000', '231149.583000', '231149.586000', '231149.589000', '231149.591000', '231149.594000', '231149.597000', '231149.599000', '231149.602000', '231149.605000', '231149.607000', '231149.610000', '231149.613000', '231149.616000', '231149.618000', '231149.621000', '231149.623000', '231149.626000', '231149.629000', '231149.631000', '231149.634000', '231149.637000', '231149.639000', '231149.642000', '231209.528000', '231209.531000', '231209.533000', '231209.536000', '231209.539000', '231209.542000', '231209.544000', '231209.547000', '231209.550000', '231209.552000', '231209.567000', '231209.570000', '231209.573000', '231209.575000', '231209.578000', '231209.581000', '231209.583000', '231209.586000', '231209.589000', '231209.591000', '231209.594000', '231209.597000', '231209.599000', '231209.602000', '231209.605000', '231209.607000', '231209.610000', '231209.613000', '231209.615000', '231209.618000', '231209.620000', '231209.623000', '231209.626000', '231209.628000', '231209.631000', '231209.634000', '231209.636000', '231209.639000', '231209.642000', '231209.644000', '231209.647000', '231209.650000', '231209.652000', '231229.528000', '231229.531000', '231229.534000', '231229.536000', '231229.539000', '231229.542000', '231229.544000', '231229.547000', '231229.549000', '231229.552000', '231229.555000', '231229.558000', '231229.560000', '231229.563000', '231229.566000', '231229.568000', '231229.571000', '231229.573000', '231229.576000', '231229.579000', '231229.581000', '231229.584000', '231229.587000', '231229.589000', '231229.592000', '231229.595000', '231229.597000', '231229.600000', '231229.603000', '231229.605000', '231229.608000', '231229.611000', '231229.613000', '231229.616000', '231229.619000', '231229.621000', '231229.624000', '231229.626000', '231229.629000', '231229.632000', '231229.634000', '231229.637000', '231229.640000', '231229.642000', '231249.527000', '231249.530000', '231249.533000', '231249.536000', '231249.538000', '231249.541000', '231249.544000', '231249.546000', '231249.549000', '231249.551000', '231249.554000', '231249.557000', '231249.559000', '231249.562000', '231249.564000', '231249.567000', '231249.570000', '231249.572000', '231249.575000', '231249.577000', '231249.580000', '231249.583000', '231249.585000', '231249.588000', '231249.591000', '231249.593000', '231249.596000', '231249.599000', '231249.601000', '231249.604000', '231249.607000', '231249.609000', '231249.612000', '231249.615000', '231249.617000', '231249.620000', '231249.623000', '231249.625000', '231249.628000', '231249.632000', '231249.635000', '231249.638000', '231249.640000', '231252.351000', '231252.355000', '231252.358000', '231252.361000', '231252.364000', '231252.366000', '231252.369000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10258, 12449, 10408, 20213, 10130, 10289, 10104, 10098, 10656, 10452, 17853, 10408, 10548, 10381, 10608, 10648, 10410, 10023, 10296, 10291, 10173, 10830, 10077, 10414, 10395, 10148, 10534, 9690, 10639, 10452, 10402, 10588, 10251, 10603, 10011, 10776, 10536, 10650, 10586, 10346, 10784, 10405, 10724, 10397, 10504, 10682, 10948, 10468, 10120, 10955, 10665, 10334, 10775, 15992, 10647, 10762, 10639, 10891, 10004, 11084, 9900, 10947, 10576, 10689, 10786, 9987, 11077, 10821, 10934, 10569, 10300, 11038, 10291, 10938, 10733, 10323, 10894, 11743, 10955, 10499, 10640, 11077, 10388, 10849, 13564, 10754, 10569, 10838, 10908, 10167, 10852, 15551, 10575, 10492, 10493, 10717, 15048, 10678, 19028, 10647, 11471, 10366, 10918, 11290, 10836, 12937, 11173, 11232, 10434, 10926, 10417, 11062, 10583, 11217, 11335, 10810, 10577, 10098, 10800, 9485, 11005, 10737, 10901, 10577, 10351, 10615, 10204, 10539, 10461, 10613, 10792, 10491, 10689, 9317, 10838, 10413, 10643, 9863, 10073, 9935, 10526, 9760, 10348, 9841, 10261, 11365, 10587, 10814, 12274, 16717, 17289, 10451, 10396, 10037, 10754, 19962, 16827, 15254, 9763, 9976, 9601, 10605, 10333, 10607, 10466, 9801, 10129, 9391, 10537, 10593, 10560, 11777, 10157, 10072, 9325, 10491, 17420, 12619, 17082, 10873, 12403, 10080, 10294, 18465, 13041, 17247, 10310, 10690, 9884, 9998, 12637, 10709, 14566, 10249, 9964, 10105, 10280, 9813, 10506, 10824, 10644, 9941, 10103, 10407, 9833, 10496, 10352, 9990, 10433, 9816, 10369, 9970, 10285, 10320, 10777, 10417, 9435, 10740, 9466, 10365, 10338, 10687, 10477, 9532, 10471, 9830, 10667, 10514, 10285, 10621, 10039, 10545, 9610, 10850, 10737, 10367, 10707, 9716, 10624, 10435, 10477, 10911, 9716, 11070, 10037, 10630, 10590, 9884, 10943, 11261, 10718, 15058, 10356, 10528, 11011, 10590, 11913, 10708, 13158, 9648, 10614, 10404, 10449, 10861, 9808, 10677, 16225, 10502, 11937, 9875, 10718, 13981, 10524, 15388, 10602, 10536, 9794, 10717, 10332, 10524, 10774, 12139, 10404, 14551, 10388, 10558, 9749, 10772, 12845, 10612, 10385, 10871, 10623, 9866, 10731, 10223, 10533, 10037, 9933, 10436, 9944, 10697, 9590, 10317, 10020, 10079, 10342, 10302, 10802, 9827, 10629, 10712, 10575, 10514, 10230, 10783, 9889, 10609, 10236, 10646, 10091, 10441, 10394, 10221, 11194, 9673, 10793, 9950, 10454, 10254, 9929, 12172, 9826, 10383, 9790, 10384, 10182, 10408, 11696, 10367, 11189, 9814, 10387, 9653, 10442, 10358, 9959, 10650, 16621, 11732, 11802, 9872, 10704, 9876, 10690, 17974, 15357, 16486, 9694, 10788, 9681, 10571, 13025, 10027, 10507, 9747, 10472, 9802, 10590, 11444, 10441, 10739, 10416, 10409, 9589, 10944, 10377, 15874, 10231, 10600, 12021, 10727, 17459, 12423, 16354, 10210, 10385, 10179, 10597, 17244, 12554, 15257, 10107, 10671, 10928, 17535, 10590, 10167, 10482, 9266, 10840, 9993, 10451, 10392, 10299, 10369, 12368, 10154, 11566, 10239, 9999, 10368, 10324, 10341, 10137, 12200, 10119, 9869, 10550, 10791, 10163, 9849, 10273, 10305, 9875, 10483, 10851, 10180, 10593, 10396, 10219, 10395, 10227, 11450, 10265, 10011, 10466, 10118, 10329, 10093, 10136, 10080, 9943, 10379, 10011, 10444, 9941, 10137, 10119, 10124, 10162, 11162, 10370, 10532, 10163, 10104, 10287, 10350, 12092, 10711, 12543, 10267, 10372, 10043, 10317, 10176, 10400, 13356, 10250, 10189, 10290, 10125, 10384, 10008, 10352, 11604, 10011, 10335, 10243, 10289, 10759, 10638, 13588, 10142, 9936, 10232, 10347, 9942, 10457, 17854, 12511, 13434, 10461, 10211, 10588, 10177, 18496, 12723, 13995, 10345, 10026, 10299, 9921, 10795, 10423, 18587, 12899, 12322, 10232, 10361, 10425, 10114, 10472, 10271, 13476, 10196, 10354, 10454, 10116, 10445, 10650, 15690, 10157, 10761, 10233, 9937, 10822, 10263, 15315, 10549, 9811, 10195, 10161, 9982, 10407, 10042, 10145, 9815, 10129, 10433, 10384, 10341, 10689, 10157, 9802, 9747, 10547, 10688, 10355, 9984, 10106, 9903, 9853, 10371, 10376, 10468, 10440, 10039, 9942, 9693, 10205, 11482, 9772, 10195, 10017, 9935, 9946, 10348, 9660, 9933, 9681, 10333, 12689, 9890, 9725, 10268, 10061, 12289, 10595, 13840, 9943, 10304, 9895, 10225, 11651, 10277, 14220, 9994, 10820, 9745, 10046, 10319, 10155, 15157, 9952, 9903, 10123, 10825, 10604, 15424, 10164, 10106, 10132, 10069, 16159, 10724, 17702, 10170, 10154, 9979, 10077, 10623, 10214, 13871, 10316, 9911, 10317, 10377, 10186, 10897, 9804, 9909, 9575, 10147, 10642, 10083, 9824, 10023, 9976, 10170, 10953, 10187, 10101, 10092, 9735, 9459, 10421, 13811, 10309, 9937, 10079, 10628, 10028, 10047, 9956, 10095, 9718, 10113, 9566, 10298, 11467, 10090, 11557, 10400, 9994, 9586, 10264, 10756, 10138, 19516, 12037, 11435, 9888, 10691, 9941, 9561, 8819, 10006, 11083, 10005, 11954, 9934, 11418, 9916, 11905, 10306, 17299, 16154, 12509, 13939, 10207, 16423, 11668, 18086, 9832, 9159, 9621, 9157, 9634, 9408, 10427, 9365, 9911, 10015, 10095, 9571, 9406, 10417, 9157, 10433, 9268, 10245, 9593, 12942, 9434, 9158, 9748, 9271, 10431, 9934, 16458, 11725, 13585, 9666, 9377, 9743, 9494, 14022, 10000, 13771, 9783, 10633, 9695, 9615, 10127, 9817, 13824, 9746, 10179, 9935, 9244, 9750, 9511, 13132, 9675, 9829, 9650, 9336, 9431, 9686, 12658, 9596, 10339, 9466, 9463, 9328, 9355, 12514, 9740, 9608, 9545, 9357, 9583, 9272, 11370, 9716, 9981, 9262, 9341, 9246, 9378, 10464, 9670, 9824, 9076, 9288, 10254, 9484, 10415, 9408, 9258, 9584, 9295, 12033, 9766, 14047, 9331, 9552, 10567, 9363, 10715, 9208, 10177, 9441, 9405, 10143, 9446, 9933, 9262, 9520, 11570, 9241, 9627, 9380, 10311, 10573, 9467, 12008, 9359, 9607, 8918, 9164, 14256, 9463, 11320, 9443, 9281, 10407, 9292, 11640, 9309, 9920, 9313, 9153, 9256, 9260, 11788, 9232, 10384, 9229, 9242, 10533, 9400, 11798, 9226, 9245, 10806, 9100, 13428, 9498, 11031, 9419, 9398, 9767, 9511, 11213, 9117, 9682, 9255, 9300, 9910, 9253, 11862, 9073, 9474, 9674, 9526, 10407, 9146, 10237, 11386, 9416, 12506, 9226, 9775, 9159, 9239, 10076, 9312, 14404, 9381, 9354, 9413, 8931, 8972, 9648, 11416, 9120, 10480, 9374, 9499, 9098, 9442, 14574, 11286, 13116, 9204, 9217, 9097, 9265, 12153, 10024, 12091, 9116, 9121, 9468, 9382, 11198, 9142, 12252, 9826, 9197, 10080, 9125, 9498, 8933, 9999, 14903, 9213, 9780, 9311, 8926, 8851, 9030, 13879, 9899, 10306, 9286, 9047, 9109, 9231, 12949, 10191, 12346, 9392, 9560, 9079, 9406, 16160, 12157, 15420, 8667, 11515, 8864, 10144, 8965, 10966, 9523, 15298, 11454, 15797, 9135, 9892, 11384, 9265, 13822, 9612, 12859, 9189, 9168, 10548, 9460, 10937, 9211, 11389, 9196, 8922, 9367, 9183, 10321, 9248, 12169, 9377, 10906, 9024, 8751, 9530, 9033, 11261, 9576, 13597, 8983, 9279, 9053, 9179, 9268, 9292, 13200, 10646, 11347, 9076, 9885, 9452, 9332, 14007, 10070, 14022, 9346, 10463, 9505, 8941, 14193, 9843, 15923, 9306, 10349, 9305, 9027, 12578, 9849, 14250, 9284, 9164, 9416, 9104, 10588, 9272, 10880, 9024, 9031, 9167, 8922, 11803, 9673, 19092, 16676, 19404, 11257, 12658, 9097, 9221, 9588, 9451, 9202, 8956, 9276, 10137, 9912, 10102, 11379, 9495, 13017, 12100, 13899, 16527, 12845, 18918, 16256, 17031, 12242, 15083, 14688, 9985, 14667, 8694, 11594, 8843, 9749, 10451, 8578, 13039, 9208, 11054, 8827, 9041, 10080, 8753, 16426, 11211, 16112, 8216, 9675, 9074, 9841, 8525, 9097, 10597, 8604, 11913, 7998, 8590, 8870, 9120, 9584, 8596, 8026, 9697, 8625, 10602, 8853, 12846, 9312, 14225, 11475, 16748, 12620, 10688, 12261, 8676, 11252, 9080, 9829, 8446, 9928, 11566, 8234, 9668, 8347, 9710, 8237, 9366, 8331, 8315, 9415, 8203, 10663, 8447, 10515, 8336, 9351, 9280, 8420, 12301, 8264, 11731, 8868, 12675, 8846, 15869, 9699, 11384, 8825, 10246, 8310, 10694, 8262, 10978, 8472, 9980, 10867, 8627, 12373, 9580, 10795, 10918, 16015, 16221, 11969, 10464, 8566, 11834, 9048, 10780, 8447, 8513, 11482, 9438, 12681, 10575, 8730, 10609, 8610, 9025, 8252, 9513, 8550, 9686, 9632, 8402, 8853, 10044, 8781, 9331, 11028, 9606, 9350, 9317, 15033, 9553, 14543, 9776, 17223, 14850, 11220, 14765, 8972, 10676, 9323, 9396, 11112, 9246, 13154, 8616, 9541, 8516, 8795, 11108, 8701, 10623, 8453, 8876, 9392, 8441, 10970, 8778, 9842, 7917, 8833, 8715, 8426, 10868, 9133, 10730, 7558, 8572, 10133, 8264, 10827, 8182, 10489, 10386, 8664, 11085, 8214, 10097, 7546, 9475, 12858, 8542, 11620, 8245, 10764, 7696, 10321, 9931, 8642, 13314, 8248, 10315, 8916, 10565, 8265, 9979, 16062, 8571, 12415, 8016, 10631, 8777, 9174, 10241, 8533, 10715, 8609, 12261, 9757, 18036, 13758, 19275, 10724, 14804, 9063, 12439, 8720, 11128, 8932, 10026, 8910, 9092, 12681, 9196, 10519, 10877, 9585, 9926, 9474, 11376, 9743, 11390, 9797, 13513, 15180, 11356, 18139, 12358, 15003, 11678, 9013, 13142, 9142, 10548, 8821, 9113, 10849, 9174, 17681, 9929, 11716, 8783, 9112, 9253, 9021, 8300, 9100, 11082, 9044, 10628, 9711, 10273, 12743, 9080, 11262, 9027, 10919, 9105, 9971, 11200, 8915, 15526, 11054, 12240, 14876, 9116, 11199, 8801, 11037, 12652, 9089, 11806, 8866, 10194, 8357, 9553, 17031, 11107, 13416, 9181, 9057, 9421, 9227, 10573, 9434, 11793, 9541, 13806, 10327, 14086, 9223, 9227, 8555, 9471, 10025, 9256, 16907, 10056, 12432, 9918, 10697, 9369, 9264, 11063, 9506, 11942, 9628, 14434, 9781, 9842, 9264, 9515, 9949, 9464, 14355, 9576, 13339, 9980, 13772, 9502, 13822, 14322, 11855, 15552, 10061, 11667, 9638, 11877, 9952, 8678, 13270, 9761, 12401, 10101, 11530, 8930, 9313, 10599, 9163], 'WindowCenter': [4220.0, 4211.0, 4175.0, 4235.0, 4148.0, 4147.0, 4133.0, 4146.0, 4144.0, 4133.0, 4197.0, 4131.0, 4132.0, 4119.0, 4132.0, 4130.0, 4131.0, 4120.0, 4119.0, 4130.0, 4119.0, 4143.0, 4132.0, 4132.0, 4131.0, 4119.0, 4131.0, 4108.0, 4132.0, 4131.0, 4130.0, 4130.0, 4118.0, 4130.0, 4118.0, 4130.0, 4131.0, 4129.0, 4130.0, 4119.0, 4131.0, 4129.0, 4141.0, 4132.0, 4131.0, 4132.0, 4141.0, 4132.0, 4131.0, 4141.0, 4144.0, 4133.0, 4142.0, 4184.0, 4145.0, 4131.0, 4131.0, 4141.0, 4132.0, 4154.0, 4133.0, 4145.0, 4144.0, 4145.0, 4145.0, 4133.0, 4155.0, 4144.0, 4145.0, 4144.0, 4132.0, 4144.0, 4133.0, 4144.0, 4145.0, 4133.0, 4144.0, 4151.0, 4142.0, 4131.0, 4144.0, 4154.0, 4134.0, 4145.0, 4166.0, 4144.0, 4133.0, 4144.0, 4155.0, 4133.0, 4155.0, 4186.0, 4144.0, 4143.0, 4132.0, 4145.0, 4174.0, 4133.0, 4195.0, 4132.0, 4141.0, 4119.0, 4130.0, 4141.0, 4143.0, 4152.0, 4141.0, 4131.0, 4129.0, 4130.0, 4129.0, 4153.0, 4131.0, 4141.0, 4143.0, 4142.0, 4131.0, 4131.0, 4144.0, 4133.0, 4143.0, 4143.0, 4144.0, 4143.0, 4131.0, 4132.0, 4120.0, 4131.0, 4143.0, 4132.0, 4131.0, 4132.0, 4132.0, 4110.0, 4143.0, 4143.0, 4158.0, 4136.0, 4147.0, 4146.0, 4157.0, 4146.0, 4147.0, 4147.0, 4148.0, 4155.0, 4158.0, 4159.0, 4166.0, 4199.0, 4196.0, 4134.0, 4133.0, 4121.0, 4131.0, 4195.0, 4185.0, 4173.0, 4120.0, 4119.0, 4107.0, 4143.0, 4131.0, 4144.0, 4144.0, 4133.0, 4134.0, 4123.0, 4157.0, 4144.0, 4146.0, 4155.0, 4144.0, 4133.0, 4125.0, 4147.0, 4185.0, 4156.0, 4183.0, 4131.0, 4140.0, 4108.0, 4121.0, 4180.0, 4139.0, 4169.0, 4106.0, 4106.0, 4094.0, 4107.0, 4137.0, 4106.0, 4148.0, 4106.0, 4096.0, 4104.0, 4105.0, 4105.0, 4118.0, 4117.0, 4116.0, 4107.0, 4105.0, 4117.0, 4105.0, 4118.0, 4118.0, 4108.0, 4119.0, 4107.0, 4119.0, 4107.0, 4131.0, 4131.0, 4131.0, 4133.0, 4111.0, 4143.0, 4120.0, 4145.0, 4144.0, 4133.0, 4134.0, 4122.0, 4145.0, 4132.0, 4147.0, 4145.0, 4135.0, 4146.0, 4136.0, 4146.0, 4134.0, 4159.0, 4156.0, 4146.0, 4149.0, 4135.0, 4147.0, 4146.0, 4159.0, 4159.0, 4138.0, 4160.0, 4147.0, 4158.0, 4145.0, 4147.0, 4170.0, 4157.0, 4148.0, 4189.0, 4146.0, 4146.0, 4144.0, 4147.0, 4156.0, 4145.0, 4166.0, 4125.0, 4145.0, 4143.0, 4147.0, 4157.0, 4134.0, 4146.0, 4186.0, 4134.0, 4154.0, 4122.0, 4133.0, 4175.0, 4133.0, 4175.0, 4133.0, 4133.0, 4121.0, 4132.0, 4132.0, 4145.0, 4144.0, 4152.0, 4133.0, 4162.0, 4132.0, 4131.0, 4121.0, 4143.0, 4153.0, 4134.0, 4121.0, 4131.0, 4132.0, 4121.0, 4155.0, 4133.0, 4144.0, 4135.0, 4133.0, 4133.0, 4134.0, 4158.0, 4133.0, 4145.0, 4135.0, 4135.0, 4134.0, 4146.0, 4158.0, 4135.0, 4147.0, 4146.0, 4147.0, 4144.0, 4147.0, 4170.0, 4147.0, 4148.0, 4146.0, 4147.0, 4134.0, 4158.0, 4148.0, 4145.0, 4158.0, 4136.0, 4156.0, 4135.0, 4160.0, 4147.0, 4136.0, 4168.0, 4136.0, 4147.0, 4134.0, 4134.0, 4148.0, 4147.0, 4156.0, 4146.0, 4158.0, 4149.0, 4147.0, 4148.0, 4156.0, 4159.0, 4160.0, 4158.0, 4210.0, 4181.0, 4168.0, 4147.0, 4157.0, 4148.0, 4159.0, 4210.0, 4189.0, 4199.0, 4124.0, 4144.0, 4134.0, 4145.0, 4164.0, 4135.0, 4145.0, 4134.0, 4144.0, 4146.0, 4157.0, 4157.0, 4158.0, 4145.0, 4146.0, 4145.0, 4147.0, 4145.0, 4146.0, 4198.0, 4135.0, 4146.0, 4155.0, 4146.0, 4185.0, 4154.0, 4185.0, 4121.0, 4121.0, 4122.0, 4134.0, 4184.0, 4155.0, 4172.0, 4132.0, 4147.0, 4158.0, 4208.0, 4161.0, 4148.0, 4145.0, 4107.0, 4128.0, 4118.0, 4127.0, 4131.0, 4119.0, 4130.0, 4151.0, 4135.0, 4145.0, 4133.0, 4131.0, 4132.0, 4143.0, 4133.0, 4134.0, 4142.0, 4131.0, 4131.0, 4133.0, 4142.0, 4132.0, 4132.0, 4132.0, 4143.0, 4131.0, 4142.0, 4142.0, 4132.0, 4143.0, 4134.0, 4147.0, 4145.0, 4144.0, 4156.0, 4136.0, 4132.0, 4145.0, 4145.0, 4144.0, 4145.0, 4144.0, 4144.0, 4133.0, 4145.0, 4136.0, 4145.0, 4146.0, 4146.0, 4146.0, 4146.0, 4159.0, 4157.0, 4159.0, 4156.0, 4146.0, 4146.0, 4145.0, 4158.0, 4167.0, 4158.0, 4167.0, 4146.0, 4146.0, 4134.0, 4160.0, 4146.0, 4157.0, 4189.0, 4159.0, 4147.0, 4147.0, 4146.0, 4146.0, 4148.0, 4147.0, 4171.0, 4147.0, 4146.0, 4146.0, 4160.0, 4158.0, 4156.0, 4179.0, 4148.0, 4146.0, 4148.0, 4159.0, 4148.0, 4157.0, 4209.0, 4169.0, 4176.0, 4144.0, 4146.0, 4146.0, 4145.0, 4209.0, 4166.0, 4175.0, 4134.0, 4124.0, 4132.0, 4145.0, 4143.0, 4143.0, 4195.0, 4166.0, 4152.0, 4132.0, 4131.0, 4143.0, 4144.0, 4132.0, 4145.0, 4163.0, 4134.0, 4131.0, 4133.0, 4136.0, 4131.0, 4133.0, 4172.0, 4132.0, 4131.0, 4120.0, 4134.0, 4131.0, 4130.0, 4171.0, 4130.0, 4119.0, 4119.0, 4131.0, 4120.0, 4132.0, 4120.0, 4131.0, 4119.0, 4130.0, 4144.0, 4130.0, 4132.0, 4131.0, 4130.0, 4122.0, 4121.0, 4145.0, 4133.0, 4134.0, 4133.0, 4131.0, 4132.0, 4122.0, 4132.0, 4133.0, 4147.0, 4145.0, 4134.0, 4145.0, 4134.0, 4145.0, 4167.0, 4147.0, 4146.0, 4147.0, 4147.0, 4146.0, 4160.0, 4136.0, 4146.0, 4137.0, 4148.0, 4178.0, 4146.0, 4136.0, 4144.0, 4147.0, 4166.0, 4147.0, 4177.0, 4146.0, 4146.0, 4135.0, 4159.0, 4156.0, 4147.0, 4189.0, 4145.0, 4156.0, 4135.0, 4149.0, 4146.0, 4148.0, 4187.0, 4136.0, 4135.0, 4148.0, 4157.0, 4145.0, 4197.0, 4147.0, 4146.0, 4144.0, 4147.0, 4185.0, 4146.0, 4195.0, 4134.0, 4134.0, 4134.0, 4134.0, 4145.0, 4145.0, 4175.0, 4144.0, 4132.0, 4147.0, 4146.0, 4147.0, 4156.0, 4134.0, 4148.0, 4135.0, 4147.0, 4159.0, 4147.0, 4146.0, 4145.0, 4148.0, 4158.0, 4158.0, 4147.0, 4148.0, 4147.0, 4148.0, 4149.0, 4157.0, 4177.0, 4148.0, 4145.0, 4144.0, 4159.0, 4146.0, 4148.0, 4148.0, 4147.0, 4134.0, 4147.0, 4136.0, 4147.0, 4156.0, 4148.0, 4169.0, 4145.0, 4146.0, 4135.0, 4149.0, 4156.0, 4148.0, 4225.0, 4170.0, 4170.0, 4161.0, 4171.0, 4173.0, 4159.0, 4150.0, 4159.0, 4168.0, 4162.0, 4192.0, 4163.0, 4170.0, 4159.0, 4180.0, 4158.0, 4212.0, 4201.0, 4168.0, 4175.0, 4145.0, 4187.0, 4143.0, 4197.0, 4136.0, 4134.0, 4134.0, 4134.0, 4147.0, 4137.0, 4158.0, 4137.0, 4148.0, 4136.0, 4146.0, 4134.0, 4135.0, 4144.0, 4138.0, 4147.0, 4148.0, 4159.0, 4148.0, 4181.0, 4137.0, 4138.0, 4134.0, 4136.0, 4158.0, 4147.0, 4199.0, 4169.0, 4175.0, 4133.0, 4124.0, 4133.0, 4147.0, 4175.0, 4146.0, 4164.0, 4133.0, 4143.0, 4133.0, 4147.0, 4134.0, 4135.0, 4165.0, 4123.0, 4132.0, 4135.0, 4136.0, 4133.0, 4134.0, 4164.0, 4124.0, 4130.0, 4120.0, 4135.0, 4123.0, 4123.0, 4164.0, 4123.0, 4130.0, 4124.0, 4146.0, 4133.0, 4125.0, 4165.0, 4135.0, 4132.0, 4136.0, 4146.0, 4132.0, 4136.0, 4155.0, 4135.0, 4134.0, 4136.0, 4137.0, 4137.0, 4137.0, 4145.0, 4136.0, 4145.0, 4137.0, 4151.0, 4145.0, 4146.0, 4157.0, 4135.0, 4136.0, 4133.0, 4150.0, 4168.0, 4147.0, 4177.0, 4137.0, 4137.0, 4143.0, 4147.0, 4157.0, 4137.0, 4146.0, 4136.0, 4137.0, 4144.0, 4150.0, 4159.0, 4135.0, 4147.0, 4156.0, 4136.0, 4135.0, 4147.0, 4157.0, 4157.0, 4147.0, 4166.0, 4136.0, 4135.0, 4137.0, 4148.0, 4189.0, 4138.0, 4157.0, 4136.0, 4138.0, 4157.0, 4137.0, 4156.0, 4135.0, 4147.0, 4137.0, 4136.0, 4148.0, 4149.0, 4168.0, 4139.0, 4157.0, 4138.0, 4148.0, 4159.0, 4137.0, 4169.0, 4147.0, 4137.0, 4158.0, 4150.0, 4188.0, 4134.0, 4159.0, 4136.0, 4137.0, 4147.0, 4149.0, 4158.0, 4137.0, 4148.0, 4135.0, 4138.0, 4162.0, 4149.0, 4168.0, 4136.0, 4149.0, 4136.0, 4136.0, 4158.0, 4148.0, 4147.0, 4157.0, 4137.0, 4166.0, 4135.0, 4134.0, 4148.0, 4136.0, 4135.0, 4137.0, 4189.0, 4136.0, 4125.0, 4135.0, 4138.0, 4136.0, 4147.0, 4169.0, 4137.0, 4144.0, 4137.0, 4136.0, 4139.0, 4147.0, 4188.0, 4158.0, 4176.0, 4135.0, 4134.0, 4127.0, 4149.0, 4166.0, 4145.0, 4166.0, 4125.0, 4135.0, 4132.0, 4138.0, 4168.0, 4137.0, 4167.0, 4146.0, 4136.0, 4132.0, 4135.0, 4146.0, 4123.0, 4135.0, 4188.0, 4136.0, 4133.0, 4123.0, 4138.0, 4136.0, 4124.0, 4176.0, 4150.0, 4146.0, 4135.0, 4135.0, 4148.0, 4148.0, 4178.0, 4161.0, 4177.0, 4135.0, 4146.0, 4137.0, 4148.0, 4197.0, 4168.0, 4189.0, 4138.0, 4167.0, 4135.0, 4144.0, 4135.0, 4156.0, 4159.0, 4201.0, 4169.0, 4200.0, 4135.0, 4145.0, 4153.0, 4136.0, 4177.0, 4135.0, 4165.0, 4121.0, 4122.0, 4131.0, 4134.0, 4144.0, 4120.0, 4153.0, 4121.0, 4124.0, 4110.0, 4124.0, 4145.0, 4136.0, 4165.0, 4135.0, 4146.0, 4124.0, 4124.0, 4122.0, 4136.0, 4155.0, 4135.0, 4177.0, 4123.0, 4123.0, 4123.0, 4134.0, 4122.0, 4134.0, 4178.0, 4160.0, 4155.0, 4126.0, 4136.0, 4135.0, 4138.0, 4176.0, 4147.0, 4177.0, 4124.0, 4133.0, 4122.0, 4124.0, 4175.0, 4134.0, 4186.0, 4124.0, 4132.0, 4111.0, 4125.0, 4152.0, 4122.0, 4163.0, 4121.0, 4111.0, 4110.0, 4124.0, 4141.0, 4123.0, 4144.0, 4111.0, 4111.0, 4122.0, 4125.0, 4153.0, 4149.0, 4211.0, 4197.0, 4222.0, 4170.0, 4166.0, 4126.0, 4134.0, 4120.0, 4134.0, 4136.0, 4123.0, 4137.0, 4159.0, 4172.0, 4171.0, 4168.0, 4148.0, 4189.0, 4165.0, 4177.0, 4195.0, 4178.0, 4224.0, 4201.0, 4195.0, 4152.0, 4172.0, 4162.0, 4119.0, 4148.0, 4096.0, 4128.0, 4098.0, 4109.0, 4117.0, 4099.0, 4149.0, 4110.0, 4141.0, 4097.0, 4109.0, 4120.0, 4099.0, 4171.0, 4129.0, 4168.0, 4098.0, 4106.0, 4108.0, 4117.0, 4098.0, 4109.0, 4130.0, 4112.0, 4153.0, 4113.0, 4112.0, 4122.0, 4121.0, 4134.0, 4125.0, 4114.0, 4136.0, 4126.0, 4156.0, 4138.0, 4166.0, 4139.0, 4192.0, 4156.0, 4196.0, 4152.0, 4132.0, 4142.0, 4099.0, 4129.0, 4109.0, 4132.0, 4100.0, 4120.0, 4142.0, 4112.0, 4120.0, 4110.0, 4120.0, 4110.0, 4123.0, 4112.0, 4126.0, 4135.0, 4126.0, 4146.0, 4128.0, 4156.0, 4126.0, 4137.0, 4136.0, 4126.0, 4166.0, 4127.0, 4168.0, 4138.0, 4178.0, 4150.0, 4226.0, 4152.0, 4169.0, 4140.0, 4160.0, 4144.0, 4160.0, 4130.0, 4161.0, 4131.0, 4150.0, 4159.0, 4128.0, 4169.0, 4139.0, 4159.0, 4149.0, 4190.0, 4188.0, 4157.0, 4135.0, 4115.0, 4143.0, 4114.0, 4144.0, 4100.0, 4115.0, 4157.0, 4126.0, 4165.0, 4136.0, 4114.0, 4122.0, 4102.0, 4111.0, 4100.0, 4123.0, 4113.0, 4137.0, 4139.0, 4126.0, 4137.0, 4149.0, 4127.0, 4138.0, 4159.0, 4138.0, 4138.0, 4139.0, 4190.0, 4141.0, 4193.0, 4150.0, 4201.0, 4177.0, 4145.0, 4162.0, 4100.0, 4120.0, 4098.0, 4112.0, 4132.0, 4113.0, 4152.0, 4100.0, 4111.0, 4100.0, 4102.0, 4131.0, 4100.0, 4120.0, 4101.0, 4113.0, 4111.0, 4116.0, 4145.0, 4115.0, 4134.0, 4102.0, 4126.0, 4114.0, 4114.0, 4146.0, 4126.0, 4147.0, 4107.0, 4129.0, 4136.0, 4117.0, 4148.0, 4128.0, 4160.0, 4150.0, 4128.0, 4156.0, 4127.0, 4149.0, 4108.0, 4150.0, 4180.0, 4127.0, 4157.0, 4128.0, 4160.0, 4121.0, 4162.0, 4150.0, 4139.0, 4179.0, 4129.0, 4148.0, 4138.0, 4161.0, 4131.0, 4160.0, 4202.0, 4142.0, 4179.0, 4119.0, 4162.0, 4127.0, 4139.0, 4150.0, 4128.0, 4158.0, 4154.0, 4182.0, 4152.0, 4227.0, 4204.0, 4238.0, 4175.0, 4206.0, 4143.0, 4182.0, 4130.0, 4162.0, 4130.0, 4150.0, 4142.0, 4142.0, 4182.0, 4141.0, 4151.0, 4147.0, 4128.0, 4139.0, 4128.0, 4148.0, 4115.0, 4134.0, 4112.0, 4153.0, 4150.0, 4120.0, 4171.0, 4129.0, 4150.0, 4107.0, 4076.0, 4125.0, 4084.0, 4093.0, 4074.0, 4085.0, 4105.0, 4085.0, 4158.0, 4095.0, 4116.0, 4087.0, 4097.0, 4109.0, 4098.0, 4090.0, 4113.0, 4133.0, 4115.0, 4147.0, 4126.0, 4137.0, 4156.0, 4127.0, 4144.0, 4113.0, 4132.0, 4113.0, 4136.0, 4144.0, 4127.0, 4191.0, 4159.0, 4170.0, 4176.0, 4114.0, 4144.0, 4124.0, 4133.0, 4153.0, 4112.0, 4142.0, 4113.0, 4133.0, 4104.0, 4134.0, 4187.0, 4145.0, 4153.0, 4111.0, 4112.0, 4111.0, 4123.0, 4130.0, 4112.0, 4156.0, 4138.0, 4179.0, 4136.0, 4166.0, 4126.0, 4114.0, 4099.0, 4123.0, 4120.0, 4122.0, 4186.0, 4134.0, 4154.0, 4135.0, 4134.0, 4123.0, 4126.0, 4132.0, 4124.0, 4156.0, 4135.0, 4176.0, 4123.0, 4121.0, 4111.0, 4122.0, 4121.0, 4122.0, 4162.0, 4123.0, 4163.0, 4134.0, 4177.0, 4134.0, 4189.0, 4202.0, 4182.0, 4213.0, 4148.0, 4169.0, 4138.0, 4167.0, 4148.0, 4119.0, 4169.0, 4139.0, 4171.0, 4149.0, 4158.0, 4114.0, 4113.0, 4123.0, 4113.0], 'WindowWidth': [9369.0, 9337.0, 9274.0, 9354.0, 9222.0, 9217.0, 9189.0, 9212.0, 9207.0, 9189.0, 9281.0, 9182.0, 9183.0, 9163.0, 9186.0, 9181.0, 9184.0, 9166.0, 9162.0, 9180.0, 9162.0, 9202.0, 9184.0, 9185.0, 9183.0, 9163.0, 9180.0, 9146.0, 9184.0, 9181.0, 9178.0, 9178.0, 9158.0, 9177.0, 9157.0, 9179.0, 9182.0, 9175.0, 9180.0, 9161.0, 9181.0, 9176.0, 9195.0, 9188.0, 9182.0, 9186.0, 9197.0, 9185.0, 9181.0, 9196.0, 9205.0, 9189.0, 9200.0, 9261.0, 9206.0, 9183.0, 9183.0, 9195.0, 9188.0, 9220.0, 9188.0, 9209.0, 9204.0, 9205.0, 9206.0, 9190.0, 9222.0, 9206.0, 9206.0, 9206.0, 9184.0, 9203.0, 9189.0, 9207.0, 9206.0, 9190.0, 9204.0, 9209.0, 9199.0, 9183.0, 9207.0, 9218.0, 9190.0, 9209.0, 9235.0, 9204.0, 9187.0, 9205.0, 9224.0, 9188.0, 9222.0, 9264.0, 9205.0, 9201.0, 9185.0, 9209.0, 9246.0, 9188.0, 9278.0, 9186.0, 9195.0, 9162.0, 9179.0, 9196.0, 9202.0, 9212.0, 9194.0, 9181.0, 9174.0, 9179.0, 9176.0, 9216.0, 9182.0, 9198.0, 9202.0, 9199.0, 9183.0, 9182.0, 9203.0, 9191.0, 9204.0, 9203.0, 9204.0, 9200.0, 9180.0, 9184.0, 9164.0, 9183.0, 9202.0, 9185.0, 9184.0, 9186.0, 9185.0, 9152.0, 9202.0, 9202.0, 9230.0, 9197.0, 9214.0, 9211.0, 9228.0, 9212.0, 9216.0, 9213.0, 9216.0, 9221.0, 9230.0, 9233.0, 9236.0, 9288.0, 9276.0, 9188.0, 9187.0, 9166.0, 9182.0, 9281.0, 9262.0, 9241.0, 9163.0, 9162.0, 9143.0, 9202.0, 9182.0, 9203.0, 9204.0, 9190.0, 9191.0, 9176.0, 9230.0, 9207.0, 9209.0, 9223.0, 9205.0, 9189.0, 9179.0, 9213.0, 9263.0, 9222.0, 9256.0, 9181.0, 9191.0, 9143.0, 9166.0, 9248.0, 9189.0, 9230.0, 9139.0, 9139.0, 9119.0, 9141.0, 9183.0, 9138.0, 9197.0, 9137.0, 9123.0, 9132.0, 9136.0, 9136.0, 9159.0, 9155.0, 9152.0, 9139.0, 9134.0, 9154.0, 9134.0, 9159.0, 9159.0, 9144.0, 9160.0, 9141.0, 9160.0, 9142.0, 9183.0, 9181.0, 9181.0, 9185.0, 9155.0, 9199.0, 9164.0, 9208.0, 9204.0, 9187.0, 9189.0, 9172.0, 9205.0, 9183.0, 9215.0, 9208.0, 9194.0, 9210.0, 9195.0, 9209.0, 9190.0, 9232.0, 9225.0, 9210.0, 9218.0, 9195.0, 9212.0, 9211.0, 9236.0, 9233.0, 9203.0, 9236.0, 9214.0, 9229.0, 9206.0, 9216.0, 9250.0, 9228.0, 9218.0, 9274.0, 9211.0, 9210.0, 9204.0, 9214.0, 9225.0, 9205.0, 9237.0, 9180.0, 9207.0, 9200.0, 9213.0, 9227.0, 9191.0, 9209.0, 9263.0, 9190.0, 9216.0, 9170.0, 9188.0, 9249.0, 9188.0, 9249.0, 9188.0, 9187.0, 9168.0, 9184.0, 9182.0, 9208.0, 9205.0, 9212.0, 9186.0, 9224.0, 9182.0, 9180.0, 9167.0, 9201.0, 9214.0, 9188.0, 9168.0, 9181.0, 9182.0, 9167.0, 9221.0, 9188.0, 9205.0, 9193.0, 9188.0, 9187.0, 9191.0, 9232.0, 9191.0, 9208.0, 9194.0, 9194.0, 9190.0, 9212.0, 9231.0, 9195.0, 9214.0, 9212.0, 9213.0, 9205.0, 9215.0, 9250.0, 9214.0, 9216.0, 9212.0, 9213.0, 9193.0, 9231.0, 9216.0, 9208.0, 9229.0, 9197.0, 9225.0, 9193.0, 9236.0, 9216.0, 9198.0, 9244.0, 9198.0, 9213.0, 9191.0, 9191.0, 9216.0, 9214.0, 9224.0, 9210.0, 9230.0, 9219.0, 9215.0, 9217.0, 9225.0, 9233.0, 9238.0, 9233.0, 9306.0, 9267.0, 9242.0, 9212.0, 9227.0, 9219.0, 9231.0, 9305.0, 9274.0, 9288.0, 9178.0, 9205.0, 9191.0, 9207.0, 9231.0, 9196.0, 9205.0, 9191.0, 9203.0, 9212.0, 9227.0, 9226.0, 9232.0, 9207.0, 9211.0, 9207.0, 9217.0, 9210.0, 9209.0, 9286.0, 9193.0, 9208.0, 9219.0, 9210.0, 9264.0, 9217.0, 9260.0, 9167.0, 9167.0, 9169.0, 9190.0, 9258.0, 9223.0, 9239.0, 9187.0, 9215.0, 9233.0, 9302.0, 9244.0, 9218.0, 9208.0, 9140.0, 9170.0, 9160.0, 9171.0, 9182.0, 9161.0, 9180.0, 9207.0, 9195.0, 9206.0, 9190.0, 9184.0, 9186.0, 9205.0, 9187.0, 9191.0, 9199.0, 9182.0, 9183.0, 9188.0, 9197.0, 9184.0, 9183.0, 9182.0, 9203.0, 9185.0, 9199.0, 9202.0, 9189.0, 9201.0, 9191.0, 9215.0, 9208.0, 9206.0, 9224.0, 9196.0, 9185.0, 9209.0, 9210.0, 9205.0, 9209.0, 9205.0, 9205.0, 9190.0, 9212.0, 9199.0, 9209.0, 9211.0, 9210.0, 9211.0, 9212.0, 9237.0, 9228.0, 9235.0, 9226.0, 9213.0, 9212.0, 9209.0, 9233.0, 9241.0, 9231.0, 9242.0, 9211.0, 9211.0, 9193.0, 9237.0, 9211.0, 9227.0, 9276.0, 9235.0, 9213.0, 9215.0, 9210.0, 9213.0, 9218.0, 9216.0, 9252.0, 9215.0, 9213.0, 9211.0, 9239.0, 9231.0, 9227.0, 9262.0, 9219.0, 9212.0, 9215.0, 9236.0, 9217.0, 9226.0, 9305.0, 9248.0, 9251.0, 9204.0, 9209.0, 9211.0, 9208.0, 9301.0, 9241.0, 9247.0, 9191.0, 9176.0, 9185.0, 9211.0, 9203.0, 9202.0, 9278.0, 9237.0, 9212.0, 9186.0, 9181.0, 9203.0, 9206.0, 9186.0, 9208.0, 9230.0, 9190.0, 9182.0, 9187.0, 9196.0, 9181.0, 9187.0, 9239.0, 9184.0, 9180.0, 9166.0, 9190.0, 9181.0, 9180.0, 9237.0, 9179.0, 9161.0, 9162.0, 9185.0, 9166.0, 9185.0, 9166.0, 9180.0, 9163.0, 9180.0, 9204.0, 9182.0, 9186.0, 9183.0, 9179.0, 9171.0, 9167.0, 9207.0, 9187.0, 9190.0, 9188.0, 9180.0, 9184.0, 9172.0, 9187.0, 9189.0, 9215.0, 9209.0, 9190.0, 9210.0, 9194.0, 9210.0, 9242.0, 9214.0, 9211.0, 9216.0, 9217.0, 9212.0, 9238.0, 9199.0, 9211.0, 9199.0, 9216.0, 9259.0, 9214.0, 9199.0, 9205.0, 9219.0, 9239.0, 9214.0, 9257.0, 9212.0, 9211.0, 9194.0, 9235.0, 9227.0, 9214.0, 9274.0, 9212.0, 9224.0, 9197.0, 9220.0, 9211.0, 9219.0, 9269.0, 9197.0, 9194.0, 9216.0, 9227.0, 9207.0, 9286.0, 9213.0, 9212.0, 9204.0, 9216.0, 9265.0, 9211.0, 9281.0, 9192.0, 9192.0, 9193.0, 9194.0, 9206.0, 9210.0, 9250.0, 9206.0, 9186.0, 9215.0, 9210.0, 9214.0, 9225.0, 9193.0, 9219.0, 9197.0, 9213.0, 9233.0, 9216.0, 9211.0, 9210.0, 9219.0, 9233.0, 9231.0, 9216.0, 9217.0, 9212.0, 9219.0, 9221.0, 9227.0, 9255.0, 9218.0, 9208.0, 9207.0, 9234.0, 9215.0, 9216.0, 9217.0, 9217.0, 9193.0, 9214.0, 9200.0, 9217.0, 9227.0, 9216.0, 9246.0, 9208.0, 9212.0, 9193.0, 9221.0, 9225.0, 9217.0, 9338.0, 9250.0, 9247.0, 9242.0, 9255.0, 9262.0, 9240.0, 9229.0, 9238.0, 9246.0, 9245.0, 9287.0, 9250.0, 9252.0, 9236.0, 9267.0, 9232.0, 9313.0, 9294.0, 9244.0, 9246.0, 9209.0, 9267.0, 9201.0, 9286.0, 9200.0, 9196.0, 9194.0, 9196.0, 9215.0, 9201.0, 9232.0, 9200.0, 9217.0, 9198.0, 9212.0, 9191.0, 9196.0, 9205.0, 9205.0, 9213.0, 9221.0, 9237.0, 9218.0, 9267.0, 9203.0, 9205.0, 9194.0, 9200.0, 9234.0, 9217.0, 9289.0, 9247.0, 9250.0, 9191.0, 9179.0, 9192.0, 9215.0, 9250.0, 9211.0, 9233.0, 9188.0, 9201.0, 9190.0, 9215.0, 9191.0, 9196.0, 9234.0, 9176.0, 9185.0, 9193.0, 9200.0, 9189.0, 9193.0, 9231.0, 9177.0, 9181.0, 9168.0, 9198.0, 9176.0, 9176.0, 9232.0, 9176.0, 9181.0, 9176.0, 9213.0, 9191.0, 9180.0, 9236.0, 9195.0, 9186.0, 9198.0, 9215.0, 9190.0, 9199.0, 9222.0, 9197.0, 9191.0, 9203.0, 9205.0, 9200.0, 9203.0, 9209.0, 9200.0, 9208.0, 9205.0, 9226.0, 9212.0, 9214.0, 9227.0, 9198.0, 9198.0, 9191.0, 9225.0, 9246.0, 9215.0, 9257.0, 9200.0, 9200.0, 9202.0, 9217.0, 9227.0, 9200.0, 9212.0, 9197.0, 9200.0, 9205.0, 9224.0, 9234.0, 9197.0, 9215.0, 9225.0, 9200.0, 9196.0, 9219.0, 9231.0, 9228.0, 9216.0, 9240.0, 9200.0, 9196.0, 9203.0, 9218.0, 9273.0, 9204.0, 9228.0, 9196.0, 9204.0, 9229.0, 9201.0, 9224.0, 9198.0, 9216.0, 9200.0, 9201.0, 9221.0, 9222.0, 9246.0, 9207.0, 9230.0, 9203.0, 9222.0, 9234.0, 9203.0, 9249.0, 9216.0, 9203.0, 9231.0, 9226.0, 9273.0, 9195.0, 9236.0, 9198.0, 9200.0, 9218.0, 9222.0, 9231.0, 9203.0, 9219.0, 9197.0, 9204.0, 9243.0, 9222.0, 9245.0, 9200.0, 9220.0, 9197.0, 9198.0, 9231.0, 9219.0, 9214.0, 9228.0, 9203.0, 9237.0, 9195.0, 9191.0, 9219.0, 9200.0, 9197.0, 9202.0, 9273.0, 9199.0, 9180.0, 9197.0, 9209.0, 9200.0, 9214.0, 9248.0, 9204.0, 9207.0, 9200.0, 9198.0, 9207.0, 9217.0, 9272.0, 9232.0, 9253.0, 9195.0, 9193.0, 9187.0, 9222.0, 9239.0, 9210.0, 9240.0, 9183.0, 9197.0, 9187.0, 9204.0, 9246.0, 9198.0, 9242.0, 9212.0, 9197.0, 9187.0, 9196.0, 9213.0, 9178.0, 9195.0, 9270.0, 9197.0, 9187.0, 9177.0, 9205.0, 9199.0, 9181.0, 9254.0, 9225.0, 9212.0, 9197.0, 9197.0, 9222.0, 9219.0, 9258.0, 9240.0, 9255.0, 9197.0, 9211.0, 9204.0, 9220.0, 9284.0, 9244.0, 9272.0, 9204.0, 9241.0, 9196.0, 9206.0, 9197.0, 9225.0, 9237.0, 9294.0, 9246.0, 9289.0, 9196.0, 9209.0, 9215.0, 9201.0, 9255.0, 9192.0, 9234.0, 9168.0, 9170.0, 9179.0, 9191.0, 9205.0, 9167.0, 9214.0, 9169.0, 9176.0, 9151.0, 9176.0, 9209.0, 9196.0, 9235.0, 9196.0, 9211.0, 9179.0, 9179.0, 9172.0, 9199.0, 9222.0, 9193.0, 9254.0, 9177.0, 9176.0, 9176.0, 9192.0, 9172.0, 9192.0, 9256.0, 9238.0, 9223.0, 9183.0, 9196.0, 9196.0, 9206.0, 9251.0, 9214.0, 9252.0, 9177.0, 9188.0, 9170.0, 9181.0, 9248.0, 9190.0, 9263.0, 9176.0, 9183.0, 9152.0, 9180.0, 9212.0, 9171.0, 9228.0, 9168.0, 9155.0, 9151.0, 9180.0, 9198.0, 9174.0, 9201.0, 9156.0, 9156.0, 9172.0, 9182.0, 9215.0, 9223.0, 9311.0, 9286.0, 9328.0, 9251.0, 9238.0, 9182.0, 9192.0, 9167.0, 9191.0, 9197.0, 9177.0, 9201.0, 9235.0, 9262.0, 9260.0, 9250.0, 9224.0, 9278.0, 9239.0, 9259.0, 9281.0, 9264.0, 9348.0, 9299.0, 9279.0, 9214.0, 9242.0, 9224.0, 9163.0, 9198.0, 9129.0, 9172.0, 9131.0, 9147.0, 9155.0, 9135.0, 9203.0, 9153.0, 9195.0, 9130.0, 9150.0, 9165.0, 9135.0, 9238.0, 9175.0, 9229.0, 9134.0, 9140.0, 9146.0, 9156.0, 9134.0, 9151.0, 9179.0, 9161.0, 9216.0, 9165.0, 9160.0, 9173.0, 9171.0, 9189.0, 9183.0, 9169.0, 9198.0, 9186.0, 9226.0, 9205.0, 9240.0, 9208.0, 9284.0, 9227.0, 9281.0, 9213.0, 9185.0, 9194.0, 9136.0, 9173.0, 9148.0, 9184.0, 9139.0, 9167.0, 9196.0, 9158.0, 9166.0, 9154.0, 9166.0, 9156.0, 9175.0, 9160.0, 9185.0, 9195.0, 9185.0, 9211.0, 9191.0, 9225.0, 9185.0, 9201.0, 9196.0, 9186.0, 9238.0, 9188.0, 9244.0, 9204.0, 9257.0, 9227.0, 9340.0, 9230.0, 9247.0, 9208.0, 9236.0, 9222.0, 9235.0, 9196.0, 9237.0, 9198.0, 9221.0, 9231.0, 9190.0, 9243.0, 9206.0, 9231.0, 9217.0, 9277.0, 9272.0, 9224.0, 9192.0, 9164.0, 9197.0, 9160.0, 9202.0, 9138.0, 9165.0, 9225.0, 9182.0, 9233.0, 9191.0, 9162.0, 9168.0, 9142.0, 9151.0, 9135.0, 9172.0, 9160.0, 9198.0, 9203.0, 9186.0, 9202.0, 9220.0, 9187.0, 9204.0, 9233.0, 9203.0, 9200.0, 9203.0, 9275.0, 9208.0, 9287.0, 9221.0, 9294.0, 9252.0, 9203.0, 9222.0, 9137.0, 9162.0, 9130.0, 9154.0, 9180.0, 9155.0, 9207.0, 9138.0, 9152.0, 9135.0, 9142.0, 9178.0, 9137.0, 9164.0, 9142.0, 9159.0, 9153.0, 9168.0, 9208.0, 9166.0, 9189.0, 9144.0, 9182.0, 9161.0, 9164.0, 9209.0, 9183.0, 9212.0, 9157.0, 9190.0, 9195.0, 9173.0, 9213.0, 9188.0, 9236.0, 9219.0, 9190.0, 9223.0, 9187.0, 9215.0, 9164.0, 9222.0, 9260.0, 9190.0, 9226.0, 9190.0, 9233.0, 9186.0, 9242.0, 9223.0, 9209.0, 9262.0, 9193.0, 9217.0, 9203.0, 9237.0, 9199.0, 9237.0, 9298.0, 9214.0, 9259.0, 9180.0, 9239.0, 9187.0, 9207.0, 9219.0, 9190.0, 9231.0, 9238.0, 9269.0, 9230.0, 9343.0, 9305.0, 9363.0, 9265.0, 9309.0, 9215.0, 9266.0, 9192.0, 9242.0, 9195.0, 9221.0, 9215.0, 9215.0, 9266.0, 9210.0, 9222.0, 9211.0, 9183.0, 9201.0, 9185.0, 9211.0, 9162.0, 9188.0, 9155.0, 9210.0, 9202.0, 9160.0, 9233.0, 9170.0, 9198.0, 9135.0, 9094.0, 9157.0, 9102.0, 9112.0, 9088.0, 9109.0, 9133.0, 9104.0, 9210.0, 9120.0, 9148.0, 9114.0, 9127.0, 9146.0, 9132.0, 9121.0, 9159.0, 9183.0, 9163.0, 9213.0, 9182.0, 9196.0, 9221.0, 9183.0, 9202.0, 9161.0, 9183.0, 9158.0, 9194.0, 9202.0, 9183.0, 9278.0, 9231.0, 9245.0, 9247.0, 9162.0, 9203.0, 9177.0, 9185.0, 9214.0, 9158.0, 9197.0, 9159.0, 9185.0, 9151.0, 9193.0, 9267.0, 9204.0, 9213.0, 9154.0, 9155.0, 9152.0, 9173.0, 9177.0, 9157.0, 9221.0, 9203.0, 9258.0, 9194.0, 9236.0, 9181.0, 9162.0, 9135.0, 9170.0, 9165.0, 9171.0, 9263.0, 9189.0, 9217.0, 9191.0, 9190.0, 9174.0, 9182.0, 9182.0, 9174.0, 9223.0, 9193.0, 9250.0, 9173.0, 9169.0, 9155.0, 9172.0, 9169.0, 9171.0, 9226.0, 9172.0, 9228.0, 9190.0, 9256.0, 9194.0, 9277.0, 9300.0, 9274.0, 9314.0, 9220.0, 9249.0, 9205.0, 9241.0, 9216.0, 9176.0, 9241.0, 9201.0, 9245.0, 9217.0, 9225.0, 9160.0, 9156.0, 9168.0, 9155.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.006631436907366887</td></tr>
<tr><td colspan=3>aqi</td><td>0.06824424245076587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.74579553537959</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1590125507372275</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0046168761459844</td></tr>
<tr><td colspan=3>efc</td><td>0.4737</td></tr>
<tr><td colspan=3>fber</td><td>5918.6382</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12134644382274255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.326768781911014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.528455573304365</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3654986708748442</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7542643888786746</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4656036601595765</td></tr>
<tr><td colspan=3>gcor</td><td>0.00781174</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01025732047855854</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028851915150880814</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</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.8775582855236195</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.2968</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9516</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.663</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>848.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.178</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0729</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.3814</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3344.415</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.6869</td></tr>
<tr><td colspan=3>tsnr</td><td>23.61226100474596</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>